@charset "UTF-8";
/* BLUE */
/* GREEN */
/* ORANGE */
/* RED */
/* GREY */
/* BLACK AND WHITE */
/* CUSTOM */
/***** Customs *****/
@font-face {
  src: url("../fonts/lato/Lato-Medium.eot?") format("eot"), url("../fonts/lato/Lato-Medium.woff") format("woff"), url("../fonts/lato/Lato-Medium.ttf") format("truetype");
  font-family: "Lato";
  font-weight: 500;
}
@font-face {
  src: url("../fonts/lato/Lato-Regular.eot?") format("eot"), url("../fonts/lato/Lato-Regular.woff") format("woff"), url("../fonts/lato/Lato-Regular.ttf") format("truetype");
  font-family: "Lato";
  font-weight: 400;
}
@font-face {
  src: url("../fonts/lato/Lato-Bold.eot?") format("eot"), url("../fonts/lato/Lato-Bold.woff") format("woff"), url("../fonts/lato/Lato-Bold.ttf") format("truetype");
  font-family: "Lato";
  font-weight: 700;
}
@font-face {
  src: url("../fonts/lato/Lato-Black.eot?") format("eot"), url("../fonts/lato/Lato-Black.woff") format("woff"), url("../fonts/lato/Lato-Black.ttf") format("truetype");
  font-family: "Lato";
  font-weight: 900;
}
@font-face {
  src: url("../fonts/lato/Lato-Light.eot?") format("eot"), url("../fonts/lato/Lato-Light.woff") format("woff"), url("../fonts/lato/Lato-Light.ttf") format("truetype");
  font-family: "Lato";
  font-weight: 200;
}
@font-face {
  src: url("../fonts/lato/Lato-Italic.eot?") format("eot"), url("../fonts/lato/Lato-Italic.woff") format("woff"), url("../fonts/lato/Lato-Italic.ttf") format("truetype");
  font-family: "Lato";
  font-style: italic;
}
@font-face {
  src: url("../fonts/marianne/Marianne-Medium.otf") format("opentype");
  font-family: "Marianne";
  font-weight: 500;
}
@font-face {
  src: url("../fonts/marianne/Marianne-Regular.otf") format("opentype");
  font-family: "Marianne";
  font-weight: 400;
}
@font-face {
  src: url("../fonts/marianne/Marianne-Bold.otf") format("opentype");
  font-family: "Marianne";
  font-weight: 700;
}
@font-face {
  src: url("../fonts/marianne/Marianne-ExtraBold.otf") format("opentype");
  font-family: "Marianne";
  font-weight: 800;
}
@font-face {
  src: url("../fonts/marianne/Marianne-Light.otf") format("opentype");
  font-family: "Marianne";
  font-weight: 200;
}
@font-face {
  src: url("../fonts/marianne/Marianne-Thin.otf") format("opentype");
  font-family: "Marianne";
  font-weight: 100;
}
/**
 * Mixin - Triangle
 */
/**
 * Fonction pour modifier la couleur du texte en fonction de la couleur de fond.
 */
/* ----------------------------- */
/* ==Base (basic styles)         */
/* ----------------------------- */
body {
  margin: 0;
  font-size: 1.4rem;
  background-color: #f7f8f9;
  color: #545c6b;
  font-family: Lato, -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  line-height: 1.5;
  letter-spacing: 0.02rem;
}
@media (min-width: 576px) {
  body {
    font-size: 1.4rem;
  }
}

/* Links */
a {
  color: #0097ac;
  text-decoration: underline;
}
a:focus, a:hover, a:active {
  color: #005460;
  text-decoration: underline;
}

/* Headings */
h1:not(.site-name), .h1-like {
  font-size: 2.8rem;
  font-family: Lato, -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 900;
  color: #004361;
  letter-spacing: 0.6px;
  margin: 3rem 0;
}
@media (min-width: 576px) {
  h1:not(.site-name), .h1-like {
    font-size: 3.8rem;
  }
}

h2, .h2-like {
  font-size: 3.5rem;
  font-family: Lato, -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 700;
}
@media (min-width: 576px) {
  h2, .h2-like {
    font-size: 3.5rem;
  }
}

h3, .h3-like {
  font-size: 1.8rem;
  font-weight: 700;
}
@media (min-width: 576px) {
  h3, .h3-like {
    font-size: 1.5rem;
  }
}

h4, .h4-like {
  font-size: 1.6rem;
  font-weight: 400;
}
@media (min-width: 576px) {
  h4, .h4-like {
    font-size: 1.4rem;
  }
}

h5, .h5-like {
  font-size: 1.4rem;
  font-weight: 400;
}
@media (min-width: 576px) {
  h5, .h5-like {
    font-size: 1.3rem;
  }
}

h6, .h6-like {
  font-size: 1.4rem;
  font-weight: 400;
}
@media (min-width: 576px) {
  h6, .h6-like {
    font-size: 1.3rem;
  }
}

