@import "common.css?version=4.x-dev";


/* Base */

.simulator-breadcrumb {
    display: none;
    height: 0em;
}

.mention-asterisk{
	    display: none;
}

.step-page .section-content {background-color:transparent}
.step-page .section-content, .step-page .section-annotations {border : none}


#identite-panel-1-blockinfo-5-chapter-1-section-1-content {
    background-color: #eee;
  	border: 1px solid #ccc;
    border-radius: 3px;
}



h2.step-description.legend {
	text-align: center;
    font-size: 28px;
    font-weight: bold;
    color: #0b6ba8;
    margin-bottom: 40px;
}

.pre-note,
.post-note {
	margin-bottom: 10px;
    padding: 5px;
    border: 1px solid #cccccc;
    background: white;
	font-size: 1em;
    margin: 1em !important;
}

.post-note {
	margin-top: 20px;
}

.action_buttons.button.bottom button {
	float: none;
}

/* */

#faits-container > div.pre-note {
	margin-top: 30px;
}

#faits-container > span {
	color: #c22222;
	text-align: left;
}

#faits-container > div.input-group,
#lien_parente_precisions-container > div:nth-child(2) {
	width: 100%;
}

#faits  {
	height: 250px;
}

#faits-label,
#lien_parente_precisions-label {
	text-align: left;
	width: 100%;
}


#identite-panel-1-blockinfo-4-chapter-1-section-1-content ul {

    list-style: disc;
    padding-left: 2em;
	padding-top: 1em;}


/** HACK Largeur des champs **/ 

@media only screen and (min-width: 1032px) {

    .step-page input[type="text"] {
        max-width: 20em;
        width: 20em;
    }

    .field-container .form-group {width : 100%}
}

@media only screen and (min-width: 1032px) {

    .step-page input[type="text"] {
        max-width: 25em;
        width: 25em;
    }

    .step-page label, .step-page .label {
        padding-right: 10px;
        width: 40%;
    }
}

@media only screen and (min-width: 1032px) and (max-width: 1280px) {

    .step-page input[type="text"] {
        max-width: 20em;
        width: 20em;
    }
    .step-page label, .step-page .label {
        padding-right: 10px;
        width: 40%;
    }

}

@media only screen and (min-width: 920px) and (max-width: 1032px) {

    .step-page input[type="text"] {
        max-width: 20em;
        width: 20em;
    }

    .step-page label, .step-page .label {
        padding-right: 10px;
        width: 40%;
    }
}

@media only screen and (min-width: 764px) and (max-width: 920px) {

    .step-page input[type="text"] {
        max-width: 20em;
        width: 20em;
    }

    .step-page label, .step-page .label {
        padding-right: 10px;
        width: 30%;
    }
}

@media only screen and (min-width: 610px) and (max-width: 694px) {

    .form-horizontal .control-label {text-align: left;}
    
    .step-page input[type="text"] {
        max-width: 15em;
        width: 15em;
    }
}

@media only screen and (min-width: 480px) and (max-width: 610px) {

    .form-horizontal .control-label {text-align: left;}
    
    .step-page input[type="text"] {
        max-width: 20em;
        width: 20em;
    }
}





