/*region bootstrap*/

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }

  @media (prefers-reduced-motion: reduce) {
    .form-control {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    /* border-color: white; */
    outline: 0;
    /* -webkit-box-shadow: 0 0 0 0.2rem rgba(234, 211, 167, 0.25); */
            /* box-shadow: 0 0 0 0.2rem rgba(234, 211, 167, 0.25);  */
    }
  .form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }


#div_id_identity_document{
  text-align: center;
  width: 100%;
}
.add-workflow{
  background: url('../images/app/Plus.png') no-repeat;
  cursor:pointer;
}
.custom_checkbox {
  display: flex;
  justify-content: center;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.custom_checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.custom_checkbox .checkmark {
  position: absolute;
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #24D1CE;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.custom_checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.custom_checkbox input:checked ~ .checkmark {
  background-color: #24D1CE;
}

/* Create the checkmark/indicator (hidden when not checked) */
.custom_checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
#terms {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
/* Show the checkmark when checked */
.custom_checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.custom_checkbox .checkmark:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.custom-file i {
  position: absolute;
}

.custom-file {
  width: 100%;
  margin-bottom: 10px;
}

.icon {
  padding: 10px;
  min-width: 40px;
}

.custom-file-input {
  width: 100%;
  padding: 10px;
  text-align: center;
}
/* .form-check-input > input:checked {
  background-color: #fff;
} */

#div_id_roles .form-check{
  padding-left: 0;
}

.form-check{
  padding-left: 0;
}

#div_id_roles input[type="checkbox"] {
  visibility: hidden;
}
#div_id_roles label {
  display: flex;
  align-items: center;
  cursor: pointer;
}
#div_id_roles input[type="checkbox"] + label:before {
  border: 1px solid #24D1CE;
  content: "\00a0";
  display: inline-block;
  font: 16px/1em sans-serif;
  height: 12px;
  margin: 0 .25em 0 0;
  margin-right: 10px;
  padding: 0;
  vertical-align: top;
  width: 12px;
  border-radius: 50%;
}
#div_id_roles input[type="checkbox"]:checked + label:before {
  background: #24D1CE;
  color: #004F6D;
  text-align: center;
}
#div_id_roles input[type="checkbox"]:checked + label:after {
  font-weight: bold;
}

#div_id_roles input[type="checkbox"]:focus + label::before {
    outline: rgb(59, 153, 252) auto 5px;
}


#accept-terms .form-check{
  padding-left: 0;
}

#accept-terms input[type="checkbox"] {
  visibility: hidden;
}
#accept-terms label {
  display: flex;
  align-items: center;
  cursor: pointer;
}
#accept-terms input[type="checkbox"] + label:before {
  border: 1px solid #24D1CE;
  content: "\00a0";
  display: inline-block;
  font: 16px/1em sans-serif;
  height: 12px;
  margin: 0 .25em 0 0;
  margin-right: 10px;
  padding: 0;
  vertical-align: top;
  width: 12px;
  border-radius: 50%;
}
#accept-terms input[type="checkbox"]:checked + label:before {
  background: #24D1CE;
  color: #004F6D;
  text-align: center;
}
#accept-terms input[type="checkbox"]:checked + label:after {
  font-weight: bold;
}

#accept-terms input[type="checkbox"]:focus + label::before {
    outline: rgb(59, 153, 252) auto 5px;
}

.underlined-error {
  color: #004f6d;
  text-decoration: underline;
  text-decoration-color: #dcb66c;
}


.margin_left {
  margin-left: 3.5rem;
}


/*media */
@media screen and (max-width: 640px) {
  .mobile-view-container {
     padding:0 2rem 0 2rem;
  }

  .display_on_mobile {
      display: none;
  }

  .navbar-toggler-icon {
      display: none;
  }

  .avatar_size {
      width: 35px;
  }

  .navbar-nav .dropdown-menu {
      position: absolute;
      float: none;
  }

  .round_position {
      position: absolute;
      top: 0;
      left: 50%;
      transform: translate(-50%, -150%);
  }

  .form-check-label::before {
      font: 40px !important;
  }

  .margin_left {
      margin-left: 1.5rem;
  }

  .display-mobile {
    width:20rem;
  }

  .day-size{
    font-size:2.75rem !important;
  }

  .mobile-size {
    width:100%
  }

  .btn-mobile {
    display: inline-grid;
  }

}

@media screen and (max-width:990px) {
  .round_position {
      position: absolute;
      top: 0;
      left: 50%;
      transform: translate(-50%, -55%);
  }
}

