/*
	Landed by HTML5 UP
	html5up.net | @ajlkn
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

/* variables */
:root {
  --rouge_clair: #FF6243;
  --vert_clair: #019b77;
  --bleu_clair: #1fc8df;
  --bleu_fonce1: #518ac2;
  --bleu_fonce2: #436d98;
  --bleu_fonce3: #355170;
  --bleu_fonce4: #26374a;
  --bleu_fonce5: #181e27;
}

/* Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

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

body {
  line-height: 1;
  min-width: 320px; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

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

body {
  -webkit-text-size-adjust: none; }

/* Box Model */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* Containers */
.container {
  margin-left: auto;
  margin-right: auto; }

.container {
  width: 70em; }

@media screen and (max-width: 1680px) {
  .container {
    width: 70em; } }
@media screen and (max-width: 1280px) {
  .container {
    width: 90%; } }
@media screen and (max-width: 980px) {
  .container {
    width: 100% !important; } }
@media screen and (max-width: 736px) {
  .container {
    width: 100% !important; } }
@media screen and (max-width: 480px) {
  .container {
    width: 100% !important; } }
html, body {
  background: var(--bleu_fonce4) /*#1a1a1a;*/ }

body, input, select, textarea {
  color: rgba(255, 255, 255, 0.75);
  font-family: "Roboto", Helvetica, sans-serif;
  font-size: 15pt;
  font-weight: 100;
  line-height: 1.75em; }

a {
  -moz-transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -webkit-transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -ms-transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
  /* border-bottom: dotted 1px;*/
  color: #e44c65;
  text-decoration: none; }
  a:hover {
    color: var(--rouge_clair) /* #c61e39 !important*/;
    border-bottom-color: transparent; }

strong, b {
  color: #ffffff;
  font-weight: 300; }

em, i {
  font-style: italic; }

p {
  margin: 0 0 2em 0; }

h1, h2, h3, h4, h5, h6 {
  color: #ffffff;
  font-weight: 300;
  line-height: 1em;
  margin: 0 0 1em 0; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit;
    border: 0; }

h1 {
  font-size: 2em;
  line-height: 1.5em;
  letter-spacing: -0.025em; }

h2 {
  font-size: 1.6em;
  line-height: 1.5em;
  letter-spacing: -0.025em; }

h3 {
  font-size: 1.35em;
  line-height: 1.5em; }

h4 {
  font-size: 1.1em;
  line-height: 1.5em; }

h5 {
  font-size: 0.9em;
  line-height: 1.5em; }

h6 {
  font-size: 0.7em;
  line-height: 1.5em; }

sub {
  font-size: 0.8em;
  position: relative;
  top: 0.5em; }

sup {
  font-size: 0.8em;
  position: relative;
  top: -0.5em; }

hr {
  border: 0;
  border-bottom: solid 1px rgba(255, 255, 255, 0.3);
  margin: 3em 0; }
  hr.major {
    margin: 4em 0; }

blockquote {
  border-left: solid 4px rgba(255, 255, 255, 0.3);
  font-style: italic;
  margin: 0 0 2em 0;
  padding: 0.5em 0 0.5em 2em; }

code {
  background: rgba(255, 255, 255, 0.075);
  border-radius: 4px;
  font-family: "Courier New", monospace;
  font-size: 0.9em;
  margin: 0 0.25em;
  padding: 0.25em 0.65em; }

pre {
  -webkit-overflow-scrolling: touch;
  font-family: "Courier New", monospace;
  font-size: 0.9em;
  margin: 0 0 2em 0; }
  pre code {
    display: block;
    line-height: 1.75em;
    padding: 1em 1.5em;
    overflow-x: auto; }

.align-left {
  text-align: left; }

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

.align-right {
  text-align: right; }

@-moz-keyframes spinner-show {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes spinner-show {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-ms-keyframes spinner-show {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes spinner-show {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes spinner-hide {
  0% {
    color: rgba(255, 255, 255, 0.15);
    z-index: 100001;
    -moz-transform: scale(1) rotate(0deg);
    -webkit-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg); }
  99% {
    color: #1a1a1a;
    z-index: 100001;
    -moz-transform: scale(0.5) rotate(360deg);
    -webkit-transform: scale(0.5) rotate(360deg);
    -ms-transform: scale(0.5) rotate(360deg);
    transform: scale(0.5) rotate(360deg); }
  100% {
    color: #1a1a1a;
    z-index: -1;
    -moz-transform: scale(0.5) rotate(360deg);
    -webkit-transform: scale(0.5) rotate(360deg);
    -ms-transform: scale(0.5) rotate(360deg);
    transform: scale(0.5) rotate(360deg); } }
@-webkit-keyframes spinner-hide {
  0% {
    color: rgba(255, 255, 255, 0.15);
    z-index: 100001;
    -moz-transform: scale(1) rotate(0deg);
    -webkit-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg); }
  99% {
    color: #1a1a1a;
    z-index: 100001;
    -moz-transform: scale(0.5) rotate(360deg);
    -webkit-transform: scale(0.5) rotate(360deg);
    -ms-transform: scale(0.5) rotate(360deg);
    transform: scale(0.5) rotate(360deg); }
  100% {
    color: #1a1a1a;
    z-index: -1;
    -moz-transform: scale(0.5) rotate(360deg);
    -webkit-transform: scale(0.5) rotate(360deg);
    -ms-transform: scale(0.5) rotate(360deg);
    transform: scale(0.5) rotate(360deg); } }
@-ms-keyframes spinner-hide {
  0% {
    color: rgba(255, 255, 255, 0.15);
    z-index: 100001;
    -moz-transform: scale(1) rotate(0deg);
    -webkit-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg); }
  99% {
    color: #1a1a1a;
    z-index: 100001;
    -moz-transform: scale(0.5) rotate(360deg);
    -webkit-transform: scale(0.5) rotate(360deg);
    -ms-transform: scale(0.5) rotate(360deg);
    transform: scale(0.5) rotate(360deg); }
  100% {
    color: #1a1a1a;
    z-index: -1;
    -moz-transform: scale(0.5) rotate(360deg);
    -webkit-transform: scale(0.5) rotate(360deg);
    -ms-transform: scale(0.5) rotate(360deg);
    transform: scale(0.5) rotate(360deg); } }
@keyframes spinner-hide {
  0% {
    color: rgba(255, 255, 255, 0.15);
    z-index: 100001;
    -moz-transform: scale(1) rotate(0deg);
    -webkit-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg); }
  99% {
    color: #1a1a1a;
    z-index: 100001;
    -moz-transform: scale(0.5) rotate(360deg);
    -webkit-transform: scale(0.5) rotate(360deg);
    -ms-transform: scale(0.5) rotate(360deg);
    transform: scale(0.5) rotate(360deg); }
  100% {
    color: #1a1a1a;
    z-index: -1;
    -moz-transform: scale(0.5) rotate(360deg);
    -webkit-transform: scale(0.5) rotate(360deg);
    -ms-transform: scale(0.5) rotate(360deg);
    transform: scale(0.5) rotate(360deg); } }
