/* General containers */
* {
  font-family: "Poppins";
  color: #014247;
}

.dashboard-body {
  background: linear-gradient(125.36deg, #d6e6e9 66.56%, #a3d5d9 133.73%);
  height: auto;
  min-height: 100vh;
  width: 100%;
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
}

.main-container {
  width: 100%;
  max-width: 764px;
  display: flex;
  flex-direction: column;
  margin: 125px 0px 0px 40px;
}

.main-container.form-new {
  margin: 125px auto 0px auto!important;
}

.main-container.form-new .dashboard-breadcrumb {
  padding-top: 0!important;
}

.main-container.form-new .dashboard-subcontainer {
  width: 100%!important;
}

.main-container.form-new-formality {
  max-width: 1055px;
}

/* Form Title */
.form-title-container {
  width: 100%;
  height: 37px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.form-title-info {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 4px;
}

.form-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 17px;
  display: flex;
  align-items: center;
  color: #014247;
}

.form-subtitle {
  font-weight: 300;
  font-size: 13px;
  line-height: 10px;
  color: #014247;
}

.form-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 140px;
  border: 1px solid #014247;
  border-radius: 7px;
  cursor: pointer;
  font-weight: 700;
  font-size: 13px;
  line-height: 13px;
  color: #014247;
}

.form-btn a {
  color: #014247!important;
}

