/* #PRODUIRE{fond=css/base.css,host=www.cogitstudio.com}
   md5:4a6f2863045af0daff0392f21e903385 */
/*
#@/var/www/html/squelettes/css/base/config.less
#@squelettes/public/libs/normalize-css/normalize.css
#@/var/www/html/squelettes/css/base/mixins.less
#@/var/www/html/squelettes/css/base/typo.less
#@/var/www/html/squelettes/css/base/animations.less
#@/var/www/html/squelettes/css/components/columns.less
#@/var/www/html/squelettes/css/components/fan.less
#@/var/www/html/squelettes/css/components/filters.less
#@/var/www/html/squelettes/css/components/form.less
#@/var/www/html/squelettes/css/components/grid.less
#@/var/www/html/squelettes/css/components/hero.less
#@/var/www/html/squelettes/css/components/preload.less
#@/var/www/html/squelettes/css/components/visuals-filters.less
#@/var/www/html/squelettes/css/components/visuals.less
#@/var/www/html/squelettes/css/mobile/layout.less
#@/var/www/html/squelettes/css/mobile/article.less
#@/var/www/html/squelettes/css/mobile/contact.less
#@/var/www/html/squelettes/css/mobile/footer.less
#@/var/www/html/squelettes/css/mobile/header.less
#@/var/www/html/squelettes/css/mobile/homepage.less
#@/var/www/html/squelettes/css/base/image_responsive.less
*/
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

/* Document
   ========================================================================== */

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

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * 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 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 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 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

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

/**
 * 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;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * 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
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * 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"], /* 1 */
[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 */
}

/**
 * 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, /* 1 */
menu {
  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;
}