@-moz-keyframes spinner-rotate {
  0% {
    -moz-transform: scale(1) rotate(0deg);
    -webkit-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg); }
  100% {
    -moz-transform: scale(1) rotate(360deg);
    -webkit-transform: scale(1) rotate(360deg);
    -ms-transform: scale(1) rotate(360deg);
    transform: scale(1) rotate(360deg); } }
@-webkit-keyframes spinner-rotate {
  0% {
    -moz-transform: scale(1) rotate(0deg);
    -webkit-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg); }
  100% {
    -moz-transform: scale(1) rotate(360deg);
    -webkit-transform: scale(1) rotate(360deg);
    -ms-transform: scale(1) rotate(360deg);
    transform: scale(1) rotate(360deg); } }
@-ms-keyframes spinner-rotate {
  0% {
    -moz-transform: scale(1) rotate(0deg);
    -webkit-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg); }
  100% {
    -moz-transform: scale(1) rotate(360deg);
    -webkit-transform: scale(1) rotate(360deg);
    -ms-transform: scale(1) rotate(360deg);
    transform: scale(1) rotate(360deg); } }
@keyframes spinner-rotate {
  0% {
    -moz-transform: scale(1) rotate(0deg);
    -webkit-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg); }
  100% {
    -moz-transform: scale(1) rotate(360deg);
    -webkit-transform: scale(1) rotate(360deg);
    -ms-transform: scale(1) rotate(360deg);
    transform: scale(1) rotate(360deg); } }
@-moz-keyframes overlay-hide {
  0% {
    opacity: 1;
    z-index: 100000; }
  15% {
    opacity: 1;
    z-index: 100000; }
  99% {
    opacity: 0;
    z-index: 100000; }
  100% {
    opacity: 0;
    z-index: -1; } }
@-webkit-keyframes overlay-hide {
  0% {
    opacity: 1;
    z-index: 100000; }
  15% {
    opacity: 1;
    z-index: 100000; }
  99% {
    opacity: 0;
    z-index: 100000; }
  100% {
    opacity: 0;
    z-index: -1; } }
@-ms-keyframes overlay-hide {
  0% {
    opacity: 1;
    z-index: 100000; }
  15% {
    opacity: 1;
    z-index: 100000; }
  99% {
    opacity: 0;
    z-index: 100000; }
  100% {
    opacity: 0;
    z-index: -1; } }
@keyframes overlay-hide {
  0% {
    opacity: 1;
    z-index: 100000; }
  15% {
    opacity: 1;
    z-index: 100000; }
  99% {
    opacity: 0;
    z-index: 100000; }
  100% {
    opacity: 0;
    z-index: -1; } }
@media (-webkit-min-device-pixel-ratio: 2) {
  body.landing:before {
    line-height: 2.025em; } }
section.special, article.special {
  text-align: center; }

header p {
  color: #ffffff;
  position: relative;
  margin: 0 0 1.5em 0; }
header h2 + p {
  font-size: 1.25em;
  margin-top: -1em;
  line-height: 1.75em; }
header h3 + p {
  font-size: 1.1em;
  margin-top: -0.8em;
  line-height: 1.75em; }
header h4 + p,
header h5 + p,
header h6 + p {
  font-size: 0.9em;
  margin-top: -0.6em;
  line-height: 1.5em; }
header.major {
  margin: 0 0 4em 0;
  text-align: center; }
  header.major:after {
    background: #e44c65;
    content: '';
    display: inline-block;
    height: 2px;
    width: 100%; }

body.sommaire header {
  margin: 0 0 4em 0;
  text-align: center; }

footer.major {
  margin: 4em 0 0 0; }

.container-portfolio {
  clear: both;
  padding-top: 1.5em; }
  .container-portfolio .tile a {
    text-indent: -9000em; }

.box {
  border-radius: 4px;
  border: solid 1px rgba(255, 255, 255, 0.3);
  margin-bottom: 2em;
  padding: 1.5em; }
  .box > :last-child,
  .box > :last-child > :last-child,
  .box > :last-child > :last-child > :last-child {
    margin-bottom: 0; }
  .box.alt {
    border: 0;
    border-radius: 0;
    padding: 0; }

img {
  width: 100%;
  height: auto; }

.image, .spip_documents, .mediabox {
  border-radius: 4px;
  border: 0;
  display: inline-block;
  position: relative;
  overflow: hidden; }
  .image img, .spip_documents img, .mediabox img {
    border-radius: 4px;
    display: block; }
  .image.spip_documents_left, .spip_documents.spip_documents_left, .mediabox.spip_documents_left {
    float: left;
    margin: 0 1.5em 1em 0;
    top: 0.25em; }
  .image.spip_documents_right, .spip_documents.spip_documents_right, .mediabox.spip_documents_right {
    float: right;
    margin: 0 0 1em 1.5em;
    top: 0.25em; }
  @media screen and (max-width: 980px) {
    .image.spip_documents_left, .image.spip_documents_right, .spip_documents.spip_documents_left, .spip_documents.spip_documents_right, .mediabox.spip_documents_left, .mediabox.spip_documents_right {
      max-width: 50%; } }
  @media screen and (max-width: 736px) {
    .image.spip_documents_left, .image.spip_documents_right, .spip_documents.spip_documents_left, .spip_documents.spip_documents_right, .mediabox.spip_documents_left, .mediabox.spip_documents_right {
      float: none;
      margin: 0 0 1.5em 0;
      top: 0;
      max-width: none; } }
  .image.fit, .spip_documents.fit, .mediabox.fit {
    display: block;
    margin: 0 0 2em 0;
    width: 100%; }
    .image.fit img, .spip_documents.fit img, .mediabox.fit img {
      width: 100%;
      height: auto; }

ol {
  list-style: inside decimal;
  margin: 0 0 2em 0; }
  ol li {
    padding-left: 0.25em; }

ul {
  list-style: inside square;
  margin: 0 0 2em 1.5em; }
  ul li {
    padding-left: 0.5em; }
  ul ul {
    margin-bottom: 0; }
  ul.alt {
    list-style: none;
    padding-left: 0; }
    ul.alt li {
      border-top: solid 1px rgba(255, 255, 255, 0.3);
      padding: 0.5em 0; }
      ul.alt li:first-child {
        border-top: 0;
        padding-top: 0; }

dl {
  margin: 0 0 2em 0; }

.table-wrapper {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto; }

table {
  margin: 0 0 2em 0;
  width: 100%; }
  table tbody tr {
    border: solid 1px rgba(255, 255, 255, 0.3);
    border-left: 0;
    border-right: 0; }
    table tbody tr:nth-child(2n + 1) {
      background-color: rgba(255, 255, 255, 0.075); }
  table td {
    padding: 0.75em 0.75em; }
  table th {
    color: #ffffff;
    font-size: 0.9em;
    font-weight: 300;
    padding: 0 0.75em 0.75em 0.75em;
    text-align: left; }
  table thead {
    border-bottom: solid 1px rgba(255, 255, 255, 0.3); }
  table tfoot {
    border-top: solid 1px rgba(255, 255, 255, 0.3); }
  table.alt {
    border-collapse: separate; }
    table.alt tbody tr td {
      border: solid 1px rgba(255, 255, 255, 0.3);
      border-left-width: 0;
      border-top-width: 0; }
      table.alt tbody tr td:first-child {
        border-left-width: 1px; }
    table.alt tbody tr:first-child td {
      border-top-width: 1px; }
    table.alt thead {
      border-bottom: 0; }
    table.alt tfoot {
      border-top: 0; }