.form-btn:hover {
  background: linear-gradient(91.83deg, #069eaa 0%, #014247 100%) !important;
  color: white;
  border: none;
}

.form-btn:hover a, .form-btn:hover a:hover, .form-btn:hover i {
  color: white!important;
}

.form-btn:hover .white {
  color: white;
}

.form-btn .white:hover {
  color: white!important;
}

/* Step Container  */

.steps-container {
  display: flex;
  flex-direction: row;
  width: 764px;
  height: 43px;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #069eaa;
}

.step-subcontainer {
  display: flex;
  flex-direction: row;
  width: 140px;
  height: 100%;
  justify-content: center;
  align-items: center;
  gap: 6px;
  background: #c2d6d9;
  border-radius: 7px 7px 0px 0px;
}

.step-subcontainer.active {
  background: #014247;
}

.step-subcontainer a {
  color: #014247 !important;
  font-weight: 300;
  font-size: 13px;
  line-height: 17px;
}

.step-subcontainer.active a {
  color: white !important;
  font-weight: 700;
}

.step-subcontainer span {
  font-weight: 700;
  font-size: 13px;
  line-height: 17px;
}

.step-subcontainer.active span {
  color: white !important;
}

/* form container */
.form-container {
  width: 100%;
  /* height: 100%; */
}

.dashboard-form {
  width: 100%;
  height: 100%;
}

.form-page {
  width: 100%;
  /* height: 100%; */
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.form-group {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  padding: 32px 24px;
  background: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 7px;
  margin-bottom: 0px;
}

.form-group.back-degrade {
  background: linear-gradient( 162.88deg, #ffffff 75.08%, rgba(255, 255, 255, 0) 100% );
}

.form-group-title {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: start;
  gap: 6px;
  margin-bottom: 32px;
}

.form-group-title h3 {
  font-weight: 700;
  font-size: 11px;
  line-height: 13px;
}

.form-group-subtitle {
  font-weight: 400 !important;
}

.form-group .tooltip-wrap .fas .fa-info-circle {
  width: 9px;
  width: 9px;
}

.form-group .tooltip-wrap .tooltip-inner {
  background: #014247;
  width: 360px;
}

.form-group .tooltip-wrap .tooltip-inner p,
.form-group .tooltip-wrap .tooltip-inner li {
  font-size: 11px;
  line-height: 13px;
  margin-bottom: 4px;
  font-weight: 300;
  color: white !important;
}

.form-group .tooltip-wrap .tooltip-inner a {
  font-weight: 700;
  color: white !important;
}

.form-group-reduced {
  padding: 10px 0px 0px 0px;
  margin-bottom: 0px;
}

.form-group-reduced .form-group-title {
  margin-bottom: 0;
}

/* Form Input */
.form-input-container {
  width: 100%;
}

.form-input {
  width: 100%;
  height: 40px;
  background: linear-gradient(90.36deg, #e6f4f7 49.69%, #d9e7ea 100%);
  border-radius: 7px;
  padding: 0 18px;
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 11px;
  line-height: 13px;
  border: none;
}

/* .form-input::placeholder,
.form-group .question_textarea::placeholder {
  font-style: italic;
  font-weight: 300;
  font-size: 11px;
  line-height: 13px;
} */

input::placeholder,
select::placeholder, textarea::placeholder {
  font-style: italic !important;
  font-weight: 300 !important;
  font-size: 11px !important;
  line-height: 13px !important;
}

input,
select *, textarea, #showActivites, .menu__link {
  font-weight: 500 !important;
  font-size: 11px !important;
  line-height: 13px !important;
}

.form-input-reduced,
.form-select-reduced {
  width: 100%;
}

#mn_appbundle_informations_generales_siegeCp {
  font-weight: 500;
  font-size: 11px;
  line-height: 13px;
}

.add-line-cta {
  font-weight: 300 !important;
  font-size: 10px;
  line-height: 11px;
  margin-bottom: 5px;
  margin-right: 6px;
  text-decoration-line: underline;
  color: #014247 !important;
}

/* Second Block */
.form-group .btn {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 40px;
  background: linear-gradient(90.36deg, #e6f4f7 49.69%, #d9e7ea 100%);
  border-radius: 7px !important;
  padding: 16px 14px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #014247;
}

.form-group .menu__breadcrumbs {
  display: flex;
  flex-direction: row;
  /* justify-content: space-between; */
  align-items: center;
  width: 100%;
  height: 40px;
  background: linear-gradient(90.36deg, #e6f4f7 49.69%, #d9e7ea 100%);
  border-radius: 7px 7px 0px 0px;
  padding: 16px 14px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #014247;
  border: 1px solid white;
}

.form-group .menu__link {
  width: 100%;
  color: #014247 !important;
  font-weight: 300;
  font-size: 11px;
  line-height: 13px;
  padding: 12px;
  background: linear-gradient(90.36deg, #e6f4f7 49.69%, #d9e7ea 100%) ;
  border: 1px solid white;
}

.form-group .question_textarea {
  margin-top: 16px;
  width: 100%;
  height: 80px;
  background: linear-gradient(91.43deg, #e6f4f7 48.78%, #d9e7ea 100%);
  border-radius: 7px;
  padding: 16px 14px;
  font-weight: 500;
  font-size: 11px;
  line-height: 13px;
}

.submenu {
  border-left: 2px solid #014247;
}

.submenu .form-group-title {
  margin: 0;
}

.submenu .form-group-title h3 {
  font-weight: 400;
}

.form-page input[type="radio"] + span {
  margin-right: 0px;
}

.form-page input[type="radio"] + span:before, input[type="checkbox"] + span:before {
  height: 16px;
  width: 16px;
}

.form-page input[type="radio"] + span:before, input[type="checkbox"] + span:before {
  border: none;
  background-color: #e6f4f7;
}

.form-page input[type="radio"]:checked + span:before, input[type="checkbox"]:checked + span:before {
  border: 3px solid #e6f4f7 !important;
  background-color: rgba(6, 158, 170, 1);
}

.form-page input[type="radio"]:checked + span {
  font-weight: 500;
}

.input-grp {
  position: relative;
}

.submenu .form-group-title + .input-grp {
  height: 16px;
  margin: 0;
}

.submenu:first-child {
  margin-bottom: 16px;
}

.form-page .input-grp span {
  /*margin-left: 5px;*/
  font-weight: 500;
  font-size: 11px;
  line-height: 16px;
}

#act-regle {
  margin-left: 5px;
  font-weight: 500;
  font-size: 11px;
  line-height: 16px;
}

#act-regle a {
  font-weight: 700;
  text-decoration: none !important;
  color: rgba(1, 66, 71, 1);
}

.partner-address-container {
  display: flex;
  flex-direction: row;
  gap: 15px;
  width: 100%;
}

.form-select {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 40px;
  background: linear-gradient(90.36deg, #e6f4f7 49.69%, #d9e7ea 100%);
  border-radius: 7px !important;
  /* padding: 16px 14px; */
  border: none;
  font-style: normal;
  font-weight: 500;
  font-size: 12px!important;
  line-height: 16px;
  color: #014247;
  position: relative;
  background:  url('../../../../images/br_down_13x13.png') no-repeat right #d9e7ea;
  -webkit-appearance: none;
  background-position: right;
  background-position-x: right;
  background-origin: content-box;
}

/* modtest */
/* #partner_address_container_1,
#partner_address_1 {
  width: 100%;
} */

.form-row {
  display: flex;
  flex-direction: row;
}

.submenu2 {
  width: 100%;
  /* height: 65px; */
  display: flex;
  flex-direction: column;
}

.submenu2 .form-group-title {
  margin: 0;
}

.submenu2 h3 {
  padding-left: 18px;
  font-weight: 400;
}

.form-exercice-row {
  width: 100%;
  /* gap: 40px; */
  height: 65px;
  flex-wrap: nowrap;
  padding-left: 4px;
  /*margin-bottom: 32px;*/
}

.form-address-row, .form-double-columns {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 15px;
}

.form-address-row .input-grp, .form-double-columns .input-grp {
  width: 100%;
}


.form-exercice-row .submenu2 {
  width: 50%;
  padding-right: 72px;
}

.form-datepicker-container {
  display: flex;
  flex-direction: row;
  justify-content: start;
  gap: 12px;
}

.form-datepicker-container .input-grp {
  position: relative;
  width: 100%;
}

.form-datepicker-container select {
  width: 100%;
  height: 40px;
  background: linear-gradient(90.36deg, #e6f4f7 49.69%, #d9e7ea 100%);
  border-radius: 7px;
  padding: 0 18px;
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 11px;
  line-height: 13px;
  border: none;
  position: relative;
}

.datepicker-arrow {
  position: absolute;
  top: 13px;
  right: 20px;
}

.form-euro-sign {
  position: absolute;
  top: 13px;
  right: 22px;
  width: 13px;
}

/*Bottom container */
.form-bottom-container {
  width: 100%;
  height: 38px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
}

.form-submit-btn {
  width: 206px !important;
  height: 37px;
  background: linear-gradient(91.83deg, #069eaa 0%, #014247 100%) !important;
  border-radius: 7px;
  font-weight: 700 !important;
  font-size: 13px !important;
  line-height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white !important;
  padding: 0 !important;
  border: none !important;
}

.form-submit-btn:hover {
  background: white !important;
  color: #014247 !important;
}

.modal-content .form-submit-btn:hover {
  border: 1px solid #014247!important;
}

.btn-bg-white:hover {
  border: 1px solid #014247!important;
}

.form-bottom-container .form-btn {
  position: absolute;
  right: 0;
  width: 124px;
}

.right-container {
  /* width: 100%; */
  /* height: 100%; */
  display: flex;
  justify-content: start;
  align-items: start;
  margin-top: 125px;
  padding: 65px 0px 0px 32px;
}

.right-subcontainer {
  width: 163px;
  height: 93px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  background: #c2d6d9;
  border-radius: 10px;
  padding: 0 28px;
  gap: 3px;
}

.right-subcontainer-line {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  gap: 10px;
}

.right-subcontainer-line span {
  font-weight: 300;
  font-size: 10px;
  line-height: 13px;
}

.right-subcontainer-line img {
  width: 10px;
  height: 10px;
}

/* POPUP */
.form-popup-container {
  padding: 0px !important;
}

.form-popup {
  display: flex;
  justify-content: center;
  align-items: center;
}

.form-popup h2 {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: var(--text-secondary-color);
}

.dossier-message-close-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}

.tooltip-wrap {
  margin-left: 2px;
} 

.tooltip-infobulle-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  background: none;
  height: 10px;
  width: 11px;
}

.tooltip-infobulle-icon i {
  font-size: 11px;
  color: #069eaa ;
}

.tooltip-infobulle-modif-icon i {
  font-size: 14px;
  color: #069eaa ;
}

/* MEDIA QUERIES */
@media screen and (max-width: 1200px) {
  .right-container {
    display: none;
  }
}

@media screen and (max-width: 1000px) {
  .dashboard-body {
    flex-direction: column;
    height: auto !important;
    align-items: center;
  }

  #main-container {
    max-width: none;
    /* justify-content: center; */
    align-items: center;
    height: auto !important;
    width: 90%;
  }

  .menu-toggle-mobile {
    margin-bottom: 30px;
  }

  .form-container,
  .form-title-container {
    max-width: 764px;
  }

  .steps-list {
    overflow-x: scroll;
  }
}

@media screen and (max-width: 660px) {
  .dashboard-body {
    height: auto !important;
  }

  .menu-toggle-mobile {
    margin-bottom: 40px;
  }

  .form-exercice-row {
    flex-direction: column;
    height: auto;
    gap: 0px;
  }

  .form-exercice-row .submenu2 {
    width: 100%;
    padding-right: 0;
  }

  .form-group-siege-social {
    height: auto;
  }

  .form-input-reduced {
    width: 100% !important;
  }

  .form-euro-sign {
    right: 30px;
  }
}

@media (min-width: 630px) and (max-width: 1156px) {
  .information-identity-frame.invoice {
    width: 49%!important;
    height: 100%!important;
    margin-top: 0!important;
    text-align: center!important;
    align-items: center!important;
    justify-content: center!important;
  }

  .information-identity-frame.invoice .information-identity-info {
    text-align: center!important;
    align-items: center!important;
    justify-content: center!important;
  }

  .dashboard-invoice .dashboard-subcontainer-right-payment {
    flex-direction: row!important;
    justify-content: space-between!important;
  }
}

@media screen and (max-width: 630px) {
  .information-identity-frame.invoice {
    text-align: center!important;
    align-items: center!important;
    justify-content: center!important;
  }

  .information-identity-frame.invoice .information-identity-info {
    text-align: center!important;
    align-items: center!important;
    justify-content: center!important;
  }
}

@media screen and (max-width: 550px) {

  .form-submit-btn  {
    width: 130px !important;
  }

  .form-submit-btn.full  {
    width: 175px!important;
  }

  .form-bnt-opt  {
    display: none;
  }
}

/* mod-1 / 21-04 ajout proprietes css */
#list_partner_address {
  width: 35%;
}

#list_partner_address select, .list_actions_cac_dirigeant select {
  width: 100%;
}

.list_address {
  width: 60%;
}

.list_address select{
  width: 100%;
}

@media screen and (max-width: 650px) {
  .partner-address-container  {
    gap: 20px;
  } 
}

.form-page.form-new-procedure,
.form-page.form-new-company {
  width: 100% !important;
}

.form-page.form-new-formality {
  width: 90% !important;
}

.form-page.form-new-formality .form-exercice-row .submenu2 {
  width: 35%!important;
  padding-right: 0!important;
}

.form-page.form-new-formality .form-exercice-row {
  justify-content: center!important;
}

.main-container.form-new-formality.form-new:not(.expanded) {
  width: calc(100% - 25%)!important;
}

@media (min-width: 1600px) {
  .main-container.form-new-formality.form-new:not(.expanded) {
    width: calc(100% - 20%)!important;
  }
}

@media (max-width: 1500px) {
  .main-container.form-new-formality.form-new:not(.expanded) {
    width: calc(100% - 27%)!important;
    max-width: unset!important;
    margin: 125px auto 0px auto!important;
  }

  .main-container.form-new-formality.form-new.expanded {
    margin: 125px auto 0px auto!important;
  }
}

@media (min-width: 1000px) and (max-width: 1200px) {
  .main-container.form-new-formality.form-new:not(.expanded) {
    width: calc(100% - 35%)!important;
    max-width: unset!important;
    margin: 125px auto 0px auto!important;
  }

  .main-container.form-new-formality.form-new.expanded {
    margin: 125px auto 0px auto!important;
  }

  .form-page.form-new-formality, .main-container.form-new-formality.form-new .sumbit.form-bottom-container, .main-container.form-new-formality.form-new div:has(.alert-container) {
    width: 100%!important;
  }
}

.form-new-formality .select-arrow,
.form-new-procedure .select-arrow,
.form-new-company .select-arrow,
.form-page .select-arrow {
  position: absolute;
  top: 13px;
  right: 5px;
}

.form-page.form-new-formality .form-select,
.form-page.form-new-procedure .form-select,
.form-page.form-new-company .form-select {
  width: 100% !important;
}

.form-page.form-edit-formality .form-exercice-row .submenu2 {
  padding-right: 5px !important;
}

.form-page.form-new-procedure .form-exercice-row .submenu2,
.form-page.form-new-company .form-exercice-row .submenu2 {
  padding-right: 30px !important;
}

.form-page.form-new-formality input[type='checkbox'] + span:before,
.form-page.form-new-procedure input[type='checkbox'] + span:before {
  background-color: #e6f4f7 !important;
  /*border: 3px solid #e6f4f7 !important;*/
  /*background-color: rgba(6, 158, 170, 1) !important;*/
}

.box.form-group input[type='checkbox'] + span:before {
  background-color: #e6f4f7 !important;
  border: none!important;
  top: 2px!important;
}

.form-page input[type='checkbox']:checked + span:after {
  background-color: rgba(6, 158, 170, 1) !important;
}

.box.form-group input[type='checkbox']:checked + span:after {
  background-color: rgba(6, 158, 170, 1) !important;
  top: 4px!important;
}

.form-page.form-new-formality #offer_modification .form-exercice-row {
  height: auto !important;
}

.form-page.form-new-formality #operations-block .form-exercice-row {
  height: auto !important;
}