.fonts-loaded .loaded-fonts {
  font-family: 'Noticia Text', serif;
}
.fonts-loaded .loaded-fonts-heading {
  font-family: Montserrat, sans-serif;
}
.list-unstyled {
  margin: 0;
  padding: 0;
  list-style: none;
}
.link-unstyled {
  color: inherit;
  text-decoration: none;
}
.clear::after {
  display: table;
  visibility: hidden;
  clear: both;
  content: '';
}
.banner-row {
  position: relative;
  z-index: 1;
}
.banner-row::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  margin-left: -50vw;
  background: #ffffff;
  content: '';
}
.banner-row:nth-of-type(even)::before {
  background: #f9f9f4;
}
.banner-row:nth-of-type(even) .shadow {
  fill: #ecece8;
}
.dot-border::after {
  position: relative;
  z-index: -1;
  display: block;
  width: 0;
  margin: .1em auto;
  margin-top: .2em;
  border: 0 dotted #ff1d3f;
  border-image-source: url('//www.cogitstudio.com/squelettes/img/icons/border-dots.svg');
  border-image-slice: 33% 33%;
  border-image-repeat: round;
  border-top-width: .45em;
  opacity: 0;
  transition: width 200ms;
  content: '';
}
/* Setup */
:focus {
  outline: auto 3px #060692;
}
html {
  /* Change default typefaces here */
  color: #34485e;
  font-family: Arial, serif;
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
}
body.fonts-loaded {
  font-family: 'Noticia Text', serif;
}
/* Copy & Lists */
p {
  margin-top: 1.25em;
  margin-bottom: 0;
  line-height: 1.25;
}
ul,
ol {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
ul li,
ol li {
  line-height: 1.25;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}
blockquote {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  line-height: 1.25;
}
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 1.25em;
  margin-bottom: 0;
  /* Change heading typefaces here */
  font-family: Tahoma, sans-serif;
  line-height: 1.25em;
}
.fonts-loaded h1,
.fonts-loaded h2,
.fonts-loaded h3,
.fonts-loaded h4,
.fonts-loaded h5,
.fonts-loaded h6 {
  font-family: Montserrat, sans-serif;
}
h1 {
  margin-top: 2.5em;
  font-size: 4.242em;
}
h2 {
  margin-top: 2.5em;
  font-size: 2.828em;
}
h3 {
  font-size: 1.414em;
}
h4 {
  font-size: 0.707em;
}
h5 {
  font-size: 0.47133333em;
}
h6 {
  font-size: 0.3535em;
}
/* Tables */
table {
  margin-top: 1.25em;
  border-spacing: 0px;
  border-collapse: collapse;
}
table td,
table th {
  padding: 0;
  line-height: 20px;
}
/* Code blocks */
code {
  vertical-align: bottom;
}
/* Links */
a {
  color: #34485e;
  text-decoration: none;
}
a:hover,
a:active,
a:focus {
  text-decoration: underline;
}
@keyframes blink {
  25% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
}
.article {
  margin: 0;
  padding: 0;
  list-style: none;
}
.article_team .article .banner-row {
  overflow: hidden;
  margin: 0 -1em -1px;
  padding-right: 1em;
  padding-left: 1em;
}
.article_team .article .banner-row::before {
  bottom: 1px;
  height: auto;
}
.article li {
  padding-top: 1em;
}
.article svg,
.article img {
  display: block;
  width: 100%;
  max-width: 500px;
  height: auto;
  margin: 2em auto 0 30%;
}
.article p {
  margin: 0;
}
.article p:first-child {
  margin: 0;
  color: #ff1d3f;
  font-family: Tahoma, sans-serif;
  font-size: 1.2em;
  font-weight: bold;
}
.fonts-loaded .article p:first-child {
  font-family: Montserrat, sans-serif;
}
.article strong {
  display: block;
  font-family: Tahoma, sans-serif;
  font-weight: bold;
}
.fonts-loaded .article strong {
  font-family: Montserrat, sans-serif;
}
.article h3 {
  margin-top: 0;
  padding-right: 0.5em;
  color: #ff1d3f;
  font-size: 2em;
}
.article dt {
  margin-bottom: .5em;
  font-family: Tahoma, sans-serif;
  font-size: 1.2em;
  font-weight: bold;
}
.fonts-loaded .article dt {
  font-family: Montserrat, sans-serif;
}
.article dd {
  margin: 0;
}
.article-column {
  margin: 0;
  padding: 0;
  list-style: none;
}
.article-column article {
  position: relative;
  overflow: hidden;
  margin-right: -1em;
  padding-right: 1em;
}
.article-column h3 {
  margin-top: 0;
  color: #ff1d3f;
  font-size: 2em;
}
.article-column li {
  padding-top: 1em;
}
.article-column div {
  margin-bottom: 2em;
}
.article-column svg,
.article-column img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 500px;
  margin-bottom: -7.5em;
  margin-left: 25%;
  padding-top: 0;
}
.article-column .two-columns {
  display: table;
  margin-bottom: 1em;
}
.article-column .two-columns svg,
.article-column .two-columns img {
  float: right;
  max-height: 200px;
  margin: -1em -5em -5em 1em;
}
.article-column .title {
  display: table-caption;
}
.article-column h4 {
  font-size: 1.25em;
}
.fan {
  position: absolute;
  width: 0.27em;
  height: 0.07000000000000001em;
  opacity: 0;
  transform: rotate(15deg) translate(-2px, 635%) rotateY(180deg);
  transform-origin: bottom right;
}
.fan,
.fan::before,
.fan::after {
  background: #ff1d3f;
}
.fan::before,
.fan::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 0.27em;
  height: 0.07000000000000001em;
  transition: transform 500ms ease-out 550ms;
  transform-origin: 150% 50%;
  content: '';
}
.fan-left {
  transform: rotate(-15deg) translate(-120%, 135%);
}
.fan-white,
.fan-white::before,
.fan-white::after {
  background: #ffffff;
}
.fan.open {
  opacity: 1;
}
.fan.open::before {
  transform: rotate(55deg);
}
.fan.open::after {
  transform: rotate(105deg);
}
.filters {
  padding: 2rem 0 1.5rem;
  font-family: Tahoma, sans-serif;
  font-size: 0;
  text-align: center;
}
.fonts-loaded .filters {
  font-family: Montserrat, sans-serif;
}
.filters li {
  display: inline-block;
  width: 50%;
  margin-bottom: 0.4em;
  font-size: 1.25rem;
}
.filters li:nth-child(odd) {
  padding-right: 0.2em;
}
.filters li:nth-child(even) {
  padding-left: 0.2em;
}
.filters li:first-child a {
  background: #34485e;
}
.filters li:first-child a.active {
  background: #ffffff;
  box-shadow: 0 0 0 1px #34485e inset;
  color: #34485e;
}
.filters a {
  display: block;
  padding: .5em;
  color: #ffffff;
  font-size: .6em;
  text-decoration: none;
  text-transform: uppercase;
}
.form-explication,
.formulaire_spip {
  font-family: Tahoma, sans-serif;
}
.fonts-loaded .form-explication,
.fonts-loaded .formulaire_spip {
  font-family: Montserrat, sans-serif;
}
.form-explication {
  margin-bottom: 1em;
  padding-top: 1em;
}
.formulaire_spip {
  padding: 1em 0;
}
.formulaire_spip fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}
.formulaire_spip ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.formulaire_spip #spip_logo_auteur,
.formulaire_spip legend {
  display: none;
}
.formulaire_spip .boutons {
  margin-top: 0;
}
.formulaire_spip label,
.formulaire_spip input,
.formulaire_spip textarea {
  font-size: 1.2em;
}
.formulaire_spip label {
  display: block;
  padding-left: .1em;
}
.formulaire_spip input,
.formulaire_spip textarea {
  width: 100%;
  margin: .5em 0 1em;
  padding: .5em;
  border: 1px solid #c9dde4;
  background: #ffffff;
  box-shadow: inset 0 0 5px #c9dde4;
  color: #34485e;
  font-family: Arial, serif;
}
.fonts-loaded .formulaire_spip input,
.fonts-loaded .formulaire_spip textarea {
  font-family: 'Noticia Text', serif;
}
.formulaire_spip .submit {
  margin: 0;
  background: #a3d8e5;
  box-shadow: none;
  color: #ffffff;
  font-family: Tahoma, sans-serif;
  font-weight: bold;
}
.fonts-loaded .formulaire_spip .submit {
  font-family: Montserrat, sans-serif;
}
.formulaire_spip .checkbox {
  float: left;
  width: auto;
  margin: 0 .5em 0 0;
}
.formulaire_spip textarea {
  max-width: 100%;
  height: 10em;
  max-height: 75vh;
}
.formulaire_spip p + .editer-groupe {
  margin-top: 2em;
}
.formulaire_spip .choix {
  margin-bottom: 1em;
}
.formulaire_spip .choix label {
  font-size: 1em;
}
.formulaire_spip .details {
  margin-top: 0;
  margin-bottom: 1.5em;
}
.formulaire_spip .details::first-letter {
  text-transform: capitalize;
}
.formulaire_spip .reponse_formulaire,
.formulaire_spip .erreur_message {
  color: #ff1d3f;
}
.formulaire_spip .reponse_formulaire {
  margin-top: 0;
  margin-bottom: 1em;
}
.formulaire_spip .erreur_message {
  display: block;
  margin-top: .5em;
}
.grid {
  margin-top: -0.5em;
  padding-bottom: 1em;
}
.grid:nth-child(even)::before {
  background: #ffffff;
}
.grid__row {
  margin: 0 -0.5em;
  padding: 0;
  list-style: none;
  column-count: 1;
  column-gap: 0;
}
.page-sommaire .grid__row {
  column-count: 2;
}
.grid__row.focused a::after {
  opacity: 1;
}
.grid__row ul {
  display: flex;
  margin: -0.5em -1em;
  padding: 0 0.5em;
  list-style: none;
  page-break-inside: avoid;
  break-inside: avoid;
}
.grid__row ul li {
  width: 50%;
}
.grid__row li {
  padding: 0.5em;
  page-break-inside: avoid;
  break-inside: avoid;
}
.grid__row a {
  position: relative;
  z-index: 1;
  display: block;
  padding-top: 100%;
  color: #ffffff;
  text-decoration: none;
  align-content: center;
}
.grid__row a::before,
.grid__row a::after {
  position: absolute;
  z-index: -1;
  right: 0;
  left: 0;
}
.grid__row a::before {
  top: -1px;
  height: 1em;
  padding-left: .5em;
  background: #c9dde4;
  color: #34485e;
  line-height: .5em;
  text-align: left;
  content: '...';
}
.grid__row a::after {
  top: 0;
  bottom: 0;
  background: #34485e;
  opacity: 0;
  transition: opacity .3s;
  content: '';
}
.focused .grid__row a::after {
  opacity: 1;
}
.grid__row a:hover::after,
.grid__row a:focus::after,
.grid__row a:active::after {
  opacity: 0;
}
.grid__row .medium,
.grid__row .big {
  padding-top: 50%;
}
.grid__row div {
  position: absolute;
  top: 50%;
  right: 0.5em;
  left: 0.5em;
  margin-top: 0.5em;
  transform: translateY(-50%) translateZ(0);
}
.grid__row span {
  display: block;
  margin-top: 0.5em;
  font-family: Tahoma, sans-serif;
  font-weight: bold;
  text-align: center;
}
.fonts-loaded .grid__row span {
  font-family: Montserrat, sans-serif;
}
.grid__row img {
  width: 50px;
  margin: auto;
  filter: brightness(10);
}
.hero {
  position: relative;
  margin-top: 0;
  padding: 0.707em 0;
  color: #ffffff;
  font-family: Tahoma, sans-serif;
  font-size: 10vw;
  font-weight: bold;
  text-align: center;
}
.fonts-loaded .hero {
  font-family: Montserrat, sans-serif;
}
.page-sommaire main > .hero {
  font-size: 4.242em;
}
.hero + p,
.hero + h1 {
  max-width: 70%;
  margin: -1.414em auto 1.414em;
  color: #ffffff;
  font-family: Arial, serif;
  font-size: 1em;
  font-weight: normal;
  text-align: center;
}
.fonts-loaded .hero + p,
.fonts-loaded .hero + h1 {
  font-family: 'Noticia Text', serif;
}
.hero + p a,
.hero + h1 a {
  color: #ffffff;
  text-decoration: underline;
}
.hero-title {
  display: inline-block;
  color: #ff1d3f;
}
.preload {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  display: none;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: #a3d8e5;
  color: #ffffff;
  text-align: center;
}
.preload .loader-panda {
  display: table-cell;
  vertical-align: middle;
}
.preload #preload-animation {
  transform: scale(0.9);
}
.preload.scale {
  opacity: 0;
  transition: opacity 1s, transform 1s;
  transform: scale(4);
}
.visuals-filters a {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  margin-bottom: 1em;
  border-radius: 50%;
  text-indent: 100vw;
  vertical-align: top;
}
.visuals-filters a:hover {
  background-color: #34485e;
}
.visuals-filters a::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  text-indent: 0;
}
.visuals-filters a.selected {
  background: #a3d8e5;
  opacity: .5;
  pointer-events: none;
}
.visuals-filters a.reset {
  line-height: 2;
  text-indent: inherit;
}
.article-visuals-list {
  font-size: 0;
}
.project-visual {
  position: relative;
  margin-bottom: 1em;
  border: 1px solid #c9dde4;
  border-top-width: 1em;
  border-radius: 3px 3px 0 0;
  font-size: 1rem;
  vertical-align: top;
}
.project-visual-desktop::before {
  position: absolute;
  top: -1em;
  padding-left: .5em;
  line-height: .5em;
  content: '...';
}
.project-visual-mobile,
.project-visual-tablet,
.project-visual-mobile-landscape,
.project-visual-tablet-landscape {
  border-radius: 1em;
  background: #c9dde4;
}
.project-visual-mobile::before,
.project-visual-tablet::before,
.project-visual-mobile-landscape::before,
.project-visual-tablet-landscape::before,
.project-visual-mobile::after,
.project-visual-tablet::after,
.project-visual-mobile-landscape::after,
.project-visual-tablet-landscape::after {
  position: absolute;
  background: #34485e;
  content: '';
}
.project-visual-mobile,
.project-visual-tablet {
  padding: 3em 0;
}
.project-visual-mobile::before,
.project-visual-tablet::before,
.project-visual-mobile::after,
.project-visual-tablet::after {
  left: 50%;
}
.project-visual-mobile::before,
.project-visual-tablet::before {
  top: 1.25em;
  width: 2.5em;
  height: 0.5em;
  margin-left: -1.25em;
  border-radius: 1em;
}
.project-visual-mobile::after,
.project-visual-tablet::after {
  bottom: 0.75em;
  width: 1.5em;
  height: 1.5em;
  margin-left: -0.75em;
  border-radius: 50%;
}
.project-visual-mobile-landscape,
.project-visual-tablet-landscape {
  padding: 0 3em;
}
.project-visual-mobile-landscape::before,
.project-visual-tablet-landscape::before,
.project-visual-mobile-landscape::after,
.project-visual-tablet-landscape::after {
  top: 50%;
}
.project-visual-mobile-landscape::before,
.project-visual-tablet-landscape::before {
  left: 1.25em;
  width: 0.5em;
  height: 2.5em;
  margin-top: -1.25em;
  border-radius: 1em;
}
.project-visual-mobile-landscape::after,
.project-visual-tablet-landscape::after {
  right: 0.75em;
  width: 1.5em;
  height: 1.5em;
  margin-top: -0.75em;
  border-radius: 50%;
}
.project-visual-mobile,
.project-visual-mobile-landscape {
  border-width: 1px;
}
.project-visual-mobile {
  display: inline-block;
  width: calc(50% - (1em / 2));
}
.project-visual-mobile.odd-mobile {
  margin-right: 1em;
}
.project-visual-tablet,
.project-visual-tablet-landscape {
  border-width: 0.75em;
}
* {
  box-sizing: border-box;
}
html,
body,
#main {
  height: 100%;
}
body {
  overflow-x: hidden;
  background: #a3d8e5;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
svg {
  max-height: 100%;
}
iframe {
  width: 100%;
  max-width: 100%;
  max-height: 50vh;
  margin-top: 1em;
  border: 0;
}
#main {
  width: 100%;
  margin: auto;
  padding-right: 1em;
  padding-left: 1em;
  -webkit-overflow-scrolling: touch;
}
#main #header,
#main #content,
#main #footer {
  display: table;
  width: 100%;
}
#main #content {
  height: 100%;
}
picture.conteneur_image_responsive_h {
  display: block;
}
#preload-animation,
.panda {
  width: 100%;
}
#preload-animation *,
.panda * {
  transition: fill .4s linear;
  fill: transparent;
  stroke: currentColor;
  stroke-width: 10px;
  stroke-linejoin: miter;
}
#preload-animation.original *,
.panda.original * {
  fill: white;
  stroke: none;
}
#preload-animation.original .or,
.panda.original .or,
#preload-animation.original .nz,
.panda.original .nz,
#preload-animation.original .oy,
.panda.original .oy {
  fill: black;
}
#preload-animation.original .og,
.panda.original .og,
#preload-animation.original .od,
.panda.original .od {
  fill: black;
}
#preload-animation.original .bo,
.panda.original .bo {
  fill: #ff1d3f;
}
#preload-animation.original .org,
.panda.original .org,
#preload-animation.original .ord,
.panda.original .ord {
  fill: #ff1d3f;
}
.download_app {
  display: inline-block;
  vertical-align: middle;
}
.download_app img {
  max-height: 60px;
}
.spip_out::after {
  margin-left: .25em;
  font-family: cogit-icon;
  font-size: .75em;
  vertical-align: super;
  content: '\e903';
}
.page_article .back-to-section {
  text-align: right;
}
.page_article .back-to-section ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.page_article .back-to-section li {
  display: inline-block;
  margin: .5em;
  font-family: Tahoma, sans-serif;
  font-size: .7em;
  font-weight: bold;
  text-transform: uppercase;
}
.fonts-loaded .page_article .back-to-section li {
  font-family: Montserrat, sans-serif;
}
.page_article .back-to-section li:not(:first-child) {
  position: relative;
  margin-left: 1.5em;
}
.page_article .back-to-section li:not(:first-child)::after {
  position: absolute;
  top: 50%;
  left: -1.75em;
  transform: translateY(-50%);
  pointer-events: none;
  content: '➜';
}
.page_article .article-content {
  margin-right: -1em;
  padding: 1em 0;
  padding-right: 1em;
}
.page_article .article-content::before {
  background: #ffffff;
}
.page_article .article-content p,
.page_article .article-content li {
  color: #34485e;
}
.page_article .article-subtitle {
  margin-top: 0;
  font-size: 2em;
}
.page_article article {
  overflow: hidden;
}
.page_article .article-keywords dt {
  font-family: Tahoma, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}
