﻿
 

    .col-titres b {
        font-family :'Segoe UI Black';
        font-stretch:semi-expanded;
        font-weight :bold; 
    }
.coll1{ 
    padding-top:2px;
    padding-bottom:10px;
    
    }


    .coll1 .form-control {
        border-radius: 2px;
        font-family: 'Script MT';
        padding: 8px;
        font-size: 12px;
        border: 1px solid #337ab7;
        background-color: #fff;
        box-shadow: none;
        color: #666;
        font-weight: bold;
        text-align: center;
        transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    }

        .col-body .form-control:focus {
            background-color:#fff;
            color:#000;
        }
    /*#66afe9*/
.col-buttons {
     background-color :#1FB25A;
    border:1px solid #333;
    border-top:none;
    border-radius:4px;
    padding:10px;
     border-top-left-radius:initial;
    border-top-right-radius:initial;
}

    .col-buttons .btn-danger {
        background-color:#ff6a00;
        border :1px solid #ff6a00;
        font-weight :bold;
    }

    .col-buttons .btn-success {
        background-color:#1FB25A;
        border :1px solid #1FB25A;
        font-weight :bold;
    }