.mb-1rem {
  margin-bottom: 1rem;
}

.form-new-formality h1,
.form-new-procedure h1 {
  font-weight: 500;
  font-size: 25px;
  line-height: 24px;
  text-align: center;
  color: #014247;
  margin-bottom: 32px;
}

.form-new-formality h1 span,
.form-new-procedure h1 span {
  font-weight: 700;
  font-size: 25px;
  line-height: 24px;
  color: #014247;
}

.form-new-formality h3,
.form-new-procedure h3 {
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  margin-bottom: 20px;
}

.form-new-formality .dashboard-subcontainer,
.form-new-procedure .dashboard-subcontainer {
  gap: 0!important;
}

.form-new-formality .add-sel,
.form-new-procedure .add-sel {
  font-size: 12px;
}

.form-options span {
  font-size: 12px!important;
}

.grid-options {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 70%;
}

.grid-options label {
  flex: 1 1 35%
}

label:first-child input[type='checkbox'] {
  margin-left: 20px!important;
}

@media only screen and (max-width: 1350px) and (min-width: 1000px) {
  .main-container.form-new-formality {
    max-width: 70%!important;
  }
}

.flex-grid-table {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; /* Centre horizontalement la div */
  align-items: flex-start;
}

.form-submit-btn.dialog {
  width: 160px!important;
}