.goto-next {
  border: 0;
  bottom: 0;
  display: block;
  height: 5em;
  left: 50%;
  margin: 0 0 0 -5em;
  overflow: hidden;
  position: absolute;
  text-indent: 10em;
  white-space: nowrap;
  width: 10em;
  z-index: 1; }
  .goto-next:before {
    background-image: url("images/arrow.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    display: block;
    height: 1.5em;
    left: 50%;
    margin: -0.75em 0 0 -1em;
    position: absolute;
    top: 50%;
    width: 2em;
    z-index: 1; }

.spotlight {
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.25);
  height: 100vh;
  overflow: hidden;
  position: relative; }
  .spotlight:nth-last-of-type(1) {
    z-index: 1; }
  .spotlight:nth-last-of-type(2) {
    z-index: 2; }
  .spotlight:nth-last-of-type(3) {
    z-index: 3; }
  .spotlight:nth-last-of-type(4) {
    z-index: 4; }
  .spotlight:nth-last-of-type(5) {
    z-index: 5; }
  .spotlight:nth-last-of-type(6) {
    z-index: 6; }
  .spotlight:nth-last-of-type(7) {
    z-index: 7; }
  .spotlight:nth-last-of-type(8) {
    z-index: 8; }
  .spotlight:nth-last-of-type(9) {
    z-index: 9; }
  .spotlight:nth-last-of-type(10) {
    z-index: 10; }
  .spotlight:nth-last-of-type(11) {
    z-index: 11; }
  .spotlight:nth-last-of-type(12) {
    z-index: 12; }
  .spotlight:nth-last-of-type(13) {
    z-index: 13; }
  .spotlight:nth-last-of-type(14) {
    z-index: 14; }
  .spotlight:nth-last-of-type(15) {
    z-index: 15; }
  .spotlight:nth-last-of-type(16) {
    z-index: 16; }
  .spotlight:nth-last-of-type(17) {
    z-index: 17; }
  .spotlight:nth-last-of-type(18) {
    z-index: 18; }
  .spotlight:nth-last-of-type(19) {
    z-index: 19; }
  .spotlight:nth-last-of-type(20) {
    z-index: 20; }
  .spotlight:before {
    content: '';
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%; }
  .spotlight .image.main {
    display: none; }
    .spotlight .image.main img {
      position: relative; }
  .spotlight .content {
    -moz-transform: translate(0,0);
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
    -moz-transition: -moz-transform 1s ease, opacity 1s ease;
    -webkit-transition: -webkit-transform 1s ease, opacity 1s ease;
    -ms-transition: -ms-transform 1s ease, opacity 1s ease;
    transition: transform 1s ease, opacity 1s ease;
    background: rgba(24, 24, 24, 0.95);
    border-color: #e44c65;
    border-style: solid;
    opacity: 1;
    position: absolute; }
  .spotlight .goto-next {
    -moz-transform: translate(0,0);
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
    -moz-transition: -moz-transform 0.75s ease, opacity 1s ease-in;
    -webkit-transition: -webkit-transform 0.75s ease, opacity 1s ease-in;
    -ms-transition: -ms-transform 0.75s ease, opacity 1s ease-in;
    transition: transform 0.75s ease, opacity 1s ease-in;
    -moz-transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    transition-delay: 0.5s;
    opacity: 1; }
  .spotlight.top .content, .spotlight.bottom .content {
    left: 0;
    padding: 3.825em 0 1.825em 0;
    width: 100%; }
  .spotlight.top .content {
    border-bottom-width: 0.35em;
    top: 0; }
  .spotlight.bottom .content {
    border-top-width: 0.35em;
    bottom: 0; }
  .spotlight.left .content, .spotlight.right .content {
    height: 101%;
    padding: 4.5em 2.5em;
    top: 0;
    width: 28em; }
  .spotlight.left .content {
    border-right-width: 0.35em;
    left: 0; }
  .spotlight.right .content {
    border-left-width: 0.35em;
    right: 0; }
  .spotlight.inactive .content {
    opacity: 0; }
  .spotlight.inactive .goto-next {
    -moz-transform: translate(0,1.5em);
    -webkit-transform: translate(0,1.5em);
    -ms-transform: translate(0,1.5em);
    transform: translate(0,1.5em);
    opacity: 0; }
  .spotlight.inactive.top .content {
    -moz-transform: translate(0,-5em);
    -webkit-transform: translate(0,-5em);
    -ms-transform: translate(0,-5em);
    transform: translate(0,-5em); }
  .spotlight.inactive.bottom .content {
    -moz-transform: translate(0,5em);
    -webkit-transform: translate(0,5em);
    -ms-transform: translate(0,5em);
    transform: translate(0,5em); }
  .spotlight.inactive.left .content {
    -moz-transform: translate(-5em,0);
    -webkit-transform: translate(-5em,0);
    -ms-transform: translate(-5em,0);
    transform: translate(-5em,0); }
  .spotlight.inactive.right .content {
    -moz-transform: translate(5em,0);
    -webkit-transform: translate(5em,0);
    -ms-transform: translate(5em,0);
    transform: translate(5em,0); }

body.is-touch .spotlight {
  background-attachment: scroll; }

.wrapper {
  padding: 4.5em 0 2.5em 0; }
  .wrapper.fade-down > .container {
    -moz-transform: translate(0,0);
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
    -moz-transition: -moz-transform 1s ease, opacity 1s ease;
    -webkit-transition: -webkit-transform 1s ease, opacity 1s ease;
    -ms-transition: -ms-transform 1s ease, opacity 1s ease;
    transition: transform 1s ease, opacity 1s ease;
    opacity: 1; }
  .wrapper.fade-down.inactive > .container {
    -moz-transform: translate(0,-1em);
    -webkit-transform: translate(0,-1em);
    -ms-transform: translate(0,-1em);
    transform: translate(0,-1em);
    opacity: 0; }
  .wrapper.fade-up > .container {
    -moz-transform: translate(0,0);
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
    -moz-transition: -moz-transform 1s ease, opacity 1s ease;
    -webkit-transition: -webkit-transform 1s ease, opacity 1s ease;
    -ms-transition: -ms-transform 1s ease, opacity 1s ease;
    transition: transform 1s ease, opacity 1s ease;
    opacity: 1; }
  .wrapper.fade-up.inactive > .container {
    -moz-transform: translate(0,1em);
    -webkit-transform: translate(0,1em);
    -ms-transform: translate(0,1em);
    transform: translate(0,1em);
    opacity: 0; }
  .wrapper.fade > .container {
    -moz-transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
    -ms-transition: opacity 1s ease;
    transition: opacity 1s ease;
    opacity: 1; }
  .wrapper.fade.inactive > .container {
    opacity: 0; }

