/******************
    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
*/
.logo-container>img {
  max-height: 100px;
  height: 100%;
  padding: 15px;
  width: auto;
}

.navbar-brand {
    min-height:1.25em;
}

.top-content, .top-container {
    display:none;
}

.alert-dismissible {
    display:none;
}

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

.group-description>div{
    padding-top:0;
    padding-bottom:0;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    padding-left:10px;
    padding-right: 10px;
}



/*Group & vis*/

div.four-vis-container img {
    width : 22.75%;
    margin-right : 3%;
}

div.four-vis-container img:last-child {
    margin-right : 0;
}

.group-description {
    margin-bottom : 1em;
}
.group-description .well {
    background : white;
    border : none;
    box-shadow : none;
}

/*Question*/


.question-title-container.bg-primary {
    background-color:#FFFFFF !important;
}

.question-container.PREVis-four-parallel {
    margin-bottom: 0;
    border-bottom:none;
}

.PREVis-four-parallel .question-title-container {
    padding:0.2em;
}

.PREVis-four-parallel .answer-container {
    border : none;
}

.asterisk {
    display: none;
}

.question-text p {
    text-align: center;
    color: rgba(0, 0, 0, 0.8);
    margin-bottom: 0.5em;
}

.question-text p.item-text {
    font-size: 1.4em;
    opacity: 1; /* Ensure the parent does not affect the opacity of the child */
}

.question-text strong {
    color: rgba(0, 0, 0, 1); /* Fully opaque white */
}

.question-text p.item-intro {
    font-size:1.1em;
    padding-top:0.3em;
    padding-bottom:0.5em;
    background: rgb(248, 248, 248);
}

.answer-container, .question-help-container {
    border-color: white;
}


/*Answer options*/

.PID input.form-control {
    width:20%;
    margin-top:1em;
    margin-bottom:1em;
}

.ls-answers{
    padding-top:0;
    padding-bottom:0;
}

.PREVis-answer-options li {
    width:fit-content;
    margin-bottom:0;
    padding:0.5em 1em 0.5em 2em;
    border-radius : 0.5em;
}

.PREVis-answer-options li:hover{
    background:#ECECEC;
}


/*form french PREVis*/
form[action*="463811"] #ul-other {
    width: 50%;
    margin: 0 auto;
}

form[action*="463811"] #ul-other .text-item {
    width: 100%;
}
