Détails d'affichage

This commit is contained in:
Evarin 2017-05-17 00:10:13 +02:00
parent 07bdabdb22
commit 12f0da492a
3 changed files with 122 additions and 121 deletions

View file

@ -44,7 +44,7 @@ class Normalien(models.Model):
# Liste des stages publiés # Liste des stages publiés
def stages_publics(self): def stages_publics(self):
return self.stages.filter(public=True) return self.stages.filter(public=True).order_by('-date_debut')
# Hook à la création d'un nouvel utilisateur : récupération de ses infos par LDAP # Hook à la création d'un nouvel utilisateur : récupération de ses infos par LDAP
def create_user_profile(sender, instance, created, **kwargs): def create_user_profile(sender, instance, created, **kwargs):

View file

@ -335,6 +335,7 @@ article.stage {
min-width: 250px; min-width: 250px;
width: 30%; width: 30%;
min-height: 300px; min-height: 300px;
vertical-align: middle;
} }
.desc { .desc {
padding: 5px; padding: 5px;
@ -355,8 +356,8 @@ article.stage {
.chapo { .chapo {
font-size: 1.1em; font-size: 1.1em;
font-family: $textfont; //font-family: $textfont;
font-weight: 500; font-weight: 700;
padding-left: 0px; padding-left: 0px;
} }
.avis-texte { .avis-texte {

View file

@ -407,45 +407,45 @@ article.stage section.misc .misc-content.withmap .map {
min-width: 250px; min-width: 250px;
width: 30%; width: 30%;
min-height: 300px; min-height: 300px;
vertical-align: middle;
} }
/* line 339, ../../sass/screen.scss */ /* line 340, ../../sass/screen.scss */
article.stage section.misc .misc-content.withmap .desc { article.stage section.misc .misc-content.withmap .desc {
padding: 5px; padding: 5px;
padding-left: 15px; padding-left: 15px;
} }
/* line 347, ../../sass/screen.scss */ /* line 348, ../../sass/screen.scss */
article.stage section .chapo, article.stage section .avis-texte { article.stage section .chapo, article.stage section .avis-texte {
margin-bottom: 15px; margin-bottom: 15px;
background: #fff; background: #fff;
padding: 0 20px; padding: 0 20px;
} }
/* line 352, ../../sass/screen.scss */ /* line 353, ../../sass/screen.scss */
article.stage section .avis-texte { article.stage section .avis-texte {
font-size: 18px; font-size: 18px;
} }
/* line 356, ../../sass/screen.scss */ /* line 357, ../../sass/screen.scss */
article.stage section .chapo { article.stage section .chapo {
font-size: 1.1em; font-size: 1.1em;
font-family: "Dosis", sans-serif; font-weight: 700;
font-weight: 500;
padding-left: 0px; padding-left: 0px;
} }
/* line 362, ../../sass/screen.scss */ /* line 363, ../../sass/screen.scss */
article.stage section .avis-texte { article.stage section .avis-texte {
padding-left: 15px; padding-left: 15px;
} }
/* line 367, ../../sass/screen.scss */ /* line 368, ../../sass/screen.scss */
article.stage section .plusmoins { article.stage section .plusmoins {
max-width: 600px; max-width: 600px;
margin: 15px auto; margin: 15px auto;
margin-top: 40px; margin-top: 40px;
} }
/* line 372, ../../sass/screen.scss */ /* line 373, ../../sass/screen.scss */
article.stage section .plusmoins > div { article.stage section .plusmoins > div {
display: table; display: table;
width: 100%; width: 100%;
} }
/* line 376, ../../sass/screen.scss */ /* line 377, ../../sass/screen.scss */
article.stage section .plusmoins > div:before { article.stage section .plusmoins > div:before {
content: "&nbsp"; content: "&nbsp";
width: 90px; width: 90px;
@ -454,66 +454,66 @@ article.stage section .plusmoins > div:before {
text-align: right; text-align: right;
padding-right: 12px; padding-right: 12px;
} }
/* line 385, ../../sass/screen.scss */ /* line 386, ../../sass/screen.scss */
article.stage section .plusmoins > div > *, article.stage section .plusmoins > div:before { article.stage section .plusmoins > div > *, article.stage section .plusmoins > div:before {
display: table-cell; display: table-cell;
} }
/* line 389, ../../sass/screen.scss */ /* line 390, ../../sass/screen.scss */
article.stage section .plusmoins > div > div { article.stage section .plusmoins > div > div {
padding: 15px; padding: 15px;
color: #fff; color: #fff;
} }
/* line 392, ../../sass/screen.scss */ /* line 393, ../../sass/screen.scss */
article.stage section .plusmoins > div > div h4 { article.stage section .plusmoins > div > div h4 {
font-weight: normal; font-weight: normal;
margin-left: -5px; margin-left: -5px;
font-size: 0.9em; font-size: 0.9em;
opacity: 0.9; opacity: 0.9;
} }
/* line 398, ../../sass/screen.scss */ /* line 399, ../../sass/screen.scss */
article.stage section .plusmoins > div > div p { article.stage section .plusmoins > div > div p {
font-weight: bold; font-weight: bold;
margin: 2px; margin: 2px;
} }
/* line 406, ../../sass/screen.scss */ /* line 407, ../../sass/screen.scss */
article.stage section .plusmoins .plus > div { article.stage section .plusmoins .plus > div {
background: #1775c6; background: #1775c6;
} }
/* line 409, ../../sass/screen.scss */ /* line 410, ../../sass/screen.scss */
article.stage section .plusmoins .plus:before { article.stage section .plusmoins .plus:before {
content: "Les +"; content: "Les +";
vertical-align: bottom; vertical-align: bottom;
color: #1567af; color: #1567af;
} }
/* line 416, ../../sass/screen.scss */ /* line 417, ../../sass/screen.scss */
article.stage section .plusmoins .moins > div { article.stage section .plusmoins .moins > div {
background: #df076c; background: #df076c;
} }
/* line 419, ../../sass/screen.scss */ /* line 420, ../../sass/screen.scss */
article.stage section .plusmoins .moins:before { article.stage section .plusmoins .moins:before {
content: "Les "; content: "Les ";
vertical-align: top; vertical-align: top;
color: #c70660; color: #c70660;
} }
/* line 430, ../../sass/screen.scss */ /* line 431, ../../sass/screen.scss */
article.stage .section-wrapper { article.stage .section-wrapper {
display: table; display: table;
margin-left: -15px; margin-left: -15px;
width: 100%; width: 100%;
} }
/* line 435, ../../sass/screen.scss */ /* line 436, ../../sass/screen.scss */
article.stage .section-wrapper .toc-wrapper, article.stage .section-wrapper > section { article.stage .section-wrapper .toc-wrapper, article.stage .section-wrapper > section {
display: table-cell; display: table-cell;
vertical-align: top; vertical-align: top;
} }
/* line 439, ../../sass/screen.scss */ /* line 440, ../../sass/screen.scss */
article.stage .section-wrapper .toc-wrapper { article.stage .section-wrapper .toc-wrapper {
max-width: 230px; max-width: 230px;
width: 25%; width: 25%;
padding: 5px; padding: 5px;
padding-right: 25px; padding-right: 25px;
} }
/* line 445, ../../sass/screen.scss */ /* line 446, ../../sass/screen.scss */
article.stage .section-wrapper .toc { article.stage .section-wrapper .toc {
font-family: "Dosis", sans-serif; font-family: "Dosis", sans-serif;
position: -webkit-sticky; position: -webkit-sticky;
@ -524,12 +524,12 @@ article.stage .section-wrapper .toc {
padding: 5px; padding: 5px;
box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2); box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
} }
/* line 455, ../../sass/screen.scss */ /* line 456, ../../sass/screen.scss */
article.stage .section-wrapper .toc ul { article.stage .section-wrapper .toc ul {
list-style: none; list-style: none;
padding: 0; padding: 0;
} }
/* line 460, ../../sass/screen.scss */ /* line 461, ../../sass/screen.scss */
article.stage .section-wrapper .toc a { article.stage .section-wrapper .toc a {
display: block; display: block;
color: inherit; color: inherit;
@ -538,44 +538,44 @@ article.stage .section-wrapper .toc a {
padding: 5px; padding: 5px;
line-height: 1; line-height: 1;
} }
/* line 468, ../../sass/screen.scss */ /* line 469, ../../sass/screen.scss */
article.stage .section-wrapper .toc a:hover { article.stage .section-wrapper .toc a:hover {
color: #8fcc33; color: #8fcc33;
} }
/* line 472, ../../sass/screen.scss */ /* line 473, ../../sass/screen.scss */
article.stage .section-wrapper .toc .toc-h1 a { article.stage .section-wrapper .toc .toc-h1 a {
font-weight: 900; font-weight: 900;
} }
/* line 475, ../../sass/screen.scss */ /* line 476, ../../sass/screen.scss */
article.stage .section-wrapper .toc .toc-h2 { article.stage .section-wrapper .toc .toc-h2 {
margin-top: 10px; margin-top: 10px;
font-weight: 400; font-weight: 400;
} }
/* line 479, ../../sass/screen.scss */ /* line 480, ../../sass/screen.scss */
article.stage .section-wrapper .toc .toc-h3 a { article.stage .section-wrapper .toc .toc-h3 a {
font-weight: 300; font-weight: 300;
} }
/* line 482, ../../sass/screen.scss */ /* line 483, ../../sass/screen.scss */
article.stage .section-wrapper .toc .toc-active a { article.stage .section-wrapper .toc .toc-active a {
color: #0f4c82; color: #0f4c82;
} }
/* line 489, ../../sass/screen.scss */ /* line 490, ../../sass/screen.scss */
.misc-hdr { .misc-hdr {
display: table; display: table;
width: 100%; width: 100%;
border-bottom: 1px solid #ccc; border-bottom: 1px solid #ccc;
} }
/* line 494, ../../sass/screen.scss */ /* line 495, ../../sass/screen.scss */
.misc-hdr > * { .misc-hdr > * {
display: table-cell; display: table-cell;
vertical-align: bottom; vertical-align: bottom;
} }
/* line 499, ../../sass/screen.scss */ /* line 500, ../../sass/screen.scss */
.misc-hdr h1 { .misc-hdr h1 {
width: 100%; width: 100%;
} }
/* line 502, ../../sass/screen.scss */ /* line 503, ../../sass/screen.scss */
.misc-hdr .dates { .misc-hdr .dates {
width: 50px; width: 50px;
background-color: #950548; background-color: #950548;
@ -586,34 +586,34 @@ article.stage .section-wrapper .toc .toc-active a {
font-size: 0.8em; font-size: 0.8em;
text-align: center; text-align: center;
} }
/* line 512, ../../sass/screen.scss */ /* line 513, ../../sass/screen.scss */
.misc-hdr .dates span { .misc-hdr .dates span {
display: block; display: block;
} }
/* line 515, ../../sass/screen.scss */ /* line 516, ../../sass/screen.scss */
.misc-hdr .dates .year { .misc-hdr .dates .year {
font-size: 1.8em; font-size: 1.8em;
} }
/* line 523, ../../sass/screen.scss */ /* line 524, ../../sass/screen.scss */
.edit-box { .edit-box {
background: #eee; background: #eee;
margin: 10px; margin: 10px;
padding: 10px 20px; padding: 10px 20px;
text-align: center; text-align: center;
} }
/* line 529, ../../sass/screen.scss */ /* line 530, ../../sass/screen.scss */
.edit-box.public { .edit-box.public {
background: #cae3f9; background: #cae3f9;
border: 1px solid #125b9b; border: 1px solid #125b9b;
} }
/* line 534, ../../sass/screen.scss */ /* line 535, ../../sass/screen.scss */
.edit-box.prive { .edit-box.prive {
background: #fdcfe4; background: #fdcfe4;
border: 1px solid #ad0654; border: 1px solid #ad0654;
} }
/* line 547, ../../sass/screen.scss */ /* line 548, ../../sass/screen.scss */
input, textarea, select, div.tinymce, option, optgroup:before { input, textarea, select, div.tinymce, option, optgroup:before {
background: #fff; background: #fff;
font-size: 1em; font-size: 1em;
@ -623,13 +623,13 @@ input, textarea, select, div.tinymce, option, optgroup:before {
padding: 5px; padding: 5px;
text-align: left; text-align: left;
} }
/* line 556, ../../sass/screen.scss */ /* line 557, ../../sass/screen.scss */
input:focus, input.mce-edit-focus, textarea:focus, textarea.mce-edit-focus, select:focus, select.mce-edit-focus, div.tinymce:focus, div.tinymce.mce-edit-focus, option:focus, option.mce-edit-focus, optgroup:before:focus, optgroup:before.mce-edit-focus { input:focus, input.mce-edit-focus, textarea:focus, textarea.mce-edit-focus, select:focus, select.mce-edit-focus, div.tinymce:focus, div.tinymce.mce-edit-focus, option:focus, option.mce-edit-focus, optgroup:before:focus, optgroup:before.mce-edit-focus {
background-color: #e9f5d6; background-color: #e9f5d6;
outline: none; outline: none;
} }
/* line 563, ../../sass/screen.scss */ /* line 564, ../../sass/screen.scss */
input[type='text'], input[type='password'], input[type='text'], input[type='password'],
input[type='email'], textarea, select { input[type='email'], textarea, select {
border: none; border: none;
@ -639,7 +639,7 @@ input[type='email'], textarea, select {
transition: border 1s ease-out, background 1s ease-out; transition: border 1s ease-out, background 1s ease-out;
} }
/* line 572, ../../sass/screen.scss */ /* line 573, ../../sass/screen.scss */
select { select {
-moz-appearance: none; -moz-appearance: none;
appearance: none; appearance: none;
@ -647,21 +647,21 @@ select {
margin-right: 5px; margin-right: 5px;
cursor: pointer; cursor: pointer;
} }
/* line 579, ../../sass/screen.scss */ /* line 580, ../../sass/screen.scss */
select option { select option {
padding: 3px; padding: 3px;
white-space: pre-wrap; white-space: pre-wrap;
} }
/* line 585, ../../sass/screen.scss */ /* line 586, ../../sass/screen.scss */
select optgroup option { select optgroup option {
padding-left: 10px; padding-left: 10px;
} }
/* line 588, ../../sass/screen.scss */ /* line 589, ../../sass/screen.scss */
select optgroup:before { select optgroup:before {
font-weight: bold; font-weight: bold;
} }
/* line 594, ../../sass/screen.scss */ /* line 595, ../../sass/screen.scss */
input[type="submit"], .btn { input[type="submit"], .btn {
font: 19px "Dosis", sans-serif; font: 19px "Dosis", sans-serif;
background-color: #8fcc33; background-color: #8fcc33;
@ -672,17 +672,17 @@ input[type="submit"], .btn {
display: inline-block; display: inline-block;
} }
/* line 604, ../../sass/screen.scss */ /* line 605, ../../sass/screen.scss */
p.submits { p.submits {
text-align: right; text-align: right;
} }
/* line 608, ../../sass/screen.scss */ /* line 609, ../../sass/screen.scss */
form .commentaire { form .commentaire {
font-style: italic; font-style: italic;
} }
/* line 612, ../../sass/screen.scss */ /* line 613, ../../sass/screen.scss */
.edit-btn { .edit-btn {
border-color: #706c00; border-color: #706c00;
color: #000; color: #000;
@ -691,14 +691,14 @@ form .commentaire {
background-origin: content-box; background-origin: content-box;
background-size: contain; background-size: contain;
} }
/* line 620, ../../sass/screen.scss */ /* line 621, ../../sass/screen.scss */
.edit-btn:after { .edit-btn:after {
content: ""; content: "";
width: 30px; width: 30px;
display: inline-block; display: inline-block;
} }
/* line 627, ../../sass/screen.scss */ /* line 628, ../../sass/screen.scss */
textarea, div.tinymce { textarea, div.tinymce {
font-family: "Lato", sans-serif; font-family: "Lato", sans-serif;
border: none; border: none;
@ -708,20 +708,20 @@ textarea, div.tinymce {
transition: border 1s ease-out, background 1s ease-out; transition: border 1s ease-out, background 1s ease-out;
} }
/* line 636, ../../sass/screen.scss */ /* line 637, ../../sass/screen.scss */
textarea { textarea {
height: 200px; height: 200px;
resize: vertical; resize: vertical;
} }
/* line 644, ../../sass/screen.scss */ /* line 645, ../../sass/screen.scss */
form .field { form .field {
margin: 5px 0; margin: 5px 0;
display: flex; display: flex;
background: #fff; background: #fff;
padding: 10px; padding: 10px;
} }
/* line 650, ../../sass/screen.scss */ /* line 651, ../../sass/screen.scss */
form .field label, form .field .label { form .field label, form .field .label {
display: inline-block; display: inline-block;
width: 250px; width: 250px;
@ -730,39 +730,39 @@ form .field label, form .field .label {
padding-top: 5px; padding-top: 5px;
flex-shrink: 0; flex-shrink: 0;
} }
/* line 658, ../../sass/screen.scss */ /* line 659, ../../sass/screen.scss */
form .field label.required:before, form .field .label.required:before { form .field label.required:before, form .field .label.required:before {
margin-right: 5px; margin-right: 5px;
content: "*"; content: "*";
color: #f70978; color: #f70978;
} }
/* line 664, ../../sass/screen.scss */ /* line 665, ../../sass/screen.scss */
form .field label { form .field label {
font-family: Alegreya, serif; font-family: Alegreya, serif;
font-weight: bold; font-weight: bold;
} }
/* line 668, ../../sass/screen.scss */ /* line 669, ../../sass/screen.scss */
form .field .help_text { form .field .help_text {
font-style: italic; font-style: italic;
font-size: 0.9em; font-size: 0.9em;
} }
/* line 672, ../../sass/screen.scss */ /* line 673, ../../sass/screen.scss */
form .field .input { form .field .input {
display: inline-block; display: inline-block;
flex-grow: 1; flex-grow: 1;
margin-right: 10px; margin-right: 10px;
} }
/* line 682, ../../sass/screen.scss */ /* line 683, ../../sass/screen.scss */
ul.as-selections { ul.as-selections {
display: flex; display: flex;
flex-wrap: wrap; flex-wrap: wrap;
} }
/* line 686, ../../sass/screen.scss */ /* line 687, ../../sass/screen.scss */
ul.as-selections li { ul.as-selections li {
display: inline-block; display: inline-block;
} }
/* line 690, ../../sass/screen.scss */ /* line 691, ../../sass/screen.scss */
ul.as-selections .as-selection-item { ul.as-selections .as-selection-item {
padding: 0 5px; padding: 0 5px;
background: #f99b20; background: #f99b20;
@ -771,52 +771,52 @@ ul.as-selections .as-selection-item {
border-radius: 2px; border-radius: 2px;
font-weight: 500; font-weight: 500;
} }
/* line 698, ../../sass/screen.scss */ /* line 699, ../../sass/screen.scss */
ul.as-selections .as-selection-item a.as-close { ul.as-selections .as-selection-item a.as-close {
color: #fff; color: #fff;
-webkit-cursor: pointer; -webkit-cursor: pointer;
cursor: pointer; cursor: pointer;
margin-right: 5px; margin-right: 5px;
} }
/* line 705, ../../sass/screen.scss */ /* line 706, ../../sass/screen.scss */
ul.as-selections .as-selection-item.selected { ul.as-selections .as-selection-item.selected {
background: #8fcc33; background: #8fcc33;
} }
/* line 710, ../../sass/screen.scss */ /* line 711, ../../sass/screen.scss */
ul.as-selections .as-original { ul.as-selections .as-original {
flex-grow: 1; flex-grow: 1;
min-width: 200px; min-width: 200px;
} }
/* line 714, ../../sass/screen.scss */ /* line 715, ../../sass/screen.scss */
ul.as-selections .as-original input { ul.as-selections .as-original input {
width: 100%; width: 100%;
} }
/* line 720, ../../sass/screen.scss */ /* line 721, ../../sass/screen.scss */
div.as-results { div.as-results {
position: relative; position: relative;
} }
/* line 722, ../../sass/screen.scss */ /* line 723, ../../sass/screen.scss */
div.as-results ul { div.as-results ul {
position: absolute; position: absolute;
width: 100%; width: 100%;
background: #fff; background: #fff;
border: 1px solid #d2ebad; border: 1px solid #d2ebad;
} }
/* line 729, ../../sass/screen.scss */ /* line 730, ../../sass/screen.scss */
div.as-results ul li { div.as-results ul li {
padding: 3px 5px; padding: 3px 5px;
} }
/* line 735, ../../sass/screen.scss */ /* line 736, ../../sass/screen.scss */
div.as-results ul li.as-result-item.active { div.as-results ul li.as-result-item.active {
background: #fddeb5; background: #fddeb5;
} }
/* line 740, ../../sass/screen.scss */ /* line 741, ../../sass/screen.scss */
div.as-results ul li.as-message { div.as-results ul li.as-message {
font-style: italic; font-style: italic;
} }
/* line 750, ../../sass/screen.scss */ /* line 751, ../../sass/screen.scss */
.window { .window {
display: none; display: none;
position: fixed; position: fixed;
@ -827,11 +827,11 @@ div.as-results ul li.as-message {
left: 0; left: 0;
z-index: 50; z-index: 50;
} }
/* line 760, ../../sass/screen.scss */ /* line 761, ../../sass/screen.scss */
.window.visible { .window.visible {
display: block; display: block;
} }
/* line 764, ../../sass/screen.scss */ /* line 765, ../../sass/screen.scss */
.window .window-bg { .window .window-bg {
background: #000; background: #000;
opacity: 0.7; opacity: 0.7;
@ -842,7 +842,7 @@ div.as-results ul li.as-message {
top: 0; top: 0;
z-index: -1; z-index: -1;
} }
/* line 775, ../../sass/screen.scss */ /* line 776, ../../sass/screen.scss */
.window .window-content { .window .window-content {
position: relative; position: relative;
margin: 0 auto; margin: 0 auto;
@ -856,11 +856,11 @@ div.as-results ul li.as-message {
max-height: 100%; max-height: 100%;
overflow: auto; overflow: auto;
} }
/* line 789, ../../sass/screen.scss */ /* line 790, ../../sass/screen.scss */
.window .window-content form label, .window .window-content form .label { .window .window-content form label, .window .window-content form .label {
width: 150px; width: 150px;
} }
/* line 795, ../../sass/screen.scss */ /* line 796, ../../sass/screen.scss */
.window .window-closer { .window .window-closer {
position: absolute; position: absolute;
top: 0; top: 0;
@ -868,65 +868,65 @@ div.as-results ul li.as-message {
padding: 12px; padding: 12px;
z-index: 3; z-index: 3;
} }
/* line 801, ../../sass/screen.scss */ /* line 802, ../../sass/screen.scss */
.window .window-closer:after { .window .window-closer:after {
content: "×"; content: "×";
} }
/* line 812, ../../sass/screen.scss */ /* line 813, ../../sass/screen.scss */
#lieu_widget .lieu-ui { #lieu_widget .lieu-ui {
position: relative; position: relative;
} }
/* line 814, ../../sass/screen.scss */ /* line 815, ../../sass/screen.scss */
#lieu_widget .lieu-ui .map { #lieu_widget .lieu-ui .map {
height: 400px; height: 400px;
width: 100%; width: 100%;
} }
/* line 818, ../../sass/screen.scss */ /* line 819, ../../sass/screen.scss */
#lieu_widget .lieu-ui.hidden { #lieu_widget .lieu-ui.hidden {
display: none; display: none;
} }
/* line 821, ../../sass/screen.scss */ /* line 822, ../../sass/screen.scss */
#lieu_widget .lieu-ui .masked { #lieu_widget .lieu-ui .masked {
visibility: hidden; visibility: hidden;
} }
/* line 826, ../../sass/screen.scss */ /* line 827, ../../sass/screen.scss */
#lieu_widget .lieu-choixmodif { #lieu_widget .lieu-choixmodif {
display: none; display: none;
} }
/* line 831, ../../sass/screen.scss */ /* line 832, ../../sass/screen.scss */
#lieu_widget.modif .lieu-choixmodif { #lieu_widget.modif .lieu-choixmodif {
display: unset; display: unset;
} }
/* line 836, ../../sass/screen.scss */ /* line 837, ../../sass/screen.scss */
#lieu_widget.modif .lieu-ui, #lieu_widget.attente .lieu-ui { #lieu_widget.modif .lieu-ui, #lieu_widget.attente .lieu-ui {
display: none; display: none;
} }
/* line 843, ../../sass/screen.scss */ /* line 844, ../../sass/screen.scss */
#lieu_widget.edit .lieu-ui .lieu-acinput { #lieu_widget.edit .lieu-ui .lieu-acinput {
display: none; display: none;
} }
/* line 846, ../../sass/screen.scss */ /* line 847, ../../sass/screen.scss */
#lieu_widget.edit .lieu-ui .map { #lieu_widget.edit .lieu-ui .map {
height: 200px; height: 200px;
} }
/* line 852, ../../sass/screen.scss */ /* line 853, ../../sass/screen.scss */
#lieu_widget #avis_lieu_vide { #lieu_widget #avis_lieu_vide {
display: none; display: none;
} }
/* line 856, ../../sass/screen.scss */ /* line 857, ../../sass/screen.scss */
#lieu_widget .message { #lieu_widget .message {
background: #fddeb5; background: #fddeb5;
padding: 5px; padding: 5px;
font-style: italic; font-style: italic;
font-size: 0.9em; font-size: 0.9em;
} }
/* line 862, ../../sass/screen.scss */ /* line 863, ../../sass/screen.scss */
#lieu_widget .message.hidden { #lieu_widget .message.hidden {
display: none; display: none;
} }
/* line 868, ../../sass/screen.scss */ /* line 869, ../../sass/screen.scss */
a.lieu-change { a.lieu-change {
color: #fff; color: #fff;
background: #f99b20; background: #f99b20;
@ -939,25 +939,25 @@ a.lieu-change {
border-radius: 5px; border-radius: 5px;
margin-right: 7px; margin-right: 7px;
} }
/* line 880, ../../sass/screen.scss */ /* line 881, ../../sass/screen.scss */
a.lieu-change.ajout:before { a.lieu-change.ajout:before {
content: "+"; content: "+";
margin-right: 5px; margin-right: 5px;
} }
/* line 886, ../../sass/screen.scss */ /* line 887, ../../sass/screen.scss */
#stages-map { #stages-map {
width: 100%; width: 100%;
height: 600px; height: 600px;
max-height: 90vh; max-height: 90vh;
} }
/* line 893, ../../sass/screen.scss */ /* line 894, ../../sass/screen.scss */
#id_stage-thematiques { #id_stage-thematiques {
display: none; display: none;
} }
/* line 899, ../../sass/screen.scss */ /* line 900, ../../sass/screen.scss */
.homeh1 { .homeh1 {
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
@ -967,22 +967,22 @@ a.lieu-change.ajout:before {
border-bottom: 3px solid #000; border-bottom: 3px solid #000;
margin-bottom: 15px; margin-bottom: 15px;
} }
/* line 908, ../../sass/screen.scss */ /* line 909, ../../sass/screen.scss */
.homeh1 > * { .homeh1 > * {
display: inline-block; display: inline-block;
} }
/* line 911, ../../sass/screen.scss */ /* line 912, ../../sass/screen.scss */
.homeh1 p { .homeh1 p {
text-align: right; text-align: right;
} }
/* line 916, ../../sass/screen.scss */ /* line 917, ../../sass/screen.scss */
.betacadre { .betacadre {
background: #fa6cae; background: #fa6cae;
padding: 10px; padding: 10px;
} }
/* line 921, ../../sass/screen.scss */ /* line 922, ../../sass/screen.scss */
.entrer { .entrer {
background: #fff; background: #fff;
max-width: 500px; max-width: 500px;
@ -991,84 +991,84 @@ a.lieu-change.ajout:before {
margin: 15px auto; margin: 15px auto;
} }
/* line 929, ../../sass/screen.scss */ /* line 930, ../../sass/screen.scss */
article.promo { article.promo {
display: block; display: block;
font-size: 1.1em; font-size: 1.1em;
} }
/* line 933, ../../sass/screen.scss */ /* line 934, ../../sass/screen.scss */
article.promo .explications { article.promo .explications {
display: table; display: table;
} }
/* line 936, ../../sass/screen.scss */ /* line 937, ../../sass/screen.scss */
article.promo .explications:first-child { article.promo .explications:first-child {
direction: rtl; direction: rtl;
} }
/* line 938, ../../sass/screen.scss */ /* line 939, ../../sass/screen.scss */
article.promo .explications:first-child > * { article.promo .explications:first-child > * {
direction: ltr; direction: ltr;
} }
/* line 943, ../../sass/screen.scss */ /* line 944, ../../sass/screen.scss */
article.promo .explications > div { article.promo .explications > div {
display: table-cell; display: table-cell;
vertical-align: middle; vertical-align: middle;
text-align: center; text-align: center;
} }
/* line 948, ../../sass/screen.scss */ /* line 949, ../../sass/screen.scss */
article.promo .explications > div p { article.promo .explications > div p {
margin: 15px 15px; margin: 15px 15px;
} }
/* line 956, ../../sass/screen.scss */ /* line 957, ../../sass/screen.scss */
.faq-toc { .faq-toc {
font-family: "Lato", sans-serif; font-family: "Lato", sans-serif;
display: block; display: block;
max-width: 700px; max-width: 700px;
margin: 0 auto; margin: 0 auto;
} }
/* line 961, ../../sass/screen.scss */ /* line 962, ../../sass/screen.scss */
.faq-toc ul { .faq-toc ul {
margin: 20px; margin: 20px;
} }
/* line 965, ../../sass/screen.scss */ /* line 966, ../../sass/screen.scss */
.faq-toc ul li a { .faq-toc ul li a {
color: #000; color: #000;
display: block; display: block;
padding: 5px; padding: 5px;
} }
/* line 971, ../../sass/screen.scss */ /* line 972, ../../sass/screen.scss */
.faq-toc ul li.toc-h1 { .faq-toc ul li.toc-h1 {
display: none; display: none;
} }
/* line 975, ../../sass/screen.scss */ /* line 976, ../../sass/screen.scss */
.faq-toc ul li.toc-h2 a { .faq-toc ul li.toc-h2 a {
background: #fcc883; background: #fcc883;
} }
/* line 979, ../../sass/screen.scss */ /* line 980, ../../sass/screen.scss */
.faq-toc ul li.toc-h3 a { .faq-toc ul li.toc-h3 a {
padding-left: 10px; padding-left: 10px;
background: #fff; background: #fff;
font-weight: normal; font-weight: normal;
} }
/* line 985, ../../sass/screen.scss */ /* line 986, ../../sass/screen.scss */
.faq-toc ul li a:hover { .faq-toc ul li a:hover {
color: #395214; color: #395214;
background: #bce085 !important; background: #bce085 !important;
} }
/* line 994, ../../sass/screen.scss */ /* line 995, ../../sass/screen.scss */
.faq article { .faq article {
background: #fff; background: #fff;
padding: 15px; padding: 15px;
} }
/* line 997, ../../sass/screen.scss */ /* line 998, ../../sass/screen.scss */
.faq article h2 { .faq article h2 {
background-color: #fcc883; background-color: #fcc883;
color: #ae6505; color: #ae6505;
margin: -15px; margin: -15px;
padding: 15px; padding: 15px;
} }
/* line 1004, ../../sass/screen.scss */ /* line 1005, ../../sass/screen.scss */
.faq article h3 { .faq article h3 {
color: #0f4c82; color: #0f4c82;
background-color: #9dcbf3; background-color: #9dcbf3;
@ -1076,19 +1076,19 @@ article.promo .explications > div p {
margin-top: 30px; margin-top: 30px;
padding: 10px 15px; padding: 10px 15px;
} }
/* line 1011, ../../sass/screen.scss */ /* line 1012, ../../sass/screen.scss */
.faq article h3:nth-child(2) { .faq article h3:nth-child(2) {
margin-top: 0; margin-top: 0;
} }
/* line 1016, ../../sass/screen.scss */ /* line 1017, ../../sass/screen.scss */
.faq article ul { .faq article ul {
padding-left: 20px; padding-left: 20px;
} }
/* line 1018, ../../sass/screen.scss */ /* line 1019, ../../sass/screen.scss */
.faq article ul li { .faq article ul li {
list-style: initial; list-style: initial;
} }
/* line 1023, ../../sass/screen.scss */ /* line 1024, ../../sass/screen.scss */
.faq article p, .faq article ul { .faq article p, .faq article ul {
font-family: "Lato", sans-serif; font-family: "Lato", sans-serif;
font-size: 18px; font-size: 18px;