.section-home {
  position: relative;
  height: 100vh; }
  .section-home .container {
    text-align: center; }

.dropotron {
  background: rgba(39, 39, 39, 0.965);
  border-radius: 4px;
  box-shadow: 0 0.075em 0.35em 0 rgba(0, 0, 0, 0.125);
  list-style: none;
  margin: calc(-0.25em + 1px) 0 0 0;
  min-width: 12em;
  padding: 0.25em 0; }
  .dropotron > li {
    border-top: solid 1px rgba(255, 255, 255, 0.035);
    padding: 0; }
    .dropotron > li a, .dropotron > li span {
      border: 0;
      color: rgba(255, 255, 255, 0.75);
      display: block;
      padding: 0.1em 1em;
      text-decoration: none; }
    .dropotron > li:first-child {
      border-top: 0; }
    .dropotron > li.active > a, .dropotron > li.active > span {
      color: #e44c65; }
  .dropotron.level-0 {
    font-size: 0.8em;
    margin-top: 1em; }
    .dropotron.level-0:before {
      -moz-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      background: #272727;
      content: '';
      display: block;
      height: 1em;
      position: absolute;
      right: 1.5em;
      top: -0.5em;
      width: 1em; }

#page-wrapper {
  padding-top: 3.5em; }

#header {
  background: var(--bleu_fonce3) /*#255E84 #303030*/;
  box-shadow: 0 0 0.25em 0 rgba(0, 0, 0, 0.25);
  cursor: default;
  height: 3.5em;
  left: 0;
  line-height: 3.5em;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100; }
  #header .logo { height: 40px; width: 40px; overflow: hidden; }
  #header i::before { font-size: 1.5em; color: var(--bleu_clair); 
    -moz-transition: color 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;}
  #header a:hover i::before { color: var(--rouge_clair)  }
  #header .logo-site {
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: center;
    height: inherit;
    line-height: inherit;
    margin: 0;
    position: absolute;
    top: 0;
    left: 1em;
    font-size: 100%; }
    #header .titre_site {
      text-transform: lowercase;
      color: var(--bleu_clair) /*#1db9ce*/;
      font-weight: 300;
      letter-spacing: 0.15em;
      font-size: 1.3em;
      font-weight: 800;
    }
    #header .logo-site a {
      color: white;
      border-bottom: none;
      height: inherit;
      line-height: inherit;
      max-height: 80%; }
      #header .logo-site a img {
        max-height: 100%; }
    #header .logo-site img {
      width: auto;
      max-height: 80%; }
    #header .logo-site .titre_site, #header .logo-site .logo { display: flex; vertical-align: center; }
    #header .titre_site i.fa-backward { font-size: .7em; margin-right: .7em; }
    @media screen and (max-width: 736px) {
      #header .logo-site {
        display: none; } }
  #header nav {
    position: absolute;
    /*right: 1em;*/
    top: 0;
    width: calc(100% - 2em); margin: 0 1em; }
    #header nav a:hover { color: var(--rouge_clair)}
    #header nav ul {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: space-between;
      margin: 0; }
      #header nav ul li {
        display: flex;
        /*display: inline-block;
        margin-left: 1em;*/
        width: 54px;
        justify-content: center;
        margin: 0; padding: 0; }
        #header nav ul li.titre_site { flex: auto; justify-content: center; }
        #header nav ul li a, #header nav ul li span {
          border: 0;
          color: inherit;
          /*display: inline-block;*/
          display: flex;
          align-items: center; 
          height: inherit;
          line-height: inherit;
          outline: 0; }
          #header nav ul li a.button, #header nav ul li span.button {
            height: 2em;
            line-height: 2em;
            padding: 0 1.25em; }
          #header nav ul li a:not(.button):before, #header nav ul li span:not(.button):before {
            margin-right: 0.5em; }
        #header nav ul li.on > a, #header nav ul li.on > span {
          color: #e44c65; }
        #header nav ul li > ul {
          display: none; }
    #header nav > ul > li.on > a {
      background-color: #e44c65;
      box-shadow: none;
      border-radius: 4px;
      border: none;
      color: #FFFFFF !important;
      display: inline-block;
      height: 2em;
      line-height: 2em;
      padding: 0 .5em;
      text-align: center;
      text-decoration: none;
      white-space: nowrap; }
      #header nav > ul > li.on > a:hover {
        background-color: #e76278; }

.dropotron > .on > a {
  color: #e44c65 !important; }

body.landing #page-wrapper {
  padding-top: 0; }

#banner {
  background-attachment: fixed;
  background-color: #272727;
  background-position: center center;
  background-size: cover;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.25);
  min-height: 100vh;
  position: relative;
  text-align: center;
  z-index: 21; }
  #banner:before {
    content: '';
    display: inline-block;
    height: 100vh;
    vertical-align: middle;
    width: 1%; }
  #banner:after {
    background-image: -moz-linear-gradient(top, rgba(24, 24, 24, 0.95), rgba(24, 24, 24, 0.95)), url("images/overlay.png");
    background-image: -webkit-linear-gradient(top, rgba(24, 24, 24, 0.95), rgba(24, 24, 24, 0.95)), url("images/overlay.png");
    background-image: -ms-linear-gradient(top, rgba(24, 24, 24, 0.95), rgba(24, 24, 24, 0.95)), url("images/overlay.png");
    background-image: linear-gradient(top, rgba(24, 24, 24, 0.95), rgba(24, 24, 24, 0.95)), url("images/overlay.png");
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
  #banner .content {
    display: inline-block;
    margin-right: 1%;
    max-width: 95%;
    padding: 4.5em;
    position: relative;
    text-align: center;
    vertical-align: middle;
    z-index: 1; }
    #banner .content header {
      display: inline-block;
      vertical-align: middle;
      text-align: right;
      max-width: 50%; }
      @media screen and (max-width: 980px) {
        #banner .content header {
          max-width: 100%; } }
      #banner .content header h2 {
        font-size: 2.5em;
        margin: 0; }
      #banner .content header p {
        margin: 0.5em 0 0 0;
        top: 0; }
    #banner .content .image {
      border-radius: 100%;
      display: inline-block;
      height: 18em;
      margin-left: 3em;
      vertical-align: middle;
      width: 18em; }
      #banner .content .image img {
        border-radius: 100%;
        display: block;
        width: 100%; }

body.is-touch #banner {
  background-attachment: scroll; }

.portfolio {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1em;
  padding: 0; }
  .portfolio > * {
    padding: 0;
    margin: 1em; }

.hierarchie {
  display: block;
  font-size: 0.8em;
  color: rgba(255, 255, 255, 0.5); }
  .hierarchie a, .hierarchie strong {
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    border-bottom: none; }
  .hierarchie .sep {
    display: inline-block;
    padding: 0.3em; }
  @media screen and (max-width: 736px) {
    .hierarchie {
      display: none; } }

