.fmf-nomenclature-last-update {
    font-size: 80%;
    opacity: 50%;
}

.fmf-nomenclature-tarif-option {
    font-size: 80%;
}

.fmf-nomenclature-color-tarif-S1 {
    color: #269d91;
}

.fmf-nomenclature-color-tarif-S2 {
    color: #7e57b9;
}

.fmf-nomenclature-intitule {
    display: inline-block;
    vertical-align: middle;
    padding-right: 1em;
}

.fmf-nomenclature-intitule-avec-info-tarif {
    width: calc(100% - 100px);
}

.fmf-nomenclature-info-tarif-parent {
    display: inline-block;
    vertical-align: middle;
    width: 90px;
}

.fmf-nomenclature-info-tarif {
    display: flex;
    flex-flow: row;
    align-items: center;
    gap: 1em;
    height: 3.2em;
    border-radius: 1.6em 0 0 1.6em;
    padding: 0.1em 1em 0.1em 1em;
    background-color: #3eaefc;
    color: white;
    white-space: nowrap;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    font-size: 70%;
}

.fmf-nomenclature-info-tarif:hover {
    color: white;
    background-color: #0c8ed4;
}

.fmf-nomenclature-info-tarif .fa-circle-info {
    font-size: 130%;
}








#tarifs-actes-search-banner {
    background: #e01424;
    padding: 0px 0px 12px 0px;
    color: #fff
}

@media (max-width: 990px) {
    #tarifs-actes-search-banner {
        padding: 20px 0
    }
}

#tarifs-actes-search-banner .desktop-table {
    width: 100%;
    display: table
}

@media (max-width: 990px) {
    #tarifs-actes-search-banner .desktop-table {
        display: block
    }
}

#tarifs-actes-search-banner .desktop-table-row {
    display: table-row
}

#tarifs-actes-search-banner .desktop-table-row > * {
    display: table-cell;
    vertical-align: middle
}

#tarifs-actes-search-banner .desktop-table-row > :last-child, #tarifs-actes-search-banner .desktop-table-row > :first-child {
    padding: 0 24px
}

@media (max-width: 990px) {
    #tarifs-actes-search-banner .desktop-table-row {
        display: block
    }

    #tarifs-actes-search-banner .desktop-table-row > * {
        display: block;
        width: 100%;
        clear: both;
        padding: 20px 24px
    }
}

#tarifs-actes-search-banner .banner-label {
    width: 300px
}

@media (max-width: 990px) {
    #tarifs-actes-search-banner .banner-label {
        display: block;
        width: 100%;
        text-align: center
    }
}

#tarifs-actes-search-banner .banner-label > .title {
    font-weight: bold;
    font-size: 30px
}

#tarifs-actes-search-banner .banner-label a {
    color: white;
    text-decoration: none;
}

#tarifs-actes-search-banner .banner-label > .subtitle {
    font-size: 14px
}

#tarifs-actes-search-banner .banner-form {
    text-align: center
}

#tarifs-actes-search-banner .banner-form .search-field {
    float: left
}

@media (max-width: 990px) {
    #tarifs-actes-search-banner .banner-form .search-field {
        display: inline-block;
        vertical-align: middle;
        float: none
    }
}

#tarifs-actes-search-banner .banner-form .search-field + .search-field {
    margin-left: 10px
}

@media (max-width: 767px) {
    #tarifs-actes-search-banner .banner-form .search-field + .search-field {
        margin-left: 0;
        margin-top: 10px
    }
}

#tarifs-actes-search-banner .banner-form input[type=text] {
    background: #fff;
    height: 54px;
    line-height: 54px;
    border: 0;
    padding: 20px 12px;
    width: calc(100% - 20px - 260px - 54px)
}

@media (max-width: 990px) {
    #tarifs-actes-search-banner .banner-form input[type=text] {
        height: 50px;
        line-height: 50px;
        padding: 20px 12px;
        width: calc(100% - 20px - 260px - 54px - 8px)
    }
}

@media (max-width: 767px) {
    #tarifs-actes-search-banner .banner-form input[type=text] {
        width: 100%
    }
}

#tarifs-actes-search-banner .banner-form select {
    height: 54px;
    line-height: 54px;
    width: 260px;
    border: 0
}

@media (max-width: 990px) {
    #tarifs-actes-search-banner .banner-form select {
        height: 50px
    }
}

@media (max-width: 767px) {
    #tarifs-actes-search-banner .banner-form select {
        width: 100%;
        margin-left: 0
    }
}

#tarifs-actes-search-banner .banner-form button[type=submit] {
    padding: 0;
    background: white;
    border: 0;
    width: 54px;
    height: 54px;
    font-size: 2.225rem;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    margin-top: 0;
    color: var(--fmf-red);
}

#tarifs-actes-search-banner .banner-form button[type=submit] .fa {
    color: #e01424
}

@media (max-width: 990px) {
    #tarifs-actes-search-banner .banner-form button[type=submit] {
        width: 50px;
        height: 50px;
        font-size: 2rem
    }
}

@media (max-width: 767px) {
    #tarifs-actes-search-banner .banner-form button[type=submit] {
        width: 100%;
        text-align: center
    }
}

#tarifs-actes-search-banner .banner-link {
    text-align: right;
    min-width: 200px
}

@media (max-width: 990px) {
    #tarifs-actes-search-banner .banner-link {
        text-align: center
    }
}

#tarifs-actes-search-banner .banner-link > a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
    padding-right: 12px;
    display: block;
    font-weight: bold
}

@media (max-width: 990px) {
    #tarifs-actes-search-banner .banner-link > a {
        padding-right: 0
    }

    #tarifs-actes-search-banner .banner-link > a br {
        display: none
    }
}

#tarifs-actes-search-banner .banner-link-arrow {
    padding: 0px !important;
}

#tarifs-actes-search-banner .banner-link-arrow a {
    color: white;
}
