@import 'popins/rename_bat';
.cursor-pointer {
  cursor: pointer !important; }

.cursor-croshair {
  cursor: crosshair !important; }

.cursor-eresize {
  cursor: e-resize !important; }

.cursor-move {
  cursor: move !important; }

.cursor-grab {
  cursor: grab !important; }

* {
  border: 0 none;
  margin: 0;
  outline: 0 none;
  padding: 0;
  font-size: 12px;
  vertical-align: top;
  font-family: "Open Sans", sans-serif; }

.material-icons.des_cont_action {
  color     : white;
  background: #003c9d;
  position: absolute;
  font-size : 20px;
  padding   : 2px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  display: none; }

.des_cont_panel {
  color     : black;
  text-align: center;
  position: absolute;
  font-size : 20px;
  padding   : 2px;
  width: 150px;
  margin-left: -75px;
  height: 20px;
  cursor: pointer;
  display: none; }
  .des_cont_panel .panelloader {
    display: none; }
  .des_cont_panel .dims {
    text-shadow: 1px 1px 4px rgba(255, 255, 255, 0.8); }
    .des_cont_panel .dims input {
      background: transparent;
      font-weight: bold;
      width: 30px;
      margin-right: 4px;
      text-align: center;
      text-shadow: inherit;
      padding: 0px 3px;
      border: none; }
  .des_cont_panel.editing .dims {
    text-shadow: 1px 1px 6px rgba(255, 255, 255, 0.3);
    background: white;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    padding: 5px 0px;
    color: #003c9d;
    font-family: Oswald;
    font-size: 12px; }
    .des_cont_panel.editing .dims input {
      background: transparent;
      font-weight: bold;
      width: 25px;
      margin-right: 4px;
      text-align: center;
      text-shadow: inherit;
      border: 1px solid #ffb400; }

.not-selectable {
  -webkit-touch-callout: none;
  -webkit-user-select  : none;
  -khtml-user-select   : none;
  -moz-user-select     : none;
  -ms-user-select      : none;
  user-select          : none; }

.button-link {
  display: block;
  background-color: #3b3b3b;
  color: white;
  border: 1px solid transparent;
  padding: 10px;
  text-align: center;
  font-size: 14px;
  text-decoration: none;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  margin: 10px;
  font-family: 'Oswald';
  letter-spacing: 0.1em;
  min-width: 200px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
  .button-link.disabled {
    background-color: #c0c0c0; }
    .button-link.disabled:hover {
      cursor: not-allowed; }
  .button-link.autosized {
    width: auto;
    min-width: auto; }
  .button-link.thin {
    padding: 3px 15px;
    margin: 0 0 0 5px; }
  .button-link:not(.disabled):hover {
    background-color: white;
    color: #3b3b3b;
    border: 1px solid #3b3b3b;
    cursor: pointer; }
  .button-link i.material-icons {
    font-size: 19px; }
    .button-link i.material-icons .left {
      margin-right: 10px; }
    .button-link i.material-icons .right {
      margin-left: 10px; }

.stylish-blocs {
  position: relative;
  width: 90px;
  height: 90px; }
  .stylish-blocs .grey-one {
    width: 70px;
    height: 70px;
    background: #f4f4f4;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; }
  .stylish-blocs .yellow-one {
    width: 45px;
    height: 45px;
    background: #ffb400;
    position: absolute;
    z-index: 2;
    top: 35px;
    left: 35px; }

#fountainG {
  position: relative;
  width: 36px;
  height: 6px;
  margin: auto; }

.fountainG {
  position: absolute;
  top: 0;
  background-color: #fae60a;
  width: 6px;
  height: 6px;
  animation-name: bounce_fountainG;
  -o-animation-name: bounce_fountainG;
  -ms-animation-name: bounce_fountainG;
  -webkit-animation-name: bounce_fountainG;
  -moz-animation-name: bounce_fountainG;
  animation-duration: 1.035s;
  -o-animation-duration: 1.035s;
  -ms-animation-duration: 1.035s;
  -webkit-animation-duration: 1.035s;
  -moz-animation-duration: 1.035s;
  animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-direction: normal;
  -o-animation-direction: normal;
  -ms-animation-direction: normal;
  -webkit-animation-direction: normal;
  -moz-animation-direction: normal;
  transform: scale(0.3);
  -o-transform: scale(0.3);
  -ms-transform: scale(0.3);
  -webkit-transform: scale(0.3);
  -moz-transform: scale(0.3);
  border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px; }

.fountainG_1 {
  left: 0;
  animation-delay: 0.416s;
  -o-animation-delay: 0.416s;
  -ms-animation-delay: 0.416s;
  -webkit-animation-delay: 0.416s;
  -moz-animation-delay: 0.416s; }

.fountainG_2 {
  left: 8px;
  animation-delay: 0.5225s;
  -o-animation-delay: 0.5225s;
  -ms-animation-delay: 0.5225s;
  -webkit-animation-delay: 0.5225s;
  -moz-animation-delay: 0.5225s; }

.fountainG_3 {
  left: 16px;
  animation-delay: 0.619s;
  -o-animation-delay: 0.619s;
  -ms-animation-delay: 0.619s;
  -webkit-animation-delay: 0.619s;
  -moz-animation-delay: 0.619s; }

@keyframes bounce_fountainG {
  0% {
    transform: scale(1);
    background-color: rgba(0, 60, 157, 0.98); }

  100% {
    transform: scale(0.3);
    background-color: #fff; } }

@-o-keyframes bounce_fountainG {
  0% {
    -o-transform: scale(1);
    background-color: rgba(0, 60, 157, 0.98); }

  100% {
    -o-transform: scale(0.3);
    background-color: #fff; } }

@-ms-keyframes bounce_fountainG {
  0% {
    -ms-transform: scale(1);
    background-color: rgba(0, 60, 157, 0.98); }

  100% {
    -ms-transform: scale(0.3);
    background-color: #fff; } }

@-webkit-keyframes bounce_fountainG {
  0% {
    -webkit-transform: scale(1);
    background-color: rgba(0, 60, 157, 0.98); }

  100% {
    -webkit-transform: scale(0.3);
    background-color: #fff; } }

@-moz-keyframes bounce_fountainG {
  0% {
    -moz-transform: scale(1);
    background-color: rgba(0, 60, 157, 0.98); }

  100% {
    -moz-transform: scale(0.3);
    background-color: #fff; } }

.spswitch_text {
  height        : 25px !important;
  display       : inline-block !important;
  font-family   : Oswald !important;
  color         : #003c9d !important;
  letter-spacing: 0.07em !important;
  margin-left   : 8px !important;
  font-size: 12px;
  cursor: pointer; }
  .spswitch_text.yellow {
    color: #ffb400; }
  .spswitch_text::selection {
    background: transparent; }

.spswitch {
  float: left;
  font-family: "Open Sans", sans-serif; }
  .spswitch input[type='checkbox'] {
    position: absolute;
    opacity: 0;
    left: -9999px; }
    .spswitch input[type='checkbox'] + label {
      cursor       : pointer;
      position     : relative;
      color        : gray;
      margin-bottom: 0;
      transition   : color 0.2s ease;
      font-size    : 16px; }
    .spswitch input[type='checkbox'] + label > span {
      margin-left: 5px; }
    .spswitch input[type='checkbox'] + label::before {
      content         : '';
      display         : inline-block;
      width           : 30px;
      height          : 16px;
      background-color: gray;
      border-radius   : 10px;
      z-index         : 1;
      margin-right    : 5px;
      transition      : background-color 0.2s ease; }
    .spswitch input[type='checkbox'] + label::after {
      content         : '';
      display         : block;
      position        : absolute;
      top             : calc((2 * 2px) - (2px));
      width           : calc(16px - 2px);
      height          : calc(16px - 2px);
      left            : 2px;
      border-radius   : 50%;
      background-color: white;
      z-index         : 2;
      transition      : left 0.2s ease; }
    .spswitch input[type='checkbox']:checked + label {
      color: #ffb400; }
      .spswitch input[type='checkbox']:checked + label::before {
        background: #ffb400; }
      .spswitch input[type='checkbox']:checked + label::after {
        left: calc(30px - calc(16px - 2px) - 2px); }

body {
  background: white; }
  body .spSelect .dropdown {
    border: 1px solid #b2b2b2;
    border-radius: 2em;
    -webkit-transition: all 0.1s ease-in;
    -moz-transition   : all 0.1s ease-in;
    -ms-transition    : all 0.1s ease-in;
    -o-transition     : all 0.1s ease-in;
    transition        : all 0.1s ease-in;
    max-width: calc(100% - 50px);
    text-align: left;
    padding: 5px 10px;
    min-width: 10px; }
    body .spSelect .dropdown.active {
      border-radius: 1em 1em 0 0; }
      body .spSelect .dropdown.active .dropdownmenu {
        border-radius: 0 0 1em 1em; }
    body .spSelect .dropdown .select {
      color: #3b3b3b; }
    body .spSelect .dropdown .dropdownmenu {
      border: 1px solid #b2b2b2; }
      body .spSelect .dropdown .dropdownmenu li {
        color: #3b3b3b; }
        body .spSelect .dropdown .dropdownmenu li:not([data-value=""]):hover {
          background: #b2b2b2; }
          body .spSelect .dropdown .dropdownmenu li:not([data-value=""]).selected {
            background: white;
            color: #3b3b3b; }

#mCSB_1_container {
  padding-bottom: 120px !important; }

.contenaire.box {
  min-height: unset; }

#Tips {
  display: none;
  background-color: rgba(50, 50, 50, 0.7);
  bottom: 20px;
  color: white;
  font-family: Roboto;
  font-size: 12px;
  left: 93px;
  padding: 8px 10px;
  position: absolute;
  max-width: 68%; }

h1 {
  font-family: Oswald;
  font-size: 32px;
  letter-spacing: 0.1em;
  color: #003c9d;
  margin-left: 4vw; }

.bandeauretour {
  text-align: left;
  height: 35px;
  width: 100%; }
  .bandeauretour a {
    font-family: "OpenSansLight";
    color: #3b3b3b;
    text-decoration: none;
    font-size: 15px;
    display: inline-block;
    margin: 10px; }

#visuelproduit .bandeau {
  position: absolute;
  z-index: 90;
  left: -30px;
  bottom: 50px;
  background-color: #003c9d;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }
  #visuelproduit .bandeau .bouton_bandeau {
    color: white;
    font-size: 24px;
    padding: 0;
    cursor: pointer;
    letter-spacing: 0;
    user-select: none;
    padding: 10px; }
  #visuelproduit .bandeau .bouton_bandeau .material-icons {
    font-size: 25px;
    width: auto;
    line-height: normal;
    position: relative; }
  #visuelproduit #AddElemContainer {
    position : absolute;
    z-index : 90;
    left : -50px;
    bottom : 300px; }
  #visuelproduit .addElemBTN .material-icons {
    margin-right : 12px; }
  #visuelproduit .addElemBTN {
    cursor : pointer;
    background : #0083c6;
    color : white;
    font-family : Lato;
    font-size : 13px;
    padding : 11px 20px;
    margin : 20px 0;
    border-radius : 35px;
    line-height : 22px;
    transition : all 0.25s ease; }
  #visuelproduit .addElemBTN span {
    font-weight : bold;
    font-size : 13px;
    line-height : 22px; }
  #visuelproduit #blocvuesgauche {
    width : 120px;
    position : absolute;
    top : -20px;
    left : -30px;
    z-index : 70; }
  #visuelproduit #blocvuesgauche .tableau_vues {
    display : block; }
  #visuelproduit #blocvuesgauche .tableau_vues #ligne_vues td {
    text-align : center;
    cursor: pointer;
    font-family: Oswald;
    letter-spacing: 0.1em;
    color: #003c9d;
    font-size: 15px;
    text-transform: capitalize; }
  #visuelproduit #blocvuesgauche .vue {
    min-height : 60px;
    height : 60px;
    min-width : 60px;
    width : 60px;
    margin : 2px 5px;
    border-radius : 2px;
    float : right;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }
  #visuelproduit #blocvuesgauche .vue.selected {
    height: 70px;
    width: 70px; }
  #visuelproduit .encadrement_btn {
    width: 40px;
    min-width: 40px;
    display: block;
    position: absolute;
    z-index: 5000;
    top: 50%;
    margin-top: -25px; }
  #visuelproduit .encadrement_btn.right {
    right: 80px; }
  #visuelproduit .encadrement_btn.left {
    left: 80px; }
  #visuelproduit .encadrement_btn .bouton_nav_small {
    border : none medium;
    cursor : pointer;
    display : inline-block;
    font-family : "Roboto", "Helvetica", "Arial", sans-serif;
    font-weight : 500;
    outline : medium none;
    text-align : center;
    text-decoration : none;
    text-transform : uppercase;
    transition : box-shadow 0.2s 0s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s 0s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s 0s cubic-bezier(0.4, 0, 0.2, 1);
    vertical-align : middle;
    will-change : box-shadow;
    height : 40px;
    min-width : 40px;
    width : 40px;
    border-radius : 50%;
    font-size : 24px;
    line-height : normal;
    margin : auto;
    overflow : hidden;
    padding : 0;
    position : relative;
    color : gray;
    background-color : transparent;
    margin-top : 12px; }
  #visuelproduit .encadrement_btn .bouton_nav_small .material-icons {
    left : 50%;
    line-height : 24px;
    position : absolute;
    top : 50%;
    transform : translate(-12px, -12px);
    width : 24px;
    font-size: 40px; }
  #visuelproduit #EditObjectPanel {
    position: absolute;
    left: -50px;
    bottom: 410px;
    width: 250px;
    background: white;
    z-index: 2000;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    padding: 10px;
    margin: 10px;
    width: 200px;
    display: none; }
  #visuelproduit #EditObjectPanel i {
    color: #003c9d; }
  #visuelproduit #EditObjectPanel .editrow {
    border-bottom: 2px solid #e5e5e5;
    clear: both; }
  #visuelproduit #EditObjectPanel .editrow.noborder {
    border: none; }
  #visuelproduit #EditObjectPanel .spSelect {
    margin: 10px 0; }
  #visuelproduit #EditObjectPanel .btncolorizeJS {
    border-radius : 50%;
    height : 15px;
    width : 15px;
    margin: 2px;
    border: none; }
  #visuelproduit #EditObjectPanel .btncolorizeJS.selected {
    height : 15px;
    width : 15px;
    border : #f3f3f3 solid 1px;
    box-shadow: inset 0px 0px 1px 1px #003c9d, 0 3px 6px rgba(0, 0, 0, 0.16); }

.btncolorizeJS {
  border-radius : 50%;
  height : 20px;
  width : 20px;
  display : inline-block;
  margin: 4px;
  border : transparent solid 1px;
  cursor : pointer;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }
  .btncolorizeJS.selected {
    height: 22px;
    width: 22px;
    border : #f3f3f3 solid 1px;
    box-shadow: inset 0px 0px 1px 1px #003c9d, 0 3px 6px rgba(0, 0, 0, 0.16); }
  .btncolorizeJS.editText {
    border: solid 1px black;
    width: 24px;
    height: 24px;
    margin: 2px;
    border-radius: 0px;
    box-shadow: unset; }
  .btncolorizeJS.editText.selected {
    border: #003c9d solid 1px; }

#ListePersos .onePerso {
  width : 100%;
  position : relative;
  background : white;
  padding-bottom : 0px;
  transition : all 0.4s ease;
  margin-bottom: 30px; }
  #ListePersos .onePerso .perso_actions.responsive {
    display: none; }
  #ListePersos .onePerso .EmpDetailsAttributes {
    max-height: 0;
    overflow: hidden;
    font-family: Oswald;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #003c9d;
    font-size: 15px;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2); }
  #ListePersos .onePerso .EmpDetailsAttributes * {
    vertical-align: middle; }
  #ListePersos .onePerso .EmpDetailsAttributes input {
    border: 1px solid transparent;
    background: #f4f4f4;
    padding: 10px 20px;
    color: #003c9d;
    border-radius: 0;
    letter-spacing: 1px;
    margin: 10px; }
  #ListePersos .onePerso .EmpDetailsAttributes.show {
    max-height: 800px; }
  #ListePersos .onePerso .switch_pseudo {
    margin-top: 10px; }
  #ListePersos .onePerso .EmpDetailsLines {
    position: relative;
    position: relative;
    color: gray;
    font-family: OpenSansLight;
    font-size: 15px;
    cursor: pointer;
    max-height: 0;
    overflow: hidden;
    transition : all 0.4s ease; }
  #ListePersos .onePerso .EmpDetailsLines.show {
    max-height: 800px; }
    #ListePersos .onePerso .EmpDetailsLines.show[itline="0"] {
      padding-top: 15px; }
  #ListePersos .onePerso .EmpDetailsLines:hover {
    background: lightgray; }
  #ListePersos .onePerso .EmpDetailsLines.active {
    background: #3b3b3b;
    color: lightgray; }
    #ListePersos .onePerso .EmpDetailsLines.active .empdetailtype {
      color: white; }
    #ListePersos .onePerso .EmpDetailsLines.active .onePerso_action {
      color: white; }
  #ListePersos .onePerso .EmpDetailsLines .empdetailtype {
    font-family: Oswald;
    color: #3b3b3b;
    float: left;
    margin: 0px 10px;
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 35px;
    text-align: left; }
    #ListePersos .onePerso .EmpDetailsLines .empdetailtype .material-icons {
      margin-top: 5px; }
  #ListePersos .onePerso .EmpDetailsLines .onePerso_action {
    font-family: Oswald;
    color: #3b3b3b;
    float: right;
    margin: 0px 8px 0 0;
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 35px;
    cursor: pointer; }
    #ListePersos .onePerso .EmpDetailsLines .onePerso_action .material-icons {
      line-height: 35px; }
  #ListePersos .onePerso .EmpDetailsLines .empdetailvalue {
    font-family: Oswald;
    color: gray;
    float: left;
    margin: 0px 15px;
    font-size: 15px;
    letter-spacing: 0.1em;
    line-height: 35px; }
  #ListePersos .onePerso .EmpDetailsLines .empdetaildims {
    font-family: "OpenSansLight";
    color: gray;
    float: right;
    margin: 0px 15px;
    font-size: 15px;
    letter-spacing: 0.1em;
    line-height: 35px; }
  #ListePersos .onePerso .EmpDetailsLines:not(.active):nth-child(2n) {
    background: #f4f4f4; }
  #ListePersos .EmpName {
    font-family: Oswald;
    display: block;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #003c9d;
    font-size: 15px; }
  #ListePersos .EmpDims {
    color: #3b3b3b;
    font-family: "OpenSansLight";
    font-size: 14px;
    margin: 5px 0;
    display: inline-block; }
  #ListePersos .onePerso_thumb {
    height : 120px;
    width : 120px;
    text-align : center;
    margin : 5px;
    float : left;
    background-color : #f4f4f4;
    line-height : 65px;
    border-radius : 0;
    color : white;
    font-family : Lato;
    font-size : 25px;
    background-repeat : no-repeat;
    background-size : 100% auto;
    background-position : center;
    padding: 2px;
    position: relative; }
  #ListePersos .onePerso_thumb img {
    max-height : 100%;
    max-width : 100%;
    text-align : center; }
  #ListePersos .onePerso_thumb_loading_overlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: url("images/loader.gif");
    background-size: 40%;
    background-color: rgba(255, 255, 255, 0.9);
    background-repeat: no-repeat;
    background-position: center center; }
  #ListePersos .onePerso_lines {
    margin-top : 5px;
    font-family : Roboto;
    color : #333;
    width : calc(100% - 140px);
    float : left;
    margin-left : 5px;
    text-align : left;
    font-size : 15px; }
  #ListePersos .onePerso_lines .moredetailsemp {
    position: absolute;
    top: 120px;
    right: 15px;
    z-index: 500; }
  #ListePersos .onePerso_lines .moredetailsemp:before {
    content: 'Voir détails'; }
  #ListePersos .onePerso_lines .moredetailsemp.show:before {
    content: 'Masquer détails'; }
  #ListePersos .spSelect .dropdown {
    position: relative; }

.img_btn_bandeau {
  max-height: 95%;
  max-width: 95%;
  width: auto;
  height: auto; }

.mCSB_inside > .mCSB_container {
  margin-right: 20px; }

.material-icons.icon_btn_bandeau:hover {
  color: #40c3ff;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease; }

.contenaire.box {
  margin-left : auto;
  margin-right : auto;
  height : 80vh;
  margin-top : 10px;
  width : 95vw;
  background : white;
  margin-bottom : 35px;
  display : flex;
  flex-direction : row;
  max-width : 1750px;
  padding-left: 45px; }
  .contenaire.box #col_droite {
    height: 100%;
    flex : 30;
    background : #003c9d;
    margin-top: 0px;
    margin-left: -45px;
    z-index: 500;
    padding-top: 10px;
    display: flex;
    flex-direction: column;
    align-items: center; }
  .contenaire.box #col_droite .bandeau_responsive {
    display: none; }
  .contenaire.box #col_droite .responsive_open_panel {
    display: none;
    width: 40px;
    border: solid #bfbfbf 3px;
    border-radius: 50px; }
  .contenaire.box #col_droite .titre_content_panneau {
    color : #fff;
    font-size : 18px;
    margin: 20px 0;
    font-weight : 400;
    font-style : normal;
    font-family: Oswald;
    font-size: 20px;
    letter-spacing: 0.1em;
    text-align: left; }
  .contenaire.box #col_droite .colorthreads_techno {
    display: none; }
  .contenaire.box #col_droite .colorthreads_techno:nth-of-type(1) {
    display: block; }

.colorTip {
  position: absolute;
  width: 60px;
  height: 60px;
  z-index: 1000;
  border: 2px solid grey;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #333; }
  .colorTip > .color {
    width: 50px;
    height: 50px;
    border-radius: 50%; }

.browse {
  width : 120px;
  height : 40px;
  border-radius : 2px;
  border : #3b3b3b solid 3px;
  color : #3b3b3b;
  text-transform : uppercase;
  margin-right : auto;
  margin-left : auto;
  padding : 4px;
  text-align : center;
  line-height : 40px;
  cursor: pointer; }

#layers {
  background : #f4f4f4;
  height : 100%;
  width : 100%;
  position : relative;
  margin : auto;
  overflow: hidden; }
  #layers .canvas-container {
    position : absolute !important;
    width : 650px;
    height : 550px; }

#col_gauche {
  width : 100%;
  position : relative;
  flex : 75;
  overflow: hidden; }

.bloc_titre {
  align-items : center;
  box-sizing : border-box;
  color : #000;
  display : flex;
  line-height : normal;
  padding : 10px 15px;
  perspective-origin : 165px 56px;
  transform-origin : 165px 56px 0; }

#titre_objet {
  color : #333;
  display : flex;
  font-size : 17px;
  font-weight : 700;
  line-height : normal;
  margin : 0;
  margin-left : 10px;
  overflow : hidden;
  transform-origin : 149px 48px 0;
  text-transform : capitalize;
  text-align : center;
  float : left;
  font-style : normal;
  font-family : Roboto; }

#visuelproduit {
  position : relative;
  height : 100%; }

#blocvuesdroite {
  position : absolute;
  top : 0;
  right : 20px;
  z-index : 70;
  margin-top : 20px;
  border-radius : 0 0 0 10%; }

.chevron {
  width : 24px;
  height : 24px;
  margin-right : 5px;
  margin-left : 5px; }

.tableauvues {
  width : 100%;
  margin-right : auto;
  margin-left : auto; }

.tableauvues tr {
  margin-top : 3px;
  height : auto;
  margin-right : auto;
  margin-left : auto;
  text-align : center; }

.titrevues:first-of-type {
  padding-top : 5px;
  padding-bottom : 5px;
  height : 15px; }

.titrevues {
  padding-top : 25px;
  padding-bottom : 5px;
  height : 15px; }

#ligne_vues .vue.box {
  box-shadow : 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }

.vue.box img {
  margin : auto; }

#panier_bottom {
  width : 60px;
  height : 60px;
  position : absolute;
  bottom : 5px;
  right : 20px;
  display : block; }

#prix {
  float : left;
  font-weight : 600;
  margin-right : 2px; }

#quantite.text_input {
  margin-bottom : 5px;
  float : right;
  width : 25px;
  margin-right : 32px; }

#txt_quantite {
  clear : both;
  margin-right : 25px;
  float : right;
  font-size : 13px; }

#btn_save {
  display : inline-block;
  width : 140px;
  position : absolute;
  bottom : 10px;
  right : 0; }

#btn_save img {
  margin-top : 10px; }

#btn_save img {
  margin-top : 15px;
  margin-bottom : 10px; }

#conteneur_nav {
  width: 95%;
  margin: auto; }

#categories {
  text-align : center;
  height : 30px;
  margin-bottom : 20px; }

#visuels_prod {
  display : flex;
  justify-content : space-around;
  width : 500px;
  margin-top : 3px; }

.nav_produits.box {
  min-height : 0;
  height : 60px;
  width : 60px;
  margin : 2px 10px;
  margin : auto; }

.tableau_produits td {
  padding : 0 5px; }

.img_nav_produits {
  width : 50px;
  height : auto;
  margin : auto;
  margin-top : 5px;
  display : block;
  text-align : center; }

.btn_nav_produits {
  height : 40px;
  margin-top : auto;
  margin-bottom : auto; }

#panneau.box {
  border : transparent solid 0;
  position : relative;
  height : 80%;
  width : 100%;
  z-index : 0;
  background : transparent; }

#onglets_panneau {
  position : relative;
  list-style : none;
  width : auto;
  float : left;
  margin-top : 20px;
  margin-right : -1px;
  margin-left : 10px;
  z-index : 2;
  min-width : 0;
  min-height : 0;
  padding : 0;
  display : flex;
  flex-direction : column;
  position : relative; }

#onglets_panneau li {
  display : flex;
  justify-content : space-between;
  float : right;
  padding-right : 10px;
  padding-top : 7px;
  padding-bottom : 7px;
  border-top : 1px solid #90a4ae;
  border-left : 1px solid #90a4ae;
  width : 68px;
  height : 20px;
  z-index : 2;
  font-family : 'Roboto', sans-serif;
  font-weight : 300;
  font-size : 12px;
  background-color : #0083c6;
  color : white;
  border-top-left-radius : 8px;
  border-bottom-left-radius : 8px;
  margin-bottom : 2px; }

#onglets_panneau li span {
  align-items : flex-end;
  margin-top : 5px; }

#onglets_panneau li:hover {
  background-color : #0083c6;
  cursor : pointer; }

#onglets_panneau .material-icons {
  padding-right : 8px;
  padding-left : 5px; }

#onglets_panneau li:first-child {
  border-top : 1px solid #90a4ae; }

#bloc_social {
  clear : both;
  float : left;
  position : absolute;
  font-size : 12px;
  padding : 0;
  margin : 0;
  bottom : 120px;
  text-align : center; }

.btn_social {
  margin-top : 20px;
  text-align : center; }

.btn_social img {
  width : 60px;
  height : auto;
  text-align : center;
  margin-bottom : 6px; }

#bloc_infos {
  position : absolute;
  clear : both;
  float : left;
  bottom : 15px;
  margin-left : 3px; }

#bloc_infos ul {
  list-style-type : none;
  padding : 0; }

#bloc_infos li {
  list-style-type : none;
  padding : 2px 0; }

#bloc_infos a {
  font-size : 13px;
  text-decoration : underline;
  color : #333; }

.bouton_nav {
  border : none 0;
  border-radius : 16px;
  display : inline-block;
  font-family : "Roboto", "Helvetica", "Arial", sans-serif;
  font-size : 0;
  height : 32px;
  line-height : 32px;
  padding : 0 12px;
  white-space : nowrap; }

.bouton_nav.nav_categories {
  background-color : #0083c6;
  margin-right : 6px;
  margin-left : 6px;
  color : white;
  font-weight : 500; }

.bouton_nav.nav_categories:hover {
  cursor : pointer; }

.bloc_social div:hover {
  cursor : pointer; }

.text_categories {
  display : inline-block;
  font-size : 13px;
  vertical-align : middle;
  font-family : 'Montserrat'; }

.nav_categories .text_categories {
  padding : 1px 4px;
  text-transform : uppercase; }

.box {
  background : none 0 0 repeat scroll #fff;
  border-radius : 2px;
  box-sizing : border-box;
  display : flex;
  flex-direction : column;
  font-size : 12px;
  font-weight : 400;
  position : relative;
  z-index : 1; }

.bouton_nav_big {
  background-color: transparent;
  color : #3b3b3b;
  border-radius : 50%;
  font-size : 24px;
  height : 56px;
  line-height : normal;
  margin : auto;
  min-width : 56px;
  overflow : hidden;
  padding : 0;
  position : relative;
  width : 56px;
  border : none medium;
  cursor : pointer;
  display : inline-block;
  font-weight : 500;
  letter-spacing : 0;
  outline : medium none;
  text-align : center;
  text-decoration : none;
  text-transform : uppercase;
  transition : box-shadow 0.2s 0s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s 0s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s 0s cubic-bezier(0.4, 0, 0.2, 1);
  vertical-align : middle;
  will-change : box-shadow; }
  .bouton_nav_big .material-icons {
    left : 50%;
    line-height : 24px;
    position : absolute;
    top : 50%;
    transform : translate(-12px, -12px);
    width : 24px;
    font-size: 45px; }

.text_input {
  background : none 0 0 repeat scroll rgba(0, 0, 0, 0);
  border-color : currentColor currentColor rgba(0, 0, 0, 0.12);
  border-image : none;
  border-style : none none solid;
  border-width : medium medium 1px;
  color : inherit;
  display : block;
  font-family : "Helvetica", "Arial", sans-serif;
  font-size : 16px;
  padding : 4px 0;
  text-align : left; }

.categorie_produit {
  display : flex;
  float : right;
  overflow : hidden;
  width : 340px;
  height : 90px; }

#nav_vues {
  display : flex;
  justify-content : space-around;
  margin-top : 3px; }

#nav_zones_vues {
  display : flex;
  justify-content : space-around;
  margin-top : 3px;
  align-items : center; }

.choixpack {
  height: 130px;
  overflow-x: hidden;
  display: flex;
  justify-content: center;
  background: white;
  position: relative;
  width: 100%; }
  .choixpack .pack-nav {
    position: absolute;
    height: 100%;
    display: flex;
    align-items: center;
    z-index: 10; }
  .choixpack .pack-nav.nav-left {
    left: 0; }
  .choixpack .pack-nav.nav-right {
    right: 0; }
  .choixpack .pack-nav i {
    font-size: 30px; }
  .choixpack .pack-nav:hover {
    box-shadow: inset 0px 0px 0px 20px rgba(50, 50, 50, 0.2);
    cursor: pointer; }
  .choixpack .pack-nav:hover i {
    color: white; }
  .choixpack .packs {
    display: flex;
    position: absolute;
    height: 100%; }
  .choixpack .packs .pack {
    cursor: pointer;
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
    text-align: center;
    width: 85px;
    flex-direction: column;
    justify-content: flex-end; }
  .choixpack .packs .pack > .img_loader {
    position: relative;
    width: 24px;
    height: 6px;
    margin: auto; }
  .choixpack .packs .pack span {
    font-family: "Open Sans", sans-serif;
    display: block;
    margin-top: 5px; }
  .choixpack .packs .pack img {
    max-width: 80px;
    max-height: 100%;
    align-self: center;
    transition: all 0.2s ease; }
    .choixpack .packs .pack img:hover {
      transform: scale(1.1); }
  .choixpack .packs .pack.active img {
    transform: scale(1); }

canvas {
  position : absolute;
  top : 0;
  left : 0; }

.nom_zone_vue {
  list-style-type : none;
  text-decoration : none;
  font-weight : 500;
  margin-left : 5px;
  cursor : pointer;
  background-color : rgba(255, 255, 255, 0.7);
  margin-right : 3px;
  color : #0083c6;
  height : 30px;
  line-height : 30px;
  padding : 0 15px;
  border-radius : 3px;
  text-align : center;
  float : right;
  text-transform : capitalize; }

.nom_zone_vue:hover {
  background-color : #0083c6;
  color : #fff; }

#nav_zones_vues ul {
  padding : 0;
  margin : 0; }

#choixpack {
  font-weight : 500;
  text-decoration : underline;
  margin-top : 10px;
  margin-left : 10px;
  display : flex;
  margin-bottom : 5px;
  margin-top : 25px;
  font-family : 'Montserrat'; }

#txt_nav_zones_vues {
  color : white;
  background-color : #0083c6;
  font-size : 9px;
  text-align : center;
  margin-right : 8px;
  width : 30px;
  height : 30px;
  text-transform : uppercase;
  line-height : 30px;
  border-radius : 50%;
  float : left; }

#txt_nav_zones_vues .material-icons {
  line-height : 30px;
  font-size : 20px; }

.des_containers {
  width : 100%;
  height : 100%;
  margin-right : auto;
  margin-left : auto; }

.row_panneau_txt {
  clear : both;
  margin-left : 15px;
  margin-bottom : 10px;
  margin-top : 10px;
  padding-top : 6px;
  padding-bottom : 6px; }

.row_panneau_txt input {
  border-radius : 2px;
  border : #a9a9a9 solid 1px; }

.bouton_style {
  height : 38px;
  width : 38px;
  border-radius : 50%;
  font-size : 24px;
  margin-left : 2px;
  margin-right : 2px;
  min-width : 32px;
  overflow : hidden;
  padding : 0;
  background : none 0 0 repeat scroll rgba(0, 0, 0, 0);
  border : none medium;
  cursor : pointer;
  display : inline-block;
  font-family : "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight : 500;
  letter-spacing : 0;
  position : relative;
  text-align : center;
  text-decoration : none;
  vertical-align : middle;
  color : #37474f; }
  .bouton_style.active, .bouton_style:hover {
    background-color : rgba(158, 158, 158, 0.2); }

.row_panneau_txt {
  color : #37474f; }

.bouton_style .material-icons {
  font-size : 28px;
  line-height : 28px;
  width : auto;
  line-height : normal; }

.content_panneau {
  text-align : center;
  border-top: 1px solid rgba(75, 63, 180, 0.1);
  padding: 2%; }

.column_left, .column_right {
  display : block;
  width : 50%;
  float : left; }

.column_right {
  float : right; }

.column3 {
  display : block;
  width : 33%;
  float : left; }

.jscolor {
  width : 20px !important;
  color : transparent !important;
  cursor : pointer;
  float : left !important;
  margin-left : 10px; }

.wrap_contour {
  margin-top : 20px; }

.taille_txt {
  background-color : #0083c6;
  color : #fff;
  border-radius : 50%;
  box-shadow : 0 1px 1.5px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.24);
  font-size : 16px;
  height : 24px;
  line-height : normal;
  margin : auto;
  overflow : hidden;
  position : relative;
  width : 24px;
  border : none medium;
  cursor : pointer;
  display : inline-block;
  font-family : "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight : 500;
  outline : medium none;
  text-align : center;
  text-decoration : none;
  text-transform : uppercase;
  transition : box-shadow 0.2s 0s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s 0s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s 0s cubic-bezier(0.4, 0, 0.2, 1);
  vertical-align : middle;
  will-change : box-shadow; }

#txt_size {
  display : block; }

#supp .material-icons {
  font-size : 28px; }

#revenir_perso {
  background-color : #737373;
  border-radius : 3px;
  color : white;
  font-family : 'Lato';
  font-size : 13px;
  padding : 10px;
  cursor : pointer; }

.jscolor {
  width : 60px;
  text-align : center; }

#stroke_width {
  width : 60px;
  border : none; }

select.soflow {
  background-position : 97% center;
  background-repeat : no-repeat;
  border : #aaa solid 1px;
  color : #555;
  overflow : hidden;
  padding : 2px 5px;
  text-overflow : ellipsis;
  white-space : nowrap;
  width : 60px; }

select.soflow#font-family {
  width : 100px; }

textarea#valeur_texte {
  background-position : 97% center;
  background-repeat : no-repeat;
  border : #aaa solid 1px;
  color : #555;
  padding : 2px 5px;
  resize : none; }

.add_content {
  color : #37474f;
  padding : 5px;
  font-size : 45px;
  text-align : center;
  bottom : 0;
  padding : 5px 0; }

.add_content:hover {
  cursor : pointer; }

#add_content_tab {
  margin-left : auto;
  margin-right : auto;
  width : 100%;
  text-align : center;
  position : absolute;
  bottom : 10px; }

.txt_add_content {
  font-size : 12px;
  width : 100px;
  margin-right : auto;
  margin-left : auto;
  text-align : center; }

.popup {
  height : 150px;
  width : 340px;
  z-index : 99;
  position : absolute;
  top : 30%;
  left : calc(50% - 150px);
  overflow : visible; }

.header_popup {
  background : #0083c6;
  color : white;
  padding : 15px 0;
  position : relative;
  width : 100%;
  text-align : center; }

.valeur_texte {
  margin-top : 20px;
  margin-left : 10px;
  margin-right : 10px; }

#form_upload_img {
  margin-top : 15px; }

.popup_cancel {
  height : 20px;
  width : 20px;
  position : absolute;
  top : 5px;
  right : 5px;
  z-index : 100; }

.popup_cancel:hover {
  cursor : pointer; }

#popup_img_txt {
  margin-top : 12px;
  margin-bottom : 10px; }

#label_text_circle {
  margin-right : auto;
  margin-left : auto;
  text-align : center;
  display : block; }

.img_preview {
  max-width : 150px;
  width : 180px;
  font-size : 16px;
  text-align : center;
  font-style : italic;
  display : flex;
  height : 180px;
  align-items : center; }

.img_thumbnail {
  display : block;
  max-width : 96%;
  max-height : 100%;
  margin-right : auto;
  margin-left : auto;
  margin-top : 4px; }

.thumbnail {
  width : 100%;
  margin-top : auto;
  margin-bottom : auto;
  margin-top : 4px; }

.thumbnail:hover {
  cursor : pointer; }

#popup_img {
  height : 160px;
  width : 360px;
  text-align : center;
  font-size : 14px;
  color : #555; }

#img_library {
  max-width : 100%;
  height : auto;
  margin-right : 5px;
  margin-left : 5px; }

.thumbnail_library {
  width : 80px;
  height : 80px;
  border-radius : 2px;
  margin : 3px;
  background : none 0 0 repeat scroll #fff;
  border-radius : 2px;
  box-sizing : border-box;
  display : flex;
  flex-direction : column;
  font-size : 16px;
  font-weight : 400;
  overflow : hidden;
  position : relative;
  box-shadow : 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  display : table-cell;
  vertical-align : middle;
  text-align : center; }

.img_thumbnail_library {
  max-width : 100%;
  height : auto;
  padding : 2px; }

.manage_library {
  float : right; }

#wrap_img_thumbnail {
  border : #555 dashed 2px;
  padding : 3px;
  width : 160px;
  height : 160px;
  margin-right : auto;
  margin-left : auto;
  margin-top : 10px;
  display : table-cell;
  vertical-align : middle;
  text-align : center; }

#pop_overlay {
  position : fixed;
  top : 0;
  left : 0;
  width : 100%;
  height : 100%;
  background-color : rgba(50, 50, 50, 0.7);
  z-index : 70; }

#valeur_texte {
  font-family: "OpenSansLight";
  background: rgba(255, 255, 255, 0.1);
  border: none;
  padding: 10px 15px;
  width: 90%;
  box-sizing: border-box;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03) inset;
  margin-bottom: 30px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  border-radius: 0px;
  background-color: #f4f4f4;
  border: 1px solid #ffb400;
  color: #003c9d;
  font-size: 17px; }

#valeur_texte:focus {
  background : #f4f4f4; }

#img_preview {
  margin-right : auto;
  margin-left : auto; }

.progress-wrp {
  border : #09c solid 1px;
  padding : 1px;
  position : relative;
  border-radius : 3px;
  margin : 10px;
  text-align : left;
  background : #fff;
  box-shadow : 1px 3px 6px rgba(0, 0, 0, 0.12) inset; }

.progress-wrp .progress-bar {
  height : 20px;
  border-radius : 3px;
  background-color : #0083c6;
  width : 0;
  box-shadow : 1px 1px 10px rgba(0, 0, 0, 0.11) inset; }

.progress-wrp .status {
  top : 3px;
  left : 50%;
  position : absolute;
  display : inline-block;
  color : #000; }

.reverselabel {
  padding : 0; }

.vertical-menu a {
  background-color : #eee;
  color : black;
  display : block;
  text-decoration : none; }

.vertical-menu a:hover {
  background-color : #ccc; }

.vertical-menu a.active {
  background-color : #0083c6;
  color : white; }

#inside_overlay {
  position : fixed;
  left : 0;
  top : 0;
  width : 100%;
  height : 100%;
  background: rgba(255, 255, 255, 0.9);
  z-index : 500000;
  text-align: center; }
  #inside_overlay img {
    margin-top: 35vh;
    height: 200px; }

#loadingStep {
  font-family : "Lato";
  color : #333;
  text-align : center;
  width : 290px;
  margin : auto;
  font-size : 23px; }

.onePerso.selected {
  max-height : 800px; }

.SPedit_option {
  height : 30px;
  position : absolute;
  display : flex;
  background : rgba(255, 255, 255, 0.3);
  opacity : 0.8; }

.SPedit_option span {
  height : 26px;
  margin-right : 3px;
  margin-left : 3px;
  background : #d2d9d9;
  width : 85px;
  line-height : 26px;
  text-align : left;
  cursor : pointer; }

.SPedit_option i {
  margin-right : 6px; }

.shadowed {
  box-shadow : 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition : all 0.25s ease; }

.shadowed:hover {
  box-shadow : 0 5px 10px rgba(0, 0, 0, 0.12), 0 3px 3px rgba(0, 0, 0, 0.23);
  background : #20a3df; }

.btnModifier {
  float : right;
  background : #00a453;
  color : white;
  padding : 5px 15px;
  border-radius : 25px;
  font-family : Roboto;
  font-size : 13px;
  cursor : pointer; }

.onePerso.selected .btnModifier {
  visibility : hidden; }

.onePerso_nbPerso {
  font-weight : bold;
  color : #333; }

.onePerso_bandeauinfos {
  height : 145px; }

.onePerso_mtype {
  background : white;
  border : #0083c6 solid 2px;
  width : 20%;
  height : 25px;
  float : left;
  border-radius : 12px; }

.onePerso_contentTXT {
  font-family : Roboto;
  color : #212121;
  font-weight : 600; }

span.Infovalue {
  color : #0083c6;
  font-weight : bold;
  font-family : Roboto;
  font-size : 15px; }

.onePerso_containtSelect {
  background : url("/designer/img/arrowselect.png") 96% 0 no-repeat scroll rgba(255, 255, 255, 0.9);
  border-radius : 20px;
  overflow : hidden;
  margin-top : 4px;
  width : 80px;
  border : #0083c6 solid 2px;
  cursor : pointer; }

.onePerso_SelectContain select {
  width : 110%;
  cursor : pointer;
  background : transparent; }

.onePerso_SelectContain {
  overflow : hidden;
  width : 100%;
  display : inline-block;
  background-image : url("/designer/img/ic_arrow_drop_down_black_24px.svg");
  background-position : right;
  background-repeat : no-repeat;
  border : #0083c6 solid 2px;
  border-radius : 50px;
  margin-bottom : 6px; }

.onePerso_SelectContainFont select {
  width : 110%;
  cursor : pointer;
  background : transparent; }

.onePerso_SelectContainFont {
  overflow : hidden;
  width : 70%;
  display : inline-block;
  background-image : url("/designer/img/ic_arrow_drop_down_black_24px.svg");
  background-position : right;
  background-repeat : no-repeat;
  border : #0083c6 solid 2px;
  border-radius : 50px;
  margin-bottom : 6px; }

.onePerso_bandeaucomplementary {
  font-family : Roboto;
  font-size : 15px;
  clear : left; }

#info_modeactive {
  position: absolute;
  top: 163px;
  left: calc(50% - 162px);
  width: 314px;
  text-align: center;
  color: white;
  cursor: pointer;
  z-index: 1000;
  display: none;
  background: #003c9d;
  padding: 10px;
  border-radius: 8px; }
  #info_modeactive:hover {
    text-decoration: underline; }
  #info_modeactive.active {
    display: block; }

#zonesList {
  width: 190px;
  margin: 50px auto;
  position: absolute;
  top: 60px;
  left: -50px;
  z-index: 5000;
  background: white;
  overflow: hidden;
  overflow-y: auto;
  display: none; }
  #zonesList * {
    margin: 0;
    padding: 0;
    outline: none;
    border: none;
    box-sizing: border-box; }
  #zonesList *:before, #zonesList *:after {
    box-sizing: border-box; }
  #zonesList .editrow {
    margin-bottom: 10px; }
  #zonesList > :not(.editrow) .labelzonelist {
    margin: 5px 10px; }
  #zonesList > :not(.editrow) span {
    display: block;
    width: 100%;
    height: 90%;
    border-bottom: dashed 2px #54687a; }
  #zonesList > :not(.editrow) .wrap-list {
    height: 100%; }
  #zonesList > :not(.editrow) input[type="checkbox"] {
    position: relative;
    top: 14px;
    right: 12px;
    float: right; }
  #zonesList > :not(.editrow) input[type="checkbox"]:checked + label {
    text-decoration: none;
    color: rgba(0, 0, 0, 0.7); }
  #zonesList > :not(.editrow) .list {
    list-style: none;
    color: rgba(0, 0, 0, 0.3); }
  #zonesList > :not(.editrow) .list li {
    display: none;
    border-bottom: 1px solid #e2e2e2;
    float: left;
    width: 100%; }
    #zonesList > :not(.editrow) .list li:hover {
      background: #f8f8f8; }
    #zonesList > :not(.editrow) .list li.active {
      display: block; }
  #zonesList > :not(.editrow) label {
    font-family: Open Sans;
    font-weight: bold;
    font-size: 11px;
    text-decoration: line-through;
    padding: 10px;
    cursor: pointer;
    float: left;
    width: 80%;
    transition: all 0.3s ease; }
  #zonesList > :not(.editrow) .navcott_head {
    background: white;
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    padding: 0 30px;
    height: 40px;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid #b2b2b2;
    cursor: pointer;
    position: relative; }
  #zonesList > :not(.editrow) .navcott_head span {
    text-transform: uppercase;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    height: 100%;
    border-bottom: 3px solid transparent;
    -webkit-transition: all 0.25s ease-in;
    -moz-transition: all 0.25s ease-in;
    -ms-transition: all 0.25s ease-in;
    -o-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
    width: unset; }
    #zonesList > :not(.editrow) .navcott_head span.minusplus {
      border: 1px solid #3b3b3b;
      color: #3b3b3b;
      vertical-align: middle;
      width: 18px;
      height: 17px;
      text-align: center;
      border-radius: 2em; }
      #zonesList > :not(.editrow) .navcott_head span.minusplus:after {
        font-size: 20px;
        content: "+"; }
  @media (max-width: 1300px) {
      #zonesList > :not(.editrow) .navcott_head {
        padding: 0 8px; } }

body .button-link {
  width         : unset;
  background    : white;
  border        : 1px solid #3b3b3b;
  color         : #3b3b3b;
  margin        : auto;
  padding: 10px 4px; }
  body .button-link:not(.disabled):hover {
    background: #3b3b3b;
    color: white;
    border-color: #3b3b3b; }
  body #valeur_texte {
    border: 1px solid #b2b2b2;
    background: white;
    color: #3b3b3b; }
  body #valeur_texte:focus {
    background: white; }
  body #valeur_texte::placeholder {
    font-family: inherit;
    color: #b2b2b2;
    font-family: "Open Sans", sans-serif;
    font-size: inherit; }
  body .contenaire.box {
    padding: 0;
    width: 100vw;
    height: 100vh;
    max-width: none;
    margin: 0; }
  body .contenaire.box #display_col_g {
    display: none;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    z-index: 10; }
  body .contenaire.box #display_col_g .material-icons {
    font-size: 35px; }
  body .contenaire.box .choixpack {
    width: 80%;
    height: 100px;
    top: 0;
    left: 10%;
    z-index: 600;
    background: transparent; }
  body .contenaire.box .choixpack .packs_mask {
    width: calc(100% - 50px);
    left: 25px;
    position: absolute;
    height: 100%;
    overflow: hidden; }
  body .contenaire.box .choixpack .pack-nav:hover {
    box-shadow: none; }
  body .contenaire.box .choixpack .packs .pack {
    justify-content: center; }
    body .contenaire.box .choixpack .packs .pack span {
      display: none; }
    body .contenaire.box .choixpack .packs .pack.active {
      border-bottom: 2px solid #3b3b3b; }
  body .contenaire.box .CottConfigLabel {
    font-size: 25px;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: black;
    display: block;
    margin: 25px auto 20px;
    width: calc(100% - 50px);
    font-weight: 600;
    font-family: Montserrat; }
  body .contenaire.box .CottProductDesignation {
    width: calc(100% - 50px);
    margin: auto;
    display: block;
    font-size: 10px;
    text-transform: uppercase;
    margin-top: -20px;
    margin-bottom: 25px; }
  body .contenaire.box .perso_container {
    width: calc(100% - 50px);
    margin-bottom: 25px; }
  body .contenaire.box .perso_container .navcott_container {
    width: 100%;
    margin-bottom: 5px; }
    body .contenaire.box .perso_container .navcott_container.responsive {
      display: none; }
    body .contenaire.box .perso_container .navcott_container .navcott_head {
      background: white;
      display: flex;
      flex-direction: row;
      align-content: center;
      align-items: center;
      padding: 0 30px;
      height: 40px;
      flex-wrap: wrap;
      justify-content: space-between;
      background: #fff;
      border: 1px solid #e9e7ff;
      box-sizing: border-box;
      border-radius: 5px;
      cursor: pointer;
      position: relative; }
    body .contenaire.box .perso_container .navcott_container .navcott_head span {
      text-transform: none;
      display: flex;
      align-content: center;
      justify-content: center;
      align-items: center;
      height: 100%;
      border-bottom: 3px solid transparent;
      -webkit-transition: all 0.25s ease-in;
      -moz-transition: all 0.25s ease-in;
      -ms-transition: all 0.25s ease-in;
      -o-transition: all 0.25s ease-in;
      transition: all 0.25s ease-in;
      font-weight: 600;
      font-size: 14px;
      line-height: 17px;
      color: #003c9d;
      letter-spacing: 0.5px; }
      body .contenaire.box .perso_container .navcott_container .navcott_head span.minusplus {
        border: 1px solid #003c9d;
        color: #003c9d;
        vertical-align: middle;
        width: 18px;
        height: 17px;
        text-align: center;
        box-sizing: border-box;
        border-radius: 5px; }
        body .contenaire.box .perso_container .navcott_container .navcott_head span.minusplus:after {
          content: "+"; }
    body .contenaire.box .perso_container .navcott_container .navcott_content {
      -webkit-transition: all 0.25s ease-in;
      -moz-transition: all 0.25s ease-in;
      -ms-transition: all 0.25s ease-in;
      -o-transition: all 0.25s ease-in;
      transition: all 0.25s ease-in;
      max-height: 0;
      overflow: hidden;
      background: white; }
    body .contenaire.box .perso_container .navcott_container .navcott_content #zonesList {
      position: unset;
      margin: 0;
      width: 100%; }
      body .contenaire.box .perso_container .navcott_container .navcott_content #zonesList .wrap-list {
        height: unset; }
    body .contenaire.box .perso_container .navcott_container.active .navcott_head span:not(.minusplus) {
      border-bottom: 3px solid #3b3b3b; }
      body .contenaire.box .perso_container .navcott_container.active .navcott_head span.minusplus:after {
        content: "-"; }
    body .contenaire.box .perso_container .navcott_container.active .navcott_content {
      max-height: 400px;
      overflow: auto; }
      body .contenaire.box .perso_container .navcott_container.active .navcott_content td {
        font-weight: bold;
        width: calc(50% - 25px); }
  body .contenaire.box #ListePersos {
    overflow: visible; }
  body .contenaire.box #ListePersos .EmpDims {
    color: #b2b2b2;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    margin: 0 0 4px 0; }
  body .contenaire.box #ListePersos .EmpPrice {
    font-weight: bold; }
  body .contenaire.box #ListePersos .onePerso .EmpDetailsLines {
    background: white; }
    body .contenaire.box #ListePersos .onePerso .EmpDetailsLines .onePerso_action {
      margin: 0px 15px 0 0; }
    body .contenaire.box #ListePersos .onePerso .EmpDetailsLines .onePerso_action[task="delete"] i {
      color: transparent;
      background: url("images/remove.png");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center;
      font-size: 18px; }
    body .contenaire.box #ListePersos .onePerso .EmpDetailsLines .onePerso_action[task="edit"] i {
      color: transparent;
      background: url("images/edit.png");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center;
      font-size: 18px; }
    body .contenaire.box #ListePersos .onePerso .EmpDetailsLines .empdetailvalue {
      display: none; }
    body .contenaire.box #ListePersos .onePerso .EmpDetailsLines .empdetaildims, body .contenaire.box #ListePersos .onePerso .EmpDetailsLines i {
      color: #999; }
    body .contenaire.box #ListePersos .onePerso .EmpDetailsLines .empdetaildims {
      font-family: "Open Sans";
      font-size: 13px; }
  body .contenaire.box #ListePersos .onePerso_thumb {
    background: white;
    height: 80px;
    width: 80px;
    background-image: linear-gradient(45deg, #ccc 25%, transparent 25%, transparent 75%, #ccc 75%), linear-gradient(45deg, #ccc 25%, transparent 25%, transparent 75%, #ccc 75%);
    background-size: 15px 15px;
    background-position: 0 0, 7.5px 7.5px; }
  body .contenaire.box #ListePersos .EmpName {
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    letter-spacing: unset;
    margin: 0;
    padding: 0;
    color: #3b3b3b;
    text-transform: none; }
  body .contenaire.box #ListePersos .onePerso_lines .moredetailsemp {
    z-index: 500;
    background: none;
    color: #b2b2b2;
    border: none;
    box-shadow: none;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    text-decoration: underline;
    letter-spacing: unset;
    margin: 0;
    padding: 0;
    position: unset;
    left: unset;
    top: unset;
    margin-top: 10px;
    text-transform: lowercase;
    font-size: 10px; }
  body .contenaire.box #TextEdit {
    width: calc(100% - 20px);
    margin: 20px auto 10px auto; }
  body .contenaire.box #TextEdit .labelPaltexte {
    font-size: 12px;
    display: block;
    text-align: center;
    width: 100%;
    margin: 10px 0; }
  body .contenaire.box #TextEdit .PaletteTexte {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    margin-top: 0; }
    body .contenaire.box #TextEdit .PaletteTexte .btncolorizeJS {
      box-shadow: unset;
      margin: 4px;
      border: 1px solid transparent;
      height: 22px;
      width: 22px; }
    body .contenaire.box #TextEdit .PaletteTexte .btncolorizeJS[color='FFFFFF'] {
      border: 1px solid #b2b2b2; }
    body .contenaire.box #TextEdit .PaletteTexte .btncolorizeJS.selected {
      box-shadow: unset;
      height: 22px;
      width: 22px;
      border: 1px solid #3b3b3b; }
  body .contenaire.box #TextEdit .favoriteContainer {
    max-height: 300px;
    transition: all 0.2s ease-in; }
  body .contenaire.box #TextEdit #displayMoreColors {
    display: flex;
    align-items: center;
    cursor: pointer; }
    body .contenaire.box #TextEdit #displayMoreColors.active {
      justify-content: end; }
    body .contenaire.box #TextEdit #displayMoreColors.active #textMore {
      transform: rotate(45deg); }
    body .contenaire.box #TextEdit #displayMoreColors.active p {
      display: none; }
  body .contenaire.box #TextEdit .threadColors {
    position : absolute;
    max-height: 0vh;
    display: flex;
    flex-wrap: wrap;
    align-content: start;
    overflow-y: scroll;
    width: calc(100% - 74px);
    transition: all 0.2s ease-in;
    z-index: 1000;
    background-color: white; }
    body .contenaire.box #TextEdit .threadColors .textColor {
      display: none;
      flex-direction: row;
      align-items: center;
      width: 100%;
      cursor: pointer;
      margin: 2px 5px;
      background-color: rgba(75, 63, 180, 0.05);
      padding: 3px 6px; }
    body .contenaire.box #TextEdit .threadColors .textColor:hover {
      background-color: rgba(75, 63, 180, 0.15); }
    body .contenaire.box #TextEdit .threadColors .textColor div {
      width: 20px;
      height: 20px;
      margin-right: 5px;
      border: unset;
      box-shadow: unset; }
    body .contenaire.box #TextEdit .threadColors.active {
      max-height: 300px;
      box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25); }
    body .contenaire.box #TextEdit .threadColors.active .textColor {
      display: flex; }
  body .contenaire.box #TextEdit #colCollection {
    border: #003c9d 1px solid;
    border-radius: 5px;
    padding: 10px;
    margin: 5px 0px;
    font-size: 13px;
    color: #292929;
    cursor: pointer;
    width: 100%; }
  body .contenaire.box #TextEdit #searchColorByRef {
    display: block;
    font-size: 14px;
    border-bottom: solid 1px #003c9d;
    width: 100%;
    margin-top: 10px; }
  body .contenaire.box #TextEdit .spSelect .dropdown {
    border: none;
    margin-bottom: 4px; }
    body .contenaire.box #TextEdit .spSelect .dropdown .select {
      color: white; }
    body .contenaire.box #TextEdit .spSelect .dropdown .dropdownmenu {
      max-height: 90px;
      border: none; }
    body .contenaire.box #TextEdit .spSelect .dropdown .dropdownmenu li {
      background: #3b3b3b; }
      body .contenaire.box #TextEdit .spSelect .dropdown .dropdownmenu li:hover {
        background: #5b5b5b; }
  body .contenaire.box #TextEdit .spSelect .dropdown .dropdownmenu {
    left: 0px; }
  body .contenaire.box #TextEdit .spSelect .dropdown.active .dropdownmenu {
    border-radius: 0; }
  body .contenaire.box #TextEdit .spSelect .dropdown .dropdownmenu li, body .contenaire.box #TextEdit .spSelect.reverse .dropdown .dropdownmenu li.selected, body .contenaire.box #TextEdit .spSelect.reverse .dropdown .dropdownmenu li:hover {
    color: white; }
  body .contenaire.box #TextEdit .editrow.align {
    background: #3b3b3b;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between; }
    body .contenaire.box #TextEdit .editrow.align .bouton_style {
      color: white;
      height: 30px;
      width: 30px;
      margin: 0; }
    body .contenaire.box #TextEdit .editrow.align .bouton_style i {
      font-size: 22px; }
  body .contenaire.box #col_g {
    background: #faf9fd;
    width: 20%;
    max-width: 360px; }
  body .contenaire.box #col_g .top_part {
    padding: 8%;
    display: flex;
    flex-direction: column;
    height: calc(50% - 80px);
    justify-content: space-between;
    border-bottom: 1px solid rgba(75, 63, 180, 0.1); }
    body .contenaire.box #col_g .top_part .header_part .title_container {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      body .contenaire.box #col_g .top_part .header_part .title_container .part_title {
        font-weight: 700;
        font-size: 25px;
        line-height: 30px;
        color: #f0134d;
        font-family: Montserrat;
        margin: unset;
        letter-spacing: unset;
        margin-bottom: 20px; }
      body .contenaire.box #col_g .top_part .header_part .title_container .close {
        display: none;
        cursor: pointer; }
    body .contenaire.box #col_g .top_part .header_part .return_tuto {
      display: flex;
      flex-direction: column; }
      body .contenaire.box #col_g .top_part .header_part .return_tuto a {
        color: #003c9d;
        font-weight: 600;
        font-size: 12px;
        line-height: 20px;
        text-decoration: none;
        display: flex;
        align-items: center; }
      body .contenaire.box #col_g .top_part .header_part .return_tuto a:visited {
        color: #003c9d; }
      body .contenaire.box #col_g .top_part .header_part .return_tuto a span {
        margin-right: 5px; }
    body .contenaire.box #col_g .top_part .footer_part {
      display: flex;
      flex-direction: column; }
    body .contenaire.box #col_g .top_part .footer_part .product_infos .infos_title {
      font-weight: 600;
      font-size: 14px;
      line-height: 17px; }
      body .contenaire.box #col_g .top_part .footer_part .product_infos p {
        font-size: 12px;
        line-height: 18px;
        display: flex;
        flex-direction: column;
        margin: 20px 0; }
    body .contenaire.box #col_g .top_part #change_view_display {
      display: none;
      justify-content: center;
      align-items: center;
      background: #000;
      color: #fff;
      font-size: 25px;
      height: 30px;
      cursor: pointer;
      border-radius: 30px; }
    body .contenaire.box #col_g .top_part .report_product {
      color: #003c9d;
      display: flex;
      align-items: center;
      font-size: 12px;
      cursor: pointer;
      user-select: none;
      font-weight: 600; }
    body .contenaire.box #col_g .top_part .report_product .report {
      margin-right: 4px;
      font-size: 2em; }
  body .contenaire.box #col_g .bottom_part {
    padding: 8%;
    display: flex;
    flex-direction: column;
    height: calc(50% - 80px); }
    body .contenaire.box #col_g .bottom_part .part_title {
      font-weight: 600;
      font-size: 14px;
      line-height: 17px;
      margin-bottom: 30px; }
    body .contenaire.box #col_g .bottom_part .check_placements {
      display: flex;
      flex-direction: column;
      width: 80%; }
    body .contenaire.box #col_g .bottom_part .check_placements .info_placement {
      display: flex;
      justify-content: flex-end;
      align-items: start;
      margin-bottom: 7px;
      cursor: pointer;
      gap: 5px;
      max-height: 4.7em;
      overflow: hidden; }
      body .contenaire.box #col_g .bottom_part .check_placements .info_placement.technodisplay {
        border-bottom: 1px solid lightgrey; }
      body .contenaire.box #col_g .bottom_part .check_placements .info_placement:hover {
        max-height: none; }
      body .contenaire.box #col_g .bottom_part .check_placements .info_placement .title_placement {
        line-height: 15px;
        flex-grow: 2;
        text-align: right; }
      body .contenaire.box #col_g .bottom_part .check_placements .info_placement .title_placement .zone_name {
        font-size: 14px;
        font-weight: bold; }
      body .contenaire.box #col_g .bottom_part .check_placements .info_placement .title_placement .techno {
        font-size: 12px;
        font-weight: normal;
        margin: 0;
        padding: 0;
        padding-bottom: 3px; }
      body .contenaire.box #col_g .bottom_part .check_placements .info_placement .title_placement .max_colors {
        font-size: 10px;
        font-weight: normal;
        font-style: italic; }
      body .contenaire.box #col_g .bottom_part .check_placements .info_placement .fake_check {
        background: #fff;
        border: 1px solid #003c9d;
        box-sizing: border-box;
        border-radius: 5px;
        width: 15px;
        height: 15px;
        cursor: pointer;
        margin-left: 5px; }
      body .contenaire.box #col_g .bottom_part .check_placements .info_placement.checked .title_placement {
        color: #003c9d; }
      body .contenaire.box #col_g .bottom_part .check_placements .info_placement.checked .fake_check {
        background: #003c9d; }
      body .contenaire.box #col_g .bottom_part .check_placements .info_placement.blocked .title_placement {
        color: rgba(0, 0, 0, 0.35); }
      body .contenaire.box #col_g .bottom_part .check_placements .info_placement.blocked .fake_check {
        background: rgba(0, 0, 0, 0.35);
        border-radius: 5px;
        border: unset; }
  body .contenaire.box #col_gauche {
    width: auto;
    background: #fff; }
  body .contenaire.box #col_gauche #layers {
    background: transparent; }
  body .contenaire.box #col_droite {
    width: 20%;
    background: #faf9fd;
    position: relative;
    max-width: 360px;
    margin: 0;
    padding: 0;
    overflow-y: auto;
    overflow-x: hidden; }
  body .contenaire.box #col_droite .col_droite_footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto auto 16px auto;
    width: 100%; }
    body .contenaire.box #col_droite .col_droite_footer .prices_details {
      width: 90%; }
    body .contenaire.box #col_droite .col_droite_footer .prices_details table {
      width: 100%; }
      body .contenaire.box #col_droite .col_droite_footer .prices_details table td {
        text-align: center; }
    body .contenaire.box #col_droite .col_droite_footer .prices_details .total_combined_price {
      display: flex;
      font-size: 16px; }
      body .contenaire.box #col_droite .col_droite_footer .prices_details .total_combined_price .value_total {
        font-weight: bold; }
  body .contenaire.box #panneau .titre_content_panneau {
    display: inline-block;
    width: calc(100% - 50px);
    color: black;
    font-family: Montserrat;
    text-transform: none;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: normal; }
  body .contenaire.box #panneau.box {
    height: unset; }
  body .contenaire.box #ligne_vues {
    display: flex;
    width: 100%;
    flex-flow: row wrap; }
  body .contenaire.box #ligne_vues .vue.box {
    cursor: pointer;
    box-shadow: none;
    max-width: 100px;
    max-height: 110px;
    height: 110px;
    margin: 10px auto;
    border-radius: none;
    background: none;
    -webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -ms-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
    text-align: center; }
    body .contenaire.box #ligne_vues .vue.box.selected {
      font-weight: bold; }
    body .contenaire.box #ligne_vues .vue.box:last-of-type:not(:first-of-type) {
      margin-left: 0; }
  body .contenaire.box #visuelproduit {
    height: calc(100% - 100px); }
  body .contenaire.box #visuelproduit #warning {
    background-color: #ffe3e3;
    border: 1px solid #ffcaca;
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 10%;
    left: 15%;
    z-index: 100;
    padding: 10px;
    border-radius: 8px;
    max-width: 40vw; }
    body .contenaire.box #visuelproduit #warning.hide {
      display: none; }
    body .contenaire.box #visuelproduit #warning .header_warning {
      display: flex;
      justify-content: space-between;
      margin-bottom: 10px; }
    body .contenaire.box #visuelproduit #warning .header_warning .title_warning {
      font-weight: bold;
      font-size: 18px;
      color: black; }
    body .contenaire.box #visuelproduit #warning .header_warning .close {
      cursor: pointer; }
    body .contenaire.box #visuelproduit #warning .content_warning {
      display: flex;
      flex-direction: column;
      justify-content: start;
      margin-bottom: 10px;
      color: black; }
    body .contenaire.box #visuelproduit #warning .footer_warning {
      display: flex;
      align-items: center;
      justify-content: end;
      gap: 10px; }
    body .contenaire.box #visuelproduit #warning .footer_warning .sp_button {
      background: transparent;
      border-color: black;
      color: black;
      box-shadow: unset; }
      body .contenaire.box #visuelproduit #warning .footer_warning .sp_button:hover {
        color: black; }
  body .contenaire.box #visuelproduit #Tips {
    left: 300px; }
  body .contenaire.box #visuelproduit .bandeau {
    right: 20px;
    bottom: 30px !important;
    top: unset;
    left: unset;
    background: transparent;
    box-shadow: none; }
    body .contenaire.box #visuelproduit .bandeau.topright {
      right: 20px;
      top: 10px;
      bottom: unset !important; }
    body .contenaire.box #visuelproduit .bandeau.topleft {
      left: 20px;
      top: 10px;
      bottom: unset !important;
      right: unset; }
    body .contenaire.box #visuelproduit .bandeau.topleft .redo {
      transform: rotate(180deg); }
    body .contenaire.box #visuelproduit .bandeau.botr {
      top: unset;
      bottom: 0px; }
    body .contenaire.box #visuelproduit .bandeau.botr #reset .minusplus {
      border: none;
      transform: rotate(45deg);
      font-size: 25px;
      font-weight: 200;
      width: 23px;
      height: 18px; }
    body .contenaire.box #visuelproduit .bandeau .bouton_bandeau {
      color: #003c9d;
      margin: unset;
      background: none;
      border-radius: unset;
      position: relative;
      display: flex;
      align-items: center;
      width: unset;
      height: unset;
      font-weight: 800;
      font-size: 12px;
      line-height: 20px;
      padding: 6px;
      text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white; }
    body .contenaire.box #visuelproduit .bandeau .bouton_bandeau .material-icons-outlined {
      margin-right: 5px; }
    body .contenaire.box #visuelproduit .bandeau .bouton_bandeau#reset_pan {
      display: none; }
  body .contenaire.box span.minusplus {
    text-transform: unset;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    height: 100%;
    border-bottom: 3px solid transparent;
    -webkit-transition: all 0.25s ease-in;
    -moz-transition: all 0.25s ease-in;
    -ms-transition: all 0.25s ease-in;
    -o-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in; }
  body .contenaire.box span.minusplus.minusplus {
    border: 1px solid #003c9d;
    color: #003c9d;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 50%; }
  body .contenaire.box #mouse .icon_btn_bandeau {
    color: #d1c3c3; }
    body .contenaire.box #mouse .icon_btn_bandeau:hover {
      color: #d1c3c3 !important; }
    body .contenaire.box #mouse .icon_btn_bandeau.grabModeActivated {
      color: #003c9d; }
    body .contenaire.box #mouse .icon_btn_bandeau.grabModeActivated:hover {
      color: #003c9d !important; }
  body .contenaire.box .buttons_col_droite {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin: auto 0 16px; }
  body .contenaire.box .buttons_col_droite #price_details {
    display: none;
    align-items: center;
    gap: 10px;
    cursor: pointer; }
    body .contenaire.box .buttons_col_droite #price_details span {
      font-size: 22px; }
    body .contenaire.box .buttons_col_droite #price_details .price_value {
      font-weight: bold; }
    body .contenaire.box .buttons_col_droite #price_details .price_see_more {
      color: #003c9d; }
    body .contenaire.box .buttons_col_droite #price_details[display_style="LIVOO"] {
      align-items: flex-start;
      flex-direction: column;
      justify-content: center; }
    body .contenaire.box .buttons_col_droite #price_details[display_style="LIVOO"] span {
      font-size: 14px; }
    body .contenaire.box .buttons_col_droite #price_details[display_style="LIVOO"] .see_more {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      width: 100%; }
      body .contenaire.box .buttons_col_droite #price_details[display_style="LIVOO"] .see_more span {
        font-size: 20px; }
    body .contenaire.box .buttons_col_droite #price_details[display_style="LIVOO"] .price_details_title {
      display: none; }
    body .contenaire.box .buttons_col_droite #price_details[display_style="LIVOO"] .cust_list {
      display: flex;
      flex-direction: column;
      justify-content: center; }
  body .contenaire.box .buttons_col_droite .btn_social {
    display: flex;
    align-items: center; }
  body .contenaire.box .buttons_col_droite .button-link {
    background: #003c9d;
    color: #fff;
    border: 1px solid #003c9d;
    padding: 10px 20px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
    font-family: 'Montserrat', sans-serif;
    border-radius: 5px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.2s ease;
    font-size: 1.2rem;
    user-select: none;
    width: max-content;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    min-width: unset;
    margin: 15px auto;
    text-transform: initial; }
    body .contenaire.box .buttons_col_droite .button-link:hover {
      background-color: #fff;
      color: #003c9d; }
  body .contenaire.box .buttons_col_droite #btn_save {
    display: block;
    position: unset;
    border: unset;
    box-shadow: none;
    z-index: 1; }
  body #zonesList {
    top: unset;
    bottom: 0;
    left: 20px; }
  body .product_name {
    font-size: 12px;
    color: #3b3b3b;
    display: block;
    margin: 10px auto;
    width: calc(100% - 50px);
    font-weight: bold; }

#logochecker_block_message .btn {
  font-weight: bold;
  margin: 5px;
  background: #fff;
  border: 1px solid #e9e7ff;
  box-sizing: border-box;
  box-shadow: 0px 4px 4px rgba(75, 63, 180, 0.11);
  border-radius: 5px;
  padding: 10px;
  color: #f8b500;
  cursor: pointer; }
  #logochecker_block_message #block_prediction {
    margin: 5px;
    z-index: 90;
    background: #fff;
    border: 1px solid #e9e7ff;
    box-sizing: border-box;
    box-shadow: 0px 4px 4px rgba(75, 63, 180, 0.11);
    border-radius: 5px;
    padding: 10px;
    color: #f8b500; }
  #logochecker_block_message #block_prediction span {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    margin-left: 5px; }
  #logochecker_block_message #block_loading {
    margin: 5px;
    z-index: 90;
    padding: 10px; }
  #logochecker_block_message #block_loading .loading {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: url("images/loader.gif");
    background-size: 30%;
    background-color: rgba(255, 255, 255, 0.9);
    background-repeat: no-repeat;
    background-position: center center; }
  #logochecker_block_message #block_ok {
    margin: 5px;
    z-index: 90;
    background: #fff;
    border: 1px solid #e9e7ff;
    box-sizing: border-box;
    box-shadow: 0px 4px 4px rgba(75, 63, 180, 0.11);
    border-radius: 5px;
    padding: 10px;
    color: #bfc400;
    font-family: Montserrat; }
  #logochecker_block_message #block_ok .txt_ok {
    font-style: normal;
    font-weight: 600;
    margin-left: 5px; }
  #logochecker_block_message #block_ok #btn_ok {
    margin-left: 5px;
    color: white;
    font-weight: 700;
    background: #bfc400;
    border-radius: 5px;
    box-shadow: 0px 4px 4px rgba(75, 63, 180, 0.1);
    padding: 5px 10px;
    cursor: pointer; }
  #logochecker_block_message #block_alert {
    margin: 5px;
    z-index: 90;
    background: #fff;
    border: 1px solid #e9e7ff;
    box-sizing: border-box;
    box-shadow: 0px 4px 4px rgba(75, 63, 180, 0.11);
    border-radius: 5px;
    padding: 10px;
    color: #f0134d;
    font-family: Montserrat; }
  #logochecker_block_message #block_alert .txt_alert {
    font-style: normal;
    font-weight: 600;
    margin-left: 5px; }
  #logochecker_block_message #block_alert #btn_alert {
    margin-left: 5px;
    color: white;
    font-weight: 700;
    background: #f0134d;
    border-radius: 5px;
    box-shadow: 0px 4px 4px rgba(75, 63, 180, 0.1);
    cursor: pointer;
    padding: 5px 10px; }
  #logochecker_block_message .block_icon {
    margin-top: -5px; }
  #logochecker_block_message #block_estimation {
    margin: 5px;
    z-index: 90;
    background: #f8b500;
    border: 1px solid #e9e7ff;
    box-sizing: border-box;
    box-shadow: 0px 4px 4px rgba(75, 63, 180, 0.11);
    border-radius: 5px;
    padding: 10px;
    color: white;
    cursor: pointer;
    display: none; }
  #logochecker_block_message #block_estimation span {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    margin-left: 5px; }

#popin_blocked_feature .popin-container {
  max-width: 550px;
  border-radius: 20px; }
  #popin_blocked_feature .popin-container .popin-header {
    margin: 0; }
  #popin_blocked_feature .material-icons {
    font-family: 'Material Icons'; }
  #popin_blocked_feature .block_feat {
    min-width: 500px;
    margin-top: 20px;
    text-align: left;
    position: relative; }
  #popin_blocked_feature .block_feat h3 {
    font-weight: 700;
    font-size: 25px;
    color: black; }
  #popin_blocked_feature .block_feat .description {
    margin-top: 35px;
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
    align-items: center; }
  #popin_blocked_feature .block_feat .description .description_row {
    margin-top: 30px;
    display: flex;
    align-items: center;
    width: 300px; }
    #popin_blocked_feature .block_feat .description .description_row img {
      width: 32px; }
  #popin_blocked_feature .block_feat .description .description_text {
    padding-left: 25px;
    font-size: 12px;
    font-weight: 500;
    color: black; }
  #popin_blocked_feature .block_feat .block_button {
    display: flex;
    justify-content: center; }
  #popin_blocked_feature .block_feat .block_button .spbtnblue {
    width: 220px;
    text-align: center; }
  @media (max-width: 1600px) {
  #popin_blocked_feature .popin-container {
    top: 20px; } }
  @media only screen and (max-device-width: 1024px) and (orientation: landscape) {
  #popin_blocked_feature .popin-container {
    top: 60px; }
  #popin_blocked_feature .feature_sub_block .close-popin {
    left: 800px; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  #popin_blocked_feature .popin-container {
    top: 60px;
    max-width: 600px; }
  #popin_blocked_feature .block_feat {
    margin-left: 20px;
    padding: 10px; }
    #popin_blocked_feature .block_feat .close-popin {
      left: 590px; } }
  @media screen and (max-width: 990px) and (orientation: landscape) {
  #popin_blocked_feature .popin-container {
    max-width: 600px; }
  #popin_blocked_feature .block_feat {
    margin: 0;
    padding: 10px; }
    #popin_blocked_feature .block_feat .close-popin {
      left: 575px; } }
  @media screen and (max-width: 576px) {
  #popin_blocked_feature .popin-container {
    max-width: 300px;
    padding: 20px; }
  #popin_blocked_feature .block_feat {
    width: auto;
    margin: 0;
    padding: 10px;
    min-width: 0; }
    #popin_blocked_feature .block_feat h3 {
      font-size: 18px; }

    #popin_blocked_feature .block_feat .close-popin {
      left: 290px; } }

body #tp_content {
  height: calc(100vh - 80px);
  padding-top: 0; }
  body #tp_content .contenaire.box {
    height: 100%;
    width: 100%; }
  body #tp_content .bandeauretour {
    text-align: left;
    height: 35px;
    width: 150px;
    position: absolute;
    left: 0;
    top: 90px;
    z-index: 999; }
  body #tp_content #col_droite #btn_save {
    width: auto; }

body .contenaire.box #visuelproduit {
  height: calc(100% - 130px); }
  body .contenaire.box .choixpack {
    height: 130px; }
  body .contenaire.box .choixpack .packs .pack {
    padding-bottom: 3px;
    min-width: 85px;
    width: auto;
    justify-content: flex-end; }
    body .contenaire.box .choixpack .packs .pack span {
      display: block;
      white-space: nowrap; }

@media (max-width: 1100px) {
  #ListePersos .onePerso .EmpDetailsLines.show {
    display: none !important; }

  body {
    overscroll-behavior-y: contain; }
    body #info_modeactive.active {
      display: none; }
    body .contenaire.box #display_col_g {
      display: block; }
      body .contenaire.box #col_g {
        display: none;
        position: fixed;
        padding: 20px;
        bottom: 0px;
        z-index: 1010;
        width: calc(100vw - 40px);
        max-width: calc(100vw - 40px);
        height: 75vh;
        border-top-left-radius: 40px;
        border-top-right-radius: 40px;
        -webkit-box-shadow: 0px 3px 11px 5px rgba(0, 0, 0, 0.14);
        box-shadow: 0px 3px 11px 5px rgba(0, 0, 0, 0.14);
        background: #fff;
        transition: all 0.2s ease-out; }
        body .contenaire.box #col_g.active {
          display: block; }
        body .contenaire.box #col_g .top_part {
          height: unset;
          border-bottom: unset;
          padding: 0px; }
          body .contenaire.box #col_g .top_part .header_part {
            border-bottom: 1px solid rgba(75, 63, 180, 0.1); }
            body .contenaire.box #col_g .top_part .header_part .title_container {
              margin-bottom: 10px; }
              body .contenaire.box #col_g .top_part .header_part .title_container h1.part_title {
                color: #000;
                font-size: 15px;
                margin-bottom: 0px; }
              body .contenaire.box #col_g .top_part .header_part .title_container .close {
                display: inline;
                background: #000;
                color: white;
                border-radius: 100px;
                padding: 5px;
                font-size: 19px; }
            body .contenaire.box #col_g .top_part .header_part .return_tuto {
              margin-bottom: 20px; }
              body .contenaire.box #col_g .top_part .header_part .return_tuto .material-icons-outlined {
                font-size: 18px; }
              body .contenaire.box #col_g .top_part .header_part .return_tuto .report_product {
                color: #000;
                font-size: 11px;
                margin-top: 5px; }
                body .contenaire.box #col_g .top_part .header_part .return_tuto .report_product .report {
                  font-size: 18px; }
              body .contenaire.box #col_g .top_part .header_part .return_tuto a {
                color: #000;
                font-size: 11px; }
                body .contenaire.box #col_g .top_part .header_part .return_tuto a:visited {
                  color: #000; }
          body .contenaire.box #col_g .top_part .footer_part {
            border-bottom: 1px solid rgba(75, 63, 180, 0.1); }
            body .contenaire.box #col_g .top_part .footer_part .product_infos {
              margin-top: 20px; }
              body .contenaire.box #col_g .top_part .footer_part .product_infos .infos_title {
                font-size: 13px; }
              body .contenaire.box #col_g .top_part .footer_part .product_infos p {
                font-size: 11px; }
            body .contenaire.box #col_g .top_part .footer_part #change_view_display {
              display: flex; }
        body .contenaire.box #col_g .bottom_part {
          padding: 0px; }
          body .contenaire.box #col_g .bottom_part .part_title {
            font-size: 13px;
            margin: 20px 0px; }
          body .contenaire.box #col_g .bottom_part .check_placements {
            width: 100%; }
            body .contenaire.box #col_g .bottom_part .check_placements .info_placement {
              font-size: 11px;
              flex-direction: row-reverse;
              justify-content: start;
              margin-bottom: 10px; }
              body .contenaire.box #col_g .bottom_part .check_placements .info_placement .fake_check {
                margin-left: 0px;
                margin-right: 10px; }
      body .contenaire.box #col_gauche .choixpack {
        display: none; }
        body .contenaire.box #col_gauche #visuelproduit .not-selectable.bandeau {
          display: none; }
          body .contenaire.box #col_gauche #visuelproduit #Tips {
            display: none;
            opacity: 0; }
          body .contenaire.box #col_gauche #visuelproduit #warning {
            max-width: 100vw;
            left: 0px !important; }
      body .contenaire.box #col_droite {
        position: fixed;
        padding-top: 10px;
        bottom: 0px;
        z-index: 1000;
        width: 100vw;
        max-width: 100vw;
        height: fit-content;
        border-top-left-radius: 40px;
        border-top-right-radius: 40px;
        -webkit-box-shadow: 0px 3px 11px 5px rgba(0, 0, 0, 0.14);
        box-shadow: 0px 3px 11px 5px rgba(0, 0, 0, 0.14);
        background: #faf9fd;
        transition: all 0.2s ease-out;
        overflow-y: visible;
        overflow-x: visible; }
        body .contenaire.box #col_droite .not-selectable.bandeau_responsive {
          display: block;
          position: relative;
          width: 100%;
          height: fit-content; }
          body .contenaire.box #col_droite .not-selectable.bandeau_responsive .bandeau_resp_btn {
            position: absolute;
            right: 5px;
            display: flex;
            justify-content: center;
            align-items: center;
            overflow: hidden;
            padding: 0px;
            margin-top: 5px;
            width: 45px;
            height: 45px; }
            body .contenaire.box #col_droite .not-selectable.bandeau_responsive .bandeau_resp_btn span {
              margin: 0;
              color: #000;
              font-size: 20px;
              background: #fff;
              padding: 10px;
              border-radius: 50%;
              box-shadow: 0 0 0 2px rgba(149, 149, 149, 0.08);
              -webkit-box-shadow: 0 0 0 2px rgba(149, 149, 149, 0.08); }
            body .contenaire.box #col_droite .not-selectable.bandeau_responsive .bandeau_resp_btn#zoom_in {
              bottom: 120px; }
            body .contenaire.box #col_droite .not-selectable.bandeau_responsive .bandeau_resp_btn#zoom_out {
              bottom: 70px; }
            body .contenaire.box #col_droite .not-selectable.bandeau_responsive .bandeau_resp_btn#mouse {
              bottom: 20px; }
              body .contenaire.box #col_droite .not-selectable.bandeau_responsive .bandeau_resp_btn#mouse span {
                padding: 8px 10px; }
              body .contenaire.box #col_droite .not-selectable.bandeau_responsive .bandeau_resp_btn#mouse .material-icons.grabModeActivated {
                color: #003c9d; }
            body .contenaire.box #col_droite .not-selectable.bandeau_responsive .bandeau_resp_btn#reset_pan {
              bottom: 170px; }
              body .contenaire.box #col_droite .not-selectable.bandeau_responsive .bandeau_resp_btn#reset_pan span {
                padding: 8px 10px; }
              body .contenaire.box #col_droite .not-selectable.bandeau_responsive .bandeau_resp_btn#reset_pan:not(.active) {
                display: none; }
        body .contenaire.box #col_droite.reduced #panneau {
          height: 10vh;
          transition: all 0.2s ease-in; }
        body .contenaire.box #col_droite .responsive_open_panel {
          display: block;
          margin: 0px auto; }
        body .contenaire.box #col_droite .perso_container {
          display: flex;
          justify-content: space-between;
          flex-direction: row;
          width: calc(100vw - 20px);
          padding: 0px 20px;
          margin-bottom: 0px;
          margin-top: 10px; }
          body .contenaire.box #col_droite .perso_container .navcott_container {
            display: none;
            width: 30vw; }
            body .contenaire.box #col_droite .perso_container .navcott_container.responsive {
              display: block; }
            body .contenaire.box #col_droite .perso_container .navcott_container .navcott_head {
              background: #000;
              border: solid 1px #000;
              border-radius: 30px;
              justify-content: center;
              flex-direction: row-reverse;
              padding: 0 10px;
              padding-top: 4px; }
              body .contenaire.box #col_droite .perso_container .navcott_container .navcott_head span {
                color: #fff; }
              body .contenaire.box #col_droite .perso_container .navcott_container .navcott_head:nth-child(2) span {
                content: "Texte"; }
              body .contenaire.box #col_droite .perso_container .navcott_container .navcott_head:nth-child(3) span {
                content: "Logo"; }
              body .contenaire.box #col_droite .perso_container .navcott_container .navcott_head .minusplus {
                border: unset; }
              body .contenaire.box #col_droite .perso_container .navcott_container .navcott_head[popin='#popin_change_view'] .minusplus {
                display: none; }
            body .contenaire.box #col_droite .perso_container .navcott_container.active .navcott_head span:not(.minusplus) {
              border-bottom: unset; }
              body .contenaire.box #col_droite .perso_container .navcott_container.active .navcott_head span.minusplus::after {
                content: '+'; }
        body .contenaire.box #col_droite #panneau {
          max-height: 50vh !important;
          height: 50vh;
          margin-bottom: 50px;
          overflow-y: scroll;
          transition: all 0.2s ease-in; }
          body .contenaire.box #col_droite #panneau .content_panneau {
            text-align: left;
            overflow-y: scroll;
            border-top: unset; }
            body .contenaire.box #col_droite #panneau .content_panneau .titre_content_panneau {
              padding-left: 10px;
              margin-top: 0px; }
          body .contenaire.box #col_droite #panneau #ListePersos .onePerso {
            margin-bottom: 0px;
            background: transparent; }
            body .contenaire.box #col_droite #panneau #ListePersos .onePerso .perso_actions.responsive {
              position: relative;
              display: flex;
              flex-direction: column;
              top: -90px;
              left: 90%;
              width: 35px;
              height: 0px; }
            body .contenaire.box #col_droite #panneau #ListePersos .onePerso .perso_actions.responsive i[task] {
              cursor: pointer; }
            body .contenaire.box #col_droite #panneau #ListePersos .onePerso .perso_actions.responsive i[task='delete_from_emp'] {
              margin-top: 15px;
              color: #c71f2c; }
            body .contenaire.box #col_droite #panneau #ListePersos .onePerso .onePerso_lines .spSelect select.hidden {
              display: inline-block; }
              body .contenaire.box #col_droite #panneau #ListePersos .onePerso .onePerso_lines .spSelect .dropdown {
                display: none; }
            body .contenaire.box #col_droite #panneau #ListePersos .onePerso .onePerso_lines .moredetailsemp {
              display: none; }
        body .contenaire.box #col_droite .buttons_col_droite {
          position: fixed;
          bottom: 0px;
          width: 100%;
          display: flex;
          flex-direction: row;
          justify-content: space-around;
          margin: 0px;
          margin-bottom: 10px;
          background: #faf9fd; }
          body .contenaire.box #col_droite .buttons_col_droite #price_details .pieces_number {
            display: none; }
            body .contenaire.box #col_droite .buttons_col_droite #price_details span {
              font-size: 22px; }
          body .contenaire.box #col_droite .buttons_col_droite #btn_save {
            width: fit-content; }
          body .contenaire.box #col_droite .buttons_col_droite .btn_social {
            margin-top: 0; }
          body .contenaire.box #col_droite .buttons_col_droite button.sp_button {
            border-radius: 30px;
            font-size: 11px;
            margin: 0px; }
        body .contenaire.box #col_droite .CottConfigLabel, body .contenaire.box #col_droite .CottProductDesignation {
          display: none; }
    body #tp_footer {
      display: none !important; } }

#popin_report_product .popin-container {
  padding: 30px;
  max-width: 900px; }
  #popin_report_product .popin-container .popin-header-title {
    padding-bottom: unset;
    text-transform: none;
    border: none;
    width: auto !important;
    font-size: 30px !important; }
  #popin_report_product .popin-container .popin-footer * {
    margin: unset; }

body {
  background: white;
  margin-top: 80px; }
  body .spSelect .dropdown {
    border: 1px solid #b2b2b2;
    border-radius: 2em;
    -webkit-transition: all 0.1s ease-in;
    -moz-transition   : all 0.1s ease-in;
    -ms-transition    : all 0.1s ease-in;
    -o-transition     : all 0.1s ease-in;
    transition        : all 0.1s ease-in;
    max-width: calc(100% - 50px);
    text-align: left;
    padding: 5px 10px;
    min-width: 10px; }
  body .spSelect .dropdown.active {
    border-radius: 1em 1em 0 0; }
    body .spSelect .dropdown.active .dropdownmenu {
      border-radius: 0 0 1em 1em; }
  body .spSelect .dropdown .select {
    color: #3b3b3b; }
  body .spSelect .dropdown .dropdownmenu {
    border: 1px solid #b2b2b2; }
    body .spSelect .dropdown .dropdownmenu li {
      color: #3b3b3b; }
    body .spSelect .dropdown .dropdownmenu li:not([data-value=""]):hover {
      background: #b2b2b2; }
      body .spSelect .dropdown .dropdownmenu li:not([data-value=""]).selected {
        background: white;
        color: #3b3b3b; }

#mCSB_1_container {
  padding-bottom: 120px !important; }

.contenaire.box {
  min-height: unset; }

#Tips {
  display: none;
  background-color: rgba(50, 50, 50, 0.7);
  bottom: 20px;
  color: white;
  font-family: Roboto;
  font-size: 12px;
  left: 93px;
  padding: 8px 10px;
  position: absolute;
  max-width: 68%; }

h1 {
  font-family: Oswald;
  font-size: 32px;
  letter-spacing: 0.1em;
  color: #003c9d;
  margin-left: 4vw; }

.bandeauretour {
  text-align: left;
  height: 35px;
  width: 100%; }
  .bandeauretour a {
    font-family: "OpenSansLight";
    color: #3b3b3b;
    text-decoration: none;
    font-size: 15px;
    display: inline-block;
    margin: 10px; }

#visuelproduit .bandeau {
  position: absolute;
  z-index: 90;
  left: -30px;
  bottom: 50px;
  background-color: #003c9d;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }
  #visuelproduit .bandeau .bouton_bandeau {
    color: white;
    font-size: 24px;
    padding: 0;
    cursor: pointer;
    letter-spacing: 0;
    user-select: none;
    padding: 10px; }
  #visuelproduit .bandeau .bouton_bandeau .material-icons {
    font-size: 25px;
    width: auto;
    line-height: normal;
    position: relative; }
  #visuelproduit #AddElemContainer {
    position : absolute;
    z-index : 90;
    left : -50px;
    bottom : 300px; }
  #visuelproduit .addElemBTN .material-icons {
    margin-right : 12px; }
  #visuelproduit .addElemBTN {
    cursor : pointer;
    background : #0083c6;
    color : white;
    font-family : Lato;
    font-size : 13px;
    padding : 11px 20px;
    margin : 20px 0;
    border-radius : 35px;
    line-height : 22px;
    transition : all 0.25s ease; }
  #visuelproduit .addElemBTN span {
    font-weight : bold;
    font-size : 13px;
    line-height : 22px; }
  #visuelproduit #blocvuesgauche {
    width : 120px;
    position : absolute;
    top : -20px;
    left : -30px;
    z-index : 70; }
  #visuelproduit #blocvuesgauche .tableau_vues {
    display : block; }
  #visuelproduit #blocvuesgauche .tableau_vues #ligne_vues td {
    text-align : center;
    cursor: pointer;
    font-family: Oswald;
    letter-spacing: 0.1em;
    color: #003c9d;
    font-size: 15px;
    text-transform: capitalize; }
  #visuelproduit #blocvuesgauche .vue {
    min-height : 60px;
    height : 60px;
    min-width : 60px;
    width : 60px;
    margin : 2px 5px;
    border-radius : 2px;
    float : right;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }
  #visuelproduit #blocvuesgauche .vue.selected {
    height: 70px;
    width: 70px; }
  #visuelproduit .encadrement_btn {
    width: 40px;
    min-width: 40px;
    display: block;
    position: absolute;
    z-index: 5000;
    top: 50%;
    margin-top: -25px; }
  #visuelproduit .encadrement_btn.right {
    right: 80px; }
  #visuelproduit .encadrement_btn.left {
    left: 80px; }
  #visuelproduit .encadrement_btn .bouton_nav_small {
    border : none medium;
    cursor : pointer;
    display : inline-block;
    font-family : "Roboto", "Helvetica", "Arial", sans-serif;
    font-weight : 500;
    outline : medium none;
    text-align : center;
    text-decoration : none;
    text-transform : uppercase;
    transition : box-shadow 0.2s 0s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s 0s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s 0s cubic-bezier(0.4, 0, 0.2, 1);
    vertical-align : middle;
    will-change : box-shadow;
    height : 40px;
    min-width : 40px;
    width : 40px;
    border-radius : 50%;
    font-size : 24px;
    line-height : normal;
    margin : auto;
    overflow : hidden;
    padding : 0;
    position : relative;
    color : gray;
    background-color : transparent;
    margin-top : 12px; }
  #visuelproduit .encadrement_btn .bouton_nav_small .material-icons {
    left : 50%;
    line-height : 24px;
    position : absolute;
    top : 50%;
    transform : translate(-12px, -12px);
    width : 24px;
    font-size: 40px; }
  #visuelproduit #EditObjectPanel {
    position: absolute;
    left: -50px;
    bottom: 410px;
    width: 250px;
    background: white;
    z-index: 2000;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    padding: 10px;
    margin: 10px;
    width: 200px;
    display: none; }
  #visuelproduit #EditObjectPanel i {
    color: #003c9d; }
  #visuelproduit #EditObjectPanel .editrow {
    border-bottom: 2px solid #e5e5e5;
    clear: both; }
  #visuelproduit #EditObjectPanel .editrow.noborder {
    border: none; }
  #visuelproduit #EditObjectPanel .spSelect {
    margin: 10px 0; }
  #visuelproduit #EditObjectPanel .btncolorizeJS {
    border-radius : 50%;
    height : 15px;
    width : 15px;
    margin: 2px;
    border: none; }
  #visuelproduit #EditObjectPanel .btncolorizeJS.selected {
    height : 15px;
    width : 15px;
    border : #f3f3f3 solid 1px;
    box-shadow: inset 0px 0px 1px 1px #003c9d, 0 3px 6px rgba(0, 0, 0, 0.16); }

.btncolorizeJS {
  border-radius : 50%;
  height : 20px;
  width : 20px;
  display : inline-block;
  margin: 4px;
  border : transparent solid 1px;
  cursor : pointer;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }
  .btncolorizeJS.selected {
    height: 22px;
    width: 22px;
    border : #f3f3f3 solid 1px;
    box-shadow: inset 0px 0px 1px 1px #003c9d, 0 3px 6px rgba(0, 0, 0, 0.16); }
  .btncolorizeJS.editText {
    border: solid 1px black;
    width: 24px;
    height: 24px;
    margin: 2px;
    border-radius: 0px;
    box-shadow: unset; }
  .btncolorizeJS.editText.selected {
    border: #003c9d solid 1px; }

#ListePersos {
  overflow : visible;
  max-height: 500px; }
  #ListePersos .onePerso {
    width : 100%;
    position : relative;
    background : white;
    margin : 15px 0;
    padding-bottom : 0px;
    transition : all 0.4s ease;
    margin-bottom: 30px; }
  #ListePersos .onePerso .perso_actions.responsive {
    display: none; }
  #ListePersos .onePerso .EmpDetailsAttributes {
    max-height: 0;
    overflow: hidden;
    font-family: Oswald;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #003c9d;
    font-size: 15px;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2); }
  #ListePersos .onePerso .EmpDetailsAttributes * {
    vertical-align: middle; }
  #ListePersos .onePerso .EmpDetailsAttributes input {
    border: 1px solid transparent;
    background: #f4f4f4;
    padding: 10px 20px;
    color: #003c9d;
    border-radius: 0;
    letter-spacing: 1px;
    margin: 10px; }
  #ListePersos .onePerso .EmpDetailsAttributes.show {
    max-height: 800px; }
  #ListePersos .onePerso .switch_pseudo {
    margin-top: 10px; }
  #ListePersos .onePerso .EmpDetailsLines {
    position: relative;
    position: relative;
    color: gray;
    font-family: OpenSansLight;
    font-size: 15px;
    cursor: pointer;
    max-height: 0;
    overflow: hidden;
    transition : all 0.4s ease; }
  #ListePersos .onePerso .EmpDetailsLines.show {
    max-height: 800px; }
    #ListePersos .onePerso .EmpDetailsLines.show[itline="0"] {
      padding-top: 15px; }
  #ListePersos .onePerso .EmpDetailsLines:hover {
    background: lightgray; }
  #ListePersos .onePerso .EmpDetailsLines.active {
    background: #3b3b3b;
    color: lightgray; }
    #ListePersos .onePerso .EmpDetailsLines.active .empdetailtype {
      color: white; }
    #ListePersos .onePerso .EmpDetailsLines.active .onePerso_action {
      color: white; }
  #ListePersos .onePerso .EmpDetailsLines .empdetailtype {
    font-family: Oswald;
    color: #3b3b3b;
    float: left;
    margin: 0px 10px;
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 35px;
    text-align: left; }
    #ListePersos .onePerso .EmpDetailsLines .empdetailtype .material-icons {
      margin-top: 5px; }
  #ListePersos .onePerso .EmpDetailsLines .onePerso_action {
    font-family: Oswald;
    color: #3b3b3b;
    float: right;
    margin: 0px 8px 0 0;
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 35px;
    cursor: pointer; }
    #ListePersos .onePerso .EmpDetailsLines .onePerso_action .material-icons {
      line-height: 35px; }
  #ListePersos .onePerso .EmpDetailsLines .empdetailvalue {
    font-family: Oswald;
    color: gray;
    float: left;
    margin: 0px 15px;
    font-size: 15px;
    letter-spacing: 0.1em;
    line-height: 35px; }
  #ListePersos .onePerso .EmpDetailsLines .empdetaildims {
    font-family: "OpenSansLight";
    color: gray;
    float: right;
    margin: 0px 15px;
    font-size: 15px;
    letter-spacing: 0.1em;
    line-height: 35px; }
  #ListePersos .onePerso .EmpDetailsLines:not(.active):nth-child(2n) {
    background: #f4f4f4; }
  #ListePersos .EmpName {
    font-family: Oswald;
    display: block;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #003c9d;
    font-size: 15px; }
  #ListePersos .EmpDims {
    color: #3b3b3b;
    font-family: "OpenSansLight";
    font-size: 14px;
    margin: 5px 0;
    display: inline-block; }
  #ListePersos .onePerso_thumb {
    height : 120px;
    width : 120px;
    text-align : center;
    margin : 5px;
    float : left;
    background-color : #f4f4f4;
    line-height : 65px;
    border-radius : 0;
    color : white;
    font-family : Lato;
    font-size : 25px;
    background-repeat : no-repeat;
    background-size : 100% auto;
    background-position : center;
    padding: 2px;
    position: relative; }
  #ListePersos .onePerso_thumb img {
    max-height : 100%;
    max-width : 100%;
    text-align : center; }
  #ListePersos .onePerso_thumb_loading_overlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: url("images/loader.gif");
    background-size: 40%;
    background-color: rgba(255, 255, 255, 0.9);
    background-repeat: no-repeat;
    background-position: center center; }
  #ListePersos .onePerso_lines {
    margin-top : 5px;
    font-family : Roboto;
    color : #333;
    width : calc(100% - 140px);
    float : left;
    margin-left : 5px;
    text-align : left;
    font-size : 15px; }
  #ListePersos .onePerso_lines .moredetailsemp {
    position: absolute;
    top: 120px;
    right: 15px;
    z-index: 500; }
  #ListePersos .onePerso_lines .moredetailsemp:before {
    content: 'Voir détails'; }
  #ListePersos .onePerso_lines .moredetailsemp.show:before {
    content: 'Masquer détails'; }
  #ListePersos .spSelect .dropdown {
    position: relative; }

.img_btn_bandeau {
  max-height: 95%;
  max-width: 95%;
  width: auto;
  height: auto; }

.mCSB_inside > .mCSB_container {
  margin-right: 20px; }

.material-icons.icon_btn_bandeau:hover {
  color: #40c3ff;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease; }

.contenaire.box {
  margin-left : auto;
  margin-right : auto;
  height : 80vh;
  margin-top : 10px;
  width : 95vw;
  background : white;
  margin-bottom : 35px;
  display : flex;
  flex-direction : row;
  max-width : 1750px;
  padding-left: 45px; }
  .contenaire.box #display_col_g {
    display: none;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    z-index: 10; }
  .contenaire.box #display_col_g .material-icons {
    font-size: 35px; }
  .contenaire.box #col_droite {
    height: 100%;
    flex : 30;
    background : #003c9d;
    margin-top: 0px;
    margin-left: -45px;
    z-index: 500;
    padding-top: 10px;
    display: flex;
    flex-direction: column;
    align-items: center; }
  .contenaire.box #col_droite .bandeau_responsive {
    display: none; }
  .contenaire.box #col_droite .responsive_open_panel {
    display: none;
    width: 40px;
    border: solid #bfbfbf 3px;
    border-radius: 50px; }
  .contenaire.box #col_droite .titre_content_panneau {
    color : #fff;
    font-size : 18px;
    margin : 0;
    font-weight : 400;
    font-style : normal;
    font-family: Oswald;
    font-size: 20px;
    letter-spacing: 0.1em;
    text-align: left;
    margin-top: 20px; }
  .contenaire.box #col_droite .colorthreads_techno {
    display: none; }
  .contenaire.box #col_droite .colorthreads_techno:nth-of-type(1) {
    display: block; }

.colorTip {
  position: absolute;
  width: 60px;
  height: 60px;
  z-index: 1000;
  border: 2px solid grey;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #333; }
  .colorTip > .color {
    width: 50px;
    height: 50px;
    border-radius: 50%; }

.browse {
  width : 120px;
  height : 40px;
  border-radius : 2px;
  border : #3b3b3b solid 3px;
  color : #3b3b3b;
  text-transform : uppercase;
  margin-right : auto;
  margin-left : auto;
  padding : 4px;
  text-align : center;
  line-height : 40px;
  cursor: pointer; }

#layers {
  background : #f4f4f4;
  height : 100%;
  width : 100%;
  position : relative;
  margin : auto;
  overflow: hidden; }
  #layers .canvas-container {
    position : absolute !important;
    width : 650px;
    height : 550px; }

#col_gauche {
  width : 100%;
  position : relative;
  flex : 75;
  overflow: hidden; }

.bloc_titre {
  align-items : center;
  box-sizing : border-box;
  color : #000;
  display : flex;
  line-height : normal;
  padding : 10px 15px;
  perspective-origin : 165px 56px;
  transform-origin : 165px 56px 0; }

#titre_objet {
  color : #333;
  display : flex;
  font-size : 17px;
  font-weight : 700;
  line-height : normal;
  margin : 0;
  margin-left : 10px;
  overflow : hidden;
  transform-origin : 149px 48px 0;
  text-transform : capitalize;
  text-align : center;
  float : left;
  font-style : normal;
  font-family : Roboto; }

#visuelproduit {
  position : relative;
  height : 100%; }

#blocvuesdroite {
  position : absolute;
  top : 0;
  right : 20px;
  z-index : 70;
  margin-top : 20px;
  border-radius : 0 0 0 10%; }

.chevron {
  width : 24px;
  height : 24px;
  margin-right : 5px;
  margin-left : 5px; }

.tableauvues {
  width : 100%;
  margin-right : auto;
  margin-left : auto; }

.tableauvues tr {
  margin-top : 3px;
  height : auto;
  margin-right : auto;
  margin-left : auto;
  text-align : center; }

.titrevues:first-of-type {
  padding-top : 5px;
  padding-bottom : 5px;
  height : 15px; }

.titrevues {
  padding-top : 25px;
  padding-bottom : 5px;
  height : 15px; }

#ligne_vues .vue.box {
  box-shadow : 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }

.vue.box img {
  margin : auto; }

#panier_bottom {
  width : 60px;
  height : 60px;
  position : absolute;
  bottom : 5px;
  right : 20px;
  display : block; }

#prix {
  float : left;
  font-weight : 600;
  margin-right : 2px; }

#quantite.text_input {
  margin-bottom : 5px;
  float : right;
  width : 25px;
  margin-right : 32px; }

#txt_quantite {
  clear : both;
  margin-right : 25px;
  float : right;
  font-size : 13px; }

#btn_save {
  display : inline-block;
  width : 140px;
  position : absolute;
  bottom : 10px;
  right : 0; }

#btn_save img {
  margin-top : 10px; }

#btn_save img {
  margin-top : 15px;
  margin-bottom : 10px; }

#conteneur_nav {
  width: 95%;
  margin: auto; }

#categories {
  text-align : center;
  height : 30px;
  margin-bottom : 20px; }

#visuels_prod {
  display : flex;
  justify-content : space-around;
  width : 500px;
  margin-top : 3px; }

.nav_produits.box {
  min-height : 0;
  height : 60px;
  width : 60px;
  margin : 2px 10px;
  margin : auto; }

.tableau_produits td {
  padding : 0 5px; }

.img_nav_produits {
  width : 50px;
  height : auto;
  margin : auto;
  margin-top : 5px;
  display : block;
  text-align : center; }

.btn_nav_produits {
  height : 40px;
  margin-top : auto;
  margin-bottom : auto; }

#panneau.box {
  border : transparent solid 0;
  position : relative;
  height : 80%;
  width : 100%;
  z-index : 0;
  background : transparent; }

#onglets_panneau {
  position : relative;
  list-style : none;
  width : auto;
  float : left;
  margin-top : 20px;
  margin-right : -1px;
  margin-left : 10px;
  z-index : 2;
  min-width : 0;
  min-height : 0;
  padding : 0;
  display : flex;
  flex-direction : column;
  position : relative; }

#onglets_panneau li {
  display : flex;
  justify-content : space-between;
  float : right;
  padding-right : 10px;
  padding-top : 7px;
  padding-bottom : 7px;
  border-top : 1px solid #90a4ae;
  border-left : 1px solid #90a4ae;
  width : 68px;
  height : 20px;
  z-index : 2;
  font-family : 'Roboto', sans-serif;
  font-weight : 300;
  font-size : 12px;
  background-color : #0083c6;
  color : white;
  border-top-left-radius : 8px;
  border-bottom-left-radius : 8px;
  margin-bottom : 2px; }

#onglets_panneau li span {
  align-items : flex-end;
  margin-top : 5px; }

#onglets_panneau li:hover {
  background-color : #0083c6;
  cursor : pointer; }

#onglets_panneau .material-icons {
  padding-right : 8px;
  padding-left : 5px; }

#onglets_panneau li:first-child {
  border-top : 1px solid #90a4ae; }

#bloc_social {
  clear : both;
  float : left;
  position : absolute;
  font-size : 12px;
  padding : 0;
  margin : 0;
  bottom : 120px;
  text-align : center; }

.btn_social {
  margin-top : 20px;
  text-align : center; }

.btn_social img {
  width : 60px;
  height : auto;
  text-align : center;
  margin-bottom : 6px; }

#bloc_infos {
  position : absolute;
  clear : both;
  float : left;
  bottom : 15px;
  margin-left : 3px; }

#bloc_infos ul {
  list-style-type : none;
  padding : 0; }

#bloc_infos li {
  list-style-type : none;
  padding : 2px 0; }

#bloc_infos a {
  font-size : 13px;
  text-decoration : underline;
  color : #333; }

.bouton_nav {
  border : none 0;
  border-radius : 16px;
  display : inline-block;
  font-family : "Roboto", "Helvetica", "Arial", sans-serif;
  font-size : 0;
  height : 32px;
  line-height : 32px;
  padding : 0 12px;
  white-space : nowrap; }

.bouton_nav.nav_categories {
  background-color : #0083c6;
  margin-right : 6px;
  margin-left : 6px;
  color : white;
  font-weight : 500; }

.bouton_nav.nav_categories:hover {
  cursor : pointer; }

.bloc_social div:hover {
  cursor : pointer; }

.text_categories {
  display : inline-block;
  font-size : 13px;
  vertical-align : middle;
  font-family : 'Montserrat'; }

.nav_categories .text_categories {
  padding : 1px 4px;
  text-transform : uppercase; }

.box {
  background : none 0 0 repeat scroll #fff;
  border-radius : 2px;
  box-sizing : border-box;
  display : flex;
  flex-direction : column;
  font-size : 12px;
  font-weight : 400;
  position : relative;
  z-index : 1; }

.bouton_nav_big {
  background-color: transparent;
  color : #3b3b3b;
  border-radius : 50%;
  font-size : 24px;
  height : 56px;
  line-height : normal;
  margin : auto;
  min-width : 56px;
  overflow : hidden;
  padding : 0;
  position : relative;
  width : 56px;
  border : none medium;
  cursor : pointer;
  display : inline-block;
  font-weight : 500;
  letter-spacing : 0;
  outline : medium none;
  text-align : center;
  text-decoration : none;
  text-transform : uppercase;
  transition : box-shadow 0.2s 0s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s 0s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s 0s cubic-bezier(0.4, 0, 0.2, 1);
  vertical-align : middle;
  will-change : box-shadow; }
  .bouton_nav_big .material-icons {
    left : 50%;
    line-height : 24px;
    position : absolute;
    top : 50%;
    transform : translate(-12px, -12px);
    width : 24px;
    font-size: 45px; }

.text_input {
  background : none 0 0 repeat scroll rgba(0, 0, 0, 0);
  border-color : currentColor currentColor rgba(0, 0, 0, 0.12);
  border-image : none;
  border-style : none none solid;
  border-width : medium medium 1px;
  color : inherit;
  display : block;
  font-family : "Helvetica", "Arial", sans-serif;
  font-size : 16px;
  padding : 4px 0;
  text-align : left; }

.categorie_produit {
  display : flex;
  float : right;
  overflow : hidden;
  width : 340px;
  height : 90px; }

#nav_vues {
  display : flex;
  justify-content : space-around;
  margin-top : 3px; }

#nav_zones_vues {
  display : flex;
  justify-content : space-around;
  margin-top : 3px;
  align-items : center; }

.choixpack {
  height: 130px;
  overflow-x: hidden;
  display: flex;
  justify-content: center;
  background: white;
  position: relative;
  width: 100%; }
  .choixpack .pack-nav {
    position: absolute;
    height: 100%;
    display: flex;
    align-items: center;
    z-index: 10; }
  .choixpack .pack-nav.nav-left {
    left: 0; }
  .choixpack .pack-nav.nav-right {
    right: 0; }
  .choixpack .pack-nav i {
    font-size: 30px; }
  .choixpack .pack-nav:hover {
    box-shadow: inset 0px 0px 0px 20px rgba(50, 50, 50, 0.2);
    cursor: pointer; }
  .choixpack .pack-nav:hover i {
    color: white; }
  .choixpack .packs {
    display: flex;
    position: absolute;
    height: 100%; }
  .choixpack .packs .pack {
    cursor: pointer;
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
    text-align: center;
    width: 85px;
    flex-direction: column;
    justify-content: flex-end; }
  .choixpack .packs .pack > .img_loader {
    position: relative;
    width: 24px;
    height: 6px;
    margin: auto; }
  .choixpack .packs .pack span {
    font-family: "Open Sans", sans-serif;
    display: block;
    margin-top: 5px; }
  .choixpack .packs .pack img {
    max-width: 80px;
    max-height: 100%;
    align-self: center;
    transition: all 0.2s ease; }
    .choixpack .packs .pack img:hover {
      transform: scale(1.1); }
  .choixpack .packs .pack.active img {
    transform: scale(1); }

canvas {
  position : absolute;
  top : 0;
  left : 0; }

.nom_zone_vue {
  list-style-type : none;
  text-decoration : none;
  font-weight : 500;
  margin-left : 5px;
  cursor : pointer;
  background-color : rgba(255, 255, 255, 0.7);
  margin-right : 3px;
  color : #0083c6;
  height : 30px;
  line-height : 30px;
  padding : 0 15px;
  border-radius : 3px;
  text-align : center;
  float : right;
  text-transform : capitalize; }

.nom_zone_vue:hover {
  background-color : #0083c6;
  color : #fff; }

#nav_zones_vues ul {
  padding : 0;
  margin : 0; }

#choixpack {
  font-weight : 500;
  text-decoration : underline;
  margin-top : 10px;
  margin-left : 10px;
  display : flex;
  margin-bottom : 5px;
  margin-top : 25px;
  font-family : 'Montserrat'; }

#txt_nav_zones_vues {
  color : white;
  background-color : #0083c6;
  font-size : 9px;
  text-align : center;
  margin-right : 8px;
  width : 30px;
  height : 30px;
  text-transform : uppercase;
  line-height : 30px;
  border-radius : 50%;
  float : left; }

#txt_nav_zones_vues .material-icons {
  line-height : 30px;
  font-size : 20px; }

.des_containers {
  width : 100%;
  height : 100%;
  margin-right : auto;
  margin-left : auto; }

.row_panneau_txt {
  clear : both;
  margin-left : 15px;
  margin-bottom : 10px;
  margin-top : 10px;
  padding-top : 6px;
  padding-bottom : 6px; }

.row_panneau_txt input {
  border-radius : 2px;
  border : #a9a9a9 solid 1px; }

.bouton_style {
  height : 38px;
  width : 38px;
  border-radius : 50%;
  font-size : 24px;
  margin-left : 2px;
  margin-right : 2px;
  min-width : 32px;
  overflow : hidden;
  padding : 0;
  background : none 0 0 repeat scroll rgba(0, 0, 0, 0);
  border : none medium;
  cursor : pointer;
  display : inline-block;
  font-family : "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight : 500;
  letter-spacing : 0;
  position : relative;
  text-align : center;
  text-decoration : none;
  vertical-align : middle;
  color : #37474f; }
  .bouton_style.active, .bouton_style:hover {
    background-color : rgba(158, 158, 158, 0.2); }

.row_panneau_txt {
  color : #37474f; }

.bouton_style .material-icons {
  font-size : 28px;
  line-height : 28px;
  width : auto;
  line-height : normal; }

.content_panneau {
  text-align : center;
  border-top: 1px solid rgba(75, 63, 180, 0.1);
  padding: 2%; }

.column_left, .column_right {
  display : block;
  width : 50%;
  float : left; }

.column_right {
  float : right; }

.column3 {
  display : block;
  width : 33%;
  float : left; }

.jscolor {
  width : 20px !important;
  color : transparent !important;
  cursor : pointer;
  float : left !important;
  margin-left : 10px; }

.wrap_contour {
  margin-top : 20px; }

.taille_txt {
  background-color : #0083c6;
  color : #fff;
  border-radius : 50%;
  box-shadow : 0 1px 1.5px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.24);
  font-size : 16px;
  height : 24px;
  line-height : normal;
  margin : auto;
  overflow : hidden;
  position : relative;
  width : 24px;
  border : none medium;
  cursor : pointer;
  display : inline-block;
  font-family : "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight : 500;
  outline : medium none;
  text-align : center;
  text-decoration : none;
  text-transform : uppercase;
  transition : box-shadow 0.2s 0s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s 0s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s 0s cubic-bezier(0.4, 0, 0.2, 1);
  vertical-align : middle;
  will-change : box-shadow; }

#txt_size {
  display : block; }

#supp .material-icons {
  font-size : 28px; }

#revenir_perso {
  background-color : #737373;
  border-radius : 3px;
  color : white;
  font-family : 'Lato';
  font-size : 13px;
  padding : 10px;
  cursor : pointer; }

.jscolor {
  width : 60px;
  text-align : center; }

#stroke_width {
  width : 60px;
  border : none; }

select.soflow {
  background-position : 97% center;
  background-repeat : no-repeat;
  border : #aaa solid 1px;
  color : #555;
  overflow : hidden;
  padding : 2px 5px;
  text-overflow : ellipsis;
  white-space : nowrap;
  width : 60px; }

select.soflow#font-family {
  width : 100px; }

textarea#valeur_texte {
  background-position : 97% center;
  background-repeat : no-repeat;
  border : #aaa solid 1px;
  color : #555;
  padding : 2px 5px;
  resize : none; }

.add_content {
  color : #37474f;
  padding : 5px;
  font-size : 45px;
  text-align : center;
  bottom : 0;
  padding : 5px 0; }

.add_content:hover {
  cursor : pointer; }

#add_content_tab {
  margin-left : auto;
  margin-right : auto;
  width : 100%;
  text-align : center;
  position : absolute;
  bottom : 10px; }

.txt_add_content {
  font-size : 12px;
  width : 100px;
  margin-right : auto;
  margin-left : auto;
  text-align : center; }

.popup {
  height : 150px;
  width : 340px;
  z-index : 99;
  position : absolute;
  top : 30%;
  left : calc(50% - 150px);
  overflow : visible; }

.header_popup {
  background : #0083c6;
  color : white;
  padding : 15px 0;
  position : relative;
  width : 100%;
  text-align : center; }

.valeur_texte {
  margin-top : 20px;
  margin-left : 10px;
  margin-right : 10px; }

#form_upload_img {
  margin-top : 15px; }

.popup_cancel {
  height : 20px;
  width : 20px;
  position : absolute;
  top : 5px;
  right : 5px;
  z-index : 100; }

.popup_cancel:hover {
  cursor : pointer; }

#popup_img_txt {
  margin-top : 12px;
  margin-bottom : 10px; }

#label_text_circle {
  margin-right : auto;
  margin-left : auto;
  text-align : center;
  display : block; }

.img_preview {
  max-width : 150px;
  width : 180px;
  font-size : 16px;
  text-align : center;
  font-style : italic;
  display : flex;
  height : 180px;
  align-items : center; }

.img_thumbnail {
  display : block;
  max-width : 96%;
  max-height : 100%;
  margin-right : auto;
  margin-left : auto;
  margin-top : 4px; }

.thumbnail {
  width : 100%;
  margin-top : auto;
  margin-bottom : auto;
  margin-top : 4px; }

.thumbnail:hover {
  cursor : pointer; }

#popup_img {
  height : 160px;
  width : 360px;
  text-align : center;
  font-size : 14px;
  color : #555; }

#img_library {
  max-width : 100%;
  height : auto;
  margin-right : 5px;
  margin-left : 5px; }

.thumbnail_library {
  width : 80px;
  height : 80px;
  border-radius : 2px;
  margin : 3px;
  background : none 0 0 repeat scroll #fff;
  border-radius : 2px;
  box-sizing : border-box;
  display : flex;
  flex-direction : column;
  font-size : 16px;
  font-weight : 400;
  overflow : hidden;
  position : relative;
  box-shadow : 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  display : table-cell;
  vertical-align : middle;
  text-align : center; }

.img_thumbnail_library {
  max-width : 100%;
  height : auto;
  padding : 2px; }

.manage_library {
  float : right; }

#wrap_img_thumbnail {
  border : #555 dashed 2px;
  padding : 3px;
  width : 160px;
  height : 160px;
  margin-right : auto;
  margin-left : auto;
  margin-top : 10px;
  display : table-cell;
  vertical-align : middle;
  text-align : center; }

#pop_overlay {
  position : fixed;
  top : 0;
  left : 0;
  width : 100%;
  height : 100%;
  background-color : rgba(50, 50, 50, 0.7);
  z-index : 70; }

#valeur_texte {
  font-family: "OpenSansLight";
  background: rgba(255, 255, 255, 0.1);
  border: none;
  padding: 10px 15px;
  width: 90%;
  box-sizing: border-box;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03) inset;
  margin-bottom: 30px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  border-radius: 0px;
  background-color: #f4f4f4;
  border: 1px solid #ffb400;
  color: #003c9d;
  font-size: 17px; }

#valeur_texte:focus {
  background : #f4f4f4; }

#img_preview {
  margin-right : auto;
  margin-left : auto; }

.progress-wrp {
  border : #09c solid 1px;
  padding : 1px;
  position : relative;
  border-radius : 3px;
  margin : 10px;
  text-align : left;
  background : #fff;
  box-shadow : 1px 3px 6px rgba(0, 0, 0, 0.12) inset; }

.progress-wrp .progress-bar {
  height : 20px;
  border-radius : 3px;
  background-color : #0083c6;
  width : 0;
  box-shadow : 1px 1px 10px rgba(0, 0, 0, 0.11) inset; }

.progress-wrp .status {
  top : 3px;
  left : 50%;
  position : absolute;
  display : inline-block;
  color : #000; }

.reverselabel {
  padding : 0; }

.vertical-menu a {
  background-color : #eee;
  color : black;
  display : block;
  text-decoration : none; }

.vertical-menu a:hover {
  background-color : #ccc; }

.vertical-menu a.active {
  background-color : #0083c6;
  color : white; }

#inside_overlay {
  position : fixed;
  left : 0;
  top : 0;
  width : 100%;
  height : 100%;
  background: rgba(255, 255, 255, 0.9);
  z-index : 500000;
  text-align: center; }
  #inside_overlay img {
    margin-top: 35vh;
    height: 200px; }

#loadingStep {
  font-family : "Lato";
  color : #333;
  text-align : center;
  width : 290px;
  margin : auto;
  font-size : 23px; }

.onePerso.selected {
  max-height : 800px; }

.SPedit_option {
  height : 30px;
  position : absolute;
  display : flex;
  background : rgba(255, 255, 255, 0.3);
  opacity : 0.8; }

.SPedit_option span {
  height : 26px;
  margin-right : 3px;
  margin-left : 3px;
  background : #d2d9d9;
  width : 85px;
  line-height : 26px;
  text-align : left;
  cursor : pointer; }

.SPedit_option i {
  margin-right : 6px; }

.shadowed {
  box-shadow : 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition : all 0.25s ease; }

.shadowed:hover {
  box-shadow : 0 5px 10px rgba(0, 0, 0, 0.12), 0 3px 3px rgba(0, 0, 0, 0.23);
  background : #20a3df; }

.btnModifier {
  float : right;
  background : #00a453;
  color : white;
  padding : 5px 15px;
  border-radius : 25px;
  font-family : Roboto;
  font-size : 13px;
  cursor : pointer; }

.onePerso.selected .btnModifier {
  visibility : hidden; }

.onePerso_nbPerso {
  font-weight : bold;
  color : #333; }

.onePerso_bandeauinfos {
  height : 145px; }

.onePerso_mtype {
  background : white;
  border : #0083c6 solid 2px;
  width : 20%;
  height : 25px;
  float : left;
  border-radius : 12px; }

.onePerso_contentTXT {
  font-family : Roboto;
  color : #212121;
  font-weight : 600; }

span.Infovalue {
  color : #0083c6;
  font-weight : bold;
  font-family : Roboto;
  font-size : 15px; }

.onePerso_containtSelect {
  background : url("/designer/img/arrowselect.png") 96% 0 no-repeat scroll rgba(255, 255, 255, 0.9);
  border-radius : 20px;
  overflow : hidden;
  margin-top : 4px;
  width : 80px;
  border : #0083c6 solid 2px;
  cursor : pointer; }

.onePerso_SelectContain select {
  width : 110%;
  cursor : pointer;
  background : transparent; }

.onePerso_SelectContain {
  overflow : hidden;
  width : 100%;
  display : inline-block;
  background-image : url("/designer/img/ic_arrow_drop_down_black_24px.svg");
  background-position : right;
  background-repeat : no-repeat;
  border : #0083c6 solid 2px;
  border-radius : 50px;
  margin-bottom : 6px; }

.onePerso_SelectContainFont select {
  width : 110%;
  cursor : pointer;
  background : transparent; }

.onePerso_SelectContainFont {
  overflow : hidden;
  width : 70%;
  display : inline-block;
  background-image : url("/designer/img/ic_arrow_drop_down_black_24px.svg");
  background-position : right;
  background-repeat : no-repeat;
  border : #0083c6 solid 2px;
  border-radius : 50px;
  margin-bottom : 6px; }

.onePerso_bandeaucomplementary {
  font-family : Roboto;
  font-size : 15px;
  clear : left; }

#info_modeactive {
  position: absolute;
  top: 163px;
  left: calc(50% - 162px);
  width: 314px;
  text-align: center;
  color: white;
  cursor: pointer;
  z-index: 1000;
  display: none;
  background: #003c9d;
  padding: 10px;
  border-radius: 8px; }
  #info_modeactive:hover {
    text-decoration: underline; }
  #info_modeactive.active {
    display: block; }

#zonesList {
  width: 190px;
  margin: 50px auto;
  position: absolute;
  top: 60px;
  left: -50px;
  z-index: 5000;
  background: white;
  overflow: hidden;
  overflow-y: auto;
  display: none; }
  #zonesList * {
    margin: 0;
    padding: 0;
    outline: none;
    border: none;
    box-sizing: border-box; }
  #zonesList *:before, #zonesList *:after {
    box-sizing: border-box; }
  #zonesList .editrow {
    margin-bottom: 10px; }
  #zonesList > :not(.editrow) .labelzonelist {
    margin: 5px 10px; }
  #zonesList > :not(.editrow) span {
    display: block;
    width: 100%;
    height: 90%;
    border-bottom: dashed 2px #54687a; }
  #zonesList > :not(.editrow) .wrap-list {
    height: 100%; }
  #zonesList > :not(.editrow) input[type="checkbox"] {
    position: relative;
    top: 14px;
    right: 12px;
    float: right; }
  #zonesList > :not(.editrow) input[type="checkbox"]:checked + label {
    text-decoration: none;
    color: rgba(0, 0, 0, 0.7); }
  #zonesList > :not(.editrow) .list {
    list-style: none;
    color: rgba(0, 0, 0, 0.3); }
  #zonesList > :not(.editrow) .list li {
    display: none;
    border-bottom: 1px solid #e2e2e2;
    float: left;
    width: 100%; }
    #zonesList > :not(.editrow) .list li:hover {
      background: #f8f8f8; }
    #zonesList > :not(.editrow) .list li.active {
      display: block; }
  #zonesList > :not(.editrow) label {
    font-family: Open Sans;
    font-weight: bold;
    font-size: 11px;
    text-decoration: line-through;
    padding: 10px;
    cursor: pointer;
    float: left;
    width: 80%;
    transition: all 0.3s ease; }
  #zonesList > :not(.editrow) .navcott_head {
    background: white;
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    padding: 0 30px;
    height: 40px;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid #b2b2b2;
    cursor: pointer;
    position: relative; }
  #zonesList > :not(.editrow) .navcott_head span {
    text-transform: uppercase;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    height: 100%;
    border-bottom: 3px solid transparent;
    -webkit-transition: all 0.25s ease-in;
    -moz-transition: all 0.25s ease-in;
    -ms-transition: all 0.25s ease-in;
    -o-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
    width: unset; }
    #zonesList > :not(.editrow) .navcott_head span.minusplus {
      border: 1px solid #3b3b3b;
      color: #3b3b3b;
      vertical-align: middle;
      width: 18px;
      height: 17px;
      text-align: center;
      border-radius: 2em; }
    #zonesList > :not(.editrow) .navcott_head span.minusplus:after {
      font-size: 20px;
      content: "+"; }

body .button-link {
  width         : unset;
  background    : white;
  border        : 1px solid #3b3b3b;
  color         : #3b3b3b;
  margin        : auto;
  padding: 10px 4px; }
  body .button-link:not(.disabled):hover {
    background: #3b3b3b;
    color: white;
    border-color: #3b3b3b; }
  body #valeur_texte {
    border: 1px solid #b2b2b2;
    background: white;
    color: #3b3b3b; }
  body #valeur_texte:focus {
    background: white; }
  body #valeur_texte::placeholder {
    font-family: inherit;
    color: #b2b2b2;
    font-family: "Open Sans", sans-serif;
    font-size: inherit; }
  body .contenaire.box {
    padding: 0;
    width: 100vw;
    height: 100vh;
    max-width: none;
    margin: 0; }
  body .contenaire.box .choixpack {
    width: 80%;
    height: 100px;
    top: 0;
    left: 10%;
    z-index: 600;
    background: transparent; }
  body .contenaire.box .choixpack .packs_mask {
    width: calc(100% - 50px);
    left: 25px;
    position: absolute;
    height: 100%;
    overflow: hidden; }
  body .contenaire.box .choixpack .pack-nav:hover {
    box-shadow: none; }
  body .contenaire.box .choixpack .packs .pack {
    justify-content: center; }
    body .contenaire.box .choixpack .packs .pack span {
      display: none; }
    body .contenaire.box .choixpack .packs .pack.active {
      border-bottom: 2px solid #3b3b3b; }
  body .contenaire.box .CottConfigLabel {
    font-size: 25px;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: black;
    display: block;
    margin: 25px auto 20px;
    width: calc(100% - 50px);
    font-weight: 600;
    font-family: Montserrat; }
  body .contenaire.box .CottProductDesignation {
    width: calc(100% - 50px);
    margin: auto;
    display: block;
    font-size: 10px;
    text-transform: uppercase;
    margin-top: -20px;
    margin-bottom: 25px; }
  body .contenaire.box .perso_container {
    width: calc(100% - 50px);
    margin-bottom: 25px; }
  body .contenaire.box .perso_container .navcott_container {
    width: 100%;
    margin-bottom: 5px; }
    body .contenaire.box .perso_container .navcott_container.responsive {
      display: none; }
    body .contenaire.box .perso_container .navcott_container .navcott_head {
      background: white;
      display: flex;
      flex-direction: row;
      align-content: center;
      align-items: center;
      padding: 0 30px;
      height: 40px;
      flex-wrap: wrap;
      justify-content: space-between;
      background: #fff;
      border: 1px solid #e9e7ff;
      box-sizing: border-box;
      border-radius: 5px;
      cursor: pointer;
      position: relative; }
    body .contenaire.box .perso_container .navcott_container .navcott_head span {
      text-transform: none;
      display: flex;
      align-content: center;
      justify-content: center;
      align-items: center;
      height: 100%;
      border-bottom: 3px solid transparent;
      -webkit-transition: all 0.25s ease-in;
      -moz-transition: all 0.25s ease-in;
      -ms-transition: all 0.25s ease-in;
      -o-transition: all 0.25s ease-in;
      transition: all 0.25s ease-in;
      font-weight: 600;
      font-size: 12px;
      line-height: 17px;
      color: #003c9d;
      letter-spacing: 0.5px; }
      body .contenaire.box .perso_container .navcott_container .navcott_head span.minusplus {
        border: 1px solid #003c9d;
        color: #003c9d;
        vertical-align: middle;
        width: 18px;
        height: 17px;
        text-align: center;
        box-sizing: border-box;
        border-radius: 5px; }
      body .contenaire.box .perso_container .navcott_container .navcott_head span.minusplus:after {
        content: "+"; }
    @media (max-width: 1300px) {
        body .contenaire.box .perso_container .navcott_container .navcott_head {
          padding: 0 8px; } }
    body .contenaire.box .perso_container .navcott_container .navcott_content {
      -webkit-transition: all 0.25s ease-in;
      -moz-transition: all 0.25s ease-in;
      -ms-transition: all 0.25s ease-in;
      -o-transition: all 0.25s ease-in;
      transition: all 0.25s ease-in;
      max-height: 0;
      overflow: hidden;
      background: white; }
    body .contenaire.box .perso_container .navcott_container .navcott_content #zonesList {
      position: unset;
      margin: 0;
      width: 100%; }
      body .contenaire.box .perso_container .navcott_container .navcott_content #zonesList .wrap-list {
        height: unset; }
    body .contenaire.box .perso_container .navcott_container.active .navcott_head span:not(.minusplus) {
      border-bottom: 3px solid #3b3b3b; }
      body .contenaire.box .perso_container .navcott_container.active .navcott_head span.minusplus:after {
        content: "-"; }
    body .contenaire.box .perso_container .navcott_container.active .navcott_content {
      max-height: 400px;
      overflow: auto; }
      body .contenaire.box .perso_container .navcott_container.active .navcott_content td {
        font-weight: bold;
        width: calc(50% - 25px); }
  body .contenaire.box #ListePersos {
    overflow: visible; }
  body .contenaire.box #ListePersos .EmpDims {
    color: #b2b2b2;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    margin: 0 0 4px 0; }
  body .contenaire.box #ListePersos .onePerso .EmpDetailsLines {
    background: white; }
    body .contenaire.box #ListePersos .onePerso .EmpDetailsLines .onePerso_action {
      margin: 0px 15px 0 0; }
    body .contenaire.box #ListePersos .onePerso .EmpDetailsLines .onePerso_action[task="delete"] i {
      color: transparent;
      background: url("images/remove.png");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center;
      font-size: 18px; }
    body .contenaire.box #ListePersos .onePerso .EmpDetailsLines .onePerso_action[task="edit"] i {
      color: transparent;
      background: url("images/edit.png");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center;
      font-size: 18px; }
    body .contenaire.box #ListePersos .onePerso .EmpDetailsLines .empdetailvalue {
      display: none; }
    body .contenaire.box #ListePersos .onePerso .EmpDetailsLines .empdetaildims, body .contenaire.box #ListePersos .onePerso .EmpDetailsLines i {
      color: #999; }
    body .contenaire.box #ListePersos .onePerso .EmpDetailsLines .empdetaildims {
      font-family: "Open Sans";
      font-size: 13px; }
  body .contenaire.box #ListePersos .onePerso_thumb {
    background: white;
    height: 80px;
    width: 80px;
    background-image: linear-gradient(45deg, #ccc 25%, transparent 25%, transparent 75%, #ccc 75%), linear-gradient(45deg, #ccc 25%, transparent 25%, transparent 75%, #ccc 75%);
    background-size: 15px 15px;
    background-position: 0 0, 7.5px 7.5px; }
  body .contenaire.box #ListePersos .EmpName {
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    letter-spacing: unset;
    margin: 0;
    padding: 0;
    color: #3b3b3b;
    text-transform: none; }
  body .contenaire.box #ListePersos .onePerso_lines .moredetailsemp {
    z-index: 500;
    background: none;
    color: #b2b2b2;
    border: none;
    box-shadow: none;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    text-decoration: underline;
    letter-spacing: unset;
    margin: 0;
    padding: 0;
    position: unset;
    left: unset;
    top: unset;
    margin-top: 10px;
    text-transform: lowercase;
    font-size: 10px; }
  body .contenaire.box #TextEdit {
    width: calc(100% - 20px);
    margin: 20px auto 10px auto; }
  body .contenaire.box #TextEdit .labelPaltexte {
    font-size: 12px;
    display: block;
    text-align: center;
    width: 100%;
    margin: 10px 0; }
  body .contenaire.box #TextEdit .PaletteTexte {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    margin-top: 0; }
    body .contenaire.box #TextEdit .PaletteTexte .btncolorizeJS {
      box-shadow: unset;
      margin: 4px;
      border: 1px solid transparent;
      height: 22px;
      width: 22px; }
    body .contenaire.box #TextEdit .PaletteTexte .btncolorizeJS[color='FFFFFF'] {
      border: 1px solid #b2b2b2; }
    body .contenaire.box #TextEdit .PaletteTexte .btncolorizeJS.selected {
      box-shadow: unset;
      height: 22px;
      width: 22px;
      border: 1px solid #3b3b3b; }
  body .contenaire.box #TextEdit .favoriteContainer {
    max-height: 300px;
    transition: all 0.2s ease-in; }
  body .contenaire.box #TextEdit #displayMoreColors {
    display: flex;
    align-items: center;
    cursor: pointer; }
    body .contenaire.box #TextEdit #displayMoreColors.active {
      justify-content: end; }
    body .contenaire.box #TextEdit #displayMoreColors.active #textMore {
      transform: rotate(45deg); }
    body .contenaire.box #TextEdit #displayMoreColors.active p {
      display: none; }
  body .contenaire.box #TextEdit .threadColors {
    position : absolute;
    max-height: 0vh;
    display: flex;
    flex-wrap: wrap;
    align-content: start;
    overflow-y: scroll;
    width: calc(100% - 74px);
    transition: all 0.2s ease-in;
    z-index: 1000;
    background-color: white; }
    body .contenaire.box #TextEdit .threadColors .textColor {
      display: none;
      flex-direction: row;
      align-items: center;
      width: 100%;
      cursor: pointer;
      margin: 2px 5px;
      background-color: rgba(75, 63, 180, 0.05);
      padding: 3px 6px; }
    body .contenaire.box #TextEdit .threadColors .textColor:hover {
      background-color: rgba(75, 63, 180, 0.15); }
    body .contenaire.box #TextEdit .threadColors .textColor div {
      width: 20px;
      height: 20px;
      margin-right: 5px;
      border: unset;
      box-shadow: unset; }
    body .contenaire.box #TextEdit .threadColors.active {
      max-height: 300px;
      box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25); }
    body .contenaire.box #TextEdit .threadColors.active .textColor {
      display: flex; }
  body .contenaire.box #TextEdit #colCollection {
    border: #003c9d 1px solid;
    border-radius: 5px;
    padding: 10px;
    margin: 5px 0px;
    font-size: 13px;
    color: #292929;
    cursor: pointer;
    width: 100%; }
  body .contenaire.box #TextEdit #searchColorByRef {
    display: block;
    font-size: 14px;
    border-bottom: solid 1px #003c9d;
    width: 100%;
    margin-top: 10px; }
  body .contenaire.box #TextEdit .spSelect .dropdown {
    border: none;
    margin-bottom: 4px; }
    body .contenaire.box #TextEdit .spSelect .dropdown .select {
      color: white; }
    body .contenaire.box #TextEdit .spSelect .dropdown .dropdownmenu {
      max-height: 90px;
      border: none; }
    body .contenaire.box #TextEdit .spSelect .dropdown .dropdownmenu li {
      background: #3b3b3b; }
      body .contenaire.box #TextEdit .spSelect .dropdown .dropdownmenu li:hover {
        background: #5b5b5b; }
  body .contenaire.box #TextEdit .spSelect .dropdown .dropdownmenu {
    left: 0px; }
  body .contenaire.box #TextEdit .spSelect .dropdown.active .dropdownmenu {
    border-radius: 0; }
  body .contenaire.box #TextEdit .spSelect .dropdown .dropdownmenu li, body .contenaire.box #TextEdit .spSelect.reverse .dropdown .dropdownmenu li.selected, body .contenaire.box #TextEdit .spSelect.reverse .dropdown .dropdownmenu li:hover {
    color: white; }
  body .contenaire.box #TextEdit .editrow.align {
    background: #3b3b3b;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between; }
    body .contenaire.box #TextEdit .editrow.align .bouton_style {
      color: white;
      height: 30px;
      width: 30px;
      margin: 0; }
    body .contenaire.box #TextEdit .editrow.align .bouton_style i {
      font-size: 22px; }
  body .contenaire.box #col_g {
    background: #faf9fd;
    width: 20%;
    max-width: 360px; }
  body .contenaire.box #col_g .top_part {
    padding: 8%;
    display: flex;
    flex-direction: column;
    height: calc(50% - 80px);
    justify-content: space-between;
    border-bottom: 1px solid rgba(75, 63, 180, 0.1); }
    body .contenaire.box #col_g .top_part .header_part .title_container {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      body .contenaire.box #col_g .top_part .header_part .title_container .part_title {
        font-weight: 700;
        font-size: 25px;
        line-height: 30px;
        color: #f0134d;
        font-family: Montserrat;
        margin: unset;
        letter-spacing: unset;
        margin-bottom: 20px; }
      body .contenaire.box #col_g .top_part .header_part .title_container .close {
        display: none;
        cursor: pointer; }
    body .contenaire.box #col_g .top_part .header_part .return_tuto {
      display: flex;
      flex-direction: column; }
      body .contenaire.box #col_g .top_part .header_part .return_tuto a {
        color: #003c9d;
        font-weight: 600;
        font-size: 12px;
        line-height: 20px;
        text-decoration: none;
        display: flex;
        align-items: center; }
      body .contenaire.box #col_g .top_part .header_part .return_tuto a:visited {
        color: #003c9d; }
      body .contenaire.box #col_g .top_part .header_part .return_tuto a span {
        margin-right: 5px; }
    body .contenaire.box #col_g .top_part .footer_part {
      display: flex;
      flex-direction: column; }
    body .contenaire.box #col_g .top_part .footer_part .product_infos .infos_title {
      font-weight: 600;
      font-size: 14px;
      line-height: 17px; }
      body .contenaire.box #col_g .top_part .footer_part .product_infos p {
        font-size: 12px;
        line-height: 18px;
        display: flex;
        flex-direction: column;
        margin: 20px 0; }
    body .contenaire.box #col_g .top_part .footer_part #change_view_display {
      display: none;
      justify-content: center;
      align-items: center;
      background: #000;
      color: #fff;
      font-size: 25px;
      height: 30px;
      cursor: pointer;
      border-radius: 30px; }
    body .contenaire.box #col_g .top_part .report_product {
      color: #003c9d;
      display: flex;
      align-items: center;
      font-size: 12px;
      cursor: pointer;
      user-select: none;
      font-weight: 600; }
    body .contenaire.box #col_g .top_part .report_product .report {
      margin-right: 4px;
      font-size: 2em; }
  body .contenaire.box #col_g .bottom_part {
    padding: 8%;
    display: flex;
    flex-direction: column;
    height: calc(50% - 80px); }
    body .contenaire.box #col_g .bottom_part .part_title {
      font-weight: 600;
      font-size: 14px;
      line-height: 17px;
      margin-bottom: 30px; }
    body .contenaire.box #col_g .bottom_part .check_placements {
      display: flex;
      flex-direction: column;
      width: 80%; }
    body .contenaire.box #col_g .bottom_part .check_placements .info_placement {
      display: flex;
      justify-content: flex-end;
      align-items: center;
      margin-bottom: 15px; }
      body .contenaire.box #col_g .bottom_part .check_placements .info_placement .title_placement {
        font-size: 12px;
        line-height: 15px; }
      body .contenaire.box #col_g .bottom_part .check_placements .info_placement .fake_check {
        background: #fff;
        border: 1px solid #003c9d;
        box-sizing: border-box;
        border-radius: 5px;
        width: 15px;
        height: 15px;
        cursor: pointer;
        margin-left: 5px; }
      body .contenaire.box #col_g .bottom_part .check_placements .info_placement.checked .title_placement {
        color: #003c9d; }
      body .contenaire.box #col_g .bottom_part .check_placements .info_placement.checked .fake_check {
        background: #003c9d; }
      body .contenaire.box #col_g .bottom_part .check_placements .info_placement.blocked .title_placement {
        color: rgba(0, 0, 0, 0.35); }
      body .contenaire.box #col_g .bottom_part .check_placements .info_placement.blocked .fake_check {
        background: rgba(0, 0, 0, 0.35);
        border-radius: 5px;
        border: unset; }
  body .contenaire.box #col_gauche {
    width: auto;
    background: #fff; }
  body .contenaire.box #col_gauche #layers {
    background: transparent; }
  body .contenaire.box #col_droite {
    width: 20%;
    background: #faf9fd;
    position: relative;
    max-width: 360px;
    margin: 0;
    padding: 0;
    overflow-y: auto;
    overflow-x: hidden; }
  body .contenaire.box #panneau .titre_content_panneau {
    display: inline-block;
    width: calc(100% - 50px);
    color: black;
    font-family: Montserrat;
    text-transform: none;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: normal; }
  body .contenaire.box #panneau.box {
    height: unset; }
  body .contenaire.box #ligne_vues {
    display: flex;
    width: 100%;
    flex-flow: row wrap; }
  body .contenaire.box #ligne_vues .vue.box {
    cursor: pointer;
    box-shadow: none;
    max-width: 100px;
    max-height: 110px;
    height: 110px;
    margin: 10px auto;
    border-radius: none;
    background: none;
    -webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -ms-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
    text-align: center; }
    body .contenaire.box #ligne_vues .vue.box.selected {
      font-weight: bold; }
    body .contenaire.box #ligne_vues .vue.box:last-of-type:not(:first-of-type) {
      margin-left: 0; }
  body .contenaire.box #visuelproduit {
    height: calc(100% - 100px); }
  body .contenaire.box #visuelproduit #Tips {
    left: 300px; }
  body .contenaire.box #visuelproduit .bandeau {
    right: 20px;
    bottom: 30px !important;
    top: unset;
    left: unset;
    background: transparent;
    box-shadow: none; }
    body .contenaire.box #visuelproduit .bandeau.topleft {
      left: 20px;
      top: 10px;
      bottom: unset !important;
      right: unset; }
    body .contenaire.box #visuelproduit .bandeau.topleft .redo {
      transform: rotate(180deg); }
    body .contenaire.box #visuelproduit .bandeau.botr {
      top: unset;
      bottom: 0px; }
    body .contenaire.box #visuelproduit .bandeau.botr #reset .minusplus {
      border: none;
      transform: rotate(45deg);
      font-size: 25px;
      font-weight: 200;
      width: 23px;
      height: 18px; }
    body .contenaire.box #visuelproduit .bandeau .bouton_bandeau {
      color: #003c9d;
      margin: unset;
      background: none;
      border-radius: unset;
      position: relative;
      display: flex;
      align-items: center;
      width: unset;
      height: unset;
      font-weight: 800;
      font-size: 12px;
      line-height: 20px;
      padding: 6px;
      text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white; }
    body .contenaire.box #visuelproduit .bandeau .bouton_bandeau .material-icons-outlined {
      margin-right: 5px; }
    body .contenaire.box #visuelproduit .bandeau .bouton_bandeau#reset_pan {
      display: none; }
  body .contenaire.box span.minusplus {
    text-transform: unset;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    height: 100%;
    border-bottom: 3px solid transparent;
    -webkit-transition: all 0.25s ease-in;
    -moz-transition: all 0.25s ease-in;
    -ms-transition: all 0.25s ease-in;
    -o-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in; }
  body .contenaire.box span.minusplus.minusplus {
    border: 1px solid #003c9d;
    color: #003c9d;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 50%; }
  body .contenaire.box #mouse .icon_btn_bandeau {
    color: #d1c3c3; }
    body .contenaire.box #mouse .icon_btn_bandeau:hover {
      color: #d1c3c3 !important; }
    body .contenaire.box #mouse .icon_btn_bandeau.grabModeActivated {
      color: #003c9d; }
    body .contenaire.box #mouse .icon_btn_bandeau.grabModeActivated:hover {
      color: #003c9d !important; }
  body .contenaire.box #btn_save {
    display: block;
    position: unset;
    width: calc(100% - 50px);
    border: unset;
    box-shadow: none;
    margin: auto auto 16px auto;
    z-index: 1; }
  body .contenaire.box #btn_save .button-link {
    background: #003c9d;
    color: #fff;
    border: 1px solid #003c9d;
    padding: 10px 20px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
    font-family: 'Montserrat', sans-serif;
    border-radius: 5px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.2s ease;
    font-size: 1.2rem;
    user-select: none;
    width: max-content;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    min-width: unset;
    margin: 15px auto;
    text-transform: initial; }
    body .contenaire.box #btn_save .button-link:hover {
      background-color: #fff;
      color: #003c9d; }
  body #zonesList {
    top: unset;
    bottom: 0;
    left: 20px; }
  body .product_name {
    font-size: 12px;
    color: #3b3b3b;
    display: block;
    margin: 10px auto;
    width: calc(100% - 50px);
    font-weight: bold; }

#logochecker_block_message #block_prediction {
  margin: 5px;
  z-index: 90;
  background: #fff;
  border: 1px solid #e9e7ff;
  box-sizing: border-box;
  box-shadow: 0px 4px 4px rgba(75, 63, 180, 0.11);
  border-radius: 5px;
  padding: 10px;
  color: #f8b500;
  display: none; }
  #logochecker_block_message #block_prediction span {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    margin-left: 5px; }
  #logochecker_block_message #block_ok {
    margin: 5px;
    z-index: 90;
    background: #fff;
    border: 1px solid #e9e7ff;
    box-sizing: border-box;
    box-shadow: 0px 4px 4px rgba(75, 63, 180, 0.11);
    border-radius: 5px;
    padding: 10px;
    color: #bfc400;
    font-family: Montserrat; }
  #logochecker_block_message #block_ok .txt_ok {
    font-style: normal;
    font-weight: 600;
    margin-left: 5px; }
  #logochecker_block_message #block_ok #btn_ok {
    margin-left: 5px;
    color: white;
    font-weight: 700;
    background: #bfc400;
    border-radius: 5px;
    box-shadow: 0px 4px 4px rgba(75, 63, 180, 0.1);
    padding: 5px 10px;
    cursor: pointer; }
  #logochecker_block_message #block_alert {
    margin: 5px;
    z-index: 90;
    background: #fff;
    border: 1px solid #e9e7ff;
    box-sizing: border-box;
    box-shadow: 0px 4px 4px rgba(75, 63, 180, 0.11);
    border-radius: 5px;
    padding: 10px;
    color: #f0134d;
    font-family: Montserrat; }
  #logochecker_block_message #block_alert .txt_alert {
    font-style: normal;
    font-weight: 600;
    margin-left: 5px; }
  #logochecker_block_message #block_alert #btn_alert {
    margin-left: 5px;
    color: white;
    font-weight: 700;
    background: #f0134d;
    border-radius: 5px;
    box-shadow: 0px 4px 4px rgba(75, 63, 180, 0.1);
    cursor: pointer;
    padding: 5px 10px; }
  #logochecker_block_message .block_icon {
    margin-top: -5px; }
  #logochecker_block_message #block_estimation {
    margin: 5px;
    z-index: 90;
    background: #f8b500;
    border: 1px solid #e9e7ff;
    box-sizing: border-box;
    box-shadow: 0px 4px 4px rgba(75, 63, 180, 0.11);
    border-radius: 5px;
    padding: 10px;
    color: white;
    cursor: pointer;
    display: none; }
  #logochecker_block_message #block_estimation span {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    margin-left: 5px; }

#popin_blocked_feature .popin-container {
  max-width: 550px;
  border-radius: 20px; }
  #popin_blocked_feature .popin-container .popin-header {
    margin: 0; }
  #popin_blocked_feature .material-icons {
    font-family: 'Material Icons'; }
  #popin_blocked_feature .block_feat {
    min-width: 500px;
    margin-top: 20px;
    text-align: left;
    position: relative; }
  #popin_blocked_feature .block_feat h3 {
    font-weight: 700;
    font-size: 25px;
    color: black; }
  #popin_blocked_feature .block_feat .description {
    margin-top: 35px;
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
    align-items: center; }
  #popin_blocked_feature .block_feat .description .description_row {
    margin-top: 30px;
    display: flex;
    align-items: center;
    width: 300px; }
    #popin_blocked_feature .block_feat .description .description_row img {
      width: 32px; }
  #popin_blocked_feature .block_feat .description .description_text {
    padding-left: 25px;
    font-size: 12px;
    font-weight: 500;
    color: black; }
  #popin_blocked_feature .block_feat .block_button {
    display: flex;
    justify-content: center; }
  #popin_blocked_feature .block_feat .block_button .spbtnblue {
    width: 220px;
    text-align: center; }
  @media (max-width: 1600px) {
  #popin_blocked_feature .popin-container {
    top: 20px; } }
  @media only screen and (max-device-width: 1024px) and (orientation: landscape) {
  #popin_blocked_feature .popin-container {
    top: 60px; }
  #popin_blocked_feature .feature_sub_block .close-popin {
    left: 800px; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  #popin_blocked_feature .popin-container {
    top: 60px;
    max-width: 600px; }
  #popin_blocked_feature .block_feat {
    margin-left: 20px;
    padding: 10px; }
    #popin_blocked_feature .block_feat .close-popin {
      left: 590px; } }
  @media screen and (max-width: 990px) and (orientation: landscape) {
  #popin_blocked_feature .popin-container {
    max-width: 600px; }
  #popin_blocked_feature .block_feat {
    margin: 0;
    padding: 10px; }
    #popin_blocked_feature .block_feat .close-popin {
      left: 575px; } }
  @media screen and (max-width: 576px) {
  #popin_blocked_feature .popin-container {
    max-width: 300px;
    padding: 20px; }
  #popin_blocked_feature .block_feat {
    width: auto;
    margin: 0;
    padding: 10px;
    min-width: 0; }
    #popin_blocked_feature .block_feat h3 {
      font-size: 18px; }

    #popin_blocked_feature .block_feat .close-popin {
      left: 290px; } }

body #tp_content {
  height: calc(100vh - 80px);
  padding-top: 0; }
  body #tp_content .contenaire.box {
    height: 100%;
    width: 100%; }
  body #tp_content .bandeauretour {
    text-align: left;
    height: 35px;
    width: 150px;
    position: absolute;
    left: 0;
    top: 90px;
    z-index: 999; }
  body #tp_content #col_droite #btn_save {
    width: auto; }

body .contenaire.box #visuelproduit {
  height: calc(100% - 130px); }
  body .contenaire.box .choixpack {
    height: 130px; }
  body .contenaire.box .choixpack .packs .pack {
    padding-bottom: 3px;
    min-width: 85px;
    width: auto;
    justify-content: flex-end; }
    body .contenaire.box .choixpack .packs .pack span {
      display: block;
      white-space: nowrap; }

@media (max-width: 1100px) {
  body {
    overscroll-behavior-y: contain; }
    body #tp_content #info_modeactive {
      display: none; }
      body #tp_content .contenaire.box #display_col_g {
        display: block; }
        body #tp_content .contenaire.box #col_g {
          display: none;
          position: fixed;
          padding: 20px;
          bottom: 0px;
          z-index: 1010;
          width: calc(100vw - 40px);
          max-width: calc(100vw - 40px);
          height: 75vh;
          border-top-left-radius: 40px;
          border-top-right-radius: 40px;
          -webkit-box-shadow: 0px 3px 11px 5px rgba(0, 0, 0, 0.14);
          box-shadow: 0px 3px 11px 5px rgba(0, 0, 0, 0.14);
          background: #fff;
          transition: all 0.2s ease-out; }
          body #tp_content .contenaire.box #col_g.active {
            display: block; }
          body #tp_content .contenaire.box #col_g .top_part {
            height: unset;
            border-bottom: unset;
            padding: 0px; }
            body #tp_content .contenaire.box #col_g .top_part .header_part {
              border-bottom: 1px solid rgba(75, 63, 180, 0.1); }
              body #tp_content .contenaire.box #col_g .top_part .header_part .title_container {
                margin-bottom: 10px; }
                body #tp_content .contenaire.box #col_g .top_part .header_part .title_container h1.part_title {
                  color: #000;
                  font-size: 15px;
                  margin-bottom: 0px; }
                body #tp_content .contenaire.box #col_g .top_part .header_part .title_container .close {
                  display: inline;
                  background: #000;
                  color: white;
                  border-radius: 100px;
                  padding: 5px;
                  font-size: 19px; }
              body #tp_content .contenaire.box #col_g .top_part .header_part .return_tuto {
                margin-bottom: 20px; }
                body #tp_content .contenaire.box #col_g .top_part .header_part .return_tuto .material-icons-outlined {
                  font-size: 18px; }
                body #tp_content .contenaire.box #col_g .top_part .header_part .return_tuto .report_product {
                  color: #000;
                  font-size: 11px;
                  margin-top: 5px; }
                  body #tp_content .contenaire.box #col_g .top_part .header_part .return_tuto .report_product .report {
                    font-size: 18px; }
                body #tp_content .contenaire.box #col_g .top_part .header_part .return_tuto a {
                  color: #000;
                  font-size: 11px; }
                  body #tp_content .contenaire.box #col_g .top_part .header_part .return_tuto a:visited {
                    color: #000; }
            body #tp_content .contenaire.box #col_g .top_part .footer_part {
              border-bottom: 1px solid rgba(75, 63, 180, 0.1); }
              body #tp_content .contenaire.box #col_g .top_part .footer_part .product_infos {
                margin-top: 20px; }
                body #tp_content .contenaire.box #col_g .top_part .footer_part .product_infos .infos_title {
                  font-size: 13px; }
                body #tp_content .contenaire.box #col_g .top_part .footer_part .product_infos p {
                  font-size: 11px; }
              body #tp_content .contenaire.box #col_g .top_part .footer_part #change_view_display {
                display: flex; }
          body #tp_content .contenaire.box #col_g .bottom_part {
            padding: 0px; }
            body #tp_content .contenaire.box #col_g .bottom_part .part_title {
              font-size: 13px;
              margin: 20px 0px; }
            body #tp_content .contenaire.box #col_g .bottom_part .check_placements {
              width: 100%; }
              body #tp_content .contenaire.box #col_g .bottom_part .check_placements .info_placement {
                font-size: 11px;
                flex-direction: row-reverse;
                justify-content: start;
                margin-bottom: 10px; }
                body #tp_content .contenaire.box #col_g .bottom_part .check_placements .info_placement .fake_check {
                  margin-left: 0px;
                  margin-right: 10px; }
        body #tp_content .contenaire.box #col_gauche .choixpack {
          display: none; }
          body #tp_content .contenaire.box #col_gauche #visuelproduit .not-selectable.bandeau {
            display: none; }
            body #tp_content .contenaire.box #col_gauche #visuelproduit #Tips {
              display: none;
              opacity: 0; }
        body #tp_content .contenaire.box #col_droite {
          position: fixed;
          padding-top: 10px;
          bottom: 0px;
          z-index: 1000;
          width: 100vw;
          max-width: 100vw;
          height: fit-content;
          border-top-left-radius: 40px;
          border-top-right-radius: 40px;
          -webkit-box-shadow: 0px 3px 11px 5px rgba(0, 0, 0, 0.14);
          box-shadow: 0px 3px 11px 5px rgba(0, 0, 0, 0.14);
          background: #faf9fd;
          transition: all 0.2s ease-out;
          overflow-y: visible;
          overflow-x: visible; }
          body #tp_content .contenaire.box #col_droite .not-selectable.bandeau_responsive {
            display: block;
            position: relative;
            width: 100%;
            height: fit-content; }
            body #tp_content .contenaire.box #col_droite .not-selectable.bandeau_responsive .bandeau_resp_btn {
              position: absolute;
              right: 5px;
              display: flex;
              justify-content: center;
              align-items: center;
              overflow: hidden;
              padding: 0px;
              margin-top: 5px;
              width: 45px;
              height: 45px; }
              body #tp_content .contenaire.box #col_droite .not-selectable.bandeau_responsive .bandeau_resp_btn span {
                margin: 0;
                color: #000;
                font-size: 20px;
                background: #fff;
                padding: 10px;
                border-radius: 50%;
                box-shadow: 0 0 0 2px rgba(149, 149, 149, 0.08);
                -webkit-box-shadow: 0 0 0 2px rgba(149, 149, 149, 0.08); }
              body #tp_content .contenaire.box #col_droite .not-selectable.bandeau_responsive .bandeau_resp_btn#zoom_in {
                bottom: 120px; }
              body #tp_content .contenaire.box #col_droite .not-selectable.bandeau_responsive .bandeau_resp_btn#zoom_out {
                bottom: 70px; }
              body #tp_content .contenaire.box #col_droite .not-selectable.bandeau_responsive .bandeau_resp_btn#mouse {
                bottom: 20px; }
                body #tp_content .contenaire.box #col_droite .not-selectable.bandeau_responsive .bandeau_resp_btn#mouse span {
                  padding: 8px 10px; }
                body #tp_content .contenaire.box #col_droite .not-selectable.bandeau_responsive .bandeau_resp_btn#mouse .material-icons.grabModeActivated {
                  color: #003c9d; }
              body #tp_content .contenaire.box #col_droite .not-selectable.bandeau_responsive .bandeau_resp_btn#reset_pan {
                bottom: 170px; }
                body #tp_content .contenaire.box #col_droite .not-selectable.bandeau_responsive .bandeau_resp_btn#reset_pan span {
                  padding: 8px 10px; }
                body #tp_content .contenaire.box #col_droite .not-selectable.bandeau_responsive .bandeau_resp_btn#reset_pan:not(.active) {
                  display: none; }
          body #tp_content .contenaire.box #col_droite.reduced #panneau {
            height: 10vh;
            transition: all 0.2s ease-in; }
          body #tp_content .contenaire.box #col_droite .responsive_open_panel {
            display: block;
            margin: 0px auto; }
          body #tp_content .contenaire.box #col_droite .perso_container {
            display: flex;
            justify-content: space-between;
            flex-direction: row;
            width: calc(100vw - 20px);
            padding: 0px 20px;
            margin-bottom: 0px;
            margin-top: 10px; }
            body #tp_content .contenaire.box #col_droite .perso_container .navcott_container {
              display: none;
              width: 30vw; }
              body #tp_content .contenaire.box #col_droite .perso_container .navcott_container.responsive {
                display: block; }
              body #tp_content .contenaire.box #col_droite .perso_container .navcott_container .navcott_head {
                background: #000;
                border: solid 1px #000;
                border-radius: 30px;
                justify-content: center;
                flex-direction: row-reverse;
                padding: 0 10px;
                padding-top: 4px; }
                body #tp_content .contenaire.box #col_droite .perso_container .navcott_container .navcott_head span {
                  color: #fff; }
                body #tp_content .contenaire.box #col_droite .perso_container .navcott_container .navcott_head:nth-child(2) span {
                  content: "Texte"; }
                body #tp_content .contenaire.box #col_droite .perso_container .navcott_container .navcott_head:nth-child(3) span {
                  content: "Logo"; }
                body #tp_content .contenaire.box #col_droite .perso_container .navcott_container .navcott_head .minusplus {
                  border: unset; }
                body #tp_content .contenaire.box #col_droite .perso_container .navcott_container .navcott_head[popin='#popin_change_view'] .minusplus {
                  display: none; }
              body #tp_content .contenaire.box #col_droite .perso_container .navcott_container.active .navcott_head span:not(.minusplus) {
                border-bottom: unset; }
                body #tp_content .contenaire.box #col_droite .perso_container .navcott_container.active .navcott_head span.minusplus::after {
                  content: '+'; }
          body #tp_content .contenaire.box #col_droite #panneau {
            max-height: 50vh !important;
            height: 50vh;
            margin-bottom: 50px;
            overflow-y: scroll;
            transition: all 0.2s ease-in; }
            body #tp_content .contenaire.box #col_droite #panneau .content_panneau {
              text-align: left;
              overflow-y: scroll;
              border-top: unset; }
              body #tp_content .contenaire.box #col_droite #panneau .content_panneau .titre_content_panneau {
                padding-left: 10px;
                margin-top: 0px; }
            body #tp_content .contenaire.box #col_droite #panneau #ListePersos .onePerso {
              margin-bottom: 0px;
              background: transparent; }
              body #tp_content .contenaire.box #col_droite #panneau #ListePersos .onePerso .perso_actions.responsive {
                position: relative;
                display: flex;
                flex-direction: column;
                top: -90px;
                left: 90%;
                width: 35px;
                height: 0px; }
              body #tp_content .contenaire.box #col_droite #panneau #ListePersos .onePerso .perso_actions.responsive i[task] {
                cursor: pointer; }
              body #tp_content .contenaire.box #col_droite #panneau #ListePersos .onePerso .perso_actions.responsive i[task='delete_from_emp'] {
                margin-top: 15px;
                color: #c71f2c; }
              body #tp_content .contenaire.box #col_droite #panneau #ListePersos .onePerso .onePerso_lines .spSelect select.hidden {
                display: inline-block; }
                body #tp_content .contenaire.box #col_droite #panneau #ListePersos .onePerso .onePerso_lines .spSelect .dropdown {
                  display: none; }
              body #tp_content .contenaire.box #col_droite #panneau #ListePersos .onePerso .onePerso_lines .moredetailsemp {
                display: none; }
          body #tp_content .contenaire.box #col_droite #btn_save {
            position: fixed;
            bottom: 0px;
            width: 100%;
            display: flex;
            justify-content: right;
            margin: 0px;
            background: #faf9fd; }
            body #tp_content .contenaire.box #col_droite #btn_save button.sp_button {
              border-radius: 30px;
              font-size: 11px;
              margin: 0px;
              margin-bottom: 10px;
              margin-right: 10px; }
          body #tp_content .contenaire.box #col_droite .CottConfigLabel, body #tp_content .contenaire.box #col_droite .CottProductDesignation {
            display: none; }
    body #tp_footer {
      display: none !important; } }

#popin_report_product .popin-container {
  padding: 30px;
  max-width: 900px; }
  #popin_report_product .popin-container .popin-header-title {
    padding-bottom: unset;
    text-transform: none;
    border: none;
    width: auto !important;
    font-size: 30px !important; }
  #popin_report_product .popin-container .popin-footer * {
    margin: unset; }

@media only screen and (min-width: 1920px) {
  body .popin#editLogoPopin .popin-container {
    max-width: 1600px !important; } }

body .popin#popinPrices .popin-container {
  border-radius: 8px;
  top: 300px;
  padding: 10px 15px; }
  body .popin#popinPrices .popin-container .popin-header {
    position: relative; }
    body .popin#popinPrices .popin-container .popin-header .close {
      position: absolute;
      top: 0;
      right: 0; }
  body .popin#popinPrices .popin-container .popin-body table {
    border-collapse: separate !important;
    border-spacing: 0;
    min-width: 350px;
    width: 100%;
    border: 1px solid #e9e7ff;
    margin-bottom: 10px;
    border-radius: 8px; }
    body .popin#popinPrices .popin-container .popin-body table thead tr th {
      text-align: center;
      border: solid 1px #e9e7ff !important;
      padding: 10px 15px;
      background: rgba(75, 63, 180, 0.05); }
    body .popin#popinPrices .popin-container .popin-body table tbody tr td {
      text-align: center;
      border: solid 1px #e9e7ff !important;
      padding: 10px 15px; }
      body .popin#popinPrices .popin-container .popin-body table tbody tr td:first-child {
        background: rgba(75, 63, 180, 0.05); }
    body .popin#popinPrices .popin-container .popin-body table .title_total, body .popin#popinPrices .popin-container .popin-body table .value_total, body .popin#popinPrices .popin-container .popin-body table .tax {
      font-size: 20px;
      font-weight: bold; }
  @media (max-width: 1100px) {
    body .popin#popinPrices .popin-container .popin-body table {
      min-width: unset; } }
  body .popin#popinInfoForm .popin-container {
    top: 5%;
    max-width: 80%;
    max-height: 80%;
    height: 100%;
    width: 100%;
    padding: 0px 2px; }
  body .popin#popinInfoForm .popin-container iframe {
    width: 100%;
    height: 100%; }
  body .popin#popinInfoForm .popin-header {
    margin: 0; }
  body .popin#editLogoPopin {
    display: none;
    align-items: center;
    justify-content: center; }
  body .popin#editLogoPopin .popin-container {
    padding: 0;
    max-width: 90vw;
    max-height: 100vh;
    height: unset;
    overflow: auto;
    min-width: unset; }
  body .popin#editLogoPopin .popin-body iframe {
    height: 700px; }
  body .popin#editLogoPopin .popin-header {
    margin: 0; }
  body .popin#popinCreateModel .popin-container .popin-body, body .popin#popinUpdateModel .popin-container .popin-body {
    display: flex;
    flex-direction: column; }
    body .popin#popinCreateModel .popin-container .popin-body .error_text, body .popin#popinUpdateModel .popin-container .popin-body .error_text {
      color: red;
      text-transform: uppercase;
      font-size: 16px;
      font-weight: bold; }
    body .popin#popinCreateModel .popin-container .popin-body .field, body .popin#popinUpdateModel .popin-container .popin-body .field {
      display: flex;
      flex-direction: column;
      padding: 20px 50px; }
    body .popin#popinCreateModel .popin-container .popin-body .field input, body .popin#popinUpdateModel .popin-container .popin-body .field input {
      margin-bottom: 30px;
      padding: 10px 15px;
      width: 100%;
      background: white;
      border: 1px solid #b2b2b2;
      margin-left: auto;
      margin-right: auto;
      font-size: 17px; }
      body .popin#popinCreateModel .popin-container .popin-body .field input.error, body .popin#popinUpdateModel .popin-container .popin-body .field input.error {
        border: 1px solid red; }
      body .popin#popinCreateModel .popin-container .popin-body .field input.error::placeholder, body .popin#popinUpdateModel .popin-container .popin-body .field input.error::placeholder {
        color: red; }
    body .popin#popinCreateModel .popin-container .popin-body .field label, body .popin#popinUpdateModel .popin-container .popin-body .field label {
      color: #3b3b3b;
      font-size: 14px;
      font-weight: 400;
      text-transform: uppercase;
      padding-bottom: 1em;
      text-align: left; }
  body .popin#popinChooseTemplate .popin-container [mockup_template_id] {
    float: left;
    height: 100px;
    width: 100px;
    margin: 10px;
    display: flex;
    flex-direction: column;
    text-align: center;
    cursor: pointer;
    padding: 5px;
    transition: 0.2 ease all; }
    body .popin#popinChooseTemplate .popin-container [mockup_template_id]:hover {
      background: #f4f4f4; }
    body .popin#popinChooseTemplate .popin-container [mockup_template_id] .image {
      background-size: contain;
      background-repeat: no-repeat;
      min-height: 90px; }
  body .popin#popinChooseTemplate .popin-header {
    margin: 0; }
  body .popin#popinAutoSave .popin-container {
    top: 100px;
    width: 30%;
    min-width: 500px; }
  body .popin#popinAutoSave .popin-body {
    padding: 32px;
    text-align: left; }
  body .popin#popinAutoSave .popin-body .autosave-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 16px; }
    body .popin#popinAutoSave .popin-body .autosave-title .info {
      color: #06f;
      margin-right: 12px;
      width: 30px; }
  body .popin#popinAutoSave .popin-body .autosave-description {
    font-size: 14px;
    color: #666;
    margin-bottom: 24px;
    line-height: 1.5; }
  body .popin#popinAutoSave .popin-body .autosave-checkbox-wrapper {
    margin-bottom: 24px;
    text-align: left;
    display: inline-block; }
    body .popin#popinAutoSave .popin-body .autosave-checkbox-wrapper .autosave-checkbox-label {
      cursor: pointer;
      font-size: 14px;
      color: #666; }
    body .popin#popinAutoSave .popin-body .autosave-checkbox-wrapper .autosave-checkbox-label .autosave-checkbox {
      margin-right: 8px;
      cursor: pointer;
      width: auto; }
  body .popin#popinAutoSave .popin-body .autosave-footer {
    text-align: right; }
    body .popin#popinAutoSave .popin-body .autosave-footer .autosave-close-btn {
      float: right;
      background: #06f;
      color: white;
      border: none;
      padding: 12px 32px;
      border-radius: 8px;
      font-size: 14px;
      font-weight: 500;
      cursor: pointer;
      min-width: 120px; }
  body .popin .popin-container {
    padding: 40px 10px;
    max-width: 750px; }
  body .popin .popin-container .popin-header .close {
    color: #3b3b3b; }
  body .popin .popin-container .popin-body-title, body .popin .popin-container .popin-header-title {
    color: #3b3b3b;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 30px;
    text-transform: unset;
    border-bottom: none;
    padding-bottom: unset;
    width: unset;
    margin: auto;
    font-family: "Montserrat", sans-serif;
    text-align: left; }
  body .popin .popin-container .popin-body {
    flex-direction: column; }
    body .popin .popin-container .popin-body-title {
      border-bottom: 0;
      margin: 0;
      font-size: 14px; }
  body .popin .popin-container .popin-footer > :nth-child(n) {
    margin : auto;
    padding: 10px 20px;
    font-family: 'Montserrat', serif;
    letter-spacing: unset; }
    body .popin .popin-container .popin-footer > :nth-child(n).sp_button {
      margin : unset; }
      body .popin .popin-container .popin-footer > :nth-child(n).sp_button._ml16 {
        margin-left: 16px; }
  body .popin.popinImage .popin-container.library .popin-body {
    display: block; }
    body .popin.popinImage .popin-container.library .pagination {
      display: flex;
      flex-direction: row;
      justify-content: center;
      border: 0 none;
      padding: 0;
      width: auto; }
      body .popin.popinImage .popin-container.library .pagination button {
        margin: 0 3px;
        min-width: unset;
        width: 120px;
        line-height: 6px; }
    body .popin.popinImage .popin-container .popin-body {
      display: flex;
      justify-content: space-around;
      position: relative; }
    body .popin.popinImage .popin-container .popin-body > div {
      padding: 20px 50px;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      body .popin.popinImage .popin-container .popin-body > div.gallery-container {
        flex-direction: row;
        justify-content: start; }
      body .popin.popinImage .popin-container .popin-body > div.gallery-container div p {
        margin-bottom: 10px; }
      body .popin.popinImage .popin-container .popin-body > div.gallery-container div:not(:first-child) {
        margin-left: 50px; }
      body .popin.popinImage .popin-container .popin-body > div .button-link {
        max-width: 200px;
        margin: 0; }
      body .popin.popinImage .popin-container .popin-body > div.logos-container, body .popin.popinImage .popin-container .popin-body > div.search-bloc, body .popin.popinImage .popin-container .popin-body > div.loading-preview {
        padding: 0; }
      body .popin.popinImage .popin-container .popin-body > div.existing-logo p {
        font-size: 14px;
        margin-bottom: 6px; }
      body .popin.popinImage .popin-container .popin-body > div.user-gallery, body .popin.popinImage .popin-container .popin-body > div.sp-gallery {
        display: none; }
      body .popin.popinImage .popin-container .popin-body > div.search-bloc {
        position: absolute;
        top: -50px;
        width: 150px;
        right: 90px;
        background: transparent; }
      body .popin.popinImage .popin-container .popin-body > div.search-bloc i.fa {
        position: absolute;
        left: 0;
        top: 6px;
        color: #333;
        -webkit-transition: color 0.25s ease;
        -moz-transition: color 0.25s ease;
        -ms-transition: color 0.25s ease;
        -o-transition: color 0.25s ease;
        transition: color 0.25s ease; }
      body .popin.popinImage .popin-container .popin-body > div.search-bloc .border {
        position: absolute;
        height: 1px;
        background: #3b3b3b;
        bottom: 0;
        left: 0;
        width: 0%;
        -webkit-transition: width 0.25s ease;
        -moz-transition: width 0.25s ease;
        -ms-transition: width 0.25s ease;
        -o-transition: width 0.25s ease;
        transition: width 0.25s ease; }
      body .popin.popinImage .popin-container .popin-body > div.search-bloc input.search {
        padding: 6px 0 6px 20px;
        border-bottom: 1px solid #333;
        color: #333;
        background: transparent; }
      body .popin.popinImage .popin-container .popin-body > div.search-bloc input.search:focus ~ i.fa {
        color: #3b3b3b; }
      body .popin.popinImage .popin-container .popin-body > div.search-bloc input.search:focus ~ .border {
        width: 100%; }
      body .popin.popinImage .popin-container .popin-body > div.logos-container {
        width: 75%;
        height: 380px;
        margin: 0 auto;
        flex-direction: row;
        justify-content: space-around;
        flex-wrap: wrap; }
      body .popin.popinImage .popin-container .popin-body > div.logos-container .logo-one {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 150px;
        height: 150px;
        position: relative;
        box-sizing: border-box;
        padding: 5px;
        background-color: white;
        cursor: pointer; }
      body .popin.popinImage .popin-container .popin-body > div.logos-container .logo-one.hidden {
        display: none; }
      body .popin.popinImage .popin-container .popin-body > div.logos-container .logo-one .hover-div {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: #3b3b3b;
        opacity: 0;
        -webkit-transition: opacity 0.25s ease;
        -moz-transition: opacity 0.25s ease;
        -ms-transition: opacity 0.25s ease;
        -o-transition: opacity 0.25s ease;
        transition: opacity 0.25s ease; }
      body .popin.popinImage .popin-container .popin-body > div.logos-container .logo-one img {
        max-width: 100%;
        max-height: 100%; }
      body .popin.popinImage .popin-container .popin-body > div.logos-container .logo-one:hover .hover-div, body .popin.popinImage .popin-container .popin-body > div.logos-container .logo-one.selected .hover-div {
        opacity: 0.7; }
      body .popin.popinImage .popin-container .popin-body > div.loading-preview {
        width: 80%;
        margin: auto; }
      body .popin.popinImage .popin-container .popin-body > div.loading-preview #wrap_img_thumbnail {
        width: 320px;
        height: 320px; }
    body .popin.popinImage .popin-container .popin-body input[type="file"] {
      display: none; }
    body .popin.popinImage .popin-container .popin-body .drop-field {
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      background: #f2f2f2;
      position: relative;
      padding: 20px 0; }
      body .popin.popinImage .popin-container .popin-body .drop-field:hover {
        cursor: pointer; }
      body .popin.popinImage .popin-container .popin-body .drop-field .choose_file::before {
        content: 'Glissez-déposez votre fichier ici';
        color: black; }
      body .popin.popinImage .popin-container .popin-body .drop-field .allowed_extensions {
        color: grey; }
      body .popin.popinImage .popin-container .popin-body .drop-field .icons_upload_file {
        font-size: 56px;
        margin-right: 15px;
        color: white; }
      body .popin.popinImage .popin-container .popin-body .drop-field .dropItNow {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        box-shadow: 5px 5px 10px 0px #000;
        opacity: 0;
        -webkit-transition: opacity 0.25s ease-in-out;
        -moz-transition: opacity 0.25s ease-in-out;
        -ms-transition: opacity 0.25s ease-in-out;
        -o-transition: opacity 0.25s ease-in-out;
        transition: opacity 0.25s ease-in-out; }
      body .popin.popinImage .popin-container .popin-body .drop-field .dropItNow.displayed {
        opacity: 0.2; }
      body .popin.popinImage .popin-container .popin-body .drop-field img {
        max-width: 100%;
        max-height: 250px; }
      body .popin.popinImage .popin-container .popin-body .drop-field img + p {
        position: absolute;
        bottom: 30px;
        width: 100%; }
    body .popin.popinImage .popin-container .popin-footer {
      position: relative; }
    body .popin.popinImage .popin-container .popin-footer input[type="submit"] {
      position: absolute;
      top: -40px; }
  body .popin.popinImage.client_gallery .popin-container {
    max-width: 600px;
    min-width: inherit;
    padding: 0; }
    body .popin.popinImage.client_gallery .popin-container .popin-header button.close {
      position: absolute;
      right: 20px; }
    body .popin.popinImage.client_gallery .popin-container .client-gallery-mode {
      text-align: left;
      color: #6a7282;
      padding: 0; }
    body .popin.popinImage.client_gallery .popin-container .client-gallery-mode h2 {
      color: #003c9d;
      font-size: 18px;
      margin: 10px 0; }
    body .popin.popinImage.client_gallery .popin-container .client-gallery-mode .gallery-header, body .popin.popinImage.client_gallery .popin-container .client-gallery-mode .gallery-actions, body .popin.popinImage.client_gallery .popin-container .client-gallery-mode .gallery-list {
      margin-left: 20px;
      margin-right: 20px; }
    body .popin.popinImage.client_gallery .popin-container .client-gallery-mode .gallery-actions {
      margin: 20px;
      text-align: center; }
      body .popin.popinImage.client_gallery .popin-container .client-gallery-mode .gallery-actions .info-wrapper {
        height: 20px;
        margin: 0; }
      body .popin.popinImage.client_gallery .popin-container .client-gallery-mode .gallery-actions .btn.btn-import {
        display: inline-block;
        width: 50%;
        margin-bottom: 10px;
        background: #003c9d;
        color: #fff;
        white-space: nowrap;
        border-radius: 5px;
        padding: 5px;
        line-height: 20px;
        font-size: 16px;
        cursor: pointer; }
      body .popin.popinImage.client_gallery .popin-container .client-gallery-mode .gallery-actions .btn.btn-import .material-icons {
        font-size: 16px; }
    body .popin.popinImage.client_gallery .popin-container .client-gallery-mode .gallery-list {
      overflow-y: auto;
      height: 1vh;
      min-height: 500px; }
      body .popin.popinImage.client_gallery .popin-container .client-gallery-mode .gallery-list .gallery-logo-item {
        display: flex;
        align-items: center;
        padding: 12px;
        margin-bottom: 8px;
        border-radius: 8px;
        border: 2px solid #e5e7eb;
        cursor: pointer;
        transition: all 0.2s ease; }
      body .popin.popinImage.client_gallery .popin-container .client-gallery-mode .gallery-list .gallery-logo-item input[type="radio"] {
        width: auto;
        margin-right: 12px; }
      body .popin.popinImage.client_gallery .popin-container .client-gallery-mode .gallery-list .gallery-logo-item:hover {
        border-color: #b8c5d6; }
      body .popin.popinImage.client_gallery .popin-container .client-gallery-mode .gallery-list .gallery-logo-item.selected, body .popin.popinImage.client_gallery .popin-container .client-gallery-mode .gallery-list .gallery-logo-item:has(input[type="radio"]:checked) {
        border-color: #003c9d;
        background-color: rgba(0, 60, 157, 0.05); }
      body .popin.popinImage.client_gallery .popin-container .client-gallery-mode .gallery-list .gallery-logo-item .logo-thumb {
        width: 56px;
        height: 56px;
        object-fit: contain;
        border-radius: 4px;
        background: #f9fafb;
        padding: 4px;
        flex-shrink: 0; }
      body .popin.popinImage.client_gallery .popin-container .client-gallery-mode .gallery-list .gallery-logo-item .logo-info {
        flex: 1;
        margin-left: 16px;
        display: flex;
        flex-direction: column; }
      body .popin.popinImage.client_gallery .popin-container .client-gallery-mode .gallery-list .gallery-logo-item .logo-info .logo-name {
        font-size: 14px;
        font-weight: 500;
        color: #1f2937;
        margin-bottom: 4px; }
      body .popin.popinImage.client_gallery .popin-container .client-gallery-mode .gallery-list .gallery-logo-item .logo-info .logo-meta {
        font-size: 12px;
        color: #9ca3af; }
      body .popin.popinImage.client_gallery .popin-container .client-gallery-mode .gallery-list .gallery-empty {
        text-align: center;
        padding: 60px 20px;
        color: #6b7280; }
      body .popin.popinImage.client_gallery .popin-container .client-gallery-mode .gallery-list .gallery-empty p {
        font-size: 14px;
        margin-bottom: 8px; }
      body .popin.popinImage.client_gallery .popin-container .client-gallery-mode .gallery-list .gallery-empty .empty-subtitle {
        font-size: 12px;
        color: #9ca3af; }
    body .popin.popinImage.client_gallery .popin-container .client-gallery-mode .gallery-preview {
      margin-top: 20px;
      padding: 16px;
      background: #f9fafb;
      border-radius: 8px;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      body .popin.popinImage.client_gallery .popin-container .client-gallery-mode .gallery-preview .preview-label {
        display: none; }
      body .popin.popinImage.client_gallery .popin-container .client-gallery-mode .gallery-preview .preview-content {
        display: flex;
        align-items: center;
        flex: 1; }
      body .popin.popinImage.client_gallery .popin-container .client-gallery-mode .gallery-preview .preview-content .preview-thumb {
        width: 64px;
        height: 64px;
        object-fit: contain;
        border-radius: 4px;
        background: white;
        padding: 8px;
        flex-shrink: 0; }
      body .popin.popinImage.client_gallery .popin-container .client-gallery-mode .gallery-preview .preview-content .preview-info {
        flex: 1;
        margin-left: 16px;
        display: flex;
        flex-direction: column; }
      body .popin.popinImage.client_gallery .popin-container .client-gallery-mode .gallery-preview .preview-content .preview-info .preview-name {
        font-size: 15px;
        font-weight: 600;
        color: #1f2937;
        margin-bottom: 4px; }
      body .popin.popinImage.client_gallery .popin-container .client-gallery-mode .gallery-preview .preview-content .preview-info .preview-meta {
        font-size: 12px;
        color: #6b7280; }
      body .popin.popinImage.client_gallery .popin-container .client-gallery-mode .gallery-preview .preview-apply-btn {
        background: #003c9d;
        color: white;
        border: none;
        border-radius: 5px;
        padding: 10px 24px;
        font-size: 14px;
        font-weight: 500;
        cursor: pointer;
        margin-left: 16px;
        white-space: nowrap; }
      body .popin.popinImage.client_gallery .popin-container .client-gallery-mode .gallery-preview .preview-apply-btn:disabled {
        opacity: 0.5;
        cursor: not-allowed; }
      body .popin.popinImage.client_gallery .popin-container .client-gallery-mode .gallery-preview .preview-apply-btn:not(:disabled):hover {
        background: #002a6b; }
    body .popin.popinImage.client_gallery .popin-footer {
      margin: 0; }
  body .popin#jsonPopin {
    overflow-y: auto; }
  body .popin#jsonPopin .popin-overlay {
    position: fixed; }
  body .popin#jsonPopin .popin-container {
    top: 100px !important;
    z-index: 99;
    width: 60%; }
    body .popin#jsonPopin .popin-container .popin-header {
      margin: 0; }
    body .popin#jsonPopin .popin-container .popin-body {
      text-align: left;
      overflow-x: auto; }
    body .popin#jsonPopin .popin-container .popin-body #pre-json {
      white-space: pre-wrap; }
  body .popin#popinAddImg .popin-header-title {
    display: none; }
  body .popin#popinAddImg .popin-container #backToPopin {
    cursor: pointer;
    font-size: 20px;
    text-align: left;
    width: 100px;
    margin-left: 5%;
    display: none; }
    body .popin#popinAddImg .popin-container.gallery {
      max-width: 1600px;
      transition: all 0.2s ease; }
    body .popin#popinAddImg .popin-container.gallery #backToPopin {
      display: flex;
      justify-content: start;
      align-items: center;
      cursor: pointer;
      width: fit-content;
      block-size: fit-content;
      margin-bottom: 10px;
      margin-left: 30px; }
    body .popin#popinAddImg .popin-container.gallery .popin-body {
      flex-direction: column;
      width: 90%;
      margin: auto;
      display: block;
      height: 600px; }
      body .popin#popinAddImg .popin-container.gallery .popin-body-title {
        text-align: left; }
      body .popin#popinAddImg .popin-container.gallery .popin-body > span {
        text-align: left;
        font-family: "Open Sans", sans-serif;
        font-size: 17px;
        margin-bottom: 15px; }
      body .popin#popinAddImg .popin-container.gallery .popin-body > div {
        display: none; }
      body .popin#popinAddImg .popin-container.gallery .popin-body > div.user-gallery {
        display: flex;
        opacity: 1;
        width: 100%;
        border: 0;
        padding: 0;
        position: relative; }
      body .popin#popinAddImg .popin-container.gallery .popin-body > div.user-gallery #backToPopin {
        display: flex;
        justify-content: start;
        align-items: center;
        cursor: pointer;
        width: fit-content;
        block-size: fit-content;
        margin-bottom: 10px;
        margin-left: 30px; }
        body .popin#popinAddImg .popin-container.gallery .popin-body > div.user-gallery #backToPopin i {
          font-size: 20px; }
        body .popin#popinAddImg .popin-container.gallery .popin-body > div.user-gallery #backToPopin:hover p {
          text-decoration: underline; }
      body .popin#popinAddImg .popin-container.gallery .popin-body > div.user-gallery .send-new-logo {
        display: flex;
        align-items: center;
        font-size: 15px;
        position: absolute;
        right: 0;
        left: unset;
        top: -72px;
        min-width: unset;
        letter-spacing: 1px;
        color: #3b3b3b;
        cursor: pointer;
        -webkit-transition: all 0.25s ease;
        -moz-transition: all 0.25s ease;
        -ms-transition: all 0.25s ease;
        -o-transition: all 0.25s ease;
        transition: all 0.25s ease; }
        body .popin#popinAddImg .popin-container.gallery .popin-body > div.user-gallery .send-new-logo > i {
          margin-right: 5px; }
        body .popin#popinAddImg .popin-container.gallery .popin-body > div.user-gallery .send-new-logo:hover {
          color: #b2b2b2; }
      body .popin#popinAddImg .popin-container.gallery .popin-body > div.user-gallery > .gallery-loader {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        display: flex;
        justify-content: center;
        align-items: center; }
        body .popin#popinAddImg .popin-container.gallery .popin-body > div.user-gallery > .gallery-loader > img {
          max-width: 255px; }
        body .popin#popinAddImg .popin-container.gallery .popin-body > div.user-gallery > .gallery-loader.hidden {
          display: none; }
      body .popin#popinAddImg .popin-container.gallery .popin-body > div.user-gallery > #galleryFrame.loading {
        opacity: 0; }
        body .popin#popinAddImg .popin-container.gallery .popin-body > div.user-gallery > #galleryFrame #sendData .spSelect {
          flex: 1; }
      body .popin#popinAddImg .popin-container.gallery .popin-body .new-logo {
        padding: 0;
        width: 80%; }
      body .popin#popinAddImg .popin-container.gallery .popin-body .new-logo .drop-field {
        padding: 0; }
      body .popin#popinAddImg .popin-container.gallery .popin-body .new-logo .drop-field img {
        margin: 40px 0; }
  body .popin#editImgPopin .popin-container {
    width: 100%; }
    body .popin#editImgPopin .popin-container .popin-body {
      width: 90%;
      margin: 0 auto;
      display: block;
      position: relative;
      color: #3b3b3b; }
    body .popin#editImgPopin .popin-container .popin-body > div {
      border: 0;
      padding: 0;
      width: 100%;
      flex-direction: row;
      justify-content: flex-start; }
    body .popin#editImgPopin .popin-container .popin-body .loading {
      position: absolute;
      border: 0;
      width: 100%;
      top: 0;
      bottom: 0;
      background-color: white;
      opacity: 0;
      z-index: 2;
      display: flex;
      flex-direction: column;
      justify-content: center; }
      body .popin#editImgPopin .popin-container .popin-body .loading h2 {
        font-size: 30px;
        color: #333;
        font-family: 'Oswald'; }
    body .popin#editImgPopin .popin-container .popin-body .edit-actions .button-group {
      margin-right: 20px; }
      body .popin#editImgPopin .popin-container .popin-body .edit-actions .button-group button {
        width: 36px;
        height: 36px;
        background-color: white;
        color: #3b3b3b;
        border: 1px solid #3b3b3b;
        border-radius: 50%;
        transition: all 0.25s ease;
        cursor: pointer; }
      body .popin#editImgPopin .popin-container .popin-body .edit-actions .button-group button:not(:last-of-type) {
        margin-right: 10px; }
      body .popin#editImgPopin .popin-container .popin-body .edit-actions .button-group button:hover {
        background-color: #3b3b3b;
        color: white; }
      body .popin#editImgPopin .popin-container .popin-body .edit-actions .button-group button:disabled {
        background: none;
        color: #b2b2b2;
        border-color: #b2b2b2;
        cursor: default; }
        body .popin#editImgPopin .popin-container .popin-body .edit-actions .button-group button:disabled + .button-legend {
          color: #b2b2b2; }
      body .popin#editImgPopin .popin-container .popin-body .edit-actions .button-group .button-legend {
        display: block; }
      body .popin#editImgPopin .popin-container .popin-body .edit-actions .button-group:last-of-type {
        margin: auto; }
    body .popin#editImgPopin .popin-container .popin-body .canvas-container {
      margin-top: 20px; }
      body .popin#editImgPopin .popin-container .popin-body .canvas-container .preview {
        display: flex;
        justify-content: center;
        align-items: center; }
      body .popin#editImgPopin .popin-container .popin-body .canvas-container .preview canvas#previewCanvas {
        position: unset;
        background-image: linear-gradient(45deg, #ccc 25%, transparent 25%, transparent 75%, #ccc 75%), linear-gradient(45deg, #ccc 25%, transparent 25%, transparent 75%, #ccc 75%);
        background-size: 30px 30px;
        background-position: 0 0, 15px 15px; }
      body .popin#editImgPopin .popin-container .popin-body .canvas-container .preview canvas#previewCanvas.pickColor {
        cursor: crosshair; }
    body .popin#editImgPopin .popin-container .popin-body .options-container {
      display: flex;
      flex-direction: column;
      margin-left: 20px; }
      body .popin#editImgPopin .popin-container .popin-body .options-container .options {
        text-align: left; }
      body .popin#editImgPopin .popin-container .popin-body .options-container .options .option-one {
        position: relative;
        text-align: left;
        padding: 10px 0;
        display: flex;
        align-items: center; }
      body .popin#editImgPopin .popin-container .popin-body .options-container .options .option-one .sp-checkbox {
        width: 16px;
        height: 16px;
        border: 2px solid #3b3b3b; }
        body .popin#editImgPopin .popin-container .popin-body .options-container .options .option-one .sp-checkbox:hover {
          cursor: pointer; }
        body .popin#editImgPopin .popin-container .popin-body .options-container .options .option-one .sp-checkbox.selected .checked {
          transform: scale(1); }
        body .popin#editImgPopin .popin-container .popin-body .options-container .options .option-one .sp-checkbox .checked {
          width: 100%;
          height: 100%;
          background-color: #3b3b3b;
          transform-origin: center;
          transform: scale(0);
          -webkit-transition: all 0.1s linear;
          -moz-transition: all 0.1s linear;
          -ms-transition: all 0.1s linear;
          -o-transition: all 0.1s linear;
          transition: all 0.1s linear; }
      body .popin#editImgPopin .popin-container .popin-body .options-container .options .option-one input {
        position: absolute;
        left: 9999px;
        opacity: 0; }
      body .popin#editImgPopin .popin-container .popin-body .options-container .options .option-one label {
        color: #003c9d;
        margin-left: 10px;
        letter-spacing: 1px;
        font-size: 15px; }
        body .popin#editImgPopin .popin-container .popin-body .options-container .options .option-one label:hover {
          cursor: pointer; }
      body .popin#editImgPopin .popin-container .popin-body .options-container .options .option-one + .option-extra, body .popin#editImgPopin .popin-container .popin-body .options-container .options .option-one + .tips {
        display: none; }
      body .popin#editImgPopin .popin-container .popin-body .options-container .options .option-one + .option-extra {
        flex-direction: column;
        margin: 20px 0 10px; }
        body .popin#editImgPopin .popin-container .popin-body .options-container .options .option-one + .option-extra label {
          font-size: 16px;
          margin-top: 5px; }
      body .popin#editImgPopin .popin-container .popin-body .options-container .options .option-one + .tips {
        font-size: 14px;
        color: #b2b2b2; }
      body .popin#editImgPopin .popin-container .popin-body .options-container .options .options-extra {
        display: flex;
        margin-left: 70px; }
      body .popin#editImgPopin .popin-container .popin-body .options-container button.submit {
        margin-top: auto; }
    body .popin#editImgPopin .popin-container .popin-footer {
      width: 90%; }
    body .popin#editImgPopin .popin-container .popin-footer :nth-child(n) {
      position: unset;
      margin: 0;
      margin-left: 20px; }
  body .popin#popinAddText .popin-container, body .popin#popinErrorUpload .popin-container {
    max-width: 1024px; }
    body .popin#popinAddText .popin-container .popin-header .popin-header-title, body .popin#popinErrorUpload .popin-container .popin-header .popin-header-title {
      font-family: Montserrat;
      font-size: 35px;
      font-weight: 800;
      color: #003c9d;
      text-transform: none;
      padding-bottom: 5px; }
    body .popin#popinAddText .popin-container .popin-body, body .popin#popinErrorUpload .popin-container .popin-body {
      display: flex;
      flex-direction: column;
      align-items: center;
      width: 90%;
      padding: 0 5%; }
    body .popin#popinAddText .popin-container .popin-body .line, body .popin#popinErrorUpload .popin-container .popin-body .line {
      height: 36px;
      width: 1px;
      margin: 0 8px 0 5px;
      background: #ebe9ff;
      margin: 0 10px; }
    body .popin#popinAddText .popin-container .popin-body select, body .popin#popinErrorUpload .popin-container .popin-body select {
      border-radius: 5px;
      color: black;
      font-weight: 500;
      height: 100%; }
      body .popin#popinAddText .popin-container .popin-body select option, body .popin#popinErrorUpload .popin-container .popin-body select option {
        color: black; }
    body .popin#popinAddText .popin-container .popin-body .config_select, body .popin#popinErrorUpload .popin-container .popin-body .config_select {
      min-width: 250px; }
      body .popin#popinAddText .popin-container .popin-body .config_select select, body .popin#popinErrorUpload .popin-container .popin-body .config_select select {
        min-width: 250px; }
    body .popin#popinAddText .popin-container .popin-body .preview, body .popin#popinErrorUpload .popin-container .popin-body .preview {
      display: flex;
      flex-direction: column;
      align-items: center;
      width: 100%; }
      body .popin#popinAddText .popin-container .popin-body .preview .preview_text, body .popin#popinErrorUpload .popin-container .popin-body .preview .preview_text {
        width: 100%;
        text-align: left;
        font-weight: bold; }
      body .popin#popinAddText .popin-container .popin-body .preview .preview_card, body .popin#popinErrorUpload .popin-container .popin-body .preview .preview_card {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-bottom: 25px; }
      body .popin#popinAddText .popin-container .popin-body .preview .preview_card .preview_zone, body .popin#popinErrorUpload .popin-container .popin-body .preview .preview_card .preview_zone {
        display: flex;
        align-items: center;
        min-width: 200px;
        min-height: 100px;
        width: auto;
        height: auto;
        padding: 5px; }
      body .popin#popinAddText .popin-container .popin-body .preview .preview_card .preview_zone p, body .popin#popinErrorUpload .popin-container .popin-body .preview .preview_card .preview_zone p {
        text-align: left;
        font-size: 25px;
        width: 100%;
        font-family: Arial; }
        body .popin#popinAddText .popin-container .popin-body .preview .preview_card .preview_zone p.bold, body .popin#popinErrorUpload .popin-container .popin-body .preview .preview_card .preview_zone p.bold {
          font-weight: bold; }
        body .popin#popinAddText .popin-container .popin-body .preview .preview_card .preview_zone p.italic, body .popin#popinErrorUpload .popin-container .popin-body .preview .preview_card .preview_zone p.italic {
          font-style: italic; }
        body .popin#popinAddText .popin-container .popin-body .preview .preview_card .preview_zone p.underline, body .popin#popinErrorUpload .popin-container .popin-body .preview .preview_card .preview_zone p.underline {
          text-decoration: underline; }
    body .popin#popinAddText .popin-container .popin-body .edit_text, body .popin#popinErrorUpload .popin-container .popin-body .edit_text {
      display: flex;
      flex-direction: column;
      width: 100%; }
      body .popin#popinAddText .popin-container .popin-body .edit_text .config_edit, body .popin#popinErrorUpload .popin-container .popin-body .edit_text .config_edit {
        display: flex;
        justify-content: space-between; }
      body .popin#popinAddText .popin-container .popin-body .edit_text .config_edit .font_color_family, body .popin#popinErrorUpload .popin-container .popin-body .edit_text .config_edit .font_color_family {
        display: flex;
        width: 60%;
        justify-content: space-between; }
      body .popin#popinAddText .popin-container .popin-body .edit_text .config_edit .choose_color, body .popin#popinErrorUpload .popin-container .popin-body .edit_text .config_edit .choose_color {
        display: flex;
        justify-content: space-around;
        align-items: center;
        cursor: pointer;
        border: 1px solid rgba(75, 63, 180, 0.1);
        align-items: center;
        border-radius: 10px; }
      body .popin#popinAddText .popin-container .popin-body .edit_text .config_edit .choose_color .code_box, body .popin#popinErrorUpload .popin-container .popin-body .edit_text .config_edit .choose_color .code_box {
        display: flex;
        align-items: center;
        width: 60%; }
        body .popin#popinAddText .popin-container .popin-body .edit_text .config_edit .choose_color .code_box .color_box, body .popin#popinErrorUpload .popin-container .popin-body .edit_text .config_edit .choose_color .code_box .color_box {
          margin: 0 10px;
          width: 17px;
          height: 17px;
          border: 0.5px solid #003c9d;
          border-radius: 3px; }
        body .popin#popinAddText .popin-container .popin-body .edit_text .config_edit .choose_color .code_box .color_code, body .popin#popinErrorUpload .popin-container .popin-body .edit_text .config_edit .choose_color .code_box .color_code {
          font-family: Montserrat;
          font-size: 12px;
          font-weight: 500; }
      body .popin#popinAddText .popin-container .popin-body .edit_text .config_edit .choose_font_style, body .popin#popinErrorUpload .popin-container .popin-body .edit_text .config_edit .choose_font_style {
        display: flex; }
      body .popin#popinAddText .popin-container .popin-body .edit_text .config_edit .choose_font_style .box, body .popin#popinErrorUpload .popin-container .popin-body .edit_text .config_edit .choose_font_style .box {
        margin: unset; }
      body .popin#popinAddText .popin-container .popin-body .edit_text .config_edit .choose_font_style .box:nth-child(2), body .popin#popinErrorUpload .popin-container .popin-body .edit_text .config_edit .choose_font_style .box:nth-child(2) {
        margin: 0 1em; }
      body .popin#popinAddText .popin-container .popin-body .edit_text .config_edit .choose_align, body .popin#popinErrorUpload .popin-container .popin-body .edit_text .config_edit .choose_align {
        display: flex; }
      body .popin#popinAddText .popin-container .popin-body .edit_text .config_edit .box, body .popin#popinErrorUpload .popin-container .popin-body .edit_text .config_edit .box {
        cursor: pointer;
        background: #fff;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        border-radius: 5px;
        margin-right: 1em;
        padding: 2px;
        height: 36px;
        width: 36px;
        display: flex;
        justify-content: center;
        align-items: center; }
      body .popin#popinAddText .popin-container .popin-body .edit_text .config_edit .box.active, body .popin#popinErrorUpload .popin-container .popin-body .edit_text .config_edit .box.active {
        background: rgba(0, 60, 157, 0.1); }
        body .popin#popinAddText .popin-container .popin-body .edit_text .config_edit .box.active span, body .popin#popinErrorUpload .popin-container .popin-body .edit_text .config_edit .box.active span {
          color: #003c9d; }
      body .popin#popinAddText .popin-container .popin-body .edit_text .input_text, body .popin#popinErrorUpload .popin-container .popin-body .edit_text .input_text {
        margin-top: 25px; }
      body .popin#popinAddText .popin-container .popin-body .edit_text .input_text textarea, body .popin#popinErrorUpload .popin-container .popin-body .edit_text .input_text textarea {
        border: 1px solid rgba(75, 63, 180, 0.1);
        border-radius: 10px;
        margin-left: unset;
        margin-right: unset;
        width: 100%;
        height: 100px; }
    body .popin#popinAddText .popin-container .popin-body .text_equal_products, body .popin#popinErrorUpload .popin-container .popin-body .text_equal_products {
      display: flex;
      align-items: center;
      width: 100%; }
      body .popin#popinAddText .popin-container .popin-body .text_equal_products input, body .popin#popinErrorUpload .popin-container .popin-body .text_equal_products input {
        width: auto;
        margin-right: 10px; }
      body .popin#popinAddText .popin-container .popin-body .text_equal_products label, body .popin#popinErrorUpload .popin-container .popin-body .text_equal_products label {
        user-select: none;
        margin-right: 10px; }
      body .popin#popinAddText .popin-container .popin-body .text_equal_products .notice, body .popin#popinErrorUpload .popin-container .popin-body .text_equal_products .notice {
        display: flex;
        align-items: center;
        position: relative; }
      body .popin#popinAddText .popin-container .popin-body .text_equal_products .notice .info, body .popin#popinErrorUpload .popin-container .popin-body .text_equal_products .notice .info {
        color: #003c9d;
        cursor: pointer;
        user-select: none;
        margin-right: 10px; }
      body .popin#popinAddText .popin-container .popin-body .text_equal_products .notice .info_tip, body .popin#popinErrorUpload .popin-container .popin-body .text_equal_products .notice .info_tip {
        display: none;
        position: absolute;
        box-shadow: 0px 4px 4px rgba(75, 63, 180, 0.2);
        border-radius: 10px;
        padding: 1em;
        width: 300px;
        height: 30px;
        align-items: center;
        left: 35px;
        background: white; }
      body .popin#popinAddText .popin-container .popin-body .text_equal_products .notice .info_tip.show, body .popin#popinErrorUpload .popin-container .popin-body .text_equal_products .notice .info_tip.show {
        display: flex; }
    body .popin#popinAddText .popin-container .popin-body .more_config, body .popin#popinErrorUpload .popin-container .popin-body .more_config {
      width: 100%;
      margin-top: 25px; }
      body .popin#popinAddText .popin-container .popin-body .more_config .configs, body .popin#popinErrorUpload .popin-container .popin-body .more_config .configs {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        width: 60%;
        gap: 72px; }
      body .popin#popinAddText .popin-container .popin-body .more_config .configs .config, body .popin#popinErrorUpload .popin-container .popin-body .more_config .configs .config {
        flex: 1;
        max-width: calc(50% - 36px); }
      body .popin#popinAddText .popin-container .popin-body .more_config .configs .config select, body .popin#popinErrorUpload .popin-container .popin-body .more_config .configs .config select, body .popin#popinAddText .popin-container .popin-body .more_config .configs .config .text-options, body .popin#popinErrorUpload .popin-container .popin-body .more_config .configs .config .text-options {
        height: 36px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
      body .popin#popinAddText .popin-container .popin-body .more_config .configs .config .options_line, body .popin#popinErrorUpload .popin-container .popin-body .more_config .configs .config .options_line {
        position: relative; }
        body .popin#popinAddText .popin-container .popin-body .more_config .configs .config .options_line .line, body .popin#popinErrorUpload .popin-container .popin-body .more_config .configs .config .options_line .line {
          position: absolute;
          display: block;
          top: 0;
          right: -36px; }
      body .popin#popinAddText .popin-container .popin-body .more_config .configs .config .title_config, body .popin#popinErrorUpload .popin-container .popin-body .more_config .configs .config .title_config {
        font-family: Montserrat;
        font-size: 14px;
        font-weight: 600;
        text-align: left;
        margin-bottom: 10px;
        text-overflow: ellipsis; }
    body .popin#popinAddText .popin-container .popin-body .spSelect.pallet_techno .dropdown .select > span, body .popin#popinErrorUpload .popin-container .popin-body .spSelect.pallet_techno .dropdown .select > span {
      width: 100%;
      height: 1.5rem; }
      body .popin#popinAddText .popin-container .popin-body .spSelect.pallet_techno .dropdown .dropdownmenu li, body .popin#popinErrorUpload .popin-container .popin-body .spSelect.pallet_techno .dropdown .dropdownmenu li {
        height: 1rem;
        border: 1px solid transparent;
        transition: none; }
        body .popin#popinAddText .popin-container .popin-body .spSelect.pallet_techno .dropdown .dropdownmenu li:not([data-value=""]).selected, body .popin#popinErrorUpload .popin-container .popin-body .spSelect.pallet_techno .dropdown .dropdownmenu li:not([data-value=""]).selected, body .popin#popinAddText .popin-container .popin-body .spSelect.pallet_techno .dropdown .dropdownmenu li:not([data-value=""]):hover, body .popin#popinErrorUpload .popin-container .popin-body .spSelect.pallet_techno .dropdown .dropdownmenu li:not([data-value=""]):hover {
          border-color: #3b3b3b; }
    body .popin#popinAddText .popin-container .popin-footer button#submit_popup_text, body .popin#popinErrorUpload .popin-container .popin-footer button#submit_popup_text {
      margin: unset; }
  body .popin#popin_blocked_feature .popin-container {
    max-width: 550px;
    border-radius: 20px; }
    body .popin#popin_blocked_feature .popin-container .popin-header {
      margin: 0; }
  body .popin#popin_blocked_feature .material-icons {
    font-family: 'Material Icons'; }
  body .popin#popin_blocked_feature .block_feat {
    min-width: 500px;
    margin-top: 20px;
    text-align: left;
    position: relative; }
    body .popin#popin_blocked_feature .block_feat h3 {
      font-weight: 700;
      font-size: 25px;
      color: black; }
    body .popin#popin_blocked_feature .block_feat .description {
      margin-top: 35px;
      margin-bottom: 50px;
      display: flex;
      flex-direction: column;
      align-items: center; }
    body .popin#popin_blocked_feature .block_feat .description .description_row {
      margin-top: 30px;
      display: flex;
      align-items: center;
      width: 300px; }
      body .popin#popin_blocked_feature .block_feat .description .description_row img {
        width: 32px; }
    body .popin#popin_blocked_feature .block_feat .description .description_text {
      padding-left: 25px;
      font-size: 12px;
      font-weight: 500;
      color: black; }
    body .popin#popin_blocked_feature .block_feat .block_button {
      display: flex;
      justify-content: center; }
    body .popin#popin_blocked_feature .block_feat .block_button .spbtnblue {
      width: 220px;
      text-align: center; }
  @media (max-width: 1600px) {
      body .popin#popin_blocked_feature .popin-container {
        top: 20px; } }
  @media only screen and (max-device-width: 1024px) and (orientation: landscape) {
      body .popin#popin_blocked_feature .popin-container {
        top: 60px; }
      body .popin#popin_blocked_feature .feature_sub_block .close-popin {
        left: 800px; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
      body .popin#popin_blocked_feature .popin-container {
        top: 60px;
        max-width: 600px; }
      body .popin#popin_blocked_feature .block_feat {
        margin-left: 20px;
        padding: 10px; }
        body .popin#popin_blocked_feature .block_feat .close-popin {
          left: 590px; } }
  @media screen and (max-width: 990px) and (orientation: landscape) {
      body .popin#popin_blocked_feature .popin-container {
        max-width: 600px; }
      body .popin#popin_blocked_feature .block_feat {
        margin: 0;
        padding: 10px; }
        body .popin#popin_blocked_feature .block_feat .close-popin {
          left: 575px; } }
  @media screen and (max-width: 576px) {
      body .popin#popin_blocked_feature .popin-container {
        max-width: 300px;
        padding: 20px; }
      body .popin#popin_blocked_feature .block_feat {
        width: auto;
        margin: 0;
        padding: 10px;
        min-width: 0; }
        body .popin#popin_blocked_feature .block_feat h3 {
          font-size: 18px; }
        body .popin#popin_blocked_feature .block_feat .close-popin {
          left: 290px; } }
  body .popin#popin_choose_quality .popin-container {
    padding: 30px; }
    body .popin#popin_choose_quality .popin-container .popin-body .content {
      display: flex;
      padding: 0 36px;
      justify-content: space-evenly; }
      body .popin#popin_choose_quality .popin-container .popin-body .content .choice {
        flex-direction: column;
        cursor: pointer;
        display: flex;
        align-items: center;
        flex: 1; }
      body .popin#popin_choose_quality .popin-container .popin-body .content .choice .choice_box {
        transition: 0.2s;
        padding: 12px 12px 16px 12px;
        border: 2px solid #e1e1e1;
        border-radius: 6px;
        width: 94%;
        box-sizing: border-box;
        font-size: 70px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 14px; }
      body .popin#popin_choose_quality .popin-container .popin-body .content .choice .choice_box .title_box {
        font-size: 20px;
        font-weight: bold;
        text-align: center; }
      body .popin#popin_choose_quality .popin-container .popin-body .content .choice .choice_box .box_info {
        transition: 0.2s;
        display: flex;
        flex-direction: column;
        text-align: initial;
        opacity: 0.7; }
        body .popin#popin_choose_quality .popin-container .popin-body .content .choice .choice_box .box_info .info_sup {
          display: flex;
          align-items: center; }
        body .popin#popin_choose_quality .popin-container .popin-body .content .choice .choice_box .box_info .info {
          transition: 0.2s;
          color: #555;
          font-style: italic;
          margin-top: 15px; }
      body .popin#popin_choose_quality .popin-container .popin-body .content .choice .choice_box img {
        transition: 0.2s;
        max-width: 70px;
        margin: 15px 15px 0 15px;
        opacity: 0.7; }
      body .popin#popin_choose_quality .popin-container .popin-body .content .choice.active .choice_box, body .popin#popin_choose_quality .popin-container .popin-body .content .choice:hover .choice_box {
        border: 2px solid black; }
        body .popin#popin_choose_quality .popin-container .popin-body .content .choice.active .choice_box .box_info, body .popin#popin_choose_quality .popin-container .popin-body .content .choice:hover .choice_box .box_info {
          opacity: 1; }
        body .popin#popin_choose_quality .popin-container .popin-body .content .choice.active .choice_box img, body .popin#popin_choose_quality .popin-container .popin-body .content .choice:hover .choice_box img {
          opacity: 1; }
  body .popin#popin_change_view .popin-container .popin-body .product_views {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap; }
    body .popin#popin_change_view .popin-container .popin-body .product_views .box {
      background: transparent;
      width: 20%; }
    body .popin#popin_change_view .popin-container .popin-body .product_views .box img {
      width: 100%; }
    body .popin#popin_change_view .popin-container .popin-body .product_views .box .view_infos {
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center; }
    body .popin#popin_change_view .popin-container .popin-body .product_views .box .view_infos input[type='radio'] {
      margin: 0;
      margin-right: 5px;
      width: unset; }
  body .popin#popin_change_color .popin-container .popin-body .choixpack {
    background: transparent;
    height: unset;
    overflow: visible; }
    body .popin#popin_change_color .popin-container .popin-body .choixpack .packs {
      position: unset;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
      width: 100%; }
    body .popin#popin_change_color .popin-container .popin-body .choixpack .packs .pack {
      height: 150px;
      display: flex;
      flex-direction: column;
      justify-content: start;
      align-items: center; }
    body .popin#popin_change_color .popin-container .popin-body .choixpack .packs .pack img {
      border: solid 2px rgba(125, 125, 127, 0.35); }
    body .popin#popin_change_color .popin-container .popin-body .choixpack .packs .pack.active img {
      border: solid 2px #003c9d; }
  body .popin#popin_edit_perso .popin-container .popin-body input {
    padding: 10px;
    font-size: 11px; }
    body .popin#popin_edit_perso .popin-container .popin-body input[type='number'] {
      -webkit-appearance: none;
      -moz-appearance: textfield; }
    body .popin#popin_edit_perso .popin-container .popin-body .marking_type {
      margin-bottom: 10px; }
    body .popin#popin_edit_perso .popin-container .popin-body .marking_location {
      margin-bottom: 10px; }
    body .popin#popin_edit_perso .popin-container .popin-body .marking_dimensions {
      margin-bottom: 10px; }
    body .popin#popin_edit_perso .popin-container .popin-body .marking_dimensions {
      margin-bottom: 10px; }
    body .popin#popin_edit_perso .popin-container .popin-body .marking_dimensions .perso_dim_container {
      display: flex;
      align-items: center;
      justify-content: space-between; }
    body .popin#popin_edit_perso .popin-container .popin-body .marking_dimensions .perso_dim_container label {
      margin-right: 5px;
      font-size: 13px;
      font-weight: 300; }
    body .popin#popin_edit_perso .popin-container .popin-body .marking_dimensions .perso_dim_container input[type='number'] {
      text-align: right;
      padding-right: 35px; }
    body .popin#popin_edit_perso .popin-container .popin-body .marking_dimensions .perso_dim_container #use_ratio {
      cursor: pointer;
      color: #9a9a9a;
      opacity: 0.5;
      margin-right: 15px; }
    body .popin#popin_edit_perso .popin-container .popin-body .marking_dimensions .perso_dim_container #use_ratio.active {
      color: #000;
      opacity: 1; }
    body .popin#popin_edit_perso .popin-container .popin-body .marking_dimensions .perso_dim_container .unit_indicator {
      position: relative;
      right: 30px;
      opacity: 0.5; }
    body .popin#popin_edit_perso .popin-container .popin-body .marking_rotate .rotate_container {
      display: flex;
      justify-content: space-between;
      align-items: center; }
    body .popin#popin_edit_perso .popin-container .popin-body .marking_rotate .rotate_container input#degree_rotate {
      width: 75%; }
    body .popin#popin_edit_perso .popin-container .popin-body .marking_rotate .rotate_container .degree_icons {
      display: flex;
      justify-content: right;
      align-items: center; }
    body .popin#popin_edit_perso .popin-container .popin-body .marking_rotate .rotate_container .degree_icons i {
      color: #003c9d;
      cursor: pointer;
      font-size: 33px;
      -webkit-user-select: none;
      -webkit-touch-callout: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
      body .popin#popin_edit_perso .popin-container .popin-body .marking_rotate .rotate_container .degree_icons i#left_rotate {
        transform: rotateY(180deg); }

@media (max-width: 1100px) {
  body .popin .popin-overlay, body .popin[theme='basic'] .popin-overlay {
    display: none; }
    body .popin .popin-container, body .popin[theme='basic'] .popin-container {
      position: fixed;
      top: unset !important;
      bottom: 0px;
      z-index: 1100;
      width: calc(100vw - 40px);
      max-width: calc(100vw - 40px);
      padding: 20px;
      padding-top: 0px;
      min-height: 25vh;
      max-height: 70vh;
      border-top-left-radius: 40px;
      border-top-right-radius: 40px;
      -webkit-box-shadow: 0px 3px 11px 5px rgba(0, 0, 0, 0.14);
      box-shadow: 0px 3px 11px 5px rgba(0, 0, 0, 0.14);
      transition: all 0.2s ease-out;
      overflow-y: scroll;
      overflow-x: hidden;
      background: #faf9fd; }
      body .popin .popin-container .popin-header, body .popin[theme='basic'] .popin-container .popin-header {
        display: flex;
        position: sticky;
        top: 0px;
        justify-content: space-between;
        align-items: center;
        padding-top: 20px;
        margin-bottom: 10px;
        background: #faf9fd;
        z-index: 10; }
        body .popin .popin-container .popin-header .popin-header-title, body .popin[theme='basic'] .popin-container .popin-header .popin-header-title {
          color: #000;
          font-size: 19px;
          margin: 0px;
          letter-spacing: 0px; }
        body .popin .popin-container .popin-header button.close, body .popin[theme='basic'] .popin-container .popin-header button.close {
          position: unset;
          color: #000;
          font-size: 15px; }
      body .popin .popin-container .popin-body, body .popin[theme='basic'] .popin-container .popin-body {
        padding: 0px; }
      body .popin .popin-container .popin-footer, body .popin[theme='basic'] .popin-container .popin-footer {
        position: sticky;
        bottom: 0px; }
        body .popin .popin-container .popin-footer button, body .popin[theme='basic'] .popin-container .popin-footer button {
          border-radius: 30px;
          font-size: 13px;
          width: auto; }
    body .popin#popinAddText .popin-container, body .popin[theme='basic']#popinAddText .popin-container {
      background: #faf9fd;
      max-height: 80vh; }
      body .popin#popinAddText .popin-container .popin-header, body .popin[theme='basic']#popinAddText .popin-container .popin-header {
        display: flex;
        justify-content: space-between;
        align-items: center; }
        body .popin#popinAddText .popin-container .popin-header h3.popin-header-title, body .popin[theme='basic']#popinAddText .popin-container .popin-header h3.popin-header-title {
          color: #000;
          font-size: 19px;
          margin: 0px; }
      body .popin#popinAddText .popin-container .popin-body, body .popin[theme='basic']#popinAddText .popin-container .popin-body {
        width: 100%;
        padding: 0px; }
        body .popin#popinAddText .popin-container .popin-body .preview p.preview_text, body .popin[theme='basic']#popinAddText .popin-container .popin-body .preview p.preview_text {
          color: #7d7d7f;
          margin-bottom: 10px; }
          body .popin#popinAddText .popin-container .popin-body .preview .preview_card, body .popin[theme='basic']#popinAddText .popin-container .popin-body .preview .preview_card {
            width: 100%;
            height: 70px;
            margin-bottom: 5px; }
            body .popin#popinAddText .popin-container .popin-body .preview .preview_card .preview_zone, body .popin[theme='basic']#popinAddText .popin-container .popin-body .preview .preview_card .preview_zone {
              width: 100%;
              min-width: unset;
              min-height: unset; }
        body .popin#popinAddText .popin-container .popin-body .edit_text .line, body .popin[theme='basic']#popinAddText .popin-container .popin-body .edit_text .line {
          display: none; }
          body .popin#popinAddText .popin-container .popin-body .edit_text .config_edit, body .popin[theme='basic']#popinAddText .popin-container .popin-body .edit_text .config_edit {
            flex-wrap: wrap; }
            body .popin#popinAddText .popin-container .popin-body .edit_text .config_edit .font_color_family, body .popin[theme='basic']#popinAddText .popin-container .popin-body .edit_text .config_edit .font_color_family {
              width: 100%; }
              body .popin#popinAddText .popin-container .popin-body .edit_text .config_edit .font_color_family .config_select, body .popin[theme='basic']#popinAddText .popin-container .popin-body .edit_text .config_edit .font_color_family .config_select {
                margin-bottom: 10px; }
                body .popin#popinAddText .popin-container .popin-body .edit_text .config_edit .font_color_family .config_select.text-options, body .popin[theme='basic']#popinAddText .popin-container .popin-body .edit_text .config_edit .font_color_family .config_select.text-options {
                  width: 48%;
                  min-width: unset; }
                  body .popin#popinAddText .popin-container .popin-body .edit_text .config_edit .font_color_family .config_select.text-options select, body .popin[theme='basic']#popinAddText .popin-container .popin-body .edit_text .config_edit .font_color_family .config_select.text-options select {
                    width: 100%;
                    min-width: unset;
                    background: transparent; }
                body .popin#popinAddText .popin-container .popin-body .edit_text .config_edit .font_color_family .config_select.choose_color, body .popin[theme='basic']#popinAddText .popin-container .popin-body .edit_text .config_edit .font_color_family .config_select.choose_color {
                  width: 48%;
                  min-width: unset; }
            body .popin#popinAddText .popin-container .popin-body .edit_text .config_edit .choose_font_style, body .popin[theme='basic']#popinAddText .popin-container .popin-body .edit_text .config_edit .choose_font_style {
              margin-bottom: 10px; }
          body .popin#popinAddText .popin-container .popin-body .edit_text .input_text, body .popin[theme='basic']#popinAddText .popin-container .popin-body .edit_text .input_text {
            margin-top: 5px; }
            body .popin#popinAddText .popin-container .popin-body .edit_text .input_text textarea, body .popin[theme='basic']#popinAddText .popin-container .popin-body .edit_text .input_text textarea {
              background: transparent;
              height: 60px; }
        body .popin#popinAddText .popin-container .popin-body .more_config .configs, body .popin[theme='basic']#popinAddText .popin-container .popin-body .more_config .configs {
          display: flex;
          flex-direction: column;
          width: 100%; }
          body .popin#popinAddText .popin-container .popin-body .more_config .configs .config, body .popin[theme='basic']#popinAddText .popin-container .popin-body .more_config .configs .config {
            min-width: unset; }
            body .popin#popinAddText .popin-container .popin-body .more_config .configs .config .title_config, body .popin[theme='basic']#popinAddText .popin-container .popin-body .more_config .configs .config .title_config {
              color: #7d7d7f; }
            body .popin#popinAddText .popin-container .popin-body .more_config .configs .config .options_line .select_options select, body .popin[theme='basic']#popinAddText .popin-container .popin-body .more_config .configs .config .options_line .select_options select {
              width: 100%;
              margin-bottom: 10px; }
              body .popin#popinAddText .popin-container .popin-body .more_config .configs .config .options_line .line, body .popin[theme='basic']#popinAddText .popin-container .popin-body .more_config .configs .config .options_line .line {
                display: none; }
            body .popin#popinAddText .popin-container .popin-body .more_config .configs .config select, body .popin[theme='basic']#popinAddText .popin-container .popin-body .more_config .configs .config select {
              width: 100%; }
      body .popin#popinAddText .popin-container .popin-footer, body .popin[theme='basic']#popinAddText .popin-container .popin-footer {
        margin-top: 20px; }
      body .popin#popinAddText #color-panel, body .popin[theme='basic']#popinAddText #color-panel {
        z-index: 1100; }
    body .popin#popin_choose_quality .popin-container .popin-body .content .choice .choice_box .info_sup img, body .popin[theme='basic']#popin_choose_quality .popin-container .popin-body .content .choice .choice_box .info_sup img {
      display: none; }
    body .popin#editLogoPopin .popin-container, body .popin[theme='basic']#editLogoPopin .popin-container {
      width: 100vw;
      max-width: unset;
      height: 85vh; }
      body .popin#editLogoPopin .popin-container iframe, body .popin[theme='basic']#editLogoPopin .popin-container iframe {
        height: 95% !important; }
      body .popin#editLogoPopin .popin-container .popin-header .close, body .popin[theme='basic']#editLogoPopin .popin-container .popin-header .close {
        position: absolute;
        right: 20px; }
      body .popin#editLogoPopin .popin-container .popin-body iframe #edit-logo-page .logo-checker-wrap, body .popin[theme='basic']#editLogoPopin .popin-container .popin-body iframe #edit-logo-page .logo-checker-wrap {
        background: transparent; }
    body .popin#popinAddImg .popin-header-title, body .popin[theme='basic']#popinAddImg .popin-header-title {
      display: none; }
      body .popin#popinAddImg .popin-container .popin-body .gallery-container, body .popin[theme='basic']#popinAddImg .popin-container .popin-body .gallery-container {
        width: 100%;
        padding: 0px;
        flex-direction: column; }
        body .popin#popinAddImg .popin-container .popin-body .gallery-container .existing-logo, body .popin[theme='basic']#popinAddImg .popin-container .popin-body .gallery-container .existing-logo {
          margin-top: 30px;
          margin-left: 0px; }
        body .popin#popinAddImg .popin-container .popin-body .new-logo, body .popin[theme='basic']#popinAddImg .popin-container .popin-body .new-logo {
          width: 100%;
          padding: 0px; }
        body .popin#popinAddImg .popin-container .popin-body .new-logo .drop-field, body .popin[theme='basic']#popinAddImg .popin-container .popin-body .new-logo .drop-field {
          background: #fff;
          border: dashed 2px #9a9a9a; }
        body .popin#popinAddImg .popin-container .popin-body .new-logo .drop-field .material-icons, body .popin[theme='basic']#popinAddImg .popin-container .popin-body .new-logo .drop-field .material-icons {
          color: rgba(0, 60, 157, 0.3); }
      body .popin#popinAddImg .popin-container .popin-footer, body .popin[theme='basic']#popinAddImg .popin-container .popin-footer {
        display: none; }
    body .popin#popin_change_view .popin-container, body .popin[theme='basic']#popin_change_view .popin-container {
      height: unset; }
      body .popin#popin_change_view .popin-container .popin-body .product_views .box, body .popin[theme='basic']#popin_change_view .popin-container .popin-body .product_views .box {
        width: 32%; }
      body .popin#popin_change_view .popin-container .popin-footer, body .popin[theme='basic']#popin_change_view .popin-container .popin-footer {
        display: none; }
    body .popin#popin_edit_perso, body .popin[theme='basic']#popin_edit_perso {
      top: unset; }
      body .popin#popin_edit_perso .popin-overlay, body .popin[theme='basic']#popin_edit_perso .popin-overlay {
        display: none; }
      body .popin#popin_edit_perso .popin-container, body .popin[theme='basic']#popin_edit_perso .popin-container {
        background: #fff; }
      body .popin#popin_edit_perso .popin-container .popin-body .popin-body-title, body .popin[theme='basic']#popin_edit_perso .popin-container .popin-body .popin-body-title {
        font-size: 13px;
        font-weight: 700;
        color: #7d7d7f;
        margin-bottom: 5px; }
        body .popin#popin_edit_perso .popin-container .popin-body input, body .popin[theme='basic']#popin_edit_perso .popin-container .popin-body input {
          border: solid 1px #dbdfe0;
          -webkit-box-shadow: none;
          box-shadow: none; }
        body .popin#popin_edit_perso .popin-container .popin-body select, body .popin[theme='basic']#popin_edit_perso .popin-container .popin-body select {
          border: solid 1px #dbdfe0;
          -webkit-box-shadow: none;
          box-shadow: none;
          width: 100%;
          color: #000;
          font-weight: 400; }
        body .popin#popin_edit_perso .popin-container .popin-body select option, body .popin[theme='basic']#popin_edit_perso .popin-container .popin-body select option {
          font-size: 11px;
          color: #000; }
      body .popin#popin_edit_perso .popin-container .popin-footer button[close], body .popin[theme='basic']#popin_edit_perso .popin-container .popin-footer button[close] {
        color: #fff;
        background-color: #c71f2c;
        border-color: #c71f2c;
        margin-right: 10px; }
    body .popin.confirm .popin-footer button, body .popin[theme='basic'].confirm .popin-footer button {
      min-width: fit-content; } }

@media only screen and (min-width: 1920px) {
  body .popin#editLogoPopin .popin-container {
    max-width: 1600px !important; } }

body .popin#popinInfoForm .popin-container {
  top: 5%;
  max-width: 80%;
  max-height: 80%;
  height: 100%;
  width: 100%;
  padding: 0px 2px; }
  body .popin#popinInfoForm .popin-container iframe {
    width: 100%;
    height: 100%; }
  body .popin#popinInfoForm .popin-header {
    margin: 0; }
  body .popin#editLogoPopin .popin-container {
    padding: 0;
    max-width: 90vw;
    max-height: 100vh;
    height: unset;
    overflow: auto;
    min-width: unset; }
  body .popin#editLogoPopin .popin-body iframe {
    height: 700px; }
  body .popin#editLogoPopin .popin-header {
    margin: 0; }
  body .popin#popinCreateModel .popin-container .popin-body, body .popin#popinUpdateModel .popin-container .popin-body {
    display: flex;
    flex-direction: column; }
    body .popin#popinCreateModel .popin-container .popin-body .error_text, body .popin#popinUpdateModel .popin-container .popin-body .error_text {
      color: red;
      text-transform: uppercase;
      font-size: 16px;
      font-weight: bold; }
    body .popin#popinCreateModel .popin-container .popin-body .field, body .popin#popinUpdateModel .popin-container .popin-body .field {
      display: flex;
      flex-direction: column;
      padding: 20px 50px; }
    body .popin#popinCreateModel .popin-container .popin-body .field input, body .popin#popinUpdateModel .popin-container .popin-body .field input {
      margin-bottom: 30px;
      padding: 10px 15px;
      width: 100%;
      background: white;
      border: 1px solid #b2b2b2;
      margin-left: auto;
      margin-right: auto;
      font-size: 17px; }
    body .popin#popinCreateModel .popin-container .popin-body .field input.error, body .popin#popinUpdateModel .popin-container .popin-body .field input.error {
      border: 1px solid red; }
    body .popin#popinCreateModel .popin-container .popin-body .field input.error::placeholder, body .popin#popinUpdateModel .popin-container .popin-body .field input.error::placeholder {
      color: red; }
    body .popin#popinCreateModel .popin-container .popin-body .field label, body .popin#popinUpdateModel .popin-container .popin-body .field label {
      color: #3b3b3b;
      font-size: 14px;
      font-weight: 400;
      text-transform: uppercase;
      padding-bottom: 1em;
      text-align: left; }
  body .popin#popinChooseTemplate .popin-container [mockup_template_id] {
    float: left;
    height: 100px;
    width: 100px;
    margin: 10px;
    display: flex;
    flex-direction: column;
    text-align: center;
    cursor: pointer;
    padding: 5px;
    transition: 0.2 ease all; }
    body .popin#popinChooseTemplate .popin-container [mockup_template_id]:hover {
      background: #f4f4f4; }
    body .popin#popinChooseTemplate .popin-container [mockup_template_id] .image {
      background-size: contain;
      background-repeat: no-repeat;
      min-height: 90px; }
  body .popin#popinChooseTemplate .popin-header {
    margin: 0; }
  body .popin .popin-container {
    padding: 40px 10px;
    max-width: 750px; }
  body .popin .popin-container .popin-header .close {
    color: #3b3b3b; }
  body .popin .popin-container .popin-body-title, body .popin .popin-container .popin-header-title {
    color: #3b3b3b;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 30px;
    text-transform: unset;
    border-bottom: none;
    padding-bottom: unset;
    width: unset;
    margin: auto;
    font-family: "Montserrat", sans-serif;
    text-align: left; }
  body .popin .popin-container .popin-body {
    flex-direction: column; }
    body .popin .popin-container .popin-body-title {
      border-bottom: 0;
      margin: 0;
      font-size: 14px; }
  body .popin .popin-container .popin-footer > :nth-child(n) {
    margin : auto;
    padding: 10px 20px;
    font-family: 'Montserrat', serif;
    letter-spacing: unset; }
    body .popin .popin-container .popin-footer > :nth-child(n).sp_button {
      margin : unset; }
    body .popin .popin-container .popin-footer > :nth-child(n).sp_button._ml16 {
      margin-left: 16px; }
  body .popin.popinImage .popin-container.library .popin-body {
    display: block; }
    body .popin.popinImage .popin-container.library .pagination {
      display: flex;
      flex-direction: row;
      justify-content: center;
      border: 0 none;
      padding: 0;
      width: auto; }
    body .popin.popinImage .popin-container.library .pagination button {
      margin: 0 3px;
      min-width: unset;
      width: 120px;
      line-height: 6px; }
    body .popin.popinImage .popin-container .popin-body {
      display: flex;
      justify-content: space-around;
      min-height: 400px;
      position: relative; }
    body .popin.popinImage .popin-container .popin-body > div {
      padding: 20px 50px;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
    body .popin.popinImage .popin-container .popin-body > div.gallery-container {
      flex-direction: row;
      justify-content: start; }
    body .popin.popinImage .popin-container .popin-body > div.gallery-container div p {
      margin-bottom: 10px; }
    body .popin.popinImage .popin-container .popin-body > div.gallery-container div:not(:first-child) {
      margin-left: 50px; }
    body .popin.popinImage .popin-container .popin-body > div .button-link {
      max-width: 200px;
      margin: 0; }
    body .popin.popinImage .popin-container .popin-body > div.logos-container, body .popin.popinImage .popin-container .popin-body > div.search-bloc, body .popin.popinImage .popin-container .popin-body > div.loading-preview {
      padding: 0; }
    body .popin.popinImage .popin-container .popin-body > div.existing-logo p {
      font-size: 14px;
      margin-bottom: 6px; }
    body .popin.popinImage .popin-container .popin-body > div.user-gallery, body .popin.popinImage .popin-container .popin-body > div.sp-gallery {
      display: none; }
    body .popin.popinImage .popin-container .popin-body > div.search-bloc {
      position: absolute;
      top: -50px;
      width: 150px;
      right: 90px;
      background: transparent; }
    body .popin.popinImage .popin-container .popin-body > div.search-bloc i.fa {
      position: absolute;
      left: 0;
      top: 6px;
      color: #333;
      -webkit-transition: color 0.25s ease;
      -moz-transition: color 0.25s ease;
      -ms-transition: color 0.25s ease;
      -o-transition: color 0.25s ease;
      transition: color 0.25s ease; }
    body .popin.popinImage .popin-container .popin-body > div.search-bloc .border {
      position: absolute;
      height: 1px;
      background: #3b3b3b;
      bottom: 0;
      left: 0;
      width: 0%;
      -webkit-transition: width 0.25s ease;
      -moz-transition: width 0.25s ease;
      -ms-transition: width 0.25s ease;
      -o-transition: width 0.25s ease;
      transition: width 0.25s ease; }
    body .popin.popinImage .popin-container .popin-body > div.search-bloc input.search {
      padding: 6px 0 6px 20px;
      border-bottom: 1px solid #333;
      color: #333;
      background: transparent; }
    body .popin.popinImage .popin-container .popin-body > div.search-bloc input.search:focus ~ i.fa {
      color: #3b3b3b; }
    body .popin.popinImage .popin-container .popin-body > div.search-bloc input.search:focus ~ .border {
      width: 100%; }
    body .popin.popinImage .popin-container .popin-body > div.logos-container {
      width: 75%;
      height: 380px;
      margin: 0 auto;
      flex-direction: row;
      justify-content: space-around;
      flex-wrap: wrap; }
    body .popin.popinImage .popin-container .popin-body > div.logos-container .logo-one {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 150px;
      height: 150px;
      position: relative;
      box-sizing: border-box;
      padding: 5px;
      background-color: white;
      cursor: pointer; }
    body .popin.popinImage .popin-container .popin-body > div.logos-container .logo-one.hidden {
      display: none; }
    body .popin.popinImage .popin-container .popin-body > div.logos-container .logo-one .hover-div {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: #3b3b3b;
      opacity: 0;
      -webkit-transition: opacity 0.25s ease;
      -moz-transition: opacity 0.25s ease;
      -ms-transition: opacity 0.25s ease;
      -o-transition: opacity 0.25s ease;
      transition: opacity 0.25s ease; }
    body .popin.popinImage .popin-container .popin-body > div.logos-container .logo-one img {
      max-width: 100%;
      max-height: 100%; }
    body .popin.popinImage .popin-container .popin-body > div.logos-container .logo-one:hover .hover-div, body .popin.popinImage .popin-container .popin-body > div.logos-container .logo-one.selected .hover-div {
      opacity: 0.7; }
    body .popin.popinImage .popin-container .popin-body > div.loading-preview {
      width: 80%;
      margin: auto; }
    body .popin.popinImage .popin-container .popin-body > div.loading-preview #wrap_img_thumbnail {
      width: 320px;
      height: 320px; }
    body .popin.popinImage .popin-container .popin-body input[type="file"] {
      display: none; }
    body .popin.popinImage .popin-container .popin-body .drop-field {
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      background: #f2f2f2;
      position: relative;
      padding: 20px 0; }
    body .popin.popinImage .popin-container .popin-body .drop-field:hover {
      cursor: pointer; }
    body .popin.popinImage .popin-container .popin-body .drop-field .choose_file::before {
      content: 'Glissez-déposez votre fichier ici';
      color: black; }
    body .popin.popinImage .popin-container .popin-body .drop-field .allowed_extensions::before {
      content: '(.png .jpg .pdf .ai .eps)';
      color: grey; }
    body .popin.popinImage .popin-container .popin-body .drop-field .icons_upload_file {
      font-size: 56px;
      margin-right: 15px;
      color: white; }
    body .popin.popinImage .popin-container .popin-body .drop-field .dropItNow {
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%;
      box-shadow: 5px 5px 10px 0px #000;
      opacity: 0;
      -webkit-transition: opacity 0.25s ease-in-out;
      -moz-transition: opacity 0.25s ease-in-out;
      -ms-transition: opacity 0.25s ease-in-out;
      -o-transition: opacity 0.25s ease-in-out;
      transition: opacity 0.25s ease-in-out; }
    body .popin.popinImage .popin-container .popin-body .drop-field .dropItNow.displayed {
      opacity: 0.2; }
    body .popin.popinImage .popin-container .popin-body .drop-field img {
      max-width: 100%;
      max-height: 250px; }
    body .popin.popinImage .popin-container .popin-body .drop-field img + p {
      position: absolute;
      bottom: 30px;
      width: 100%; }
    body .popin.popinImage .popin-container .popin-footer {
      position: relative; }
    body .popin.popinImage .popin-container .popin-footer input[type="submit"] {
      position: absolute;
      top: -40px; }
  body .popin#jsonPopin {
    overflow-y: auto; }
  body .popin#jsonPopin .popin-overlay {
    position: fixed; }
  body .popin#jsonPopin .popin-container {
    top: 100px !important;
    z-index: 99;
    width: 60%; }
    body .popin#jsonPopin .popin-container .popin-header {
      margin: 0; }
    body .popin#jsonPopin .popin-container .popin-body {
      text-align: left;
      overflow-x: auto; }
    body .popin#jsonPopin .popin-container .popin-body #pre-json {
      white-space: pre-wrap; }
  body .popin#popinAddImg .popin-container #backToPopin {
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    width: fit-content;
    margin-left: 30px;
    display: none;
    padding: 10px 20px;
    border-radius: 8px;
    background: white;
    color: #3b3b3b;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    transition: all 0.2s ease; }
    body .popin#popinAddImg .popin-container #backToPopin:hover {
      transform: translateY(-2px);
      box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); }
    body .popin#popinAddImg .popin-container.gallery {
      max-width: 1600px;
      transition: all 0.2s ease; }
    body .popin#popinAddImg .popin-container.gallery #backToPopin {
      display: flex;
      justify-content: start;
      align-items: center;
      cursor: pointer;
      width: fit-content;
      block-size: fit-content;
      margin-bottom: 10px;
      margin-left: 30px; }
    body .popin#popinAddImg .popin-container.gallery .popin-body {
      flex-direction: column;
      width: 90%;
      margin: auto;
      display: block;
      height: 600px; }
    body .popin#popinAddImg .popin-container.gallery .popin-body-title {
      text-align: left; }
    body .popin#popinAddImg .popin-container.gallery .popin-body > span {
      text-align: left;
      font-family: "Open Sans", sans-serif;
      font-size: 17px;
      margin-bottom: 15px; }
    body .popin#popinAddImg .popin-container.gallery .popin-body > div {
      display: none; }
    body .popin#popinAddImg .popin-container.gallery .popin-body > div.user-gallery {
      display: flex;
      opacity: 1;
      width: 100%;
      border: 0;
      padding: 0;
      position: relative; }
    body .popin#popinAddImg .popin-container.gallery .popin-body > div.user-gallery #backToPopin {
      display: flex;
      justify-content: start;
      align-items: center;
      cursor: pointer;
      width: fit-content;
      block-size: fit-content;
      margin-bottom: 10px;
      margin-left: 30px;
      padding: 8px 16px;
      border-radius: 8px;
      background: white;
      color: #3b3b3b;
      font-weight: 500;
      box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
      transition: all 0.2s ease; }
      body .popin#popinAddImg .popin-container.gallery .popin-body > div.user-gallery #backToPopin i {
        font-size: 20px;
        margin-right: 8px; }
      body .popin#popinAddImg .popin-container.gallery .popin-body > div.user-gallery #backToPopin:hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); }
      body .popin#popinAddImg .popin-container.gallery .popin-body > div.user-gallery #backToPopin:hover p {
        text-decoration: none; }
    body .popin#popinAddImg .popin-container.gallery .popin-body > div.user-gallery .send-new-logo {
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 14px;
      font-weight: 500;
      position: absolute;
      right: 30px;
      left: unset;
      top: 0;
      min-width: unset;
      letter-spacing: 0.5px;
      color: white;
      background: #003c9d;
      cursor: pointer;
      padding: 10px 20px;
      border-radius: 8px;
      box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
      transition: all 0.2s ease; }
      body .popin#popinAddImg .popin-container.gallery .popin-body > div.user-gallery .send-new-logo > i {
        margin-right: 8px;
        font-size: 20px; }
      body .popin#popinAddImg .popin-container.gallery .popin-body > div.user-gallery .send-new-logo:hover {
        background: #002c74;
        transform: translateY(-2px);
        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); }
    body .popin#popinAddImg .popin-container.gallery .popin-body > div.user-gallery > .gallery-loader {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      display: flex;
      justify-content: center;
      align-items: center; }
      body .popin#popinAddImg .popin-container.gallery .popin-body > div.user-gallery > .gallery-loader > img {
        max-width: 255px; }
      body .popin#popinAddImg .popin-container.gallery .popin-body > div.user-gallery > .gallery-loader.hidden {
        display: none; }
    body .popin#popinAddImg .popin-container.gallery .popin-body > div.user-gallery > #galleryFrame.loading {
      opacity: 0; }
      body .popin#popinAddImg .popin-container.gallery .popin-body > div.user-gallery > #galleryFrame #sendData .spSelect {
        flex: 1; }
    body .popin#popinAddImg .popin-container.gallery .popin-body .new-logo {
      padding: 0;
      width: 80%; }
    body .popin#popinAddImg .popin-container.gallery .popin-body .new-logo .drop-field {
      padding: 0; }
    body .popin#popinAddImg .popin-container.gallery .popin-body .new-logo .drop-field img {
      margin: 40px 0; }
  body .popin#editImgPopin .popin-container {
    width: 100%; }
    body .popin#editImgPopin .popin-container .popin-body {
      width: 90%;
      margin: 0 auto;
      display: block;
      position: relative;
      color: #3b3b3b; }
    body .popin#editImgPopin .popin-container .popin-body > div {
      border: 0;
      padding: 0;
      width: 100%;
      flex-direction: row;
      justify-content: flex-start; }
    body .popin#editImgPopin .popin-container .popin-body .loading {
      position: absolute;
      border: 0;
      width: 100%;
      top: 0;
      bottom: 0;
      background-color: white;
      opacity: 0;
      z-index: 2;
      display: flex;
      flex-direction: column;
      justify-content: center; }
    body .popin#editImgPopin .popin-container .popin-body .loading h2 {
      font-size: 30px;
      color: #333;
      font-family: 'Oswald'; }
    body .popin#editImgPopin .popin-container .popin-body .edit-actions .button-group {
      margin-right: 20px; }
    body .popin#editImgPopin .popin-container .popin-body .edit-actions .button-group button {
      width: 36px;
      height: 36px;
      background-color: white;
      color: #3b3b3b;
      border: 1px solid #3b3b3b;
      border-radius: 50%;
      transition: all 0.25s ease;
      cursor: pointer; }
    body .popin#editImgPopin .popin-container .popin-body .edit-actions .button-group button:not(:last-of-type) {
      margin-right: 10px; }
    body .popin#editImgPopin .popin-container .popin-body .edit-actions .button-group button:hover {
      background-color: #3b3b3b;
      color: white; }
    body .popin#editImgPopin .popin-container .popin-body .edit-actions .button-group button:disabled {
      background: none;
      color: #b2b2b2;
      border-color: #b2b2b2;
      cursor: default; }
      body .popin#editImgPopin .popin-container .popin-body .edit-actions .button-group button:disabled + .button-legend {
        color: #b2b2b2; }
    body .popin#editImgPopin .popin-container .popin-body .edit-actions .button-group .button-legend {
      display: block; }
    body .popin#editImgPopin .popin-container .popin-body .edit-actions .button-group:last-of-type {
      margin: auto; }
    body .popin#editImgPopin .popin-container .popin-body .canvas-container {
      margin-top: 20px; }
    body .popin#editImgPopin .popin-container .popin-body .canvas-container .preview {
      display: flex;
      justify-content: center;
      align-items: center; }
    body .popin#editImgPopin .popin-container .popin-body .canvas-container .preview canvas#previewCanvas {
      position: unset;
      background-image: linear-gradient(45deg, #ccc 25%, transparent 25%, transparent 75%, #ccc 75%), linear-gradient(45deg, #ccc 25%, transparent 25%, transparent 75%, #ccc 75%);
      background-size: 30px 30px;
      background-position: 0 0, 15px 15px; }
    body .popin#editImgPopin .popin-container .popin-body .canvas-container .preview canvas#previewCanvas.pickColor {
      cursor: crosshair; }
    body .popin#editImgPopin .popin-container .popin-body .options-container {
      display: flex;
      flex-direction: column;
      margin-left: 20px; }
    body .popin#editImgPopin .popin-container .popin-body .options-container .options {
      text-align: left; }
    body .popin#editImgPopin .popin-container .popin-body .options-container .options .option-one {
      position: relative;
      text-align: left;
      padding: 10px 0;
      display: flex;
      align-items: center; }
    body .popin#editImgPopin .popin-container .popin-body .options-container .options .option-one .sp-checkbox {
      width: 16px;
      height: 16px;
      border: 2px solid #3b3b3b; }
      body .popin#editImgPopin .popin-container .popin-body .options-container .options .option-one .sp-checkbox:hover {
        cursor: pointer; }
      body .popin#editImgPopin .popin-container .popin-body .options-container .options .option-one .sp-checkbox.selected .checked {
        transform: scale(1); }
      body .popin#editImgPopin .popin-container .popin-body .options-container .options .option-one .sp-checkbox .checked {
        width: 100%;
        height: 100%;
        background-color: #3b3b3b;
        transform-origin: center;
        transform: scale(0);
        -webkit-transition: all 0.1s linear;
        -moz-transition: all 0.1s linear;
        -ms-transition: all 0.1s linear;
        -o-transition: all 0.1s linear;
        transition: all 0.1s linear; }
    body .popin#editImgPopin .popin-container .popin-body .options-container .options .option-one input {
      position: absolute;
      left: 9999px;
      opacity: 0; }
    body .popin#editImgPopin .popin-container .popin-body .options-container .options .option-one label {
      color: #003c9d;
      margin-left: 10px;
      letter-spacing: 1px;
      font-size: 15px; }
      body .popin#editImgPopin .popin-container .popin-body .options-container .options .option-one label:hover {
        cursor: pointer; }
    body .popin#editImgPopin .popin-container .popin-body .options-container .options .option-one + .option-extra, body .popin#editImgPopin .popin-container .popin-body .options-container .options .option-one + .tips {
      display: none; }
    body .popin#editImgPopin .popin-container .popin-body .options-container .options .option-one + .option-extra {
      flex-direction: column;
      margin: 20px 0 10px; }
      body .popin#editImgPopin .popin-container .popin-body .options-container .options .option-one + .option-extra label {
        font-size: 16px;
        margin-top: 5px; }
    body .popin#editImgPopin .popin-container .popin-body .options-container .options .option-one + .tips {
      font-size: 14px;
      color: #b2b2b2; }
    body .popin#editImgPopin .popin-container .popin-body .options-container .options .options-extra {
      display: flex;
      margin-left: 70px; }
    body .popin#editImgPopin .popin-container .popin-body .options-container button.submit {
      margin-top: auto; }
    body .popin#editImgPopin .popin-container .popin-footer {
      width: 90%; }
    body .popin#editImgPopin .popin-container .popin-footer :nth-child(n) {
      position: unset;
      margin: 0;
      margin-left: 20px; }
  body .popin#popinAddText .popin-container, body .popin#popinErrorUpload .popin-container {
    max-width: 1024px; }
    body .popin#popinAddText .popin-container .popin-header .popin-header-title, body .popin#popinErrorUpload .popin-container .popin-header .popin-header-title {
      font-family: Montserrat;
      font-size: 35px;
      font-weight: 800;
      color: #003c9d;
      text-transform: none;
      padding-bottom: 5px; }
    body .popin#popinAddText .popin-container .popin-body, body .popin#popinErrorUpload .popin-container .popin-body {
      display: flex;
      flex-direction: column;
      align-items: center;
      width: 90%;
      padding: 0 5%; }
    body .popin#popinAddText .popin-container .popin-body .line, body .popin#popinErrorUpload .popin-container .popin-body .line {
      height: 36px;
      width: 1px;
      margin: 0 8px 0 5px;
      background: #ebe9ff;
      margin: 0 10px; }
    body .popin#popinAddText .popin-container .popin-body select, body .popin#popinErrorUpload .popin-container .popin-body select {
      border-radius: 5px;
      color: black;
      font-weight: 500;
      height: 100%; }
    body .popin#popinAddText .popin-container .popin-body select option, body .popin#popinErrorUpload .popin-container .popin-body select option {
      color: black; }
    body .popin#popinAddText .popin-container .popin-body .config_select, body .popin#popinErrorUpload .popin-container .popin-body .config_select {
      min-width: 250px; }
    body .popin#popinAddText .popin-container .popin-body .config_select select, body .popin#popinErrorUpload .popin-container .popin-body .config_select select {
      min-width: 250px; }
    body .popin#popinAddText .popin-container .popin-body .preview, body .popin#popinErrorUpload .popin-container .popin-body .preview {
      display: flex;
      flex-direction: column;
      align-items: center;
      width: 100%; }
    body .popin#popinAddText .popin-container .popin-body .preview .preview_text, body .popin#popinErrorUpload .popin-container .popin-body .preview .preview_text {
      width: 100%;
      text-align: left;
      font-weight: bold; }
    body .popin#popinAddText .popin-container .popin-body .preview .preview_card, body .popin#popinErrorUpload .popin-container .popin-body .preview .preview_card {
      width: 100%;
      display: flex;
      justify-content: center;
      margin-bottom: 25px; }
    body .popin#popinAddText .popin-container .popin-body .preview .preview_card .preview_zone, body .popin#popinErrorUpload .popin-container .popin-body .preview .preview_card .preview_zone {
      display: flex;
      align-items: center;
      min-width: 200px;
      min-height: 100px;
      width: auto;
      height: auto;
      padding: 5px; }
    body .popin#popinAddText .popin-container .popin-body .preview .preview_card .preview_zone p, body .popin#popinErrorUpload .popin-container .popin-body .preview .preview_card .preview_zone p {
      text-align: left;
      font-size: 25px;
      width: 100%;
      font-family: Arial; }
      body .popin#popinAddText .popin-container .popin-body .preview .preview_card .preview_zone p.bold, body .popin#popinErrorUpload .popin-container .popin-body .preview .preview_card .preview_zone p.bold {
        font-weight: bold; }
      body .popin#popinAddText .popin-container .popin-body .preview .preview_card .preview_zone p.italic, body .popin#popinErrorUpload .popin-container .popin-body .preview .preview_card .preview_zone p.italic {
        font-style: italic; }
      body .popin#popinAddText .popin-container .popin-body .preview .preview_card .preview_zone p.underline, body .popin#popinErrorUpload .popin-container .popin-body .preview .preview_card .preview_zone p.underline {
        text-decoration: underline; }
    body .popin#popinAddText .popin-container .popin-body .edit_text, body .popin#popinErrorUpload .popin-container .popin-body .edit_text {
      display: flex;
      flex-direction: column;
      width: 100%; }
    body .popin#popinAddText .popin-container .popin-body .edit_text .config_edit, body .popin#popinErrorUpload .popin-container .popin-body .edit_text .config_edit {
      display: flex;
      justify-content: space-between; }
    body .popin#popinAddText .popin-container .popin-body .edit_text .config_edit .font_color_family, body .popin#popinErrorUpload .popin-container .popin-body .edit_text .config_edit .font_color_family {
      display: flex;
      width: 60%;
      justify-content: space-between; }
    body .popin#popinAddText .popin-container .popin-body .edit_text .config_edit .choose_color, body .popin#popinErrorUpload .popin-container .popin-body .edit_text .config_edit .choose_color {
      display: flex;
      justify-content: space-around;
      align-items: center;
      cursor: pointer;
      border: 1px solid rgba(75, 63, 180, 0.1);
      align-items: center;
      border-radius: 10px; }
    body .popin#popinAddText .popin-container .popin-body .edit_text .config_edit .choose_color .code_box, body .popin#popinErrorUpload .popin-container .popin-body .edit_text .config_edit .choose_color .code_box {
      display: flex;
      align-items: center;
      width: 60%; }
      body .popin#popinAddText .popin-container .popin-body .edit_text .config_edit .choose_color .code_box .color_box, body .popin#popinErrorUpload .popin-container .popin-body .edit_text .config_edit .choose_color .code_box .color_box {
        margin: 0 10px;
        width: 17px;
        height: 17px;
        border: 0.5px solid #003c9d;
        border-radius: 3px; }
      body .popin#popinAddText .popin-container .popin-body .edit_text .config_edit .choose_color .code_box .color_code, body .popin#popinErrorUpload .popin-container .popin-body .edit_text .config_edit .choose_color .code_box .color_code {
        font-family: Montserrat;
        font-size: 12px;
        font-weight: 500; }
    body .popin#popinAddText .popin-container .popin-body .edit_text .config_edit .choose_font_style, body .popin#popinErrorUpload .popin-container .popin-body .edit_text .config_edit .choose_font_style {
      display: flex; }
    body .popin#popinAddText .popin-container .popin-body .edit_text .config_edit .choose_font_style .box, body .popin#popinErrorUpload .popin-container .popin-body .edit_text .config_edit .choose_font_style .box {
      margin: unset; }
    body .popin#popinAddText .popin-container .popin-body .edit_text .config_edit .choose_font_style .box:nth-child(2), body .popin#popinErrorUpload .popin-container .popin-body .edit_text .config_edit .choose_font_style .box:nth-child(2) {
      margin: 0 1em; }
    body .popin#popinAddText .popin-container .popin-body .edit_text .config_edit .choose_align, body .popin#popinErrorUpload .popin-container .popin-body .edit_text .config_edit .choose_align {
      display: flex; }
    body .popin#popinAddText .popin-container .popin-body .edit_text .config_edit .box, body .popin#popinErrorUpload .popin-container .popin-body .edit_text .config_edit .box {
      cursor: pointer;
      background: #fff;
      box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
      border-radius: 5px;
      margin-right: 1em;
      padding: 2px;
      height: 36px;
      width: 36px;
      display: flex;
      justify-content: center;
      align-items: center; }
    body .popin#popinAddText .popin-container .popin-body .edit_text .config_edit .box.active, body .popin#popinErrorUpload .popin-container .popin-body .edit_text .config_edit .box.active {
      background: rgba(0, 60, 157, 0.1); }
      body .popin#popinAddText .popin-container .popin-body .edit_text .config_edit .box.active span, body .popin#popinErrorUpload .popin-container .popin-body .edit_text .config_edit .box.active span {
        color: #003c9d; }
    body .popin#popinAddText .popin-container .popin-body .edit_text .input_text, body .popin#popinErrorUpload .popin-container .popin-body .edit_text .input_text {
      margin-top: 25px; }
    body .popin#popinAddText .popin-container .popin-body .edit_text .input_text textarea, body .popin#popinErrorUpload .popin-container .popin-body .edit_text .input_text textarea {
      border: 1px solid rgba(75, 63, 180, 0.1);
      border-radius: 10px;
      margin-left: unset;
      margin-right: unset;
      width: 100%;
      height: 100px; }
    body .popin#popinAddText .popin-container .popin-body .text_equal_products, body .popin#popinErrorUpload .popin-container .popin-body .text_equal_products {
      display: flex;
      align-items: center;
      width: 100%; }
    body .popin#popinAddText .popin-container .popin-body .text_equal_products input, body .popin#popinErrorUpload .popin-container .popin-body .text_equal_products input {
      width: auto;
      margin-right: 10px; }
    body .popin#popinAddText .popin-container .popin-body .text_equal_products label, body .popin#popinErrorUpload .popin-container .popin-body .text_equal_products label {
      user-select: none;
      margin-right: 10px; }
    body .popin#popinAddText .popin-container .popin-body .text_equal_products .notice, body .popin#popinErrorUpload .popin-container .popin-body .text_equal_products .notice {
      display: flex;
      align-items: center;
      position: relative; }
    body .popin#popinAddText .popin-container .popin-body .text_equal_products .notice .info, body .popin#popinErrorUpload .popin-container .popin-body .text_equal_products .notice .info {
      color: #003c9d;
      cursor: pointer;
      user-select: none;
      margin-right: 10px; }
    body .popin#popinAddText .popin-container .popin-body .text_equal_products .notice .info_tip, body .popin#popinErrorUpload .popin-container .popin-body .text_equal_products .notice .info_tip {
      display: none;
      position: absolute;
      box-shadow: 0px 4px 4px rgba(75, 63, 180, 0.2);
      border-radius: 10px;
      padding: 1em;
      width: 300px;
      height: 30px;
      align-items: center;
      left: 35px;
      background: white; }
    body .popin#popinAddText .popin-container .popin-body .text_equal_products .notice .info_tip.show, body .popin#popinErrorUpload .popin-container .popin-body .text_equal_products .notice .info_tip.show {
      display: flex; }
    body .popin#popinAddText .popin-container .popin-body .more_config, body .popin#popinErrorUpload .popin-container .popin-body .more_config {
      width: 100%;
      margin-top: 25px; }
    body .popin#popinAddText .popin-container .popin-body .more_config .configs, body .popin#popinErrorUpload .popin-container .popin-body .more_config .configs {
      display: flex;
      justify-content: space-between;
      width: 60%; }
    body .popin#popinAddText .popin-container .popin-body .more_config .configs .config select, body .popin#popinErrorUpload .popin-container .popin-body .more_config .configs .config select {
      height: 36px; }
    body .popin#popinAddText .popin-container .popin-body .more_config .configs .config .options_line, body .popin#popinErrorUpload .popin-container .popin-body .more_config .configs .config .options_line {
      position: relative; }
      body .popin#popinAddText .popin-container .popin-body .more_config .configs .config .options_line .line, body .popin#popinErrorUpload .popin-container .popin-body .more_config .configs .config .options_line .line {
        position: absolute;
        display: block;
        top: 0;
        right: -36px; }
    body .popin#popinAddText .popin-container .popin-body .more_config .configs .config .title_config, body .popin#popinErrorUpload .popin-container .popin-body .more_config .configs .config .title_config {
      font-family: Montserrat;
      font-size: 14px;
      font-weight: 600;
      text-align: left;
      margin-bottom: 10px; }
    body .popin#popinAddText .popin-container .popin-body .spSelect.pallet_techno .dropdown .select > span, body .popin#popinErrorUpload .popin-container .popin-body .spSelect.pallet_techno .dropdown .select > span {
      width: 100%;
      height: 1.5rem; }
    body .popin#popinAddText .popin-container .popin-body .spSelect.pallet_techno .dropdown .dropdownmenu li, body .popin#popinErrorUpload .popin-container .popin-body .spSelect.pallet_techno .dropdown .dropdownmenu li {
      height: 1rem;
      border: 1px solid transparent;
      transition: none; }
      body .popin#popinAddText .popin-container .popin-body .spSelect.pallet_techno .dropdown .dropdownmenu li:not([data-value=""]).selected, body .popin#popinErrorUpload .popin-container .popin-body .spSelect.pallet_techno .dropdown .dropdownmenu li:not([data-value=""]).selected, body .popin#popinAddText .popin-container .popin-body .spSelect.pallet_techno .dropdown .dropdownmenu li:not([data-value=""]):hover, body .popin#popinErrorUpload .popin-container .popin-body .spSelect.pallet_techno .dropdown .dropdownmenu li:not([data-value=""]):hover {
        border-color: #3b3b3b; }
    body .popin#popinAddText .popin-container .popin-footer button#submit_popup_text, body .popin#popinErrorUpload .popin-container .popin-footer button#submit_popup_text {
      margin: unset; }
  body .popin#popin_blocked_feature .popin-container {
    max-width: 550px;
    border-radius: 20px; }
    body .popin#popin_blocked_feature .popin-container .popin-header {
      margin: 0; }
  body .popin#popin_blocked_feature .material-icons {
    font-family: 'Material Icons'; }
  body .popin#popin_blocked_feature .block_feat {
    min-width: 500px;
    margin-top: 20px;
    text-align: left;
    position: relative; }
    body .popin#popin_blocked_feature .block_feat h3 {
      font-weight: 700;
      font-size: 25px;
      color: black; }
    body .popin#popin_blocked_feature .block_feat .description {
      margin-top: 35px;
      margin-bottom: 50px;
      display: flex;
      flex-direction: column;
      align-items: center; }
    body .popin#popin_blocked_feature .block_feat .description .description_row {
      margin-top: 30px;
      display: flex;
      align-items: center;
      width: 300px; }
    body .popin#popin_blocked_feature .block_feat .description .description_row img {
      width: 32px; }
    body .popin#popin_blocked_feature .block_feat .description .description_text {
      padding-left: 25px;
      font-size: 12px;
      font-weight: 500;
      color: black; }
    body .popin#popin_blocked_feature .block_feat .block_button {
      display: flex;
      justify-content: center; }
    body .popin#popin_blocked_feature .block_feat .block_button .spbtnblue {
      width: 220px;
      text-align: center; }
  @media (max-width: 1600px) {
      body .popin#popin_blocked_feature .popin-container {
        top: 20px; } }
  @media only screen and (max-device-width: 1024px) and (orientation: landscape) {
      body .popin#popin_blocked_feature .popin-container {
        top: 60px; }
      body .popin#popin_blocked_feature .feature_sub_block .close-popin {
        left: 800px; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
      body .popin#popin_blocked_feature .popin-container {
        top: 60px;
        max-width: 600px; }
      body .popin#popin_blocked_feature .block_feat {
        margin-left: 20px;
        padding: 10px; }
        body .popin#popin_blocked_feature .block_feat .close-popin {
          left: 590px; } }
  @media screen and (max-width: 990px) and (orientation: landscape) {
      body .popin#popin_blocked_feature .popin-container {
        max-width: 600px; }
      body .popin#popin_blocked_feature .block_feat {
        margin: 0;
        padding: 10px; }
        body .popin#popin_blocked_feature .block_feat .close-popin {
          left: 575px; } }
  @media screen and (max-width: 576px) {
      body .popin#popin_blocked_feature .popin-container {
        max-width: 300px;
        padding: 20px; }
      body .popin#popin_blocked_feature .block_feat {
        width: auto;
        margin: 0;
        padding: 10px;
        min-width: 0; }
        body .popin#popin_blocked_feature .block_feat h3 {
          font-size: 18px; }
        body .popin#popin_blocked_feature .block_feat .close-popin {
          left: 290px; } }
  body .popin#popin_choose_quality .popin-container {
    padding: 30px; }
    body .popin#popin_choose_quality .popin-container .popin-body .content {
      display: flex;
      padding: 0 36px;
      justify-content: space-evenly; }
    body .popin#popin_choose_quality .popin-container .popin-body .content .choice {
      flex-direction: column;
      cursor: pointer;
      display: flex;
      align-items: center;
      flex: 1; }
    body .popin#popin_choose_quality .popin-container .popin-body .content .choice .choice_box {
      transition: 0.2s;
      padding: 12px 12px 16px 12px;
      border: 2px solid #e1e1e1;
      border-radius: 6px;
      width: 94%;
      box-sizing: border-box;
      font-size: 70px;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-bottom: 14px; }
    body .popin#popin_choose_quality .popin-container .popin-body .content .choice .choice_box .title_box {
      font-size: 20px;
      font-weight: bold;
      text-align: center; }
    body .popin#popin_choose_quality .popin-container .popin-body .content .choice .choice_box .box_info {
      transition: 0.2s;
      display: flex;
      flex-direction: column;
      text-align: initial;
      opacity: 0.7; }
      body .popin#popin_choose_quality .popin-container .popin-body .content .choice .choice_box .box_info .info_sup {
        display: flex;
        align-items: center; }
      body .popin#popin_choose_quality .popin-container .popin-body .content .choice .choice_box .box_info .info {
        transition: 0.2s;
        color: #555;
        font-style: italic;
        margin-top: 15px; }
    body .popin#popin_choose_quality .popin-container .popin-body .content .choice .choice_box img {
      transition: 0.2s;
      max-width: 70px;
      margin: 15px 15px 0 15px;
      opacity: 0.7; }
    body .popin#popin_choose_quality .popin-container .popin-body .content .choice.active .choice_box, body .popin#popin_choose_quality .popin-container .popin-body .content .choice:hover .choice_box {
      border: 2px solid black; }
      body .popin#popin_choose_quality .popin-container .popin-body .content .choice.active .choice_box .box_info, body .popin#popin_choose_quality .popin-container .popin-body .content .choice:hover .choice_box .box_info {
        opacity: 1; }
      body .popin#popin_choose_quality .popin-container .popin-body .content .choice.active .choice_box img, body .popin#popin_choose_quality .popin-container .popin-body .content .choice:hover .choice_box img {
        opacity: 1; }
  body .popin#popin_change_view .popin-container .popin-body .product_views {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap; }
    body .popin#popin_change_view .popin-container .popin-body .product_views .box {
      background: transparent;
      width: 20%; }
    body .popin#popin_change_view .popin-container .popin-body .product_views .box img {
      width: 100%; }
    body .popin#popin_change_view .popin-container .popin-body .product_views .box .view_infos {
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center; }
    body .popin#popin_change_view .popin-container .popin-body .product_views .box .view_infos input[type='radio'] {
      margin: 0;
      margin-right: 5px;
      width: unset; }
  body .popin#popin_change_color .popin-container .popin-body .choixpack {
    background: transparent;
    height: unset;
    overflow: visible; }
    body .popin#popin_change_color .popin-container .popin-body .choixpack .packs {
      position: unset;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
      width: 100%; }
    body .popin#popin_change_color .popin-container .popin-body .choixpack .packs .pack {
      height: 150px;
      display: flex;
      flex-direction: column;
      justify-content: start;
      align-items: center; }
    body .popin#popin_change_color .popin-container .popin-body .choixpack .packs .pack img {
      border: solid 2px rgba(125, 125, 127, 0.35); }
    body .popin#popin_change_color .popin-container .popin-body .choixpack .packs .pack.active img {
      border: solid 2px #003c9d; }
  body .popin#popin_edit_perso .popin-container .popin-body input {
    padding: 10px;
    font-size: 11px; }
    body .popin#popin_edit_perso .popin-container .popin-body input[type='number'] {
      -webkit-appearance: none;
      -moz-appearance: textfield; }
    body .popin#popin_edit_perso .popin-container .popin-body .marking_type {
      margin-bottom: 10px; }
    body .popin#popin_edit_perso .popin-container .popin-body .marking_location {
      margin-bottom: 10px; }
    body .popin#popin_edit_perso .popin-container .popin-body .marking_dimensions {
      margin-bottom: 10px; }
    body .popin#popin_edit_perso .popin-container .popin-body .marking_dimensions {
      margin-bottom: 10px; }
    body .popin#popin_edit_perso .popin-container .popin-body .marking_dimensions .perso_dim_container {
      display: flex;
      align-items: center;
      justify-content: space-between; }
    body .popin#popin_edit_perso .popin-container .popin-body .marking_dimensions .perso_dim_container label {
      margin-right: 5px;
      font-size: 13px;
      font-weight: 300; }
    body .popin#popin_edit_perso .popin-container .popin-body .marking_dimensions .perso_dim_container input[type='number'] {
      text-align: right;
      padding-right: 35px; }
    body .popin#popin_edit_perso .popin-container .popin-body .marking_dimensions .perso_dim_container #use_ratio {
      cursor: pointer;
      color: #9a9a9a;
      opacity: 0.5;
      margin-right: 15px; }
    body .popin#popin_edit_perso .popin-container .popin-body .marking_dimensions .perso_dim_container #use_ratio.active {
      color: #000;
      opacity: 1; }
    body .popin#popin_edit_perso .popin-container .popin-body .marking_dimensions .perso_dim_container .unit_indicator {
      position: relative;
      right: 30px;
      opacity: 0.5; }
    body .popin#popin_edit_perso .popin-container .popin-body .marking_rotate .rotate_container {
      display: flex;
      justify-content: space-between;
      align-items: center; }
    body .popin#popin_edit_perso .popin-container .popin-body .marking_rotate .rotate_container input#degree_rotate {
      width: 75%; }
    body .popin#popin_edit_perso .popin-container .popin-body .marking_rotate .rotate_container .degree_icons {
      display: flex;
      justify-content: right;
      align-items: center; }
    body .popin#popin_edit_perso .popin-container .popin-body .marking_rotate .rotate_container .degree_icons i {
      color: #003c9d;
      cursor: pointer;
      font-size: 33px;
      -webkit-user-select: none;
      -webkit-touch-callout: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
      body .popin#popin_edit_perso .popin-container .popin-body .marking_rotate .rotate_container .degree_icons i#left_rotate {
        transform: rotateY(180deg); }

@media (max-width: 1100px) {
  body .popin[theme='basic'] .popin-overlay {
    display: none; }
    body .popin[theme='basic'] .popin-container {
      position: fixed;
      top: unset !important;
      bottom: 0px;
      z-index: 1100;
      width: calc(100vw - 40px);
      max-width: calc(100vw - 40px);
      padding: 20px;
      padding-top: 0px;
      min-height: 25vh;
      max-height: 70vh;
      border-top-left-radius: 40px;
      border-top-right-radius: 40px;
      -webkit-box-shadow: 0px 3px 11px 5px rgba(0, 0, 0, 0.14);
      box-shadow: 0px 3px 11px 5px rgba(0, 0, 0, 0.14);
      transition: all 0.2s ease-out;
      overflow-y: scroll;
      overflow-x: hidden;
      background: #faf9fd; }
      body .popin[theme='basic'] .popin-container .popin-header {
        display: flex;
        position: sticky;
        top: 0px;
        justify-content: space-between;
        align-items: center;
        padding-top: 20px;
        margin-bottom: 10px;
        background: #faf9fd;
        z-index: 10; }
        body .popin[theme='basic'] .popin-container .popin-header .popin-header-title {
          color: #000;
          font-size: 19px;
          margin: 0px;
          letter-spacing: 0px; }
        body .popin[theme='basic'] .popin-container .popin-header button.close {
          background: #000;
          color: white;
          border-radius: 100px;
          padding: 3px;
          margin-right: 5px; }
          body .popin[theme='basic'] .popin-container .popin-header button.close .material-icons {
            font-size: 19px; }
      body .popin[theme='basic'] .popin-container .popin-body {
        padding: 0px; }
      body .popin[theme='basic'] .popin-container .popin-footer {
        position: sticky;
        bottom: 0px; }
        body .popin[theme='basic'] .popin-container .popin-footer button {
          border-radius: 30px; }
    body .popin[theme='basic']#popinAddText .popin-container {
      background: #faf9fd;
      max-height: 80vh; }
      body .popin[theme='basic']#popinAddText .popin-container .popin-header {
        display: flex;
        justify-content: space-between;
        align-items: center; }
        body .popin[theme='basic']#popinAddText .popin-container .popin-header h3.popin-header-title {
          color: #000;
          font-size: 19px;
          margin: 0px; }
      body .popin[theme='basic']#popinAddText .popin-container .popin-body {
        width: 100%;
        padding: 0px; }
        body .popin[theme='basic']#popinAddText .popin-container .popin-body .preview p.preview_text {
          color: #7d7d7f;
          margin-bottom: 10px; }
          body .popin[theme='basic']#popinAddText .popin-container .popin-body .preview .preview_card {
            width: 100%;
            height: 70px;
            margin-bottom: 5px; }
            body .popin[theme='basic']#popinAddText .popin-container .popin-body .preview .preview_card .preview_zone {
              width: 100%;
              min-width: unset;
              min-height: unset; }
        body .popin[theme='basic']#popinAddText .popin-container .popin-body .edit_text .line {
          display: none; }
          body .popin[theme='basic']#popinAddText .popin-container .popin-body .edit_text .config_edit {
            flex-wrap: wrap; }
            body .popin[theme='basic']#popinAddText .popin-container .popin-body .edit_text .config_edit .font_color_family {
              width: 100%; }
              body .popin[theme='basic']#popinAddText .popin-container .popin-body .edit_text .config_edit .font_color_family .config_select {
                margin-bottom: 10px; }
                body .popin[theme='basic']#popinAddText .popin-container .popin-body .edit_text .config_edit .font_color_family .config_select.text-options {
                  width: 48%;
                  min-width: unset; }
                  body .popin[theme='basic']#popinAddText .popin-container .popin-body .edit_text .config_edit .font_color_family .config_select.text-options select {
                    width: 100%;
                    min-width: unset;
                    background: transparent; }
                body .popin[theme='basic']#popinAddText .popin-container .popin-body .edit_text .config_edit .font_color_family .config_select.choose_color {
                  width: 48%;
                  min-width: unset; }
            body .popin[theme='basic']#popinAddText .popin-container .popin-body .edit_text .config_edit .choose_font_style {
              margin-bottom: 10px; }
          body .popin[theme='basic']#popinAddText .popin-container .popin-body .edit_text .input_text {
            margin-top: 5px; }
            body .popin[theme='basic']#popinAddText .popin-container .popin-body .edit_text .input_text textarea {
              background: transparent;
              height: 60px; }
        body .popin[theme='basic']#popinAddText .popin-container .popin-body .more_config .configs {
          display: flex;
          flex-direction: column;
          width: 100%; }
          body .popin[theme='basic']#popinAddText .popin-container .popin-body .more_config .configs .config {
            min-width: unset; }
            body .popin[theme='basic']#popinAddText .popin-container .popin-body .more_config .configs .config .title_config {
              color: #7d7d7f; }
            body .popin[theme='basic']#popinAddText .popin-container .popin-body .more_config .configs .config .options_line .select_options select {
              width: 100%;
              margin-bottom: 10px; }
              body .popin[theme='basic']#popinAddText .popin-container .popin-body .more_config .configs .config .options_line .line {
                display: none; }
            body .popin[theme='basic']#popinAddText .popin-container .popin-body .more_config .configs .config select {
              width: 100%; }
      body .popin[theme='basic']#popinAddText .popin-container .popin-footer {
        margin-top: 20px; }
      body .popin[theme='basic']#popinAddText #color-panel {
        z-index: 1100; }
    body .popin[theme='basic']#popin_choose_quality .popin-container {
      padding: 20px; }
      body .popin[theme='basic']#popin_choose_quality .popin-container .popin-header .popin-header-title {
        font-size: 17px; }
      body .popin[theme='basic']#popin_choose_quality .popin-container .popin-body .content .choice .choice_box .info_sup img {
        display: none; }
    body .popin[theme='basic']#editLogoPopin .popin-container {
      width: 100vw;
      max-width: unset;
      height: 85vh; }
      body .popin[theme='basic']#editLogoPopin .popin-container iframe {
        height: 95% !important; }
      body .popin[theme='basic']#editLogoPopin .popin-container .popin-header .close {
        position: absolute;
        right: 20px; }
      body .popin[theme='basic']#editLogoPopin .popin-container .popin-body iframe #edit-logo-page .logo-checker-wrap {
        background: transparent; }
    body .popin[theme='basic']#popinAddImg .popin-container .popin-body .gallery-container {
      width: 100%;
      padding: 0px;
      flex-direction: column; }
      body .popin[theme='basic']#popinAddImg .popin-container .popin-body .gallery-container .existing-logo {
        margin-top: 30px;
        margin-left: 0px; }
      body .popin[theme='basic']#popinAddImg .popin-container .popin-body .new-logo {
        width: 100%;
        padding: 0px; }
      body .popin[theme='basic']#popinAddImg .popin-container .popin-body .new-logo .drop-field {
        background: #fff;
        border: dashed 2px #9a9a9a; }
      body .popin[theme='basic']#popinAddImg .popin-container .popin-body .new-logo .drop-field .material-icons {
        color: rgba(0, 60, 157, 0.3); }
      body .popin[theme='basic']#popinAddImg .popin-container .popin-footer {
        display: none; }
    body .popin[theme='basic']#popin_change_view .popin-container {
      height: unset; }
      body .popin[theme='basic']#popin_change_view .popin-container .popin-body .product_views .box {
        width: 32%; }
      body .popin[theme='basic']#popin_change_view .popin-container .popin-footer {
        display: none; }
    body .popin[theme='basic']#popin_edit_perso {
      top: unset; }
      body .popin[theme='basic']#popin_edit_perso .popin-overlay {
        display: none; }
      body .popin[theme='basic']#popin_edit_perso .popin-container {
        background: #fff; }
      body .popin[theme='basic']#popin_edit_perso .popin-container .popin-body .popin-body-title {
        font-size: 13px;
        font-weight: 700;
        color: #7d7d7f;
        margin-bottom: 5px; }
      body .popin[theme='basic']#popin_edit_perso .popin-container .popin-body input {
        border: solid 1px #dbdfe0;
        -webkit-box-shadow: none;
        box-shadow: none; }
      body .popin[theme='basic']#popin_edit_perso .popin-container .popin-body select {
        border: solid 1px #dbdfe0;
        -webkit-box-shadow: none;
        box-shadow: none;
        width: 100%;
        color: #000;
        font-weight: 400; }
      body .popin[theme='basic']#popin_edit_perso .popin-container .popin-body select option {
        font-size: 11px;
        color: #000; }
      body .popin[theme='basic']#popin_edit_perso .popin-container .popin-footer button[close] {
        color: #fff;
        background-color: #c71f2c;
        border-color: #c71f2c;
        margin-right: 10px; } }

@font-face {
  font-family: "BLACKLIGHT";
  src: url('fonts/BlacklightD Regular.ttf'); }

@font-face {
  font-family: "BLOCK1";
  src: url('fonts/Arial.ttf'); }

@font-face {
  font-family: "BLOCK2";
  src: url('fonts/arialbd.ttf'); }

@font-face {
  font-family: "CARLA";
  src: url('fonts/Brush445Normal.ttf'); }

@font-face {
  font-family: "CASTLE";
  src: url('fonts/CastleT.ttf'); }

@font-face {
  font-family: "CAYMAN";
  src: url('fonts/KAUFMANB.ttf'); }

@font-face {
  font-family: "CENTURION";
  src: url('fonts/ceaswfte.ttf'); }

@font-face {
  font-family: "CHANCERY";
  src: url('fonts/zapf_chancery_normal.ttf'); }

@font-face {
  font-family: "CHECKPOINT CHARLIE";
  src: url('fonts/charliesuperpictor.ttf'); }

@font-face {
  font-family: "CHELTENHAM TALL";
  src: url('fonts/Cheltenham Condensed Bold.ttf'); }

@font-face {
  font-family: "CITY MEDIUM";
  src: url('fonts/City Medium.ttf'); }

@font-face {
  font-family: "COLLEGE";
  src: url('fonts/PrincetownSolid-Normal.woff'); }

@font-face {
  font-family: "COLUMBO";
  src: url('fonts/ColumboRegular.ttf'); }

@font-face {
  font-family: "CROISSANT";
  src: url('fonts/Croissant.ttf'); }

@font-face {
  font-family: "DAUPHIN";
  src: url('fonts/Dauphin.ttf'); }

@font-face {
  font-family: "DEXTOR NORMAL";
  src: url('fonts/DextorOutD.ttf'); }

@font-face {
  font-family: "ENERGY";
  src: url('fonts/JohnHandyPlain.woff'); }

@font-face {
  font-family: "ENVIRO";
  src: url('fonts/Enviro LET.ttf'); }

@font-face {
  font-family: "FLARES";
  src: url('fonts/Flareserif-821-BT_17879.ttf'); }

@font-face {
  font-family: "FLASH";
  src: url('fonts/Flash Regular.ttf'); }

@font-face {
  font-family: "FORMAL SCRIPT";
  src: url('fonts/formal_script_421_bt.ttf'); }

@font-face {
  font-family: "GAELIC";
  src: url('fonts/gaelic.ttf'); }

@font-face {
  font-family: "GARAMOND";
  src: url('fonts/ITCGaramondStd-BkCond.otf'); }

@font-face {
  font-family: "GOUDY SANS";
  src: url('fonts/ITC Goudy Sans Bold.otf'); }

@font-face {
  font-family: "Gotham";
  src: url('fonts/Gotham.ttf'); }

@font-face {
  font-family: "HELVETICA";
  src: url('fonts/Helvetica.ttf'); }

@font-face {
  font-family: "HOBO";
  src: url('fonts/HoboStd.otf'); }

@font-face {
  font-family: "IMPRESS";
  src: url('fonts/ImpressBT.ttf'); }

@font-face {
  font-family: "INFORMAL";
  src: url('fonts/informal011bt-roman.otf'); }

@font-face {
  font-family: "LYDIAN";
  src: url('fonts/LYDIAN__.TTF'); }

@font-face {
  font-family: "MANDARIN";
  src: url('fonts/mandarinregular.ttf'); }

@font-face {
  font-family: "MATRIX";
  src: url('fonts/MatrixScriptBold.ttf'); }

@font-face {
  font-family: "SCHOOLBOOK";
  src: url('fonts/CENSCBK.ttf'); }

@font-face {
  font-family: "SCRIPT2";
  src: url('fonts/BrushScriptStd.otf'); }

@font-face {
  font-family: "SEAGULL";
  src: url('fonts/SeagullRegular.ttf'); }

@font-face {
  font-family: "SERIF2";
  src: url('fonts/times-new-roman.ttf'); }

@font-face {
  font-family: "TYPEWRITER";
  src: url('fonts/American Typewriter Regular.ttf'); }

@font-face {
  font-family: "VIKING";
  src: url('fonts/Viking-Normal.woff'); }

@font-face {
  font-family: "BALLANTINE SCRIPT";
  src: url('fonts/Ballantines-Regular.ttf'); }

@font-face {
  font-family: "WESTERN";
  src: url('fonts/Expo.ttf'); }

@font-face {
  font-family: "TOON";
  src: url('fonts/DomBoldBT.ttf'); }

@font-face {
  font-family: "COMICS";
  src: url('fonts/ComicSansMS3.ttf'); }

@font-face {
  font-family: "THRILLER";
  src: url('fonts/CHILLER.TTF'); }

@font-face {
  font-family: "CURLY";
  src: url('fonts/CurlzMT.ttf'); }

@font-face {
  font-family: "RACER";
  src: url('fonts/Ballantines-Regular.ttf'); }

@font-face {
  font-family: "SCRIPT4";
  src: url('fonts/MAGNETOB.ttf'); }

@font-face {
  font-family: "WOODSTOCK";
  src: url('fonts/Tango-BT_43483.ttf'); }

@font-face {
  font-family: "FELT TIP";
  src: url('fonts/courthand.ttf'); }

@font-face {
  font-family: "LAZER";
  src: url('fonts/aspace_demo.otf'); }

@font-face {
  font-family: "ATHLETICA";
  src: url('fonts/Athletic.TTF'); }

@font-face {
  font-family: "DISCOTEQUE";
  src: url('fonts/geometric 885 bt.ttf'); }

@font-face {
  font-family: "SM COOPER";
  src: url('fonts/Cooper Black Regular.ttf'); }

@font-face {
  font-family: "STACCATO";
  /* 50 font ici pas de APPLIQUE */
  src: url('fonts/Staccato222BT-Regular.otf'); }

@font-face {
  font-family: "STENCIL BLOCK";
  src: url('fonts/STENCIL.TTF'); }

@font-face {
  font-family: "ADVENT";
  src: url('fonts/KalenderblattGrotesk.ttf'); }

@font-face {
  font-family: "CRAYFISH";
  src: url('fonts/Lobster 1.4.otf'); }

@font-face {
  font-family: "CREVASSE";
  src: url('fonts/ceviche-one.regular.ttf'); }

@font-face {
  font-family: "DOTTI";
  src: url('fonts/GelDoticaHeavyF.ttf'); }

@font-face {
  font-family: "DR ZEUS";
  src: url('fonts/DrSugiyama-Regular.ttf'); }

@font-face {
  font-family: "ENGLISH VILLAGE";
  src: url('fonts/EnglishTowne.ttf'); }

@font-face {
  font-family: "LOCKER";
  src: url('fonts/LockedWindow.ttf'); }

@font-face {
  font-family: "MOLY";
  src: url('fonts/Molle-Regular.ttf'); }

@font-face {
  font-family: "SCRIPT5";
  src: url('fonts/Blenda Script.otf'); }

@font-face {
  font-family: "SCRIPT6";
  src: url('fonts/Magnolia Script.otf'); }

@font-face {
  font-family: "SCRIPT8";
  src: url('fonts/SCRIPTBL.TTF'); }

@font-face {
  font-family: "SHADOW STREET";
  src: url('fonts/Strebold.ttf'); }

@font-face {
  font-family: "SPORTS";
  src: url('fonts/osaka-re.ttf'); }

@font-face {
  font-family: "SQUARE BLOCK";
  /* 65 font ici pas de APPLIQUE */
  src: url('fonts/AGENCYB.TTF'); }

@font-face {
  font-family: "AG Book Rounded";
  src: url('fonts/cottel/AG-Book-Rounded-Regular.otf'); }

@font-face {
  font-family: "Amaze";
  src: url('fonts/cottel/Amaze_Normal.ttf'); }

@font-face {
  font-family: "Bellevue";
  src: url('fonts/cottel/Bellevue-BQ-Regular.otf'); }

@font-face {
  font-family: "Britannic Bold";
  src: url('fonts/cottel/BRITANIC.TTF'); }

@font-face {
  font-family: "BrushScript";
  src: url('fonts/cottel/BrushScriptStd.otf'); }

@font-face {
  font-family: "ChocICG";
  src: url('fonts/cottel/Choc_ICG.ttf'); }

@font-face {
  font-family: "Eurostile";
  src: url('fonts/cottel/EuroStyle-Normal.ttf'); }

@font-face {
  font-family: "Futura";
  src: url('fonts/cottel/Futura-Book-Regular.otf'); }

@font-face {
  font-family: "ITC Eras";
  src: url('fonts/cottel/ErasITCbyBT-Bold.otf'); }

@font-face {
  font-family: "ITC Souvenir";
  src: url('fonts/cottel/SouvenirStd-Light.otf'); }

@font-face {
  font-family: "Larisima";
  src: url('fonts/cottel/larism.ttf'); }

@font-face {
  font-family: "Old English Text";
  src: url('fonts/cottel/OldEnglishText.ttf'); }

@font-face {
  font-family: "Optima";
  src: url('fonts/cottel/Optima.TTF'); }

@font-face {
  font-family: "Revue";
  src: url('fonts/cottel/Revue.ttf'); }

@font-face {
  font-family: "Script MT";
  src: url('fonts/cottel/ScriptMTBold.ttf'); }

@font-face {
  font-family: "Stencil";
  src: url('fonts/cottel/Stencil-Regular.ttf'); }

@font-face {
  font-family: "Times New Roman";
  src: url('fonts/cottel/Times-New-Roman.ttf'); }

@font-face {
  font-family: "comic sans ms";
  src: url('fonts/cottel/comic_sans_ms.ttf'); }

@font-face {
  font-family: 'College';
  src: url('fonts/college.eot');
  src: url('fonts/college.eot') format('embedded-opentype'), url('fonts/college.woff') format('woff'), url('fonts/college.ttf') format('truetype'), url('fonts/college.svg#CollegeBold') format('svg'); }

@font-face {
  font-family: 'Script';
  src: url('fonts/scriptmtbold.eot');
  src: url('fonts/scriptmtbold.eot') format('embedded-opentype'), url('fonts/scriptmtbold.woff') format('woff'), url('fonts/scriptmtbold.ttf') format('truetype'), url('fonts/scriptmtbold.svg#ScriptMTBoldRegular') format('svg'); }

@font-face {
  font-family: 'Proto';
  src: url('fonts/prototype.eot');
  src: url('fonts/prototype.eot') format('embedded-opentype'), url('fonts/prototype.woff') format('woff'), url('fonts/prototype.ttf') format('truetype'), url('fonts/prototype.svg#PrototypeRegular') format('svg'); }

@font-face {
  font-family: 'Europe';
  src: url('fonts/newtow.eot');
  src: url('fonts/newtow.eot') format('embedded-opentype'), url('fonts/newtow.woff') format('woff'), url('fonts/newtow.ttf') format('truetype'), url('fonts/newtow.svg#NewtownRegular') format('svg'); }

@font-face {
  font-family: 'Black';
  src: url('fonts/impact.eot');
  src: url('fonts/impact.eot') format('embedded-opentype'), url('fonts/impact.woff') format('woff'), url('fonts/impact.ttf') format('truetype'), url('fonts/impact.svg#ImpactRegular') format('svg'); }

@font-face {
  font-family: 'ECHNI';
  src: url('fonts/cs_regular.eot');
  src: url('fonts/cs_regular.eot') format('embedded-opentype'), url('fonts/cs_regular.woff') format('woff'), url('fonts/cs_regular.ttf') format('truetype'), url('fonts/cs_regular.svg#CounterStrikeRegular') format('svg'); }

@font-face {
  font-family: 'Classique';
  src: url('fonts/myriadwebpro.eot');
  src: url('fonts/myriadwebpro.eot') format('embedded-opentype'), url('fonts/myriadwebpro.woff') format('woff'), url('fonts/myriadwebpro.ttf') format('truetype'), url('fonts/myriadwebpro.svg#MyriadWebProRegular') format('svg'); }

@font-face {
  font-family: "Acumin";
  src: url('fonts/simon/acumin.otf'); }

@font-face {
  font-family: "Cambria";
  src: url('fonts/simon/cambria.otf'); }

@font-face {
  font-family: "ChampagneLimousines";
  src: url('fonts/simon/champagnelimousine.ttf'); }

@font-face {
  font-family: "Florence";
  src: url('fonts/simon/florence.ttf'); }

@font-face {
  font-family: "Footlight";
  src: url('fonts/simon/ftltlt.ttf'); }

@font-face {
  font-family: "Sourcesans";
  src: url('fonts/simon/sourcesanspro.ttf'); }

@font-face {
  font-family: "MONTSERRAT";
  src: url('fonts/Montserratregular.ttf'); }

@font-face {
  font-family: "HEMI HEAD BD IT";
  src: url('fonts/hemiheadbdit.ttf'); }

@font-face {
  font-family: "BOCA";
  src: url('fonts/ekinsport/Boca.otf'); }

@font-face {
  font-family: "EKINSPORT";
  src: url('fonts/ekinsport/Ekinsport.ttf'); }

@font-face {
  font-family: "EKINSPORTPREMIUM";
  src: url('fonts/ekinsport/EkinsportPremium.ttf'); }

@font-face {
  font-family: "MARACANA";
  src: url('fonts/ekinsport/Maracana.ttf'); }

@font-face {
  font-family: "ROBOTONUMERO";
  src: url('fonts/ekinsport/RobotoNumero.ttf'); }

@font-face {
  font-family: "ROBOTONUMERO2";
  src: url('fonts/ekinsport/Roboto-Regular-02.ttf'); }

#admin_panel {
  top: 0px;
  left: -2px;
  z-index: 999;
  width: 24%;
  min-width: 450px;
  height: 100vh;
  background: #f4f4f4;
  position: absolute;
  transition: 0.2s;
  box-sizing: border-box; }
  #admin_panel hr {
    height: 1px;
    background: #afafaf;
    margin: 10px 0; }
  #admin_panel .not_active_panel {
    display: none;
    cursor: pointer;
    align-items: center;
    height: 100%; }
  #admin_panel .not_active_panel .open_admin_panel {
    font-size: 38px;
    color: #3b3b3b;
    user-select: none; }
  #admin_panel .active_panel {
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    height: 100%;
    box-sizing: border-box; }
  #admin_panel .active_panel .header {
    display: flex; }
  #admin_panel .active_panel .header h2 {
    font-size: 25px;
    color: #3b3b3b;
    margin: auto;
    padding-left: 58px;
    margin: 25px auto; }
  #admin_panel .active_panel .header .close_admin_panel {
    user-select: none;
    color: #3b3b3b;
    font-size: 38px;
    vertical-align: middle;
    cursor: pointer;
    padding-left: 20px;
    display: flex;
    align-items: center; }
  #admin_panel .active_panel #nav_panel {
    display: flex;
    list-style: none;
    justify-content: space-evenly;
    background: white;
    flex-wrap: wrap; }
  #admin_panel .active_panel #nav_panel [tab] {
    padding: 8px 20px;
    cursor: pointer;
    text-align: center;
    border-bottom: 1px solid #b2b2b2;
    margin: 0 1px;
    user-select: none;
    flex: 1;
    min-width: max-content; }
    #admin_panel .active_panel #nav_panel [tab].active {
      font-weight: bold;
      border-bottom: 2px solid #000; }
  #admin_panel .active_panel #nav_content {
    max-height: 85%;
    overflow-y: scroll;
    padding-top: 10px; }
  #admin_panel .active_panel #nav_content [tab_target] {
    display: flex;
    flex-direction: column; }
    #admin_panel .active_panel #nav_content [tab_target] table tr {
      display: flex; }
    #admin_panel .active_panel #nav_content [tab_target] table tr td {
      flex: 1; }
    #admin_panel .active_panel #nav_content [tab_target] .key_data {
      padding: 0 20px 4px 0;
      font-weight: bold; }
    #admin_panel .active_panel #nav_content [tab_target][tab_target="general"] .single_logo {
      display: flex;
      align-items: center;
      padding: 10px 0;
      border-bottom: 1px solid #e6e6e6; }
    #admin_panel .active_panel #nav_content [tab_target][tab_target="general"] .single_logo:last-child {
      border-bottom: none; }
    #admin_panel .active_panel #nav_content [tab_target][tab_target="general"] .single_logo .img_logo {
      justify-content: center;
      display: flex;
      max-width: 50px;
      width: 100%; }
    #admin_panel .active_panel #nav_content [tab_target][tab_target="general"] .single_logo .img_logo ._logo {
      height: auto;
      max-height: 50px;
      max-width: 50px; }
    #admin_panel .active_panel #nav_content [tab_target][tab_target="general"] .single_logo .params_logo {
      display: flex;
      flex-wrap: wrap;
      margin-left: 20px;
      width: 100%; }
    #admin_panel .active_panel #nav_content [tab_target][tab_target="general"] .single_logo .params_logo p {
      width: 50%; }
    #admin_panel .active_panel #nav_content [tab_target][tab_target="models"] .button-link {
      margin: 15px auto; }

._basic.sp_notification {
  padding: 10px 0;
  text-align: left;
  border-top: 1px solid #e9e7ff; }
  ._basic.sp_notification.sp_notification_read {
    opacity: 0.35; }
  ._basic.sp_notification.sp_notification_read .sp_notification_content .sp_notification_infos .sp_notification_type .sp_notification_badge {
    display: none; }
  ._basic.sp_notification .sp_notification_content {
    cursor: pointer;
    display: flex;
    padding: 10px;
    text-decoration: none;
    border-radius: 5px; }
  ._basic.sp_notification .sp_notification_content:hover {
    background-color: #f6f5fb; }
  ._basic.sp_notification .sp_notification_content * {
    pointer-events: none; }
  ._basic.sp_notification .sp_notification_content .sp_notification_preview {
    display: flex;
    align-items: center;
    margin: 0 10px 0 0;
    width: 64px;
    height: 64px;
    justify-content: center; }
    ._basic.sp_notification .sp_notification_content .sp_notification_preview .sp_notification_preview_img {
      max-width: 64px;
      max-height: 64px;
      width: auto;
      height: auto;
      float: inherit;
      margin: 0; }
  ._basic.sp_notification .sp_notification_content .sp_notification_infos {
    display: flex;
    flex-direction: column; }
    ._basic.sp_notification .sp_notification_content .sp_notification_infos .sp_notification_type {
      color: #003c9d;
      font-size: 14px;
      font-weight: 500;
      display: flex;
      align-items: center; }
    ._basic.sp_notification .sp_notification_content .sp_notification_infos .sp_notification_type .sp_notification_badge {
      width: 6px;
      height: 6px;
      background-color: red;
      display: block;
      margin-left: 8px;
      border-radius: 50px; }
    ._basic.sp_notification .sp_notification_content .sp_notification_infos .sp_notification_ref_name {
      color: #003c9d;
      font-size: 12px;
      font-weight: 700; }
    ._basic.sp_notification .sp_notification_content .sp_notification_infos .sp_notification_date {
      margin-top: auto;
      color: #909090;
      font-size: 10px;
      font-weight: 500; }
  ._basic.sp_menu_dropdown {
    position: relative; }
  ._basic.sp_menu_dropdown .sp_menu_open {
    color: #003c9d;
    cursor: pointer;
    user-select: none; }
  ._basic.sp_menu_dropdown .sp_menu_container {
    opacity: 0;
    visibility: collapse;
    transition: 0.1s;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99;
    background: #fff;
    border-radius: 5px;
    padding: 12px 12px 10px 12px;
    box-shadow: 0px 1px 4px #d2d2d2;
    min-width: max-content; }
  ._basic.sp_menu_dropdown .sp_menu_container.opened {
    opacity: 1;
    visibility: visible; }
  ._basic.sp_menu_dropdown .sp_menu_container .sp_menu_close {
    color: #003c9d;
    background: #fff;
    padding: 0 0 6px 6px;
    border-radius: 5px;
    position: absolute;
    top: 6px;
    right: 6px;
    cursor: pointer;
    user-select: none; }
  ._basic.sp_menu_dropdown .sp_menu_container .sp_menu_body {
    display: flex;
    flex-direction: column; }
    ._basic.sp_menu_dropdown .sp_menu_container .sp_menu_body .sp_menu_item {
      padding: 10px 36px 10px 10px;
      max-height: unset;
      text-decoration: none;
      color: #003c9d;
      background: #fff;
      font-weight: 500;
      border-radius: 5px;
      margin-bottom: 2px;
      display: flex;
      align-items: center;
      font-size: 12px; }
    ._basic.sp_menu_dropdown .sp_menu_container .sp_menu_body .sp_menu_item.disable {
      color: gray;
      cursor: not-allowed; }
    ._basic.sp_menu_dropdown .sp_menu_container .sp_menu_body .sp_menu_item:first-child {
      padding: 10px 20px 10px 10px;
      margin-right: 24px; }
    ._basic.sp_menu_dropdown .sp_menu_container .sp_menu_body .sp_menu_item .icon {
      margin: 0 0.8rem 0 0;
      font-size: 2rem; }
    ._basic.sp_menu_dropdown .sp_menu_container .sp_menu_body .sp_menu_item .icon._right {
      margin-left: 0.7rem;
      margin-right: -0.4rem; }
    ._basic.sp_menu_dropdown .sp_menu_container .sp_menu_body .sp_menu_item:hover:not(.disable) {
      background: #f6f5fb; }
  ._basic.sp_link {
    text-decoration: none;
    color: #003c9d;
    font-size: 1.2rem;
    font-weight: 700;
    display: flex;
    align-items: center; }
  ._basic.sp_link._center {
    text-align: center; }
  ._basic.sp_link .icon {
    margin-right: 0.7rem;
    margin-left: -0.4rem;
    font-size: 20px; }
  ._basic.sp_link .icon._right {
    margin-left: 0.7rem;
    margin-right: -0.4rem; }
  ._basic.sp_button {
    background: #003c9d;
    color: #fff;
    border: 1px solid #003c9d;
    padding: 10px 20px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
    font-family: 'Montserrat', sans-serif;
    border-radius: 5px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.2s ease;
    font-size: 1rem;
    user-select: none;
    width: max-content;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    min-width: unset;
    margin: unset;
    min-height: 42px;
    box-sizing: border-box; }
  ._basic.sp_button .icon {
    margin-right: 0.7rem;
    margin-left: -0.4rem;
    font-size: 20px; }
  ._basic.sp_button .icon._right {
    margin-left: 0.7rem;
    margin-right: -0.4rem; }
  ._basic.sp_button:hover:not(._without_hover) {
    background-color: #fff;
    color: #003c9d; }
  ._basic.sp_button[disabled] {
    background-color: grey;
    border: 1px solid grey;
    color: #fff;
    cursor: not-allowed; }
  ._basic.sp_button[disabled]:hover:not(._without_hover) {
    background-color: grey;
    border: 1px solid grey;
    color: #fff; }
  ._basic.sp_button[disabled]._reverse {
    background: #fff;
    border: 1px solid grey;
    color: grey; }
    ._basic.sp_button[disabled]._reverse:hover:not(._without_hover) {
      background: #fff;
      border: 1px solid grey;
      color: grey; }
  ._basic.sp_button._reverse {
    background: #fff;
    color: #003c9d; }
  ._basic.sp_button._reverse:hover:not(._without_hover) {
    color: #fff;
    background-color: #003c9d; }
  ._basic.sp_button._mga {
    margin: auto; }
  ._basic.sp_button._mla {
    margin-left: auto; }
  ._basic.sp_button._mgta {
    margin-top: auto; }
  ._basic.sp_button._uppercase {
    text-transform: uppercase; }
  ._basic.sp_button._mb16 {
    margin-bottom: 16px; }
  ._basic.sp_button._w100 {
    width: 100%; }
  ._basic.sp_button._ml16 {
    margin-left: 16px; }
  ._basic.sp_icon {
    font-size: 24px;
    user-select: none; }
  ._basic.sp_icon.edit {
    color: #003c9d; }
  ._basic.sp_icon.edit:hover {
    color: #002c74; }
  ._basic.sp_icon.delete {
    color: #d32f2f; }
  ._basic.sp_icon.delete:hover {
    color: #9b2222; }
  ._basic.sp_icon._pointer {
    cursor: pointer; }
  ._basic.sp_input {
    background: #fff;
    color: black;
    border: 1px solid #003c9d;
    padding: 10px 20px;
    box-shadow: none;
    font-family: 'Montserrat', sans-serif;
    border-radius: 5px;
    text-decoration: none;
    transition: all 0.2s ease;
    font-size: 1rem;
    user-select: none;
    width: max-content;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400; }
  ._basic.sp_input input {
    border-color: #e9e7ff;
    color: #aaa; }
  ._basic.sp_input._reverse {
    background: #003c9d;
    color: #fff;
    border: 1px solid #fff; }
  ._basic.sp_search_bar_form {
    display: flex; }
  ._basic.sp_search_bar_form._small .search_bar {
    padding: 4px 8px;
    width: unset; }
    ._basic.sp_search_bar_form._small .search_bar .icon {
      margin: 0px 5px 0 1px; }
    ._basic.sp_search_bar_form._small .search_bar .icon span {
      font-size: 22px; }
  ._basic.sp_search_bar_form .search_bar {
    background: #fff;
    border: 1px solid #e9e7ff;
    border-radius: 5px;
    padding: 10px 8px;
    display: flex;
    align-items: center;
    position: relative;
    width: 40vw; }
  ._basic.sp_search_bar_form .search_bar .icon {
    cursor: pointer;
    margin: 0 12px; }
    ._basic.sp_search_bar_form .search_bar .icon._search, ._basic.sp_search_bar_form .search_bar .icon._advanced {
      color: #003c9d; }
    ._basic.sp_search_bar_form .search_bar .icon._close {
      color: #d9d9d9;
      display: none; }
    ._basic.sp_search_bar_form .search_bar .icon._close.show {
      display: block; }
  ._basic.sp_search_bar_form .search_bar input {
    font-size: 1rem;
    width: 100%; }
  ._basic.sp_search_bar_form .sp_button {
    margin: 0 16px; }
  ._basic.sp_search_bar_form._jjc {
    justify-content: center; }
  ._basic.text-disabled {
    color: grey !important;
    cursor: not-allowed; }
  ._basic.pagination_block {
    margin-top: 10px;
    display: flex;
    justify-content: right;
    align-content: center; }
  ._basic.pagination_block a {
    color: #000;
    text-decoration: none;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
    border: solid 1px transparent; }
  ._basic.pagination_block a:hover {
    border: solid 1px #003c9d; }
  ._basic.pagination_block a.active {
    background: #003c9d;
    color: white; }
  ._basic.pagination_block a.page_nav_link {
    padding: 0px; }
    ._basic.pagination_block a.page_nav_link:hover {
      border: solid 1px transparent; }
  @media screen and (max-width: 576px) {
  ._basic.sp_button {
    font-size: 1rem; } }

.popin[theme="basic"] *:not([class*="material-icons"]) {
  font-family: 'Montserrat', 'Arial', serif; }
  .popin[theme="basic"].confirm .popin-container {
    min-width: unset; }
  .popin[theme="basic"] .popin-container {
    border-radius: 5px;
    padding: 30px;
    min-width: 900px; }
  .popin[theme="basic"] .popin-container .popin-header {
    margin: 0px 0 40px; }
  .popin[theme="basic"] .popin-container .popin-header .popin-header-title {
    color: #003c9d;
    font-weight: 800;
    text-align: left;
    font-size: 30px;
    font-style: normal; }
  .popin[theme="basic"] .popin-container .popin-header .close {
    color: #003c9d;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    background: none;
    border: 0; }
  .popin[theme="basic"] .popin-container .popin-body input {
    background: white;
    border: 1px solid #003c9d;
    box-sizing: border-box;
    box-shadow: 0px 4px 4px rgba(75, 63, 180, 0.2);
    border-radius: 5px;
    padding: 8px 12px;
    width: 100%; }
  .popin[theme="basic"] .popin-container .popin-body select {
    cursor: pointer;
    color: #003c9d;
    font-weight: bold;
    padding: 6px 6px;
    box-sizing: border-box;
    display: flex;
    background: #fff;
    border: 1px solid rgba(75, 63, 180, 0.1);
    align-items: center;
    border-radius: 10px; }
    .popin[theme="basic"] .popin-container .popin-body select option {
      color: #003c9d; }
  .popin[theme="basic"] .popin-container .popin-body #new-nameVers {
    outline: unset; }
  .popin[theme="basic"] .popin-container .popin-body #modif-commentaire {
    border: 1px solid #003c9d;
    border-radius: 10px; }
  .popin[theme="basic"] .popin-container .popin-body .error {
    line-height: 20px;
    padding: 8px;
    border-radius: 8px;
    background-color: #ffe8e6;
    color: #db2828;
    border: 1px solid #db2828;
    text-align: center;
    margin-bottom: 26px;
    font-weight: 600;
    display: none;
    width: 100%;
    box-sizing: border-box; }
  .popin[theme="basic"] .popin-container .popin-body .success {
    line-height: 20px;
    padding: 8px;
    border-radius: 8px;
    background-color: #fff;
    color: #1a8604;
    text-align: center;
    margin-bottom: 26px;
    font-weight: 600;
    display: none;
    align-items: center;
    justify-content: center;
    width: max-content;
    margin: 0 auto; }
    .popin[theme="basic"] .popin-container .popin-body .success .material-icons-outlined {
      margin-left: 8px; }
  .popin[theme="basic"] .popin-container .popin-footer {
    display: flex;
    justify-content: flex-end;
    margin-top: 50px; }
  @media (max-width: 768px) {
      .popin[theme="basic"] .popin-container .popin-footer {
        margin-top: 0; } }

.popin#popin_create_list .popin-container .popin-body {
  display: flex;
  flex-direction: column; }
  .popin#popin_create_list .popin-container .popin-body .content {
    display: flex;
    width: 100%;
    margin-right: 30px; }
    .popin#popin_create_list .popin-container .popin-body .content input {
      margin-right: 30px; }
    .popin#popin_create_list .popin-container .popin-body .content select {
      min-width: 120px; }

.popin#popin_create_tag .popin-container .popin-body, .popin#popin_edit_tag .popin-container .popin-body {
  display: flex;
  flex-direction: column; }
  .popin#popin_create_tag .popin-container .popin-body .content, .popin#popin_edit_tag .popin-container .popin-body .content {
    display: flex;
    width: 100%;
    margin-right: 30px; }
    .popin#popin_create_tag .popin-container .popin-body .content input, .popin#popin_edit_tag .popin-container .popin-body .content input {
      margin-right: 30px; }
    .popin#popin_create_tag .popin-container .popin-body .content .cp_wrapper, .popin#popin_edit_tag .popin-container .popin-body .content .cp_wrapper {
      overflow: hidden;
      width: 120px;
      height: 26px;
      margin-top: 4px;
      border-radius: 4px;
      box-shadow: 1px 1px 3px 0px grey; }
    .popin#popin_create_tag .popin-container .popin-body .content .cp_wrapper input[type='color'], .popin#popin_edit_tag .popin-container .popin-body .content .cp_wrapper input[type='color'] {
      cursor: pointer;
      padding: 0;
      width: 150%;
      height: 200%;
      margin: -15%; }
    .popin#popin_create_tag .popin-container .popin-body .content select, .popin#popin_edit_tag .popin-container .popin-body .content select {
      min-width: 120px; }

.popin#popin_require_subscribe .popin-container {
  border-radius: 5px;
  width: 37%;
  height: 41%;
  padding: 30px; }
  .popin#popin_require_subscribe .popin-container .popin-header {
    margin-top: 5%;
    height: 25%;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  .popin#popin_require_subscribe .popin-container .popin-header .popin-header-title {
    font-size: 18px;
    font-weight: 500;
    color: black; }
  .popin#popin_require_subscribe .popin-container .popin-header p {
    text-align: start;
    font-size: 25px;
    font-weight: 700; }
    .popin#popin_require_subscribe .popin-container .popin-header p span {
      color: #003c9d;
      font-size: 25px;
      font-weight: 700; }
  .popin#popin_require_subscribe .popin-container .popin-body {
    display: flex; }
  .popin#popin_require_subscribe .popin-container .popin-body .text-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .popin#popin_require_subscribe .popin-container .popin-body .text-container p {
      font-size: 15px;
      margin: 6px 0;
      font-size: 12px;
      font-weight: 500;
      text-align: start;
      line-height: 20px; }
    .popin#popin_require_subscribe .popin-container .popin-body .text-container a {
      text-align: start;
      font-weight: 700;
      line-height: 20px;
      text-decoration: none; }
    .popin#popin_require_subscribe .popin-container .popin-body .text-container a:visited {
      color: #003c9d; }
  .popin#popin_require_subscribe .popin-container .popin-footer {
    margin-top: unset; }
  .popin#popin_require_subscribe .popin-container .popin-footer a {
    letter-spacing: 0;
    width: auto;
    font-weight: 700;
    padding: 9px 20px;
    font-size: 14px;
    height: fit-content; }

[id^=popin_infos_distribs_] .popin-container .popin-header img {
  max-width: 240px;
  max-height: 50px; }
  [id^=popin_infos_distribs_] .popin-container .popin-body {
    text-align: left; }
  [id^=popin_infos_distribs_] .popin-container .popin-body p {
    margin-bottom: 10px;
    line-height: 20px;
    margin-right: 4px; }
    [id^=popin_infos_distribs_] .popin-container .popin-body p span {
      color: #003c9d;
      font-weight: 700;
      line-height: 20px; }
    [id^=popin_infos_distribs_] .popin-container .popin-body p.address {
      font-style: italic; }

.popin#popin_rename_product_list .popin-container .popin-footer .reset-btn {
  margin-right: auto;
  margin-left: 0; }

.popin#popin_link_customer {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: black;
  margin-bottom: 25px; }
  .popin#popin_link_customer span {
    font-size: inherit;
    font-family: inherit;
    font-weight: 800;
    color: #003c9d;
    text-decoration: none;
    cursor: pointer; }
  .popin#popin_link_customer a {
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    color: black;
    text-decoration: underline;
    cursor: pointer; }
  .popin#popin_link_customer a i {
    vertical-align: middle; }
  .popin#popin_link_customer .popin-container {
    max-width: 1600px;
    height: 80vh;
    padding: 0;
    width: 100%; }
  .popin#popin_link_customer .popin-container .popin-header {
    margin: 0; }
  .popin#popin_link_customer .popin-container .popin-header .close {
    z-index: 500; }
  .popin#popin_link_customer .popin-container .popin-body {
    height: 100%;
    display: flex;
    flex-direction: column; }
  .popin#popin_link_customer .popin-container .popin-body > iframe {
    width: 100%;
    height: 100%;
    z-index: 50; }
  .popin#popin_link_customer .popin-container .popin-footer {
    margin-right: 20px;
    margin-bottom: 20px;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 500; }
  .popin#popin_link_customer .popin-container .popin-footer button {
    padding: 10px 20px;
    min-width: unset;
    min-width: none;
    font-size: 12px; }

.popin#popin_type_product .popin-container .popin-body .group_tp {
  display: flex;
  justify-content: space-between;
  margin: auto;
  margin-bottom: 5px; }
  .popin#popin_type_product .popin-container .popin-body .group_tp div {
    display: flex;
    width: 30%;
    justify-content: left; }
  .popin#popin_type_product .popin-container .popin-body .group_tp div input {
    width: 50px; }

.popin#popin_report_product .popin-container .popin-header .popin-header-title, .popin#popin_not_configured_yet .popin-container .popin-header .popin-header-title {
  display: flex;
  align-items: center;
  color: black;
  font-weight: 700; }
  .popin#popin_report_product .popin-container .popin-header .popin-header-title .icon, .popin#popin_not_configured_yet .popin-container .popin-header .popin-header-title .icon {
    color: #003c9d;
    font-size: 1.6em;
    margin-right: 15px; }
  .popin#popin_report_product .popin-container .popin-body .content .text, .popin#popin_not_configured_yet .popin-container .popin-body .content .text {
    text-align: left;
    margin-bottom: 20px;
    line-height: 22px;
    font-weight: 500; }
  .popin#popin_report_product .popin-container .popin-body .content textarea, .popin#popin_not_configured_yet .popin-container .popin-body .content textarea {
    width: 100%;
    border: 1px solid rgba(75, 63, 180, 0.1);
    box-shadow: 0px 4px 4px rgba(75, 63, 180, 0.05);
    border-radius: 5px;
    resize: none;
    padding: 12px 18px;
    box-sizing: border-box; }
  .popin#popin_report_product .popin-container .popin-body .content textarea::placeholder, .popin#popin_not_configured_yet .popin-container .popin-body .content textarea::placeholder {
    color: rgba(0, 0, 0, 0.62);
    font-size: 12px;
    font-style: italic; }
  .popin#popin_report_product .popin-container .popin-footer, .popin#popin_not_configured_yet .popin-container .popin-footer {
    align-items: center; }
  .popin#popin_report_product .popin-container .popin-footer a, .popin#popin_not_configured_yet .popin-container .popin-footer a {
    letter-spacing: 0;
    width: auto;
    font-weight: 700;
    padding: 9px 20px;
    font-size: 14px; }
  .popin#popin_report_product .popin-container .popin-footer .email_btn, .popin#popin_not_configured_yet .popin-container .popin-footer .email_btn {
    font-weight: 500;
    font-size: 12px;
    color: black;
    width: auto; }
  .popin#popin_report_product .popin-container .popin-footer .switch, .popin#popin_not_configured_yet .popin-container .popin-footer .switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
    margin: 0 20px 0 10px;
    padding: 0; }
  .popin#popin_report_product .popin-container .popin-footer .switch input, .popin#popin_not_configured_yet .popin-container .popin-footer .switch input {
    opacity: 0;
    width: 0;
    height: 0; }
  .popin#popin_report_product .popin-container .popin-footer .switch input:checked + .slider, .popin#popin_not_configured_yet .popin-container .popin-footer .switch input:checked + .slider {
    background: rgba(159, 152, 215, 0.45); }
  .popin#popin_report_product .popin-container .popin-footer .switch input:checked + .slider::before, .popin#popin_not_configured_yet .popin-container .popin-footer .switch input:checked + .slider::before {
    transform: translateX(20px); }
  .popin#popin_report_product .popin-container .popin-footer .switch .slider, .popin#popin_not_configured_yet .popin-container .popin-footer .switch .slider {
    border-radius: 50px;
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(75, 63, 180, 0.05);
    transition: 0.2s; }
  .popin#popin_report_product .popin-container .popin-footer .switch .slider div.round, .popin#popin_not_configured_yet .popin-container .popin-footer .switch .slider div.round {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 2px;
    bottom: 2px;
    background-color: #003c9d;
    border-radius: 50px;
    transition: 0.2s; }

.popin#popin_not_configured_yet .popin-container .popin-body * {
  font-size: 15px; }
  .popin#popin_not_configured_yet .popin-container .popin-body * a {
    margin-bottom: 15px; }
  .popin#popin_not_configured_yet .popin-container .success {
    background-color: transparent; }
  .popin#popin_not_configured_yet .popin-container .actions {
    display: flex;
    justify-content: space-around; }
  .popin#popin_not_configured_yet .popin-container .actions > div {
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0px 4px 4px rgba(75, 63, 180, 0.05);
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: rgba(75, 63, 180, 0.05); }
  .popin#popin_not_configured_yet .popin-container .actions p {
    margin-bottom: 20px; }
  .popin#popin_not_configured_yet .popin-container .text-container {
    text-align: left;
    line-height: 20px; }
  .popin#popin_not_configured_yet .popin-container .text-container a {
    color: #003c9d;
    text-decoration: none;
    font-weight: bold; }
  .popin#popin_not_configured_yet .popin-container .text-container ul {
    padding: 20px; }

.popin#popin_notif_new {
  top: 50px !important;
  left: 70px;
  overflow: unset; }
  .popin#popin_notif_new .popin-overlay {
    opacity: 0.4;
    display: block;
    top: 0;
    left: 0; }
  .popin#popin_notif_new .popin-container {
    top: 0 !important;
    border: 1px solid #e9e7ff;
    box-sizing: border-box;
    box-shadow: 0px 4px 4px rgba(75, 63, 180, 0.05);
    border-radius: 5px;
    padding: 17px;
    min-width: unset;
    margin: 0;
    width: max-content; }
  .popin#popin_notif_new .popin-container .popin-header {
    margin-bottom: 10px; }
  .popin#popin_notif_new .popin-container .popin-header .popin-header-title {
    display: block;
    text-align: left;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    text-transform: unset !important;
    letter-spacing: unset !important;
    border: unset !important;
    padding: unset !important;
    width: unset !important;
    margin: unset !important; }
  .popin#popin_notif_new .popin-container .popin-body .text-container p {
    text-align: left !important;
    font-size: 14px;
    color: #003c9d;
    font-weight: 500; }
  .popin#popin_notif_new .popin-container .popin-footer {
    height: unset;
    margin-bottom: unset;
    align-items: center;
    margin-top: 15px; }
  .popin#popin_notif_new .popin-container .popin-footer a {
    font-weight: 700;
    width: 90px;
    height: 20px;
    font-size: 10px;
    line-height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 4px !important;
    letter-spacing: 0.5px;
    flex: unset; }
  .popin#popin_notif_new .popin-container .popin-footer a.remind-me {
    margin-right: 10px;
    box-sizing: border-box;
    color: #003c9d; }
  .popin#popin_notif_new .popin-container .popin-footer a.remind-me:hover {
    text-decoration: underline; }

.popin#add_filter .popin-container .popin-body .query_type {
  display: flex;
  width: 100%; }
  .popin#add_filter .popin-container .popin-body .query_type .form_input {
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
  .popin#add_filter .popin-container .popin-body .query_type .form_input:first-child {
    width: 80%;
    margin-right: 10px; }
  .popin#add_filter .popin-container .popin-body .query_type .form_input:last-child {
    width: 20%; }

.popin#popin_change_designer_zones .popin-container {
  background: #faf9fe;
  max-width: 1200px; }
  .popin#popin_change_designer_zones .popin-container .popin-header .popin-header-title {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    font-size: 35px;
    line-height: 46px;
    color: #003c9d;
    text-transform: none;
    border-bottom: 1px solid #edebff;
    padding-bottom: 17px; }
  .popin#popin_change_designer_zones .popin-container .popin-body .error_conf {
    font-family: 'Montserrat';
    justify-content: center;
    align-items: center;
    font-style: italic;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #c71f2c;
    display: none;
    width: 80%;
    margin: auto;
    margin-bottom: auto; }
  .popin#popin_change_designer_zones .popin-container .popin-body .error_conf.error_conf_header {
    margin-bottom: 10px; }
  .popin#popin_change_designer_zones .popin-container .popin-body .error_conf .material-icons-outlined {
    margin-right: 5px; }
  .popin#popin_change_designer_zones .popin-container .popin-body .views_products {
    display: flex;
    justify-content: space-between;
    width: 80%;
    margin: auto; }
  .popin#popin_change_designer_zones .popin-container .popin-body .views_products .views {
    width: 380px;
    background: #fff;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: center; }
  .popin#popin_change_designer_zones .popin-container .popin-body .views_products .views .product_name {
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 14px;
    line-height: 18px; }
  .popin#popin_change_designer_zones .popin-container .popin-body .views_products .views .view_container {
    display: flex; }
  .popin#popin_change_designer_zones .popin-container .popin-body .views_products .views .view_container .view .view_img {
    min-width: 100px;
    max-width: 150px; }
  .popin#popin_change_designer_zones .popin-container .popin-body .views_products .views .view_container .view .view_img img {
    width: 100%; }
  .popin#popin_change_designer_zones .popin-container .popin-body .views_products .views .view_container .view .view_name {
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 12px;
    line-height: 16px; }
  .popin#popin_change_designer_zones .popin-container .popin-body .separator {
    width: 90%;
    height: 1px;
    margin: 10px auto;
    background: #edebff; }
  .popin#popin_change_designer_zones .popin-container .popin-body #conf_emp_container {
    display: flex;
    flex-direction: column;
    max-height: 350px;
    overflow-y: auto;
    width: 80%;
    margin: auto;
    scrollbar-color: #003c9d #f4f4f4;
    scrollbar-width: thin; }
  .popin#popin_change_designer_zones .popin-container .popin-body #conf_emp_container::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: #f4f4f4; }
  .popin#popin_change_designer_zones .popin-container .popin-body #conf_emp_container::-webkit-scrollbar-thumb {
    background: #003c9d; }
  .popin#popin_change_designer_zones .popin-container .popin-body #conf_emp_container .old_new_emp {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px; }
  .popin#popin_change_designer_zones .popin-container .popin-body #conf_emp_container .old_new_emp span {
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    width: 380px;
    text-align: center; }
  .popin#popin_change_designer_zones .popin-container .popin-body #conf_emp_container .conf_emp {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    border-radius: 5px;
    min-height: 100px;
    min-height: 150px;
    margin-bottom: 24px;
    width: 100%;
    margin: auto;
    padding: 0 0; }
  .popin#popin_change_designer_zones .popin-container .popin-body #conf_emp_container .conf_emp .preview_conf {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 380px; }
  .popin#popin_change_designer_zones .popin-container .popin-body #conf_emp_container .conf_emp .preview_conf p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 15px; }
  .popin#popin_change_designer_zones .popin-container .popin-body #conf_emp_container .conf_emp .choose_emp {
    display: flex;
    flex-direction: column;
    width: 300px;
    margin-right: 40px; }
  .popin#popin_change_designer_zones .popin-container .popin-body #conf_emp_container .conf_emp .choose_emp select.new_emp {
    background: #fff;
    border: 1px solid #e9e7ff;
    border-radius: 5px;
    color: black;
    height: 36px; }
  .popin#popin_change_designer_zones .popin-container .popin-footer {
    display: flex;
    justify-content: flex-end; }
  .popin#popin_change_designer_zones .popin-container .popin-footer .spbtnblue {
    padding: 0;
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    width: 200px;
    height: 48px;
    margin: unset; }
  .popin#popin_change_designer_zones .popin-container .popin-footer .spbtnblue:nth-child(1) {
    margin-right: 16px; }

.popin#popin_client_choice .popin-container, .popin#popin_customer_project_choice .popin-container {
  max-width: 1600px;
  width: 100%; }
  .popin#popin_client_choice .popin-container .popin-header, .popin#popin_customer_project_choice .popin-container .popin-header {
    margin: 0; }
  .popin#popin_client_choice .popin-container .popin-header .close, .popin#popin_customer_project_choice .popin-container .popin-header .close {
    z-index: 500; }
  .popin#popin_client_choice .popin-container .popin-body, .popin#popin_customer_project_choice .popin-container .popin-body {
    height: 70vh; }
  .popin#popin_client_choice .popin-container .popin-body iframe, .popin#popin_customer_project_choice .popin-container .popin-body iframe {
    width: 100%;
    height: 100%; }
  .popin#popin_client_choice .popin-container .popin-footer form, .popin#popin_customer_project_choice .popin-container .popin-footer form, .popin#popin_client_choice .popin-container .popin-footer > div, .popin#popin_customer_project_choice .popin-container .popin-footer > div {
    display: flex; }

.popin#askModif .popin-container .popin-body form .box_modif_files {
  height: 116px;
  border-radius: 5px;
  position: relative;
  border: 1px dashed #003c9d;
  padding: 16px 12px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  color: #003c9d;
  box-sizing: border-box; }
  .popin#askModif .popin-container .popin-body form .box_modif_files input[type="file"] {
    width: 0;
    height: 0; }
  .popin#askModif .popin-container .popin-body form .box_modif_files .modif_files {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%; }
  .popin#askModif .popin-container .popin-body form .box_modif_files .download_icon {
    font-size: 50px; }
  .popin#askModif .popin-container .popin-body form .box_modif_files .download_text {
    font-weight: 600; }
  .popin#askModif .popin-container .popin-body form .box_import_files {
    display: flex;
    flex-wrap: wrap; }
  .popin#askModif .popin-container .popin-body form .box_import_files .import_file {
    margin-right: 16px;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    padding: 6px;
    background-color: #f6f5fb;
    border-radius: 5px;
    width: fit-content;
    min-width: 80px;
    max-width: 400px;
    font-weight: 500; }
  .popin#askModif .popin-container .popin-body form .box_import_files .import_file span.filename {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .popin#askModif .popin-container .popin-body form .box_import_files .import_file .del_file {
    margin-left: auto;
    color: #003c9d;
    cursor: pointer; }

.popin#import-popin .popin-container .popin-body .import-clients-description {
  text-align: left; }
  .popin#import-popin .popin-container .popin-body form {
    margin: 20px auto 0 auto; }
  .popin#import-popin .popin-container .popin-body form #InputFileBTNOptions {
    width: 100%;
    position: absolute;
    cursor: pointer;
    height: 100%;
    z-index: 5; }

.popin#Popin_noLogo .popin-container .popin-header .popin-header-title {
  text-align: left;
  text-transform: none; }
  .popin#Popin_noLogo .popin-container .popin-header .popin-header-title span.material-icons-outlined {
    margin: 0 10px; }

.popin#popin_client_choice .popin-container {
  background-color: #f9fafb; }

.popin#newTagPopin .popin-container .popin-body input {
  text-align: left; }
  .popin#newTagPopin .popin-container .popin-body .select2 .select2-selection__rendered {
    background: white;
    border: 1px solid #003c9d;
    box-sizing: border-box;
    box-shadow: 0px 4px 4px rgba(75, 63, 180, 0.2);
    border-radius: 5px;
    width: 100%;
    text-align: left; }

.popin#emb_user_params .popin-container {
  max-width: 1600px; }
  .popin#emb_user_params .popin-container .popin-body .emb_params {
    display: flex;
    justify-content: space-around; }
  .popin#emb_user_params .popin-container .popin-body .emb_params .user_parameters {
    text-align: left; }
  .popin#emb_user_params .popin-container .popin-body .emb_params .user_parameters .emb_sheet_label {
    margin-bottom: 0px; }
  .popin#emb_user_params .popin-container .popin-body .emb_params .user_parameters .emb_sheet_value {
    font-weight: 300; }
  .popin#emb_user_params .popin-container .popin-body .emb_params .support_parameters table {
    font-weight: 300; }
  .popin#emb_user_params .popin-container .popin-body .emb_params .support_parameters table thead {
    background: rgba(75, 63, 180, 0.05);
    border-top: 1px solid #e9e7ff;
    border-radius: 5px; }
  .popin#emb_user_params .popin-container .popin-body .emb_params .support_parameters table thead td {
    padding: 10px; }
  .popin#emb_user_params .popin-container .popin-body .emb_params .support_parameters table tbody tr, .popin#emb_user_params .popin-container .popin-body .emb_params .support_parameters table tbody td {
    border: 1px solid #e9e7ff; }
  .popin#emb_user_params .popin-container .popin-body .emb_params .support_parameters table tbody td {
    padding: 10px; }

.popin#user-popin .popin-container .popin-body .flex-label {
  margin-bottom: 4px; }
  .popin#user-popin .popin-container .popin-body .box_firstname_lastname {
    width: 100%; }
  .popin#user-popin .popin-container .popin-body .box_firstname_lastname .box_firstname_lastname_title {
    font-size: 16px;
    padding: 0px 20px;
    text-align: left; }
  .popin#user-popin .popin-container .popin-body .box_firstname_lastname .box_firstname_lastname_input {
    display: flex; }
  .popin#user-popin .popin-container .popin-body .box_permission_management {
    width: 100%; }
  .popin#user-popin .popin-container .popin-body .box_permission_management .box_permission_management_title {
    margin-top: 16px;
    font-size: 16px;
    padding: 0px 20px;
    text-align: left; }
  .popin#user-popin .popin-container .popin-body .box_permission_management .box_permission_management_input {
    padding-left: 12px;
    display: flex;
    flex-direction: column; }
  .popin#user-popin .popin-container .popin-body .mail_error {
    color: #c71f2c;
    font-weight: 600;
    margin-top: 10px;
    text-align: left; }
  .popin#user-popin .popin-container .popin-body .password_error {
    color: #c71f2c;
    font-weight: 600;
    text-align: left;
    margin-left: 20px; }

.popin#helpCenter .popin-container .popin-body label {
  color: black;
  text-align: left; }
  .popin#helpCenter .popin-container .popin-body select {
    color: black;
    font-weight: 300; }
  .popin#helpCenter .popin-container .popin-body option {
    color: black;
    font-weight: 300; }
  .popin#helpCenter .popin-container .popin-body textarea {
    width: 100%;
    height: 120px;
    padding: 12px 20px;
    box-sizing: border-box;
    border: 1px solid #e9e7ff;
    border-radius: 5px;
    background-color: #fff;
    font-size: 16px;
    resize: none; }
  .popin#helpCenter .popin-container .popin-body a:visited {
    color: #003c9d; }
  .popin#helpCenter .popin-container .popin-body .selectTitle {
    text-align: left; }
  .popin#helpCenter .popin-container .popin-body .firstSelect, .popin#helpCenter .popin-container .popin-body .secondSelect {
    text-align: left;
    width: 100%;
    color: black;
    padding: 10px;
    font-weight: 200;
    margin-bottom: 30px; }
  .popin#helpCenter .popin-container .popin-body #thirdSelect .askOpenForms {
    margin-bottom: 35px; }
  .popin#helpCenter .popin-container .popin-body .book_demo {
    color: #003c9d;
    cursor: pointer; }
  .popin#helpCenter .popin-container .popin-body .askOpenForms #show_form {
    margin-top: 20px; }
  .popin#helpCenter .popin-container .popin-body .askOpenForms #show_form i {
    font-style: unset; }
  .popin#helpCenter .popin-container .popin-body .formsHelpCenter {
    display: flex;
    flex-direction: column;
    align-content: space-between;
    text-align: left; }
  .popin#helpCenter .popin-container .popin-body .formsHelpCenter input {
    height: 36px;
    border: 1px solid #e9e7ff;
    font-weight: 200;
    box-shadow: unset; }
  .popin#helpCenter .popin-container .popin-body .formsHelpCenter > div {
    margin-bottom: 35px; }
  .popin#helpCenter .popin-container .popin-body .formsHelpCenter .FirstNameLastNameInput {
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
  .popin#helpCenter .popin-container .popin-body .formsHelpCenter .FirstNameLastNameInput input {
    display: flex;
    flex-direction: row;
    width: 100%; }
  .popin#helpCenter .popin-container .popin-body .formsHelpCenter .FirstNameLastNameInput div {
    width: 45%; }
  .popin#helpCenter .popin-container .popin-body .formsHelpCenter .file-upload {
    display: flex;
    width: 35%;
    align-items: flex-start; }
  .popin#helpCenter .popin-container .popin-body .formsHelpCenter .addFileCenterHelp {
    display: flex;
    justify-content: center; }
  .popin#helpCenter .popin-container .popin-body .formsHelpCenter .alignButtonSend {
    display: flex;
    justify-content: flex-end;
    margin-top: -35px;
    margin-bottom: 0px; }
  .popin#helpCenter .popin-container .popin-body .formsHelpCenter .formsHelpCenter {
    display: none; }
  .popin#helpCenter .popin-container .popin-body .formsHelpCenter .blueTextCenterHelp {
    color: #003c9d;
    margin-top: 30px; }
  .popin#helpCenter .popin-container .popin-body .formsHelpCenter .fileslist {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    font-family: 'Montserrat'; }
  .popin#helpCenter .popin-container .popin-body .formsHelpCenter .fileslist .box {
    display: flex;
    align-items: center;
    justify-content: start;
    margin: 0 5px 0 0px;
    min-width: 150px; }
  .popin#helpCenter .popin-container .popin-body .formsHelpCenter .fileslist .box button i {
    color: #e4205e;
    cursor: pointer;
    font-size: 20px; }
  .popin#helpCenter .popin-container .popin-body .formsHelpCenter .fileslist .box .file-label {
    margin: 0 !important;
    cursor: pointer;
    padding: 10px;
    border-radius: 5px;
    transition: all 0.2s ease-in-out;
    background: #f6f5fb; }
  .popin#helpCenter .popin-container .popin-body .formsHelpCenter .fileslist .box .file-label:hover {
    background: #e8e7ea; }
  .popin#helpCenter .popin-container .popin-body .formsHelpCenter .fileslist .box .file-upload {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1; }
  .popin#helpCenter .popin-container .popin-body .formsHelpCenter #addFile {
    margin: 16px auto; }

.popin#popin_choose_bat .popin-container .popin-body {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .popin#popin_choose_bat .popin-container .popin-body .mockup-card {
    cursor: pointer;
    border: solid 1px transparent;
    margin-top: 5px;
    padding: 10px; }
  .popin#popin_choose_bat .popin-container .popin-body .mockup-card[chosen] {
    border: solid 1px #003c9d; }
  .popin#popin_choose_bat .popin-container .popin-body .mockup-card .mockup_img img {
    width: auto;
    height: auto;
    max-width: 150px;
    max-height: 150px; }

.popin#create_address_popin .popin-container form .form-group {
  position: relative; }
  .popin#create_address_popin .popin-container form .form-group span.invalid_message {
    display: none;
    font-weight: 400;
    font-size: 10px;
    line-height: 130.5%;
    color: #db2828;
    text-align: start;
    position: absolute;
    bottom: -5px; }

.popin.sizes_create_person_list_show_more_popin .popin-container .popin-body input {
  border: 0px solid transparent;
  padding: 0px;
  box-shadow: none; }
  .popin.sizes_create_person_list_show_more_popin .popin-container .popin-body table td, .popin.sizes_create_person_list_show_more_popin .popin-container .popin-body table th {
    padding: 5px; }

.popin#popin_create_custom_product .popin-container .popin-body .required_input, .popin#popin_create_custom_product .popin-container .popin-body .dropdown_required {
  border: 1px solid #c71f2c; }
  .popin#popin_create_custom_product .popin-container .popin-body .invalid_message_name, .popin#popin_create_custom_product .popin-container .popin-body .invalid_message_size {
    display: none;
    font-weight: 400;
    font-size: 10px;
    line-height: 130.5%;
    color: #db2828; }

.popin#popin_warning_contact_empty_customerproject .popin-container, .popin#popin_warning_addresses_empty_customerproject .popin-container, .popin#popin_warning_product_empty_customerproject .popin-container, .popin#popin_warning_missing_elements_customerproject .popin-container {
  min-width: unset;
  width: 500px; }
  .popin#popin_warning_contact_empty_customerproject .popin-container .popin-body .content, .popin#popin_warning_addresses_empty_customerproject .popin-container .popin-body .content, .popin#popin_warning_product_empty_customerproject .popin-container .popin-body .content, .popin#popin_warning_missing_elements_customerproject .popin-container .popin-body .content {
    display: flex; }
  .popin#popin_warning_contact_empty_customerproject .popin-container .popin-body .content .warning_icon, .popin#popin_warning_addresses_empty_customerproject .popin-container .popin-body .content .warning_icon, .popin#popin_warning_product_empty_customerproject .popin-container .popin-body .content .warning_icon, .popin#popin_warning_missing_elements_customerproject .popin-container .popin-body .content .warning_icon {
    color: #c71f2c;
    font-size: 18px;
    margin-right: 16px; }
  .popin#popin_warning_contact_empty_customerproject .popin-container .popin-body .content .text, .popin#popin_warning_addresses_empty_customerproject .popin-container .popin-body .content .text, .popin#popin_warning_product_empty_customerproject .popin-container .popin-body .content .text, .popin#popin_warning_missing_elements_customerproject .popin-container .popin-body .content .text {
    color: #003c9d;
    font-weight: 600;
    text-align: left; }
  .popin#popin_warning_contact_empty_customerproject .popin-container .popin-body .content .text ul, .popin#popin_warning_addresses_empty_customerproject .popin-container .popin-body .content .text ul, .popin#popin_warning_product_empty_customerproject .popin-container .popin-body .content .text ul, .popin#popin_warning_missing_elements_customerproject .popin-container .popin-body .content .text ul {
    margin-left: 16px;
    line-height: 18px; }
  .popin#popin_warning_contact_empty_customerproject .popin-container .popin-body .content .text ul li, .popin#popin_warning_addresses_empty_customerproject .popin-container .popin-body .content .text ul li, .popin#popin_warning_product_empty_customerproject .popin-container .popin-body .content .text ul li, .popin#popin_warning_missing_elements_customerproject .popin-container .popin-body .content .text ul li {
    list-style-type: initial; }
  .popin#popin_warning_contact_empty_customerproject .popin-container .popin-footer, .popin#popin_warning_addresses_empty_customerproject .popin-container .popin-footer, .popin#popin_warning_product_empty_customerproject .popin-container .popin-footer, .popin#popin_warning_missing_elements_customerproject .popin-container .popin-footer {
    justify-content: center; }

.popin#popin_block_modification .popin-container .popin-body {
  display: flex; }
  .popin#popin_block_modification .popin-container .popin-body .block_modification_content {
    color: #003c9d;
    text-align: left;
    margin-left: 2rem; }
  .popin#popin_block_modification .popin-container .popin-body .block_modification_content .modification {
    color: #7634db; }
  .popin#popin_block_modification .popin-container .popin-body .material-icons-two-tone {
    color: #c71f2c; }

.popin#popin_clear_all_notifications .popin-container {
  min-width: unset;
  width: 500px; }
  .popin#popin_clear_all_notifications .popin-container .popin-body .content {
    display: block !important;
    color: #003c9d;
    font-size: 14px;
    font-weight: 600; }
  .popin#popin_clear_all_notifications .popin-footer {
    justify-content: center; }

.popin#askModif .d-none {
  display: none !important; }
  .popin#askModif .popin-container {
    text-align: left; }
  .popin#askModif .popin-container .popin-body {
    font-weight: 500; }
  .popin#askModif .popin-container .popin-body .text-information {
    margin: 0;
    margin-bottom: 32px;
    color: #003c9d; }
  .popin#askModif .popin-container .popin-body .form-group {
    margin-bottom: 32px; }
  .popin#askModif .popin-container .popin-body .form-group.modif_type .information_type {
    background-color: #faf9fe;
    padding: 10px;
    margin-top: 10px;
    border-radius: 5px;
    color: #003c9d;
    font-size: 12px;
    font-weight: 500; }
  .popin#askModif .popin-container .popin-body .form-group .annotation {
    font-size: 10px;
    font-weight: 500;
    color: black;
    background-color: transparent;
    border: none;
    display: inline-block;
    text-align: left;
    margin-bottom: 0;
    padding: 0;
    padding-top: 3px; }
  .popin#askModif .popin-container .popin-body .form-group .annotation.error {
    color: #c71f2c; }
  .popin#askModif .popin-container .popin-body .form-group .annotation.information {
    color: #aaa; }
  .popin#askModif .popin-container .popin-body .form-group label {
    cursor: auto;
    font-size: 12px;
    margin-bottom: 7px;
    display: inline-block; }
  .popin#askModif .popin-container .popin-body .form-group input, .popin#askModif .popin-container .popin-body .form-group select, .popin#askModif .popin-container .popin-body .form-group textarea#modif-commentaire {
    border-color: #e9e7ff;
    color: black;
    border-radius: 5px;
    font-weight: 500; }
  .popin#askModif .popin-container .popin-body .form-group input.color_error, .popin#askModif .popin-container .popin-body .form-group select.color_error, .popin#askModif .popin-container .popin-body .form-group textarea#modif-commentaire.color_error {
    border-color: #c71f2c; }
  .popin#askModif .popin-container .popin-body .form-group input {
    box-shadow: none;
    margin-bottom: 4px; }
  .popin#askModif .popin-container .popin-body .form-group select {
    width: 100%;
    padding: 8px 12px; }
  .popin#askModif .popin-container .popin-body .form-group select option {
    color: black; }
  .popin#askModif .popin-container .popin-body .form-group textarea#modif-commentaire {
    width: 100%;
    box-sizing: border-box;
    min-height: 150px;
    resize: vertical;
    max-height: 300px; }
  .popin#askModif .popin-container .popin-body .double-form {
    display: flex;
    justify-content: space-between; }
  .popin#askModif .popin-container .popin-body .double-form > * {
    width: 388px;
    min-width: 48%; }
  .popin#askModif .popin-container .popin-body .command-history span.subtitle {
    font-weight: 600;
    font-size: 14px;
    color: black;
    margin-bottom: 20px;
    display: inline-block; }
  .popin#askModif .popin-container .popin-body .command-history .modification_item {
    padding: 10px;
    border: #e9e7ff 1px solid;
    border-radius: 5px;
    margin-bottom: 15px;
    width: 100%;
    box-sizing: border-box; }
  .popin#askModif .popin-container .popin-body .command-history .modification_item .content {
    display: inline-block; }
  .popin#askModif .popin-container .popin-body .command-history .modification_item.minimized {
    display: flex;
    justify-content: space-between; }
  .popin#askModif .popin-container .popin-body .command-history .modification_item.minimized .content {
    overflow: hidden;
    min-width: 50%;
    text-overflow: ellipsis;
    word-wrap: break-word; }
  .popin#askModif .popin-container .popin-body .command-history .modification_item .tag {
    text-align: right;
    min-width: 30%;
    font-size: 12px; }
  .popin#askModif .popin-container .popin-body .command-history .modification_item .tag i {
    font-size: 18px; }
  .popin#askModif .popin-container .popin-body .command-history .modification_item .tag.color_error {
    color: #c71f2c; }
  .popin#askModif .popin-container .popin-body .command-history .modification_item .tag.color_warning {
    color: #e99a00; }
  .popin#askModif .popin-container .popin-body .command-history .modification_item .tag.color_success {
    color: #238443; }
  .popin#askModif .popin-container .popin-body .command-history .modification_item.no_modification {
    color: #aaa;
    text-align: center; }
  .popin#askModif .popin-container .popin-body .command-history .modification_item.enlarged {
    display: block; }
  .popin#askModif .popin-container .popin-body .command-history .modification_item.enlarged .header div {
    display: flex;
    justify-content: space-between; }
  .popin#askModif .popin-container .popin-body .command-history .modification_item.enlarged .header div .title {
    font-weight: 700; }
  .popin#askModif .popin-container .popin-body .command-history .modification_item.enlarged > .content {
    margin: 15px 0; }
  .popin#askModif .popin-container .popin-body .command-history .modification_item.enlarged .footer {
    color: #909090; }
  .popin#askModif .popin-container .popin-body .command-history .see_more_block {
    display: flex;
    justify-content: center; }
  .popin#askModif .popin-container .popin-body .command-history .see_more_block .see_more {
    text-decoration: underline; }
  .popin#askModif .popin-container .popin-body .command-history .see_more_block .see_more:hover {
    cursor: pointer; }
  .popin#askModif .popin-container .popin-footer {
    justify-content: center; }
  .popin#askModif .popin-container .popin-footer button {
    width: 149px; }

@media all and (max-width: 1300px) {
  .popin[theme="basic"] .popin-container {
    min-width: unset; }

  .popin#askModif .popin-container {
    width: auto;
    margin: auto 20px; }
    .popin#askModif .popin-container .popin-header h2 {
      font-size: 20px; }
    .popin#askModif .popin-container .popin-body .double-form {
      flex-direction: column; }
      .popin#askModif .popin-container .popin-body .double-form > * {
        width: unset; }
      .popin#askModif .popin-container .popin-body .form-group {
        width: 100%; } }
