/* Common styles */

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner { /*  border: 0;*/ /*  padding: 0;*/
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */ /* 2 */
	box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/* Default: Geomanist Regular */

@font-face {
	font-family: 'GeoRegular';
	src: url('fonts/geomanist-regular-webfont.woff2') format('woff2'),
	 url('fonts/geomanist-regular-webfont.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'GeoRegular';
	src: url('fonts/geomanist-medium-webfont.woff2') format('woff2'),
	 url('fonts/geomanist-medium-webfont.woff') format('woff');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'GeoRegular';
	src: url('fonts/geomanist-regular-italic-webfont.woff2') format('woff2'),
	 url('fonts/geomanist-regular-italic-webfont.woff') format('woff');
	font-weight: 400;
	font-style: italic;
}

@font-face {
	font-family: 'GeoRegular';
	src: url('fonts/geomanist-medium-italic-webfont.woff2') format('woff2'),
		 url('fonts/geomanist-medium-italic-webfont.woff') format('woff');
	font-weight: 700;
	font-style: italic;
}

/* Geomanist Medium (used for bold, h3 and h5) */

@font-face {
	font-family: 'GeoMed';
	src: url('fonts/geomanist-medium-webfont.woff2') format('woff2'),
	 url('fonts/geomanist-medium-webfont.woff') format('woff');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'GeoMed';
	src: url('fonts/geomanist-medium-italic-webfont.woff2') format('woff2'),
		 url('fonts/geomanist-medium-italic-webfont.woff') format('woff');
	font-weight: 600;
	font-style: italic;
}

/* Geomanist Book (used for h4 and h6) */

@font-face {
	font-family: 'GeoBook';
	src: url('fonts/geomanist-book-webfont.woff2') format('woff2'),
	 url('fonts/geomanist-book-webfont.woff') format('woff');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'GeoBook';
	src: url('fonts/geomanist-book-italic-webfont.woff2') format('woff2'),
		 url('fonts/geomanist-book-italic-webfont.woff') format('woff');
	font-weight: 500;
	font-style: italic;
}

/* Geomanist Black (used for h1 and h2) */

@font-face {
	font-family: 'GeoBlack';
	src: url('fonts/geomanist-black-webfont.woff2') format('woff2'),
		 url('fonts/geomanist-black-webfont.woff') format('woff');
	font-weight: 800;
	font-style: normal;
}

@font-face {
	font-family: 'GeoBlack';
	src: url('fonts/geomanist-black-italic-webfont.woff2') format('woff2'),
		 url('fonts/geomanist-black-italic-webfont.woff') format('woff');
	font-weight: 800;
	font-style: italic;
}

/* Font Awesome */

@font-face {
	font-family: 'FontAwesome';
	src: url('fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'),
		url('fonts/fontawesome-webfont.woff?v=4.3.0') format('woff');
	font-weight: normal;
	font-style: normal;
}

/* OpenDys */

@font-face {
	font-family: 'opendys';
	src: url('fonts/opendyslexic-regular-webfont.woff2') format('woff2'),
			 url('fonts/opendyslexic-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

/**
 * -------------------------
 * @section COLORS
 * -------------------------
 */

:root { /* c0 : blanc */ /* c1 : bleu outremer */ /* c2 : gris anthracite */ /* c3 : bleu moyen */ /* c4 : bleu ciel*/ /* c5 : rouge cramoisi */ /* c6 : sable */ /* c7 : blanc cassé */ /* c8 : bleu orage */ /* c9 : bleu argentin */ /* c2 complémentaire */ /* c4 à 50 % d’opacité */ /* More colors */ /* custom background-color for .hljs elements */ /* Legacy vars */ /**gris fond**/ /** Couleurs inversées jaune/bleues **/ /* yellow */ /* dark blue*/ /** Contrastes renforcés **/
}

/**
 * -------------------------
 * @section 0. PARAMS
 * -------------------------
 */

:root { /* Violets */ /* Jaunes, oranges */ /* Rouge */ /* Verts */ /* Bleus */ /* Gris foncé */ /* Intemporels */ /* Correspondances couleurs */ /* Contrastes inversés */
}

/** contrastes inversés **/

body.inv-c,
body.inv-c * {
	background: #000080;
	color: #FF0;
	border-color: #FF0;
}

/** contrastes renforcés (AAA) **/

body.high-c .a42-title-site b {
	color: #0B1B34;
}

body.high-c div.a42-section h2::before {
	display: none;
}

body.high-c .a42-heart,
body.high-c .a42-couv_event {
	color: #0B1B34;
}

body.high-c .a42-main-header,
body.high-c .a42-main-footer {
	background-color: #fff;
}

/** police **/

@font-face {
	font-family: 'opendys';
	src: url('fonts/opendyslexic-regular-webfont.eot');
	src: url('fonts/opendyslexic-regular-webfont.eot?#iefix') format('embedded-opentype'),
			 url('fonts/opendyslexic-regular-webfont.woff2') format('woff2'),
			 url('fonts/opendyslexic-regular-webfont.woff') format('woff'),
			 url('fonts/opendyslexic-regular-webfont.ttf') format('truetype'),
			 url('fonts/opendyslexic-regular-webfont.svg#opendyslexicregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

body.dys-f * {
	font-family: 'opendys'!important;
}

/** interlignage **/

body.dys-line-spacing * {
	line-height: 1.5em!important;
}

:root { /* Violets */ /* Jaunes, oranges */ /* Rouge */ /* Verts */ /* Bleus */ /* Gris foncé */ /* Intemporels */ /* Correspondances couleurs */
}

.access-tooltip {
	position: absolute;
	color: 1px solid #0B1B34;
	background-color: #0B1B34;
	padding: .3em;
	color: #fff;
	font-size: 80%;
}

/* Transcription */

/**
MATRICE
WIDTH	HEIGHT

504 	504

400 	640

390 	695

384 	640

375 	667

360 	640
360 	600
360 	598

320 	568
320 	533
320 	480


PHABLET
414 	736


TABLETTE

1024 	1366

800 	1280

768 	1024


**/

/*
MAIN
Index
======
1. TYPO
2. GENERIC STYLE
3. HEADER
4. CONTENT
5. FOOTER
6. MODAL WINDOW
*/

/**
 * -------------------------
 * @section 1. TYPO
 * -------------------------
 */

h1,
h2,
h3,
h4,
h5,
h6,
[class*="a42-title"] {
	clear: both;
	margin-top: 0;
	margin-bottom: .5em;
	line-height: 1.4;
	font-family: 'GeoRegular', Verdana, sans-serif;
}

* > h1:first-child,
* > h2:first-child,
* > h3:first-child,
* > h4:first-child,
* > h5:first-child,
* > h6:first-child,
* > [class*="a42-title"]:first-child {
	margin-top: 0;
}

* > h3:first-child {
	padding-top: 0;
}

h1 {
	margin-top: 5.064rem;
}

h2 { /*padding-top: 4.22rem;*/
	padding-top: 2.532rem;
	font-family: 'GeoBlack', Verdana, sans-serif;
}

h2,
.a42-modal h1 {
	color: #0B1B34;
}

body.inv-c h2,
body.inv-c .a42-modal h1 {
	color: inherit;
}

div.a42-section h2 {
	position: relative;
	display: inline-block;
	vertical-align: top;
}

div.a42-section h2::before {
	content: '';
	background-color: #F2EBC7;
	position: absolute;
	z-index: -1;
	width: 100%;
	height: .3em;
	bottom: .2em;
}

h4 {
	color: #343643;
}

h5 {
	color: #962E3F;
}

h6 {
	color: #31486e;
}

body.high-c h4,
body.high-c h5,
body.high-c h6 {
	color: inherit;
}

h4,
h5,
h6 {
	margin-top: 2.532rem;
}

h1,
.a42-title-alpha {
	font-size: 2em; /* 36px */
}

h2,
.a42-title-beta,
.a42-modal h1 {
	font-size: 1.778em; /* 31px */
}

h3,
.a42-title-gamma {
	font-size: 1.500em; /* 27px */
}

h4,
.a42-title-delta {
	font-size: 1.389em; /* 25px */
}

h5,
.a42-title-delta {
	font-size: 1.278em; /* 23px */
}

h6,
.a42-title-delta {
	font-size: 1.167em; /* 21px */
}

section > .a42-section > *:first-child {
	margin: 0;
}

section > .a42-section + h3,
section > .a42-section + h4,
section > .a42-section + h5,
section > .a42-section + h6 {
	padding-top: 0;
}

/**
 * -------------------------
 * @section 2. GENERIC STYLE
 * -------------------------
 */

* {
	margin-bottom: 1.688rem;
	margin-right: auto;
	margin-left: auto;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html,
body {
	margin: 0;
}

html { /* Magic line that smoothes font-rendering on WebKit engines. */
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased; /* Magic line that smoothes font-rendering on Gecko engines. */
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0.1);
	text-rendering: optimizeLegibility;
}

body {
	padding: 10rem 2rem 0;
	background-color: #fff;
	color: #343643;
	font-family: Verdana, sans-serif;
	font-size: 100%; /* 16px */
	line-height: 1.5;
}

[tabindex="-1"] {
	outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl,
button,
textarea,
#window-toc>div,
section>div,
.a42-section {
	max-width: 40rem;
	margin-right: auto;
	margin-left: auto;
}

h2 + h3,
h3 + h4,
h4 + h5,
h5 + h6 {
	margin-top: 1.688rem;
	padding-top: 0;
}

figure,
.a42-gallery,
* + img,
img + *,
* + figure,
figure + * {
	margin-top: 3.376rem;
}

p {
	margin-top: 0;
}

a {
	color: inherit;
}

legend {
	margin: 0 0 .844rem;
}

label {
	margin-bottom: 0;
}

abbr,
abbr[title] {
	text-decoration: none;
}

.a42-contrib-embed {
	max-width: none;
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

.a42-contrib-embed iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.a42-img,
blockquote {
	max-width: 80ch;
	margin-right: auto;
	margin-left: auto;
}

blockquote {
	border-left: 3px solid #962E3F;
	padding-left: 1.5em;
}

blockquote * {
	margin-left: 0;
	max-width: 80ch;
}

q::after,
q::before {
	display: none;
}

footer,
cite {
	font-style: normal;
}

blockquote p + footer {
	margin-top: -.844em;
}

a:focus,
a:hover,
a:active {
	text-decoration: none;
}

p svg {
	display: block;
	margin-bottom: 0;
}

.a42-element-reinit {
	background-color: inherit;
	color: inherit;
}

.sr-only {
	position: absolute;
	left: -9999px;
}

/* JAVASCRIPT */

.is-closed,
.is-hidden {
	display: none;
}

/* IMAGES */

figure,
img,
.a42-gallery {
	margin-bottom: 3.376rem;
}

figure {
	margin-right: 0;
	margin-left: 0;
	text-align: center;
}

figure > * {
	margin-bottom: 0;
}

figcaption {
	margin-top: .5em;
	color: #343643;
}

img,
svg {
	max-width: 100%;
	height: auto;
}

img {
	display: block;
}

p img,
table img,
figure img,
div img {
	margin-top: 0;
	margin-bottom: 0;
}

.a42-gallery {
	text-align: center;
}

.a42-gallery > * {
	display: inline-block;
	vertical-align: top;
	margin-top: 0;
}

/* TABLES */

table {
	margin-top: 3.376rem;
	margin-bottom: 3.376rem;
	border-collapse: collapse;
}

table + h2,
table + h3,
table + h4,
table + h5,
table + h6 {
	margin-top: 5.064rem;
}

caption {
	margin-bottom: .844rem;
	max-width: 40rem;
	max-width: 80ch;
}

th,
td {
	padding: .5em;
	text-align: left;
	border-width: 1px;
	border-style: solid;
}

th {
	min-width: 10rem;
	background-color: #0B1B34;
	color: #fff;
	border-color: #fff;
}

.a42-table-giant th {
	min-width: 0;
}

.a42-cell-middle {
	vertical-align: middle;
}

thead th {
	text-align: center;
}

thead th[aria-hidden="true"] {
	border-left: 0;
	border-top: 0;
}

tbody th {
	background-color: inherit;
	color: inherit;
}

tbody th,
td {
	border-color: #CEDAE6;
	vertical-align: top;
}

caption {
	color: #0B1B34;
	font-weight: bold;
}

.a42-legend {
	margin-top: -1.688em;
}

th[scope="row"],
.tableizer-firstrow {
	text-align: left;
}

.vertical-table th {
	max-width: 20em;
	background-color: #0B1B34;
	color: #fff;
}

/* LISTS */

ul,
ol {
	margin-top: 0;
}

ul ul,
ul ol,
ol ol,
ol ul {
	margin-top: .844rem;
}

li {
	margin-bottom: .844rem;
}

ol > li:last-child,
ul > li:last-child {
	margin-bottom: 0;
}

dt {
	margin-bottom: .844rem;
	font-weight: bold;
}

dt:first-child {
	padding-top: .844rem;
	border-top: 0;
}

dd {
	position: relative;
	top: 1px;
	margin-top: -1px;
	padding-bottom: 1.688rem;
	border-bottom: 1px solid #CEDAE6;
}

/* FORMS */

button,
input,
optgroup,
select,
textarea {
	line-height: 1.5;
}

.btn {
	border: 0;
	background-color: transparent;
	color: inherit;
	font-family: inherit;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.btn-toggle {
	position: relative;
	display: block;
	width: 100%;
	padding: .5em .75em .5em 2em;
	border: 1px solid #0B1B34;
	background-color: #0B1B34;
	color: #fff;
	transition: background-color .5s;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	font-weight: bold;
}

.btn-toggle::after {
	content: '+';
	position: absolute;
	width: 1em;
	height: 1em;
	//top: 50%;
	top: .72em;
	left: .5em;
	//margin-top: -.5em;
	text-align: center;
	line-height: 1em;
	font-weight: bold;
}

.btn-toggle[aria-expanded="true"]::after {
	content: '-';
}

.btn-toggle:focus,
.btn-toggle:hover,
.btn-toggle:active {
	background-color: #343643;
	color: #fff;
}

/**
 * -------------------------
 * @section 3. HEADER
 * -------------------------
 */

.a42-main-header {
	position: relative;
	background-color: #e3ebf2;
	margin-top: -10rem;
	margin-right: -2rem;
	margin-left: -2rem;
	padding: 6rem 1rem 1.5rem;
}

.a42-main-header::before {
	content: '';
	position: absolute;
	right: 0;
	bottom: -1.75rem;
	left: 0;
	background-color: inherit;
	width: 100%;
	height: 5em;
	transform: skew(0deg,1.2deg);
	z-index: -1;
}

.a42-main-header_tools {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	max-width: none;
	list-style: none;
	background-color: #343643;
	color: #fff;
	margin: 0;
	padding: 0;
	z-index: 100;
	font-family: 'GeoMed', Verdana, sans-serif;
}

.a42-main-header_tools * {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 0;
}

/*.a42-main-header_tools > * + *{*/

.a42-main-header_tools > * {
	margin-left: 1rem;
}

.a42-main-header_tools > *:first-child {
	margin-left: 0;
}

.a42-main-header_tools a,
.a42-main-header_tools button {
	height: auto;
	line-height: 1.5;
	text-decoration: none;
	padding: 0 0 .3rem;
}

.a42-main-header_tools span {
	display: block;
	padding: .5rem 0 .2rem;
	border-bottom: 1px solid transparent;
}

.a42-main-header_tools a:focus span,
.a42-main-header_tools a:hover span,
.a42-main-header_tools a:active span,
.a42-main-header_tools button:focus span,
.a42-main-header_tools button:hover span,
.a42-main-header_tools button:active span {
	border-bottom-color: inherit;
}

.a42-page-link {
	float: right; /*position: absolute;*/ /*margin: 0 !important;*/ /*top: 2.75rem;*/ /*top: 0;
	right: 0;*/
	margin: 0;
	padding-right: 1.5rem;
	padding-left: 1.5rem;
	color: #fff;
	background-color: #962E3F;
	font-weight: bold;
}

/*@media(--small){
	.a42-skip-link{
		display: none;
	}
}*/

.a42-main-header_logos * {
	margin: 0;
}

.a42-main-header_logos a {
	display: inline-block;
	vertical-align: top;
}

.a42-main-header_logos + .a42-title-site {
	margin-top: 4.22rem;
}

.a42-picto {
	max-width: 5rem;
}

.a42-picto * {
	margin: 0;
}

.a42-picto-stars {
	max-width: 6rem;
}

.a42-stars {
	fill: none;
	stroke: #0B1B34;
	stroke-miterlimit: 10;
	stroke-width: 1.6px;
}

body.inv-c .a42-stars {
	stroke: #FF0;
}

.a42-heart {
	color: #962E3F;
}

.a42-couv_author,
.a42-couv_event {
	font-weight: bold;
}

.a42-couv_author {
	color: #0B1B34;
}

.a42-couv_event {
	color: #962E3F;
}

.a42-couv_event span {
	display: block;
}

.a42-title-site {
	max-width: 45ch;
	margin-bottom: 0;
	text-align: center;
	color: #0B1B34;
}

.a42-title-site_focus {
	font-family: 'GeoBlack', Verdana, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
}

.a42-title-site_focus * {
	font-family: inherit;
}

.a42-site-header {
	margin: 0;
	font-family: 'GeoRegular', Verdana, sans-serif;
	text-align: center;
}

.a42-site-header b,
.a42-site-header strong {
	font-family: 'GeoBlack', Verdana, sans-serif;
}

.a42-site-header > * + * {
	margin-top: 1rem;
}

.a42-site-header > * {
	margin-bottom: 1rem;
}

.a42-site-header > *:last-child {
	margin-bottom: 0;
}

.a42-title-site > b,
.a42-title-site > span,
.a42-title-site_focus > span {
	display: block;
	margin-bottom: 0;
}

.a42-title-site *:last-child {
	margin-bottom: 0;
}

.a42-title-site_focus1 {
	text-transform: uppercase;
	letter-spacing: .01em;
}

.a42-title-site_focus1 span {
	text-transform: none;
	letter-spacing: 0;
}

/** TOC **/

#navigation { /** btn toggle toc **/
	margin-bottom: 3.376rem;
}

/**
 * -------------------------
 * @section 4. CONTENT
 * -------------------------
 */

.a42-main-content {
	padding-top: 5.064em;
}

.a42-main-content a {
	color: #962E3F;
}

.a42-main-content > section:first-child h2 {
	padding-top: 0;
}

.a42-address *:last-child {
	margin-bottom: 0;
}

.a42-signatures,
.a42-signatures_content,
.a42-signature_title {
	margin-bottom: 0;
}

ul.a42-signatures_content {
	list-style: none;
	padding-left: 0;
}

/**
 * -------------------------
 * @section 5. FOOTER
 * -------------------------
 */

.a42-main-footer {
	position: relative;
	margin: 8.44rem -2rem -2rem;
	padding: 5rem 2rem 7rem;
	background-color: #F2EBC7;
	text-align: center;
	color: #0B1B34;
}

.a42-main-footer::before {
	content: '';
	position: absolute;
	top: -1.75rem;
	left: 0;
	right: 0;
	background-color: inherit;
	width: 100%;
	height: 5em;
	transform: skew(0deg,1.2deg);
	z-index: -1;
}

.a42-main-footer > * {
	font-size: .9em;
}

.a42-main-footer div {
	margin: 0;
}

.a42-main-footer ul {
	list-style: none;
	padding: 0;
	max-width: none;
}

.a42-main-footer_col + .a42-main-footer_col {
	margin-top: 1.688rem;
}

.a42-main-footer_col:last-child *:last-child {
	margin-bottom: 0;
}

.a42-main-footer img {
	margin-top: 2.532rem;
	margin-bottom: 0;
}

.a42-credits > *:last-child {
	margin-bottom: 0;
}

.a42-credits_title {
	font-weight: bold;
}

.a42-credits a {
	display: inline-block;
	vertical-align: top;
}

.a42-credits a:hover,
.a42-credits a:focus,
.a42-credits a:active {
	text-decoration: none;
}

.a42-credits svg {
	fill: currentColor;
}

.a42-date {
	font-size: .8em;
}

.a42-contact a,
.a42-contact svg {
	display: block;
}

.a42-contact a {
	transition: opacity .5s;
}

.a42-contact a:focus,
.a42-contact a:hover,
.a42-contact a:active {
	opacity: .6;
}

.a42-contact li {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 0;
}

.a42-contact li + li {
	margin-left: 1.1em;
}

/**
 * -------------------------
 * @section 6. MODAL WINDOW
 * -------------------------
 */

.a42-modal {
	display: none;
	position: fixed;
	z-index: 600;
	background-color: #fff;
	padding: 1.25rem;
	margin: 0;
}

/* Clearfix */

.a42-modal::before,
.a42-modal::after {
	content: '';
	display: table;
}

.a42-modal::after {
	clear: both;
}

/**/

.a42-modal .col-1-2 {
	float: left;
	width: 48%;
}

.a42-modal .col-1-2:nth-child(odd) {
	clear: left;
}

.a42-modal .col-1-2:nth-child(even) {
	float: right;
}

.a42-modal .col-1-2,
.a42-modal fieldset,
.a42-modal legend {
	text-align: left;
}

.a42-modal fieldset {
	position: relative;
	margin: .5em 0;
	padding: .5em 0 .5em .5em;
	border: 1px solid #CEDAE6;
}

.a42-modal legend {
	position: relative;
	left: -.2em;
	margin-bottom: 0;
	padding: 0 .2em;
	font-weight: bold;
	background-color: #fff;
	color: #962E3F;
}

body.inv-c .a42-modal legend {
	color: inherit;
	background-color: inherit;
}

.a42-modal input,
.a42-modal label {
	float: left;
	font-size: .9em;
}

.a42-modal input {
	position: relative;
	top: .4em;
}

.a42-modal label {
	padding-top: .2em;
	padding-bottom: .2em;
}

.a42-modal input {
	margin-right: .3em;
}

.a42-modal label {
	margin-right: .75em;
}

.a42-modal_close {
	position: absolute;
	top: 1.4rem;
	right: 1.25rem;
	border: 1px solid #962E3F;
	background-color: #962E3F;
	color: #fff;
	font-size: .8em;
}

#modal-title {
	padding-right: 5rem;
}

/**
 * -------------------------
 * @section 7. TOGGLE BOX
 * -------------------------
 */

.a42-toggle-box > div {
	position: relative;
	margin-top: 1.688rem;
}

@media screen and (min-width: 50em) {

blockquote {
	margin-top: 3.376rem;
	margin-bottom: 3.376rem;
}

.a42-gallery-2cols {
	overflow: hidden;
}

.a42-gallery-2cols > * {
	float: left;
	display: block;
}

.a42-gallery-2cols > * {
	width: 50%;
}

.a42-gallery-2cols > *:nth-child(odd) {
	clear: left;
	padding-right: 1%;
}

.a42-gallery-2cols > *:nth-child(even) {
	padding-left: 1%;
}

.a42-gallery-2cols > *:nth-last-child(-n+2) {
	margin-bottom: 0;
}

.a42-main-header_tools {
	padding-left: 1.5rem; /*text-align: right;*/
}

.a42-couv_author {
	font-size: 2em; /* 36px */
}

.a42-couv_event {
	font-size: 1.444em; /* 26px */
}

.a42-title-site_focus {
	font-size: 1.556em; /* 56px */
}

#navigation {
	padding-top: 3.376rem;
}

.a42-address {
	margin-bottom: 3.376rem;
	padding-top: 4.22rem;
	text-align: right;
}

.a42-address > div {
	display: inline-block;
	vertical-align: top;
	text-align: left;
}

/* Clearfix */

.a42-signatures_content::before,
.a42-signatures_content::after {
	content: '';
	display: table;
}

.a42-signatures_content::after {
	clear: both;
}

/**/

.a42-signature {
	float: left;
	width: 50%;
	padding-right: 1em;
}

.a42-signature:nth-child(even) {
	padding-left: 1em;
	padding-right: 0;
}

.a42-signature:only-child {
	float: none;
	margin-right: auto;
	margin-left: auto;
	padding-left: 0;
	text-align: center;
}

.a42-signature:nth-last-child(-n+2),
.a42-signature > *:last-child {
	margin-bottom: 0;
}

.a42-credits_title {
	font-size: 1.1em;
}

.a42-modal {
	width: 40em;
	left: 50%;
	margin-left: -20em;
	top: 7%;
	box-shadow: 0 0 5px #aaa;
	border: 1px solid #fff;
}

}

@media screen and (min-width: 80em) {

.a42-main-header {
	padding-top: 9rem;
	padding-bottom: 3.5rem;
}

}

@media screen and (max-width: 49.99em) {

blockquote {
	padding-left: 1em;
}

.a42-main-header_tools {
	padding-left: .75rem;
}

.a42-main-header_tools {
	font-size: .8em;
}

.a42-page-link {
	padding-right: .75rem;
	padding-left: .75rem;
}

.a42-couv_author {
	font-size: 1.722em; /* 31px */
}

.a42-couv_author {
	font-size: 1.167em; /* 21px */
}

.a42-title-site {
	max-width: none;
}

#navigation {
	padding-top: 2.532rem;
}

.a42-modal {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

}

@media screen and (max-width: 37.5em) {

h2,
h3 {
	padding-top: 2.532rem;
}

p + h2,
p + h3 {
	padding-top: 1.688rem;
}

h1,
.a42-title-alpha {
	font-size: 1.750em; /* 28px */
}

h2,
.a42-title-beta,
.a42-modal h1 {
	font-size: 1.625em; /* 26px */
}

h3,
.a42-title-gamma,
.a42-title-site {
	font-size: 1.5em; /* 24px */
}

h4,
.a42-title-delta {
	font-size: 1.375em; /* 22px */
}

h5,
.a42-title-delta {
	font-size: 1.25em; /* 20px */
}

h6,
.a42-title-delta {
	font-size: 1.125em; /* 18px */
}

body {
	padding: 7rem 1rem 0; /*font-size: 100%;*/
}

.a42-main-header {
	margin-top: -7rem;
	margin-right: -1rem;
	margin-left: -1rem;
}

.a42-skip-link,
.a42-toc-link {
	display: none;
}

.a42-custom-display {
	margin-left: 0;
	margin-right: .75rem;
}

#navigation {
	margin-bottom: 0;
}

.a42-address {
	padding-bottom: 1.688rem;
}

.a42-main-footer {
	margin-right: -1rem;
	margin-left: -1rem;
	padding: 3rem 2rem 5rem;
}

.a42-modal .col-1-2,
.a42-modal .col-1-2:nth-child(even) {
	float: none;
}

.a42-modal .col-1-2 {
	width: auto;
}

.a42-modal .col-1-2:nth-child(odd) {
	clear: none;
}

.a42-modal input,
.a42-modal label {
	float: left;
	display: block;
}

.a42-modal input {
	clear: left;
}

}