@media screen and (min-width: 1536px) {
  .file-card {
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

/*endregion*/



.choice-card {
    min-width: 280px;
    max-width: 500px;
    padding: 5px;
    flex: 1 1 0 !important;
}
.contact-card {
    width: 300px;
}
.contact-card .col-2 {
    display: flex; align-items: center; justify-content: center
}
.contact-card + .contact-card {
    margin-top: 15px;
}
.avatar-holder {
    display: flex;
    margin-top: 8px;
    flex-direction: row-reverse;
    justify-content: left;
}
.avatar-holder > * + * {
    margin-right: -6px
}
.flex-center{
    display: flex;
    align-items: center;
    justify-content: center;
}
.min-h-large {
    min-height: calc(100vh - 300px)
}

.assistance-juridique-choices .choice {
    width: 12rem;
    height: 9rem;
    margin-left: 15px;
    margin-top: 15px;
}
.active-menu {
    font-weight: bold;
}
.tag {
    background: #F4F8F9;
    border-radius: 4px;
    padding: 6px 8px;
}
.bg-turquoise {
    background-color: #24D1CE !important;
}
.text-turquoise {
    color: #24D1CE;
}
.hover\:text-turquoise:hover {
    color: #24D1CE;
}
.text-cyan {
  color: #06AED4;
}
.request-card {
    border: 3px solid transparent;
}
.request-card:hover {
    outline: 3px solid #24D1CE !important;
}

body{
    color: #004F6D;
}

.text-d{
    color: #004F6D;
}

.text-danger {
  color: #dc3545;
}

a:hover {
	color: #4ebbc1;
	text-decoration: none;
}

a.request-card:hover {
    text-decoration: none;
}
a.no-ancre-style:hover {
  color: unset;
  text-decoration: none;
}

button.no-button-style {
  background-color: unset !important;
}

@media (max-width:767px) {
    #emma-name {
        text-align: center;
    }
}

.centered_button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.table-toogle[aria-expanded=false] .table-expanded {
    display: none;
}

.table-toogle[aria-expanded=true] .table-collapsed {
    display: none;
}

.w-14-custom {
    min-width: 16.66%;
}

@media screen  and (max-width: 450px)
    {
    .w-14-custom {
        min-width: 23%;
    }
}

.w-custom_conclusion {
    min-width: 25.66%;
}

@media screen  and (max-width: 450px)
    {
    .w-custom_conclusion{
        min-width: 30%;
    }
}

.bg-gray-nea {
    background-color:#F5F8F9 !important;
}

.bg-yellow-nea {
    background-color:#FDE272 !important;
}


button,[type="submit"],.btn-nea {
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    background-color: #24D1CE !important;
    color:white;
    cursor:pointer;
}

.btn-nea-disabled {
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    background-color: rgb(243 244 246);
    color: rgb(209 213 219);
    cursor:pointer;
}
a.btn-nea-disabled:hover{
    background-color: rgb(243 244 246);
    color: rgb(209 213 219);
    text-decoration:none;
}

a.btn-nea:hover,a.bg-info:hover,button.btn-nea:hover{
    background-color: #1da5a3 !important;
    text-decoration:none;
    color:white !important;
}

input-nea {
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ced4da;
border-radius: 0.25rem;
padding: 0.375rem 0.75rem;
font-size: 1rem;
}

.form-group {
  margin-bottom: 25px;
}

.bg-dark-nea{
    background-color: #004f6d;
}

.border-r{
    border-right: 1px solid #dee2e6;
}

.bg-light{
    background-color:#e7e7e7;
}

.bg-danger{
    background-color: #dc3545
}

.bg-info{
    background-color: #24D1CE;
}

.bg-dark{
    background-color: #004f6d;
}

.bg-gray-nea{
    background-color:#f5f8f9;
}

.border-turquoise {
  border-color: #24d1ce;
}

.home_button{
    background-position: 50% 20%;
    top:50%;
    left:50%;
    width: 170px;
    height: 170px;
    white-space: normal;
    background-color: #24D1CE !important;
    transform: translate(-50%, -50%);
}

.home_button:hover {
    outline: 2px dashed #24D1CF;
    outline-offset: 10px;
    white-space:normal;
}




.menu_button {
  background-color: transparent !important;
  border: none;
  cursor: pointer;
  display: flex;
  padding: 0;
}
.line {
  fill: none;
  stroke: #004F6D;
  stroke-width: 6;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
.line1 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}
.line2 {
  stroke-dasharray: 60 60;
  stroke-width: 6;
}
.line3 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}
.opened .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}
.opened .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 6;
}
.opened .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}

.bg-red-nea {
  background-color: #FF332B;
}

span.asteriskField {
  color: #98e9e8;
}

#menu_burger_detail {
  width: 280px;
}
#menu_burger {
  width: 72px;
}

:root {
  --header-height: 80px;
}
#main_header {
  height: var(--header-height);
  border-bottom: 1px solid #EAECF0;
}

.content-height {
  height: calc(100vh - var(--header-height));
}

.current-item {
  background-color: #004f6d;
  color: white;
}

.news-card {
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.2);
}

.news-tag {
  white-space: nowrap;
  margin-bottom: 2px;
  width: min-content;
  border-radius: 99px;
  font-weight: 500;
  padding: 2px 10px;
}

.no-upper-form input {
  text-transform: none !important;
}

.pack-choice-card {
  border-radius: 32px;
  color: #24D1CE;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  width: 450px;
}

.pack-choice-card-active {
  background-color: #24D1CE;
  color: white;
}

.animate-bounce-sm {
  animation: bounce-sm 1s infinite;
}

@keyframes bounce-sm {
  0%, 100% {
    transform: translateY(-2%);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: translateY(0);
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
}


