From 655ef8c9067ed8dc2c8c8e67eb67a038378098a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Poulain?= Date: Mon, 9 Jan 2017 10:47:45 +0100 Subject: [PATCH] commit initial --- article.html | 51 + css/perso.css | 2169 ++++++++++++++++++++++++++++++++++ images/fond_entete-x.png | Bin 0 -> 603 bytes images/fond_entete.png | Bin 0 -> 46254 bytes inclure/footer.html | 10 + inclure/head.html | 64 + inclure/header.html | 10 + inclure/nav.html | 9 + js/script.js | 1 + js/scripts_footer.js | 1 + mes_fonctions.php | 39 + modeles/agenda.html | 16 + modeles/agenda_compteur.html | 7 + modeles/agenda_rss.html | 34 + rubrique.html | 50 + sommaire.html | 36 + 16 files changed, 2497 insertions(+) create mode 100644 article.html create mode 100644 css/perso.css create mode 100644 images/fond_entete-x.png create mode 100644 images/fond_entete.png create mode 100755 inclure/footer.html create mode 100755 inclure/head.html create mode 100755 inclure/header.html create mode 100755 inclure/nav.html create mode 100755 js/script.js create mode 100644 js/scripts_footer.js create mode 100644 mes_fonctions.php create mode 100644 modeles/agenda.html create mode 100644 modeles/agenda_compteur.html create mode 100644 modeles/agenda_rss.html create mode 100644 rubrique.html create mode 100644 sommaire.html diff --git a/article.html b/article.html new file mode 100644 index 0000000..168202c --- /dev/null +++ b/article.html @@ -0,0 +1,51 @@ + + +[(#REM) Cf.: http://paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/ +] + + + + + + + [(#TITRE|couper{80}|textebrut) - ][(#NOM_SITE_SPIP|textebrut)] <BOUCLE_titrerub(RUBRIQUES){id_rubrique}>#TITRE</BOUCLE_titrerub> + [] + [] + + + + +
+ + +
+
+ [
(#TEXTE|image_reduire{672,*})
] +
+ + +
+
+ + + \ No newline at end of file diff --git a/css/perso.css b/css/perso.css new file mode 100644 index 0000000..17e5a8c --- /dev/null +++ b/css/perso.css @@ -0,0 +1,2169 @@ +@charset "UTF-8"; +/*! +* www.KNACSS.com V6.0.3 (31 octobre 2016) @author: Alsacreations, Raphael Goetter +* Licence WTFPL http://www.wtfpl.net/ +*/ +/* ----------------------------- */ +/* ==Table Of Content */ +/* ----------------------------- */ +/* 1- Normalize (basic reset) */ +/* 2- Base (basic styles) */ +/* 3- Print (print quick reset) */ +/* 4- Stylings (minor stylings) */ +/* 5- Misc (skip links, hyphens) */ +/* 6- Tables (data tables consistency) */ +/* 7- Forms (forms consistency) */ +/* 8- Media object */ +/* 9- Autogrid object */ +/* 10- Global Layout (alignment, modules, positionning) */ +/* 11- Helpers (width and spacers helpers) */ +/* (12- WordPress reset (disabled by default)) */ +/* 13- Responsive (Responsive Web Design helpers) */ +/* 14- Grid Layout (grillade) */ +/* ---------------------------------- */ +/* ==Normalize (basic reset) */ +/* ---------------------------------- */ +/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */ +/** + * 1. Change the default font family in all browsers (opinionated). + * 2. Prevent adjustments of font size after orientation changes in IE and iOS. + */ +html { + font-family: sans-serif; + /* 1 */ + -ms-text-size-adjust: 100%; + /* 2 */ + -webkit-text-size-adjust: 100%; + /* 2 */ } + +/** + * Remove the margin in all browsers (opinionated). + */ +body { + margin: 0; } + +/* HTML5 display definitions + ========================================================================== */ +/** + * Add the correct display in IE 9-. + * 1. Add the correct display in Edge, IE, and Firefox. + * 2. Add the correct display in IE. + */ +article, +aside, +details, +figcaption, +figure, +footer, +header, +main, +menu, +nav, +section, +summary { + /* 1 */ + display: block; } + +/** + * Add the correct display in IE 9-. + */ +audio, +canvas, +progress, +video { + display: inline-block; } + +/** + * Add the correct display in iOS 4-7. + */ +audio:not([controls]) { + display: none; + height: 0; } + +/** + * Add the correct vertical alignment in Chrome, Firefox, and Opera. + */ +progress { + vertical-align: baseline; } + +/** + * Add the correct display in IE 10-. + * 1. Add the correct display in IE. + */ +template, +[hidden] { + display: none; } + +/* Links + ========================================================================== */ +/** + * 1. Remove the gray background on active links in IE 10. + * 2. Remove gaps in links underline in iOS 8+ and Safari 8+. + */ +a { + background-color: transparent; + /* 1 */ + -webkit-text-decoration-skip: objects; + /* 2 */ } + +/** + * Remove the outline on focused links when they are also active or hovered + * in all browsers (opinionated). + */ +a:active, +a:hover { + outline-width: 0; } + +/* Text-level semantics + ========================================================================== */ +/** + * 1. Remove the bottom border in Firefox 39-. + * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. + */ +abbr[title] { + border-bottom: none; + /* 1 */ + text-decoration: underline; + /* 2 */ + text-decoration: underline dotted; + /* 2 */ } + +/** + * Prevent the duplicate application of `bolder` by the next rule in Safari 6. + */ +b, +strong { + font-weight: inherit; } + +/** + * Add the correct font weight in Chrome, Edge, and Safari. + */ +b, +strong { + font-weight: bolder; } + +/** + * Add the correct font style in Android 4.3-. + */ +dfn { + font-style: italic; } + +/** + * Correct the font size and margin on `h1` elements within `section` and + * `article` contexts in Chrome, Firefox, and Safari. + */ +h1 { + font-size: 2em; + margin: 0.67em 0; } + +/** + * Add the correct background and color in IE 9-. + */ +mark { + background-color: #ff0; + color: #000; } + +/** + * Add the correct font size in all browsers. + */ +small { + font-size: 80%; } + +/** + * Prevent `sub` and `sup` elements from affecting the line height in + * all browsers. + */ +sub, +sup { + font-size: 75%; + line-height: 0; + position: relative; + vertical-align: baseline; } + +sub { + bottom: -0.25em; } + +sup { + top: -0.5em; } + +/* Embedded content + ========================================================================== */ +/** + * Remove the border on images inside links in IE 10-. + */ +img { + border-style: none; } + +/** + * Hide the overflow in IE. + */ +svg:not(:root) { + overflow: hidden; } + +/* Grouping content + ========================================================================== */ +/** + * 1. Correct the inheritance and scaling of font size in all browsers. + * 2. Correct the odd `em` font sizing in all browsers. + */ +code, +kbd, +pre, +samp { + font-family: monospace, monospace; + /* 1 */ + font-size: 1em; + /* 2 */ } + +/** + * Add the correct margin in IE 8. + */ +figure { + margin: 1em 40px; } + +/** + * 1. Add the correct box sizing in Firefox. + * 2. Show the overflow in Edge and IE. + */ +hr { + box-sizing: content-box; + /* 1 */ + height: 0; + /* 1 */ + overflow: visible; + /* 2 */ } + +/* Forms + ========================================================================== */ +/** + * 1. Change font properties to `inherit` in all browsers (opinionated). + * 2. Remove the margin in Firefox and Safari. + */ +button, +input, +select, +textarea { + font: inherit; + /* 1 */ + margin: 0; + /* 2 */ } + +/** + * Restore the font weight unset by the previous rule. + */ +optgroup { + font-weight: bold; } + +/** + * Show the overflow in IE. + * 1. Show the overflow in Edge. + */ +button, +input { + /* 1 */ + overflow: visible; } + +/** + * Remove the inheritance of text transform in Edge, Firefox, and IE. + * 1. Remove the inheritance of text transform in Firefox. + */ +button, +select { + /* 1 */ + text-transform: none; } + +/** + * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video` + * controls in Android 4. + * 2. Correct the inability to style clickable types in iOS and Safari. + */ +button, +html [type="button"], +[type="reset"], +[type="submit"] { + -webkit-appearance: button; + /* 2 */ } + +/** + * Remove the inner border and padding in Firefox. + */ +button::-moz-focus-inner, +[type="button"]::-moz-focus-inner, +[type="reset"]::-moz-focus-inner, +[type="submit"]::-moz-focus-inner { + border-style: none; + padding: 0; } + +/** + * Restore the focus styles unset by the previous rule. + */ +button:-moz-focusring, +[type="button"]:-moz-focusring, +[type="reset"]:-moz-focusring, +[type="submit"]:-moz-focusring { + outline: 1px dotted ButtonText; } + +/** + * Change the border, margin, and padding in all browsers (opinionated). + */ +fieldset { + border: 1px solid #c0c0c0; + margin: 0 2px; + padding: 0.35em 0.625em 0.75em; } + +/** + * 1. Correct the text wrapping in Edge and IE. + * 2. Correct the color inheritance from `fieldset` elements in IE. + * 3. Remove the padding so developers are not caught out when they zero out + * `fieldset` elements in all browsers. + */ +legend { + box-sizing: border-box; + /* 1 */ + color: inherit; + /* 2 */ + display: table; + /* 1 */ + max-width: 100%; + /* 1 */ + padding: 0; + /* 3 */ + white-space: normal; + /* 1 */ } + +/** + * Remove the default vertical scrollbar in IE. + */ +textarea { + overflow: auto; } + +/** + * 1. Add the correct box sizing in IE 10-. + * 2. Remove the padding in IE 10-. + */ +[type="checkbox"], +[type="radio"] { + box-sizing: border-box; + /* 1 */ + padding: 0; + /* 2 */ } + +/** + * Correct the cursor style of increment and decrement buttons in Chrome. + */ +[type="number"]::-webkit-inner-spin-button, +[type="number"]::-webkit-outer-spin-button { + height: auto; } + +/** + * 1. Correct the odd appearance in Chrome and Safari. + * 2. Correct the outline style in Safari. + */ +[type="search"] { + -webkit-appearance: textfield; + /* 1 */ + outline-offset: -2px; + /* 2 */ } + +/** + * Remove the inner padding and cancel buttons in Chrome and Safari on OS X. + */ +[type="search"]::-webkit-search-cancel-button, +[type="search"]::-webkit-search-decoration { + -webkit-appearance: none; } + +/** + * Correct the text style of placeholders in Chrome, Edge, and Safari. + */ +::-webkit-input-placeholder { + color: inherit; + opacity: 0.54; } + +/** + * 1. Correct the inability to style clickable types in iOS and Safari. + * 2. Change font properties to `inherit` in Safari. + */ +::-webkit-file-upload-button { + -webkit-appearance: button; + /* 1 */ + font: inherit; + /* 2 */ } + +/* ----------------------------- */ +/* ==Base (basic styles) */ +/* ----------------------------- */ +/* switching to border-box model for all elements */ +html { + box-sizing: border-box; } + +* { + box-sizing: inherit; } + +html { + /* set base font-size to equiv "10px", which is adapted to rem unit */ + font-size: 62.5%; + /* IE9-IE11 math fixing. See http://bit.ly/1g4X0bX */ + /* thanks to @guardian, @victorbritopro and @eQRoeil */ + font-size: calc(1em * 0.625); } + +body { + font-size: 1.6rem; + background-color: #fff; + color: #000; + font-family: sans-serif; + line-height: 1.5; } + +a { + color: #333; } + a:hover, a:focus, a:active { + color: #000; } + +ul, +ol { + padding-left: 2em; } + +img { + vertical-align: middle; } + +blockquote, +figure { + margin-left: 0; + margin-right: 0; } + +/* font-sizing for content */ +p, +.p-like, +ul, +ol, +dl, +blockquote, +pre, +td, +th, +label, +textarea, +caption, +details, +figure { + margin-top: 0.75em; + margin-bottom: 0; + line-height: 1.5; } + +h1, .h1-like { + font-size: 3.2rem; + font-family: sans-serif; } + +h2, .h2-like { + font-size: 2.8rem; + font-family: sans-serif; } + +h3, .h3-like { + font-size: 2.4rem; } + +h4, .h4-like { + font-size: 2rem; } + +h5, .h5-like { + font-size: 1.8rem; } + +h6, .h6-like { + font-size: 1.6rem; } + +/* alternate font-sizing */ +.smaller { + font-size: 0.6em; } + +.small { + font-size: 0.8em; } + +.big { + font-size: 1.2em; } + +.bigger { + font-size: 1.5em; } + +.biggest { + font-size: 2em; } + +code, +pre, +samp, +kbd { + /* IE fix */ + white-space: pre-line; + white-space: pre-wrap; + font-family: consolas, courier, monospace; + line-height: normal; } + +em, +.italic, +address, +cite, +i, +var { + font-style: italic; } + +/* avoid top margins on first content element */ +p:first-child, +.p-like:first-child, +ul:first-child, +ol:first-child, +dl:first-child, +blockquote:first-child, +pre:first-child, +h1:first-child, +.h1-like:first-child, +h2:first-child, +.h2-like:first-child, +h3:first-child, +.h3-like:first-child, +h4:first-child, +.h4-like:first-child, +h5:first-child, +.h5-like:first-child, +h6:first-child, +.h6-like:first-child { + margin-top: 0; } + +/* avoid margins on nested elements */ +li p, +li .p-like, +li ul, +li ol { + margin-top: 0; + margin-bottom: 0; } + +/* max values */ +img, +table, +td, +blockquote, +code, +pre, +textarea, +input, +video, +svg { + max-width: 100%; } + +img { + height: auto; } + +/* ----------------------------- */ +/* ==Print (quick print reset) */ +/* ----------------------------- */ +@media print { + * { + background: transparent !important; + box-shadow: none !important; + text-shadow: none !important; } + body { + width: auto; + margin: auto; + font-family: serif; + font-size: 12pt; } + p, + .p-like, + h1, + .h1-like, + h2, + .h2-like, + h3, + .h3-like, + h4, + .h4-like, + h5, + .h5-like, + h6, + .h6-like, + blockquote, + ul, + ol { + color: #000; + margin: auto; } + .print { + display: block; } + .no-print { + display: none; } + /* no orphans, no widows */ + p, + .p-like, + blockquote { + orphans: 3; + widows: 3; } + /* no breaks inside these elements */ + blockquote, + ul, + ol { + page-break-inside: avoid; } + /* page break before main headers + h1, + .h1-like { + page-break-before: always; + } + */ + /* no breaks after these elements */ + h1, + .h1-like, + h2, + .h2-like, + h3, + .h3-like, + caption { + page-break-after: avoid; } + a { + color: #000; } + /* displaying URLs + a[href]::after { + content: " (" attr(href) ")"; + } + */ + a[href^="javascript:"]::after, + a[href^="#"]::after { + content: ""; } } + +/* ----------------------------- */ +/* ==Stylings (minor stylings) */ +/* ----------------------------- */ +/* styling elements */ +code, kbd, mark { + border-radius: 2px; } + +kbd { + padding: 0 2px; + border: 1px solid #999; } + +code { + padding: 2px 4px; + background: rgba(0, 0, 0, 0.04); + color: #b11; } + +pre code { + padding: 0; + background: none; + color: inherit; + border-radius: 0; } + +mark { + padding: 2px 4px; } + +sup, +sub { + vertical-align: 0; } + +sup { + bottom: 1ex; } + +sub { + top: 0.5ex; } + +blockquote { + position: relative; + padding-left: 3em; + min-height: 2em; } + +blockquote::before { + content: "\201C"; + position: absolute; + left: 0; + top: 0; + font-family: georgia, serif; + font-size: 5em; + height: .4em; + line-height: .9; + color: rgba(0, 0, 0, 0.3); } + +blockquote > footer { + margin-top: .75em; + font-size: 0.9em; + color: rgba(0, 0, 0, 0.7); } + +blockquote > footer::before { + content: "\2014 \0020"; } + +q { + font-style: normal; } + +q, +.q { + quotes: "“\00a0" "\00a0”"; } + +q:lang(fr), +.q:lang(fr) { + quotes: "«\00a0" "\00a0»"; } + +hr { + display: block; + clear: both; + height: 1px; + margin: 1em 0 2em; + padding: 0; + border: 0; + color: #ccc; + background-color: #ccc; } + +/* tables */ +table, +.table { + border: 1px solid #ccc; } + +caption { + padding: 1rem; + color: #555; + font-style: italic; } + +td, +th { + padding: 0.3em 0.8em; + border: 1px #aaa dotted; + text-align: left; } + +/* ----------------------------- */ +/* ==Misc (skip links, hyphens) */ +/* ----------------------------- */ +/* styling skip links */ +.skip-links { + position: absolute; } + .skip-links a { + position: absolute; + overflow: hidden; + clip: rect(1px, 1px, 1px, 1px); + padding: 0.5em; + background: black; + color: white; + text-decoration: none; } + .skip-links a:focus { + position: static; + overflow: visible; + clip: auto; } + +@media (max-width: 544px) { + /* you shall not pass */ + div, + textarea, + table, + td, + th, + code, + pre, + samp { + word-wrap: break-word; + hyphens: auto; } } + +@media (max-width: 544px) { + .no-wrapping { + word-wrap: normal; + hyphens: manual; } } + +@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { + img[src$=".svg"] { + width: 100%; } } + +/* ----------------------------- */ +/* ==Tables */ +/* ----------------------------- */ +table, +.table { + width: 100%; + max-width: 100%; + table-layout: fixed; + border-collapse: collapse; + vertical-align: top; + margin-bottom: 2rem; } + +.table { + display: table; } + +#recaptcha_table, +.table-auto { + table-layout: auto; } + +td, +th { + vertical-align: top; + min-width: 2rem; + cursor: default; } + +/* ----------------------------- */ +/* ==Forms */ +/* ----------------------------- */ +/* thanks to HTML5boilerplate, +* github.com/nathansmith/formalize and www.sitepen.com +*/ +/* buttons */ +.btn { + display: inline-block; } + +/* forms items */ +form, +fieldset { + border: none; } + +input, +button, +select, +label, +.btn { + font-family: inherit; + font-size: inherit; } + +button, +input, +optgroup, +select, +textarea { + color: #000; } + +label { + vertical-align: middle; + cursor: pointer; } + +legend { + border: 0; + white-space: normal; } + +textarea { + min-height: 5em; + vertical-align: top; + font-family: inherit; + font-size: inherit; + resize: vertical; } + +select { + -webkit-appearance: menulist-button; } + +/* if select styling bugs on WebKit */ +/* select { -webkit-appearance: none; } */ +/* 'x' appears on right of search input when text is entered. This removes it */ +input[type="search"]::-webkit-search-decoration, +input[type="search"]::-webkit-search-cancel-button, +input[type="search"]::-webkit-search-results-button, +input[type="search"]::-webkit-search-results-decoration { + display: none; } + +::-webkit-input-placeholder { + color: #777; } + +input:-moz-placeholder, +textarea:-moz-placeholder { + color: #777; } + +.btn:focus, +input[type="button"]:focus, +button:focus { + -webkit-tap-highlight-color: transparent; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; } + +/* unstyled forms */ +button.unstyled, +input[type="button"].unstyled, +input[type="submit"].unstyled, +input[type="reset"].unstyled { + padding: 0; + border: none; + line-height: 1; + text-align: left; + background: none; + border-radius: 0; + box-shadow: none; + -webkit-appearance: none; + -moz-appearance: none; + appearance: none; } + button.unstyled:focus, + input[type="button"].unstyled:focus, + input[type="submit"].unstyled:focus, + input[type="reset"].unstyled:focus { + box-shadow: none; + outline: none; } + +/* Media object */ +@media (min-width: 545px) { + .o-media { + display: flex; + align-items: flex-start; } + .o-media-content { + flex: 1; + min-width: 0; + /* avoid min-width:auto */ } } + +/* Media variants */ +@media (min-width: 545px) { + .o-media--reverse { + flex-direction: row-reverse; } + .o-media-figure--center { + align-self: center; } } + +/* Autogrid object */ +@media (min-width: 545px) { + [class^="autogrid"], + [class*=" autogrid"] { + display: flex; } + [class^="autogrid"] > *, + [class*=" autogrid"] > * { + flex: 1; + min-width: 0; + /* avoid min-width:auto */ } } + +/* Autogrid variants */ +@media (min-width: 545px) { + .has-gutter > *:not(:first-child) { + margin-left: 1rem; } + [class*="--reverse"] { + flex-direction: row-reverse; } } + +/* ----------------------------- */ +/* ==Global Layout */ +/* ----------------------------- */ +/* module, gains superpower "BFC" Block Formating Context */ +.mod, +.bfc { + overflow: hidden; } + +/* blocks that needs to be placed under floats */ +.clear { + clear: both; } + +/* blocks that must contain floats */ +.clearfix::after { + content: ""; + display: table; + clear: both; + border-collapse: collapse; } + +/* simple blocks alignment */ +.left { + margin-right: auto; } + +.right { + margin-left: auto; } + +.center { + margin-left: auto; + margin-right: auto; } + +/* text and contents alignment */ +.txtleft { + text-align: left; } + +.txtright { + text-align: right; } + +.txtcenter { + text-align: center; } + +/* floating elements */ +.fl { + float: left; } + +img.fl { + margin-right: 1rem; } + +.fr { + float: right; } + +img.fr { + margin-left: 1rem; } + +img.fl, +img.fr { + margin-bottom: 0.5rem; } + +/* inline-block */ +.inbl { + display: inline-block; + vertical-align: top; } + +/* flexbox layout +http://www.alsacreations.com/tuto/lire/1493-css3-flexbox-layout-module.html +*/ +[class*="flex-container"], +.flex-container { + display: flex; + flex-wrap: wrap; } + +.flex-container-h { + flex-direction: row; } + +.flex-container-v { + flex-direction: column; } + +.flex-item-fluid { + flex: 1; + min-width: 0; } + +.flex-item-first, +.item-first { + order: -1; } + +.flex-item-medium, +.item-medium { + order: 0; } + +.flex-item-last, +.item-last { + order: 1; } + +.flex-item-center, +.item-center { + margin: auto; } + +/* ---------------------------------- */ +/* ==Helpers */ +/* ---------------------------------- */ +/* State Helpers */ +/* ------------- */ +/* invisible for all */ +.is-hidden, +[hidden] { + display: none; } + +/* hidden but not for an assistive technology like a screen reader, Yahoo! method */ +.visually-hidden { + position: absolute !important; + border: 0 !important; + height: 1px !important; + width: 1px !important; + padding: 0 !important; + overflow: hidden !important; + clip: rect(0, 0, 0, 0) !important; } + +.is-disabled, +[disabled] { + opacity: 0.5; + pointer-events: none; + cursor: not-allowed; + filter: grayscale(1); } + +ul.is-unstyled, +ul.unstyled { + list-style: none; + padding-left: 0; } + +/* Width Helpers */ +/* ------------- */ +/* blocks widths (percentage and pixels) */ +.w10 { + width: 10%; } + +.w20 { + width: 20%; } + +.w25 { + width: 25%; } + +.w30 { + width: 30%; } + +.w33 { + width: 33.3333%; } + +.w40 { + width: 40%; } + +.w50 { + width: 50%; } + +.w60 { + width: 60%; } + +.w66 { + width: 66.6666%; } + +.w70 { + width: 70%; } + +.w75 { + width: 75%; } + +.w80 { + width: 80%; } + +.w90 { + width: 90%; } + +.w100 { + width: 100%; } + +.w50p { + width: 50px; } + +.w100p { + width: 100px; } + +.w150p { + width: 150px; } + +.w200p { + width: 200px; } + +.w300p { + width: 300px; } + +@media (min-width: 401px) { + .w400p { + width: 400px; } + .w500p { + width: 500px; } + .w600p { + width: 600px; } } + +@media (min-width: 701px) { + .w700p { + width: 700px; } + .w800p { + width: 800px; } } + +@media (min-width: 961px) { + .w960p { + width: 960px; } + .mw960p { + max-width: 960px; } + .w1140p { + width: 1140px; } + .mw1140p { + max-width: 1140px; } } + +.wauto { + width: auto; } + +/* Spacing Helpers */ +/* --------------- */ +.man, +.ma0 { + margin: 0; } + +.pan, +.pa0 { + padding: 0; } + +.mas { + margin: 1rem; } + +.mam { + margin: 2rem; } + +.mal { + margin: 4rem; } + +.pas { + padding: 1rem; } + +.pam { + padding: 2rem; } + +.pal { + padding: 4rem; } + +.mtn, +.mt0 { + margin-top: 0; } + +.mts { + margin-top: 1rem; } + +.mtm { + margin-top: 2rem; } + +.mtl { + margin-top: 4rem; } + +.mrn, +.mr0 { + margin-right: 0; } + +.mrs { + margin-right: 1rem; } + +.mrm { + margin-right: 2rem; } + +.mrl { + margin-right: 4rem; } + +.mbn, +.mb0 { + margin-bottom: 0; } + +.mbs { + margin-bottom: 1rem; } + +.mbm { + margin-bottom: 2rem; } + +.mbl { + margin-bottom: 4rem; } + +.mln, +.ml0 { + margin-left: 0; } + +.mls { + margin-left: 1rem; } + +.mlm { + margin-left: 2rem; } + +.mll { + margin-left: 4rem; } + +.mauto { + margin: auto; } + +.mtauto { + margin-top: auto; } + +.mrauto { + margin-right: auto; } + +.mbauto { + margin-bottom: auto; } + +.mlauto { + margin-left: auto; } + +.ptn, +.pt0 { + padding-top: 0; } + +.pts { + padding-top: 1rem; } + +.ptm { + padding-top: 2rem; } + +.ptl { + padding-top: 4rem; } + +.prn, +.pr0 { + padding-right: 0; } + +.prs { + padding-right: 1rem; } + +.prm { + padding-right: 2rem; } + +.prl { + padding-right: 4rem; } + +.pbn, +.pb0 { + padding-bottom: 0; } + +.pbs { + padding-bottom: 1rem; } + +.pbm { + padding-bottom: 2rem; } + +.pbl { + padding-bottom: 4rem; } + +.pln, +.pl0 { + padding-left: 0; } + +.pls { + padding-left: 1rem; } + +.plm { + padding-left: 2rem; } + +.pll { + padding-left: 4rem; } + +/* -------------------------- */ +/* ==Responsive helpers */ +/* -------------------------- */ +/* large screens */ +/* ------------- */ +@media (min-width: 1025px) { + /* layouts for large screens */ + .large-hidden { + display: none !important; } + .large-visible { + display: block !important; } + .large-no-float { + float: none; } + .large-inbl { + display: inline-block; + float: none; + vertical-align: top; } + /* widths for large screens */ + .large-w25 { + width: 25% !important; } + .large-w33 { + width: 33.333333% !important; } + .large-w50 { + width: 50% !important; } + .large-w66 { + width: 66.666666% !important; } + .large-w75 { + width: 75% !important; } + .large-w100, + .large-wauto { + display: block !important; + float: none !important; + clear: none !important; + width: auto !important; + margin-left: 0 !important; + margin-right: 0 !important; + border: 0; } + /* margins for large screens */ + .large-man, + .large-ma0 { + margin: 0 !important; } } + +/* medium screens */ +/* -------------- */ +@media (min-width: 769px) and (max-width: 1200px) { + /* layouts for medium screens */ + .medium-hidden { + display: none !important; } + .medium-visible { + display: block !important; } + .medium-no-float { + float: none; } + .medium-inbl { + display: inline-block; + float: none; + vertical-align: top; } + /* widths for medium screens */ + .medium-w25 { + width: 25% !important; } + .medium-w33 { + width: 33.333333% !important; } + .medium-w50 { + width: 50% !important; } + .medium-w66 { + width: 66.666666% !important; } + .medium-w75 { + width: 75% !important; } + .medium-w100, + .medium-wauto { + display: block !important; + float: none !important; + clear: none !important; + width: auto !important; + margin-left: 0 !important; + margin-right: 0 !important; + border: 0; } + /* margins for medium screens */ + .medium-man, + .medium-ma0 { + margin: 0 !important; } } + +/* small screens */ +/* ------------- */ +@media (min-width: 545px) and (max-width: 768px) { + /* layouts for small screens */ + .small-hidden { + display: none !important; } + .small-visible { + display: block !important; } + .small-no-float { + float: none; } + .small-inbl { + display: inline-block; + float: none; + vertical-align: top; } + /* widths for small screens */ + .small-w25 { + width: 25% !important; } + .small-w33 { + width: 33.333333% !important; } + .small-w50 { + width: 50% !important; } + .small-w66 { + width: 66.666666% !important; } + .small-w75 { + width: 75% !important; } + .small-w100, + .small-wauto { + display: block !important; + float: none !important; + clear: none !important; + width: auto !important; + margin-left: 0 !important; + margin-right: 0 !important; + border: 0; } + /* margins for small screens */ + .small-man, + .small-ma0 { + margin: 0 !important; } + .small-pan, + .small-pa0 { + padding: 0 !important; } } + +/* tiny screens */ +/* ------------ */ +@media (max-width: 544px) { + /* quick small resolution reset */ + .mod, + .col, + fieldset { + display: block !important; + float: none !important; + clear: none !important; + width: auto !important; + margin-left: 0 !important; + margin-right: 0 !important; + border: 0; } + .flex-container { + flex-direction: column; } + /* layouts for tiny screens */ + .tiny-hidden { + display: none !important; } + .tiny-visible { + display: block !important; } + .tiny-no-float { + float: none; } + .tiny-inbl { + display: inline-block; + float: none; + vertical-align: top; } + /* widths for tiny screens */ + .tiny-w25 { + width: 25% !important; } + .tiny-w33 { + width: 33.333333% !important; } + .tiny-w50 { + width: 50% !important; } + .tiny-w66 { + width: 66.666666% !important; } + .tiny-w75 { + width: 75% !important; } + .tiny-w100, + .tiny-wauto { + display: block !important; + float: none !important; + clear: none !important; + width: auto !important; + margin-left: 0 !important; + margin-right: 0 !important; + border: 0; } + /* margins for tiny screens */ + .tiny-man, + .tiny-ma0 { + margin: 0 !important; } + .tiny-pan, + .tiny-pa0 { + padding: 0 !important; } } + +/* ---------------------------------- */ +/* ==Grillade : Simple Grid System */ +/* ---------------------------------- */ +/* Doc : http://grillade.knacss.com */ +@media (min-width: 545px) { + [class*=" grid-"], + [class^="grid-"] { + display: flex; + flex-direction: row; + flex-wrap: wrap; } + [class*=" grid-"] > *, + [class^="grid-"] > * { + box-sizing: border-box; + min-width: 0; + min-height: 0; } } + +@media (min-width: 545px) { + .grid { + display: flex; } + .grid > * { + flex: 1 1 0; + box-sizing: border-box; + min-width: 0; + min-height: 0; } + .grid.has-gutter > * + * { + margin-left: calc(1rem - 0.01px); } + .grid.has-gutter-l > * + * { + margin-left: calc(2rem - 0.01px); } + .grid.has-gutter-xl > * + * { + margin-left: calc(4rem - 0.01px); } } + +@media (min-width: 545px) { + [class*="grid-2"] > * { + width: calc(100% / 2 - 0.01px); } + [class*="grid-2"].has-gutter { + margin-right: -0.5rem; + margin-left: -0.5rem; } + [class*="grid-2"].has-gutter > * { + width: calc(100% / 2 - 1rem - 0.01px); + margin-right: 0.5rem; + margin-left: 0.5rem; } + [class*="grid-2"].has-gutter-l { + margin-right: -1rem; + margin-left: -1rem; } + [class*="grid-2"].has-gutter-l > * { + width: calc(100% / 2 - 2rem - 0.01px); + margin-right: 1rem; + margin-left: 1rem; } + [class*="grid-2"].has-gutter-xl { + margin-right: -2rem; + margin-left: -2rem; } + [class*="grid-2"].has-gutter-xl > * { + width: calc(100% / 2 - 4rem - 0.01px); + margin-right: 2rem; + margin-left: 2rem; } + [class*="grid-3"] > * { + width: calc(100% / 3 - 0.01px); } + [class*="grid-3"].has-gutter { + margin-right: -0.5rem; + margin-left: -0.5rem; } + [class*="grid-3"].has-gutter > * { + width: calc(100% / 3 - 1rem - 0.01px); + margin-right: 0.5rem; + margin-left: 0.5rem; } + [class*="grid-3"].has-gutter-l { + margin-right: -1rem; + margin-left: -1rem; } + [class*="grid-3"].has-gutter-l > * { + width: calc(100% / 3 - 2rem - 0.01px); + margin-right: 1rem; + margin-left: 1rem; } + [class*="grid-3"].has-gutter-xl { + margin-right: -2rem; + margin-left: -2rem; } + [class*="grid-3"].has-gutter-xl > * { + width: calc(100% / 3 - 4rem - 0.01px); + margin-right: 2rem; + margin-left: 2rem; } + [class*="grid-4"] > * { + width: calc(100% / 4 - 0.01px); } + [class*="grid-4"].has-gutter { + margin-right: -0.5rem; + margin-left: -0.5rem; } + [class*="grid-4"].has-gutter > * { + width: calc(100% / 4 - 1rem - 0.01px); + margin-right: 0.5rem; + margin-left: 0.5rem; } + [class*="grid-4"].has-gutter-l { + margin-right: -1rem; + margin-left: -1rem; } + [class*="grid-4"].has-gutter-l > * { + width: calc(100% / 4 - 2rem - 0.01px); + margin-right: 1rem; + margin-left: 1rem; } + [class*="grid-4"].has-gutter-xl { + margin-right: -2rem; + margin-left: -2rem; } + [class*="grid-4"].has-gutter-xl > * { + width: calc(100% / 4 - 4rem - 0.01px); + margin-right: 2rem; + margin-left: 2rem; } + [class*="grid-5"] > * { + width: calc(100% / 5 - 0.01px); } + [class*="grid-5"].has-gutter { + margin-right: -0.5rem; + margin-left: -0.5rem; } + [class*="grid-5"].has-gutter > * { + width: calc(100% / 5 - 1rem - 0.01px); + margin-right: 0.5rem; + margin-left: 0.5rem; } + [class*="grid-5"].has-gutter-l { + margin-right: -1rem; + margin-left: -1rem; } + [class*="grid-5"].has-gutter-l > * { + width: calc(100% / 5 - 2rem - 0.01px); + margin-right: 1rem; + margin-left: 1rem; } + [class*="grid-5"].has-gutter-xl { + margin-right: -2rem; + margin-left: -2rem; } + [class*="grid-5"].has-gutter-xl > * { + width: calc(100% / 5 - 4rem - 0.01px); + margin-right: 2rem; + margin-left: 2rem; } + [class*="grid-6"] > * { + width: calc(100% / 6 - 0.01px); } + [class*="grid-6"].has-gutter { + margin-right: -0.5rem; + margin-left: -0.5rem; } + [class*="grid-6"].has-gutter > * { + width: calc(100% / 6 - 1rem - 0.01px); + margin-right: 0.5rem; + margin-left: 0.5rem; } + [class*="grid-6"].has-gutter-l { + margin-right: -1rem; + margin-left: -1rem; } + [class*="grid-6"].has-gutter-l > * { + width: calc(100% / 6 - 2rem - 0.01px); + margin-right: 1rem; + margin-left: 1rem; } + [class*="grid-6"].has-gutter-xl { + margin-right: -2rem; + margin-left: -2rem; } + [class*="grid-6"].has-gutter-xl > * { + width: calc(100% / 6 - 4rem - 0.01px); + margin-right: 2rem; + margin-left: 2rem; } + [class*="grid-7"] > * { + width: calc(100% / 7 - 0.01px); } + [class*="grid-7"].has-gutter { + margin-right: -0.5rem; + margin-left: -0.5rem; } + [class*="grid-7"].has-gutter > * { + width: calc(100% / 7 - 1rem - 0.01px); + margin-right: 0.5rem; + margin-left: 0.5rem; } + [class*="grid-7"].has-gutter-l { + margin-right: -1rem; + margin-left: -1rem; } + [class*="grid-7"].has-gutter-l > * { + width: calc(100% / 7 - 2rem - 0.01px); + margin-right: 1rem; + margin-left: 1rem; } + [class*="grid-7"].has-gutter-xl { + margin-right: -2rem; + margin-left: -2rem; } + [class*="grid-7"].has-gutter-xl > * { + width: calc(100% / 7 - 4rem - 0.01px); + margin-right: 2rem; + margin-left: 2rem; } + [class*="grid-8"] > * { + width: calc(100% / 8 - 0.01px); } + [class*="grid-8"].has-gutter { + margin-right: -0.5rem; + margin-left: -0.5rem; } + [class*="grid-8"].has-gutter > * { + width: calc(100% / 8 - 1rem - 0.01px); + margin-right: 0.5rem; + margin-left: 0.5rem; } + [class*="grid-8"].has-gutter-l { + margin-right: -1rem; + margin-left: -1rem; } + [class*="grid-8"].has-gutter-l > * { + width: calc(100% / 8 - 2rem - 0.01px); + margin-right: 1rem; + margin-left: 1rem; } + [class*="grid-8"].has-gutter-xl { + margin-right: -2rem; + margin-left: -2rem; } + [class*="grid-8"].has-gutter-xl > * { + width: calc(100% / 8 - 4rem - 0.01px); + margin-right: 2rem; + margin-left: 2rem; } + [class*="grid-9"] > * { + width: calc(100% / 9 - 0.01px); } + [class*="grid-9"].has-gutter { + margin-right: -0.5rem; + margin-left: -0.5rem; } + [class*="grid-9"].has-gutter > * { + width: calc(100% / 9 - 1rem - 0.01px); + margin-right: 0.5rem; + margin-left: 0.5rem; } + [class*="grid-9"].has-gutter-l { + margin-right: -1rem; + margin-left: -1rem; } + [class*="grid-9"].has-gutter-l > * { + width: calc(100% / 9 - 2rem - 0.01px); + margin-right: 1rem; + margin-left: 1rem; } + [class*="grid-9"].has-gutter-xl { + margin-right: -2rem; + margin-left: -2rem; } + [class*="grid-9"].has-gutter-xl > * { + width: calc(100% / 9 - 4rem - 0.01px); + margin-right: 2rem; + margin-left: 2rem; } + [class*="grid-10"] > * { + width: calc(100% / 10 - 0.01px); } + [class*="grid-10"].has-gutter { + margin-right: -0.5rem; + margin-left: -0.5rem; } + [class*="grid-10"].has-gutter > * { + width: calc(100% / 10 - 1rem - 0.01px); + margin-right: 0.5rem; + margin-left: 0.5rem; } + [class*="grid-10"].has-gutter-l { + margin-right: -1rem; + margin-left: -1rem; } + [class*="grid-10"].has-gutter-l > * { + width: calc(100% / 10 - 2rem - 0.01px); + margin-right: 1rem; + margin-left: 1rem; } + [class*="grid-10"].has-gutter-xl { + margin-right: -2rem; + margin-left: -2rem; } + [class*="grid-10"].has-gutter-xl > * { + width: calc(100% / 10 - 4rem - 0.01px); + margin-right: 2rem; + margin-left: 2rem; } + [class*="grid-11"] > * { + width: calc(100% / 11 - 0.01px); } + [class*="grid-11"].has-gutter { + margin-right: -0.5rem; + margin-left: -0.5rem; } + [class*="grid-11"].has-gutter > * { + width: calc(100% / 11 - 1rem - 0.01px); + margin-right: 0.5rem; + margin-left: 0.5rem; } + [class*="grid-11"].has-gutter-l { + margin-right: -1rem; + margin-left: -1rem; } + [class*="grid-11"].has-gutter-l > * { + width: calc(100% / 11 - 2rem - 0.01px); + margin-right: 1rem; + margin-left: 1rem; } + [class*="grid-11"].has-gutter-xl { + margin-right: -2rem; + margin-left: -2rem; } + [class*="grid-11"].has-gutter-xl > * { + width: calc(100% / 11 - 4rem - 0.01px); + margin-right: 2rem; + margin-left: 2rem; } + [class*="grid-12"] > * { + width: calc(100% / 12 - 0.01px); } + [class*="grid-12"].has-gutter { + margin-right: -0.5rem; + margin-left: -0.5rem; } + [class*="grid-12"].has-gutter > * { + width: calc(100% / 12 - 1rem - 0.01px); + margin-right: 0.5rem; + margin-left: 0.5rem; } + [class*="grid-12"].has-gutter-l { + margin-right: -1rem; + margin-left: -1rem; } + [class*="grid-12"].has-gutter-l > * { + width: calc(100% / 12 - 2rem - 0.01px); + margin-right: 1rem; + margin-left: 1rem; } + [class*="grid-12"].has-gutter-xl { + margin-right: -2rem; + margin-left: -2rem; } + [class*="grid-12"].has-gutter-xl > * { + width: calc(100% / 12 - 4rem - 0.01px); + margin-right: 2rem; + margin-left: 2rem; } } + +.push { + margin-left: auto !important; } + +.pull { + margin-right: auto !important; } + +.item-first { + order: -1; } + +.item-last { + order: 1; } + +[class*="--reverse"] { + flex-direction: row-reverse; } + +@media (min-width: 545px) { + .full { + flex: 0 0 auto; + width: calc(100% / 1 - 0.01px); } + .has-gutter .full { + width: calc(100% / 1 - 1rem - 0.01px); } + .has-gutter-l .full { + width: calc(100% / 1 - 2rem - 0.01px); } + .has-gutter-xl .full { + width: calc(100% / 1 - 4rem - 0.01px); } + .one-half { + flex: 0 0 auto; + width: calc(100% / 2 - 0.01px); } + .has-gutter .one-half { + width: calc(100% / 2 - 1rem - 0.01px); } + .has-gutter-l .one-half { + width: calc(100% / 2 - 2rem - 0.01px); } + .has-gutter-xl .one-half { + width: calc(100% / 2 - 4rem - 0.01px); } + .one-third { + flex: 0 0 auto; + width: calc(100% / 3 - 0.01px); } + .has-gutter .one-third { + width: calc(100% / 3 - 1rem - 0.01px); } + .has-gutter-l .one-third { + width: calc(100% / 3 - 2rem - 0.01px); } + .has-gutter-xl .one-third { + width: calc(100% / 3 - 4rem - 0.01px); } + .one-quarter { + flex: 0 0 auto; + width: calc(100% / 4 - 0.01px); } + .has-gutter .one-quarter { + width: calc(100% / 4 - 1rem - 0.01px); } + .has-gutter-l .one-quarter { + width: calc(100% / 4 - 2rem - 0.01px); } + .has-gutter-xl .one-quarter { + width: calc(100% / 4 - 4rem - 0.01px); } + .one-fifth { + flex: 0 0 auto; + width: calc(100% / 5 - 0.01px); } + .has-gutter .one-fifth { + width: calc(100% / 5 - 1rem - 0.01px); } + .has-gutter-l .one-fifth { + width: calc(100% / 5 - 2rem - 0.01px); } + .has-gutter-xl .one-fifth { + width: calc(100% / 5 - 4rem - 0.01px); } + .one-sixth { + flex: 0 0 auto; + width: calc(100% / 6 - 0.01px); } + .has-gutter .one-sixth { + width: calc(100% / 6 - 1rem - 0.01px); } + .has-gutter-l .one-sixth { + width: calc(100% / 6 - 2rem - 0.01px); } + .has-gutter-xl .one-sixth { + width: calc(100% / 6 - 4rem - 0.01px); } + .two-thirds { + flex: 0 0 auto; + width: calc(100% / 3 * 2 - 0.01px); } + .has-gutter .two-thirds { + width: calc(100% / 3 * 2 - 1rem - 0.01px); } + .has-gutter-l .two-thirds { + width: calc(100% / 3 * 2 - 2rem - 0.01px); } + .has-gutter-xl .two-thirds { + width: calc(100% / 3 * 2 - 4rem - 0.01px); } + .three-quarters { + flex: 0 0 auto; + width: calc(100% / 4 * 3 - 0.01px); } + .has-gutter .three-quarters { + width: calc(100% / 4 * 3 - 1rem - 0.01px); } + .has-gutter-l .three-quarters { + width: calc(100% / 4 * 3 - 2rem - 0.01px); } + .has-gutter-xl .three-quarters { + width: calc(100% / 4 * 3 - 4rem - 0.01px); } + .five-sixths { + flex: 0 0 auto; + width: calc(100% / 6 * 5 - 0.01px); } + .has-gutter .five-sixths { + width: calc(100% / 6 * 5 - 1rem - 0.01px); } + .has-gutter-l .five-sixths { + width: calc(100% / 6 * 5 - 2rem - 0.01px); } + .has-gutter-xl .five-sixths { + width: calc(100% / 6 * 5 - 4rem - 0.01px); } } + +/* Responsive Small Breakpoint */ +@media (min-width: 545px) and (max-width: 768px) { + [class*="-small-1"] > * { + width: calc(100% / 1 - 0.01px); } + [class*="-small-1"].has-gutter > * { + width: calc(100% / 1 - 1rem - 0.01px); } + [class*="-small-1"].has-gutter-l > * { + width: calc(100% / 1 - 2rem - 0.01px); } + [class*="-small-1"].has-gutter-xl > * { + width: calc(100% / 1 - 4rem - 0.01px); } + [class*="-small-2"] > * { + width: calc(100% / 2 - 0.01px); } + [class*="-small-2"].has-gutter > * { + width: calc(100% / 2 - 1rem - 0.01px); } + [class*="-small-2"].has-gutter-l > * { + width: calc(100% / 2 - 2rem - 0.01px); } + [class*="-small-2"].has-gutter-xl > * { + width: calc(100% / 2 - 4rem - 0.01px); } + [class*="-small-3"] > * { + width: calc(100% / 3 - 0.01px); } + [class*="-small-3"].has-gutter > * { + width: calc(100% / 3 - 1rem - 0.01px); } + [class*="-small-3"].has-gutter-l > * { + width: calc(100% / 3 - 2rem - 0.01px); } + [class*="-small-3"].has-gutter-xl > * { + width: calc(100% / 3 - 4rem - 0.01px); } + [class*="-small-4"] > * { + width: calc(100% / 4 - 0.01px); } + [class*="-small-4"].has-gutter > * { + width: calc(100% / 4 - 1rem - 0.01px); } + [class*="-small-4"].has-gutter-l > * { + width: calc(100% / 4 - 2rem - 0.01px); } + [class*="-small-4"].has-gutter-xl > * { + width: calc(100% / 4 - 4rem - 0.01px); } } + +/* ----------------------------- */ +/* ==Own stylesheet */ +/* ----------------------------- */ +/* Here should go your own CSS styles */ +body { + background-color: #dbf8b1; } + +a { + color: #920; + text-decoration: underline; } + +a:hover { + color: #c50; + text-decoration: none; } + +a:visited { + color: #710; + text-decoration: none; } + +h3.spip { + margin-top: 1.5em; + margin-bottom: 0.5em; + border-bottom: 1px #555 solid; } + +h4.spip { + margin-top: 1.5em; } + +ul.spip, ol.spip { + margin-left: 0; } + +div.spip_code { + margin-bottom: 0; } + +header { + background: white url("../images/fond_entete-x.png") repeat-x top; } + header .header { + background: transparent url("../images/fond_entete.png") no-repeat top left; + height: 180px; } + header .header .spip_logo_site { + margin: 0; + padding: 1em 0; + font-size: 3em; + font-style: italic; + text-align: right; } + @media screen and (max-width: 768px) { + header .header .spip_logo_site { + text-align: center; + font-size: 2em; } } + header .header .spip_logo_site img { + margin: 0; + padding: 30px 30px 0 20px; } + header #mobile-header { + margin: 0 0.5em; + padding: 0.5em 0; } + header #mobile-header .btn { + border-radius: 0.5em; + border: 1px #AAA solid; + display: inline-block; + padding-right: 0.5em; } + header #mobile-header .btn #lines { + border-bottom: 14px double #AAA; + border-top: 5px solid #AAA; + content: " "; + height: 23px; + margin: 4px; + width: 23px; + display: inline-block; + vertical-align: middle; } + header #mobile-header a, header #mobile-header a:visited, header #mobile-header a:focus { + color: #333; + text-decoration: none; } + header nav { + background-color: white; } + header nav .menu-liste { + text-align: center; } + header nav .menu-liste .item { + display: inline-block; + margin: 0.25em; + padding: 0; } + header nav .menu-liste .item a { + position: relative; + display: inline-block; + margin: 15px 0px; + outline: none; + text-decoration: none; + letter-spacing: 1px; + font-weight: 400; + text-shadow: 0 0 1px rgba(255, 255, 255, 0.3); + color: rgba(0, 0, 0, 0.5); + padding: 0.25em 1em; } + header nav .menu-liste .item a:visited { + color: rgba(0, 0, 0, 0.6); } + header nav .menu-liste .item a:hover { + border-radius: 0.25em; + background-color: #EEFF88; } + header nav .menu-liste .on a { + background-color: #F1FFCC; } + +.main { + background-color: white; } + .main .arbo { + display: none; } + .main .info-publi { + display: none; } + .main .cartouche { + display: none; } + +div.footer { + font-size: 0.9em; } + div.footer a, div.footer a:focus, div.footer a:visited { + color: #666; } + +@media screen and (min-width: 769px) { + .when-portrait-up-hidden { + display: none; } } + +@media screen and (max-width: 768px) { + .when-portrait-down-hidden { + display: none; } } + +.sidr a { + color: #333; + padding: 0.5em 1em; + width: calc("100% - 2em"); + border-bottom: 1px solid #CCC; + display: block; + text-decoration: none; } + +.sidr a:hover { + background: #FFF; } + +.sidr { + display: block; + position: fixed; + top: 0; + height: 100%; + z-index: 999999; + width: 260px; + overflow-x: hidden; + overflow-y: auto; + font-family: "lucida grande", tahoma, verdana, arial, sans-serif; + font-size: 15px; + background: #f8f8f8; + color: #333; + box-shadow: 0 0 5px 5px #ebebeb inset; } + +.sidr .sidr-inner { + padding: 0 0 15px; } + +.sidr .sidr-inner > p { + margin-left: 15px; + margin-right: 15px; } + +.sidr.right { + left: auto; + right: -260px; } + +.sidr.left { + left: -260px; + right: auto; } + +.sidr h1, +.sidr h2, +.sidr h3, +.sidr h4, +.sidr h5, +.sidr h6 { + background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2RmZGZkZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA=="); + background-size: 100%; + background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #dfdfdf)); + background-image: -moz-linear-gradient(#ffffff, #dfdfdf); + background-image: -webkit-linear-gradient(#ffffff, #dfdfdf); + background-image: linear-gradient(#ffffff, #dfdfdf); + font-size: 11px; + font-weight: normal; + padding: 0 15px; + margin: 0 0 5px; + color: #333; + line-height: 24px; + box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.2); } + +.sidr p { + font-size: 13px; + margin: 0 0 12px; } + +.sidr p a { + color: rgba(51, 51, 51, 0.9); } + +.sidr > p { + margin-left: 15px; + margin-right: 15px; } + +.sidr ul { + display: block; + margin: 0 0 15px; + padding: 0; + border-top: 1px solid #dfdfdf; + border-bottom: 1px solid white; } + +.sidr ul li { + display: block; + margin: 0; + line-height: 48px; + border-top: 1px solid white; + border-bottom: 1px solid #dfdfdf; } + +.sidr ul li:hover, .sidr ul li.active, .sidr ul li.sidr-class-active { + border-top: 0; + line-height: 49px; } + +.sidr ul li:hover > a, +.sidr ul li:hover > span, .sidr ul li.active > a, +.sidr ul li.active > span, .sidr ul li.sidr-class-active > a, +.sidr ul li.sidr-class-active > span { + box-shadow: 0 0 15px 3px #ebebeb inset; } + +.sidr ul li a, +.sidr ul li span { + padding: 0 15px; + display: block; + text-decoration: none; + color: #333; } + +.sidr ul li ul { + border-bottom: 0; + margin: 0; } + +.sidr ul li ul li { + line-height: 40px; + font-size: 13px; } + +.sidr ul li ul li:last-child { + border-bottom: 0; } + +.sidr ul li ul li:hover, .sidr ul li ul li.active, .sidr ul li ul li.sidr-class-active { + border-top: 0; + line-height: 41px; } + +.sidr ul li ul li:hover > a, +.sidr ul li ul li:hover > span, .sidr ul li ul li.active > a, +.sidr ul li ul li.active > span, .sidr ul li ul li.sidr-class-active > a, +.sidr ul li ul li.sidr-class-active > span { + box-shadow: 0 0 15px 3px #ebebeb inset; } + +.sidr ul li ul li a, +.sidr ul li ul li span { + color: rgba(51, 51, 51, 0.8); + padding-left: 30px; } + +.sidr form { + margin: 0 15px; } + +.sidr label { + font-size: 13px; } + +.sidr input[type="text"], +.sidr input[type="password"], +.sidr input[type="date"], +.sidr input[type="datetime"], +.sidr input[type="email"], +.sidr input[type="number"], +.sidr input[type="search"], +.sidr input[type="tel"], +.sidr input[type="time"], +.sidr input[type="url"], +.sidr textarea, +.sidr select { + width: 100%; + font-size: 13px; + padding: 5px; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + margin: 0 0 10px; + border-radius: 2px; + border: 0; + background: rgba(0, 0, 0, 0.1); + color: rgba(51, 51, 51, 0.6); + display: block; + clear: both; } + +.sidr input[type=checkbox] { + width: auto; + display: inline; + clear: none; } + +.sidr input[type=button], +.sidr input[type=submit] { + color: #f8f8f8; + background: #333; } + +.sidr input[type=button]:hover, +.sidr input[type=submit]:hover { + background: rgba(51, 51, 51, 0.9); } diff --git a/images/fond_entete-x.png b/images/fond_entete-x.png new file mode 100644 index 0000000000000000000000000000000000000000..60bcbb26f5e7294f6b8abd2bb4c43fef147f5ec7 GIT binary patch literal 603 zcmV-h0;K(kP)Pp13R4$aDW3G-~b0WzyaP5*joD#5r~l?- zFN0!RgK_1yj;|Rg2CB@svo(k2aiPyi1`V~T%v=*$Lv}k*K<>IVUgn1Thu(c-9wG>7 z%no#CYXMERPuW^ndPCw3v;xV6?gHd)II>-ezu`zQfB7R`B+m1&1Hm@sQ2Y7)nwrC{ p-{`@dlnCc|$3GDcaDe{;{s7&!ja@rOp_u>x002ovPDHLkV1hy``6~bb literal 0 HcmV?d00001 diff --git a/images/fond_entete.png b/images/fond_entete.png new file mode 100644 index 0000000000000000000000000000000000000000..6bf4f865ccda605714f9ee9e591bfe07af1b8611 GIT binary patch literal 46254 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 V43FmU*Axc)Q;<=Su8=ed{6D=M;~@Y5 literal 0 HcmV?d00001 diff --git a/inclure/footer.html b/inclure/footer.html new file mode 100755 index 0000000..94bcc27 --- /dev/null +++ b/inclure/footer.html @@ -0,0 +1,10 @@ +

+[] \ No newline at end of file diff --git a/inclure/head.html b/inclure/head.html new file mode 100755 index 0000000..48dfbd5 --- /dev/null +++ b/inclure/head.html @@ -0,0 +1,64 @@ +[(#REM) +Head standard de toutes les pages ; +les elements specifiques (title, description) figurent dans chaque squelette + +] + + + +[(#REM) Lien vers le flux RSS du site ] +[] + +[(#REM) +On appelle les feuilles de style +dans l'ordre de la methode daisy http://daisy.tetue.net/img/daisy-nomenclature.png + +1. Base CSS http://tinytypo.tetue.net/ ] +[] + + +[(#REM) 2. Style SPIP et ses plugins ] +[] +#INSERT_HEAD_CSS + +[(#REM) 3. Vos feuilles de style pour l'habillage du site a) theme, b) variante, c) specifique ] +[] + +[(#REM) +Balise permettant aux plugins d'inserer des appels javascript ; +4. C'est ici que SPIP va inserer l'appel de la librairie jQuery +5. Et appeler a la fin compacte_head pour agreger et compacter tout le head dans des fichiers statiques si l'option est cochee dans Configuration +] +#INSERT_HEAD + +[(#REM) 6. Vos scripts ] +[] + +[(#REM) Fierement fabrique avec SPIP ] + + +[(#REM) Favicon ] +[ +[]] + +[(#REM) meta robots ] +[] + + + + + + + + \ No newline at end of file diff --git a/inclure/header.html b/inclure/header.html new file mode 100755 index 0000000..24449f2 --- /dev/null +++ b/inclure/header.html @@ -0,0 +1,10 @@ +
+ + [(#ENV{home,'non'}|=={oui}|?{ +

#NOM_SITE_SPIP[(#LOGO_SITE_SPIP|image_reduire{150,150})]

+ , + [(#LOGO_SITE_SPIP + |image_reduire{224,96})]#NOM_SITE_SPIP + })][

(#SLOGAN_SITE_SPIP)

] + +
diff --git a/inclure/nav.html b/inclure/nav.html new file mode 100755 index 0000000..05d1831 --- /dev/null +++ b/inclure/nav.html @@ -0,0 +1,9 @@ +
+ +
Menu
+
+[] diff --git a/js/script.js b/js/script.js new file mode 100755 index 0000000..d89053a --- /dev/null +++ b/js/script.js @@ -0,0 +1 @@ +$(document).ready(function(){$("nav#nav a").each(function(){$(this).attr("data-hover",$(this).text())}),$("#responsive-menu-button").sidr({name:"sidr-main",source:"#nav ul"})}); \ No newline at end of file diff --git a/js/scripts_footer.js b/js/scripts_footer.js new file mode 100644 index 0000000..5b5f771 --- /dev/null +++ b/js/scripts_footer.js @@ -0,0 +1 @@ +!function(){"use strict";function e(e,n,t){var i=new f(n);switch(e){case"open":i.open(t);break;case"close":i.close(t);break;case"toggle":i.toggle(t);break;default:m.error("Method "+e+" does not exist on jQuery.sidr")}}function n(e){return"status"===e?d:b[e]?b[e].apply(this,Array.prototype.slice.call(arguments,1)):"function"!=typeof e&&"string"!=typeof e&&e?void y.error("Method "+e+" does not exist on jQuery.sidr"):b.toggle.apply(this,arguments)}function t(e,n){if("function"==typeof n.source){var t=n.source(name);e.html(t)}else if("string"==typeof n.source&&r.isUrl(n.source))C.get(n.source,function(n){e.html(n)});else if("string"==typeof n.source){var i="",o=n.source.split(",");if(C.each(o,function(e,n){i+='
'+C(n).html()+"
"}),n.renaming){var s=C("
").html(i);s.find("*").each(function(e,n){var t=C(n);r.addPrefixes(t)}),i=s.html()}e.html(i)}else null!==n.source&&C.error("Invalid Sidr Source");return e}function i(e){var i=r.transitions,o=C.extend({name:"sidr",speed:200,side:"left",source:null,renaming:!0,body:"body",displace:!0,timing:"ease",method:"toggle",bind:"touchstart click",onOpen:function(){},onClose:function(){},onOpenEnd:function(){},onCloseEnd:function(){}},e),s=o.name,a=C("#"+s);return 0===a.length&&(a=C("
").attr("id",s).appendTo(C("body"))),i.supported&&a.css(i.property,o.side+" "+o.speed/1e3+"s "+o.timing),a.addClass("sidr").addClass(o.side).data({speed:o.speed,side:o.side,body:o.body,displace:o.displace,timing:o.timing,method:o.method,onOpen:o.onOpen,onClose:o.onClose,onOpenEnd:o.onOpenEnd,onCloseEnd:o.onCloseEnd}),a=t(a,o),this.each(function(){var e=C(this),t=e.data("sidr"),i=!1;t||(d.moving=!1,d.opened=!1,e.data("sidr",s),e.bind(o.bind,function(e){e.preventDefault(),i||(i=!0,n(o.method,s),setTimeout(function(){i=!1},100))}))})}var o={};o.classCallCheck=function(e,n){if(!(e instanceof n))throw new TypeError("Cannot call a class as a function")},o.createClass=function(){function e(e,n){for(var t=0;tcode = "liste_regions()"; + return $p; +} + + +function liste_regions(){ + $tab_regions=array( + '3'=>"Auvergne-Rhône-Alpes", + '5'=>"Bourgogne-Franche-Comté", + '6'=>"Bretagne", + '7'=>"Centre-Val de Loire", + '9'=>"Corse", + '1'=>"Grand Est", + '23'=>"Guadeloupe", + '24'=>"Guyane", + '17'=>"Hauts-de-France", + '12'=>"Île-de-France", + '26'=>"La Réunion", + '25'=>"Martinique", + '28'=>"Mayotte", + '4'=>"Normandie", + '2'=>"Nouvelle-Aquitaine", + '13'=>"Occitanie", + '18'=>"Pays de la Loire", + '21'=>"Provence-Alpes-Côte d'Azur", + '27'=>"Autre pays" ); + return $tab_regions; +} \ No newline at end of file diff --git a/modeles/agenda.html b/modeles/agenda.html new file mode 100644 index 0000000..d919a79 --- /dev/null +++ b/modeles/agenda.html @@ -0,0 +1,16 @@ + + +[(#SET{url,#VAL{'http://www.agendadulibre.org/maps.json?tag='}|concat{#ENV{tag}}|concat{'&future=false®ion='}|concat{#CLE}})] + +

#VALEUR

+
    + + [(#SET{evt,#VALEUR|table_valeur{properties}})] +
  • [[(#GET{evt/start_time}|nom_jour)] (#GET{evt/start_time}|affdate)[ à (#GET{evt/start_time}|heures)][:(#GET{evt/start_time}|minutes)]] + [(#GET{evt/name})] + à [(#GET{evt/city})] +
  • + +
+
+ \ No newline at end of file diff --git a/modeles/agenda_compteur.html b/modeles/agenda_compteur.html new file mode 100644 index 0000000..b86aea5 --- /dev/null +++ b/modeles/agenda_compteur.html @@ -0,0 +1,7 @@ +[(#SET{url,#VAL{'http://www.agendadulibre.org/maps.json?tag='}|concat{#ENV{tag}}|concat{'&future=false'}})] + + + + +#TOTAL_BOUCLE + \ No newline at end of file diff --git a/modeles/agenda_rss.html b/modeles/agenda_rss.html new file mode 100644 index 0000000..c51cd5e --- /dev/null +++ b/modeles/agenda_rss.html @@ -0,0 +1,34 @@ +

+ + + Flux RSS de tous les évènements +

+ + + + + + + + + + diff --git a/rubrique.html b/rubrique.html new file mode 100644 index 0000000..caf9679 --- /dev/null +++ b/rubrique.html @@ -0,0 +1,50 @@ + + +[(#REM) Cf.: http://paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/ +] + + + + + + + [(#NOM_SITE_SPIP|textebrut)] #TITRE + [] + [] + + + + +
+ +
+
+ [
(#TEXTE|image_reduire{672,*})
] +
+ +
+ +
+ + + \ No newline at end of file diff --git a/sommaire.html b/sommaire.html new file mode 100644 index 0000000..93038ec --- /dev/null +++ b/sommaire.html @@ -0,0 +1,36 @@ + +[(#REM) Cf.: http://paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/ +] + + + + + + + [(#NOM_SITE_SPIP|textebrut)][ - (#SLOGAN_SITE_SPIP|textebrut)] + [] + + + + +
+ + +
+ +
+ + + [
(#TEXTE|image_reduire{672,*})
] + +
+ + + +
+
+ +