/******************
    User custom CSS
    ---------------

    In this file you can add your own custom CSS
    It will be loaded last, so you can override any other property.
    Also, it will never be updated. So if you inheritate a core template and just add here some CSS, you'll still benefit of all the updates
*/

body {
    background-image: url(https://www.univ-tlse2.fr/jsp/styles/img/liseret.png);
    background-repeat: repeat-x;
	background-attachment: fixed;
}

.navbar-fixed-top {
    top: 5px;
}

.navbar-default {
    background-color: #ffffff;
    border-color: #26448C;
}

.space-col {
    margin-top: 14px;
    margin-bottom: 5px;
}
.h1, .h2, .h3, h1, h2, h3 {
    margin-top: -18px;
    margin-bottom: 5px;
}

.question-title-container {
    padding-top: 13px;
    padding-bottom: 10px;
}

.ls-answers {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0;
}
/* Ajout pied de page fixe */
.ppage {
    position: relative;
    clear:both;
    width: 100%;
    bottom: 0px;
    background-color:#26448C;
    color: #ffffff;
    text-align: right;
    font-size: small;
    margin-right:20px;
}

.ppage a {
    text-decoration:underline;
    color: #ffffff;
    
}
.ppage a:hover {
    text-decoration:none;
    color: #ffffff;
    
}

.ls-label-xs-visibility {
	text-indent: 17px !important;
}

.debut,.fin {
    float:left;
    width:49%;
    margin-left: 2px;
    margin-right: 2px;
    border: none;
}
.debut{
    clear:left;
}

#debut,.fin {
    float:left;
    width:49%;
    margin-left: 2px;
    margin-right: 2px;
    border: none;
}
#debut{
    clear:left;
}

.num {
    float:left;
    width:20%;
    min-width: 90px;
    margin-left: 2px;
    margin-right: 2px;
    border: none;
}
.cpostal {
    float:left;
    width:20%;
    min-width:110px;
    margin-left: 2px;
    margin-right: 2px;
    border: none;
}
.voie, .ville {
    float:left;
    width:79%;
    margin-left: 2px;
    margin-right: 2px;
    border: none;
}
.autre {
    float:left;
    width:99%;
    margin-left: 2px;
    margin-right: 2px;
    border: none;
}

.fa-asterisk {
    font-size: 65%;
    margin-right: 2px;
    color: #e85017;
}

.question-valid-container {
    color: #e85017;
}

.ls-question-message {
    font-size: 85%;
    overflow: display;
}

.ls-question-help {
    font-size: 85%;
    overflow: display;
}

.question-container {
    margin-bottom: 2em;
    border: 0px solid #005a77;
    background-color: transparent;
}

.slider.slider-untouched .slider-handle {
    background-color: #e85017;
}

.btn-primary {
    color: #fff;
    background-color: #26448C;
    border-color: #005a77;
}

.btn-primary:hover {
    color: #fff;
    background-color: #e85017;
    border-color: #e5eef1;
}

.btn-primary.active {
    color: #fff;
    background-color: #e85017;
    border-color: #e5eef1;
    
}

.btn-primary.active:hover {
    color: #fff;
    background-color: #FF5000;
    border-color: #e85017;
}
.btn-primary.active.focus {
    color: #fff;
    background-color: #FF5000;
    border-color: #e85017;
}

.btn-primary.focus:focus {
    color: #000;
    background-color: #26448C;
    border-color: #005a77;
}

.btn-primary.focus {
    color: #fff;
    background-color: #26448C;
    border-color: #005a77;
}

label::after {
    background-color: #e85017;
}


