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

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

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

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

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

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

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

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

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

.popin#popin_change_designer_zones .popin-container {
  background: #FAF9FE;
  max-width: 1200px; }
  .popin#popin_change_designer_zones .popin-container .popin-header .popin-header-title {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    font-size: 35px;
    line-height: 46px;
    color: #003C9D;
    text-transform: none;
    border-bottom: 1px solid #EDEBFF;
    padding-bottom: 17px; }
.popin#popin_change_designer_zones .popin-container .popin-body .error_conf {
  font-family: 'Montserrat';
  justify-content: center;
  align-items: center;
  font-style: italic;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #C71F2C;
  display: none;
  width: 80%;
  margin: auto;
  margin-bottom: auto; }
  .popin#popin_change_designer_zones .popin-container .popin-body .error_conf.error_conf_header {
    margin-bottom: 10px; }
  .popin#popin_change_designer_zones .popin-container .popin-body .error_conf .material-icons-outlined {
    margin-right: 5px; }
.popin#popin_change_designer_zones .popin-container .popin-body .views_products {
  display: flex;
  justify-content: space-between;
  width: 80%;
  margin: auto; }
  .popin#popin_change_designer_zones .popin-container .popin-body .views_products .views {
    width: 380px;
    background: #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; } }

#client-popin input[type="text"] {
  border: 0;
  border: 1px solid rgba(75, 63, 180, 0.1);
  color: gray;
  border-radius: 5px;
  text-align: left;
  box-shadow: 0px 5px 20px -10px rgba(0, 60, 157, 0.45); }
#client-popin input[type="text"]:focus {
  text-align: left;
  outline: none; }
#client-popin .flex-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3px; }
  #client-popin .flex-label label {
    color: #000000; }
#client-popin .bold-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px; }
  #client-popin .bold-label label {
    color: #000000;
    font-weight: 700; }
#client-popin .m-end {
  margin-right: 100px;
  margin-left: 25px; }
  #client-popin .popin-container .popin-body .form-group {
    margin-bottom: 0; }

.search_sirene {
  display: flex; }
  .search_sirene .wrapBtnSearchSirene {
    margin-left: 20px;
    /*  justify-content: center;
     padding: 2px 10px;
     #btnSearchSirene {
     cursor: pointer;
     &:hover {
     color: #003c9d;
     }
     } */ }
  .search_sirene .search_sirene_box {
    display: flex;
    align-items: center;
    border: 1px solid #003C9D;
    border-radius: 5px;
    padding: 5px; }
    .search_sirene .search_sirene_box .sireneRemove {
      font-size: 10px;
      cursor: pointer; }
    .search_sirene .search_sirene_box #search_sirene {
      width: 320px;
      border: none;
      text-align: left;
      box-shadow: none; }
      .search_sirene .search_sirene_box #search_sirene:focus {
        text-align: left;
        outline: none; }

