@import url('https://fonts.googleapis.com/css?family=Open+Sans|Oswald&display=swap');
@keyframes new_anim {
  0% {
    transform: scaleX(1) scale3d(1, 1, 1) rotate(-2deg); }
  5%, 10% {
    transform: scale3d(0.98, 0.98, 0.98) rotate(-2deg); }
  15%, 25%, 35%, 45% {
    transform: scale3d(1.01, 1.01, 1.01) rotate(2deg); }
  20%, 30%, 40% {
    transform: scale3d(1.01, 1.01, 1.01) rotate(-2deg); }
  50% {
    transform: scale3d(0.98, 0.98, 0.98) rotate(-2deg); }
  60%, 100% {
    transform: scaleX(1) scale3d(1, 1, 1) rotate(-2deg); } }

.bat-popin.popin-delete .popin-container {
  min-width: 555px !important;
  max-width: 555px !important; }
.bat-popin .popin-container {
  min-width: 700px !important;
  max-width: 700px !important; }
.bat-popin .container-field {
  margin-bottom: 30px; }
  .bat-popin .container-field label {
    font-weight: 500;
    font-size: 12px;
    line-height: 30px;
    display: flex;
    align-items: center;
    color: #000000; }
  .bat-popin .container-field input {
    background: #FFFFFF;
    border: 1px solid #E9E7FF;
    border-radius: 5px;
    box-shadow: none;
    padding: 8px 12px;
    width: 100%;
    box-sizing: border-box; }
.bat-popin p {
  font-weight: 600;
  font-size: 14px;
  margin-top: -10px;
  margin-bottom: 40px;
  color: #003C9D; }
.bat-popin .form-group.button-group.button-group-single {
  justify-content: center; }
.bat-popin .popin-buttons {
  display: flex;
  justify-content: center; }
  .bat-popin .popin-buttons .sp_button {
    font-size: 14px;
    width: 150px;
    margin-left: 0; }
    .bat-popin .popin-buttons .sp_button + .sp_button {
      margin-left: 35px; }

.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: #FFFFFF;
    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; }

.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: 20px;
  width: 420px;
  max-width: 90vw;
  min-width: 500px;
  padding: 0;
  background: #FFFFFF;
  position: relative;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  text-align: left; }
  .popin#popin_require_subscribe .popin-container .close {
    position: absolute;
    top: 12px;
    right: 12px;
    color: #999;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 10;
    padding: 4px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: background 0.2s ease; }
    .popin#popin_require_subscribe .popin-container .close:hover {
      background: rgba(0, 0, 0, 0.05); }
    .popin#popin_require_subscribe .popin-container .close .material-icons {
      font-size: 20px; }
  .popin#popin_require_subscribe .popin-container .popin-badge {
    background: #F5F3FF;
    color: #6B5FB4;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 20px;
    text-align: left;
    margin: 0; }
    .popin#popin_require_subscribe .popin-container .popin-badge .sparkle-icon {
      font-size: 14px; }
  .popin#popin_require_subscribe .popin-container .popin-content-wrapper {
    padding: 24px 32px 32px; }
  .popin#popin_require_subscribe .popin-container .popin-header {
    text-align: left;
    background: #F9F7FF;
    border-radius: 10px;
    margin: 15px 0;
    padding: 20px; }
    .popin#popin_require_subscribe .popin-container .popin-header .prime-text {
      font-size: inherit; }
    .popin#popin_require_subscribe .popin-container .popin-header .popin-header-title {
      font-size: 32px;
      font-weight: 700;
      color: #000000;
      line-height: 1.2;
      margin: 0 0 8px 0;
      text-align: left; }
      .popin#popin_require_subscribe .popin-container .popin-header .popin-header-title .prime-text {
        color: #003C9D;
        font-weight: 700; }
    .popin#popin_require_subscribe .popin-container .popin-header .popin-subtitle {
      font-size: 14px;
      font-weight: 400;
      color: #666666;
      margin: 0;
      line-height: 1.5; }
  .popin#popin_require_subscribe .popin-container .popin-promo {
    margin: 16px 0 0;
    font-size: 12px;
    line-height: 1.5;
    color: #555555;
    border-radius: 4px;
    text-align: left; }
    .popin#popin_require_subscribe .popin-container .popin-promo .promo-icon {
      margin-right: 4px; }
  .popin#popin_require_subscribe .popin-container .popin-cta-text {
    font-size: 13px;
    color: #333333;
    margin: 0 0 20px 0;
    text-align: left; }
    .popin#popin_require_subscribe .popin-container .popin-cta-text strong {
      font-weight: 700; }
  .popin#popin_require_subscribe .popin-container .popin-body {
    margin-bottom: 24px; }
    .popin#popin_require_subscribe .popin-container .popin-body .features-list {
      display: flex;
      flex-direction: column;
      gap: 14px; }
      .popin#popin_require_subscribe .popin-container .popin-body .features-list .feature-item {
        display: flex;
        align-items: center;
        gap: 14px; }
        .popin#popin_require_subscribe .popin-container .popin-body .features-list .feature-item .feature-icon {
          width: 44px;
          height: 44px;
          min-width: 44px;
          border-radius: 50%;
          display: flex;
          align-items: center;
          justify-content: center;
          flex-shrink: 0; }
          .popin#popin_require_subscribe .popin-container .popin-body .features-list .feature-item .feature-icon i {
            font-size: 24px; }
          .popin#popin_require_subscribe .popin-container .popin-body .features-list .feature-item .feature-icon.purple {
            background: #F3EEFF;
            color: #7B34DB; }
          .popin#popin_require_subscribe .popin-container .popin-body .features-list .feature-item .feature-icon.blue {
            background: #E3F2FD;
            color: #2196F3; }
          .popin#popin_require_subscribe .popin-container .popin-body .features-list .feature-item .feature-icon.pink {
            background: #FCE4EC;
            color: #E91E63; }
          .popin#popin_require_subscribe .popin-container .popin-body .features-list .feature-item .feature-icon.blue-light {
            background: #E1F5FE;
            color: #03A9F4; }
        .popin#popin_require_subscribe .popin-container .popin-body .features-list .feature-item span {
          font-size: 14px;
          line-height: 1.4;
          color: #333333;
          font-weight: 400; }
  .popin#popin_require_subscribe .popin-container .popin-footer {
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px; }
    .popin#popin_require_subscribe .popin-container .popin-footer .btn-primary {
      background: linear-gradient(90deg, #4F46E5 0%, #7C3AED 100%);
      color: white;
      font-size: 15px;
      font-weight: 600;
      padding: 14px 32px;
      border: none;
      border-radius: 10px;
      cursor: pointer;
      width: 100%;
      box-shadow: 0 4px 12px rgba(79, 70, 229, 0.3);
      transition: all 0.2s ease; }
      .popin#popin_require_subscribe .popin-container .popin-footer .btn-primary:hover {
        transform: translateY(-1px);
        box-shadow: 0 6px 16px rgba(79, 70, 229, 0.4); }
    .popin#popin_require_subscribe .popin-container .popin-footer .footer-info {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 6px;
      font-size: 12px;
      color: #666666;
      margin: 4px 0; }
      .popin#popin_require_subscribe .popin-container .popin-footer .footer-info i {
        font-size: 18px;
        color: #999999; }
      .popin#popin_require_subscribe .popin-container .popin-footer .footer-info span {
        font-size: 12px; }
    .popin#popin_require_subscribe .popin-container .popin-footer .learn-more-link {
      font-size: 13px;
      color: #003C9D;
      text-decoration: none;
      font-weight: 600;
      transition: color 0.2s ease;
      margin-top: 4px; }
      .popin#popin_require_subscribe .popin-container .popin-footer .learn-more-link .arrow {
        margin-left: 4px;
        transition: transform 0.2s ease;
        display: inline-block; }
      .popin#popin_require_subscribe .popin-container .popin-footer .learn-more-link:hover {
        color: #00296a; }
        .popin#popin_require_subscribe .popin-container .popin-footer .learn-more-link:hover .arrow {
          transform: translateX(3px); }

