@charset "UTF-8";
/*@import 'gbrt_colors_bg_class';*/
/*@import 'gbrt_colors_txt_class';*/
/*@import 'gbrt_colors_bord_class';*/
/*@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700|Raleway:300,400,700|Inconsolata:400,700|Merriweather:400i');*/
@import url("https://fonts.googleapis.com/css2?family=Inconsolata:wght@400;700&family=Raleway:wght@400;700&family=Roboto:wght@400;700&display=swap");
/* ================================================================ */
/* SASS functions and vars                                          */
/* ================================================================ */
/*
$font-sans: "Open Sans", Arial, sans-serif;
$font-title: Raleway, Arial, sans-serif;
$font-mono: Inconsolata, monospace;
$font-hand: Merriweather, serif;
*/
/* ================================================================ */
/* BASE                                                             */
/* ================================================================ */
/*  ====================================== */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

html {
  font-size: 100%; }

body {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.5em;
  color: #000000;
  background-color: #f6f6f6;
  margin: 0;
  padding: 0; }

h1, h2, h3, h4, h5, h6 {
  font-family: Raleway, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.2em;
  margin-top: 1.1em;
  margin-bottom: 0.7em; }

h1 {
  font-size: 2em; }

h2 {
  font-size: 1.8em; }

h3 {
  font-size: 1.6em; }

h4 {
  font-size: 1.4em; }

h5 {
  font-size: 1.2em; }

h6 {
  font-size: 1em; }

@media all and (min-width: 481px) {
  h1 {
    font-size: 2.25em; }
  h2 {
    font-size: 2em; }
  h3 {
    font-size: 1.75em; }
  h4 {
    font-size: 1.5em; }
  h5 {
    font-size: 1.25em; }
  h6 {
    font-size: 1em; } }

@media all and (min-width: 961px) {
  h1 {
    font-size: 2.6em; }
  h2 {
    font-size: 2.3em; }
  h3 {
    font-size: 2em; }
  h4 {
    font-size: 1.7em; }
  h5 {
    font-size: 1.4em; }
  h6 {
    font-size: 1.1em; } }

