/* CSS Document */
body { 
    font-family: 'petitamedium'; 
    margin: 20px 0 100px 0;
    font-size: 16px;
    color: #333;
}
a { color: #fd5955 !important;}
a:link { text-decoration:none;}
a:visited { text-decoration:none;}
a:focus { text-decoration:none;}
a:hover { text-decoration:none; color:#333;}
a:active { text-decoration:none;}

h1,h2,h3,h4,h5 {
    color: #ad4b48;
}
hr { background: #ad4b48 !important; }
.panel-primary {
    margin-bottom: 20px !important;
    border-color: transparent;
    background: #efefef;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    color: #333;
}
.panel-heading{ position: relative;
    padding:0;-moz-border-radius: 5px 5px 0 0; -webkit-border-radius:5px 5px 0 0; border-radius:5px 5px 0 0;
}
.panel-title a { padding: 15px 0;}

label { font-weight: normal; font-size: 16px; }
.red { color:red;}
#footer { font-size: 12px;}
#footer a { font-size: 12px;}

#error { padding: 5px; font-size: 12px; font-weight: bold; display:none;}


input[type='date'].form-control {
    line-height: inherit;
}
.panel-primary > .panel-heading {
    background-image: -webkit-linear-gradient(top,#fd5955 0,#ad4b48 100%);
    background-image: -o-linear-gradient(top,#fd5955 0,#ad4b48 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#fd5955),to(#ad4b48));
    background-image: linear-gradient(to bottom,#fd5955 0,#ad4b48 100%);
}
.btn-primary {
    background-image: -webkit-linear-gradient(top,#fd5955 0,#ad4b48 100%);
    background-image: -o-linear-gradient(top,#fd5955 0,#ad4b48 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#fd5955),to(#ad4b48));
    background-image: linear-gradient(to bottom,#fd5955 0,#ad4b48 100%);
    background-color: transparent;
    border-color: transparent !important;
}

.btn-primary:link { text-decoration:none;}
.btn-primary:visited { text-decoration:none;}
.btn-primary:focus { background: #fd5955 !important; }
.btn-primary:hover {  background: #fd5955 !important;}
.btn-primary:active { background: #ad4b48 !important;}

.panel-heading a { color:#fff !important;}

.headPanel { position: absolute;background:url(../img/logo_2.png); opacity:0.3; height:53px; width:155px;background-repeat: no-repeat; } 
.error { color:#a94442 !important; display: none; font-size: 12px !important; font-weight: bold;}
.clignotant-blanc {
animation: Test 1s infinite;
    color: #ffffff;
}
.clignotant-bleu {
animation: Test 1s infinite;
    color: #0c80a4;
}
@keyframes Test{
    0%{opacity: 1;}
    50%{opacity: 0;}
    100%{opacity: 1;}
}