.dialog-back {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  color: #069eaa !important;
  font-size: 11px;
  margin-right: 25px!important;
}

.form-submit-btn.dialog:hover {
  cursor: pointer;
  border-color: #014247;
}

.dialog-new-company, .dialog-dash {
  background-color: rgb(230 244 247) !important;
  border-radius: 10px!important;
}

input[type='radio'] {
  margin-left: 0;
}

.details-factruation-block {
  gap: 0;
}

.header-paiement-box {
  background-color: #069eaa;
  border: 1px solid #069eaa;
  border-radius: 7px 7px 0px 0px;
}

.form-submit-btn.promotion {
  height: 39px!important;
  width: 10% !important;
}

.form-submit-btn.promotion:hover {
  border: 1px solid #04737b!important;
}

.gap-promotion {
  gap: 15px;
}

.dashboard-container-payment {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: start;
  gap: 35px;
  margin-top: 32px;
  width: 100%;
  max-width: 1030px;
  height: 100%;
}

.dashboard-subcontainer-left-payment {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  min-width: 68%;
  max-width: 1340px;
}

.dashboard-subcontainer-right-payment {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: start;
  align-items: center;
}

@media screen and (max-width: 1360px) {
  .dashboard-container-payment:not(.dashboard-invoice) {
    flex-direction: column;
    justify-content: start !important;
    max-width: 1000px;
  }

  .dashboard-container-payment.dashboard-invoice {
    gap: 10px!important;
  }

  .dashboard-subcontainer-left-payment {
    width: 100%;
  }

  .dashboard-subcontainer-right-payment {
    width: 100%;
  }

  .cb-responsive {
    width: 30%;
    margin: auto;
  }
}

