Skip to content
Snippets Groups Projects
zones-tendues.css 1.03 KiB
@import "common.css?version=dev-develop";
@import "autocomplete.css?version=dev-develop";
@import "commonSimiliDsfr.css?version=dev-develop";

/*Ordre des blocs */
div#commune-container.field-container.form-group {display:grid; }
.step-page #communeInsee-label.control-label {	grid-row: 1;}
.step-page #commune-container label {grid-row: 1;}

/* Mise en page du bloc facultatif ou Exemple*/
.step-page .post-note {
    grid-row:2;
    font-size: 0.75rem !important;
    line-height: 1.25rem;
    margin: 0 1rem;
    color: var(--text-mention-grey);
    font-family: "marianne_light";
	padding-bottom: 0.5rem;
}

.step-page #commune input, #geoAPILocalitiescommune {
        width: 70%;
        border-bottom: 3px solid #2a313e;
        border-radius: 0;
        background-color: #f3f6f4;
        font-variant: all-small-caps;
    }

.temps {padding-left: 1.5rem; }

.Intro ul li { font-family: "marianne_regular";}

button.btn.btn-primary {
    margin-top: .5rem;
}

.article p + ul, .article p + ol {
    margin-top: 0.5rem;
    margin-bottom: 1rem;
  }