.titleHeader {
    height: 60px;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 0px 0px 5px;
    box-sizing: border-box;
    gap: 15px;
    text-align: left;
    font-size: 18px;
    color: #3b3b3b;
    font-family: Ubuntu;
}

.accordion{
    --bs-accordion-border-width: 0px;
    --bs-accordion-active-bg: #f9f9f9;
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.1rem rgb(217 167 98 / 100%);
}

.pageTitle{
    position: relative;
}

.iconTitle {
    height: 30px;
    width: 30px;
    border-radius: 8px;
    background-color: #d9a762;
    border: 1px solid #d9a762;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.footerButton {
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background-color: #fff;
    border: 1px solid #d9a762;
    box-sizing: border-box;
    width: auto;
    height: 39px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 12px 12px 12px 18px;
    gap: 10px;
}

.sectionContainer {
    width: 100%;
    height: 30px;
    display: inline-flex;
    justify-content: left;
    align-items: center;
    gap: 15px;
}

.sectionInnerBox {
    width: 30px;
    height: 30px;
    padding: 10px;
    background: white;
    border-radius: 8px;
    border: 1px solid #E9E9E9;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.sectionInnerBoxNumber {
    color: #3B3B3B;
    font-size: 12px;
    font-family: Ubuntu, sans-serif;
    font-weight: 700;
    word-wrap: break-word;
}

.sectionText {
    color: #3B3B3B;
    font-size: 16px;
    font-family: Ubuntu, sans-serif;
    font-weight: 700;
    word-wrap: break-word;
}

.inputRadio {
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #e9e9e9;
    box-sizing: border-box;
    display: flex;
    /* flex-direction: row;
    align-items: center;
    justify-content: center; */
    padding-inline: 20px;
    /* min-height: 55px; */
    height: 55px;
    padding-bottom: 1px;
}

.inputRadioPosition {
    padding-bottom: 1px;
    position: relative;
    color: black;
    align-content: center;
}

input[type="radio"] {
    accent-color: rgb(217, 167, 98);
    appearance: none;  
    width: 15px;  
    height: 15px;  
    border-radius: 50%;  
    background-color: #fff;  
    border: 1px solid rgb(217, 167, 98);  
    box-shadow: inset 0 0 0 2px white;  
    transition: background-color 0.3s, border-color 0.3s, box-shadow 0.3s;  
    vertical-align: sub;
    /* vertical-align: text-bottom; */
}

input[type="radio"]:checked {
    background-color: rgb(217, 167, 98);  
    border-color: rgb(217, 167, 98);  
    box-shadow: inset 0 0 0 2px white;  
}

input[type="radio"]:focus {
    outline: none;  
    box-shadow: inset 0 0 0 2px white; 
}

.spacing1 {
    width: 12px;
    height: 31px;
}

.questionRow1 {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
    text-align: left;
    font-size: 14px;    
    font-family: Ubuntu;
}

.questionsLayout {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 10px 0px;
    box-sizing: border-box;
    gap: 20px;
    text-align: left;
    font-size: 14px;
    color: #aaa;
    font-family: Ubuntu;
}

.textInputContainer {
    flex: 1;
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #e9e9e9;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 12px 20px;
    min-height: 55px;
    width: 100%;
    font-weight: normal;
    color: #aaa;
    font-family: Ubuntu;
}

/* Hide the up and down arrows on number inputs */
input[type='number']::-webkit-outer-spin-button,
input[type='number']::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type='number'] {
    -moz-appearance: textfield;
}

.textInputRow {
    color: #000;
    width: 100%;
    flex: 1;
    text-align: right;
    border: 1px solid #ffffff;
    outline: none;
}

.textInputArea {
    color: #000;
    width: 100%;
    position: inherit;
    display: block;
    outline: none;
    text-align: right;
}

.disabled-button {
    background-color: #ccc;
    color: white;
    cursor: not-allowed;
    border: none;
    height: 39px;
}

.valider-button {
    background-color: #d9a762;
    color: white;
    border: none;
    height: 39px;
}

.valider-button:disabled {
    background-color: #ccc;
    color: white;
    cursor: not-allowed;
    height: 39px;
}

