.choice-card {
    width: 375px;
    border-radius: 32px;
    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;
}
.text-turquoise {
    color: #24D1CE;
}
.text-upload {
    color: #00c7e2;
}
.bg-upload {
    background-color: #00c7e2;
}
.bg-gray-nea {
    background-color:#F5F8F9 !important;
}
.bg-dark-nea{
    background-color: #004f6d;
}

.request-card {
    border: 3px solid transparent;
}
.request-card:hover {
    outline: 3px solid #24D1CE !important;
}

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

a.request-card:hover {
    text-decoration: none;
}

@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%;
    }
}

#label_service:hover {
    color: #24D1CE;
}

.active-choice {
    background-color: #24D1CE !important;
    color: white;
}


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

.procedure-button:hover {
	color: #4ebbc1;
	text-decoration: none;
}


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

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

.form_label label {
    color: #004F6D;
}

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

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

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

.\-z-1 {
    z-index: -1;
}

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

.iti__country-name, .iti__dial-code {
    color: #004f6d !important;
  }