.fonts-loaded .page_article .article-keywords dt {
  font-family: Montserrat, sans-serif;
}
.page_article .article-keywords dt:not(:first-child) {
  margin-top: .5em;
}
.page_article .article-keywords dd {
  margin: 0;
  padding: 0;
  color: #34485e;
}
.page_article .spip_documents_right {
  max-width: 150px;
  height: auto;
  max-height: 150px;
  margin-top: 1.25em;
  margin-left: 1em;
}
.page_article .spip_documents_right object {
  width: 300px;
  height: auto;
}
.page_article a {
  color: #060692;
}
.contact-infos {
  padding: 1em 0;
}
.contact-infos .contact-infos-details span {
  display: block;
}
.pre-footer {
  margin: 2em auto;
  text-align: center;
}
.pre-footer svg {
  height: 6.25em;
}
#footer {
  position: relative;
  z-index: 1;
  padding: 1em 0;
  color: #ffffff;
  text-align: center;
}
#footer::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  margin-left: -50vw;
  background: #ffffff;
  content: '';
}
#footer:nth-of-type(even)::before {
  background: #f9f9f4;
}
#footer:nth-of-type(even) .shadow {
  fill: #ecece8;
}
#footer::before {
  background: #34485e;
}
#footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer__logo svg {
  height: 3.125em;
  fill: #ffffff;
}
.footer__logo div {
  margin-top: .25em;
  font-family: Tahoma, sans-serif;
  text-transform: uppercase;
}
.fonts-loaded .footer__logo div {
  font-family: Montserrat, sans-serif;
}
.footer__logo div span {
  font-weight: bold;
}
.footer__navigation {
  margin: 2em 0;
}
.footer__navigation a {
  color: inherit;
}
.footer__navigation .panda {
  display: none;
}
.footer__address .menu-liste li {
  display: inline-block;
  margin: 0 .5em;
}
.footer__address .menu-liste a {
  display: block;
  font-size: 0;
}
.footer__address a {
  color: inherit;
}
.footer__address a::before {
  font-size: 1.5rem;
}
.footer__address a[class^="icon-"] {
  color: inherit;
  text-decoration: none;
}
.footer__address .footer__address__infos {
  margin-top: 2em;
  font-style: normal;
}
.footer__address .footer__address__infos span {
  display: block;
}
#header {
  position: relative;
  z-index: 1;
  z-index: 2;
  height: 4em;
  font-family: Tahoma, sans-serif;
  font-weight: bold;
}
#header::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  margin-left: -50vw;
  background: #ffffff;
  content: '';
}
#header:nth-of-type(even)::before {
  background: #f9f9f4;
}
#header:nth-of-type(even) .shadow {
  fill: #ecece8;
}
.fonts-loaded #header {
  font-family: Montserrat, sans-serif;
}
#header::before {
  left: 0;
  margin-left: 0;
  background: #a3d8e5;
  content: none;
}
#header a {
  color: #060692;
  text-decoration: none;
}
#header svg {
  height: 3em;
}
#hamburger-menu-open {
  position: absolute;
  left: -100vw;
}
#hamburger-menu-open:checked ~ .btn-hamburger-menu span {
  opacity: 0;
}
#hamburger-menu-open:checked ~ .btn-hamburger-menu::before {
  top: 50%;
  transform: rotate(45deg);
}
#hamburger-menu-open:checked ~ .btn-hamburger-menu::after {
  top: 50%;
  transform: rotate(-45deg);
}
#hamburger-menu-open:checked ~ .navigation--menu ul {
  padding: 0.25em 0;
}
#hamburger-menu-open:checked ~ .navigation--menu ul,
#hamburger-menu-open:checked ~ .navigation--menu ul::before {
  height: calc(100vh - 4em);
}
#hamburger-menu-open:checked ~ .navigation--menu li {
  display: block;
}
.btn-hamburger-menu {
  position: absolute;
  z-index: 3;
  top: 1em;
  left: 0;
  width: 40px;
  height: 30px;
  cursor: pointer;
  backface-visibility: hidden;
}
.btn-hamburger-menu span,
.btn-hamburger-menu::before,
.btn-hamburger-menu::after {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 5px;
  background: #060692;
}
.btn-hamburger-menu span {
  top: 50%;
  transition: left 200ms, opacity 200ms;
  transform: translateY(-50%) translateZ(0);
  text-indent: -100vw;
  backface-visibility: hidden;
}
.btn-hamburger-menu::before,
.btn-hamburger-menu::after {
  transition: transform 200ms, top 200ms;
  content: '';
}
.btn-hamburger-menu::before {
  top: 0;
}
.btn-hamburger-menu::after {
  bottom: 0;
}
.navigation--menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow-y: auto;
  margin-top: 4em;
}
.navigation--menu ul::before {
  position: absolute;
  z-index: 1;
  top: 4em;
  left: 50%;
  width: 100vw;
  margin-left: -50vw;
  background: #ffffff;
  content: '';
}
.navigation--menu li {
  display: none;
}
.navigation--menu li:not(.home) {
  position: relative;
  z-index: 1;
  padding: 0.75em 0.25em;
  text-transform: uppercase;
}
.navigation--menu .home {
  position: absolute;
  top: .5em;
  left: 50%;
  display: block;
  width: 5rem;
  padding: 0 1em;
  transform: translateX(-50%);
}
.navigation--menu .home span {
  display: none;
}
.navigation--menu .home a::after {
  border: 0;
}
.page-sommaire #content > .hero {
  min-height: 174px;
}
.page-sommaire .in-short {
  display: table;
  width: 100%;
  padding: 1em 0;
}
.page-sommaire .in-short > div {
  display: table-caption;
  padding-top: 0.44444444em;
  font-family: Tahoma, sans-serif;
  font-size: 2.25em;
  font-weight: bold;
  text-align: center;
}
.fonts-loaded .page-sommaire .in-short > div {
  font-family: Montserrat, sans-serif;
}
.page-sommaire .in-short ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
}
.page-sommaire .in-short li {
  display: inline-block;
  width: 50%;
  margin-bottom: 1em;
  font-size: 1rem;
  vertical-align: top;
  padding-right: 1em;
}
.page-sommaire .in-short li:nth-child(even) {
  padding-right: 0;
}
.page-sommaire .in-short li div:first-child {
  color: #ff1d3f;
  font-family: Tahoma, sans-serif;
  font-size: 1.75em;
  font-weight: bold;
}
.fonts-loaded .page-sommaire .in-short li div:first-child {
  font-family: Montserrat, sans-serif;
}
.page-sommaire .last-projects {
  padding-bottom: 1em;
}
.page-sommaire .article li > div {
  overflow: hidden;
  margin-right: -1em;
}
.page-sommaire .article li > div svg,
.page-sommaire .article li > div img {
  margin-bottom: -7.5em;
}
.page-sommaire .project__item {
  height: 25vw;
  background: #ffffff;
  color: #a3d8e5;
}
.page-sommaire .project__cell--content {
  position: absolute;
  right: 0;
  left: 0;
  text-align: center;
}
.page-sommaire .project__cell--content figure {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  margin: auto;
}
.page-sommaire .project__cell--content img {
  position: absolute;
  top: 50%;
  filter: none;
  transform: translateY(-50%);
}
.image_responsive {
  width: 100%;
  height: auto;
}
.image_responsive_v {
  width: auto;
  height: 100%;
}
.conteneur_image_responsive_h {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 0;
  margin: 0;
  border: 0;
}
.conteneur_image_responsive_v {
  display: inline-block;
  position: relative;
  width: auto;
  height: 100%;
  margin: 0;
  border: 0;
}
/*.conteneur_image_responsive_h img {position: absolute;top: 0;left: 0;}*/
.conteneur_image_responsive_v img {
  height: 100%;
  width: auto;
}
[data-responsive=background] {
  background-position: center center;
  background-size: cover;
  -ms-behavior: url(//www.cogitstudio.com/squelettes/css/base/backgroundsize.min.htc);
  background-repeat: none;
}
.bgcolor-060692 {
  background-color: #060692;
}
.bgcolor-060692.active {
  background: rgba(201, 221, 228, 0.1);
  box-shadow: 0 0 0 1px #060692 inset;
  color: #060692;
  pointer-events: none;
}
.text-color-060692 {
  color: #060692;
}
.text-color-060692 .back-to-section li {
  color: #060692;
}
.text-color-060692 a {
  color: #060692;
}
.text-color-060692 a:hover,
.text-color-060692 a:focus,
.text-color-060692 a:active {
  color: #060692;
}
.bgcolor-a3d8e5 {
  background-color: #a3d8e5;
}
.bgcolor-a3d8e5.active {
  background: rgba(201, 221, 228, 0.1);
  box-shadow: 0 0 0 1px #a3d8e5 inset;
  color: #a3d8e5;
  pointer-events: none;
}
.text-color-a3d8e5 {
  color: #a3d8e5;
}
.text-color-a3d8e5 .back-to-section li {
  color: #a3d8e5;
}
.text-color-a3d8e5 a {
  color: #a3d8e5;
}
.text-color-a3d8e5 a:hover,
.text-color-a3d8e5 a:focus,
.text-color-a3d8e5 a:active {
  color: #a3d8e5;
}
.bgcolor-.active {
  background: rgba(201, 221, 228, 0.1);
  pointer-events: none;
}
.bgcolor-.active {
  background: rgba(201, 221, 228, 0.1);
  pointer-events: none;
}