.transparent-button {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    opacity: 0;
  }

  .right {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-end;
    padding: 0px 2px;
    box-sizing: border-box;
    gap: 10px;
    text-align: center;
    font-size: 14px;
    color: #d9a762;
    font-family: Ubuntu;
}

.iconButton {
    background-color: white;
    border: none;
    padding: 0;
    cursor: pointer;
  }

  .floppyIcon {
    max-width: 100%;
    height: auto;
  }

  .spinner-border {
    background-color: white;
    color: #d9a762;
  }

  .spinner-border-sm {
    background-color: white;
  }

  .pencilIcon {
    width: 10px;
    position: relative;
    height: 10px;
  }

  .orangeButton {
    position: relative;
}

.syntheseCol1 {
    width:200px
}

.syntheseCol2 {
    width:150px
}

  .statusColor0 {
    border-radius: 8px;
    background-color: #e9e9e9;
    border: 1px solid #e9e9e9;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 5px 5px;
    text-align: center;
    font-size: 14px;
    color: white;
}

.statusColor0 {
    border-radius: 8px;
    background-color: #e9e9e9;
    border: 1px solid #e9e9e9;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 5px 5px;
    text-align: center;
    font-size: 14px;
    color: #4e4e4e;
}

.statusColor1 {
    border-radius: 8px;
    background-color: #eecc9c;
    border: 1px solid #eecc9c;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 5px 5px;
    text-align: center;
    font-size: 14px;
    color: white;
}

.statusColor2 {
    border-radius: 8px;
    background-color: #99CCFF;
    border: 1px solid #99CCFF;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 5px 5px;
    text-align: center;
    font-size: 14px;
    color: white;
}

.statusColor9 {
    border-radius: 8px;
    background-color: #A9CE77;
    border: 1px solid #A9CE77;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 5px 5px;
    text-align: center;
    font-size: 14px;
    color: white;
}

select:focus {
    outline: none !important;
    box-shadow: 0 0 5px rgba(217, 167, 98, 0.7) !important;
    border: 1px solid rgb(217, 167, 98) !important;
  }
  
select:disabled {
    background-color: white !important;

    background-image: none;
  }

  select option:hover,
  select option:focus {
    background-color: rgb(217, 167, 98) !important;
    color: white !important;
  }
  
  select option:checked {
    background-color: rgb(217, 167, 98) !important;
    color: white !important; 
  }

  .sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
    z-index: 1000;
  }

  .sticky-container {
    overflow: visible;
  }

  .complete {
    color: rgb(18, 177, 39);
  }
  
  .in-progress {
    color: #d9a762;
  }
  
  .valueSynthese {
    position: relative;
    font-size: 14px;
    color: #aaa;
}

.sectionArrow-child {
    align-self: stretch;
    width: 1px;
    position: relative;
    background-color: #e9e9e9;
}

.sectionArrow {
    width: 30px;
    height: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding-left: 3px;
}

.sectionArrowArrow {
    content: '';
    position: absolute;
    bottom: 0px;
    left: -4px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 10px solid #e9e9e9;
}

.saveMessageContainer {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    /* padding: 10px 0px; */
    box-sizing: border-box;
    /* gap: 20px; */
    text-align: left;
}

.saveMessage1 {
    font-size: 14px;
    font-style: italic;
    color: #000;
    font-family: Ubuntu;
}

.saveMessage2 {
    font-size: 14px;
    font-style: italic;
    color: #d9a762;
    font-family: Ubuntu;
}

.supportInformations {
    font-size: 14px;
    color: #000;
    font-family: Ubuntu;
}

.navigationMenuTextContainer {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    gap: 5px;
    padding-bottom: 15px;
}

.navigationMenuText1 {
    color: #3B3B3B;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Ubuntu;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    text-align: center;
}

.navigationMenuText2 {
    color: #d9a762;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Ubuntu;
    font-size: 14px;
    font-style: normal;
    line-height: normal;
    text-align: center;
}

.dropdownQuestionText {
    padding-left: 20px;
    font-weight: 400;
    font-size: 16.5px;
    color: #aaa;
    font-family: 'Ubuntu';
    opacity: 100%;
}