#footer {
  background: var(--bleu_fonce5)/*#272727*/;
  padding: 4.5em 15%;
  text-align: center; }
  #footer ul {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.9em;
    line-height: 1em;
    margin: 0;
    padding: 0;
    text-align: center; }
   #footer ul li {
      /*border-left: solid 1px rgba(255, 255, 255, 0.3);*/
      display: inline-block;
      list-style: none;
      /*margin-left: 1.5em;
      padding-left: 1.5em;*/ }
      #footer ul li:first-child {
        border-left: 0;
        margin-left: 0;
        padding-left: 0; }
      #footer ul li a {
        color: inherit; }
  #footer .sociaux-list {
    margin-bottom: 2em; }
    #footer .sociaux-list li {
      display: inline-block;
      list-style: none;
      margin: 0 .5em;
      padding: 0;
      border: none; }
      #footer .sociaux-list li a {
        color: inherit;
        border: none; }
    #footer .sociaux-list .socicon {
      -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
      -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
      -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
      transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
      font-size: 1.2em;
      padding: 0.3em;
      background: #1a1a1a; }
      #footer .sociaux-list .socicon:hover {
        color: #1a1a1a;
        background: white; }
  #footer .bandeau picture { width: 100%; }     
  #footer .descriptif { 
    font-size: 1em; 
    letter-spacing: 0.225em; 
    line-height: 1.5rem;
    text-align: left; 
    color: var(--rouge_clair); 
  }
  #footer .descriptif big { 
    font-size: 200%; 
    letter-spacing: 0.05em;  
    line-height: 1.5em; 
    font-weight: 800; 
  }
  #footer .contact {  
    color: var(--bleu_fonce1); 
    font-size: 1em; 
    letter-spacing: 0.225em; 
    line-height: 1.5rem; 
    list-style: none; 
    padding: 0; 
    text-transform: lowercase; 
    text-align: left; 
    border-top: 1px solid var(--bleu_fonce2); 
    margin-top: .8em; 
    padding: .8em 0; }
  #footer .copyright { 
    color: var(--bleu_fonce1); 
    font-size: .95em; 
    font-style: italic; 
    letter-spacing: 0.225em; 
    line-height: 1.5rem;
    list-style: none; 
    padding: 0; 
    text-transform: lowercase; 
    text-align: right; 
    border-top: 1px solid var(--bleu_fonce2); 
    padding: .8em 0;}
  /* responsive */

  #footer .descriptif.annee { text-align: right; }

#main {
  overflow: hidden; }

/* RESPONSIVE */
@media screen and (min-width: 737px) {
  #footer .contact {  letter-spacing: 0.225em; }
  #footer .copyright li { 
    border-left: solid 1px var(--bleu_fonce2); 
    margin-left: .5em; 
    padding-left: .5em;}
}
@media screen and (max-width: 736px) {
  
}
@media screen and (max-width: 1680px) {
  body, input, select, textarea {
    font-size: 13pt; } }
@media screen and (max-width: 1280px) {
  body, input, select, textarea {
    font-size: 11.5pt; }

  .spotlight.top .content {
    padding: 3.825em 0 1.825em 0; }
  .spotlight.bottom .content {
    padding: 3.825em 0 2.95em 0; }
  .spotlight.left .content, .spotlight.right .content {
    padding: 4.5em 2.5em;
    width: 25em; }

  .wrapper {
    padding: 4.5em 0 2.5em 0; }

  .dropotron.level-0 {
    font-size: 1em; }

  #banner .content {
    padding: 4.5em; }

  #footer {
    padding: 4.5em 15%; } }
@media screen and (max-width: 980px) {
  body, input, select, textarea {
    font-size: 12pt; }

  .spotlight {
    background-attachment: scroll;
    height: auto; }
    .spotlight .image.main {
      display: block;
      margin: 0;
      max-height: 40vh;
      overflow: hidden; }
    .spotlight .content {
      background-color: #1a1a1a;
      border-width: 0 !important;
      border-top-width: 0.35em !important;
      bottom: auto !important;
      left: auto !important;
      padding: 4.5em 2.5em 2.5em 2.5em !important;
      position: relative;
      right: auto !important;
      text-align: center;
      top: auto !important;
      width: 100% !important; }
    .spotlight .goto-next {
      display: none; }

  .section-home .goto-next {
    display: none; }

  .wrapper {
    padding: 4.5em 2.5em 2.5em 2.5em; }

  #banner {
    background-attachment: scroll; }
    #banner .goto-next {
      height: 7em; }
    #banner .content {
      padding: 9em 0;
      text-align: center; }
      #banner .content header {
        display: block;
        margin: 0 0 2em 0;
        text-align: center; }
      #banner .content .image {
        margin: 0; }

  #footer {
    padding: 4.5em 2em; } }
#navPanel, #titleBar {
  display: none; }

