﻿table > thead > tr > th {
    text-align: center;
    flex-wrap: wrap-reverse;
    border: #000 solid 1px;
    border-radius: 1px;
}
.dotted {
    border-style: dotted;
    border-radius: 22px;
    border-color: gray;
}
.fix-input-table {
    color: #696969;
}
.reduce-space {
    margin: 1px !important;
}

#RessourcesList, #ListMotivations, #RessourcesListSynthese, #MotivationListSynthese {
    display: none;
}

.td-syn {
    padding: 5px 30px;
}

#alert {
    color: #FF0606;
}



.width-50 {
    width: 50%;
}

.ml-auto {
    margin-left: auto;
}

.m-auto {
    margin: auto;
}

.text-center {
    text-align: center;
}

.d-none {
    display: none !important;
}

.card-personnes {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.badge {
    border-radius: 0;
    font-size: 12px;
    line-height: 1;
    padding: 0.375rem 0.5625rem;
    font-weight: normal;
    border: none;
}

.progressbar {
    position: relative;
    display: flex;
    justify-content: space-between;
    counter-reset: step;
    margin: 2rem 0 4rem;
}

    .progressbar::before, .progress {
        content: "";
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        height: 4px;
        width: 100%;
        background-color: #2F4077;
        z-index: -1;
    }

.progress {
    width: 0%;
    transition: 0.3s;
}

.progress-step {
    width: 2.1875rem;
    height: 2.1875rem;
    background-color: #dcdcdc;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .progress-step::before {
        counter-increment: step;
        content: counter(step);
    }

    .progress-step::after {
        content: attr(data-title);
        position: absolute;
        top: calc(100% + 0.5rem);
        font-size: 0.85rem;
        color: #666;
    }

.progress-step-active {
    background-color: #2F4077;
    color: #f3f3f3;
}

.form {
    width: clamp(320px, 30%, 430px);
    margin: 0 auto;
    border: #ccc solid 1px;
    border-radius: 0.35rem;
    padding: 1.5rem;
}

.form-group {
    margin-block: 0.5rem;
    display: flex;
    flex-direction: column;
    position: relative;
    padding-top: 1.5rem;
}

.form-step {
    display: none;
    transform-origin: top;
    animation: animate 0.5s;
}

.form-step-active {
    display: block;
}

.input-group {
    margin: 2rem 0;
}

.btns-group {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 1.5rem;
}

   
.margin-radio {
    margin: 0 0 0 22px;
}

.first-element {
    padding: 0 0 0 500px;
}

.seconde-element {
    padding: 0 0 0 355px;
}

.third-element {
    padding: 0 0 0 413px;
}

.four-element {
    padding: 0 0 0 413px;
}
.dotted {
    border-style: dotted;
    border-radius: 22px;
    border-color: gray;
}

.fix-input-table {
    color: #696969;
}

#RessourcesList, #ListMotivations, #RessourcesListSynthese, #MotivationListSynthese {
    display: none;
}

.width-50 {
    width: 50%;
}

.ml-auto {
    margin-left: auto;
}

.text-center {
    text-align: center;
}

.d-none {
    display: none !important;
}

.card-personnes {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.badge {
    border-radius: 0;
    font-size: 12px;
    line-height: 1;
    padding: 0.375rem 0.5625rem;
    font-weight: normal;
    border: none;
}

.progressbar {
    position: relative;
    display: flex;
    justify-content: space-between;
    counter-reset: step;
    margin: 2rem 0 4rem;
}

    .progressbar::before, .progress {
        content: "";
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        height: 4px;
        width: 100%;
        background-color: #2F4077;
        z-index: -1;
    }

.progress {
    width: 0%;
    transition: 0.3s;
}

.progress-step {
    width: 3.1875rem;
    height: 3.1875rem;
    background-color: #dcdcdc;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .progress-step::before {
        counter-increment: step;
        content: counter(step);
    }

    .progress-step::after {
        content: attr(data-title);
        position: absolute;
        top: calc(100% + 0.5rem);
        font-size: 0.85rem;
        color: #666;
    }

.progress-step-active {
    background-color: #2F4077;
    color: #f3f3f3;
}

.form {
    width: clamp(320px, 30%, 430px);
    margin: 0 auto;
    border: #ccc solid 1px;
    border-radius: 0.35rem;
    padding: 1.5rem;
}

.form-step {
    display: none;
    transform-origin: top;
    animation: animate 0.5s;
}

.form-step-active {
    display: block;
}

.input-group {
    margin: 2rem 0;
}

.btns-group {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 1.5rem;
}


.margin-radio {
    margin: 0 0 0 22px;
}

.first-element {
    padding: 0 0 0 500px;
}

.seconde-element {
    padding: 0 0 0 355px;
}

.third-element {
    padding: 0 0 0 413px;
}

.four-element {
    padding: 0 0 0 413px;
}

.overlay {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9998;
    opacity: 0.8;
    width: 100%;
    height: 100%;
    background-color: #80808070;
}
.form-check-input[type="radio"] {
    margin-top: 6px;
}
