/******************
    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
*/

/* Ajout du liseret : fond fixe et répétition axe x */
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;
}

.space-col {
  margin-top: 0.5em;
  margin-bottom: 0em;
}

/* Ajout pied de page fixe */
.ppage {
    position: relative;
    clear:both;
    width: 100%;
    bottom: 0px;
    background-color:#e5e5e5;
    color: #777;
    text-align: right;
    font-size: small;
    margin-right:20px;
}

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

.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;
}

.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;
}

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

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

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

.btn-primary {
    color: #fff;
    background-color: #3786C6;
    border-color: #204d74;
}

.btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}
.btn-primary.active:hover {
    color: #fff;
    background-color: #286090;
    border-color: #3E95DD;
}

.btn-primary.active {
    color: #fff;
    background-color: #205075;
    border-color: #204d74; 
}