.popin#popin_require_subscribe.popin-no-ai .popin-container {
  border-radius: 5px;
  width: 37%;
  padding: 30px;
  min-width: unset;
  box-shadow: none; }
  .popin#popin_require_subscribe.popin-no-ai .popin-container .close {
    color: #003C9D;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    background: none;
    border: 0;
    width: auto;
    height: auto;
    border-radius: 0; }
    .popin#popin_require_subscribe.popin-no-ai .popin-container .close:hover {
      background: none; }
  .popin#popin_require_subscribe.popin-no-ai .popin-container .popin-badge, .popin#popin_require_subscribe.popin-no-ai .popin-container .popin-content-wrapper {
    display: none; }
  .popin#popin_require_subscribe.popin-no-ai .popin-container .popin-header {
    margin-top: 5%;
    height: 25%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: none;
    border-radius: 0;
    padding: 0; }
    .popin#popin_require_subscribe.popin-no-ai .popin-container .popin-header .popin-header-title {
      font-size: 18px;
      font-weight: 500;
      color: black; }
    .popin#popin_require_subscribe.popin-no-ai .popin-container .popin-header p {
      text-align: start;
      font-size: 25px;
      font-weight: 700; }
      .popin#popin_require_subscribe.popin-no-ai .popin-container .popin-header p span {
        color: #003C9D;
        font-size: 25px;
        font-weight: 700; }
  .popin#popin_require_subscribe.popin-no-ai .popin-container .popin-body {
    display: flex; }
    .popin#popin_require_subscribe.popin-no-ai .popin-container .popin-body .text-container {
      width: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center; }
      .popin#popin_require_subscribe.popin-no-ai .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-no-ai .popin-container .popin-body .text-container a {
        text-align: start;
        font-weight: 700;
        line-height: 20px;
        text-decoration: none; }
        .popin#popin_require_subscribe.popin-no-ai .popin-container .popin-body .text-container a:visited {
          color: #003C9D; }
  .popin#popin_require_subscribe.popin-no-ai .popin-container .popin-footer {
    margin-top: unset; }
    .popin#popin_require_subscribe.popin-no-ai .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: #FFFFFF;
    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: #FFFFFF;
    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: #FFFFFF;
        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: #ffffff;
  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: #AAAAAA; }
      .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: #AAAAAA;
        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 (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%; } }

#not_editable_config .popin-container .popin-body .block_edit_config {
  color: #003C9D;
  text-align: left;
  margin-left: 2rem;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 36px; }
  #not_editable_config .popin-container .popin-body .block_edit_config p {
    font-size: 15px; }
#not_editable_config .popin-container .popin-body .popin-buttons-bottom {
  display: flex;
  justify-content: space-between; }

#create_mockup_icare .popin-container {
  min-width: 400px;
  width: 550px; }
  #create_mockup_icare .popin-container .popin-body {
    color: #003C9D;
    text-align: left;
    margin-left: 2rem;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 70px; }
    #create_mockup_icare .popin-container .popin-body p {
      font-size: 15px; }
    #create_mockup_icare .popin-container .popin-body .input_icare_code {
      width: 10vw; }
    #create_mockup_icare .popin-container .popin-body .input-part {
      text-align: center;
      margin-bottom: 20px; }
      #create_mockup_icare .popin-container .popin-body .input-part p {
        margin: 0 0 10px;
        font-size: 16px;
        color: #333; }
      #create_mockup_icare .popin-container .popin-body .input-part input {
        width: 100%;
        max-width: 300px;
        padding: 10px;
        font-size: 14px;
        border: 1px solid #ccc;
        border-radius: 4px; }
    #create_mockup_icare .popin-container .popin-body .popin-buttons-bottom {
      display: flex;
      justify-content: space-between;
      position: absolute;
      bottom: 20px;
      right: 20px; }

.color_free {
  color: black !important; }

