main, nav.navbar{
    background:#002d52;
}

body{
    color: #5e6e82;
}

.navbar img{
    width:150px;
}

.pinkeSeances{
color: #E14A95;
}

.center{
    text-align:center;
}

.btn-print{
    width:auto;
    background-color: #d2232a;
    border-color: #d2232a;
    text-transform: uppercase;
}

.btn-print:hover{
    background-color: #7c1e21;
    border-color: #7c1e21;
}

.btn-print:active{
    background-color: #7c1e21;
    border-color: #7c1e21;
}

.hide{
    display:none;
}

.card{
    background-color:#fff;
}
.border-top, .border-bottom{
border-color:#d8e2ef !important;
}

.form-control, .form-control:focus {
    color: #344050;
    background-color: #e14a9529;
    border: 1px solid #d8e2ef;
}

.input-group-text {
    color: #fff;
    background-color: #E14A95;
    border: 1px solid #d8e2ef;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1{
    color:#344050;
}

@media (min-width: 990px){
    ul.listAvantages {
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
    }
}

*{
    font-family: "Dosis",sans-serif !important;
}

.table-striped>tbody>tr:nth-of-type(even){
    background-color:#fae2ee;
    --falcon-table-accent-bg: #fae2ee;
}

.btn-primary{
    background-color: #d2232a;
    border: none;
}

.btn-primary:hover{
    background-color: #a52c31;
}

.btn-primary:active{
    background-color: #d2232a;
}
.btn-primary:focus{
    background-color: #d2232a;
}