/******************
    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-top:0; padding-bottom: 0;}
#navbar, .navbar-collapse { box-shadow: none; }
.top-container.space-col {margin-top: 0;}
.save-form {padding: 20px 20px 30px 20px;}
.text-start {font-weight:200;}
.question-container-printanswers {border-color: #aaa; border-top : 2px solid; border-bottom: none;}
.groupSection .text-end, .groupSection .text-start { border-right : 2px solid;}
.groupSection h3 { margin-bottom: 0; margin-top: 0;}
.ls-label-question {font-size:1.2em; font-weight: 500;}
.ls-answers.answers-lists.select-sortable-lists li {background-color:#FFFFFF00 !important; margin-bottom: 3px; min-height:20px;}
.progress {margin:10px 20px 0px 20px;}
.group-title {margin-top:0;}
#navigator-container {margin-bottom:0; padding-bottom:0;}

/* ------------Footer------------- */ 

#footer-signature {display: flex;}
#footer-logo-contener {	
    float:left; 
    margin: 15px 20px 0 20px;
}
#footer-logo-contener img {max-height: 80px;}
#footer-txt-contener {
	margin: 10px 25px 0 25px;
	width: auto;
	flex-grow: 1;
	height: 90px;
	float:left;
	overflow: hidden; 
}

#footer-logolime-contener {
	float:right; 
	padding: 10px 20px 5px 0; 
	text-align:left; 
	min-width: 240px;
	/*line-height:1.2em;*/
}
#footer-logolime-contener img {
	height:40px; margin: 0 0 2px 0;
}

@media (max-width: 796px) {
  #footer-txt-contener {
    display: none;
  }
}

@media (max-width: 1032px) {
	#footer-logolime-contener {
		display: none;
	}
	img {
		height: auto;
	} 
}

.navbar-brand { 
	align-content: center;
	font-size: 1.4em;
}

h4.modal-title {
    margin-top: -2px;
}

.card.card-primary {
	margin-top:20px;
}

/* ------------css pour impression des reponses------------- */
@media print {
    body {margin:0; padding:0;}  
    div{ margin: 0; padding: 0; }
    div.container-fluid {margin:0;}
    #main-row {position: absolute; top:0; left:0;}
    #outerframeContainer {margin:0;}  
    #impression {display:none;}
    #footer-signature, #survey-nav, #printmessage {display:none;}    
    .question-container-printanswers{line-height: 150%;}
    .question-container-printanswers {margin:0;}  
    .question-container-printanswers {margin-top: 0.5em ; margin-bottom: 0.5em ; padding-bottom: 1.2em ;}
	.questimpress {display:block;}
	.question-container-printanswers {font-size: 1.4em;}
	.groupsection { break-inside: avoid; page-break-inside: avoid; } 

}

/* Bouton 'Imprimer vos réponses' affiché en fin de questionnaire' */
a.ls-print  {
  text-decoration : none;	
  padding:10px;
  height:40px;
  margin-top:30px;
  color:#fff;
  background-color:#214F7E;
  border:1px solid #163656;
  border-radius:4px;
}
a.ls-print:hover  {color:#eee; background-color:#163656;}

.ls-print::after { content: " (ou les enregistrer)"; }

.url-wrapper-survey-print {margin-top:30px; margin-bottom:30px;}