/******************
    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 {
     padding-bottom: 10px;
     padding-top: 5px;/* now is redefine in JS to fit any title length */
}

.logo {
	padding: 15px 0;
}

.navbar-brand {
	text-align: center;
}

.pleineQuille {
	width: 100%;
}
/*pas d'action*/
/*par défaut*/
.btn-primary {
	background-color: #b14058;
	border-color : #b14058
}
/*validé fenêtre non active*/
.btn-primary:hover {
	background-color: #daa2a3;
	border-color : #daa2a3
}
/*passage dessus*/
.btn-primary:focus {
	background-color: #daa2a3;
	border-color : #daa2a3
}
/*validation changement page*/
.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
 color: #fff;
 background-color: #daa2a3;
 border-color: #daa2a3
}
/*passage ?*/
.btn-primary.disabled {
	background-color: #b14058;
	border-color : #b14058
}
/*validation*/
.btn-primary:active:hover,
.btn-primary.active:hover,
.open>.dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open>.dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open>.dropdown-toggle.btn-primary.focus {
 color :#fff;
 background-color: #daa2a3;
 border-color: #daa2a3
}
.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
 background-image:none
}
/*passage dessus non validé*/
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
 background-color:#daa2a3;
 border-color:#daa2a3
}
/*passage ?*/
.btn-primary .badge {
 color:#b14058;
 background-color:#fff
}

/*Couleur des puces et du texte d'accueil*/
li {
	color: #000;
}
.survey-welcome {
	color: #000;
}