.color_starter {
  color: #F8B500 !important; }

.color_business {
  color: #F0134D !important; }

.color_pro {
  color: #00ADB5 !important; }

.color_entreprise {
  color: #003c9d !important; }

.bg_free {
  background: #4B3FB40D !important; }

.bg_basics {
  background: #4B3FB40D !important; }

.bg_starter {
  background: #F8B500 !important; }

.bg_business {
  background: #F0134D !important; }

.bg_pro {
  background: #00ADB5 !important; }

.bg_entreprise, .bg_prime {
  background: #003c9d !important; }

.button-link {
  display: block;
  background-color: #ffb400;
  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: #ffb400;
    border: 1px solid #ffb400;
    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; }

.d-none {
  display: none; }

.d-flex {
  display: flex; }

.sp-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 18px;
  position: relative;
  cursor: pointer; }
  .sp-menu-vertical {
    flex-direction: column;
    align-items: flex-end;
    width: 18px;
    height: auto; }
    .sp-menu-vertical .sp-menu-dots .sp-menu-dot {
      display: block;
      background-color: #003C9D;
      transition: all 0.2s ease; }
      .sp-menu-vertical .sp-menu-dots .sp-menu-dot:not(:last-child) {
        margin-right: 0;
        margin-bottom: 3px; }
  .sp-menu-dots {
    position: relative;
    z-index: 2; }
    .sp-menu-dots .sp-menu-dot {
      display: inline-block;
      width: 4px;
      height: 4px;
      border-radius: 12px;
      background-color: #003C9D; }
      .sp-menu-dots .sp-menu-dot:not(:last-child) {
        margin-bottom: 0;
        margin-right: 3px; }
  .sp-menu-dropdown {
    position: absolute;
    z-index: 1;
    top: 0;
    right: -6px;
    background: white;
    border: 1px solid #003C9D;
    opacity: 0;
    padding-top: 24px;
    overflow: hidden;
    white-space: nowrap; }
    .sp-menu-dropdown .sp-menu-item {
      display: flex;
      align-items: center;
      color: #003C9D;
      font-weight: bold;
      text-decoration: none;
      padding: 5px 30px 5px 20px; }
      .sp-menu-dropdown .sp-menu-item:hover {
        background-color: #003C9D;
        color: white; }
  .sp-menu.active .sp-menu-dots .sp-menu-dot {
    width: 18px; }
.sp-menu.active .sp-menu-dots .sp-menu-dot {
  margin: 0; }
  .sp-menu.active .sp-menu-dots .sp-menu-dot:nth-child(1) {
    transform: rotate3d(0, 0, 1, 45deg); }
  .sp-menu.active .sp-menu-dots .sp-menu-dot:nth-child(2) {
    transform: rotate3d(0, 0, 1, -45deg) translate3d(3px, -3px, 0); }
  .sp-menu.active .sp-menu-dots .sp-menu-dot:nth-child(3) {
    transform: scale3d(0, 0, 0); }
.sp-menu.sp-menu-standalone:hover .sp-menu-dots .sp-menu-dot {
  width: 18px; }

.sp-menu-referer:hover .sp-menu-dots .sp-menu-dot {
  width: 18px; }

h1.title {
  color: #003c9d;
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 25px; }

.imgtobg {
  height: 100%;
  width: 100%;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat; }

.panel {
  width: 0%;
  max-width: 400px;
  background-color: white;
  border-left: 1px solid #e1e1e1;
  box-shadow: -5px 0 10px 0px #e1e1e1;
  position: relative;
  overflow: hidden;
  transition: none;
  z-index: 1;
  font-family: 'Montserrat', sans-serif;
  display: flex;
  flex-direction: column; }
  .panel .close-panel {
    position: absolute;
    top: 10px;
    left: 10px;
    color: grey;
    background: none;
    outline: none;
    border: none;
    padding: 0;
    cursor: pointer; }
    .panel .close-panel:hover {
      color: #003C9D; }
  .panel .panel-content {
    padding: 10px 15px;
    margin-top: 40px;
    height: calc(100vh - 40px);
    box-sizing: border-box;
    overflow-y: auto; }
  .panel .panel-footer {
    padding: 20px 0;
    text-align: center;
    box-shadow: 0px -10px 10px 0 #e1e1e1; }

.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; }

.sp-checkbox-container {
  display: flex;
  align-items: center;
  margin: 0.65rem 0;
  cursor: pointer; }
  .sp-checkbox-container .sp-checkbox-input {
    display: inline-block;
    position: relative;
    width: 1.3rem;
    height: 1.3rem;
    margin: 0;
    transition: none; }
    .sp-checkbox-container .sp-checkbox-input .sp-checkbox-value {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 100%;
      background-color: transparent;
      margin: 0;
      padding: 0;
      border: 1px solid grey;
      border-radius: 2px;
      color: white;
      font-size: 1.2rem;
      font-family: 'Material Icons' !important;
      transition: all 0.1s ease; }
    .sp-checkbox-container .sp-checkbox-input input[type="checkbox"], .sp-checkbox-container .sp-checkbox-input input[type="radio"] {
      position: absolute;
      left: -9999px;
      opacity: 0; }
      .sp-checkbox-container .sp-checkbox-input input[type="checkbox"]:checked + .sp-checkbox-value, .sp-checkbox-container .sp-checkbox-input input[type="radio"]:checked + .sp-checkbox-value, .sp-checkbox-container .sp-checkbox-input input[type="checkbox"]:indeterminate + .sp-checkbox-value, .sp-checkbox-container .sp-checkbox-input input[type="radio"]:indeterminate + .sp-checkbox-value {
        border-color: #003C9D;
        background-color: #003C9D; }
    .sp-checkbox-container .sp-checkbox-input input[type="checkbox"]:checked + .sp-checkbox-value::before, .sp-checkbox-container .sp-checkbox-input input[type="radio"]:checked + .sp-checkbox-value::before {
      content: '\e876'; }
  .sp-checkbox-container .sp-checkbox-input input[type="checkbox"]:indeterminate + .sp-checkbox-value::before {
    content: '\e15b'; }
  .sp-checkbox-container .sp-checkbox-label {
    font-size: 1.2rem;
    margin-left: 0.6rem; }
    .sp-checkbox-container:hover .sp-checkbox-input .sp-checkbox-value {
      box-shadow: 0 0 1px 0 #003C9D;
      border-color: rgba(0, 60, 157, 0.5); }

.user_avatar, .client_avatar {
  color: white;
  box-shadow: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  min-height: 30px;
  min-width: 30px;
  border: none;
  display: inline-flex;
  background-size: cover;
  background-position: center center; }

.status_tag {
  box-sizing: border-box;
  border-radius: 15px;
  height: 25px;
  width: 185px;
  padding: 0 7px 0px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
  flex-wrap: nowrap;
  border: none; }
  .status_tag > span {
    margin: 0 !important; }
  .status_tag .text, .status_tag .text_status {
    font-size: 12px !important; }
  .status_tag .material-icons {
    vertical-align: bottom;
    font-size: 18px !important;
    margin-left: 5px; }
  .status_tag .text_status {
    display: block;
    font-weight: 500; }

img.sp-icon {
  max-width: 25px; }

label[for] {
  cursor: pointer; }

[infobulle-trigger] .infobulle {
  display: none;
  font-size: 10px;
  line-height: 12px;
  font-weight: 500;
  position: fixed;
  width: 100px;
  transform: translateX(-30px);
  background-color: white;
  text-align: center;
  align-items: center;
  z-index: 10000;
  border-radius: 10px;
  box-shadow: 0 4px 4px rgba(75, 63, 180, 0.2);
  padding: 10px 20px; }
  [infobulle-trigger] .infobulle.primary {
    color: #003C9D; }
  [infobulle-trigger] .infobulle.gray {
    color: gray; }

[infobulle-trigger]:hover .infobulle {
  display: block; }

._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: #FFFFFF;
      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: #FFFFFF;
        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: #FFFFFF;
  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: #FFFFFF;
    color: #003C9D; }
  ._basic.sp_button[disabled] {
    background-color: grey;
    border: 1px solid grey;
    color: #FFFFFF;
    cursor: not-allowed; }
    ._basic.sp_button[disabled]:hover:not(._without_hover) {
      background-color: grey;
      border: 1px solid grey;
      color: #FFFFFF; }
    ._basic.sp_button[disabled]._reverse {
      background: #FFFFFF;
      border: 1px solid grey;
      color: grey; }
      ._basic.sp_button[disabled]._reverse:hover:not(._without_hover) {
        background: #FFFFFF;
        border: 1px solid grey;
        color: grey; }
  ._basic.sp_button._reverse {
    background: #FFFFFF;
    color: #003C9D; }
    ._basic.sp_button._reverse:hover:not(._without_hover) {
      color: #FFFFFF;
      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: #FFFFFF;
  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: #AAAAAA; }
  ._basic.sp_input._reverse {
    background: #003C9D;
    color: #FFFFFF;
    border: 1px solid #FFFFFF; }
._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: #FFFFFF;
    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; } }

.articles .color_vecto {
  color: #00ADB5; }
.articles .color_broderie {
  color: #F8B610; }
.articles .color_mockup {
  color: #4B3FB4; }
.articles .color_contours {
  color: #BC3B9A; }
.articles .color_designer {
  color: #3BBCA2; }
.articles .color_product_designer {
  color: #F0134D; }
.articles .color_detourer {
  color: #BFC400; }
.articles .color_surnom {
  color: #FF7B23; }
.articles .color_checker {
  color: #4B3FB4; }
.articles .color_convertisseur {
  color: #5A5A5A; }
.articles .bg_vecto {
  background-color: #00ADB5; }
.articles .bg_broderie {
  background-color: #F8B610; }
.articles .bg_mockup {
  background-color: #4B3FB4; }
.articles .bg_contours {
  background-color: #BC3B9A; }
.articles .bg_designer {
  background: #3BBCA2; }
.articles .bg_product_designer {
  background: #F0134D; }
.articles .bg_detourer {
  background: #BFC400; }
.articles .bg_surnom {
  background: #FF7B23; }
.articles .bg_checker {
  background-color: #4B3FB4; }
.articles h1 {
  font-size: 50px;
  font-weight: 700;
  font-family: Montserrat, sans-serif;
  margin-bottom: 20px; }
.articles strong {
  font-weight: 600;
  font-size: 15px;
  font-family: Montserrat, sans-serif; }
.articles span {
  font-family: Montserrat, sans-serif; }
.articles p {
  font-weight: 300;
  line-height: 25px;
  font-size: 15px;
  font-family: Montserrat, sans-serif;
  margin: 30px 0 30px 0;
  color: black; }
.articles h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-size: 25px;
  font-style: normal;
  color: black; }
.articles h3 {
  font-size: 20px; }
.articles .h-100 {
  height: 100%; }
.articles .d-flex {
  display: flex; }
  .articles .d-flex._direction_column {
    flex-direction: column; }
.articles .mw {
  width: 100%;
  max-width: 1920px;
  align-items: center; }
  .articles .mw._dflex_notmd {
    display: flex; }
  .articles .mw._dflex {
    display: flex; }
  .articles .mw._mauto {
    margin-left: auto;
    margin-right: auto; }
.articles .juxtapose {
  border-radius: 15px; }
  .articles .juxtapose .jx-slider {
    border-radius: 15px; }
  .articles .juxtapose .jx-knightlab {
    display: none; }
.articles .spbtnWhite {
  width: max-content;
  cursor: pointer;
  position: relative;
  background: white;
  padding: 20px 40px;
  color: #003c9d;
  box-shadow: 0 3px 6px #00000042;
  font-family: Montserrat;
  border-radius: 5px;
  text-decoration: none;
  transition: all 0.2s ease;
  border: 1px solid #003c9d;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase; }
  .articles .spbtnWhite:hover {
    background-color: #003c9d;
    color: white; }
.articles .spbtnBlue {
  width: max-content;
  cursor: pointer;
  position: relative;
  background: #003c9d;
  padding: 20px 40px;
  color: white;
  box-shadow: 0 3px 6px #00000042;
  font-family: Montserrat;
  border: 1px solid transparent;
  border-radius: 5px;
  text-decoration: none;
  transition: all 0.2s ease;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase; }
  .articles .spbtnBlue:hover {
    background-color: white;
    border: 1px solid #003c9d;
    color: #003c9d; }
.articles .strong_link {
  text-decoration: none; }
.articles .for_phone {
  display: none; }
.articles .list {
  display: flex;
  align-items: center; }
  .articles .list span {
    border-radius: 5px;
    display: block;
    height: 86px;
    width: 6px;
    margin: 35px 2px 35px 0;
    min-width: 6px; }
  .articles .list p {
    text-align: justify;
    line-height: 35px;
    margin: 0;
    padding: 10px 0 10px 15px; }
.articles .spbtnWhite_between {
  height: min-content;
  margin-bottom: auto;
  margin-top: auto; }
.articles ._onlymd {
  display: none; }
.articles .part1 {
  justify-content: center;
  padding: 50px 100px 40px 100px;
  background: rgba(75, 63, 180, 0.05);
  display: flex; }
  .articles .part1 p {
    text-align: justify;
    margin: 15px 0 15px 0; }
  .articles .part1 img {
    margin: auto;
    max-width: 500px;
    padding: 40px;
    max-height: 600px; }
    .articles .part1 img.img_product_designer {
      opacity: 0.1;
      width: 280px; }
      .articles .part1 img.img_product_designer#mockupPict {
        transform: rotate(19deg);
        padding-right: 0; }
      .articles .part1 img.img_product_designer#batPict {
        transform: rotate(-11deg);
        margin-top: -130px;
        padding-left: 0; }
  .articles .part1 .body_text {
    width: 55%; }
  .articles .part1 .pictos {
    margin: auto;
    margin-right: 0; }
    .articles .part1 .illu._surnom {
      width: 45%;
      height: 750px;
      text-align: center; }
      .articles .part1 .illu._surnom img {
        width: initial; }
      .articles .part1 .illu._surnom .font_changed {
        height: 35px;
        animation-name: fade;
        animation-duration: 1s;
        text-align: center;
        font-size: 25px; }
.articles .part2 {
  padding: 60px 100px 60px 100px; }
  .articles .part2 .content {
    display: flex;
    align-items: center; }
  .articles .part2 .text-info {
    text-align: center;
    font-size: 20px;
    margin-bottom: 0;
    margin-top: 100px; }
    .articles .part2 .text-info strong {
      position: relative; }
    .articles .part2 .text-info .underline {
      background: rgba(75, 63, 180, 0.1);
      border-radius: 10px;
      height: 10px;
      position: absolute;
      display: block;
      width: 100%;
      right: 0;
      top: 70%;
      z-index: 0; }
    .articles .part2 .text-info .text-info-link {
      font-weight: 700;
      font-size: 20px;
      color: #FF7B23; }
  .articles .part2 .body_text {
    display: block;
    width: 40%; }
  .articles .part2 .illustration {
    animation-name: fade;
    animation-duration: 1s;
    margin-left: auto;
    width: 600px;
    height: 600px; }
    .articles .part2 .illustration .image {
      border-radius: 10px;
      cursor: pointer;
      max-height: 600px; }
    .articles .part2 .illustration._vecto {
      margin-right: auto; }
      .articles .part2 .illustration._vecto .image {
        right: 0;
        position: absolute; }
    .articles .part2 .illustration._broderie .image {
      margin-top: auto;
      margin-bottom: auto;
      margin-left: auto;
      margin-right: auto; }
    .articles .part2 .illustration._surnom {
      position: relative; }
      .articles .part2 .illustration._surnom div {
        position: absolute;
        border-radius: 50%;
        width: 179px;
        height: 179px; }
        .articles .part2 .illustration._surnom div.violet_semi_transparent {
          background-color: #4B3FB4;
          opacity: 0.35; }
          .articles .part2 .illustration._surnom div.violet_semi_transparent._1 {
            top: 50px;
            left: 170px; }
          .articles .part2 .illustration._surnom div.violet_semi_transparent._2 {
            top: 185px;
            left: 316px; }
          .articles .part2 .illustration._surnom div.violet_semi_transparent._3 {
            top: 370px;
            left: 130px; }
        .articles .part2 .illustration._surnom div.violet_transparent {
          background-color: #4B3FB4;
          opacity: 0.05; }
          .articles .part2 .illustration._surnom div.violet_transparent._1 {
            top: 143px;
            left: 204px; }
          .articles .part2 .illustration._surnom div.violet_transparent._2 {
            top: 240px;
            left: 75px; }
          .articles .part2 .illustration._surnom div.violet_transparent._3 {
            top: 372px;
            left: 356px; }
        .articles .part2 .illustration._surnom div.violet_contour {
          border: #4B3FB4 4px solid;
          box-sizing: border-box; }
          .articles .part2 .illustration._surnom div.violet_contour._1 {
            top: 98px;
            left: 315px; }
          .articles .part2 .illustration._surnom div.violet_contour._2 {
            top: 302px;
            left: 94px; }
          .articles .part2 .illustration._surnom div.violet_contour._3 {
            top: 396px;
            left: 280px; }
      .articles .part2 .illustration._surnom img {
        position: absolute; }
        .articles .part2 .illustration._surnom img.surnom1 {
          width: 180px;
          top: 370px;
          left: 242px;
          transform: rotate(4deg);
          z-index: 2; }
        .articles .part2 .illustration._surnom img.surnom2 {
          width: 180px;
          top: 20px;
          left: 210px;
          transform: rotate(6deg);
          z-index: 2; }
        .articles .part2 .illustration._surnom img.surnom3 {
          width: 180px;
          top: 296px;
          left: 104px;
          z-index: 2;
          transform: rotate(-4deg); }
        .articles .part2 .illustration._surnom img.surnom4 {
          width: 180px;
          top: 275px;
          left: 374px;
          z-index: 2;
          transform: rotate(14deg); }
        .articles .part2 .illustration._surnom img.surnom5 {
          width: 180px;
          top: 140px;
          left: 76px;
          transform: rotate(-12deg);
          z-index: 1; }
        .articles .part2 .illustration._surnom img.surnom6 {
          width: 180px;
          top: 118px;
          left: 339px;
          z-index: 1;
          transform: rotate(24deg); }
    .articles .part2 .illustration._contours {
      position: relative; }
      .articles .part2 .illustration._contours div {
        position: absolute;
        border-radius: 10px;
        width: 212px;
        height: 128px; }
        .articles .part2 .illustration._contours div.red {
          bottom: 156px;
          left: 314px;
          border: #F0134D 5px solid; }
        .articles .part2 .illustration._contours div.blue {
          bottom: 110px;
          left: 182px;
          border: #00ADB5 5px solid; }
        .articles .part2 .illustration._contours div.yellow {
          bottom: 150px;
          left: 90px;
          border: #F8B610 5px solid; }
      .articles .part2 .illustration._contours p {
        position: absolute; }
        .articles .part2 .illustration._contours p.text {
          text-align: center;
          top: 138px;
          width: 272px;
          left: 60px; }
      .articles .part2 .illustration._contours img {
        position: absolute; }
        .articles .part2 .illustration._contours img.pc_close {
          width: 280px;
          top: 330px;
          left: 280px;
          z-index: 2;
          border-radius: 10px; }
        .articles .part2 .illustration._contours img.pc_open {
          width: 280px;
          top: 220px;
          left: 60px;
          z-index: 1;
          border-radius: 10px; }
        .articles .part2 .illustration._contours img.sticker {
          width: 150px;
          top: 150px;
          transform: rotate(10deg);
          left: 376px; }
        .articles .part2 .illustration._contours img.sticker2 {
          width: 86px;
          bottom: 110px;
          left: 220px;
          z-index: 3; }
        .articles .part2 .illustration._contours img.team {
          left: 105px;
          top: 64px;
          width: 400px;
          transform: rotate(-9deg); }
        .articles .part2 .illustration._contours img.team2 {
          bottom: 222px;
          left: 320px;
          z-index: 3; }
    .articles .part2 .illustration._checker {
      position: relative; }
      .articles .part2 .illustration._checker div {
        position: absolute;
        border-radius: 10px;
        width: 212px;
        height: 128px; }
        .articles .part2 .illustration._checker div.red {
          top: 246px;
          left: 54px;
          transform: rotate(90deg);
          border: #F0134D 5px solid; }
        .articles .part2 .illustration._checker div.blue {
          top: 162px;
          left: 345px;
          transform: rotate(90deg);
          border: #00ADB5 5px solid; }
        .articles .part2 .illustration._checker div.yellow {
          top: 330px;
          left: 270px;
          border: #F8B610 5px solid; }
      .articles .part2 .illustration._checker .shadow {
        position: absolute;
        background: rgba(75, 63, 180, 0.05); }
        .articles .part2 .illustration._checker .shadow._1 {
          width: 180px;
          height: 102px;
          top: 60px;
          left: 280px; }
        .articles .part2 .illustration._checker .shadow._2 {
          width: 123px;
          height: 106px;
          top: 194px;
          left: 90px; }
        .articles .part2 .illustration._checker .shadow._3 {
          width: 162px;
          height: 180px;
          left: 310px;
          top: 170px; }
        .articles .part2 .illustration._checker .shadow._4 {
          width: 140px;
          height: 228px;
          top: 348px;
          left: 104px; }
      .articles .part2 .illustration._checker img {
        position: absolute;
        filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
        border-radius: 10px;
        z-index: 1; }
        .articles .part2 .illustration._checker img.checker_1 {
          width: 204px;
          top: 60px;
          left: 300px; }
        .articles .part2 .illustration._checker img.checker_2 {
          width: 148px;
          top: 170px;
          left: 30px; }
        .articles .part2 .illustration._checker img.checker_3 {
          width: 148px;
          left: 420px;
          top: 290px;
          z-index: 2; }
        .articles .part2 .illustration._checker img.logo_checker {
          width: 257px;
          top: 170px;
          left: 200px; }
        .articles .part2 .illustration._checker img.logo_checker_dim {
          width: 220px;
          top: 360px;
          left: 120px; }
  .articles .part2 .img_redesigner .text h3 {
    color: #3BBCA2; }
  .articles .part2 .img_redesigner .jx-handle {
    color: #3BBCA2; }
.articles .part2 .detourage .text h3 {
  color: #BFC400; }
.articles .part2 .detourage .jx-handle {
  color: #BFC400; }
.articles .part2 .detourage, .articles .part2 .img_redesigner {
  width: 60%;
  display: flex;
  flex-direction: column; }
  .articles .part2 .detourage .text, .articles .part2 .img_redesigner .text {
    margin-bottom: 40px;
    justify-content: center;
    display: flex; }
    .articles .part2 .detourage .text h3, .articles .part2 .img_redesigner .text h3 {
      text-align: center;
      width: max-content; }
      .articles .part2 .detourage .text h3::before, .articles .part2 .img_redesigner .text h3::before {
        content: '';
        display: block;
        height: 10px;
        width: 100%;
        background: rgba(75, 63, 180, 0.1);
        border-radius: 10px;
        top: 26px;
        position: relative; }
  .articles .part2 .detourage .part_top, .articles .part2 .img_redesigner .part_top {
    display: flex; }
  .articles .part2 .detourage .part_bottom, .articles .part2 .img_redesigner .part_bottom {
    display: flex; }
  .articles .part2 .detourage .juxtapose, .articles .part2 .img_redesigner .juxtapose {
    border: 1px solid #ccc;
    margin-left: auto;
    margin-right: auto; }
    .articles .part2 .detourage .juxtapose._1, .articles .part2 .img_redesigner .juxtapose._1 {
      width: 200px;
      height: 250px;
      margin-right: 20px;
      margin-top: auto; }
    .articles .part2 .detourage .juxtapose._2, .articles .part2 .img_redesigner .juxtapose._2 {
      width: 200px;
      height: 300px;
      margin-left: 20px; }
    .articles .part2 .detourage .juxtapose._1, .articles .part2 .img_redesigner .juxtapose._1, .articles .part2 .detourage .juxtapose._2, .articles .part2 .img_redesigner .juxtapose._2 {
      margin-bottom: 40px; }
    .articles .part2 .detourage .juxtapose._3, .articles .part2 .img_redesigner .juxtapose._3 {
      width: 440px;
      height: 293px; }
.articles .part2 .detourage .juxtapose img {
  background: url('http://superpictor.local/images/articles/transparent.jpg'); }
.articles .part2 .img_redesigner .juxtapose img {
  background: white; }
.articles .part2 .slider {
  width: 60%; }
  .articles .part2 .slider .div_dots {
    margin-top: 20px;
    display: flex;
    width: 600px;
    margin-left: auto;
    justify-content: center; }
    .articles .part2 .slider .div_dots._vecto {
      width: 900px; }
    .articles .part2 .slider .div_dots .dot {
      cursor: pointer;
      height: 15px;
      width: 15px;
      margin: 0 2px;
      background-color: white;
      border: #003c9d 1px solid;
      border-radius: 50%;
      display: inline-block;
      transition: background-color 0.6s ease; }
      .articles .part2 .slider .div_dots .dot.active {
        background-color: #003c9d;
        border: #003c9d 1px solid; }
.articles .part3 {
  justify-content: center;
  padding: 60px 100px 60px 100px;
  background-image: url('/images/articles/background_triangle.svg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: center;
  background-position-x: center;
  text-align: center; }
  .articles .part3 h2 {
    margin-top: 20px;
    font-weight: lighter;
    letter-spacing: normal; }
  .articles .part3 .spbtnBlue {
    margin-top: 120px; }
  .articles .part3 strong {
    color: #003c9d;
    font-size: inherit;
    font-weight: 700; }
  .articles .part3 p {
    color: #003c9d;
    font-weight: normal;
    margin-top: 0; }
  .articles .part3 .part3bottom {
    display: flex;
    justify-content: space-between; }
  .articles .part3 .next, .articles .part3 .previous {
    display: flex;
    width: 300px;
    margin-top: auto; }
    .articles .part3 .next a, .articles .part3 .previous a {
      text-decoration: none;
      display: flex;
      align-items: center; }
      .articles .part3 .next a span, .articles .part3 .previous a span {
        text-decoration: none;
        font-size: 15px;
        font-weight: 700; }
  .articles .part3 .next {
    justify-content: flex-end; }
    .articles .part3 .next span {
      padding: 0 10px 0 0; }
  .articles .part3 .previous span {
    padding: 0 0 0 10px; }
  .articles .part3 .triangle {
    padding: 0 !important;
    background-repeat: no-repeat;
    display: block;
    width: 36px;
    height: 28px;
    cursor: pointer; }
    .articles .part3 .triangle._broderie {
      background-image: url('/images/articles/btn_triangle_broderie.svg'); }
    .articles .part3 .triangle._mockup {
      background-image: url('/images/articles/btn_triangle_mockup.svg'); }
    .articles .part3 .triangle._contours {
      background-image: url('/images/articles/btn_triangle_contours.svg'); }
    .articles .part3 .triangle._vecto {
      background-image: url('/images/articles/btn_triangle_vecto.svg'); }
    .articles .part3 .triangle._designer {
      background-image: url('/images/articles/btn_triangle_designer.svg'); }
    .articles .part3 .triangle._surnom {
      background-image: url('/images/articles/btn_triangle_surnom.svg'); }
    .articles .part3 .triangle._detourer {
      background-image: url('/images/articles/btn_triangle_detourer.svg'); }
    .articles .part3 .triangle._checker {
      background-image: url('/images/articles/btn_triangle_mockup.svg'); }
    .articles .part3 .triangle._convertisseur {
      background-image: url('/images/articles/btn_triangle_convertisseur.svg'); }
    .articles .part3 .triangle._product_designer {
      background-image: url('/images/articles/btn_triangle_product_designer.svg'); }
    .articles .part3 .triangle._rotate {
      transform: rotate(180deg); }
@media screen and (orientation: landscape) and (min-width: 1280px) and (min-height: 900px) and (max-width: 1920px) and (max-height: 1080px) {
  .articles .part1 {
    height: calc(100vh - 171px); } }
@media screen and (min-width: 1920.99px) {
  .articles .part2 .content {
    justify-content: center; }
    .articles .part2 .slider .illustration._vecto .image {
      position: static;
      margin-right: auto;
      margin-top: auto;
      margin-bottom: auto;
      margin-left: auto; } }
@media screen and (max-width: 1920px) {
  .articles .part1 img {
    width: 30%; }
  .articles .part2 .slider .div_dots._vecto {
    right: 0;
    position: absolute; } }
@media screen and (max-width: 1600px) {
  .articles .part1 .body_text {
    width: 60%; }
    .articles .part1 .illu._surnom img {
      width: initial; }
  .articles .part1 img {
    width: 30%; }
  .articles .part2 .body_text {
    width: 50%; }
  .articles .part2 .slider {
    width: 50%; }
    .articles .part2 .slider .illustration._vecto {
      height: 420px; }
      .articles .part2 .slider .illustration._vecto img {
        max-width: 600px; }
  .articles .part2 .slider .div_dots._vecto {
    width: 600px; } }
@media screen and (max-width: 1400px) {
  .articles .mw._dflex_notmd {
    display: block; }
  .articles .part1 .body_text {
    width: 70%; }
  .articles .part2 .mw {
    flex-direction: column; }
  .articles .part2 .detourage, .articles .part2 .img_redesigner {
    width: 100%; }
  .articles .part2 .body_text {
    width: 70%; }
  .articles .part2 .slider {
    display: none; }
    .articles .part2 .slider._onlymd {
      display: block;
      width: 100%; }
      .articles .part2 .slider._onlymd .illustration {
        width: max-content;
        height: max-content;
        margin-right: auto; }
        .articles .part2 .slider._onlymd .illustration._vecto .image {
          position: initial; }
      .articles .part2 .slider._onlymd .div_dots {
        width: max-content;
        margin-right: auto;
        position: initial; }
  .articles .part2 .illustration {
    display: none; }
    .articles .part2 .illustration._onlymd {
      display: block;
      margin-right: auto; }
    .articles .part2 .illustration._contours {
      margin-right: auto;
      margin-left: auto; } }
@media screen and (max-width: 1280px) {
  .articles .part1 {
    padding-right: 60px;
    padding-left: 60px; }
    .articles .part1 .body_text {
      width: 100%; }
    .articles .part1 .illu {
      display: none; }
    .articles .part1 img {
      display: none; }
  .articles .part2 {
    padding-right: 60px;
    padding-left: 60px; }
  .articles .part3 {
    padding-right: 60px;
    padding-left: 60px; } }
@media (min-width: 1280px) {
  .articles .part1 .body_text {
    height: 750px; }
  .articles .part2 .body_text {
    height: 600px; }
    .articles .part2 .body_text._surnom {
      height: 800px; } }
@media (max-width: 992px) {
  .articles h1 {
    font-size: 40px; }
  .articles h2 {
    font-size: 23px; }
  .articles h3 {
    font-size: 18px; }
  .articles .part1 {
    padding-right: 40px;
    padding-left: 40px; }
  .articles .part2 {
    padding-right: 40px;
    padding-left: 40px; }
    .articles .part2 .body_text {
      width: 100%; }
      .articles .part2 .list span {
        margin: 20px 2px 20px 0; }
    .articles .part2 .illustration._contours {
      width: 500px;
      height: 400px; }
      .articles .part2 .illustration._contours div {
        width: 212px;
        height: 94px; }
        .articles .part2 .illustration._contours div.red {
          top: 214px;
          left: 217px; }
        .articles .part2 .illustration._contours div.blue {
          top: 266px;
          left: 155px; }
        .articles .part2 .illustration._contours div.yellow {
          top: 236px;
          left: 38px; }
      .articles .part2 .illustration._contours p.text {
        font-size: 12px;
        width: 220px;
        left: 60px;
        top: 70px; }
    .articles .part2 .illustration._contours img.pc_close {
      width: 220px;
      top: 235px;
      left: 236px; }
    .articles .part2 .illustration._contours img.pc_open {
      width: 220px;
      top: 150px;
      left: 60px; }
    .articles .part2 .illustration._contours img.sticker {
      width: 100px;
      top: 80px;
      left: 312px; }
    .articles .part2 .illustration._contours img.sticker2 {
      width: 76px;
      bottom: 160px;
      left: 179px; }
    .articles .part2 .illustration._contours img.team {
      left: 105px;
      top: 20px;
      width: 300px; }
    .articles .part2 .illustration._contours img.team2 {
      top: 246px;
      left: 284px;
      width: 200px; }
    .articles .part2 .illustration._surnom {
      width: 480px; }
      .articles .part2 .illustration._surnom div.violet_semi_transparent._1 {
        top: 50px;
        left: 100px; }
      .articles .part2 .illustration._surnom div.violet_semi_transparent._2 {
        top: 185px;
        left: 256px; }
      .articles .part2 .illustration._surnom div.violet_semi_transparent._3 {
        top: 370px;
        left: 60px; }
      .articles .part2 .illustration._surnom div.violet_transparent {
        background-color: #4B3FB4;
        opacity: 0.05; }
        .articles .part2 .illustration._surnom div.violet_transparent._1 {
          top: 143px;
          left: 134px; }
        .articles .part2 .illustration._surnom div.violet_transparent._2 {
          top: 240px;
          left: 5px; }
        .articles .part2 .illustration._surnom div.violet_transparent._3 {
          top: 372px;
          left: 286px; }
      .articles .part2 .illustration._surnom div.violet_contour {
        border: #4B3FB4 4px solid;
        box-sizing: border-box; }
        .articles .part2 .illustration._surnom div.violet_contour._1 {
          top: 98px;
          left: 245px; }
        .articles .part2 .illustration._surnom div.violet_contour._2 {
          top: 302px;
          left: 24px; }
        .articles .part2 .illustration._surnom div.violet_contour._3 {
          top: 396px;
          left: 210px; }
      .articles .part2 .illustration._surnom img {
        position: absolute; }
        .articles .part2 .illustration._surnom img.surnom1 {
          width: 180px;
          top: 370px;
          left: 172px;
          transform: rotate(4deg);
          z-index: 2; }
        .articles .part2 .illustration._surnom img.surnom2 {
          width: 180px;
          top: 20px;
          left: 140px;
          transform: rotate(6deg);
          z-index: 2; }
        .articles .part2 .illustration._surnom img.surnom3 {
          width: 180px;
          top: 296px;
          left: 34px;
          z-index: 2;
          transform: rotate(-4deg); }
        .articles .part2 .illustration._surnom img.surnom4 {
          width: 180px;
          top: 275px;
          left: 304px;
          z-index: 2;
          transform: rotate(14deg); }
        .articles .part2 .illustration._surnom img.surnom5 {
          width: 180px;
          top: 140px;
          left: 6px;
          transform: rotate(-12deg);
          z-index: 1; }
        .articles .part2 .illustration._surnom img.surnom6 {
          width: 180px;
          top: 118px;
          left: 269px;
          z-index: 1;
          transform: rotate(24deg); }
    .articles .part2 .illustration._checker {
      width: 480px; }
      .articles .part2 .illustration._checker div.red {
        left: 10px; }
      .articles .part2 .illustration._checker div.blue {
        left: 305px; }
      .articles .part2 .illustration._checker div.yellow {
        left: 226px; }
    .articles .part2 .illustration._checker .shadow._1 {
      left: 244px; }
    .articles .part2 .illustration._checker .shadow._2 {
      left: 24px; }
    .articles .part2 .illustration._checker .shadow._3 {
      left: 250px; }
    .articles .part2 .illustration._checker .shadow._4 {
      left: 66px; }
  .articles .part2 .illustration._checker img.checker_1 {
    left: 260px; }
  .articles .part2 .illustration._checker img.checker_2 {
    left: -25px; }
  .articles .part2 .illustration._checker img.checker_3 {
    left: 360px; }
  .articles .part2 .illustration._checker img.logo_checker {
    left: 140px; }
  .articles .part2 .illustration._checker img.logo_checker_dim {
    left: 80px; }
  .articles .part2 .slider._onlymd .illustration._vecto .image {
    width: 80vw; }
  .articles .part2 .detourage .text h3::before, .articles .part2 .img_redesigner .text h3::before {
    display: none; }
  .articles .part3 {
    padding-right: 40px;
    padding-left: 40px; }
    .articles .part3 .next {
      width: 180px; }
    .articles .part3 .previous {
      width: 180px; }
    .articles .part3 .spbtnBlue {
      display: none; }
      .articles .part3 .spbtnBlue.for_phone {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: 100px;
        margin-bottom: 20px; } }
@media screen and (max-width: 576px) {
  .articles .spbtnWhite_between {
    margin-left: auto;
    margin-right: auto;
    display: flex; }
  .articles h1 {
    font-size: 36px; }
  .articles h2 {
    font-size: 22px; }
  .articles h3 {
    font-size: 17px; }
  .articles .part1 {
    padding-right: 20px;
    padding-left: 20px; }
  .articles .part2 {
    padding-right: 20px;
    padding-left: 20px; }
    .articles .part2 .illustration._contours {
      height: 280px;
      width: 280px; }
      .articles .part2 .illustration._contours div {
        width: 112px;
        height: 44px; }
        .articles .part2 .illustration._contours div.red {
          top: 172px;
          left: 124px;
          border-width: 4px; }
        .articles .part2 .illustration._contours div.blue {
          top: 210px;
          left: 87px;
          border-width: 4px; }
        .articles .part2 .illustration._contours div.yellow {
          top: 190px;
          left: 20px;
          border-width: 4px; }
      .articles .part2 .illustration._contours p.text {
        top: 58px;
        font-size: 10px;
        width: 174px;
        left: 12px; }
    .articles .part2 .illustration._contours img.pc_close {
      width: 120px;
      top: 185px;
      left: 134px; }
    .articles .part2 .illustration._contours img.pc_open {
      width: 120px;
      top: 138px;
      left: 40px; }
    .articles .part2 .illustration._contours img.sticker {
      width: 70px;
      top: 92px;
      left: 202px; }
    .articles .part2 .illustration._contours img.sticker2 {
      width: 50px;
      top: 220px;
      left: 94px; }
    .articles .part2 .illustration._contours img.team {
      left: 45px;
      top: 30px;
      width: 200px; }
    .articles .part2 .illustration._contours img.team2 {
      top: 190px;
      left: 150px;
      width: 120px; }
    .articles .part2 .illustration._surnom {
      width: 270px;
      height: 450px; }
      .articles .part2 .illustration._surnom div {
        width: 119px;
        height: 119px; }
        .articles .part2 .illustration._surnom div.violet_semi_transparent._1 {
          top: 50px;
          left: 50px; }
        .articles .part2 .illustration._surnom div.violet_semi_transparent._2 {
          top: 162px;
          left: 150px; }
        .articles .part2 .illustration._surnom div.violet_semi_transparent._3 {
          top: 288px;
          left: 19px; }
        .articles .part2 .illustration._surnom div.violet_transparent {
          background-color: #4B3FB4;
          opacity: 0.05; }
          .articles .part2 .illustration._surnom div.violet_transparent._1 {
            top: 116px;
            left: 75px; }
          .articles .part2 .illustration._surnom div.violet_transparent._2 {
            top: 180px;
            left: -12px; }
          .articles .part2 .illustration._surnom div.violet_transparent._3 {
            top: 276px;
            left: 155px; }
        .articles .part2 .illustration._surnom div.violet_contour {
          border: #4B3FB4 4px solid;
          box-sizing: border-box; }
          .articles .part2 .illustration._surnom div.violet_contour._1 {
            top: 78px;
            left: 149px; }
          .articles .part2 .illustration._surnom div.violet_contour._2 {
            top: 216px;
            left: 3px; }
          .articles .part2 .illustration._surnom div.violet_contour._3 {
            top: 300px;
            left: 124px; }
      .articles .part2 .illustration._surnom img {
        position: absolute; }
        .articles .part2 .illustration._surnom img.surnom1 {
          width: 120px;
          top: 275px;
          left: 82px; }
        .articles .part2 .illustration._surnom img.surnom2 {
          width: 120px;
          top: 25px;
          left: 80px; }
        .articles .part2 .illustration._surnom img.surnom3 {
          width: 120px;
          top: 213px;
          left: 10px; }
        .articles .part2 .illustration._surnom img.surnom4 {
          width: 120px;
          top: 204px;
          left: 170px; }
        .articles .part2 .illustration._surnom img.surnom5 {
          width: 120px;
          top: 108px;
          left: 0px; }
        .articles .part2 .illustration._surnom img.surnom6 {
          width: 120px;
          top: 97px;
          left: 165px; }
    .articles .part2 .illustration._checker {
      width: 230px;
      height: 300px; }
      .articles .part2 .illustration._checker div {
        width: 112px;
        height: 68px; }
        .articles .part2 .illustration._checker div.red {
          top: 100px;
          left: -19px;
          border-width: 3px; }
        .articles .part2 .illustration._checker div.blue {
          top: 54px;
          left: 124px;
          border-width: 3px; }
        .articles .part2 .illustration._checker div.yellow {
          top: 133px;
          left: 82px;
          border-width: 3px; }
      .articles .part2 .illustration._checker .shadow._1 {
        width: 100px;
        height: 55px;
        top: 2px;
        left: 82px; }
      .articles .part2 .illustration._checker .shadow._2 {
        width: 50px;
        height: 44px;
        top: 70px;
        left: -5px; }
      .articles .part2 .illustration._checker .shadow._3 {
        width: 120px;
        height: 100px;
        left: 77px;
        top: 63px; }
      .articles .part2 .illustration._checker .shadow._4 {
        width: 78px;
        height: 135px;
        top: 161px;
        left: 4px; }
    .articles .part2 .illustration._checker img.checker_1 {
      width: 120px;
      top: 0px;
      left: 88px; }
    .articles .part2 .illustration._checker img.checker_2 {
      width: 60px;
      top: 60px;
      left: -25px; }
    .articles .part2 .illustration._checker img.checker_3 {
      width: 60px;
      top: 130px;
      left: 170px; }
    .articles .part2 .illustration._checker img.logo_checker {
      width: 150px;
      top: 60px;
      left: 40px; }
    .articles .part2 .illustration._checker img.logo_checker_dim {
      width: 140px;
      top: 165px;
      left: 12px; }
  .articles .part2 .detourage .text, .articles .part2 .img_redesigner .text {
    margin-top: 20px;
    margin-bottom: 30px; }
    .articles .part2 .detourage .juxtapose._1, .articles .part2 .img_redesigner .juxtapose._1, .articles .part2 .detourage .juxtapose._3, .articles .part2 .img_redesigner .juxtapose._3 {
      display: none; }
    .articles .part2 .detourage .juxtapose._2, .articles .part2 .img_redesigner .juxtapose._2 {
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 0; }
  .articles .part2 .slider._onlymd .illustration._broderie .image {
    width: 70vw; }
  .articles .part3 {
    padding-right: 20px;
    padding-left: 20px; }
    .articles .part3 .spbtnBlue.for_phone {
      margin-top: 90px;
      margin-bottom: 60px; } }

@keyframes fade {
  from {
    opacity: 0.4; }
  to {
    opacity: 1; } }

.menu_mod {
  display: flex;
  align-items: center;
  color: #003c9d !important;
  line-height: normal;
  opacity: 1 !important;
  border-radius: 5px;
  text-transform: none;
  width: 400px; }
  .menu_mod img {
    margin: 0;
    margin-right: 10px;
    max-width: 40px;
    max-height: 40px; }
  .menu_mod h2 {
    margin: 0;
    font-weight: 510;
    color: #003c9d !important;
    font-size: 15px;
    font-style: unset;
    letter-spacing: 0px;
    margin-bottom: 10px; }
  .menu_mod p {
    font-size: 15px !important;
    margin: 0 !important;
    line-height: 23px !important; }
    .menu_mod.menu_about img {
      margin: 0;
      margin-right: 10px;
      max-width: 50px;
      max-height: 50px; }
    .menu_mod.menu_about #imgTeams {
      display: flex;
      flex-direction: column;
      justify-items: center;
      margin-right: 10px;
      max-width: 50px;
      max-height: 50px; }
      .menu_mod.menu_about #imgTeams img {
        margin: auto;
        max-width: 100%;
        max-height: 100%; }
      .menu_mod.menu_about #imgTeams #stickerTeam {
        transform: rotate(-4deg); }
  .menu_mod.missionLink {
    min-height: 40px;
    padding: 5px;
    padding-left: 35px; }
    .menu_mod.missionLink h2 {
      margin-bottom: 0px; }
    .menu_mod.missionLink img {
      margin: 0px;
      margin-right: 20px; }
    .menu_mod.missionLink._missionVecto {
      border: solid 1px #00ADB5; }
    .menu_mod.missionLink._missionBrod {
      border: solid 1px #F8B610; }
    .menu_mod.missionLink._missionCont {
      border: solid 1px #BC3B9A; }
    .menu_mod.missionLink._missionSurn {
      border: solid 1px #FF7B23; }
    .menu_mod.missionLink._missionDsgn {
      border: solid 1px #3BBCA2; }
    .menu_mod.missionLink._missionDetor {
      border: solid 1px #BFC400; }

.maximenuck_mod a {
  margin: 0 !important; }

@media screen and (max-width: 720px) {
  .menu_mod {
    width: auto; } }