@media screen and (max-width: 1156px) {
  .dashboard-container-payment.dashboard-invoice {
    flex-direction: column;
    justify-content: start !important;
    max-width: 1000px;
  }

  .dashboard-invoice .dashboard-subcontainer-left-payment {
    width: 100%;
  }

  .dashboard-invoice .dashboard-subcontainer-right-payment {
    width: 100%;
  }

  .cb-responsive {
    width: 30%;
    margin: auto;
  }
}

@media screen and (max-width: 1000px) {
  .cb-responsive {
    width: 40%;
    margin: auto;
  }
  .associes-list {
    max-width: none !important;
  }
}

@media screen and (max-width: 660px) {
  .form-page.form-new-formality .form-exercice-row .submenu2 {
    padding-right: 0!important;
  }

  .grid-container {
    grid-template-columns: 1fr;
  }

  .cb-responsive {
    width: 80%;
    margin: auto;
  }
}

.align-grid {
  margin-left: 0!important;
  margin-right: 0!important;
  padding-right: 0!important;
  display: flex !important;
  flex-direction: row !important;
}

@media (max-width: 991px) {
  label:first-child input[type='checkbox'] {
    margin-left: 0px!important;
  }
}

.col-md-7.col-8 p, .col-md-8.col-9 p {
  font-size: 14px!important;
}