.search_sirene_result {
  padding-top: 10px; }
  .search_sirene_result table {
    border-collapse: collapse; }
    .search_sirene_result table thead tr {
      height: 30px;
      border-bottom: 1px solid #003C9D; }
      .search_sirene_result table thead tr td {
        font-weight: 700;
        text-align: left;
        width: 400px; }
  .search_sirene_result table tbody tr {
    cursor: pointer;
    height: 30px;
    border-bottom: 1px solid #ddd; }
    .search_sirene_result table tbody tr td {
      text-align: left; }
    .search_sirene_result table tbody tr .found_address_soc, .search_sirene_result table tbody tr .found_siren_soc {
      display: none; }
    .search_sirene_result table tbody tr:hover {
      background-color: #ECECEC; }

.subtitle {
  background-color: rgba(75, 63, 180, 0.05);
  margin-bottom: 30px;
  padding: 20px; }
  .subtitle p {
    font-family: 'Montserrat';
    font-weight: 300;
    text-align: left;
    margin-top: 5px;
    line-height: 2em; }
  .subtitle span {
    font-weight: 500;
    vertical-align: unset; }

.label_cool {
  position: relative;
  width: max-content; }
  .label_cool::after {
    content: 'coooool!';
    color: white;
    background-color: #F0134D;
    border-radius: 10px;
    padding: 0px 8px;
    transform: rotate(-2deg);
    right: 140px;
    position: absolute;
    top: -2px;
    height: 20px;
    font-size: 15px;
    font-weight: 700; }

#sirene_popin .subtitle {
  position: relative;
  width: max-content; }
  #sirene_popin .subtitle::after {
    content: 'coooool!';
    color: white;
    background-color: #F0134D;
    border-radius: 10px;
    padding: 0px 8px;
    transform: rotate(-2deg);
    left: -18px;
    position: absolute;
    top: -12px;
    height: 20px;
    font-size: 15px;
    font-weight: 700;
    animation: 2s new_anim 0s infinite; }

.label_hopo {
  position: relative;
  width: max-content; }
  .label_hopo::before {
    content: 'hopopop!';
    color: white;
    background-color: #F0134D;
    border-radius: 10px;
    padding: 0px 8px;
    transform: rotate(-2deg);
    left: -16px;
    position: absolute;
    top: -10px;
    height: 20px;
    font-size: 15px;
    font-weight: 700;
    width: max-content;
    animation: 2s new_anim 0s infinite; }

.label_main {
  position: relative;
  width: max-content; }
  .label_main::after {
    content: url('/images/main.png');
    padding: 0px 8px;
    transform: rotate(-2deg);
    right: 10px;
    position: absolute; }

.form-row {
  width: 100%;
  display: flex; }

.form-group {
  display: flex;
  flex-direction: column-reverse;
  padding: 10px 5px;
  width: 100%; }
  .form-group-inline {
    display: inline-flex;
    width: 50%;
    justify-content: center; }
  .form-group.group-form-group {
    flex-direction: column;
    padding-top: 0; }
  .form-group[data-suffix] {
    position: relative; }
    .form-group[data-suffix]::after {
      content: attr(data-suffix);
      position: absolute;
      bottom: 10px;
      right: 0px;
      padding: 5px 20px 0;
      background: white;
      color: grey;
      font-family: 'Open Sans', sans-serif; }
  .form-group.sp-checkbox-container {
    flex-direction: row; }
  .form-group .form-group {
    padding-left: 0;
    padding-right: 0; }
  .form-group .societe_search {
    display: flex;
    position: relative; }
    .form-group .societe_search #btn_societe_search {
      color: #003c9d;
      padding: 0px 8px; }
      .form-group .societe_search #btn_societe_search:hover {
        cursor: pointer; }
    .form-group .societe_search .societe_search_result {
      display: none;
      position: absolute;
      z-index: 3;
      background: white;
      border: 1px solid #003c9d;
      top: 25px;
      left: 0;
      height: 250px;
      overflow: auto;
      padding: 10px;
      /* width: calc(100% - 50px);  */
      width: 350px; }
      .form-group .societe_search .societe_search_result table {
        border-collapse: collapse; }
        .form-group .societe_search .societe_search_result table thead tr td {
          text-align: left;
          font-weight: 700;
          width: 300px; }
      .form-group .societe_search .societe_search_result table tbody tr {
        cursor: pointer;
        height: 30px; }
        .form-group .societe_search .societe_search_result table tbody tr td {
          text-align: left;
          width: 300px; }
        .form-group .societe_search .societe_search_result table tbody tr .found_activity_soc, .form-group .societe_search .societe_search_result table tbody tr .found_address_soc, .form-group .societe_search .societe_search_result table tbody tr .found_siren_soc {
          display: none; }
        .form-group .societe_search .societe_search_result table tbody tr:hover {
          background-color: #D8D8D8; }
  .form-group .flex-label {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .form-group .flex-label label {
      color: #003C9D; }
  .form-group .bold-label {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .form-group .bold-label label {
      color: #003C9D;
      font-weight: 700; }
  .form-group .image-wrapper {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 0 120px;
    border: 1px solid lightgrey;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    box-shadow: 0px 5px 20px -10px rgba(0, 60, 157, 0.45); }
    .form-group .image-wrapper label {
      display: flex;
      justify-content: center;
      width: 100%;
      opacity: 1;
      background-color: white;
      border-radius: 50%;
      border: 2px solid white;
      transition: all 0.15s ease;
      cursor: pointer; }
      .form-group .image-wrapper label > span {
        color: #003c9d;
        font-size: 23px; }
  .form-group input[type="file"] {
    position: absolute;
    left: -9999px;
    opacity: 0; }
  .form-group input[type="text"], .form-group input[type="password"], .form-group textarea {
    width: 100%;
    border-color: grey;
    color: grey;
    padding: 5px; }
    .form-group input[type="text"]:focus, .form-group input[type="password"]:focus, .form-group textarea:focus {
      border-color: black;
      color: black; }
      .form-group input[type="text"]:focus + .flex-label label, .form-group input[type="password"]:focus + .flex-label label, .form-group textarea:focus + .flex-label label {
        color: black; }
  .form-group input[type="text"], .form-group input[type="password"] {
    border: 0;
    border: 1px solid #003C9D;
    color: gray;
    border-radius: 5px; }
  .form-group textarea {
    border: 1px solid;
    resize: vertical;
    transition: resize 0s; }
  .form-group .spbtnblue {
    box-shadow: none; }
    .form-group .spSelect .dropdown {
      color: grey;
      border-color: grey;
      padding-left: 0; }
      .form-group .spSelect .dropdown.active {
        color: black;
        border-color: black; }
      .form-group .spSelect .dropdown .dropdownmenu {
        border-color: black; }
        .form-group .spSelect .dropdown .dropdownmenu li {
          color: grey; }
          .form-group .spSelect .dropdown .dropdownmenu li:not([data-value=""]).selected, .form-group .spSelect .dropdown .dropdownmenu li:not([data-value=""]):hover {
            color: black;
            background-color: white; }
  .form-group.button-group {
    flex-direction: row;
    justify-content: flex-end;
    margin-top: 20px;
    align-items: center; }
    .form-group.button-group button {
      margin-left: 10px; }

.popin#client-popin .popin-container {
  max-width: 600px;
  padding: 30px; }
.popin .popin-container {
  padding: 20px 50px;
  min-width: unset; }
  .popin .popin-container .loading {
    display: flex;
    justify-content: center;
    align-items: center; }
    .popin .popin-container .loading, .popin .popin-container .loading-backdrop {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0; }
    .popin .popin-container .loading-backdrop {
      background: white;
      opacity: 0.5;
      z-index: 1; }
    .popin .popin-container .loading-image {
      max-width: 32px;
      max-height: 32px;
      position: relative;
      z-index: 2; }
  .popin .popin-container .popin-header {
    margin: 0; }
    .popin .popin-container .popin-header .close {
      color: #003c9d; }
      .popin .popin-container .popin-header .close:hover {
        color: black; }
      .popin .popin-container .popin-header .close > span {
        color: #003c9d;
        font-size: 15px; }
  .popin .popin-container .popin-body {
    display: flex;
    flex-wrap: wrap; }
    .popin .popin-container .popin-body-title {
      width: 100%;
      text-align: left; }
    .popin .popin-container .popin-body .access-for-user {
      display: flex;
      width: 100%; }
      .popin .popin-container .popin-body .access-for-user .form-group {
        position: relative; }
        .popin .popin-container .popin-body .access-for-user .form-group input[type="text"], .popin .popin-container .popin-body .access-for-user .form-group input[type="password"] {
          border: 0;
          border: 1px solid #003C9D;
          color: gray;
          border-radius: 5px; }
        .popin .popin-container .popin-body .access-for-user .form-group .flex-label {
          justify-content: flex-start;
          align-items: flex-end; }
          .popin .popin-container .popin-body .access-for-user .form-group .flex-label .see-password {
            font-size: 16px;
            color: grey;
            margin-left: 5px;
            cursor: pointer; }
            .popin .popin-container .popin-body .access-for-user .form-group .flex-label .see-password:hover {
              color: black; }
    .popin .popin-container .popin-body .popin-title {
      display: flex; }
      .popin .popin-container .popin-body .popin-title .icon_add_person {
        position: relative;
        background-color: #003c9d;
        border-radius: 50%;
        color: white;
        width: 50px; }
        .popin .popin-container .popin-body .popin-title .icon_add_person span {
          position: absolute;
          top: 8px;
          left: 8px; }
      .popin .popin-container .popin-body .popin-title .popin-body-title {
        font-family: 'Montserrat', serif;
        color: black;
        font-weight: 700;
        padding-left: 15px; }
.popin.confirm .popin-container {
  max-width: 600px; }
  .popin.confirm .popin-container .popin-body-title {
    text-align: center; }
  .popin.confirm .popin-container .popin-body form {
    width: 100%; }

@media screen and (max-width: 576px) {
  #client-popin .m-end {
    margin: unset; }
    #client-popin .form-group .image-wrapper {
      width: 50px;
      height: 50px;
      margin: 0 0 0 5px; }
    #client-popin .form-group .societe_search {
      width: 200px; } }

/* .popin {
 font-family: 'Montserrat';
 &#client-popin {
 .popin-container {
 max-width: 600px;
 padding: 20px;
 }
 }
 & &-container {
 padding: 20px 50px;
 min-width: unset;
 .loading {
 display: flex;
 justify-content: center;
 align-items: center;
 &, &-backdrop {
 position: absolute;
 top: 0; bottom: 0;
 left: 0; right: 0;
 }
 &-backdrop {
 background: white;
 opacity: 0.5;
 z-index: 1;
 }
 &-image {
 max-width: 32px;
 max-height: 32px;
 position: relative;
 z-index: 2;
 }
 }
 .popin-header {
 margin: 0;
 .close {
 color: grey;
 &:hover {
 color: black;
 }
 }
 }
 .popin-body {
 display: flex;
 flex-wrap: wrap;
 &-title {
 width: 100%;
 text-align: left;
 }
 .access-for-user {
 display: flex;
 width: 100%;
 .form-group {
 position: relative;
 .flex-label {
 justify-content: flex-start;
 align-items: flex-end;
 .see-password {
 font-size: 16px;
 color: grey;
 margin-left: 5px;
 cursor: pointer;
 &:hover {
 color: black;
 }
 }
 }
 }
 }
 }
 }
 &.confirm {
 .popin-container {
 max-width: 600px;
 .popin-body {
 &-title {
 text-align: center;
 }
 form {
 width: 100%;
 }
 }
 }
 }
 } */
fieldset {
  width: 100%;
  display: flex;
  flex-wrap: wrap; }
  fieldset legend {
    text-align: left;
    font-size: 20px;
    margin: 0 20px;
    color: gray;
    border-left: 4px solid gray;
    padding: 0 10px; }

/* .form-row {
 width: 100%;
 display: flex;
 }
 .form-group {
 display: flex;
 flex-direction: column-reverse;
 padding: 10px 20px;
 width: 100%;
 &-inline {
 display: inline-flex;
 width: 50%;
 justify-content: center;
 }
 &.group-form-group {
 flex-direction: column;
 padding-top: 0;
 }
 &[data-suffix] {
 position: relative;
 &::after {
 content: attr(data-suffix);
 position: absolute;
 bottom: 10px;
 right: 0px;
 padding: 5px 20px 0;
 background: white;
 color: grey;
 font-family: 'Open Sans', sans-serif;
 }
 }
 &.sp-checkbox-container {
 flex-direction: row;
 }
 .form-group {
 padding-left: 0;
 padding-right: 0;
 }
 .societe_search {
 display: flex;
 position: relative;
 #btn_societe_search {
 color: gray;
 margin-left: 5px;
 &:hover {
 color: #003c9d;
 cursor: pointer;
 }
 }
 .societe_search_result {
 display:none;
 position: absolute;
 z-index: 3;
 background: white;
 border: 1px solid #003c9d;
 top: 25px;
 left: 0;
 height: 250px;
 overflow: auto;
 padding: 10px;
 // width: calc(100% - 50px); 
 width: 350px; 
 table {
 border-collapse: collapse;
 thead {
 tr {
 td {
 text-align: left;
 font-weight: 700;
 width: 300px;
 }
 // border-bottom: 1px solid #ddd;
 }
 }
 tbody  {
 tr {
 cursor: pointer;
 height: 20px;
 td {
 text-align: left;                    
 width: 300px;                
 }
 .found_activity_soc, .found_address_soc, .found_siren_soc {
 display: none;
 }              
 &:hover {
 // background-color: #ECECEC;
 background-color: #D8D8D8;
 }
 }
 }
 }      
 }
 }
 .flex-label {
 display: flex;
 justify-content: space-between;
 align-items: center;
 label {
 color: grey;
 }
 }
 .image-wrapper {
 width: 100px;
 height: 100px;
 display: flex;
 align-items: center;
 justify-content: center;
 margin: 0 auto;
 border: 2px solid gray;
 border-radius: 50%;
 background-image: url('/images/picture.png');
 background-repeat: no-repeat;
 background-size: contain;
 background-position: center;
 label {
 display: flex;
 justify-content: center;
 width: 100%;
 height: 100%;
 opacity: 0;
 background-color: grey;
 border-radius: 50%;
 border: 2px solid white;
 transition: all 0.15s ease;
 box-sizing: border-box;
 cursor: pointer;
 > img {
 max-height: 100%;
 max-width: 100%;
 align-self: center;
 }
 }
 &:hover {
 label {
 opacity: 1;
 }
 }
 }
 input[type="file"] {
 position: absolute;
 left: -9999px;
 opacity: 0;
 }
 input[type="text"], input[type="password"], textarea {
 width: 100%;
 border-color: grey;
 color: grey;
 padding: 5px;
 &:focus {
 border-color: black;
 color: black;
 + .flex-label {
 label {
 color: black;
 }
 }
 }
 }
 input[type="text"], input[type="password"] {
 border: 0;
 border-bottom: 1px solid;
 color: gray;
 padding-left: 0;
 }
 textarea {
 border: 1px solid;
 resize: vertical;
 transition: resize 0s;
 }
 .spbtnblue {
 box-shadow: none;
 }
 .spSelect {
 .dropdown {
 color: grey;
 border-color: grey;
 padding-left: 0;
 &.active {
 color: black;
 border-color: black;
 }
 .select {
 color: inherit;
 }
 .dropdownmenu {
 border-color: black;
 li {
 color: grey;
 &:not([data-value=""]) {
 &.selected, &:hover {
 color: black;
 background-color: white;
 }
 }
 }
 }
 }
 }
 &.button-group {
 flex-direction: row;
 justify-content: flex-end;
 margin-top: 20px;
 button {
 margin-left: 10px;
 &.close {
 background-color: grey;
 border-color: grey;
 &:hover {
 background-color: white;
 color: grey;
 }
 }
 }
 }
 } */
body > .page-clients {
  padding: 50px 50px 0 50px; }

.page-clients {
  height: auto;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-family: 'Montserrat';
  text-align: left;
  box-sizing: border-box;
  background: #f9fafb; }
  .page-clients * {
    transition: all 0.2s ease;
    box-sizing: inherit; }
  .page-clients input {
    border: 0; }
  .page-clients .sp-radio-container {
    display: inline-flex;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid gray;
    justify-content: center;
    align-items: center;
    padding: 2px;
    box-sizing: border-box; }
    .page-clients .sp-radio-container .sp-radio-input {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100%;
      width: 100%; }
      .page-clients .sp-radio-container .sp-radio-input input {
        position: absolute;
        left: -9999px;
        opacity: 0; }
        .page-clients .sp-radio-container .sp-radio-input input + .sp-radio-value {
          width: 100%;
          height: 100%;
          background: #003C9D;
          border-radius: 50%;
          transform-origin: center;
          transform: scale3d(0, 0, 0); }
          .page-clients .sp-radio-container .sp-radio-input input:checked + .sp-radio-value {
            transform: scale3d(1, 1, 1); }
  .page-clients .page-boxshadow {
    width: auto;
    display: block;
    margin-bottom: 50px;
    margin-top: 30px;
    background: #f9fafb; }
    .page-clients .page-boxshadow .clients {
      padding: 20px;
      border: 1px solid #E9E7FF;
      margin-top: 30px;
      background: white; }
    .page-clients .page-boxshadow .actions {
      margin-bottom: 30px;
      display: flex; }
      .page-clients .page-boxshadow:not(.table-container) input {
        font-size: 18px;
        display: block;
        width: 100%;
        border: none;
        border-bottom: 1px solid #757575; }
        .page-clients .page-boxshadow:not(.table-container) input:focus {
          border: none;
          border-bottom: 1px solid #003C9D; }
      .page-clients .page-boxshadow:not(.table-container) input[type=submit] {
        margin-right: 0px;
        margin-top: 50px;
        margin-bottom: 50px;
        display: block;
        color: white;
        font-size: 14px; }
        .page-clients .page-boxshadow:not(.table-container) input[type=submit]:hover {
          color: #003C9D; }
      .page-clients .page-boxshadow:not(.table-container) label {
        margin-left: 0px;
        margin-top: 25px;
        color: grey;
        font-size: 12px;
        font-family: Montserrat;
        width: 100%; }
  .page-clients .table-container {
    max-width: unset; }
    .page-clients .table-container .dataTables_wrapper {
      overflow-x: auto; }
      .page-clients .table-container .dataTables_wrapper .dataTables_filter {
        border-bottom: 2px solid gray;
        padding-bottom: 2px;
        max-width: 200px; }
        .page-clients .table-container .dataTables_wrapper .dataTables_filter label {
          display: flex; }
          .page-clients .table-container .dataTables_wrapper .dataTables_filter label i {
            color: gray; }
          .page-clients .table-container .dataTables_wrapper .dataTables_filter label input {
            height: 25px; }
      .page-clients .table-container .dataTables_wrapper .dataTables_paginate a {
        margin-right: 5px; }
        .page-clients .table-container .dataTables_wrapper .dataTables_paginate a.paginate_button {
          background: none;
          border: none;
          font-size: 15px;
          font-family: Montserrat;
          color: grey !important; }
          .page-clients .table-container .dataTables_wrapper .dataTables_paginate a.paginate_button.current {
            font-family: Montserrat;
            color: #003C9D !important;
            margin-left: 5px; }
          .page-clients .table-container .dataTables_wrapper .dataTables_paginate a.paginate_button:hover {
            background: none;
            border: none;
            color: gray !important; }
    .page-clients .table-container .dataTables_wrapper .dataTables_length label select {
      width: 215px;
      cursor: pointer;
      margin-bottom: 15px;
      font-size: 15px;
      font-family: Montserrat;
      color: gray; }
      .page-clients .table-container .dataTables_wrapper .dataTables_length label select option {
        color: #003C9D; }
    .page-clients .table-container .dataTables_wrapper table.sptable {
      min-width: 800px; }
      .page-clients .table-container .dataTables_wrapper table.sptable .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
        background: none;
        color: gray;
        font-family: Montserrat; }
      .page-clients .table-container .dataTables_wrapper table.sptable .dataTables_wrapper .dataTables_paginate .paginate_button:active {
        background: none;
        color: black; }
        .page-clients .table-container .dataTables_wrapper table.sptable thead tr th {
          padding: 10px 0px;
          max-width: 300px;
          font-size: 15px;
          text-align: left;
          border-bottom: 2px solid #E9E7FF; }
          .page-clients .table-container .dataTables_wrapper table.sptable thead tr th:nth-of-type(n+2) {
            padding-left: 20px; }
      .page-clients .table-container .dataTables_wrapper table.sptable tbody {
        text-align: left; }
        .page-clients .table-container .dataTables_wrapper table.sptable tbody tr {
          border: none;
          height: 50px;
          margin-top: 15px; }
          .page-clients .table-container .dataTables_wrapper table.sptable tbody tr td {
            border: none;
            font-size: 12px;
            font-family: Montserrat;
            text-align: left !important;
            padding-left: 0;
            vertical-align: middle; }
            .page-clients .table-container .dataTables_wrapper table.sptable tbody tr td:nth-of-type(n+2) {
              padding-left: 20px; }
            .page-clients .table-container .dataTables_wrapper table.sptable tbody tr td a {
              color: #003C9D; }
            .page-clients .table-container .dataTables_wrapper table.sptable tbody tr td.sorting_1 {
              background: none; }
            .page-clients .table-container .dataTables_wrapper table.sptable tbody tr td button {
              background: none;
              border: 0; }
              .page-clients .table-container .dataTables_wrapper table.sptable tbody tr td button.edit {
                color: #003C9D;
                cursor: pointer; }
                .page-clients .table-container .dataTables_wrapper table.sptable tbody tr td button.edit:hover {
                  color: #001537; }
              .page-clients .table-container .dataTables_wrapper table.sptable tbody tr td button.delete {
                color: #d32f2f;
                cursor: pointer; }
                .page-clients .table-container .dataTables_wrapper table.sptable tbody tr td button.delete:hover {
                  color: #811b1b; }
          .page-clients .table-container .dataTables_wrapper table.sptable tbody tr.odd, .page-clients .table-container .dataTables_wrapper table.sptable tbody tr.event {
            background: none; }
        .page-clients .table-container .dataTables_wrapper table.sptable tbody .dataTables_empty {
          text-align: center; }
      .page-clients .table-container .dataTables_wrapper table.sptable.select-mode tbody tr {
        cursor: pointer; }
        .page-clients .table-container .dataTables_wrapper table.sptable.select-mode tbody tr:hover {
          background: #F4F4F4 !important; }
  .page-clients h1 {
    color: #003C9D;
    font-weight: 800;
    font-family: Montserrat;
    font-size: 30px;
    display: flex;
    align-items: center; }
  .page-clients h2 {
    color: black;
    font-family: Montserrat;
    font-size: 30px;
    margin-top: 50px;
    margin-bottom: 30px;
    text-align: center;
    font-style: normal; }

/* .search_sirene {
 display: flex; 
 .wrapBtnSearchSirene  {
 justify-content: center;
 padding: 2px 10px;
 #btnSearchSirene {
 cursor: pointer;
 &:hover {
 color: #003c9d;
 }
 }
 }
 .search_sirene_box {
 .sireneRemove{
 font-size: 10px;
 cursor: pointer;
 }
 #search_sirene {
 width: 500px;
 border: none;           
 }
 border: 2px solid #ECECEC;
 height: 30px;
 // border-radius: 10px;
 padding: 5px;
 }
 }
 .search_sirene_result {
 padding-top: 10px;
 table {
 border-collapse: collapse;
 thead {
 tr {
 height: 30px;
 td {
 font-weight: 700;   
 text-align: left;   
 width: 400px;  
 }
 border-bottom: 1px solid #ddd;
 }
 }
 tbody  {
 tr {
 cursor: pointer;
 height: 30px;
 td {
 text-align: left;
 }
 .found_address_soc, .found_siren_soc {
 display: none;
 }
 &:hover {
 background-color: #ECECEC;
 }
 border-bottom: 1px solid #ddd;
 }
 }      
 }      
 } */
