.f-overlay{
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    /*position: absolute;*/
    position: fixed;
    background: rgba(0,0,0,.6)!important;
}
.f-bg-transparent{
    background-color: rgba(0, 0, 0, 0.16)!important;
}
.f-bg-loader{
    background-color: rgba(0, 0, 0, .56)!important;
    border: none;
    border-radius: 0.5rem;
    position: relative;
}
.f-border-success{
    border: 3px solid #ffffff!important;
}
.f-btn-transparent{
    background-color: rgba(0, 0, 0, 0.16)!important;
}
.f-btn-transparent:hover{
    background-color: rgba(0, 0, 0, 0.6)!important;
}
.f-input-label-3{
    font-size: 1.5rem!important;
}

.f-input-text{
    font-size: 1.5rem!important;
    border:1px dashed gray!important;
    padding: .3125rem 1rem
}
.f-button-form{
    /*font-size: 24px;*/
    font-size: 18px;
}
.f-btn-height{
    min-height: 100px!important;
}
.f-btn-height span{
    font-size: 150%!important;
}

.f-lst-entreprise button{
    margin: 3px!important;
}

.f-text-blue{
    color: #242862!important;
}

.f-footer {
    /*background-color: transparent;*/
    background-color: #7c7b7b;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    box-shadow: 0 -2px 3px rgba(0, 0, 0, 0.3);
}
.f-border{
    border-top: 3px solid #0075C7!important;
}

.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}
.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #eeeeee;
    left: -4%;
    margin-left: -1.5px;
}
.timeline > li {
    position: relative;
    padding-top: 10px;
    margin-bottom: 10px;
}
.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}
.timeline > li:after {
    clear: both;
}
.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}
.timeline > li:after {
    clear: both;
}
.timeline-heading {
    padding: 10px;
}
.timeline > li > .timeline-panel {
    width: 100%;
    float: left;
    border: 1px solid #d4d4d4;
    border-radius: 2px;
    /*padding: 20px;*/
    position: relative;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}
.timeline > li > .timeline-panel:before {
    position: absolute;
    top: 18px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #ccc;
    border-right: 0 solid #ccc;
    border-bottom: 15px solid transparent;
    content: " ";
}
.timeline > li > .timeline-panel:after {
    position: absolute;
    top: 18px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #fff;
    border-right: 0 solid #fff;
    border-bottom: 14px solid transparent;
    content: " ";
}
.timeline > li > .timeline-badge {
    color: #fff;
    width: 20px;
    height: 20px;
    line-height: 50px;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    top: 33px;
    left: 2.5%;
    margin-left: -25px;
    background-color: #999999;
    z-index: 100;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}
.timeline > li.timeline-inverted > .timeline-panel {
    /*float: right;*/
    left: 4.5%;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}
.timeline-badge.primary {
    background-color: #2e6da4 !important;
}
.timeline-badge.success {
    background-color: #3f903f !important;
}
.timeline-badge.warning {
    background-color: #f0ad4e !important;
}
.timeline-badge.danger {
    background-color: #d9534f !important;
}
.timeline-badge.info {
    background-color: #5bc0de !important;
}
.timeline-title {
    /*margin-top: 0;*/
    color: inherit;
}
.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
}
.timeline-body > p + p {
    margin-top: 5px;
}
.f-loader{
    position: fixed;
    top: 40%;
    left: 45%;
    z-index: 99999;
}
.card-inactive {
    border-color: #cba759!important;
    border-style: dashed!important;
    background-color: transparent!important;
    box-shadow: none!important;
}
.bg-gradient-success {
    background-image: -webkit-linear-gradient(135deg,#75a417,#9adc05);
    background-image: -o-linear-gradient(135deg,#75a417,#9adc05);
    background-image: linear-gradient(-45deg,#75a417,#9adc05);
    background-position: center;
}
.bg-gradient-error {
    background-image: -webkit-linear-gradient(135deg,#c80b0b,#ff3b3b);
    background-image: -o-linear-gradient(135deg,#c80b0b,#ff3b3b);
    background-image: linear-gradient(-45deg,#c80b0b,#ff3b3b);
    background-position: center;
}
.bg-gradient-warning {
    background-image: -webkit-linear-gradient(135deg,#c58509,#ffc83d);
    background-image: -o-linear-gradient(135deg,#c58509,#ffc83d);
    background-image: linear-gradient(-45deg,#c58509,#ffc83d);
    background-position: center;
}
.text-clair-brown{
    color: #cba759;
}
/** ================================ satisfaction =================================== **/

.container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.radio-tile-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.input-container {
    position: relative;
    height:  9rem;
    width:  9rem;
    margin: 0.5rem;
}
.radio-button {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    cursor: pointer;
}

.radio-tile {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border: 2px solid rgba(0, 0, 0, .17);
    border-radius: 5px;
    padding: 1rem;
    transition: transform 300ms ease;
}
.icon svg {
    fill: #079ad9;
    width: 3rem;
    height: 3rem;
    align-items: center;
}
.radio-tile-label {
    text-align: center;
    font-size: 0.75rem;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #079ad9;
}

.radio-button:checked + .radio-tile {
    background-color: rgba(0, 0, 0, .3);
    border: 3px solid #fead00;
    color: white;
    transform: scale(1.1, 1.1);
}
.icon svg {
    fill: white;
    background-color: #079ad9;
}
.radio-tile-label {
    color: white;
    /*background-color: #079ad9;*/
}
/** ================================ /satisfaction =================================== **/

@media(max-width: 411px){
    .f-footer {
        background-color: transparent;
        /*bottom: 0;
        left: 0;
        right: 0;*/
        position: relative;
        z-index: 999;
        color: #fff;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
        box-shadow: 0 -2px 3px rgba(0, 0, 0, 0.3);
    }

    .f-input-label-3{
        font-size: 0.7rem!important;
    }
    .main{
        padding-bottom: 0px!important;
        margin-bottom: 0px!important;
    }

    .f-input-text{
        font-size: 0.9rem!important;
        border:1px dashed gray!important;
        padding: .3125rem 1rem;
    }
    .f-button-form{
        font-size: 0.8rem;
    }
    .f-lst-entreprise button{
        margin-top: 5px!important;
        width: 100%;
    }
    .f-lst-entreprise button img{
        height: 90px!important;
        align-self: center!important;
    }
}

.table-responsive p {
    color: #ffffff !important;
}