.alert-success {
  background-color: white!important;
  justify-content: center;
}

@media screen and (max-width: 991px) {
  .form-multiple-choice .row, .benefices .row {
    margin-left: -15px!important;
    margin-right: -15px!important;
  }

  #message-amount-capital .price:not(.last),
  #message-status-modification .price:not(.last) {
    border-right: 0;
  }

  .legal-representatives .col-lg-12, .legal-representatives .col-lg-6 {
    padding-right: 0!important;
    padding-left: 0!important;
  }
}

@media screen and (max-width: 425px) {
  .form-multiple-choice .input-grp label {
    width: 100% !important;
  }

  #new-company-dialog .modal-dialog  {
    min-width: auto!important;
  }
}

@media (max-width: 575px) {
  .form-multiple-choice .input-grp label {
    margin-bottom: 0;
  }
}

#mn_appbundle_modifications_account_approval_companyType label {
  width: 140px!important;
}

input.es-input {
  background: linear-gradient(90.36deg, #e6f4f7 49.69%, #d9e7ea 100%) !important;
  padding: 0 18px!important;
}

@media (max-width: 790px) {
  .form-new-formality .form-exercice-row {
    /*flex-direction: column!important;*/
    align-items: center!important;
  }

  #new-company-dialog .modal-dialog  {
    min-width: unset!important;
  }
}

