/******************
    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-color:#f5f5f5;
}

.navbar-default{
    display:none;
}

.top-container{
    margin-top:0 !important;
}

#bandeau{
    padding:0;
}

#bandeau img{
    width:100%;
}

#main-col{
    margin-top:0;
}

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

.question-container{
    margin-bottom:0;
    border:none;
    background-color:#ffffff;
    padding-left:5%;
}

.question-title-container{
    padding:0;
    margin-top:1em;
    margin-bottom:1em;
    position:relative;
}

.question-container.row{
    margin-left:-15px;
    margin-right:-15px;
}

.completed-wrapper{
    width:68.5%;
    margin-left:auto;
    margin-right:auto;
    padding:20px;
    padding-left:20px;
    padding-right:20px;
    background-color:#ffffff;
    text-align:center;
}

.group-container{
    width:100%;
}

.group-outer-container{
    padding:0 5px;
}

.group-title{
    padding-top:1em;
    padding-bottom:1em;
    background-color:#ffffff;
    border-top:none;
    color:#0096c9;
}

.group-description{
    border-radius:0;
    border:none;
    box-shadow:none;
    background-color:#ffffff;
}

.form-control {
    width:95%;
}

.ls-question-help, .question-help-container{
    display:none;
}

.ls-label-question {
    font-weight:bold;
    color:#59536D;
}

.text-danger{
    color:#DC143C;
}

.btn-primary{
    background-color:#59536D;
    border: 1px solid #59536D;
    border-radius: 0;
    transition:all ease 0.3s;
    -webkit-transition:all ease 0.3s;
    -moz-transition:all ease 0.3s;
    -ms-transition:all ease 0.3s;
    -o-transition:all ease 0.3s;
}

.btn-primary:active, .btn-primary:focus{
    background-color:#ffffff !important;
    color:#59536D !important;
    border: 1px solid #59536D !important;
    box-shadow:none !important;
}

.btn-primary:hover{
    background-color:#ffffff;
    color:#59536D;
    border: 1px solid #59536D;
}

#bouton-suivant-container {
    background-color:#ffffff;
    margin-top:-2px;
}

#bouton-suivant, #ls-button-submit{
    margin: 20px auto;
    padding: 10px 35px;
    display:block;
}

.contact{
    font-size:10px;
    padding:20px;
    text-align: center;
}

.text-center{
    color:#59536D;
    font-weight:bold;
}

.small{
    font-size:50%;
    vertical-align:top;
    padding-right:5px;
}