/* Vertical rythm */
h2,
h3,
h4,
h5,
h6,
dd {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p,
address,
ol,
ul,
dl,
blockquote,
pre {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* Avoid margins on nested elements */
li p,
li .p-like,
li ul,
li ol,
ol ol,
ul ul {
  margin-top: 0;
  margin-bottom: 0;
}

/* Max values */
img,
table,
td,
blockquote,
code,
pre,
textarea,
input,
video,
svg {
  max-width: 100%;
}

img {
  height: auto;
}

/* Styling elements */
p {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.57;
  margin-bottom: 2.3rem;
}

ul,
ol {
  padding-left: 2em;
}

.node__content ul:not(.links),
.sitemap ul:not(.links) {
  padding-left: 0;
}
.node__content ul:not(.links) li:not(.option),
.sitemap ul:not(.links) li:not(.option) {
  list-style: none;
  position: relative;
  padding-left: 1.25rem;
}
.node__content ul:not(.links) li:not(.option)::before,
.sitemap ul:not(.links) li:not(.option)::before {
  content: "•";
  color: #0097ac;
  margin-right: 0.25rem;
  font-size: 1.7rem;
  position: absolute;
  left: 0;
  line-height: 1.2;
}

img {
  vertical-align: middle;
}

em,
.italic,
address,
cite,
i,
var {
  font-style: italic;
}

code,
kbd,
mark {
  border-radius: 2px;
}

kbd {
  padding: 0 2px;
  border: 1px solid #999;
}

pre {
  -moz-tab-size: 2;
    -o-tab-size: 2;
       tab-size: 2;
}

code {
  padding: 2px 4px;
  background: rgba(0, 0, 0, 0.04);
  color: #b11;
}

pre code {
  padding: 0;
  background: none;
  color: inherit;
  border-radius: 0;
}

mark {
  padding: 2px 4px;
}

sup,
sub {
  vertical-align: 0;
}

sup {
  bottom: 1ex;
}

sub {
  top: 0.5ex;
}

blockquote {
  position: relative;
  padding-left: 3em;
  min-height: 2em;
}

blockquote::before {
  content: "“";
  position: absolute;
  left: 0;
  top: 0;
  font-family: georgia, serif;
  font-size: 1em;
  height: 0.4em;
  line-height: 0.9;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  blockquote::before {
    font-size: 5em;
  }
}
blockquote > footer {
  margin-top: 0.75em;
  font-size: 0.9em;
  color: rgba(0, 0, 0, 0.7);
}
blockquote > footer::before {
  content: "— ";
}

q {
  font-style: normal;
}

q,
.q {
  quotes: "“" "”" "‘" "’";
}
q:lang(fr),
.q:lang(fr) {
  quotes: "« " " »" "“" "”";
}

hr {
  display: block;
  clear: both;
  height: 1px;
  margin: 1em 0 2em;
  padding: 0;
  border: 0;
  color: #ccc;
  background-color: #ccc;
}

blockquote,
figure {
  margin-left: 0;
  margin-right: 0;
}

code,
pre,
samp,
kbd {
  white-space: pre-wrap;
  font-family: consolas, courier, monospace;
  line-height: normal;
}

a.ext .ext {
  display: none;
}
a.ext:hover .ext, a.ext:focus .ext, a.ext:active .ext {
  display: inline;
}

/* ----------------------------- */
/* ==Tables                      */
/* ----------------------------- */
table,
.table {
  width: 100%;
  max-width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  vertical-align: top;
  margin-bottom: 2rem;
}

table,
.table {
  display: table;
  background: transparent;
  border: 0;
  /* & td:not(:first-child) {
    text-align: right;
  } */
}
table tbody tr:nth-child(odd),
.table tbody tr:nth-child(odd) {
  background: #f7f8f9;
}
table tbody tr:nth-child(odd) td:not(:last-child),
.table tbody tr:nth-child(odd) td:not(:last-child) {
  border-right: 1px solid #ffffff;
}
table tbody tr:last-child,
.table tbody tr:last-child {
  background-color: #f0f2f5;
}
table caption,
.table caption {
  caption-side: bottom;
  padding: 1rem;
  color: #3b4351;
  font-style: italic;
  text-align: right;
}
table td, table th,
.table td,
.table th {
  padding: 0.5rem 0.3rem;
  min-width: 2rem;
  vertical-align: middle;
  cursor: default;
  border: 0;
}
@media (min-width: 640px) {
  table td, table th,
.table td,
.table th {
    padding: 1rem 0.6rem;
  }
}
@media (min-width: 640px) {
  table th,
.table th {
    text-align: center;
  }
}
table th:not(:last-child),
.table th:not(:last-child) {
  border-right: 1px solid #78c0c9;
}
table td:not(:last-child),
.table td:not(:last-child) {
  border-right: 1px solid #f7f8f9;
}
table thead,
.table thead {
  color: #ffffff;
  background: #0097ac;
}

.table--auto {
  table-layout: auto;
}/*# sourceMappingURL=base.css.map */