@media screen and (max-width: 736px) {
  html, body {
    overflow-x: hidden; }

  body, input, select, textarea {
    font-size: 12pt; }

  h1 {
    font-size: 1.85em; }

  h2 {
    font-size: 1.5em; }

  h3 {
    font-size: 1.2em; }

  h4 {
    font-size: 1em; }

  header p br {
    display: none; }
  header h1 + p {
    font-size: 1em; }
  header h2 + p {
    font-size: 1em; }
  header h3 + p {
    font-size: 1em; }
  header h4 + p,
  header h5 + p,
  header h6 + p {
    font-size: 0.9em; }
  header.major {
    margin: 0 0 2em 0; }

  .goto-next:before {
    height: 0.8em;
    margin: -0.4em 0 0 -0.6em;
    width: 1.2em; }

  .spotlight {
    box-shadow: 0 0.125em 0.5em 0 rgba(0, 0, 0, 0.25); }
    .spotlight .image.main {
      max-height: 60vh; }
    .spotlight .content {
      border-top-width: 0.2em !important;
      padding: 3.25em 1.5em 1.25em 1.5em !important; }

  .wrapper {
    padding: 3.25em 1.5em 1.25em 1.5em; }

  #header {
    display: none; }

  #banner {
    box-shadow: 0 0.125em 0.5em 0 rgba(0, 0, 0, 0.25);
    min-height: calc(100vh - 44px); }
    #banner:before {
      height: calc(100vh - 44px); }
    #banner .content {
      padding: 4.0625em 1.5em 4.875em 1.5em; }
      #banner .content header h1, #banner .content header h2 {
        font-size: 1.5em; }
      #banner .content .image {
        height: 9em;
        width: 9em; }

  #page-wrapper {
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transition: -moz-transform 0.5s ease;
    -webkit-transition: -webkit-transform 0.5s ease;
    -ms-transition: -ms-transform 0.5s ease;
    transition: transform 0.5s ease;
    padding-bottom: 1px;
    padding-top: 44px !important; }

  #titleBar {
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transition: -moz-transform 0.5s ease;
    -webkit-transition: -webkit-transform 0.5s ease;
    -ms-transition: -ms-transform 0.5s ease;
    transition: transform 0.5s ease;
    display: block;
    height: 44px;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    min-width: 320px;
    z-index: 10001;
    background: var(--bleu_fonce3) /*#272727*/;
    box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125); }
    #titleBar .title {
      color: #ffffff;
      display: flex; 
      height: 44px;
      line-height: 44px;
      font-size: 1.1em; 
      margin-left: 54px; 
      font-weight: 800;
      letter-spacing: 0.1em; 
      text-align: center; 
      justify-content: center;  
      text-transform: lowercase; 
      color: var(--bleu_clair); 
    }
      #titleBar .title a {
        color: inherit;
        border: 0;
        /*display: inline-block;*/
       }
       #titleBar .title a { color: var(--bleu_clair); }
        @media (max-width: 480px) {
          #titleBar .title {
            letter-spacing: 0.05em; 
            /*font-size: .9em; 
            font-weight: 100;*/ }
        }
        #titleBar .title a img {
          width: auto;
          max-height: 36px;
          margin-top: 4px; }
    #titleBar .toggle {
      position: absolute;
      left: 0;
      top: 0;
      outline: 0;
      border: 0;
      height: 44px;
      width: 54px;
      background: var(--rouge_clair); }
      #titleBar .toggle:before {
        content: '';
        position: absolute;
        display: block;
        top: 13px;
        left: 19px;
        height: 18px;
        width: 16px;
        background: linear-gradient(to bottom, rgba(39, 39, 39, 0.965) 0%, rgba(39, 39, 39, 0.965) 20%, transparent 20%, transparent 40%, rgba(39, 39, 39, 0.965) 40%, rgba(39, 39, 39, 0.965) 60%, transparent 60%, transparent 80%, rgba(39, 39, 39, 0.965) 80%, rgba(39, 39, 39, 0.965) 100%); }
    #titleBar .img-logo {
      width: auto;
      max-height: 44px;
      padding: 4px 0; }

  #navPanel {
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transform: translateX(-275px);
    -webkit-transform: translateX(-275px);
    -ms-transform: translateX(-275px);
    transform: translateX(-275px);
    -moz-transition: -moz-transform 0.5s ease;
    -webkit-transition: -webkit-transform 0.5s ease;
    -ms-transition: -ms-transform 0.5s ease;
    transition: transform 0.5s ease;
    display: block;
    height: 100%;
    left: 0;
    overflow-y: auto;
    position: fixed;
    top: 0;
    width: 275px;
    z-index: 10002;
    background: var(--bleu_fonce5) /*#151515*/;
    padding: 0.75em 1.25em; }
    #navPanel .link {
      border: 0;
      border-top: solid 1px rgba(255, 255, 255, 0.05);
      color: rgba(255, 255, 255, 0.75);
      display: block;
      /*height: 3em;*/
      line-height: 3em;
      text-decoration: none; }
      #navPanel .link:hover {
        color: inherit !important; }
      #navPanel .link:first-child {
        border-top: 0; }
      #navPanel .link.depth-0 {
        color: #ffffff;
        font-weight: 300; }
      #navPanel .link .indent-1 {
        display: inline-block;
        width: 1.25em; }
      #navPanel .link .indent-2 {
        display: inline-block;
        width: 2.5em; }
      #navPanel .link .indent-3 {
        display: inline-block;
        width: 3.75em; }
      #navPanel .link .indent-4 {
        display: inline-block;
        width: 5em; }
      #navPanel .link .indent-5 {
        display: inline-block;
        width: 6.25em; }

  body.navPanel-visible #page-wrapper {
    -moz-transform: translateX(275px);
    -webkit-transform: translateX(275px);
    -ms-transform: translateX(275px);
    transform: translateX(275px); }
  body.navPanel-visible #titleBar {
    -moz-transform: translateX(275px);
    -webkit-transform: translateX(275px);
    -ms-transform: translateX(275px);
    transform: translateX(275px); }
  body.navPanel-visible #navPanel {
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }

  #footer {
    padding: 3.25em 1.5em; } }
@media screen and (max-width: 480px) {
  html, body {
    min-width: 320px; }

  body, input, select, textarea {
    font-size: 12pt; }

  ul.actions {
    margin: 0 0 2em 0; }
    ul.actions li {
      display: block;
      padding: 1em 0 0 0;
      text-align: center;
      width: 100%; }
      ul.actions li:first-child {
        padding-top: 0; }
      ul.actions li > * {
        margin: 0 !important;
        width: 100%; }
    ul.actions.small li {
      padding: 0.5em 0 0 0; }
      ul.actions.small li:first-child {
        padding-top: 0; }

  input[type="submit"],
  input[type="reset"],
  input[type="button"],
  .button {
    padding: 0; }

  .spotlight .image.main {
    max-height: 50vh; }
  .spotlight .content {
    padding: 3em 1.25em 1em 1.25em !important; }

  .wrapper {
    padding: 3em 1.25em 1em 1.25em; }

  #banner .content {
    padding: 3em 1.5625em 5.25em 1.5625em; }

  #footer {
    padding: 3em 1.25em; }
  #footer .copyright {
    line-height: inherit; }
  #footer .copyright li,
  #footer .contact li {
    border-left: 0;
    display: block;
    margin: 0;
    padding: 0; } 
  #footer big { 
    font-size: 1.1em}
  #footer .copyright { 
    font-size: .8em}
  }
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.block-link-parent {
  position: relative; }
  .block-link-parent .block-link:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000; }


/* TITLES */

.tiles {
  display: flex;
  flex-wrap: wrap;
  /*margin: -2.5em 0 0 -2.5em; */

  flex-direction: row;
  justify-content: space-between;
  align-content: space-between;
  margin: 0;
  gap: 1em /*1.5em*/;
  /*scale: .9;*/

}
  .tiles .tile {
    transition: transform 0.5s ease, opacity 0.5s ease;
    position: relative;
   /* 
   width: calc(25% - 2.5em);
   margin: 0 0 2.5em 2.5em;
   */
    width: calc(20% - 1em /*1.5em*/);
    margin: 0;
    border-radius: 4px; }
    .tiles .tile .picture {
      transition: transform 0.5s ease;
      position: relative;
      display: block;
      width: 100%;
      border-radius: 4px;
      overflow: hidden; }
      /*.tiles .tile .picture > div {
        background-size: cover;
        width: 300px;
        height: 200px; }*/
      .tiles .tile .picture img {
        display: block;
        width: 100%;
        height: 100%; 
        max-height: 300px;
        margin: 0 auto;
      }
    .tiles .tile > a {
      /*display: flex;
      -webkit-flex-direction: column;
      flex-direction: column;
      align-items: center;
      justify-content: center;*/
      transition: background-color 0.5s ease, transform 0.5s ease;
      /*position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      padding: 1em;*/
      margin-bottom: 1rem;
      border-radius: 4px;
      border-bottom: 0;
      color: #FFFFFF;
      text-align: center;
      text-decoration: none;
      z-index: 3; }
      .tiles .tile > a:hover {
        color: #FFFFFF !important; }
      /*.tiles .tile > a div {
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 1em;
      }*/
      .tiles .tile > a .title {
        font-size: 1.4em;
        margin: 0;
        opacity: 0.8; }
      .tiles .tile > a .content {
        transition: max-height 0.5s ease, opacity 0.5s ease;
        width: 100%;
        /*max-height: 0;*/
        max-height: 15em;
        line-height: 1.5;
        margin-top: 0.35em;
        /*opacity: 0;*/
        opacity: 0.8; }
        .tiles .tile > a .content p {
          margin: 0; }
      .tiles .tile > a .title, .tiles .tile > a .content {
        text-shadow: 0 0 5px black; }

body:not(.is-touch) .tiles .tile a.picture:hover {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }

/*body:not(.is-touch) .tiles .tile:hover .content {
  max-height: 15em;
  opacity: 0.8; }*/

* + .tiles {
  margin-top: 2em; }

/*body.is-touch .tiles .tile .content {
  max-height: 15em;
  opacity: 1; }*/

@media screen and (max-width: 1280px) {
  .tiles { }
  .tiles .tile { width: calc(25% - 3em);  } 
  
}

@media screen and (max-width: 980px) {
  .tiles { }
  .tiles .tile { width: calc(25% - 2.25em); } 
}
    
@media screen and (max-width: 736px) {
  .tiles {}
  .tiles .tile { width: calc(33.33333% - 1.5em); }
  .tiles .tile a.picture:hover {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: unset scale(1); } 
}
    
@media screen and (max-width: 480px) {
  .tiles {}
  .tiles .tile { width: calc(50% - .75em); } 
  }
    
#spip-admin {
  top: 3.5em;
  right: 1em; }
  #spip-admin a {
    font-size: 0.8em; }





