/*
#@0
#@1
#@2
#@3
#@4
#@5
#@6
#@7
#@8
#@9
#@10
#@11
#@12
#@13
#@14
#@15
#@16
#@17
#@18
#@19
#@20
#@21
#@22
*/
@charset "UTF-8";
/* Paragraphes et blocs de texte */
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
/* Modules et boites */
/*
 * Hide visually and from screen readers:
 */
.hidden {
  display: none !important;
}
/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
.visuallyhidden, .offscreen {
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  /* 1 */
}
/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden .focusable:active, .visuallyhidden .focusable:focus {
  clip: auto;
  clip-path: none;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit;
}
/*
 * Faire un lien sur un bloc entier
 */
.block-link-parent {
  position: relative;
}
.block-link-parent .block-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}
.list-reset {
  list-style: none;
  margin-left: 0;
  padding: 0;
}
.list-reset li {
  margin: 0;
  padding: 0;
}
.center {
  text-align: center;
}
/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article, aside, footer, header, nav, section {
  display: block;
}
/**
 * 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;
}
/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption, figure, main {
  /* 1 */
  display: block;
}
/**
 * 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 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * 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 */
}
/**
 * 1. Remove the bottom border in Chrome 57- and 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;
}
/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio, video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Forms
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
  margin: 0;
}
/**
 * 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"] {
  /* 1 */
  -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;
}
/**
 * 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 */
}
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * 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 macOS.
 */
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 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 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details, menu {
  /* 1 */
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}
/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 100.01%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  line-height: 1.5;
  background: white;
  accent-color: #264d73;
}
/* Titraille / Intertitres */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  display: block;
  font-size: 100%;
  font-style: normal;
  font-weight: bold;
  line-height: 1.2;
  padding: 0;
  margin: 0 0 0.8em 0;
}
/* Hyperlinks
[fr] Signaletique des hyperliens : http://letrainde13h37.fr/43/signaletique-hyperliens/ */
a {
  background: transparent;
  color: inherit;
  /* External Links */
  /* Linked images */
}
a:link {
  transition: 0.3s;
}
a:visited {
  color: inherit;
}
a:focus {
  outline: thin dotted;
  text-shadow: none;
}
a:hover {
  outline: 0;
  cursor: pointer;
}
a:active {
  outline: 0;
}
a:after, a:before {
  font-size: 90%;
  opacity: 0.9;
}
a[hreflang]:after {
  content: " [" attr(hreflang) "]";
  font-weight: normal;
}
a.spip_out:after {
  content: " ➚";
}
a[hreflang].spip_out:after {
  content: " [" attr(hreflang) "] ➚";
}
a img {
  border: 0;
}
a:focus img, a:active img {
  -moz-transform: translateY(1px);
  -webkit-transform: translateY(1px);
  -o-transform: translateY(1px);
  -ms-transform: translate(1px);
  transform: translateY(1px);
}
ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul, ol {
  margin-left: 1em;
}
ul {
  list-style-type: square;
}
ol {
  list-style-type: decimal;
}
ul ul, ol ol {
  margin-bottom: 0;
}
dt {
  font-weight: bold;
}
em, i {
  font-style: italic;
}
strong, b {
  font-weight: bold;
}
small, .small {
  font-size: 0.8em;
}
p, ul, ol, dl, dd, blockquote, address, pre, table, fieldset, .pagination {
  margin-top: 0;
  margin-bottom: 1em;
}
img {
  max-width: 100% !important;
  height: auto !important;
  width: auto \9  !important;
  /* IE7-8 need help adjusting responsive images */
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
abbr[title], acronym[title] {
  text-decoration: none;
  border-bottom: 0.1em dotted;
  cursor: help;
}
@media print {
  abbr[title] {
    border-bottom: 0;
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
}
dfn {
  font-weight: bold;
  font-style: italic;
}
s, strike, del {
  opacity: 0.5;
  text-decoration: line-through;
}
ins {
  background-color: rgba(255, 255, 204, 0.5);
  text-decoration: none;
}
u {
  text-decoration: underline;
}
sup, .sup, sub, .sub {
  position: relative;
  font-size: 80%;
  font-variant: normal;
  line-height: 0;
  vertical-align: baseline;
}
sup, .sup {
  top: -0.5em;
}
sub, .sub {
  bottom: -0.25em;
}
/* Typography for small screens
[fr] http://www.alsacreations.com/astuce/lire/1177 */
@media (max-width: 40em) {
  /* fixer une largeur maximale  de 100 % aux elements potentiellement problematiques */
  /* gestion des mots longs */
  img, table, td, blockquote, code, pre, textarea, input, iframe, object, embed, video {
    max-width: 100% !important;
  }
  textarea, table, td, th, pre, code, samp {
    word-wrap: break-word;
    /* cesure forcee */
  }
  pre, code, samp {
    white-space: pre-line;
    /* passage a la ligne specifique pour les elements a chasse fixe */
  }
}
/* orientation iOS5 font-size fix */
@media (orientation: landscape) and (max-device-width: 40em) {
  html, body {
    -webkit-text-size-adjust: 100%;
  }
}
/*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection, ::selection {
  background-color: #d9e6f2;
  text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #CCC;
  margin: 1em 0;
  padding: 0;
  clear: both;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}
input[type="search"] {
  box-sizing: border-box;
}
address {
  font-style: normal;
}
/* ajax */
/* loading ajax */
.bugajaxie {
  display: none;
}
.ariaformprop, .ajaxbloc {
  position: relative;
}
.ariaformprop .image_loading, .ajaxbloc .image_loading {
  position: absolute;
  top: 0;
  right: 0;
}
/* Modeles par defaut */
.spip_modele {
  float: right;
  display: block;
  width: 25%;
  border: 1px dotted #666;
}
.spip_documents {
  margin-top: 0;
  margin-bottom: 1em;
  text-align: center;
  font-size: 90%;
}
.spip_documents .spip_doc_titre {
  margin: 0.8em auto 0 auto;
}
/* documents */
.spip_documents {
  text-align: center;
  margin-top: 0;
  margin-bottom: 1em;
}
.spip_documents_center {
  clear: both;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
span.spip_documents_center {
  display: block;
}
.spip_doc_titre, .spip_doc_descriptif {
  margin-left: auto;
  margin-right: auto;
}
.spip_doc_descriptif {
  clear: both;
}
@media screen and (min-width: 37.25em) {
  .spip_documents_left {
    float: left;
    margin-right: 1em;
  }
  .spip_documents_right {
    float: right;
    margin-left: 1em;
  }
}
.spip_documents .oembed {
  background: none;
  padding: 0;
  border: none;
}
@font-face {
  font-family: "Ubuntu";
  src: url('https://www.planete-sciences.org/bretagne/plugins/plasci/webfonts/Ubuntu/ubuntu-regular-webfont.woff2') format("woff2"), url('https://www.planete-sciences.org/bretagne/plugins/plasci/webfonts/Ubuntu/ubuntu-regular-webfont.woff') format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Saira Condensed";
  src: url('https://www.planete-sciences.org/bretagne/plugins/plasci/webfonts/Saira_Condensed/sairacondensed-bold-webfont.woff2') format("woff2"), url('https://www.planete-sciences.org/bretagne/plugins/plasci/webfonts/Saira_Condensed/sairacondensed-bold-webfont.woff') format("woff");
  font-weight: 700;
  font-style: normal;
}
body {
  font-family: "Ubuntu", Helvetica, Arial, sans-serif;
  font-size: 0.8em;
  font-weight: normal;
  line-height: 1.5;
  color: black;
  text-rendering: geometricPrecision;
}
@media screen and (min-width: 49em) {
  body {
    font-size: 0.9em;
  }
}
@media screen and (min-width: 62.25em) {
  body {
    font-size: 1em;
  }
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "Saira Condensed", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.1;
  font-style: normal;
  margin: 0 0 0.5em 0;
  letter-spacing: 0.02em;
  clear: both;
}
h1, .h1 {
  font-size: 2.5em;
}
h2, .h2 {
  font-size: 2.5em;
}
h3, .h3 {
  font-size: 1.8em;
}
h4, .h4 {
  font-size: 1.4em;
  font-style: italic;
}
h5, .h5, h6, .h6 {
  font-size: 1.15em;
}
a {
  text-decoration: none;
  color: #0081be;
}
a:visited {
  color: #0081be;
}
a:hover {
  text-decoration: underline;
  color: #6699CC;
  border-color: #6699CC;
  outline: 0;
}
a:focus {
  background-color: #0081be !important;
  border-color: #0081be !important;
  color: white !important;
}
a:focus .spip_doc_titre {
  background-color: #0081be !important;
}
a:focus svg * {
  fill: white !important;
}
/**
	Accessibilité
**/
@media (prefers-reduced-motion: reduce) {
  :root {
    --nomotion: none;
  }
  body *, body *::before, body *::after {
    animation: none !important;
    transition: none !important;
    transition-duration: 0s !important;
  }
}
html {
  /**
	 ** Problème des menus sticky, cf https://getpublii.com/blog/one-line-css-solution-to-prevent-anchor-links-from-scrolling-behind-a-sticky-header.html
	**/
  overflow: auto;
  scroll-padding-top: 5.25lh;
  scroll-behavior: var(--nomotion, smooth);
}
@media screen and (min-width: 62.25em) {
  html {
    scroll-padding-top: 2.5lh;
  }
}
html, body {
  margin: 0;
  padding: 0;
  height: 100%;
}
.page-header {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  flex-wrap: wrap;
  align-items: center;
  background: url('https://www.planete-sciences.org/bretagne/plugins/plasci/images/barrette_horizontale.png') top left no-repeat;
  background-size: 100% 8px;
  background-color: white;
  padding: 3rem 1rem 2rem;
}
.page-header a {
  color: #0a002f;
}
.page-header .header-titre {
  flex-basis: fit-content;
  max-width: fit-content;
  order: 2;
  color: #0a002f;
}
.page-header .header-titre > * {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 3em;
}
@media screen and (min-width: 37.25em) {
  .page-header .header-titre {
    flex-basis: auto;
  }
}
.page-header .header-titre h1, .page-header .header-titre .h1 {
  margin-bottom: 0em;
  font-size: 2em;
}
@media screen and (min-width: 37.25em) {
  .page-header .header-titre h1, .page-header .header-titre .h1 {
    font-size: 2.75em;
  }
}
.page-header .header-titre small {
  font-size: 1.5em;
  font-style: italic;
  display: flex;
  flex-wrap: wrap;
}
.page-header .header-logo {
  order: 1;
  padding-top: 1rem;
  padding-bottom: 1rem;
  min-width: 250px;
}
.page-header .header-logo a:focus {
  background-color: inherit !important;
  border-color: inherit !important;
}
.page-header .header-logo img {
  max-height: 6rem;
  width: auto;
}
@media screen and (min-width: 37.25em) {
  .page-header .header-logo img {
    max-height: unset;
  }
}
.page-header .header-tools {
  width: 100%;
  order: 3;
  font-size: 1.1em;
}
@media screen and (min-width: 37.25em) {
  .page-header .header-tools {
    width: unset;
  }
}
.page-header .header-tools .header-lang {
  display: flex;
  gap: 0.5rem;
}
.page-header .header-tools .header-lang .icone-svg {
  color: #0a002f;
}
.page-header .header-reseaux {
  margin: 0pt;
  padding: 0pt;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.page-header .header-reseaux :first-child {
  margin-left: 0pt;
}
.page-header .header-reseaux li {
  display: inline;
  margin-left: 0.2em;
}
@media print {
  .page-header {
    justify-content: space-evenly;
  }
}
.content-wrapper h1, .content-wrapper h2, .content-wrapper h3, .content-wrapper h4, .content-wrapper .h1, .content-wrapper .h2, .content-wrapper .h3, .content-wrapper .h4 {
  color: #264d73;
}
.content-wrapper .main-title {
  font-size: 2.5em;
  margin: 0 0 1.25em 0;
  text-align: center;
}
@media screen and (min-width: 62.25em) {
  .content-wrapper {
    font-size: 1em;
    display: grid;
    grid-template-columns: 1rem 1fr 1rem 1fr minmax(0, 1fr);
    grid-template-areas: "lestitres lestitres lestitres lestitres lestitres" ". nav .  main . ";
    justify-items: center;
    justify-content: center;
  }
}
.content-bloc {
  color: black;
  padding: 1em;
  margin-bottom: 1.5em;
}
.content-bloc__header {
  background: #d9e6f2;
  font-family: "Saira Condensed", Helvetica, Arial, sans-serif;
  color: #0a002f;
  padding: 0.5em 0;
}
.content-bloc__header .header_title {
  color: #0a002f;
  margin-bottom: 0;
}
.content-bloc__subheader {
  background: #6699CC;
  margin: 0;
  padding: 0.5em 0;
}
.content-bloc__subheader .subheader_title {
  font-family: "Ubuntu", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #0a002f;
  font-size: 1.2em;
}
.content-bloc__nav {
  position: sticky;
  top: 2.5lh;
  z-index: 2;
  font-family: "Saira Condensed", Helvetica, Arial, sans-serif;
  width: 100%;
}
@media screen and (min-width: 62.25em) {
  .content-bloc__nav {
    width: auto;
    grid-area: nav;
    justify-self: right;
    position: initial;
    top: initial;
    z-index: initial;
  }
}
.page_sommaire .content-bloc__nav a {
  display: inline;
}
.page_sommaire .content-bloc__nav .texteencadre-spip {
  margin: 2rem 1.5rem;
  font-family: "Ubuntu", Helvetica, Arial, sans-serif;
  font-size: initial;
}
@media screen and (min-width: 62.25em) {
  .page_sommaire .content-bloc__nav .texteencadre-spip {
    width: calc(15em * 1.25);
    font-size: inherit;
  }
}
.content-bloc__nav .lateral-menu {
  margin: 2rem 1.5rem;
  list-style: none;
  font-size: 1.25em;
}
@media screen and (min-width: 62.25em) {
  .content-bloc__nav .lateral-menu {
    width: 15em;
  }
}
.content-bloc__nav .lateral-menu li {
  margin: 0;
  padding: 1em;
  background: #d9e6f2;
}
.content-bloc__nav .lateral-menu li, .content-bloc__nav .lateral-menu li a {
  color: #0a002f;
}
.content-bloc__nav .lateral-menu li.on {
  background-color: #6699CC;
  font-style: italic;
}
.content-bloc__nav .lateral-menu li.on sup {
  margin-left: 0.15rem;
}
.content-bloc__nav .lateral-menu li::selection, .content-bloc__nav .lateral-menu li::-moz-selection, .content-bloc__nav .lateral-menu li *::selection, .content-bloc__nav .lateral-menu li *::-moz-selection, .content-bloc__nav .lateral-menu li:hover {
  background-color: #264d73;
}
.content-bloc__nav .lateral-menu li:hover * {
  color: white !important;
}
@media screen and (min-width: 62.25em) {
  .content-main {
    grid-area: main;
    border-left: 1px solid #264d73;
    border-right: 1px solid #264d73;
    width: 48em;
  }
}
@media screen and (min-width: 62.25em) and (min-width: 88.5em) {
  .content-main {
    width: 55em;
  }
}
.content-main .nav-list__subnav .h2 {
  color: black;
}
.lestitres {
  width: 100%;
  padding: 0;
  margin: 0;
  grid-area: lestitres;
}
.lestitres > * > * {
  text-align: center;
}
@media screen and (min-width: 62.25em) {
  .lestitres > * > * {
    margin: auto;
  }
}
.lestitres, .full-width .album {
  border-top: 2px solid #264d73;
  border-bottom: 2px solid #264d73;
}
.lestitres else, .full-width .album else {
  border-top: 2px solid white;
  border-bottom: 2px solid white;
}
.full-width .album {
  border-bottom: 0;
}
.date--modif {
  font-size: 0.8em;
  text-align: right;
}
.date--modif .label {
  font-weight: bold;
  color: #264d73;
}
.content-aside {
  position: sticky;
  top: 0;
  z-index: 3;
}
.content-aside:has(.nav-clicked-actif) {
  position: initial;
}
.content-aside a {
  color: #0a002f;
}
.content-aside a:hover, .content-aside a:focus {
  color: #150062;
}
.nav-list {
  margin: 0;
  background-color: #6699CC;
  font-size: 1.2em;
}
@media screen and (min-width: 62.25em) {
  .nav-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
.nav-list__bloc {
  list-style: none;
}
.nav-list__bloc > .nav-list__subnav {
  z-index: 1;
  margin: 0 auto;
  left: 0pt;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(20rem, 1fr));
  gap: 1rem;
  height: fit-content;
  background-color: white;
  width: 100%;
}
.content-aside .nav-list__bloc > .nav-list__subnav {
  border-bottom: 3px solid #6699CC;
  font-size: 1.2em;
  line-height: 1.2;
}
@media screen and (min-width: 62.25em) {
  .content-aside .nav-list__bloc > .nav-list__subnav {
    position: absolute;
  }
}
.nav-list__bloc > .nav-list__subnav .nav-list__bloc_sous_titre {
  padding: 1rem 0.5rem;
  font-size: 1em;
  border-bottom: 1px solid #264d73;
  color: #0a002f;
}
@media screen and (min-width: 62.25em) {
  .nav-list__bloc > .nav-list__subnav .nav-list__bloc_sous_titre {
    display: flex;
    min-height: 3.3lh;
    align-items: center;
  }
  .nav-list__bloc > .nav-list__subnav .nav-list__bloc_sous_titre .icone-svg {
    align-self: auto;
  }
}
.nav-list__bloc.nav-list__bloc--actif {
  background: #d9e6f2;
}
@media screen and (max-width: 61.25em) {
  .content-aside .nav-list__bloc:not(.nav-clicked) > .nav-list__subnav {
    border: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
    /* 1 */
  }
}
@media screen and (min-width: 62.25em) {
  .content-aside .nav-list__bloc:not(.nav-last-clicked) > .nav-list__subnav {
    border: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
    /* 1 */
  }
  .nav-list__bloc.nav-last-clicked .nav-list__bloc_titre {
    text-decoration: underline;
  }
}
.nav-list__bloc * {
  list-style: none;
}
@media screen and (min-width: 62.25em) {
  body:has(.nav-clicked) main {
    opacity: 0.2;
  }
}
.nav-list__header {
  padding-bottom: 0;
}
.nav-list__header ul {
  display: flex;
  justify-content: space-between;
}
.nav-list__header ul a {
  display: inline;
  width: auto;
}
.nav-list__header, .nav-list__bloc_titre {
  font-family: "Saira Condensed", Helvetica, Arial, sans-serif;
  font-size: 1.25em;
  padding: 0.25em 0.6em;
}
.nav-list__bloc_titre {
  display: block;
  color: #0a002f !important;
}
.nav-list__bloc_titre:hover {
  cursor: pointer;
  text-decoration: underline;
}
.nav-list__subnav {
  padding: 0 0 0.2ex;
}
.nav-list__subnav .active ul, .nav-list__subnav .nav-list__bloc_sous_titre.active {
  border-left: 5px solid #264d73;
  background-color: #d9e6f2;
}
.nav-list__subnav .active ul li.active, .nav-list__subnav .nav-list__bloc_sous_titre.active li.active {
  border-right: 5px solid #264d73;
}
.nav-list__subnav .nav-list__bloc_sous_titre.active {
  font-weight: bold;
  color: #0081be;
}
.nav-list__subnav > * {
  margin-bottom: 0.5em;
}
.nav-list__subnav .nav-list__subnav {
  margin-left: 0;
  margin-top: 0;
}
.nav-list__subnav .nav-list__subnav li {
  margin-bottom: 1.5rem;
  padding-left: 0.5rem;
}
.nav-list__subnav .nav-list__subnav li:nth-child(1) {
  padding-top: 0.75em;
}
.nav-list__bloc--reseautage {
  background: #97ddff;
}
.nav-list__bloc a, .nav-list__bloc span.actif, .nav-list__bloc .nav-list__bloc_sous_titre, .content-bloc__nav a, .content-bloc__nav span.actif, .content-bloc__nav .nav-list__bloc_sous_titre {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.nav-list__bloc a .icone-svg, .nav-list__bloc span.actif .icone-svg, .nav-list__bloc .nav-list__bloc_sous_titre .icone-svg, .content-bloc__nav a .icone-svg, .content-bloc__nav span.actif .icone-svg, .content-bloc__nav .nav-list__bloc_sous_titre .icone-svg {
  align-self: start;
  min-width: 1em;
  max-width: 1em;
  margin-right: 0.5rem;
  top: 0;
}
.formulaire_spip.formulaire_recherche {
  color: #0a002f;
  margin-top: 0.5rem;
  margin-bottom: 0;
}
.formulaire_spip.formulaire_recherche .input-wrapper {
  display: flex;
}
.formulaire_spip.formulaire_recherche input[type=search] {
  width: 100%;
  margin: 0em;
  padding-left: 1.75em;
  height: 1em;
  position: relative;
}
@media screen and (min-width: 37.25em) {
  .formulaire_spip.formulaire_recherche input[type=search] {
    min-width: 20rem;
  }
}
.formulaire_spip.formulaire_recherche button, .formulaire_spip.formulaire_recherche input[type=submit] {
  position: relative;
  border-bottom-left-radius: 0px;
  padding-bottom: 0;
  padding-top: 0;
}
.formulaire_spip.formulaire_recherche .icone-svg {
  display: inline;
  z-index: 5;
  top: -0.2em;
  left: 0.3em;
  width: 0px;
  color: #0a002f;
}
.page-footer {
  background: url('https://www.planete-sciences.org/bretagne/plugins/plasci/images/barrette_horizontale.png') top left no-repeat;
  background-size: 100% 8px;
  padding: 2em 1em 0;
  font-size: 95%;
  color: #0a002f;
  background-color: white;
}
.page-footer a {
  color: #0a002f;
}
.page-footer li {
  margin-bottom: 0.5em;
}
@media screen and (min-width: 24.75em) {
  .footer-main {
    display: flex;
    justify-content: space-between;
  }
}
.footer-colophon {
  font-weight: bold;
}
.footer-tools {
  padding-top: 0.5em;
  border-top: 1px solid #0a002f;
}
.footer-tools ul {
  list-style: none;
  margin: 0px;
  display: flex;
  column-gap: 1rem;
  flex-wrap: wrap;
}
.footer-tools ul li {
  flex-basis: fit-content;
}
.capsule-video {
  margin-bottom: 1.5em;
}
.icone-svg {
  display: inline-flex;
  align-self: center;
  top: 0.125em;
  position: relative;
}
.icone-svg svg {
  width: 1.2em;
  max-height: 1em;
}
.icone-svg svg * {
  fill: currentColor;
}
.leaflet-container a {
  color: #0081be;
}
.littlefoot-footnote__button, .spip_surligne {
  border-radius: 0 16px 16px 16px;
  background: #d9e6f2;
  border: 1px solid #bad1e8;
}
th .littlefoot-footnote__button, th .spip_surligne, .texteencadre-spip.spip .littlefoot-footnote__button, .texteencadre-spip.spip .spip_surligne, .nav-sommaire .littlefoot-footnote__button, .nav-sommaire .spip_surligne {
  background-color: #ffffff;
}
.spip_surligne {
  color: #0081be;
  padding: 0px 2px;
}
.littlefoot-footnote.is-active {
  opacity: 1;
}
.littlefoot-footnote__button:focus, .littlefoot-footnote__button:hover, .littlefoot-footnote__button:active, .littlefoot-footnote__button.is-active {
  background-color: #6699CC;
}
.littlefoot-footnote__button::after {
  content: "?";
  color: #0081be;
}
.littlefoot-footnote__content {
  color: black;
  text-align: left;
}
.texteencadre-spip.spip, .nav-sommaire {
  margin-top: 0;
  margin-bottom: 1em;
  color: black;
  background: #d9e6f2;
  border: 1px solid #bad1e8;
  border-radius: 0 16px 16px 16px;
  padding: 1em;
}
.texteencadre-spip.spip:before, .texteencadre-spip.spip:after, .nav-sommaire:before, .nav-sommaire:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.texteencadre-spip.spip:after, .nav-sommaire:after {
  clear: both;
}
.texteencadre-spip.spip p:last-child, .nav-sommaire p:last-child {
  margin-bottom: 0;
}
.nav-sommaire {
  margin-left: 0px;
  margin-right: 30%;
}
.nav-sommaire ul {
  list-style-type: none;
}
h3 .sommaire-back, h4 .sommaire-back, h5 .sommaire-back, h6 .sommaire-back {
  display: none;
}
.spip-admin-bloc, .spip-admin-float {
  right: 20px !important;
  font-size: 0.8em;
}
.spip-admin-boutons {
  border-radius: 0.3em !important;
  padding: 0.5em !important;
}
table.spip {
  margin-bottom: 1.5em;
  width: 100%;
  max-width: 100%;
  border: none;
  background: none;
  margin: 1.5em 0;
  border-collapse: collapse;
  border-spacing: 0;
  line-height: inherit;
}
table.spip caption {
  caption-side: top;
  /* bottom pas pris en compte par IE */
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  font-weight: bold;
  padding: 0.5em;
  font-style: italic;
  font-size: 1.2em;
  background: #d9e6f2;
  color: #0a002f;
}
table.spip th {
  border: none;
  border-top: 1px solid #D7D7D7;
  padding: 0.5em;
  line-height: normal;
  background: #d9e6f2;
  color: #0a002f;
  vertical-align: top;
  font-weight: bold;
  text-align: center;
}
table.spip thead th {
  border-top: none;
  border-bottom: 2px solid #d9e6f2;
}
table.spip td {
  border: none;
  border-top: 1px solid #D7D7D7;
  padding: 0.5em;
  text-align: center;
  vertical-align: top;
}
table.spip td.numeric {
  text-align: right;
}
table.spip tr:not(even) {
  background: #FCFCFC;
}
table.spip tr:nth-child(odd) {
  background: white;
}
table.spip tbody tr:last-child td, table.spip tbody tr:last-child th {
  border-bottom: 1px solid #D7D7D7;
}
table.spip tbody tr:hover td {
  color: #434343;
}
.alerte_urgence {
  border-radius: 0 0 0 0;
  text-align: center;
  font-size: 1.1em;
  padding: 0.8em;
  font-style: italic;
  color: black;
  background: #d9e6f2;
  color: black;
}
.alerte_urgence a, .alerte_urgence .crayon-html {
  color: #0081be;
}
.alerte_urgence a:hover, .alerte_urgence .crayon-html:hover {
  color: #6699CC;
}
.alerte_urgence em, .alerte_urgence i {
  font-style: normal;
}
.caractencadre-spip {
  color: #264d73;
}
.caractencadre2-spip {
  color: #1a334d;
}
.cioidc_h2 {
  display: none;
}
.cioidc_choix_serveur_liste {
  padding: 0;
  margin: 0;
  list-style-type: none;
  font-size: 1.5rem;
  padding-top: 1.5rem;
}
.cioidc_choix_serveur_liste li {
  text-align: center;
  margin: 1em;
  color: #264d73;
}
.cioidc_choix_serveur_liste li p {
  color: black;
}
.cioidc_choix_serveur_liste li a {
  width: 100%;
  border: 2px solid #264d73;
  padding: 1em;
  display: inline-block;
}
#descriptif_site_spip .content-bloc {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
#descriptif_site_spip .content-bloc div {
  max-width: 80%;
}
#descriptif_site_spip .icone-svg svg {
  width: 5em;
  max-height: none;
  color: #264d73;
}
.formulaire_formidable_sommaire .editer-label {
  font-size: 0.8em;
  font-style: italic;
}
.formulaire_spip.formulaire_liste_evenements {
  margin-bottom: 0;
}
.formulaire_spip.formulaire_liste_evenements .formulaire__saisies .saisie_checkbox.editer {
  padding: 0 0.5em;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 62.25em) {
  .formulaire_spip.formulaire_liste_evenements .formulaire__saisies .saisie_checkbox.editer {
    flex-basis: min-content;
    flex-grow: 2;
    flex-shrink: 2;
    word-break: keep-all;
  }
}
.formulaire_spip.formulaire_liste_evenements .formulaire__saisies .editer {
  margin: 0;
}
.formulaire_spip.formulaire_liste_evenements .formulaire__saisies .editer-label {
  font-weight: bold;
  display: block;
  font-size: 1.5em;
  font-family: "Saira Condensed", Helvetica, Arial, sans-serif;
  color: #264d73;
  margin: 0;
}
.formulaire_spip.formulaire_liste_evenements .formulaire__saisies .editer-label.hamburger-started::before {
  content: "+";
  width: 0.75em;
  display: inline-block;
  position: relative;
  top: -0.05lh;
}
.formulaire_spip.formulaire_liste_evenements .formulaire__saisies .editer-label.hamburger-started ~ .choix {
  display: none;
}
.formulaire_spip.formulaire_liste_evenements .formulaire__saisies .editer-label.hamburger-on.hamburger-started ~ .choix {
  display: flex;
}
.formulaire_spip.formulaire_liste_evenements .formulaire__saisies .editer-label.hamburger-on.hamburger-started::before {
  content: "–";
  top: 0lh;
}
.formulaire_spip.formulaire_liste_evenements .formulaire__saisies .choix {
  display: flex;
  margin: 1em 0;
}
.formulaire_spip.formulaire_liste_evenements .formulaire__saisies .choix label, .formulaire_spip.formulaire_liste_evenements .formulaire__saisies .choix label.on {
  font-weight: normal;
  margin-bottom: 0;
  padding-left: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1.2;
  width: 100%;
}
.formulaire_spip.formulaire_liste_evenements .formulaire__saisies .choix label .count, .formulaire_spip.formulaire_liste_evenements .formulaire__saisies .choix label.on .count {
  font-weight: bold;
  color: #264d73;
}
.formulaire_spip.formulaire_liste_evenements .formulaire__saisies .choix label .data, .formulaire_spip.formulaire_liste_evenements .formulaire__saisies .choix label.on .data {
  width: 90%;
}
.formulaire_spip.formulaire_liste_evenements .boutons {
  margin: 0;
  padding: 0;
}
.formulaire_spip.formulaire_liste_evenements .boutons button {
  background-color: #6699CC;
}
.formulaire_spip.formulaire_liste_evenements .boutons button:hover {
  background-color: #4080bf;
}
.formulaire_spip.formulaire_liste_evenements .hamburger-on + .hamburger-depend .texteencadre-spip {
  border-top-right-radius: 0;
}
.full-width .album {
  margin: 0;
}
#geolocalisation {
  padding: 0;
}
.content-bloc:has(#geolocalisation) {
  padding-top: 0;
}
#geolocalisation .hamburger {
  background-color: #d9e6f2;
}
#geolocalisation .hamburger:not(.hamburger-started) ~ .hamburger-depend {
  display: none;
}
.liste--evenements .evenement:nth-child(even) {
  background: #F7F7FD;
}
.evenement {
  position: relative;
  overflow: hidden;
  margin-left: -1em;
  margin-right: -1em;
  padding: 1em;
}
.evenement:last-child {
  margin-bottom: -1em;
}
.evenement del {
  opacity: 0.75;
  text-decoration: none;
}
.evenement del .titre, .evenement del .nature, .evenement del .evenement__infos, .evenement del .evenement__date, .evenement del .mm {
  text-decoration: line-through;
}
.evenement del .annule {
  opacity: 1;
}
.evenement__titre {
  margin-bottom: 0.5em;
  clear: none;
}
.evenement__titre strong {
  font-family: "Saira Condensed", Helvetica, Arial, sans-serif;
  font-size: 1.5em;
  color: #d9e6f2;
  margin-bottom: 0;
}
.evenement__titre br ~ span {
  font-style: italic;
  font-size: 0.8em;
}
@media screen and (min-width: 24.75em) {
  .evenement__dates {
    float: right;
  }
}
.evenement__date {
  border-radius: 0 16px 16px 16px;
  background: #6699CC;
  color: #0a002f;
  text-align: center;
  white-space: nowrap;
}
.evenement__date .icone-svg {
  display: none;
}
@media screen and (min-width: 24.75em) {
  .evenement__date .icone-svg {
    display: inline-flex;
  }
}
@media screen and (min-width: 24.75em) {
  .evenement__date {
    margin-left: 1em;
    margin-bottom: 0.5em;
    padding: 0.5em 0.25em;
    width: 10.3125em;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
  }
}
@media print {
  .evenement__date {
    text-align: unset;
  }
}
@media screen and (max-width: 23.75em) {
  .evenement__date .saison {
    display: none;
  }
}
.evenement__date .jj-nom, .evenement__date .aa {
  font-size: 0.95em;
}
@media screen and (min-width: 24.75em) {
  .evenement__date .jj-num, .evenement__date .mm {
    display: inline-block;
    font-size: 1.3em;
    font-weight: bold;
  }
}
.evenement__date .jj-num {
  padding-left: 0.1em;
}
.evenement__date .mm {
  padding-left: 0.1em;
}
@media screen and (min-width: 24.75em) {
  .evenement__date .horaire {
    display: block;
    margin-top: 0.25em;
  }
}
.evenement__date .dt-start.dt-spanning:after {
  content: " > ";
}
@media screen and (min-width: 24.75em) {
  .evenement__date .dt-start.dt-spanning:after {
    content: "";
  }
}
.evenement__date .dt-start .horaire {
  margin-bottom: 0.25em;
}
.evenement__date .dt-end {
  position: relative;
  margin-top: 1.5em;
}
@media screen and (min-width: 24.75em) {
  .evenement__date .dt-end:before {
    position: absolute;
    display: block;
    content: " ";
    top: -1.25em;
    height: 0.6em;
    left: 50%;
    width: 0.6em;
    margin-left: -0.3em;
    border-width: 2px 2px 0 0;
    border-style: solid;
    border-color: #150062;
    transform: rotate(135deg);
  }
}
.evenement__infos .lien {
  margin-bottom: 0;
}
.evenement__criteres {
  margin-bottom: 1.5em;
}
@media screen and (min-width: 62.25em) {
  .evenement__criteres {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0.5em;
    row-gap: 0.25em;
  }
}
.evenement__criteres p {
  margin-bottom: 0.5em;
}
.evenement__criteres p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 62.25em) {
  .evenement__criteres p:last-child {
    margin-bottom: unset;
  }
}
@media screen and (min-width: 62.25em) {
  .evenement__criteres p {
    margin-bottom: 0;
  }
}
.evenement__criteres p > * {
  display: block;
}
.evenement__criteres .label {
  font-weight: bold;
  color: #264d73;
  min-width: 10em;
}
.prochains_evenements_detailles .evenement__infos h1, .prochains_evenements_detailles .evenement__infos h2, .prochains_evenements_detailles .evenement__infos h3, .prochains_evenements_detailles .evenement__infos h4, .prochains_evenements_detailles .evenement__infos h5, .prochains_evenements_detailles .evenement__infos h6, .anciens_evenements_detailles .evenement__infos h1, .anciens_evenements_detailles .evenement__infos h2, .anciens_evenements_detailles .evenement__infos h3, .anciens_evenements_detailles .evenement__infos h4, .anciens_evenements_detailles .evenement__infos h5, .anciens_evenements_detailles .evenement__infos h6 {
  clear: none;
}
.prochains_evenements_detailles .evenement__infos div:last-child p:last-child, .anciens_evenements_detailles .evenement__infos div:last-child p:last-child {
  margin-bottom: 0px;
}
/**
 * 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 {
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
.formulaire_spip {
  margin-top: 0;
  margin-bottom: 1em;
  /* elements du formulaire */
  /* sous choix */
  /* reponses succes/erreur */
  /* Explications */
  /* Remarques importantes */
  /* Fieldset */
  /* boutons */
}
.formulaire_spip .boutons, .formulaire_spip .titrem, .formulaire_spip .legend {
  margin: 0;
}
.formulaire_spip > p, .formulaire_spip fieldset > p {
  margin: 0 !important;
}
.formulaire_spip .editer {
  margin: 0 0 1em 0;
  clear: both;
  overflow: hidden;
}
.formulaire_spip .editer.afficher {
  overflow: hidden;
  margin-bottom: 0.8em;
}
.formulaire_spip input.text, .formulaire_spip input.password, .formulaire_spip input.date, .formulaire_spip .saisie_date input.date, .formulaire_spip input.email, .formulaire_spip input[type=text], .formulaire_spip input[type=password], .formulaire_spip input[type=search], .formulaire_spip textarea, .formulaire_spip select {
  font-size: 1em;
  font-family: inherit;
  padding: 0 0.3em;
  width: 100%;
  border: 1px solid #CCCFDF;
  background: white;
  min-height: 1.875em;
  line-height: 1.875em;
}
.formulaire_spip input.text[readonly] {
  color: black;
  background: #d9e6f2;
  border: 1px solid #bad1e8;
  border-radius: 0 16px 16px 16px;
}
.formulaire_spip select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: white;
  padding-right: 28px;
  border-radius: 0;
  background-image: linear-gradient(45deg, transparent 50%, #d9e6f2 50%), linear-gradient(135deg, #d9e6f2 50%, transparent 50%), linear-gradient(to right, #d9e6f2, #d9e6f2);
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
}
.formulaire_spip select[multiple] {
  background-image: none;
}
.formulaire_spip select[multiple]:hover, .formulaire_spip select[multiple]:focus {
  background-image: none;
}
.formulaire_spip select::-ms-expand {
  display: none;
}
.formulaire_spip textarea {
  height: 15.625em;
  overflow: auto;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.formulaire_spip ::placeholder {
  color: #424242;
}
.formulaire_spip input::-webkit-input-placeholder {
  color: #424242;
}
.formulaire_spip input:-moz-placeholder {
  /* Firefox 18- */
  color: #424242;
}
.formulaire_spip input::-moz-placeholder {
  /* Firefox 19+ */
  color: #424242;
}
.formulaire_spip input:-ms-input-placeholder {
  color: #424242;
}
.formulaire_spip .erreur {
  background-color: #FBE3E4;
}
.formulaire_spip .erreur_message {
  display: block;
  color: #8A1F11;
  font-weight: bold;
}
.formulaire_spip .erreur input.text, .formulaire_spip .erreur input.password, .formulaire_spip .erreur textarea {
  border: 2px solid #FBC2C4;
}
.formulaire_spip .obligatoire label, .formulaire_spip .obligatoire .label, .formulaire_spip .obligatoire .choix label, .formulaire_spip .obligatoire .choix .label {
  font-weight: bold;
}
.formulaire_spip .choix {
  overflow: hidden;
  margin: 0.3em 0;
  display: flex;
  align-items: center;
}
.formulaire_spip .choix label {
  font-weight: normal;
  text-transform: none;
  display: inline-block;
  padding-left: 1rem;
  cursor: pointer;
}
.formulaire_spip .choix label.on {
  font-weight: bold;
}
.formulaire_spip .choix .radio, .formulaire_spip .choix .checkbox {
  float: left;
  margin-left: 0.2em;
}
.formulaire_spip .choix label {
  margin-bottom: 0px;
}
.formulaire_spip .reponse_formulaire, .formulaire_spip .error, .formulaire_spip .success, .formulaire_spip .notice {
  border: 1px solid;
  font-weight: normal;
  padding: 0.5em;
  min-height: 1.5em;
  margin-bottom: 1em;
  margin-top: 1em;
}
.formulaire_spip .reponse_formulaire_ok {
  color: #264409;
  border-color: #C6D880;
  background-color: #E6EFC2;
}
.formulaire_spip .reponse_formulaire_erreur {
  color: #8A1F11;
  border-color: #FBC2C4;
  background-color: #FBE3E4;
}
.formulaire_spip .saisie_explication .explication {
  color: black;
  background: #d9e6f2;
  border: 1px solid #bad1e8;
  border-radius: 0 16px 16px 16px;
  font-size: 100%;
  padding: 0.5em;
}
.formulaire_spip p.explication {
  display: block;
  font-weight: normal;
  font-style: italic;
  font-size: 0.8em;
  margin-bottom: 0.5em;
}
.formulaire_spip .explication .boutons {
  margin-left: 2em;
  font-size: 55%;
}
.formulaire_spip .attention {
  display: block;
  margin-bottom: 1em;
  font-weight: normal;
}
.formulaire_spip input.submit, .formulaire_spip input.reset, .formulaire_spip input.button {
  width: auto;
}
.formulaire_spip fieldset {
  border: 0;
  width: auto;
  padding: 0;
  margin: 1.5em 0;
}
.formulaire_spip legend:not(.label) {
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  font-size: 125%;
  display: block;
  width: 100%;
  margin: 0 0 0.5em 0;
}
.formulaire_spip fieldset input.text, .formulaire_spip fieldset textarea.textarea {
  border: 1px solid #CCCFDF;
}
.formulaire_spip .boutons {
  margin: 1em 0 0 0;
  clear: both;
  padding: 1em 0;
  text-align: right;
}
.formulaire_spip .boutons-left {
  text-align: left;
}
.formulaire_spip .boutons-center {
  text-align: center;
}
.formulaire_spip .boutons.noborder {
  margin-top: 0;
}
a.button, button, input[type=submit] {
  display: inline-block;
  padding: 0.25em 1.5em;
  background-color: #d9e6f2;
  border: none;
  box-shadow: none;
  text-align: center;
  text-decoration: none;
  color: #0a002f !important;
  transition: background 0.3s;
  cursor: pointer;
  border-radius: 0 16px 16px 16px;
}
a.button:hover, a.button:focus, button:hover, button:focus, input[type=submit]:hover, input[type=submit]:focus {
  background-color: #8cb3d9;
}
.formulaire_spip__etapes {
  margin: 1em 0;
}
.formulaire_spip__etapes ol {
  margin-left: 0;
  border-radius: 0 16px 16px 16px;
  background: #d9e6f2;
  border: 1px solid #bad1e8;
  padding: 0.5em;
}
.formulaire_spip__etapes em {
  font-weight: bold;
  color: #264d73;
}
.formulaire_spip__etapes button {
  padding: 0px;
  background-color: transparent;
  color: #0081be !important;
}
.formulaire_spip__etapes button:hover, .formulaire_spip__etapes button:active {
  text-decoration: underline;
  color: #6699CC;
}
.formulaire_spip__etapes .etapes__item {
  display: inline;
}
.texteencadre-spip .explication {
  background-color: #ecf2f9 !important;
  border: 1px solid #264d73 !important;
}
.choix_grille td, .choix_grille th {
  word-break: break-all;
}
input[type=text]:focus, input[type=password]:focus, input[type=search]:focus, textarea:focus, select:focus {
  border-color: #9da3c2;
}
/* Bouton de validation */
/* Pour IE, qui grossit le bouton submit */
input[type="submit"], input[type="reset"] {
  font-size: inherit;
}
.pagination {
  text-align: center;
}
.pagination .pagination-item {
  display: inline-block;
  padding: 0.2em 0.5em;
  vertical-align: middle;
  line-height: 1;
}
.pagination .pagination-item:not(.disabled):hover, .pagination .pagination-item:not(.disabled):focus, .pagination .pagination-item:not(.disabled):active {
  background-color: #8cb3d9;
}
.pagination .pagination-item:not(.disabled):hover a, .pagination .pagination-item:not(.disabled):focus a, .pagination .pagination-item:not(.disabled):active a {
  color: #FFF;
  text-decoration: none;
}
.pagination .pagination-item.on {
  color: #FFF;
  background-color: #d9e6f2;
}
.pagination .next, .pagination .prev {
  font-weight: bold;
}
.pagination .disabled {
  display: inline-block;
  color: #6a6a6a;
}
figure.album {
  margin-left: auto;
  margin-right: auto;
}
.slider, .slider-nav {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.slick-prev::before, .slick-next::before {
  font-size: 24px;
}
.slick-prev {
  left: 20px;
  z-index: 1;
}
.slick-next {
  right: 20px;
}
.hamburger {
  font-family: "Ubuntu", Helvetica, Arial, sans-serif;
  background-color: white;
  padding: 10px;
  display: flex;
  gap: 0.5rem;
}
.hamburger .hamburger-text {
  color: #0a002f;
  font-size: 1.2rem;
}
.content-wrapper .hamburger {
  background: #6699CC;
}
.hamburger .slice {
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  background: #0a002f;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}
.hamburger.hamburger-on .slice1 {
  transform: rotate(45deg) translate(1px, -1px);
}
.hamburger.hamburger-on .slice2 {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}
.hamburger.hamburger-on .slice3 {
  transform: rotate(-45deg) translate(0px, -1px);
}
.hamburger:not(.hamburger-started) {
  display: none;
}
.hamburger-started {
  cursor: pointer;
}
.hamburger-started ~ .hamburger-depend {
  display: none;
}
.hamburger-on ~ .hamburger-depend {
  display: block !important;
}
@media screen and (min-width: 62.25em) {
  .hamburger:not(.hamburger-also-full) {
    display: none;
  }
  .hamburger-started ~ .hamburger-depend {
    display: inherit;
  }
  .hamburger-started ~ .hamburger-depend.hamburger-also-full {
    display: none;
  }
}
@media print {
  /*
	 * Don't show links that are fragment identifiers,
	 * or use the `javascript:` pseudo protocol
	 */
  /* éviter saut de page hasardeux */
  /*
	 * Printing Tables:
	 * http://css-discuss.incutio.com/wiki/Printing_Tables
	 */
  @page {
    margin: 2cm 0.5cm;
  }
  #spip-admin, .pagination, .header-logo img, .content-aside, .header-tools, .header-reseaux, .hamburger, .content-bloc__nav, .footer-tools, .footer-links {
    display: none !important;
  }
  .header-logo:after {
    content: url('https://www.planete-sciences.org/bretagne/plugins/plasci/images/logo-planete-sciences-print.png');
    width: 320px;
  }
  .page-header {
    border-bottom: 1px solid black;
  }
  .page-footer {
    border-top: 1px solid black;
  }
  *, *:before, *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
										  http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a, a:visited {
    text-decoration: underline;
  }
  a:after {
    content: "";
  }
  a[rel="external"]:after, a.spip_out:after {
    content: " (" attr(href) ")";
  }
  a[href^="#"]:after, a[href^="javascript:"]:after {
    content: "";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  blockquote, ul, ol {
    page-break-inside: avoid;
  }
  h1, h2, h3, caption {
    page-break-after: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
  .noprint, .no-print {
    display: none;
  }
}
