th, td {
    border: 1px solid #7c7c7c;
    text-align: center;
}

.calculerPrime {
    transition: all 0.2s linear !important;
}

.calculerPrime:hover {
    transform: scale(1.08);
    background: #59c128 !important;
}

.infosDetails {
    margin-bottom: 1rem;
}

.etiquette {
    border-radius: 50px;
    padding: .16rem .75rem;
    color: white;
    text-transform: uppercase;
    font-weight: 600;
    background: #E94840;
    border: 1px solid #E94840;
    width: fit-content;
    font-size: 14px;
}

.etiquette.cee-focus {
    background: #47B377;
    border: 1px solid #47B377;
    color: white;
}

.etiquette.faq-cee {
    background: #fdb217;
    border: 1px solid #fdb217;
    color: white;
}

.etiquette.reglementation {
    background: #B94C97;
    border: 1px solid #B94C97;
    color: white;
}

.go-back {
    cursor: pointer;
}

.go-back::before {
    content: '';
    border: solid rgba(0, 0, 0, .5);
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    margin-right: 5px;
}

@media (hover:hover) {
    .go-back:hover {
        text-decoration: underline;
    }
}

.innerbloc a {
    text-transform: unset;
}

table thead tr td {
    padding: .75rem;
    background: #7c7c7c;
    border: #2f2f2f solid 1px;
    color: white;
    font-weight: 600;
}

table tr td {
    padding: .75rem;
}

.noMargBottom {
    margin-bottom: 0;
}

.alignTop {
    vertical-align: top;
}

.tabDef {
    border-collapse: collapse;
}

.tabDef td {
    border: 1px solid #000;
    padding: 5px;
}

.tabDef thead td {
    background: #000;
    color: #FFF;
}

.tabDerouleTdA {
    max-width: 100px;
    text-align: center;
}

.tabDerouleTdB {
    padding-left: 15px;
}

.tabDerouleTdC {
    max-width: 200px;
    text-align: center;
}

.blocaff {
    text-align: center;
}

.titreDerouleSecteur {
    font-size: 22px;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #646464;
    border-right: none;
    margin-top: 10px;
    font-weight: bold;
}

.flecheDroite {
    float: right;
    background: #646464;
    color: #FFF;
    font-size: 22px;
    padding-left: 5px;
    padding-right: 5px;
}

.button.subbtn:before {
    top: 14px !important;
}

.item label strong {
    font-size: 15px;

}

.subbtn {
    font-size: 24px !important;
}

.subbtnb {
    font-size: 16px !important;
}

.tabDossiers {
    border-collapse: collapse;
}

.tabDossiers .head td {
    background-color: #00B1EF;
    color: #FFF;
}

.tabDossiers td {
    padding: 5px;
    border: 1px solid #ccc;
}

.btnSUbB {
    margin-bottom: 20px;
    width: 100%;
}

button.btnSUbB:before {
    display: none !important;
}

.item label {
    padding: 10px;
    min-height: 135px;
}

.titre3 {
    color: #009de0;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}

.colorbleu {
    color: #009de0;
}

.tabDeroule {
    border-collapse: collapse;
    width: 100%;
}

.tabDeroule .head td {
    border-bottom: none;
    border-right: 1px solid #FFF;
    background: #0184ba;
    color: #FFF;
    padding-top: 4px;
    padding-bottom: 4px;
}

.tabDeroule td {
    border-bottom: 1px solid #a0a0a0;
    padding-top: 8px;
    padding-bottom: 8px;
}

.titreDossier {
    color: #009edf;
    font-weight: bold;
    font-size: 15px;
    text-transform: uppercase;
    margin-top: 15px;
}

.dossierDetail {
    font-size: 12px;
    background: #FFF;
    margin-left: 10px;
    margin-right: 10px;
}