/* -----------------------------------------------
AJOUTS DIVERS */ 

a.button, 
.flex_list { 
  display: flex; 
  flex-wrap: wrap; 
  flex-direction: row; 
  align-content: center; 
  gap: 5px;
}
.formulaire_spip button, 
.formulaire_spip input[type=submit], 
.button { 
  white-space: wrap !important; 
}
body.page_compte { 
  background-position-x: 50%;
   background-position-Y: 50%;
    background-size: cover, cover;
    min-height: 100vh;}
.page_login .formulaire_login, 
.page_login .formulaire_spip.pass { 
  height: 100%; 
  overflow: scroll;}
.droite { 
  text-align: right;}
.gauche { 
  text-align: left;}
/*.bloc_notation { 
  display: block;
  min-height: 2em; 
  position: relative 
}
.a_vote .bloc_notation { 
  height: 6em
}
.notation { 
  width: 100%; text-align: center; }
.notation_note_container { display: block;}
*/
/*#two.bande { padding-top: 0; }*/
.notes_webmaster {
  color: var(--bleu_fonce1)
}
.infos_bd { 
  margin-top: 1em; 
  text-align: center; 
}
.infos_bd .titre {
  font-size: 1.4em; 
  font-weight: 600;
  display: flex; 
  align-items: center; 
  justify-content: center; 
  overflow: hidden;
}
.infos_bd .auteur { 
  font-size: .9em; 
  font-style: italic;
  line-height: 1.4em; 
  height: 2.8em; 
  margin: .4em 0; 
  align-items: flex-start; 
  justify-content: center; 
  overflow: hidden;
}
/* responsive */
@media screen and (min-width: 737px) {
  #galery_bd { padding-top: 56px; }
  .alt_petit { display: none !important; } /* apparition disparition petit grand */
}
@media screen and (max-width: 736px) {
  .alt_grand { display: none !important; } /* apparition disparition petit grand */
}


/* -----------------------------------------------
PRIX */ 
/* article */
.prix {
  font-weight: 600;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 10px;
  
}
.prix > * {
  flex: 50%
}
.prix > *:first-child {
  text-align: right;
}
.prix > *:last-child {
  text-align: left;
}
.prix_occasion { 
  color: var(--vert_clair);
  font-size: 1.1rem;
}
.prix_neuf {
  color: var(--rouge_clair);
  font-size: 1rem;
}
/* bloc dépliable prix formulaire */
.prix h4.blocs_titre, .prix h4.blocs_replie {
  background: transparent none;
  padding: 0;
}
/* prix icône */
:root {
  --hauteur_icone: 4em;
}
#galery_bd .tiles,
.article header.major { 
  position: relative; 
}
.prix_icone {
  position: absolute;
  z-index: 20;
  rotate: -10deg;
}
#galery_bd .prix_icone {
  right: -10px;
  top: -10px;
}
.article .prix_icone {
  right: -10px;
  top: 10px;
}
.prix_icone .prix_promo {
  position: relative;
  width: var(--hauteur_icone);
  line-height: var(--hauteur_icone);
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
}
.prix_icone .prix_promo i.fa-certificate {
  font-size: var(--hauteur_icone);
  position: absolute;
  top: 0;
  bottom: 0;
  color: var(--vert_clair);
}
.prix_icone .prix_promo span {
  z-index: 2;
  color: white;
  font-weight: 900;
  width: 100%;
  text-align: center;
  font-size: 95%
}
.prix_icone .prix_reserve i.fa-certificate {
  color: var(--rouge_clair);
}
.prix_icone .prix_vendu i.fa-certificate {
  color: var(--bleu_fonce1);
}
.prix_icone .prix_reserve span,
.prix_icone .prix_vendu span {
  font-size: 80% 
}

/* -----------------------------------------------
BOUTONS */ 
:root {
  --marge_i: .5rem;
}
.bouton_x { 
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  text-transform: lowercase;
  font-weight: 300;
  cursor: pointer;
  color: var(--bleu_fonce4);
  text-align: left;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #e6e6e6;
  border: 1px solid #ced4da;
  padding: var(--marge_i) ;
  margin: 10px 5px;
  font-size: 1rem;
  line-height: 1.5rem;
  border-radius: 0.25rem;
  transition: font-weight 0.15s linear, color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  width: auto; 
  min-width: 130px; 
  text-indent: 0; 
  background-image: none; }
.bouton_x a { 
  color: var(--bleu_fonce4);
}
.bouton_x:hover { 
  background-color: #f8f9fa; 
  background-image: none; 
}
a.bouton_x:hover { 
  border: 1px solid #ced4da; 
}
.bouton_x i { 
  color: rgba(127, 127, 127, 0.5); 
  transition: color 0.15s ease-in-out; 
  font-size: 1.3rem;
  margin-right: var(--marge_i);
  vertical-align: middle;
}
.bouton_x:hover, .bouton_x:hover i, .bouton_x:hover a { color: var(--rouge_clair) }
/* imitation bouton indisponible */
.indisponible { 
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  text-transform: lowercase;
  font-weight: 300;
  color: var(--bleu_fonce4);
  text-align: center;
  vertical-align: middle;
  border: 1px solid #ced4da;
  padding: 0.375rem 1rem;
  margin: 10px 5px;
  font-size: 1rem;
  line-height: 1.5rem;
  width: auto; 
  min-width: 130px; 
  text-indent: 0; 
}