@media (min-width: 790px) {
  .main-container.process {
    width: 764px !important;
  }
}

.main-container.form-new .form-exercice-row {
  flex-wrap: nowrap;
  justify-content: unset;
}

.main-container.form-new .form-exercice-row .submenu2 {
  text-align: unset!important;
  margin-bottom: 0;
}

.main-container.form-new .formality-form-wrap {
  width: 90%!important;
}

@media (min-width: 1206px) {
  .main-container.form-new:not(.expanded) {
    width: calc(100% - 20%)!important;
    max-width: unset!important;
  }

  .main-container.form-new.expanded {
    width: calc(100% - 13%)!important;
    max-width: unset!important;
  }
}

@media (min-width: 1000px) and (max-width:1300px) {
  .main-container.form-new:not(.expanded) {
    width: calc(100% - 28%)!important;
    max-width: unset!important;
  }

  .main-container.form-new.expanded {
    width: calc(100% - 15%)!important;
    max-width: unset!important;
  }

  .main-container.form-new .form-exercice-row {
    flex-wrap: wrap;
    justify-content: center;
  }

  .main-container.form-new .form-exercice-row .submenu2 {
    text-align: center!important;
    margin-bottom: 10px!important;
  }

  .main-container.form-new {
    margin: 125px 10px 0px 10px!important;
  }
}

.form-page .input-grp span.select2 {
  font-weight: 400!important;
  font-size: 1rem!important;
  line-height: 1.5!important;
  margin-left: 0px!important;
}

.subscription-checkbox input[type="checkbox"] + span:before, .expandable {
  border: none;
  background-color: #ffffff;
}


.bulle-recap {
  width: 100%;
  height: 60px;
  background: linear-gradient( 94.88deg, #ffffff 5.08%, rgba(255, 255, 255, 0) 100% );
  border: 1px solid #ffffff;
  box-shadow: 0px 8px 14px rgba(1, 66, 71, 0.14);
  border-radius: 10px;
  margin-bottom: 20px;
  font-size: 11px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px;
  text-align: justify;
}

input[name='mn_appbundle_new_formality[formalityType]'] {
  margin-left: 20px!important;
  margin-right: 0px!important;
}

.new-formality-h3 {
  font-size: 16px!important;
  font-weight: 200!important;
  line-height: 24px!important;
  margin-bottom: 20px!important;
  color: #5c8288!important;
}
.fos_user_resetting_reset  input[name="fos_user_resetting_form[plainPassword][second]"]:focus-visible, .fos_user_resetting_reset  input[name="fos_user_resetting_form[plainPassword][first]"]:focus-visible {
  outline: 2px solid #104247;
}

.new-formality-container-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  width: 100%;
  gap: 30px;
}

/* Style pour les sous-conteneurs (les 6 div) */
.new-formality-child-box {
  box-sizing: border-box;
  width: calc(33.33% - 20px); /* 20px représente la marge entre les div, ajustez selon vos besoins */
  margin-bottom: 20px;
}

.new-formality-header-box {
  border-radius: 10px 10px 0px 0px;
  border: 1px solid #069EAA;
  background: linear-gradient(91deg, #069EAA 0%, #014247 99.99%);
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-weight: 200;
}

.new-formality-body-box {
  background: linear-gradient(114deg, #FFF 39.76%, rgba(255, 255, 255, 0.00) 98.49%);
  border: 1px solid white;
  border-radius: 0px 0px 10px 10px;
  box-shadow: 0px 8px 14px 0px rgba(1, 66, 71, 0.14);
  min-height: 230px;
}

.box-left.align-grid {
  display: unset!important;
}

/* Media query pour ajuster le nombre de colonnes à différentes largeurs d'écran */
@media (max-width: 1300px) {
  .new-formality-child-box {
    width: calc(50% - 20px);
  }
}

#formality-type #mn_appbundle_new_formality_formalityType {
  padding-left: 43px;
}

@media (max-width: 700px) {
  .new-formality-child-box {
    width: calc(100% - 20px);
  }
  .form-page.form-new-formality .form-exercice-row .submenu2 {
    width: 100%!important;
  }

  .form-page.form-new-formality .form-group-title {
    flex-direction: column!important;
    align-items: center;
  }

  #formality-type #mn_appbundle_new_formality_formalityType {
    padding-left: 0!important;
  }
}