hr {
  border: solid 0.1em #535059; }

pre {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  margin: 1em 1em 1em 0;
  padding-left: 2em;
  border-left: solid 0.5em #c9d6e2; }
  pre > code {
    background-color: #D5CBC3;
    display: block;
    padding: 0 0.5em;
    overflow-x: auto; }

blockquote {
  font-family: serif;
  margin: 1em 1em 1em 0;
  padding-left: 2em;
  border-left: dashed 0.5em #c9d6e2; }
  blockquote > * {
    font-family: serif;
    font-style: normal; }

address {
  display: inline-block;
  font-style: italic;
  margin: 0.5em;
  padding: 0.5em;
  background-color: #c9d6e2; }

a {
  color: #8495A7;
  text-decoration: none; }
  a:hover {
    color: #495676; }

abbr {
  text-decoration: none;
  outline-offset: 0;
  outline-color: #F5D77F;
  outline-style: dotted;
  outline-width: 1px;
  cursor: help; }

cite {
  font-style: normal;
  text-shadow: 0.06em 0.06em 0.04em rgba(0, 0, 0, 0.6); }

q {
  font-family: serif;
  /*quotes: "«\A0" "\A0»" "“" "”";*/
  quotes: "«\A0" "\A0»" "" ""; }
  q ::before {
    content: open-quote; }
  q ::after {
    content: close-quote; }

del {
  color: #F48282; }

ins {
  color: #7CBF6F; }

mark {
  background-color: #F2F283; }

code {
  font-family: Inconsolata, monospace;
  /*background-color: rgba(0,0,0,0.07);*/
  background-color: #D5CBC3;
  padding: 0 0.2em; }

kbd {
  font-family: Inconsolata, monospace;
  background-color: #eae5e1;
  padding: 0 0.2em;
  border-width: 0.1em;
  border-style: outset;
  border-radius: 0.2em; }

samp {
  font-family: Inconsolata, monospace;
  background-color: #c0b1a5;
  padding: 0 0.2em;
  border-width: 0.1em;
  border-style: inset;
  border-radius: 0.2em; }

var {
  font-family: Inconsolata, monospace;
  font-weight: 700;
  font-style: normal; }

i {
  font-style: italic; }

b {
  font-weight: bold; }

u {
  text-decoration: underline; }

s {
  text-decoration: line-through; }

/* ================================================================ */
/* LISTES                                                           */
/* ================================================================ */
li {
  padding-bottom: 0.3em; }

ol, ul {
  padding-top: 0.3em; }

ol {
  list-style-type: decimal; }
  ol > li > ol {
    list-style-type: lower-alpha; }
    ol > li > ol > li > ol {
      list-style-type: lower-roman; }

dt {
  display: block;
  font-family: Raleway, Arial, sans-serif;
  font-weight: bold;
  box-sizing: border-box; }

dd {
  display: block;
  padding-left: 2em;
  margin-left: 0;
  margin-bottom: 1em;
  box-sizing: border-box; }

dl {
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0; }
  dl > dd:last-child {
    margin-bottom: 0; }

/* ================================================================ */
/* IMAGES                                                           */
/* ================================================================ */
figure {
  margin: 1em; }
  figure figcaption {
    background-color: #7E828E;
    color: #fafafa;
    padding: 0.2em 1em 0.4em;
    margin: 0; }
  figure img {
    width: 100%;
    height: auto;
    display: block; }

/* ================================================================ */
/* FORMS                                                            */
/* ================================================================ */
fieldset {
  background-color: #c9d6e2;
  border-style: solid;
  border-width: 1px;
  margin-bottom: 1em;
  padding-top: 1em; }

input, textarea, select, button, a.btt {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 1em;
  line-height: 1.5em;
  padding: 0.3em 0.5em;
  color: black;
  background-color: white;
  border: solid 0.05em #cbd4ce;
  border-radius: 0.1em;
  max-width: 100%; }
  input:focus, textarea:focus, select:focus, button:focus, a.btt:focus {
    outline-color: #0099ff;
    outline-style: solid;
    outline-width: 2px;
    outline-offset: -2px; }

button, input[type=button], input[type=submit], input[type=reset], a.btt {
  cursor: pointer;
  display: inline-block;
  position: relative;
  background-color: #999ca6;
  color: #000;
  transition: all 0.4s;
  border-radius: 0.2em; }
  button:hover, input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover, a.btt:hover {
    background-color: #afb1b9; }
  button:active, input[type=button]:active, input[type=submit]:active, input[type=reset]:active, a.btt:active {
    color: black; }
  button:focus, input[type=button]:focus, input[type=submit]:focus, input[type=reset]:focus, a.btt:focus {
    outline: none; }
  button:after, input[type=button]:after, input[type=submit]:after, input[type=reset]:after, a.btt:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: -webkit-radial-gradient(circle, white 10%, transparent 10%);
    background-image: -o-radial-gradient(circle, white 10%, transparent 10%);
    background-image: radial-gradient(circle, white 10%, transparent 10%);
    background-repeat: no-repeat;
    -webkit-background-size: 1000% 1000%;
    background-size: 1000% 1000%;
    background-position: 50%;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: background .5s, opacity 1s;
    -o-transition: background .5s, opacity 1s;
    transition: background .5s, opacity 1s; }
  button:active:after, input[type=button]:active:after, input[type=submit]:active:after, input[type=reset]:active:after, a.btt:active:after {
    -webkit-background-size: 0% 0%;
    background-size: 0% 0%;
    opacity: .2;
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s; }

.btn-default {
  position: absolute; }

.btn-default:focus {
  background-color: #ffffff; }

.btn-default:hover,
.btn-default:active:hover {
  background-color: #f0f0f0; }

.btn-default:active {
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4); }

.btn-default:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: -webkit-radial-gradient(circle, #444444 10%, transparent 10.01%);
  background-image: -o-radial-gradient(circle, #444444 10%, transparent 10.01%);
  background-image: radial-gradient(circle, #444444 10%, transparent 10.01%);
  background-repeat: no-repeat;
  -webkit-background-size: 1000% 1000%;
  background-size: 1000% 1000%;
  background-position: 50%;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: background .5s, opacity 1s;
  -o-transition: background .5s, opacity 1s;
  transition: background .5s, opacity 1s; }

.btn-default:active:after {
  -webkit-background-size: 0% 0%;
  background-size: 0% 0%;
  opacity: .2;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s; }

input[type=submit], button[type=submit] {
  font-weight: 700; }

input[type=color] {
  height: 2.3em;
  padding: 0;
  cursor: pointer; }

input[type=radio], input[type=checkbox] {
  margin: 0 0.5em 0 1em;
  width: 1.5em;
  height: 1.5em;
  cursor: pointer; }
  input[type=radio] + label, input[type=checkbox] + label {
    cursor: pointer; }

input[type=text], input[type=email], input[type=tel], input[type=date], input[type=password], textarea, select {
  max-width: 100%; }
  @media all and (max-width: 481px) {
    input[type=text], input[type=email], input[type=tel], input[type=date], input[type=password], textarea, select {
      max-width: calc(100vw - 4.5em); } }

legend {
  font-family: Raleway, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.3em;
  padding: 0.3em 0.8em;
  color: #fafafa;
  background-color: #495676; }
  legend::before {
    color: white; }

/* ================================================================ */
/* TABLES                                                           */
/* ================================================================ */
table {
  /* force responsible for mobile devices  */
  display: block;
  overflow-x: auto;
  border-collapse: collapse;
  width: 100%; }
  @media all and (min-width: 481px) {
    table {
      display: table; } }

caption {
  caption-side: top;
  text-align: center;
  font-family: Raleway, Arial, sans-serif;
  font-weight: bold;
  border-top: solid 0.1em #5A534D;
  border-bottom: dashed 0.07em #5A534D;
  padding: 0.4em 1em; }

tbody tr:nth-child(even) {
  background-color: #c9d6e2; }

th {
  font-family: Raleway, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.1em;
  padding: 0.6em 0.6em 0.7em; }

td {
  padding: 0.6em 0.6em; }

thead > tr:last-child {
  border-bottom: solid 2px #5A534D; }

tfoot > tr:first-child {
  border-top: solid 2px #5A534D; }

td, th {
  border-right: dashed 1px #5A534D; }

tr > td:last-child, tr > th:last-child {
  border-right: none; }

tbody tr.tr-sky td {
  background-color: #e6f2ff; }

tbody tr.tr-leaf td {
  background-color: #c4f1ce; }

tbody tr.tr-red td {
  background-color: #fae3e5; }

tbody tr.tr-mango td {
  background-color: #ffedde; }

tbody tr.tr-sun td {
  background-color: #fffaed; }

/*@import 'gbrt_icons_prefix_text';*/
/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */
/* GRID                                                                                         */
/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */
.row, [class*="rowm-"] {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: flex-start;
  margin: 0;
  padding-right: 1rem; }

[class*="rowm-"] {
  flex-wrap: nowrap;
  overflow-x: auto; }

[class*="rowm-"] > div {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-left: 1rem;
  word-wrap: break-word;
  display: flex; }
  [class*="rowm-"] > div > div {
    flex: 0 0 100%; }

.row [class*="col-"] {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 1rem;
  word-wrap: break-word; }
  .row [class*="col-"][class*="xs-11"] {
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    padding-left: 1rem;
    word-wrap: break-word; }
  .row [class*="col-"][class*="xs-10"] {
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-left: 1rem;
    word-wrap: break-word; }
  .row [class*="col-"][class*="xs-9"] {
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 1rem;
    word-wrap: break-word; }
  .row [class*="col-"][class*="xs-8"] {
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 1rem;
    word-wrap: break-word; }
  .row [class*="col-"][class*="xs-7"] {
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-left: 1rem;
    word-wrap: break-word; }
  .row [class*="col-"][class*="xs-6"] {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 1rem;
    word-wrap: break-word; }
  .row [class*="col-"][class*="xs-5"] {
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-left: 1rem;
    word-wrap: break-word; }
  .row [class*="col-"][class*="xs-4"] {
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 1rem;
    word-wrap: break-word; }
  .row [class*="col-"][class*="xs-3"] {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 1rem;
    word-wrap: break-word; }
  .row [class*="col-"][class*="xs-2"] {
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-left: 1rem;
    word-wrap: break-word; }
  .row [class*="col-"][class*="xs-01"] {
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding-left: 1rem;
    word-wrap: break-word; }

@media screen and (min-width: 481px) {
  .row [class*="col-"] {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 1rem;
    word-wrap: break-word; }
    .row [class*="col-"][class*="xs-11"], .row [class*="col-"][class*="sm-11"] {
      -webkit-flex: 0 0 91.66667%;
      -ms-flex: 0 0 91.66667%;
      flex: 0 0 91.66667%;
      max-width: 91.66667%;
      padding-left: 1rem;
      word-wrap: break-word; }
    .row [class*="col-"][class*="xs-10"], .row [class*="col-"][class*="sm-10"] {
      -webkit-flex: 0 0 83.33333%;
      -ms-flex: 0 0 83.33333%;
      flex: 0 0 83.33333%;
      max-width: 83.33333%;
      padding-left: 1rem;
      word-wrap: break-word; }
    .row [class*="col-"][class*="xs-9"], .row [class*="col-"][class*="sm-9"] {
      -webkit-flex: 0 0 75%;
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%;
      padding-left: 1rem;
      word-wrap: break-word; }
    .row [class*="col-"][class*="xs-8"], .row [class*="col-"][class*="sm-8"] {
      -webkit-flex: 0 0 66.66667%;
      -ms-flex: 0 0 66.66667%;
      flex: 0 0 66.66667%;
      max-width: 66.66667%;
      padding-left: 1rem;
      word-wrap: break-word; }
    .row [class*="col-"][class*="xs-7"], .row [class*="col-"][class*="sm-7"] {
      -webkit-flex: 0 0 58.33333%;
      -ms-flex: 0 0 58.33333%;
      flex: 0 0 58.33333%;
      max-width: 58.33333%;
      padding-left: 1rem;
      word-wrap: break-word; }
    .row [class*="col-"][class*="xs-6"], .row [class*="col-"][class*="sm-6"] {
      -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
      padding-left: 1rem;
      word-wrap: break-word; }
    .row [class*="col-"][class*="xs-5"], .row [class*="col-"][class*="sm-5"] {
      -webkit-flex: 0 0 41.66667%;
      -ms-flex: 0 0 41.66667%;
      flex: 0 0 41.66667%;
      max-width: 41.66667%;
      padding-left: 1rem;
      word-wrap: break-word; }
    .row [class*="col-"][class*="xs-4"], .row [class*="col-"][class*="sm-4"] {
      -webkit-flex: 0 0 33.33333%;
      -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
      max-width: 33.33333%;
      padding-left: 1rem;
      word-wrap: break-word; }
    .row [class*="col-"][class*="xs-3"], .row [class*="col-"][class*="sm-3"] {
      -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%;
      padding-left: 1rem;
      word-wrap: break-word; }
    .row [class*="col-"][class*="xs-2"], .row [class*="col-"][class*="sm-2"] {
      -webkit-flex: 0 0 16.66667%;
      -ms-flex: 0 0 16.66667%;
      flex: 0 0 16.66667%;
      max-width: 16.66667%;
      padding-left: 1rem;
      word-wrap: break-word; }
    .row [class*="col-"][class*="xs-01"], .row [class*="col-"][class*="sm-01"] {
      -webkit-flex: 0 0 8.33333%;
      -ms-flex: 0 0 8.33333%;
      flex: 0 0 8.33333%;
      max-width: 8.33333%;
      padding-left: 1rem;
      word-wrap: break-word; } }

@media screen and (min-width: 961px) {
  .row [class*="col-"] {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 1rem;
    word-wrap: break-word; }
    .row [class*="col-"][class*="xs-11"], .row [class*="col-"][class*="sm-11"], .row [class*="col-"][class*="md-11"] {
      -webkit-flex: 0 0 91.66667%;
      -ms-flex: 0 0 91.66667%;
      flex: 0 0 91.66667%;
      max-width: 91.66667%;
      padding-left: 1rem;
      word-wrap: break-word; }
    .row [class*="col-"][class*="xs-10"], .row [class*="col-"][class*="sm-10"], .row [class*="col-"][class*="md-10"] {
      -webkit-flex: 0 0 83.33333%;
      -ms-flex: 0 0 83.33333%;
      flex: 0 0 83.33333%;
      max-width: 83.33333%;
      padding-left: 1rem;
      word-wrap: break-word; }
    .row [class*="col-"][class*="xs-9"], .row [class*="col-"][class*="sm-9"], .row [class*="col-"][class*="md-9"] {
      -webkit-flex: 0 0 75%;
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%;
      padding-left: 1rem;
      word-wrap: break-word; }
    .row [class*="col-"][class*="xs-8"], .row [class*="col-"][class*="sm-8"], .row [class*="col-"][class*="md-8"] {
      -webkit-flex: 0 0 66.66667%;
      -ms-flex: 0 0 66.66667%;
      flex: 0 0 66.66667%;
      max-width: 66.66667%;
      padding-left: 1rem;
      word-wrap: break-word; }
    .row [class*="col-"][class*="xs-7"], .row [class*="col-"][class*="sm-7"], .row [class*="col-"][class*="md-7"] {
      -webkit-flex: 0 0 58.33333%;
      -ms-flex: 0 0 58.33333%;
      flex: 0 0 58.33333%;
      max-width: 58.33333%;
      padding-left: 1rem;
      word-wrap: break-word; }
    .row [class*="col-"][class*="xs-6"], .row [class*="col-"][class*="sm-6"], .row [class*="col-"][class*="md-6"] {
      -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
      padding-left: 1rem;
      word-wrap: break-word; }
    .row [class*="col-"][class*="xs-5"], .row [class*="col-"][class*="sm-5"], .row [class*="col-"][class*="md-5"] {
      -webkit-flex: 0 0 41.66667%;
      -ms-flex: 0 0 41.66667%;
      flex: 0 0 41.66667%;
      max-width: 41.66667%;
      padding-left: 1rem;
      word-wrap: break-word; }
    .row [class*="col-"][class*="xs-4"], .row [class*="col-"][class*="sm-4"], .row [class*="col-"][class*="md-4"] {
      -webkit-flex: 0 0 33.33333%;
      -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
      max-width: 33.33333%;
      padding-left: 1rem;
      word-wrap: break-word; }
    .row [class*="col-"][class*="xs-3"], .row [class*="col-"][class*="sm-3"], .row [class*="col-"][class*="md-3"] {
      -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%;
      padding-left: 1rem;
      word-wrap: break-word; }
    .row [class*="col-"][class*="xs-2"], .row [class*="col-"][class*="sm-2"], .row [class*="col-"][class*="md-2"] {
      -webkit-flex: 0 0 16.66667%;
      -ms-flex: 0 0 16.66667%;
      flex: 0 0 16.66667%;
      max-width: 16.66667%;
      padding-left: 1rem;
      word-wrap: break-word; }
    .row [class*="col-"][class*="xs-01"], .row [class*="col-"][class*="sm-01"], .row [class*="col-"][class*="md-01"] {
      -webkit-flex: 0 0 8.33333%;
      -ms-flex: 0 0 8.33333%;
      flex: 0 0 8.33333%;
      max-width: 8.33333%;
      padding-left: 1rem;
      word-wrap: break-word; } }

@media screen and (min-width: 1441px) {
  .row [class*="col-"] {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 1rem;
    word-wrap: break-word; }
    .row [class*="col-"][class*="xs-11"], .row [class*="col-"][class*="sm-11"], .row [class*="col-"][class*="md-11"], .row [class*="col-"][class*="lg-11"] {
      -webkit-flex: 0 0 91.66667%;
      -ms-flex: 0 0 91.66667%;
      flex: 0 0 91.66667%;
      max-width: 91.66667%;
      padding-left: 1rem;
      word-wrap: break-word; }
    .row [class*="col-"][class*="xs-10"], .row [class*="col-"][class*="sm-10"], .row [class*="col-"][class*="md-10"], .row [class*="col-"][class*="lg-10"] {
      -webkit-flex: 0 0 83.33333%;
      -ms-flex: 0 0 83.33333%;
      flex: 0 0 83.33333%;
      max-width: 83.33333%;
      padding-left: 1rem;
      word-wrap: break-word; }
    .row [class*="col-"][class*="xs-9"], .row [class*="col-"][class*="sm-9"], .row [class*="col-"][class*="md-9"], .row [class*="col-"][class*="lg-9"] {
      -webkit-flex: 0 0 75%;
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%;
      padding-left: 1rem;
      word-wrap: break-word; }
    .row [class*="col-"][class*="xs-8"], .row [class*="col-"][class*="sm-8"], .row [class*="col-"][class*="md-8"], .row [class*="col-"][class*="lg-8"] {
      -webkit-flex: 0 0 66.66667%;
      -ms-flex: 0 0 66.66667%;
      flex: 0 0 66.66667%;
      max-width: 66.66667%;
      padding-left: 1rem;
      word-wrap: break-word; }
    .row [class*="col-"][class*="xs-7"], .row [class*="col-"][class*="sm-7"], .row [class*="col-"][class*="md-7"], .row [class*="col-"][class*="lg-7"] {
      -webkit-flex: 0 0 58.33333%;
      -ms-flex: 0 0 58.33333%;
      flex: 0 0 58.33333%;
      max-width: 58.33333%;
      padding-left: 1rem;
      word-wrap: break-word; }
    .row [class*="col-"][class*="xs-6"], .row [class*="col-"][class*="sm-6"], .row [class*="col-"][class*="md-6"], .row [class*="col-"][class*="lg-6"] {
      -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
      padding-left: 1rem;
      word-wrap: break-word; }
    .row [class*="col-"][class*="xs-5"], .row [class*="col-"][class*="sm-5"], .row [class*="col-"][class*="md-5"], .row [class*="col-"][class*="lg-5"] {
      -webkit-flex: 0 0 41.66667%;
      -ms-flex: 0 0 41.66667%;
      flex: 0 0 41.66667%;
      max-width: 41.66667%;
      padding-left: 1rem;
      word-wrap: break-word; }
    .row [class*="col-"][class*="xs-4"], .row [class*="col-"][class*="sm-4"], .row [class*="col-"][class*="md-4"], .row [class*="col-"][class*="lg-4"] {
      -webkit-flex: 0 0 33.33333%;
      -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
      max-width: 33.33333%;
      padding-left: 1rem;
      word-wrap: break-word; }
    .row [class*="col-"][class*="xs-3"], .row [class*="col-"][class*="sm-3"], .row [class*="col-"][class*="md-3"], .row [class*="col-"][class*="lg-3"] {
      -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%;
      padding-left: 1rem;
      word-wrap: break-word; }
    .row [class*="col-"][class*="xs-2"], .row [class*="col-"][class*="sm-2"], .row [class*="col-"][class*="md-2"], .row [class*="col-"][class*="lg-2"] {
      -webkit-flex: 0 0 16.66667%;
      -ms-flex: 0 0 16.66667%;
      flex: 0 0 16.66667%;
      max-width: 16.66667%;
      padding-left: 1rem;
      word-wrap: break-word; }
    .row [class*="col-"][class*="xs-01"], .row [class*="col-"][class*="sm-01"], .row [class*="col-"][class*="md-01"], .row [class*="col-"][class*="lg-01"] {
      -webkit-flex: 0 0 8.33333%;
      -ms-flex: 0 0 8.33333%;
      flex: 0 0 8.33333%;
      max-width: 8.33333%;
      padding-left: 1rem;
      word-wrap: break-word; } }

@media screen and (min-width: 1921px) {
  .row [class*="col-"] {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 1rem;
    word-wrap: break-word; }
    .row [class*="col-"][class*="xs-11"], .row [class*="col-"][class*="sm-11"], .row [class*="col-"][class*="md-11"], .row [class*="col-"][class*="lg-11"], .row [class*="col-"][class*="xl-11"] {
      -webkit-flex: 0 0 91.66667%;
      -ms-flex: 0 0 91.66667%;
      flex: 0 0 91.66667%;
      max-width: 91.66667%;
      padding-left: 1rem;
      word-wrap: break-word; }
    .row [class*="col-"][class*="xs-10"], .row [class*="col-"][class*="sm-10"], .row [class*="col-"][class*="md-10"], .row [class*="col-"][class*="lg-10"], .row [class*="col-"][class*="xl-10"] {
      -webkit-flex: 0 0 83.33333%;
      -ms-flex: 0 0 83.33333%;
      flex: 0 0 83.33333%;
      max-width: 83.33333%;
      padding-left: 1rem;
      word-wrap: break-word; }
    .row [class*="col-"][class*="xs-9"], .row [class*="col-"][class*="sm-9"], .row [class*="col-"][class*="md-9"], .row [class*="col-"][class*="lg-9"], .row [class*="col-"][class*="xl-9"] {
      -webkit-flex: 0 0 75%;
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%;
      padding-left: 1rem;
      word-wrap: break-word; }
    .row [class*="col-"][class*="xs-8"], .row [class*="col-"][class*="sm-8"], .row [class*="col-"][class*="md-8"], .row [class*="col-"][class*="lg-8"], .row [class*="col-"][class*="xl-8"] {
      -webkit-flex: 0 0 66.66667%;
      -ms-flex: 0 0 66.66667%;
      flex: 0 0 66.66667%;
      max-width: 66.66667%;
      padding-left: 1rem;
      word-wrap: break-word; }
    .row [class*="col-"][class*="xs-7"], .row [class*="col-"][class*="sm-7"], .row [class*="col-"][class*="md-7"], .row [class*="col-"][class*="lg-7"], .row [class*="col-"][class*="xl-7"] {
      -webkit-flex: 0 0 58.33333%;
      -ms-flex: 0 0 58.33333%;
      flex: 0 0 58.33333%;
      max-width: 58.33333%;
      padding-left: 1rem;
      word-wrap: break-word; }
    .row [class*="col-"][class*="xs-6"], .row [class*="col-"][class*="sm-6"], .row [class*="col-"][class*="md-6"], .row [class*="col-"][class*="lg-6"], .row [class*="col-"][class*="xl-6"] {
      -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
      padding-left: 1rem;
      word-wrap: break-word; }
    .row [class*="col-"][class*="xs-5"], .row [class*="col-"][class*="sm-5"], .row [class*="col-"][class*="md-5"], .row [class*="col-"][class*="lg-5"], .row [class*="col-"][class*="xl-5"] {
      -webkit-flex: 0 0 41.66667%;
      -ms-flex: 0 0 41.66667%;
      flex: 0 0 41.66667%;
      max-width: 41.66667%;
      padding-left: 1rem;
      word-wrap: break-word; }
    .row [class*="col-"][class*="xs-4"], .row [class*="col-"][class*="sm-4"], .row [class*="col-"][class*="md-4"], .row [class*="col-"][class*="lg-4"], .row [class*="col-"][class*="xl-4"] {
      -webkit-flex: 0 0 33.33333%;
      -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
      max-width: 33.33333%;
      padding-left: 1rem;
      word-wrap: break-word; }
    .row [class*="col-"][class*="xs-3"], .row [class*="col-"][class*="sm-3"], .row [class*="col-"][class*="md-3"], .row [class*="col-"][class*="lg-3"], .row [class*="col-"][class*="xl-3"] {
      -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%;
      padding-left: 1rem;
      word-wrap: break-word; }
    .row [class*="col-"][class*="xs-2"], .row [class*="col-"][class*="sm-2"], .row [class*="col-"][class*="md-2"], .row [class*="col-"][class*="lg-2"], .row [class*="col-"][class*="xl-2"] {
      -webkit-flex: 0 0 16.66667%;
      -ms-flex: 0 0 16.66667%;
      flex: 0 0 16.66667%;
      max-width: 16.66667%;
      padding-left: 1rem;
      word-wrap: break-word; }
    .row [class*="col-"][class*="xs-01"], .row [class*="col-"][class*="sm-01"], .row [class*="col-"][class*="md-01"], .row [class*="col-"][class*="lg-01"], .row [class*="col-"][class*="xl-01"] {
      -webkit-flex: 0 0 8.33333%;
      -ms-flex: 0 0 8.33333%;
      flex: 0 0 8.33333%;
      max-width: 8.33333%;
      padding-left: 1rem;
      word-wrap: break-word; } }

/*
Copyright (C) 2017 Romain DENIS-REMIS <romain at denis-remis.fr>.

This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
MA 02110-1301  USA
*/
/* 
    Created on : 13 oct. 2017, 09:36:33
    Author     : Romain DENIS-REMIS <romain at denis-remis.fr>
*/
.group:before, .group:after {
  content: "";
  display: table; }

.group:after {
  clear: both; }

/* ================================================================ */
/* LABELS                                                           */
/* ================================================================ */
.lb-red, ul.labelvalue-red > li > span:first-of-type {
  background-color: #eb9f9f; }

.lb-leaf, ul.labelvalue-leaf > li > span:first-of-type {
  background-color: #add685; }

.lb-sky, ul.labelvalue-sky > li > span:first-of-type {
  background-color: #85c2eb; }
  .lb-sky:hover, ul.labelvalue-sky > li > span:hover:first-of-type {
    background-color: #b1d8f2; }

.lb-mango, ul.labelvalue-mango > li > span:first-of-type {
  background-color: #ebc299; }

.lb-sun, ul.labelvalue-sun > li > span:first-of-type {
  background-color: #e2e29d; }

.lb-base, ul.labelvalue-base > li > span:first-of-type, ul.labelvalue-sky > li > span.lb-base:first-of-type, ul.labelvalue-red > li > span.lb-base:first-of-type, ul.labelvalue-sun > li > span.lb-base:first-of-type, ul.labelvalue-leaf > li > span.lb-base:first-of-type, ul.labelvalue-mango > li > span.lb-base:first-of-type {
  background-color: #c2c3c7; }

span[class*="lb-"], ul.labelvalue > li > span:first-of-type {
  font-size: 0.9em;
  line-height: 1.4em;
  border-radius: 0.4em;
  padding: 0 0.3em 0.1em; }

.msg-danger {
  background-color: #eb9f9f;
  text-align: center;
  font-size: 1.2rem;
  padding: 0.5rem; }

.msg-mango {
  background-color: #ebc299;
  text-align: center;
  font-size: 1.2rem;
  padding: 0.5rem; }

.msg-leaf {
  background-color: #add685;
  text-align: center;
  font-size: 1.2rem;
  padding: 0.5rem; }

/* ================================================================ */
/* BUTTONS                                                          */
/* ================================================================ */
button::before, input[type=button]::before, input[type=submit]::before, input[type=reset]::before, a.btt::before {
  color: #0D0301; }

[class*="btt-base"], a[class*="btt-red"] {
  /*    background-color: mix(#ddd, $oneColor, 25%);
		border-color: mix(#ddd, $oneColor, 15%);
		&:hover {
			background-color: $oneColor;
		}*/
  background-color: #bbb;
  border-color: #959595; }
  [class*="btt-base"]:hover, a[class*="btt-red"]:hover {
    background-color: #e1e1e1; }

[class*="btt-red"], a[class*="btt-red"] {
  /*    background-color: mix(#ddd, $oneColor, 25%);
		border-color: mix(#ddd, $oneColor, 15%);
		&:hover {
			background-color: $oneColor;
		}*/
  background-color: #ff4242;
  border-color: #f50000; }
  [class*="btt-red"]:hover, a[class*="btt-red"]:hover {
    background-color: #ff8f8f; }

[class*="btt-leaf"], a[class*="btt-leaf"] {
  /*    background-color: mix(#ddd, $oneColor, 25%);
		border-color: mix(#ddd, $oneColor, 15%);
		&:hover {
			background-color: $oneColor;
		}*/
  background-color: #66cc00;
  border-color: #408000; }
  [class*="btt-leaf"]:hover, a[class*="btt-leaf"]:hover {
    background-color: #8cff1a; }

[class*="btt-sky"], a[class*="btt-sky"] {
  /*    background-color: mix(#ddd, $oneColor, 25%);
		border-color: mix(#ddd, $oneColor, 15%);
		&:hover {
			background-color: $oneColor;
		}*/
  background-color: #0099ff;
  border-color: #006bb3; }
  [class*="btt-sky"]:hover, a[class*="btt-sky"]:hover {
    background-color: #4db8ff; }

[class*="btt-mango"], a[class*="btt-mango"] {
  /*    background-color: mix(#ddd, $oneColor, 25%);
		border-color: mix(#ddd, $oneColor, 15%);
		&:hover {
			background-color: $oneColor;
		}*/
  background-color: #ff9933;
  border-color: #e67300; }
  [class*="btt-mango"]:hover, a[class*="btt-mango"]:hover {
    background-color: #ffbf80; }

[class*="btt-sun"], a[class*="btt-sun"] {
  /*    background-color: mix(#ddd, $oneColor, 25%);
		border-color: mix(#ddd, $oneColor, 15%);
		&:hover {
			background-color: $oneColor;
		}*/
  background-color: #eaea3d;
  border-color: #c5c515; }
  [class*="btt-sun"]:hover, a[class*="btt-sun"]:hover {
    background-color: #f1f182; }

[class*="btt-full"], a[class*="btt-full"] {
  padding: 0 0.3em; }

[class*="-btico"] {
  width: 2.2em; }
  [class*="-btico"]::before {
    padding-right: 0; }

[class*="-round"] {
  border-radius: 0.8em / 40%; }

/* ================================================================ */
/* PANELS                                                         */
/* ================================================================ */
.pan {
  margin: 0;
  padding: 0.1em 0.5em 0.5em;
  border-radius: 0.2em;
  background-color: #ecefee;
  border: solid 1px #e4e8e6; }

.pan-sky {
  margin: 0;
  padding: 0.1em 0.5em 0.5em;
  border-radius: 0.2em;
  background-color: #e6f2ff;
  border: solid 1px #cce5ff; }

.pan-leaf {
  margin: 0;
  padding: 0.1em 0.5em 0.5em;
  border-radius: 0.2em;
  background-color: #d8f6df;
  border: solid 1px #c4f1ce; }

.pan-red {
  margin: 0;
  padding: 0.1em 0.5em 0.5em;
  border-radius: 0.2em;
  background-color: #fae3e5;
  border: solid 1px #f6cdd1; }

.pan-mango {
  margin: 0;
  padding: 0.1em 0.5em 0.5em;
  border-radius: 0.2em;
  background-color: #ffedde;
  border: solid 1px #ffdfc5; }

.pan-sun {
  margin: 0;
  padding: 0.1em 0.5em 0.5em;
  border-radius: 0.2em;
  background-color: #fff4d3;
  border: solid 1px #ffeeba; }

/* ================================================================ */
/* TITLES H                                                         */
/* ================================================================ */
.title-low {
  font-weight: 300;
  font-size: 0.8em; }

.title-back {
  background-color: #343440;
  color: #fafafa;
  padding-left: 0.5rem;
  padding-right: 0.5rem; }
  .title-back a {
    color: #8495A7; }

h3.title-back {
  background-color: #3b3b48; }

h4.title-back {
  background-color: #424251; }

h5.title-back {
  background-color: #494959; }

h6.title-back {
  background-color: #4f4f62; }

.font-titre {
  font-family: Raleway, Arial, sans-serif; }

/* ================================================================ */
/* TABLES                                                           */
/* ================================================================ */
table.shrink caption {
  caption-side: top;
  text-align: center;
  font-family: Raleway, Arial, sans-serif;
  font-weight: bold;
  border-top: solid 0.1em rgba(84, 101, 91, 0.5);
  border-bottom: dashed 0.07em rgba(84, 101, 91, 0.5);
  padding: 0.3em 1em; }

table.shrink th {
  padding: 0.3em 0.3em 0.3em; }

table.shrink td {
  padding: 0.1em 0.2em; }

table.resp {
  display: block;
  overflow-x: auto; }

td.cell-sky, th.cell-sky {
  background-color: #e6f2ff; }

td.cell-leaf, th.cell-leaf {
  background-color: #d8f6df; }

td.cell-red, th.cell-red {
  background-color: #fae3e5; }

td.cell-mango, th.cell-mango {
  background-color: #ffedde; }

td.cell-sun, th.cell-sun {
  background-color: #fff4d3; }

.table-caption-side-top {
  caption-side: top; }

.table-caption-side-bottom {
  caption-side: bottom; }

/* ================================================================ */
/* IMAGES                                                           */
/* ================================================================ */
.imag, .imag-shad-down, .imag-rounded, .imag-circle, .imag-circle-bord, .imag-circle-photo {
  position: relative;
  display: block;
  margin-bottom: 1em;
  z-index: 1; }
  .imag > img, .imag-shad-down > img, .imag-rounded > img, .imag-circle > img, .imag-circle-bord > img, .imag-circle-photo > img {
    max-width: 100%;
    height: auto;
    display: block; }

.imag-rounded > img {
  border-radius: 0.6rem; }

.imag-circle, .imag-circle-bord, .imag-circle-photo {
  border-radius: 50%; }
  .imag-circle > img, .imag-circle-bord > img, .imag-circle-photo > img {
    border-radius: 50%;
    margin: auto; }

.imag-circle-bord > img {
  padding: 3px;
  border: solid 3px #738193; }

.imag-circle-photo > img {
  border: solid 10px #fff;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.5); }

.imag-shad-down::before {
  left: 0.20em;
  content: '';
  display: block;
  position: absolute;
  bottom: 0.75em;
  width: 40%;
  height: 20%;
  max-height: 13em;
  box-shadow: 0px 13px 8px #979797;
  z-index: -1;
  -webkit-transform: rotate(-2deg);
  -moz-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  -o-transform: rotate(-2deg);
  transform: rotate(-2deg); }

.imag-shad-down::after {
  right: 0.20em;
  content: '';
  display: block;
  position: absolute;
  bottom: 0.75em;
  width: 40%;
  height: 20%;
  max-height: 13em;
  box-shadow: 0px 13px 8px #979797;
  z-index: -1;
  -webkit-transform: rotate(2deg);
  -moz-transform: rotate(2deg);
  -ms-transform: rotate(2deg);
  -o-transform: rotate(2deg);
  transform: rotate(2deg); }

.imag-shad-corner {
  position: relative;
  display: block;
  z-index: 1;
  margin: 0 0.5em 1em; }
  .imag-shad-corner > img {
    width: 100%;
    height: auto;
    display: block;
    border: solid 0.99em #fff; }

.imag-shad-corner::before {
  left: 6px;
  box-shadow: -11px 11px 6px rgba(0, 0, 0, 0.4);
  content: '';
  display: block;
  position: absolute;
  bottom: 5px;
  width: 50%;
  height: 80%;
  z-index: -1;
  -webkit-transform-origin: 0% 100%;
  -moz-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  -o-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  -webkit-transform: skewX(-5deg) rotate(-3deg);
  -moz-transform: skewX(-5deg) rotate(-3deg);
  -ms-transform: skewX(-5deg) rotate(-3deg);
  -o-transform: skewX(-5deg) rotate(-3deg);
  transform: skewX(-5deg) rotate(-3deg); }

.imag-shad-corner::after {
  right: 6px;
  box-shadow: 11px 11px 6px rgba(0, 0, 0, 0.4);
  content: '';
  display: block;
  position: absolute;
  bottom: 5px;
  width: 50%;
  height: 80%;
  z-index: -1;
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -webkit-transform: skewX(5deg) rotate(3deg);
  -moz-transform: skewX(5deg) rotate(3deg);
  -ms-transform: skewX(5deg) rotate(3deg);
  -o-transform: skewX(5deg) rotate(3deg);
  transform: skewX(5deg) rotate(3deg); }

/* ================================================================ */
/* TABS                                                             */
/* ================================================================ */
ul.tabs-bis {
  border: 10px solid #f7f9f8;
  border-image: linear-gradient(to top, #bdc8c2, #f7f9f8 10px) 10;
  border-top: none;
  border-left: none;
  border-right: none;
  list-style-type: none;
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  align-items: stretch;
  margin: 0;
  padding: 0; }
  ul.tabs-bis li {
    margin: 0;
    display: block;
    position: relative;
    bottom: -10px;
    color: gray;
    font-family: Raleway, Arial, sans-serif;
    cursor: pointer;
    background-color: transparent;
    padding: 0.5em 1em; }
    ul.tabs-bis li.active {
      z-index: 1;
      color: black;
      background-color: #f7f9f8;
      border-top: solid 0.07em #bdc8c2;
      border-left: solid 0.03em #bdc8c2;
      border-right: solid 0.07em #bdc8c2;
      border-bottom: solid 4px #f7f9f8;
      border-radius: 0.2em 0.2em 0 0;
      border-top-right-radius: 10% 90%;
      box-shadow: 1px -1px 3px #bdc8c2; }
    ul.tabs-bis li:not(.active):hover {
      color: black; }

ul.tabs {
  /*    border: 10px solid $couleur-body;
        border-image: linear-gradient( to top, lighten($couleur-base, 40%), $couleur-body 10px ) 10;
        border-top: none;
        border-left: none;
        border-right: none;*/
  list-style-type: none;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: stretch;
  margin: 1em 0 0 0;
  padding: 0; }
  ul.tabs li {
    margin: 0.2em 1em 0 0;
    display: block;
    position: relative;
    color: gray;
    font-family: Raleway, Arial, sans-serif;
    cursor: pointer;
    background-color: #e9f0f6;
    padding: 0;
    border: solid 0.05em #bdc8c2;
    border-top-left-radius: 0.6em;
    /*border-bottom: none;*/ }
    ul.tabs li > span:first-child {
      border-top-left-radius: 0.6em; }
    ul.tabs li.active {
      color: black;
      border-color: #859a8e;
      border-bottom: none;
      background-color: #fd7e14;
      /*            
			> span:first-child {
				background-color: $c-mango;
			}
			*/ }
    ul.tabs li:not(.active) > span:first-child:hover {
      background-color: #fed1ac; }
    ul.tabs li > span {
      display: inline-block;
      padding: 0.4em 0.7em; }
    ul.tabs li > span:nth-child(2), ul.tabs li span:nth-child(3), ul.tabs li span:nth-child(4) {
      border-left: solid 0.03em #bdc8c2; }
    ul.tabs li > span:nth-child(3):hover, ul.tabs li span:nth-child(4):hover {
      background-color: #86e29b; }

div.tabs-content {
  border: solid 0.05em #bdc8c2;
  padding: 1em; }
  div.tabs-content > div {
    display: none; }
    div.tabs-content > div.active {
      display: block; }

/* ================================================================ */
/* LISTE ETIQUETTE - VALEUR                                         */
/* ================================================================ */
ul.labelvalue {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 0.5em 0 0 0;
  padding: 0;
  overflow-x: auto;
  /*max-height: 6.5em;*/ }
  ul.labelvalue > li {
    margin: 0 0 0 1em; }
    ul.labelvalue > li > span:first-of-type {
      margin-right: 0.5em;
      white-space: nowrap;
      word-break: keep-all; }
      ul.labelvalue > li > span:first-of-type::after {
        content: "\00a0:"; }
    ul.labelvalue > li:empty {
      height: 1.8em; }
  ul.labelvalue.nbval4 {
    max-height: 8.5em; }
  ul.labelvalue.nbval5 {
    max-height: 10.5em; }
  ul.labelvalue.nbval6 {
    max-height: 12.5em; }
  ul.labelvalue.nbval7 {
    max-height: 14em; }
  ul.labelvalue.nbval8 {
    max-height: 16.5em; }
  ul.labelvalue.nbval9 {
    max-height: 18.5em; }
  ul.labelvalue.nbval10 {
    max-height: 20.5em; }
  ul.labelvalue.nbval11 {
    max-height: 22.5em; }
  ul.labelvalue.nbval12 {
    max-height: 24.5em; }
  ul.labelvalue.nbval13 {
    max-height: 26.5em; }
  ul.labelvalue.nbval14 {
    max-height: 28.5em; }
  ul.labelvalue.nbval15 {
    max-height: 30.5em; }
  ul.labelvalue.nbval16 {
    max-height: 32.5em; }
  ul.labelvalue.nbval17 {
    max-height: 34.5em; }
  ul.labelvalue.nbval18 {
    max-height: 36.5em; }

/* ================================================================ */
/* POP-UP                                                           */
/* ================================================================ */
.popup-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  padding-bottom: 10vh;
  /*    background-image: url('../img/fond_bubble.png');
		background-repeat: repeat;*/
  background-color: rgba(70, 130, 180, 0.6);
  z-index: 300;
  display: none; }
  .popup-background .popup {
    margin-top: auto;
    margin-bottom: auto;
    margin-right: calc(5vw + 5px);
    margin-left: calc(5vw - 5px);
    padding: 0;
    border: solid 4px steelblue;
    border-radius: 0.3em;
    width: 90vw;
    max-height: 90vh;
    background-color: #f6f6f6;
    display: flex;
    flex-direction: column; }
    @media all and (min-width: 481px) {
      .popup-background .popup {
        margin: auto;
        width: auto;
        max-width: 90vw; } }
    .popup-background .popup > .popup-head {
      min-height: max-content;
      border-bottom: solid 2px steelblue;
      padding: 2px;
      display: flex;
      justify-content: space-between; }
      .popup-background .popup > .popup-head > h5 {
        margin: 0.15em 0.3em; }
    .popup-background .popup > .popup-body {
      overflow: auto;
      padding: 0.5em;
      border-bottom: solid 1px steelblue; }
      .popup-background .popup > .popup-body div.ck-editor {
        width: 100%; }
    .popup-background .popup > .popup-msg {
      overflow: auto;
      padding: 0;
      background-color: #f7e4e4; }
      .popup-background .popup > .popup-msg > p {
        color: #e94023;
        margin: 0.6em;
        display: none; }
    .popup-background .popup > .popup-foot {
      min-height: max-content;
      padding: 2px;
      border-top: solid 2px steelblue;
      display: flex; }
      .popup-background .popup > .popup-foot > button {
        flex: 1; }

/* ================================================================ */
/* FORMS -- LAYOUT                                                  */
/* ================================================================ */
form {
  margin-left: 0;
  margin-right: 0; }
  form fieldset {
    margin-left: 0;
    margin-right: 0; }

.fieldset-block-inline {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: flex-start; }
  .fieldset-block-inline > div {
    margin-right: 2em;
    margin-bottom: 1em; }

.form-block-inline {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  border: solid 0.1em rgba(84, 101, 91, 0.2);
  border-radius: 0.1em;
  padding: 0.5em 0 0.5em 0.5em; }
  .form-block-inline > div {
    margin-right: 0.5em; }
  .form-block-inline input[type=submit], .form-block-inline button[type=submit] {
    border-radius: 40%; }
    .form-block-inline input[type=submit]::before, .form-block-inline button[type=submit]::before {
      padding-right: 0; }

.fieldset-block-stacked {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start; }
  .fieldset-block-stacked > div {
    margin-bottom: 1em; }

.input-block-inline {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center; }
  .input-block-inline label {
    padding-right: 0.5em; }

.input-block-stacked {
  display: inline-flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start; }
  .input-block-stacked label {
    padding: 0 0 0.2em 0.5em; }

.input-subblock-inline {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center; }
  .input-subblock-inline span.aft {
    background-color: #cfd0d2;
    font-size: 1em;
    line-height: 1.4em;
    border-bottom-right-radius: 0.4em;
    border-top-right-radius: 0.4em;
    padding: 0.4em; }

.form-submit-block {
  margin-left: 1em;
  margin-right: 1em;
  font-size: 1.5em;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch; }
  .form-submit-block input[type=submit], .form-submit-block button[type=submit] {
    flex: 3 1 auto; }
  .form-submit-block input[type=reset], .form-submit-block button[type=reset] {
    flex: 1 1 auto; }

/* ================================================================ */
/* HELPER CLASS                                                     */
/* ================================================================ */
.tal {
  text-align: left; }

.tac {
  text-align: center; }

.tar {
  text-align: right; }

.bold {
  font-weight: bold; }

.mango {
  color: #fd7e14; }

.sky {
  color: #007bff; }

.red {
  color: #dc3545; }

.leaf {
  color: #28a745; }

.sun {
  color: #ffc107; }

.noir {
  color: #000; }

.blanc {
  color: #fff; }

.gris {
  color: #444; }

.isout {
  background-image: url("../img/fond_out.png");
  background-repeat: repeat; }

/*
Copyright (C) 2017 Romain DENIS-REMIS <romain at denis-remis.fr>.

This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
MA 02110-1301  USA
*/
/* 
    Created on : 13 oct. 2017, 09:42:11
    Author     : Romain DENIS-REMIS <romain at denis-remis.fr>
*/
code[class*="language-"],
pre[class*="language-"] {
  font-family: Inconsolata, monospace, Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace; }

pre[class*="language-"] {
  display: block; }

.after-range {
  margin-left: 1em;
  padding: 0.3em 0.5em;
  border: solid 0.05em #cbd4ce;
  border-radius: 0.2em; }

.table-col-foot-avg::before {
  content: 'X̅'; }

.table-col-foot-sum::before {
  content: '∑'; }

.table-col-foot-max::before {
  content: 'Vmax'; }

.table-col-foot-min::before {
  content: 'Vmin'; }

/*@import 'gbrt_layout_321';*/