/* -----------------------------------------------
ARTICLE */ 
body.article { background-color: white; }
/*.article #main.wrapper { padding: .5em 1.25em !important;}*/
.article header.major { 
  max-width: 670px;
  margin: .3em auto; 
}
.article header, .article h1, .article header p { 
  color: var(--bleu_fonce2); 
}
.article header.major .auteur p { font-style: italic; }
.article header.major::after {display: none; }
.article .manga { 
  max-width: 670px; 
  margin: 0 auto; 
  text-align: center; 
}
.article .manga picture { width: 100%; }
.article .descriptif { 
  font-family: "Courier New", monospace; 
  font-size: 1rem; 
  color: var(--bleu_fonce4);
  line-height: 1rem; 
  margin: 1rem auto; 
  text-align: left; 
}
.article h1 .soustitre {
  font-size: 1.6rem;
  line-height: 1.6rem;
  /*font-variant: all-small-caps;*/
  color: var(--bleu_fonce1);
  font-style: italic;
}
  @media screen and (min-width: 737px) {
    .article h1 {
      font-size: 3.5rem;
      line-height: 3.5rem;
      margin-bottom: .5rem;
    }
}
@media screen and (max-width: 736px) {
  .article h1 {
    font-size: 2.5rem;
    line-height: 2.5rem;
    text-align: left;
    margin-right: 60px;
    margin-bottom: 1rem;
  }
}

  
/* -----------------------------------------------
  FORMULAIRES */ 
.formulaire_com { width: 100%; justify-content: center; margin-bottom: 3em;}
.page_compte .formulaire_com { display: flex; }
.formulaire_com .bloc_entier { background: rgba(0,0,0,.7); /*color: white;*/ }
.page_compte .formulaire_com .bloc_entier { max-width: 400px; }
.article .formulaire_com .bloc_entier { border-radius: 6px; }
.formulaire_com table { margin: 0; }
.formulaire_com table th { font-size: 1.5em; padding: .75em; }
.formulaire_com table tbody tr { border: none; }
.formulaire_com i { margin-right: .75em; }
.formulaire_com formulaire_login legend { display: none; }
.formulaire_com span.obligatoire, .formulaire_com em.obligatoire { display: none; }
.formulaire_com .formulaire_spip fieldset .editer-groupe { padding-left: 0 }
.formulaire_com .formulaire_inscription .mode { display: none; }
.formulaire_com input.text { color: var(--bleu_fonce5); }
.formulaire_com table tbody tr { background-color: transparent; }
.formulaire_com p.explication { 
  color: var(--rouge_clair) !important;
  display: block;
  font-weight: normal;
  font-style: italic;
  margin-top: -0.5em;
  margin-bottom: 0.5em;
}
.formulaire_com input.text, 
.formulaire_com input[type=password] { 
  box-sizing: border-box; 
  background-color: rgba(255,255,255,.7) !important; 
  border-radius: 4px; transition: 0.2s background-color;}
.bloc_boutons { margin-top: 2em;}
.formulaire_com input.text:hover, .formulaire_com input.text:focus { background-color: white !important; }
.formulaire_com .editer_langue, 
.formulaire_com .editer_bio, 
.formulaire_com .editer_pgp, 
.formulaire_com .editer_liens_sites,
.formulaire_com .editer_new_pass2 input.offscreen, 
.formulaire_com .editer_new_pass2 button.reset_password, 
.formulaire_com .editer_new_login, 
.formulaire_com .notice { 
  display: none; 
}
.article .formulaire_com .editer {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 10px;
}
.article .formulaire_com label {
  flex: 30%;
  text-align: right;
  color: var(--bleu_clair)
}
.article .formulaire_com input, 
.article .formulaire_spip textarea,
 {
  flex: 70%
}
.article .formulaire_com textarea { height: 100px; background-color: white; color: var(--bleu_fonce2) }

/* réponse */
.article .formulaire_com .formulaire_valeurs .afficher {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 10px;
}
.article .formulaire_com .afficher .label {
  flex: 30%;
  text-align: right;
  color: var(--bleu_clair);
}
.article .formulaire_com .afficher .valeur {
  flex: 70%;
}
.article .formulaire_com .afficher .valeur,
.article .formulaire_com .afficher .valeur p {
  color: white;
  text-align: left;
}
.article .formulaire_com .formulaire_spip .reponse_formulaire_ok {
  color: var(--bleu_fonce3);
  border-color: var(--bleu_fonce3);
  background-color: var(--bleu_clair);
}


/* -----------------------------------------------
TAGS_LIST */ 
.tags_list .name { 
  font-weight: 500; 
  text-transform: lowercase; 
  line-height: 1em; 
  margin-left: 0.4em;}
.tags_list .button { 
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out; 
  background-color: var(--bleu_fonce2); 
  box-shadow: inset 0 0 0 2px var(--bleu_clair); 
  border-radius: 0; 
  border: 0; 
  color: white; 
  cursor: pointer; 
  display: inline-block; 
  font-weight: 900; 
  text-align: center; 
  text-decoration: none; 
  white-space: nowrap; 
  padding: 0.3em 0.6em; 
  margin: 0.1em; 
  align-items: center; 
  display: flex;
}
.tags_list .button:hover, 
.tags_list .item_on .button { 
  background-color: var(--rouge_clair); 
  box-shadow: none;  
}
@media (min-width: 736px) {
  .tags_list .button { font-size: 1rem; letter-spacing: 0.15rem; height: 2.4rem; }
}
@media (max-width: 735px) {
  .tags_list .button { font-size: .9rem; letter-spacing: 0.02rem; height: 2rem;  }
  .tags_list.flex_list { gap: 5px; }
}
@media (max-width: 479px){ 
}

/* -----------------------------------------------
PAGINATION */ 
/*.pagination { margin: 1em 0; }*/
.pagination .notes {
  font-size: .9rem;
  font-style: italic;
  margin: .5rem 0;
}
.pagination ul { margin: 0; }
.pagination.gauche .pagination-items { justify-content: flex-start; padding: 0; gap: 5px; }
.pagination .pagination-items {list-style: none;display: flex;flex-wrap: wrap; flex-direction: row; justify-content: center}
.pagination .pagination-item { margin: 0; padding: 0; flex-basis: 5.5%; display: flex; align-items: center; }
.pagination .pagination_precedent_suivant .pagination-item { flex-basis: auto;}
.pagination .pagination-item-label { 
  display:block; 
  flex-basis: 100%; 
  padding: 5px 10px; 
  margin: 0;
  text-decoration: none; 
  text-align: center; 
  border-radius: 0; 
  border: 0; 
  box-shadow: inset 0 0 0 2px var(--bleu_clair); 
  background: var(--bleu_fonce2) ; 
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out; 
  color: white; 
  font-weight: normal;  
}
.pagination .on .pagination-item-label,
.pagination a.pagination-item-label:hover,
.pagination a.pagination-item-label:focus,
.pagination a.pagination-item-label:active { 
  font-weight: normal; 
  background-color:  var(--rouge_clair); 
  color: white; 
  box-shadow: none; }
.pagination .on .pagination-item-label {background-color:  var(--rouge_clair) /*#e89980*/; box-shadow: none; color: white;}
.pagination .pagination_precedent_suivant .disabled {visibility: hidden}
.pagination .pagination-item.disabled {}
.pagination .pagination-item.disabled .pagination-item-label {color:#888; font-weight: normal;}


/* FORMULAIRES
-----------------------------------------------*/ 

#sourceMappingURL=main.css.map 