#formality-type-choice .box-left {
  display: grid;
  margin-bottom: 0!important;
  min-height: 50px;
  padding-right: 0!important;
}

#formality-type-choice .box-left span {
  padding-left: 25px!important;
}

#formality-type-choice .box-left input[type='checkbox'] + span:before {
  left: 0!important;
}

#formality-type-choice .box-left input[type='checkbox']:checked + span:after {
  left: 2px!important;
}

#new-company-dialog .select2-search__field {
  height: 40px!important;
}

#new-company-dialog .select2-dropdown--below {
  top: -41px!important;
}

#new-company-dialog .select2-search__field {
  border-radius: 6px;
  background: linear-gradient(90.36deg, #e6f4f7 49.69%, #d9e7ea 100%);
  border: 0;
  padding-left: 22px;
}

ul#offer-modification-tag-list {
  height: 0;
}

ul#offer-modification-tag-list:has(> li){
  height: 22px;
  margin-bottom: 1rem;
}

#new-company-dialog h3 {
  font-size: 15px;
  font-weight: 200;
}

#new-company-dialog .siren h3, #new-company-dialog .company-name h3 {
  font-size: 12px;
}

.card-associate {
  background: linear-gradient(180deg, #ffffff 56.59%, rgba(255, 255, 255, 0) 100%);
  border: 1px solid white;
  border-radius: 6px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.btn-config {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border-radius: 10%;
  border: 1px solid #C2D6D9;
}

.btn-config img {
  display: block;
}

.btn-associate {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 206px !important;
  height: 37px;
  background: linear-gradient(91.8deg, #023F44 0.26%, #069EAA 100%) !important;
  border-radius: 6px;
  font-weight: 600 !important;
  font-size: 13px !important;
  line-height: 24px;
  color: white !important;
  padding: 0 !important;
  border: none !important;
  cursor: pointer !important;
}

.btn-associate .rect-outline {
  stroke: white;
}

.btn-associate .rect-horizontal,
.btn-associate .rect-vertical {
  fill: white;
}

.btn-associate:hover .rect-outline {
  stroke: #014247;
}

.btn-associate:hover .rect-horizontal,
.btn-associate:hover .rect-vertical {
  fill: #014247;
}

.btn-associate:hover {
  background: white !important;
  color: #014247 !important;
}

#personModal .modal-footer {
  display: flex;
  justify-content: flex-end;
  margin-top: auto;
}

.label-governance {
  display: flex;
  align-items: center;
}

.span-governance {
   top : 0 !important;
}

.tooltip-governance{
  background: #014247 !important;
  width: 360px !important;
}

.tooltip-governance p, .tooltip-governance li {
  font-size: 11px !important;
  line-height: 13px !important;
  margin-bottom: 4px !important;
  font-weight: 300 !important;
  color: white !important;
}

.showAddEditPersonModal-dialog{
  overflow-y: initial !important;
}

.showAddEditPersonModal-body{
  max-height: 80vh;
  overflow-y: auto;
  margin-top: 20px !important;
}

.form-deconnexion-btn {
  width: 206px !important;
  height: 37px;
  background: #fff !important;
  border-radius: 7px;
  font-weight: 700 !important;
  font-size: 13px !important;
  line-height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #014247 !important;
  padding: 0 !important;
  border: none !important;
}

.form-deconnexion-btn:hover {
  /*background: white !important;*/
  background: linear-gradient(91.83deg, #069eaa 0%, #014247 100%) !important;
  color: white !important;
}

#form-service .form-page input[type="radio"] + span {
  margin-right: 10px !important;
}