/*!
 * Start Bootstrap - SB Admin v5.0.2 (https://startbootstrap.com/template-overviews/sb-admin)
 * Copyright 2013-2018 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-sb-admin/blob/master/LICENSE)
 */

html {
  position: relative;
  min-height: 100%;
  font-size: 0.85rem !important;
}

body {
  height: 100%;
}

#wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#wrapper #content-wrapper {
  overflow-x: hidden;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 80px;
}

body.fixed-nav #content-wrapper {
  margin-top: 56px;
  padding-left: 90px;
}

body.fixed-nav.sidebar-toggled #content-wrapper {
  padding-left: 0;
}

@media (min-width: 768px) {
  body.fixed-nav #content-wrapper {
    padding-left: 225px;
  }
  body.fixed-nav.sidebar-toggled #content-wrapper {
    padding-left: 90px;
  }
}

.scroll-to-top {
  position: fixed;
  right: 15px;
  bottom: 15px;
  display: none;
  width: 50px;
  height: 50px;
  text-align: center;
  color: #fff;
  background: rgba(52, 58, 64, 0.5);
  line-height: 46px;
  z-index: 1;
}

.scroll-to-top:focus, .scroll-to-top:hover {
  color: white;
}

.scroll-to-top:hover {
  background: #343a40;
}

.scroll-to-top i {
  font-weight: 800;
}

.smaller {
  font-size: 0.7rem;
}

.o-hidden {
  overflow: hidden !important;
}

.z-0 {
  z-index: 0;
}

.z-1 {
  z-index: 1;
}

.navbar-nav .form-inline .input-group {
  width: 100%;
}

.navbar-nav .nav-item.active .nav-link {
  color: #fff;
}

.navbar-nav .nav-item.dropdown .dropdown-toggle::after {
  width: 1rem;
  text-align: center;
  float: right;
  vertical-align: 0;
  border: 0;
  font-weight: 900;
  content: '\f105';
  font-family: 'Font Awesome 5 Free';
}

.navbar-nav .nav-item.dropdown.show .dropdown-toggle::after {
  content: '\f107';
}

.navbar-nav .nav-item.dropdown.no-arrow .dropdown-toggle::after {
  display: none;
}

.navbar-nav .nav-item .nav-link:focus {
  outline: none;
}

.navbar-nav .nav-item .nav-link .badge {
  position: absolute;
  margin-left: 0.75rem;
  top: 0.3rem;
  font-weight: 400;
  font-size: 0.5rem;
}

@media (min-width: 768px) {
  .navbar-nav .form-inline .input-group {
    width: auto;
  }
}

.sidebar {
  width: 90px !important;
  background-color: #212529;
  min-height: calc(100vh - 56px);
}

.sidebar .nav-item:last-child {
  margin-bottom: 1rem;
}

.sidebar .nav-item .nav-link {
  text-align: center;
  padding: 0.75rem 1rem;
  width: 90px;
}

.sidebar .nav-item .nav-link span {
  font-size: 0.65rem;
  display: block;
}

.sidebar .nav-item .dropdown-menu {
  position: absolute !important;
  -webkit-transform: none !important;
  transform: none !important;
  left: calc(90px + 0.5rem) !important;
  margin: 0;
}

.sidebar .nav-item .dropdown-menu.dropup {
  bottom: 0;
  top: auto !important;
}

.sidebar .nav-item.dropdown .dropdown-toggle::after {
  display: none;
}

.sidebar .nav-item .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.sidebar .nav-item .nav-link:active, .sidebar .nav-item .nav-link:focus, .sidebar .nav-item .nav-link:hover {
  color: rgba(255, 255, 255, 0.75);
}

.sidebar.toggled {
  width: 0 !important;
  overflow: hidden;
}

@media (min-width: 768px) {
  .sidebar {
    width: 225px !important;
  }
  .sidebar .nav-item .nav-link {
    display: block;
    width: 100%;
    text-align: left;
    padding: 1rem;
    width: 225px;
  }
  .sidebar .nav-item .nav-link span {
    font-size: 1rem;
    display: inline;
  }
  .sidebar .nav-item .dropdown-menu {
    position: static !important;
    margin: 0 1rem;
    top: 0;
  }
  .sidebar .nav-item.dropdown .dropdown-toggle::after {
    display: block;
  }
  .sidebar.toggled {
    overflow: visible;
    width: 90px !important;
  }
  .sidebar.toggled .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .sidebar.toggled .nav-item .nav-link {
    text-align: center;
    padding: 0.75rem 1rem;
    width: 90px;
  }
  .sidebar.toggled .nav-item .nav-link span {
    font-size: 0.65rem;
    display: block;
  }
  .sidebar.toggled .nav-item .dropdown-menu {
    position: absolute !important;
    -webkit-transform: none !important;
    transform: none !important;
    left: calc(90px + 0.5rem) !important;
    margin: 0;
  }
  .sidebar.toggled .nav-item .dropdown-menu.dropup {
    bottom: 0;
    top: auto !important;
  }
  .sidebar.toggled .nav-item.dropdown .dropdown-toggle::after {
    display: none;
  }
}

.sidebar.fixed-top {
  top: 56px;
  height: calc(100vh - 56px);
  overflow-y: auto;
}

.card-body-icon {
  position: absolute;
  z-index: 0;
  top: -1.25rem;
  right: -1rem;
  opacity: 0.4;
  font-size: 5rem;
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
}

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 1;
    column-count: 1;
  }
}

@media (min-width: 768px) {
  .card-columns {
    -webkit-column-count: 2;
    column-count: 2;
  }
}

@media (min-width: 1200px) {
  .card-columns {
    -webkit-column-count: 2;
    column-count: 2;
  }
}

:root {
  --input-padding-x: 0.75rem;
  --input-padding-y: 0.75rem;
}

.card-login {

  max-width: 26rem;
  min-width: 26rem;
  align-self: center;
}

#block-img { 
  height: 20%;
}

#img-logo {
  width: 100%;
  height: 100px;
}

#card-form {
  display: flex;
  font-size: initial;
}

.card-register {
  max-width: 40rem;
}

.form-label-group {
  position: relative;
}

.form-label-group > input,
.form-label-group > label {
  padding: var(--input-padding-y) var(--input-padding-x);
  height: auto;
}

.form-label-group > label {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  margin-bottom: 0;
  /* Override default `<label>` margin */
  line-height: 1.5;
  color: #495057;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.form-label-group input::-webkit-input-placeholder {
  color: transparent;
}

.form-label-group input:-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::placeholder {
  color: transparent;
}

.form-label-group input:not(:placeholder-shown) {
  padding-top: calc(var(--input-padding-y) + var(--input-padding-y) * (2 / 3));
  padding-bottom: calc(var(--input-padding-y) / 3);
}

.form-label-group input:not(:placeholder-shown) ~ label {
  padding-top: calc(var(--input-padding-y) / 3);
  padding-bottom: calc(var(--input-padding-y) / 3);
  font-size: 12px;
  color: #777;
}

footer.sticky-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc(100% - 90px);
  height: 80px;
  background-color: #e9ecef;
}

footer.sticky-footer .copyright {
  line-height: 1;
  font-size: 0.8rem;
}

@media (min-width: 768px) {
  footer.sticky-footer {
    width: calc(100% - 225px);
  }
}

body.sidebar-toggled footer.sticky-footer {
  width: 100%;
}

@media (min-width: 768px) {
  body.sidebar-toggled footer.sticky-footer {
    width: calc(100% - 90px);
  }
}



/*------------- CSS Personnalisé -------------*/

.GRILLE_LINE{
  cursor:default;
}

.GRILLE_LINE:hover{
  cursor:default;
  background-color: #a4c8ff;
  transition: 0.3s;
}

.GRILLE_LINE button {
  visibility: hidden;
  margin-left: 5px;
  float: right;
}

.GRILLE_LINE:hover button {
  visibility: visible;
  float: right;
  position: relative;
}

/* Couleur d'entête d'une colonne dans un tableau */
.GRILLE_ENTETE:hover{
  cursor:pointer;
  background-color: #454949;
  color: #fff;
  transition: 0.3s;
  border-radius: 1em;
}

/* Permet de différencier les lignes "Actives" et "Inactives" */
.GRILLE_LINE_SUPPRIME{
  cursor:default;
}
.GRILLE_LINE_SUPPRIME:hover{
  cursor:default;
  background-color: #ff00004f;
  transition: 0.3s;
}
.GRILLE_LINE_SUPPRIME button {
  visibility: hidden;
  margin-left: 5px;
  float: right;
}
.GRILLE_LINE_SUPPRIME:hover button {
  visibility: visible;
  float: right;
  position: relative;
}

.ligne_btn {
  position: absolute;
  right: 8px;
  margin-top: -8px;
}

/* Permet de différencier les lignes pair/impair (blanc/gris) */
.odd {
  background-color: #e1e1e1ad;
}

/* Les boutons contenus dans le tableau */
.btn_ligne {
  background-color: white;
  color: black;
  border-color: black;
  padding: 6px 12px;
}
.btn_ligne:hover {
  transition: 0.2s;
  color: white;
}

/* Icon Edition */
.fa-edit {
  width: 16px;
  height: 16px;
}

.ui-datepicker-current {
  display: none;
}


.champ_vert {
  background-color: #2dd117;
  opacity: 0.6;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #2dd117;
  outline: 0 none;
}

.modules {
  transition: all 0.3s ease-out;
  text-decoration: none;
}

.modules:hover {
  transition: all 0.3s ease-out;
  text-decoration: none;
  box-shadow: 0px 0px 20px #00000094;
  top: -1px;
}

.m-routes:hover {
  background-color: #454b50 !important;
}

.modal-warning {
  color: #212529;;
  background: #ffc800d9;
}

.modal-danger {
  color: #fff;
  background: #dc3545;
}

.modal-success {
  color: #fff;
  background: #28a745;
}

.tableAlignMiddle td {
  padding: .75rem;
  vertical-align: middle !important;
  border-top: 1px solid #dee2e6;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Rechercher";
}

/* Page d'aide API */
.table-line {
  cursor:default;
  background-color: #eae9e9;
}

.table-line:hover{
  cursor:default;
  background-color: #a4c8ff;
  transition: 0.3s;
}

.table-line button {
  visibility: hidden;
  margin-left: 5px;
  float: right;
}

.table-line:hover button {
  visibility: visible;
  float: right;
  position: relative;
}

/* Table table thead,table tbody tr */
.tableEntete 
{
    display: table;
    width: 100%;
    table-layout: fixed;
}
/* Table tbody  table tbody*/
.tableBody
{   
    display: block;
    overflow: auto;
    max-height: 800px;
}

.parametre-border {
  border-left: 1px solid rgba(181, 181, 181, .5);
}

/* Spinner Loading */
.lds-dual-ring {
  position: absolute;
  display: inline-block;
  width: 80px;
  height: 80px;
  top: 50%; 
  left: 50%; /* à 50%/50% du parent référent */
  transform: translate(-50%, -50%);
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #007bff;
  border-color: #007bff transparent #007bff transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


a .lds-dual-ring {
  position: initial;
  display: initial;
  width: initial;
  height: initial;
  top: initial; 
  left: initial; /* à 50%/50% du parent référent */
  transform: initial;
}
a .lds-dual-ring:after {
  content: " ";
  display: block;
  width: 18px;
  height: 18px;
  margin: initial;
  border-radius: 50%;
  border: 2px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}

/* Loader Modal */
.lds-dual-ring2 {
  display: inline-block;
  align-self: center;
  
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #007bff;
  border-color: #007bff transparent #007bff transparent;
  animation: lds-dual-ring2 1.2s linear infinite;
  
}

@keyframes lds-dual-ring2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media (min-width: 0px) and (max-width: 576px) {
  #block-img {
    height: 15%;
  }

  #img-logo {
    width: 80%;
    height: 80px;
  }

  #card-form {
    display: initial;
    font-size: 75%;
  }

  .card-login {
    min-width: initial;
    max-width: initial;
    margin-bottom: 1rem!important;
  }

  #card-login-img-deco {
    display: none;
  }

  #card-login-bloc-form {
    flex-direction: column-reverse;
  }
}

@media (min-width: 577px) and (max-width: 767px) {
  .card-login {
    min-width: initial;
    max-width: initial;
    margin-bottom: 1rem!important;
  }

  #card-form {
    display: initial;
    font-size: 85%;
  }
  
  #card-login-img-deco {
    display: none;
  }

  #card-login-bloc-form {
    flex-direction: column-reverse;
  }
}

@media (max-width: 992px) {
  .card-login {
    min-width: initial;
    max-width: initial;
  }

  #card-login-img-deco > img {
    width: 100%;
  }
}

@media(max-height: 244px)
{
  #block-img {
    height: 30%;
  }
}

@media(max-height: 360px)
{
  #block-img {
    height: 30%;
  }
}

.form-label-group>label.label-select2, .form-label-group>label.label-textarea {
  top: 0;
  padding-top: 4px;
  font-size: 12px;
  color: #777;
}

.form-label-group>label {
  z-index: 50;
}

.form-label-group>label {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  margin-bottom: 0;
  line-height: 1.5;
  color: #495057;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.form-label-group>input, .form-label-group>label {
  padding: var(--input-padding-y) var(--input-padding-x);
  height: auto;
}

.form-label-group>textarea.labeled {
  padding-top: 20px;
}

.select2-container {
  z-index: 50;
}

.label-select2~.select2-container--default:not(.select2-container-disabled).select2-container--focus .select2-selection--multiple, .label-select2~.select2-container--default:not(.select2-container-disabled) .select2-selection--multiple, .label-select2~.select2-container--default:not(.select2-container-disabled) .select2-selection--single {
  background-color: transparent;
  padding-left: 4px;
}

.label-select2~.select2 .select2-selection.select2-selection--multiple, .label-select2~.select2 .select2-selection.select2-selection--single {
  min-height: 50px;
  padding-top: calc(var(--input-padding-y) + var(--input-padding-y) * (2 / 3));
  padding-bottom: calc(var(--input-padding-y) / 3);
}

.select2:not(.select2-container--disabled) .select2-selection.select2-selection--single, .select2:not(.select2-container--disabled) .select2-selection.select2-selection--multiple {
  background-color: transparent;
}

.select2 .select2-selection.select2-selection--multiple, .select2 .select2-selection.select2-selection--single {
  min-height: 50px;
  padding-top: calc(var(--input-padding-y) + var(--input-padding-y) * (2 / 3));
  padding-bottom: calc(var(--input-padding-y) / 3);
}

.modal.modal-fullscreen .modal-dialog {
  width: 100vw;
  height: 100vh;
  margin: 0;
  padding: 0;
  max-width: none;
}

.modal.modal-fullscreen .modal-content {
  height: auto;
  height: 100vh;
  border-radius: 0;
  border: none;
}

.modal.modal-fullscreen .modal-body {
  overflow-y: auto;
}

#dataTableUtilisateurs_info .select-info { display: flex; }
div.dataTables_processing>div:last-child>div {
  background: #1c75d8;
}

.divPassword {
  top: 30px;
  right: 4px;
  position: absolute;
  width: 26px;
  height: 26px;
  line-height: 1.5;
  text-align: center;
  border-radius: 0.25rem;
  transition: all 0.1s ease-in-out;
}

.divPassword i{
  font-size:0.8em;
  position:relative;
  top:-1px;
  left:0.5px
}




ol, ul {
  list-style: none
}

blockquote, q {
  quotes: none
}

img, video, svg {
  max-width: 100%
}

:root, [data-theme="default"] {
  --color-primary-darker: hsl(220, 90%, 36%);
  --color-primary-darker-h: 220;
  --color-primary-darker-s: 90%;
  --color-primary-darker-l: 36%;
  --color-primary-dark: hsl(220, 90%, 46%);
  --color-primary-dark-h: 220;
  --color-primary-dark-s: 90%;
  --color-primary-dark-l: 46%;
  --color-primary: hsl(220, 90%, 56%);
  --color-primary-h: 220;
  --color-primary-s: 90%;
  --color-primary-l: 56%;
  --color-primary-light: hsl(220, 90%, 66%);
  --color-primary-light-h: 220;
  --color-primary-light-s: 90%;
  --color-primary-light-l: 66%;
  --color-primary-lighter: hsl(220, 90%, 76%);
  --color-primary-lighter-h: 220;
  --color-primary-lighter-s: 90%;
  --color-primary-lighter-l: 76%;
  --color-accent-darker: hsl(355, 90%, 41%);
  --color-accent-darker-h: 355;
  --color-accent-darker-s: 90%;
  --color-accent-darker-l: 41%;
  --color-accent-dark: hsl(355, 90%, 51%);
  --color-accent-dark-h: 355;
  --color-accent-dark-s: 90%;
  --color-accent-dark-l: 51%;
  --color-accent: hsl(355, 90%, 61%);
  --color-accent-h: 355;
  --color-accent-s: 90%;
  --color-accent-l: 61%;
  --color-accent-light: hsl(355, 90%, 71%);
  --color-accent-light-h: 355;
  --color-accent-light-s: 90%;
  --color-accent-light-l: 71%;
  --color-accent-lighter: hsl(355, 90%, 81%);
  --color-accent-lighter-h: 355;
  --color-accent-lighter-s: 90%;
  --color-accent-lighter-l: 81%;
  --color-black: hsl(240, 8%, 12%);
  --color-black-h: 240;
  --color-black-s: 8%;
  --color-black-l: 12%;
  --color-white: hsl(0, 0%, 100%);
  --color-white-h: 0;
  --color-white-s: 0%;
  --color-white-l: 100%;
  --color-success-darker: hsl(94, 48%, 36%);
  --color-success-darker-h: 94;
  --color-success-darker-s: 48%;
  --color-success-darker-l: 36%;
  --color-success-dark: hsl(94, 48%, 46%);
  --color-success-dark-h: 94;
  --color-success-dark-s: 48%;
  --color-success-dark-l: 46%;
  --color-success: hsl(94, 48%, 56%);
  --color-success-h: 94;
  --color-success-s: 48%;
  --color-success-l: 56%;
  --color-success-light: hsl(94, 48%, 66%);
  --color-success-light-h: 94;
  --color-success-light-s: 48%;
  --color-success-light-l: 66%;
  --color-success-lighter: hsl(94, 48%, 76%);
  --color-success-lighter-h: 94;
  --color-success-lighter-s: 48%;
  --color-success-lighter-l: 76%;
  --color-error-darker: hsl(355, 90%, 41%);
  --color-error-darker-h: 355;
  --color-error-darker-s: 90%;
  --color-error-darker-l: 41%;
  --color-error-dark: hsl(355, 90%, 51%);
  --color-error-dark-h: 355;
  --color-error-dark-s: 90%;
  --color-error-dark-l: 51%;
  --color-error: hsl(355, 90%, 61%);
  --color-error-h: 355;
  --color-error-s: 90%;
  --color-error-l: 61%;
  --color-error-light: hsl(355, 90%, 71%);
  --color-error-light-h: 355;
  --color-error-light-s: 90%;
  --color-error-light-l: 71%;
  --color-error-lighter: hsl(355, 90%, 81%);
  --color-error-lighter-h: 355;
  --color-error-lighter-s: 90%;
  --color-error-lighter-l: 81%;
  --color-warning-darker: hsl(46, 100%, 41%);
  --color-warning-darker-h: 46;
  --color-warning-darker-s: 100%;
  --color-warning-darker-l: 41%;
  --color-warning-dark: hsl(46, 100%, 51%);
  --color-warning-dark-h: 46;
  --color-warning-dark-s: 100%;
  --color-warning-dark-l: 51%;
  --color-warning: hsl(46, 100%, 61%);
  --color-warning-h: 46;
  --color-warning-s: 100%;
  --color-warning-l: 61%;
  --color-warning-light: hsl(46, 100%, 71%);
  --color-warning-light-h: 46;
  --color-warning-light-s: 100%;
  --color-warning-light-l: 71%;
  --color-warning-lighter: hsl(46, 100%, 81%);
  --color-warning-lighter-h: 46;
  --color-warning-lighter-s: 100%;
  --color-warning-lighter-l: 81%;
  --color-bg: hsl(0, 0%, 100%);
  --color-bg-h: 0;
  --color-bg-s: 0%;
  --color-bg-l: 100%;
  --color-contrast-lower: hsl(0, 0%, 95%);
  --color-contrast-lower-h: 0;
  --color-contrast-lower-s: 0%;
  --color-contrast-lower-l: 95%;
  --color-contrast-low: hsl(240, 1%, 83%);
  --color-contrast-low-h: 240;
  --color-contrast-low-s: 1%;
  --color-contrast-low-l: 83%;
  --color-contrast-medium: hsl(240, 1%, 48%);
  --color-contrast-medium-h: 240;
  --color-contrast-medium-s: 1%;
  --color-contrast-medium-l: 48%;
  --color-contrast-high: hsl(240, 4%, 20%);
  --color-contrast-high-h: 240;
  --color-contrast-high-s: 4%;
  --color-contrast-high-l: 20%;
  --color-contrast-higher: hsl(240, 8%, 12%);
  --color-contrast-higher-h: 240;
  --color-contrast-higher-s: 8%;
  --color-contrast-higher-l: 12%
}

[data-theme] {
  background-color: hsl(0, 0%, 100%);
  background-color: var(--color-bg);
  color: hsl(240, 4%, 20%);
  color: var(--color-contrast-high)
}

:root {
  --space-unit: 1em;
  --space-xxxxs: calc(0.125 * var(--space-unit));
  --space-xxxs: calc(0.25 * var(--space-unit));
  --space-xxs: calc(0.375 * var(--space-unit));
  --space-xs: calc(0.5 * var(--space-unit));
  --space-sm: calc(0.75 * var(--space-unit));
  --space-md: calc(1.25 * var(--space-unit));
  --space-lg: calc(2 * var(--space-unit));
  --space-xl: calc(3.25 * var(--space-unit));
  --space-xxl: calc(5.25 * var(--space-unit));
  --space-xxxl: calc(8.5 * var(--space-unit));
  --space-xxxxl: calc(13.75 * var(--space-unit));
  --component-padding: var(--space-md)
}

@supports (--css: variables) {
  @media (min-width: 64rem) {
    :root {
      --space-unit: 1.25em
    }
  }
}

.margin-top, .margin-top--md {
  margin-top: 1.25em;
  margin-top: var(--space-md)
}

.margin-top--xxxxs {
  margin-top: 0.125em;
  margin-top: var(--space-xxxxs)
}

.margin-top--xxxs {
  margin-top: 0.25em;
  margin-top: var(--space-xxxs)
}

.margin-top--xxs {
  margin-top: 0.375em;
  margin-top: var(--space-xxs)
}

.margin-top--xs {
  margin-top: 0.5em;
  margin-top: var(--space-xs)
}

.margin-top--sm {
  margin-top: 0.75em;
  margin-top: var(--space-sm)
}

.margin-top--lg {
  margin-top: 2em;
  margin-top: var(--space-lg)
}

.margin-top--xl {
  margin-top: 3.25em;
  margin-top: var(--space-xl)
}

.margin-top--xxl {
  margin-top: 5.25em;
  margin-top: var(--space-xxl)
}

.margin-top--xxxl {
  margin-top: 8.5em;
  margin-top: var(--space-xxxl)
}

.margin-top--xxxxl {
  margin-top: 13.75em;
  margin-top: var(--space-xxxxl)
}

.margin-bottom, .margin-bottom--md {
  margin-bottom: 1.25em;
  margin-bottom: var(--space-md)
}

.margin-bottom--xxxxs {
  margin-bottom: 0.125em;
  margin-bottom: var(--space-xxxxs)
}

.margin-bottom--xxxs {
  margin-bottom: 0.25em;
  margin-bottom: var(--space-xxxs)
}

.margin-bottom--xxs {
  margin-bottom: 0.375em;
  margin-bottom: var(--space-xxs)
}

.margin-bottom--xs {
  margin-bottom: 0.5em;
  margin-bottom: var(--space-xs)
}

.margin-bottom--sm {
  margin-bottom: 0.75em;
  margin-bottom: var(--space-sm)
}

.margin-bottom--lg {
  margin-bottom: 2em;
  margin-bottom: var(--space-lg)
}

.margin-bottom--xl {
  margin-bottom: 3.25em;
  margin-bottom: var(--space-xl)
}

.margin-bottom--xxl {
  margin-bottom: 5.25em;
  margin-bottom: var(--space-xxl)
}

.margin-bottom--xxxl {
  margin-bottom: 8.5em;
  margin-bottom: var(--space-xxxl)
}

.margin-bottom--xxxxl {
  margin-bottom: 13.75em;
  margin-bottom: var(--space-xxxxl)
}

:root {
  --container-width-xs: 37.5rem;
  --container-width-sm: 45rem;
  --container-width-md: 64rem;
  --container-width-lg: 80rem;
  --container-width-xl: 90rem
}

.container {
  width: calc(100% - 1.25em);
  width: calc(100% - 2 * var(--component-padding));
  margin-left: auto;
  margin-right: auto
}

.container--full-width {
  width: 100%
}

.container--xs {
  max-width: 37.5rem;
  max-width: var(--container-width-xs)
}

.container--sm {
  max-width: 45rem;
  max-width: var(--container-width-sm)
}

.container--md {
  max-width: 64rem;
  max-width: var(--container-width-md)
}

.container--lg {
  max-width: 80rem;
  max-width: var(--container-width-lg)
}

.container--xl {
  max-width: 90rem;
  max-width: var(--container-width-xl)
}

.container--adaptive, .container--adaptive-lg {
  max-width: 37.5rem;
  max-width: var(--container-width-xs)
}

@media (min-width: 64rem) {
  .container--adaptive, .container--adaptive-lg {
    max-width: 64rem;
    max-width: var(--container-width-md)
  }
}

@media (min-width: 90rem) {
  .container--adaptive, .container--adaptive-lg {
    max-width: 80rem;
    max-width: var(--container-width-lg)
  }
}

.container--adaptive-sm {
  max-width: 37.5rem;
  max-width: var(--container-width-xs)
}

@media (min-width: 64rem) {
  .container--adaptive-sm {
    max-width: 45rem;
    max-width: var(--container-width-sm)
  }
}

.container--adaptive-md {
  max-width: 37.5rem;
  max-width: var(--container-width-xs)
}

@media (min-width: 64rem) {
  .container--adaptive-md {
    max-width: 64rem;
    max-width: var(--container-width-md)
  }
}

.container--adaptive-xl {
  max-width: 37.5rem;
  max-width: var(--container-width-xs)
}

@media (min-width: 64rem) {
  .container--adaptive-xl {
    max-width: 64rem;
    max-width: var(--container-width-md)
  }
}

@media (min-width: 90rem) {
  .container--adaptive-xl {
    max-width: 90rem;
    max-width: var(--container-width-xl)
  }
}

.grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.grid > * {
  background-clip: content-box;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%
}

.grid--gap-xs, .grid-gap--xs {
  margin: -0.5em 0 0 -0.5em;
  margin: calc(var(--space-xs) * -1) 0 0 calc(var(--space-xs) * -1)
}

.grid--gap-xs > *, .grid-gap--xs > * {
  padding: 0.5em 0 0 0.5em;
  padding: var(--space-xs) 0 0 var(--space-xs)
}

.grid--gap-sm, .grid-gap--sm {
  margin: -0.75em 0 0 -0.75em;
  margin: calc(var(--space-sm) * -1) 0 0 calc(var(--space-sm) * -1)
}

.grid--gap-sm > *, .grid-gap--sm > * {
  padding: 0.75em 0 0 0.75em;
  padding: var(--space-sm) 0 0 var(--space-sm)
}

.grid--gap-md, .grid-gap--md {
  margin: -1.25em 0 0 -1.25em;
  margin: calc(var(--space-md) * -1) 0 0 calc(var(--space-md) * -1)
}

.grid--gap-md > *, .grid-gap--md > * {
  padding: 1.25em 0 0 1.25em;
  padding: var(--space-md) 0 0 var(--space-md)
}

.grid--gap-lg, .grid-gap--lg {
  margin: -2em 0 0 -2em;
  margin: calc(var(--space-lg) * -1) 0 0 calc(var(--space-lg) * -1)
}

.grid--gap-lg > *, .grid-gap--lg > * {
  padding: 2em 0 0 2em;
  padding: var(--space-lg) 0 0 var(--space-lg)
}

.grid--gap-xl, .grid-gap--xl {
  margin: -3.25em 0 0 -3.25em;
  margin: calc(var(--space-xl) * -1) 0 0 calc(var(--space-xl) * -1)
}

.grid--gap-xl > *, .grid-gap--xl > * {
  padding: 3.25em 0 0 3.25em;
  padding: var(--space-xl) 0 0 var(--space-xl)
}

.col {
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%
}

.col--1 {
  -ms-flex-preferred-size: 8.33%;
  flex-basis: 8.33%;
  max-width: 8.33%
}

.col--2 {
  -ms-flex-preferred-size: 16.66%;
  flex-basis: 16.66%;
  max-width: 16.66%
}

.col--3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%
}

.col--4 {
  -ms-flex-preferred-size: 33.33%;
  flex-basis: 33.33%;
  max-width: 33.33%
}

.col--5 {
  -ms-flex-preferred-size: 41.66%;
  flex-basis: 41.66%;
  max-width: 41.66%
}

.col--6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%
}

.col--7 {
  -ms-flex-preferred-size: 58.33%;
  flex-basis: 58.33%;
  max-width: 58.33%
}

.col--8 {
  -ms-flex-preferred-size: 66.66%;
  flex-basis: 66.66%;
  max-width: 66.66%
}

.col--9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%
}

.col--10 {
  -ms-flex-preferred-size: 83.33%;
  flex-basis: 83.33%;
  max-width: 83.33%
}

.col--11 {
  -ms-flex-preferred-size: 91.66%;
  flex-basis: 91.66%;
  max-width: 91.66%
}

.col--12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%
}

@media (min-width: 30rem) {
  .col--xs {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%
  }

  .col--xs-1 {
    -ms-flex-preferred-size: 8.33%;
    flex-basis: 8.33%;
    max-width: 8.33%
  }

  .col--xs-2 {
    -ms-flex-preferred-size: 16.66%;
    flex-basis: 16.66%;
    max-width: 16.66%
  }

  .col--xs-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%
  }

  .col--xs-4 {
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%;
    max-width: 33.33%
  }

  .col--xs-5 {
    -ms-flex-preferred-size: 41.66%;
    flex-basis: 41.66%;
    max-width: 41.66%
  }

  .col--xs-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%
  }

  .col--xs-7 {
    -ms-flex-preferred-size: 58.33%;
    flex-basis: 58.33%;
    max-width: 58.33%
  }

  .col--xs-8 {
    -ms-flex-preferred-size: 66.66%;
    flex-basis: 66.66%;
    max-width: 66.66%
  }

  .col--xs-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%
  }

  .col--xs-10 {
    -ms-flex-preferred-size: 83.33%;
    flex-basis: 83.33%;
    max-width: 83.33%
  }

  .col--xs-11 {
    -ms-flex-preferred-size: 91.66%;
    flex-basis: 91.66%;
    max-width: 91.66%
  }

  .col--xs-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%
  }
}

@media (min-width: 37.5rem) {
  .col--sm {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%
  }

  .col--sm-1 {
    -ms-flex-preferred-size: 8.33%;
    flex-basis: 8.33%;
    max-width: 8.33%
  }

  .col--sm-2 {
    -ms-flex-preferred-size: 16.66%;
    flex-basis: 16.66%;
    max-width: 16.66%
  }

  .col--sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%
  }

  .col--sm-4 {
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%;
    max-width: 33.33%
  }

  .col--sm-5 {
    -ms-flex-preferred-size: 41.66%;
    flex-basis: 41.66%;
    max-width: 41.66%
  }

  .col--sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%
  }

  .col--sm-7 {
    -ms-flex-preferred-size: 58.33%;
    flex-basis: 58.33%;
    max-width: 58.33%
  }

  .col--sm-8 {
    -ms-flex-preferred-size: 66.66%;
    flex-basis: 66.66%;
    max-width: 66.66%
  }

  .col--sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%
  }

  .col--sm-10 {
    -ms-flex-preferred-size: 83.33%;
    flex-basis: 83.33%;
    max-width: 83.33%
  }

  .col--sm-11 {
    -ms-flex-preferred-size: 91.66%;
    flex-basis: 91.66%;
    max-width: 91.66%
  }

  .col--sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%
  }
}

@media (min-width: 64rem) {
  .col--md {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%
  }

  .col--md-1 {
    -ms-flex-preferred-size: 8.33%;
    flex-basis: 8.33%;
    max-width: 8.33%
  }

  .col--md-2 {
    -ms-flex-preferred-size: 16.66%;
    flex-basis: 16.66%;
    max-width: 16.66%
  }

  .col--md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%
  }

  .col--md-4 {
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%;
    max-width: 33.33%
  }

  .col--md-5 {
    -ms-flex-preferred-size: 41.66%;
    flex-basis: 41.66%;
    max-width: 41.66%
  }

  .col--md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%
  }

  .col--md-7 {
    -ms-flex-preferred-size: 58.33%;
    flex-basis: 58.33%;
    max-width: 58.33%
  }

  .col--md-8 {
    -ms-flex-preferred-size: 66.66%;
    flex-basis: 66.66%;
    max-width: 66.66%
  }

  .col--md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%
  }

  .col--md-10 {
    -ms-flex-preferred-size: 83.33%;
    flex-basis: 83.33%;
    max-width: 83.33%
  }

  .col--md-11 {
    -ms-flex-preferred-size: 91.66%;
    flex-basis: 91.66%;
    max-width: 91.66%
  }

  .col--md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%
  }
}

@media (min-width: 80rem) {
  .col--lg {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%
  }

  .col--lg-1 {
    -ms-flex-preferred-size: 8.33%;
    flex-basis: 8.33%;
    max-width: 8.33%
  }

  .col--lg-2 {
    -ms-flex-preferred-size: 16.66%;
    flex-basis: 16.66%;
    max-width: 16.66%
  }

  .col--lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%
  }

  .col--lg-4 {
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%;
    max-width: 33.33%
  }

  .col--lg-5 {
    -ms-flex-preferred-size: 41.66%;
    flex-basis: 41.66%;
    max-width: 41.66%
  }

  .col--lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%
  }

  .col--lg-7 {
    -ms-flex-preferred-size: 58.33%;
    flex-basis: 58.33%;
    max-width: 58.33%
  }

  .col--lg-8 {
    -ms-flex-preferred-size: 66.66%;
    flex-basis: 66.66%;
    max-width: 66.66%
  }

  .col--lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%
  }

  .col--lg-10 {
    -ms-flex-preferred-size: 83.33%;
    flex-basis: 83.33%;
    max-width: 83.33%
  }

  .col--lg-11 {
    -ms-flex-preferred-size: 91.66%;
    flex-basis: 91.66%;
    max-width: 91.66%
  }

  .col--lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%
  }
}

@media (min-width: 90rem) {
  .col--xl {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%
  }

  .col--xl-1 {
    -ms-flex-preferred-size: 8.33%;
    flex-basis: 8.33%;
    max-width: 8.33%
  }

  .col--xl-2 {
    -ms-flex-preferred-size: 16.66%;
    flex-basis: 16.66%;
    max-width: 16.66%
  }

  .col--xl-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%
  }

  .col--xl-4 {
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%;
    max-width: 33.33%
  }

  .col--xl-5 {
    -ms-flex-preferred-size: 41.66%;
    flex-basis: 41.66%;
    max-width: 41.66%
  }

  .col--xl-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%
  }

  .col--xl-7 {
    -ms-flex-preferred-size: 58.33%;
    flex-basis: 58.33%;
    max-width: 58.33%
  }

  .col--xl-8 {
    -ms-flex-preferred-size: 66.66%;
    flex-basis: 66.66%;
    max-width: 66.66%
  }

  .col--xl-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%
  }

  .col--xl-10 {
    -ms-flex-preferred-size: 83.33%;
    flex-basis: 83.33%;
    max-width: 83.33%
  }

  .col--xl-11 {
    -ms-flex-preferred-size: 91.66%;
    flex-basis: 91.66%;
    max-width: 91.66%
  }

  .col--xl-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%
  }
}

.flex {
  display: -ms-flexbox;
  display: flex
}

.flex > * {
  display: inline-block
}

.flex--wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.flex--column {
  -ms-flex-direction: column;
  flex-direction: column
}

.flex--end {
  -ms-flex-pack: end;
  justify-content: flex-end
}

.flex--center {
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center
}

.flex--center-x {
  -ms-flex-pack: center;
  justify-content: center
}

.flex--center-y {
  -ms-flex-align: center;
  align-items: center
}

.flex--space-between {
  -ms-flex-pack: justify;
  justify-content: space-between
}

.flex--space-around {
  -ms-flex-pack: distribute;
  justify-content: space-around
}

.flex--space-evenly {
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly
}

.flex--grow > * {
  -ms-flex-positive: 1;
  flex-grow: 1
}

.flex--shrink-none > * {
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.flex--gap > *, .flex--gap-md > *, .flex-gap > *, .flex-gap--md > * {
  margin-right: 1.25em;
  margin-right: var(--space-md)
}

.flex--gap > *:last-child, .flex--gap-md > *:last-child, .flex-gap > *:last-child, .flex-gap--md > *:last-child {
  margin-right: 0
}

.flex--wrap.flex--gap, .flex--wrap.flex--gap-md, .flex--wrap.flex-gap, .flex--wrap.flex-gap--md {
  margin-bottom: -1.25em;
  margin-bottom: calc(-1 * var(--space-md))
}

.flex--wrap.flex--gap > *, .flex--wrap.flex--gap-md > *, .flex--wrap.flex-gap > *, .flex--wrap.flex-gap--md > * {
  margin-bottom: 1.25em;
  margin-bottom: var(--space-md)
}

.flex--gap-xxs > *, .flex-gap--xxs > * {
  margin-right: 0.375em;
  margin-right: var(--space-xxs)
}

.flex--gap-xxs > *:last-child, .flex-gap--xxs > *:last-child {
  margin-right: 0
}

.flex--wrap.flex--gap-xxs, .flex--wrap.flex-gap--xxs {
  margin-bottom: -0.375em;
  margin-bottom: calc(-1 * var(--space-xxs))
}

.flex--wrap.flex--gap-xxs > *, .flex--wrap.flex-gap--xxs > * {
  margin-bottom: 0.375em;
  margin-bottom: var(--space-xxs)
}

.flex--gap-xs > *, .flex-gap--xs > * {
  margin-right: 0.5em;
  margin-right: var(--space-xs)
}

.flex--gap-xs > *:last-child, .flex-gap--xs > *:last-child {
  margin-right: 0
}

.flex--wrap.flex--gap-xs, .flex--wrap.flex-gap--xs {
  margin-bottom: -0.5em;
  margin-bottom: calc(-1 * var(--space-xs))
}

.flex--wrap.flex--gap-xs > *, .flex--wrap.flex-gap--xs > * {
  margin-bottom: 0.5em;
  margin-bottom: var(--space-xs)
}

.flex--gap-sm > *, .flex-gap--sm > * {
  margin-right: 0.75em;
  margin-right: var(--space-sm)
}

.flex--gap-sm > *:last-child, .flex-gap--sm > *:last-child {
  margin-right: 0
}

.flex--wrap.flex--gap-sm, .flex--wrap.flex-gap--sm {
  margin-bottom: -0.75em;
  margin-bottom: calc(-1 * var(--space-sm))
}

.flex--wrap.flex--gap-sm > *, .flex--wrap.flex-gap--sm > * {
  margin-bottom: 0.75em;
  margin-bottom: var(--space-sm)
}

.flex--gap-lg > *, .flex-gap--lg > * {
  margin-right: 2em;
  margin-right: var(--space-lg)
}

.flex--gap-lg > *:last-child, .flex-gap--lg > *:last-child {
  margin-right: 0
}

.flex--wrap.flex--gap-lg, .flex--wrap.flex-gap--lg {
  margin-bottom: -2em;
  margin-bottom: calc(-1 * var(--space-lg))
}

.flex--wrap.flex--gap-lg > *, .flex--wrap.flex-gap--lg > * {
  margin-bottom: 2em;
  margin-bottom: var(--space-lg)
}

.flex--gap-xl > *, .flex-gap--xl > * {
  margin-right: 3.25em;
  margin-right: var(--space-xl)
}

.flex--gap-xl > *:last-child, .flex-gap--xl > *:last-child {
  margin-right: 0
}

.flex--wrap.flex--gap-xl, .flex--wrap.flex-gap--xl {
  margin-bottom: -3.25em;
  margin-bottom: calc(-1 * var(--space-xl))
}

.flex--wrap.flex--gap-xl > *, .flex--wrap.flex-gap--xl > * {
  margin-bottom: 3.25em;
  margin-bottom: var(--space-xl)
}

.flex-item--end {
  -ms-flex-item-align: end;
  align-self: flex-end
}

.flex-item--grow {
  -ms-flex-positive: 1;
  flex-grow: 1
}

.flex-item--shrink-none {
  -ms-flex-negative: 0;
  flex-shrink: 0
}

:root {
  --radius: 0.25em;
  --shadow-sm: 0 1px 1px rgba(0, 0, 0, .2), 0 1px 8px rgba(0, 0, 0, .1);
  --shadow-md: 0 1px 8px rgba(0, 0, 0, .1), 0 8px 24px rgba(0, 0, 0, .15);
  --shadow-lg: 0 1px 8px rgba(0, 0, 0, .1), 0 16px 48px rgba(0, 0, 0, .1), 0 24px 60px rgba(0, 0, 0, .1);
  --transition-bounce: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  --transition-ease-in-out: cubic-bezier(0.645, 0.045, 0.355, 1);
  --transition-ease-in: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  --transition-ease-out: cubic-bezier(0.215, 0.61, 0.355, 1)
}

:root {
  --font-primary: sans-serif;
  --text-base-size: 1em;
  --text-scale-ratio: 1.2;
  --text-xs: calc(1em / var(--text-scale-ratio) / var(--text-scale-ratio));
  --text-sm: calc(var(--text-xs) * var(--text-scale-ratio));
  --text-md: calc(var(--text-sm) * var(--text-scale-ratio) * var(--text-scale-ratio));
  --text-lg: calc(var(--text-md) * var(--text-scale-ratio));
  --text-xl: calc(var(--text-lg) * var(--text-scale-ratio));
  --text-xxl: calc(var(--text-xl) * var(--text-scale-ratio));
  --text-xxxl: calc(var(--text-xxl) * var(--text-scale-ratio));
  --body-line-height: 1.4;
  --heading-line-height: 1.2;
  --font-primary-capital-letter: 1
}

@supports (--css: variables) {
  @media (min-width: 64rem) {
    :root {
      --text-base-size: 1.25em;
      --text-scale-ratio: 1.25
    }
  }
}

/*
body {
    font-size: 1em;
    font-size: var(--text-base-size);
    font-family: 'Source Sans Pro', sans-serif;
    font-family: var(--font-primary);
    color: hsl(240, 4%, 20%);
    color: var(--color-contrast-high)
}

h1, h2, h3, h4 {
    color: hsl(240, 8%, 12%);
    color: var(--color-contrast-higher);
    line-height: 1.2;
    line-height: var(--heading-line-height)
}
*/

.text--xxxl {
  font-size: 2.48832em;
  font-size: var(--text-xxxl)
}

h1, .text--xxl {
  font-size: 2.0736em;
  font-size: var(--text-xxl)
}

h2, .text--xl {
  font-size: 1.728em;
  font-size: var(--text-xl)
}

h3, .text--lg {
  font-size: 1.44em;
  font-size: var(--text-lg)
}

h4, .text--md {
  font-size: 1.2em;
  font-size: var(--text-md)
}

.text--sm, small {
  font-size: 0.83333em;
  font-size: var(--text-sm)
}

.text--xs {
  font-size: 0.69444em;
  font-size: var(--text-xs)
}

mark {
  background-color: hsla(355, 90%, 61%, 0.2);
  background-color: hsla(var(--color-accent-h), var(--color-accent-s), var(--color-accent-l), 0.2);
  color: inherit
}

strong {
  font-weight: bold
}

s {
  text-decoration: line-through
}

u {
  text-decoration: underline
}

.text--subtle, .text-component .text--subtle {
  color: hsl(240, 1%, 48%);
  color: var(--color-contrast-medium)
}

.text--inherit, .text-component .text--inherit {
  color: inherit
}

.text-component {
  --component-body-line-height: calc(var(--body-line-height) * var(--line-height-multiplier, 1));
  --component-heading-line-height: calc(var(--heading-line-height) * var(--line-height-multiplier, 1));
  --line-height-multiplier: 1;
  --text-vspace-multiplier: 1
}

.text-component h1, .text-component h2, .text-component h3, .text-component h4 {
  line-height: 1.2;
  line-height: var(--component-heading-line-height);
  margin-bottom: 0.25em;
  margin-bottom: calc(var(--space-xxxs) * var(--text-vspace-multiplier))
}

.text-component h2, .text-component h3, .text-component h4 {
  margin-top: 0.75em;
  margin-top: calc(var(--space-sm) * var(--text-vspace-multiplier))
}

.text-component p, .text-component blockquote, .text-component ul li, .text-component ol li {
  line-height: 1.4;
  line-height: var(--component-body-line-height);
  color: hsl(240, 4%, 20%);
  color: var(--color-contrast-high)
}

.text-component ul, .text-component ol, .text-component p, .text-component blockquote, .text-component .text-component__block, .text-component .text-component__img {
  margin-bottom: 0.75em;
  margin-bottom: calc(var(--space-sm) * var(--text-vspace-multiplier))
}

.text-component ul, .text-component ol {
  padding-left: 1em
}

.text-component ul {
  list-style-type: disc
}

.text-component ol {
  list-style-type: decimal
}

.text-component em {
  font-style: italic
}

.text-component blockquote {
  padding-left: 1em;
  border-left: 4px solid hsl(240, 1%, 83%);
  border-left: 4px solid var(--color-contrast-low)
}

.text-component hr {
  background: hsl(240, 1%, 83%);
  background: var(--color-contrast-low);
  height: 1px;
  margin: 2em auto;
  margin: calc(var(--space-lg) * var(--text-vspace-multiplier)) auto
}

.text-component > *:first-child {
  margin-top: 0
}

.text-component > *:last-child {
  margin-bottom: 0
}

.article.text-component {
  --line-height-multiplier: 1.13;
  --text-vspace-multiplier: 1.2
}

.text-component__block--full-width {
  width: 100vw;
  margin-left: calc(50% - 50vw)
}

.text-component__img {
  text-align: center
}

.text-component__img img {
  display: block;
  margin: 0 auto
}

.text-component__img figcaption {
  text-align: center;
  font-size: 0.83333em;
  font-size: var(--text-sm);
  color: hsl(240, 1%, 48%);
  color: var(--color-contrast-medium);
  margin-top: 0.5em;
  margin-top: var(--space-xs)
}

.text-component__block .text-component__img {
  margin-bottom: 0
}

@media (min-width: 37.5rem) {
  .text-component__block--left, .text-component__block--right, .text-component__img--left, .text-component__img--right {
    width: 45%
  }

  .text-component__block--left img, .text-component__block--right img, .text-component__img--left img, .text-component__img--right img {
    width: 100%
  }

  .text-component__block--left, .text-component__img--left {
    float: left;
    margin-right: 0.75em;
    margin-right: calc(var(--space-sm) * var(--text-vspace-multiplier, 1))
  }

  .text-component__block--right, .text-component__img--right {
    float: right;
    margin-left: 0.75em;
    margin-left: calc(var(--space-sm) * var(--text-vspace-multiplier, 1))
  }
}

@media (min-width: 90rem) {
  .text-component__block--outset, .text-component__img--outset {
    width: calc(100% + 10.5em);
    width: calc(100% + 2 * var(--space-xxl))
  }

  .text-component__block--outset img, .text-component__img--outset img {
    width: 100%
  }

  .text-component__block--outset:not(.text-component__block--right), .text-component__img--outset:not(.text-component__img--right) {
    margin-left: -5.25em;
    margin-left: calc(-1 * var(--space-xxl))
  }

  .text-component__block--left, .text-component__block--right, .text-component__img--left, .text-component__img--right {
    width: 50%
  }

  .text-component__block--right.text-component__block--outset, .text-component__img--right.text-component__img--outset {
    margin-right: -5.25em;
    margin-right: calc(-1 * var(--space-xxl))
  }
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

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

.text--replace {
  overflow: hidden;
  color: transparent;
  text-indent: 100%;
  white-space: nowrap
}

:root {
  --icon-xs: 16px;
  --icon-sm: 24px;
  --icon-md: 32px;
  --icon-lg: 48px;
  --icon-xl: 64px
}

.icon {
  display: inline-block;
  color: hsl(240, 8%, 12%);
  color: var(--color-contrast-higher);
  fill: currentColor;
  height: 1em;
  width: 1em;
  line-height: 1
}

.icon--xs {
  font-size: 16px;
  font-size: var(--icon-xs)
}

.icon--sm {
  font-size: 24px;
  font-size: var(--icon-sm)
}

.icon--md {
  font-size: 32px;
  font-size: var(--icon-md)
}

.icon--lg {
  font-size: 48px;
  font-size: var(--icon-lg)
}

.icon--xl {
  font-size: 64px;
  font-size: var(--icon-xl)
}

.icon-text {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center
}

.icon-text > *:nth-child(2) {
  margin-left: 0.375em;
  margin-left: var(--space-xxs)
}

.icon-text .icon {
  color: inherit;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.icon-text.icon-text-gap--none > *:nth-child(2) {
  margin-left: 0
}

.icon--is-spinning {
  -webkit-animation: icon-spin 1s infinite linear;
  animation: icon-spin 1s infinite linear
}

@-webkit-keyframes icon-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes icon-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

.icon use {
  color: inherit;
  fill: currentColor
}

:root {
  --btn-font-size: 1em;
  --btn-sm: calc(var(--btn-font-size) - 0.2em);
  --btn-md: calc(var(--btn-font-size) + 0.2em);
  --btn-lg: calc(var(--btn-font-size) + 0.4em)
}

/*
.btn {
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    white-space: nowrap;
    text-decoration: none;
    line-height: 1;
    padding: 0.5em 0.75em;
    padding: var(--space-xs) var(--space-sm);
    border-radius: 0.25em;
    font-size: 1em;
    font-size: var(--btn-font-size);
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}
*/

.btn--primary {
  background-color: hsl(220, 90%, 56%);
  background-color: var(--color-primary);
  color: hsl(0, 0%, 100%);
  color: var(--color-white);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.btn--subtle {
  color: hsl(240, 8%, 12%);
  color: var(--color-contrast-higher);
  border: 1px solid hsl(240, 1%, 83%);
  border: 1px solid var(--color-contrast-low)
}

.btn--accent {
  background-color: hsl(355, 90%, 61%);
  background-color: var(--color-accent);
  color: hsl(0, 0%, 100%);
  color: var(--color-white);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.btn--disabled {
  cursor: not-allowed;
  box-shadow: none;
  opacity: 0.6
}

.btn--sm {
  font-size: 0.8em;
  font-size: var(--btn-sm)
}

.btn--md {
  font-size: 1.2em;
  font-size: var(--btn-md)
}

.btn--lg {
  font-size: 1.4em;
  font-size: var(--btn-lg)
}

.btn--full-width {
  display: -ms-flexbox;
  display: flex;
  width: 100%
}

.btn .icon {
  color: inherit;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.btn--icon-text {
  -ms-flex-align: center;
  align-items: center
}

.btn--icon-text > *:nth-child(2) {
  margin-left: 0.375em;
  margin-left: var(--space-xxs)
}

.btn--icon {
  padding: 0.5em;
  padding: var(--space-xs)
}

/*.form-control {
    padding: 0.5em 0.75em;
    padding: var(--space-xs) var(--space-sm);
    background: hsl(0, 0%, 100%);
    background: var(--color-bg);
    border: 2px solid hsl(240, 1%, 83%);
    border: 2px solid var(--color-contrast-low);
    width: 100%
}

.form-control:focus {
    outline: none;
    border-color: hsl(220, 90%, 56%);
    border-color: var(--color-primary);
    --color-shadow: hsla(220, 90%, 56%, 0.2);
    --color-shadow: hsla(var(--color-primary-h), var(--color-primary-s), var(--color-primary-l), 0.2);
    box-shadow: undefined;
    box-shadow: 0 0 0 3px var(--color-shadow)
}

.form-control:focus:focus {
    box-shadow: 0 0 0 3px hsla(220, 90%, 56%, 0.2);
    box-shadow: 0 0 0 3px var(--color-shadow)
}*/

.form-control::-webkit-input-placeholder {
  color: hsl(240, 1%, 48%);
  color: var(--color-contrast-medium)
}

.form-control::-moz-placeholder {
  opacity: 1;
  color: hsl(240, 1%, 48%);
  color: var(--color-contrast-medium)
}

.form-control:-ms-input-placeholder {
  color: hsl(240, 1%, 48%);
  color: var(--color-contrast-medium)
}

.form-control:-moz-placeholder {
  color: hsl(240, 1%, 48%);
  color: var(--color-contrast-medium)
}

.form-control[disabled], .form-control[readonly] {
  cursor: not-allowed
}

.form-control[aria-invalid="true"] {
  border-color: hsl(355, 90%, 61%);
  border-color: var(--color-error)
}

.form-control[aria-invalid="true"]:focus {
  --color-shadow: hsla(355, 90%, 61%, 0.2);
  --color-shadow: hsla(var(--color-error-h), var(--color-error-s), var(--color-error-l), 0.2);
  box-shadow: undefined;
  box-shadow: 0 0 0 3px var(--color-shadow)
}

.form-control[aria-invalid="true"]:focus:focus {
  box-shadow: 0 0 0 3px hsla(355, 90%, 61%, 0.2);
  box-shadow: 0 0 0 3px var(--color-shadow)
}

.form-legend {
  color: hsl(240, 8%, 12%);
  color: var(--color-contrast-higher);
  line-height: 1.2;
  font-size: 1.2em;
  font-size: var(--text-md);
  margin-bottom: 0.375em;
  margin-bottom: var(--space-xxs)
}

/*.form-label {
    display: inline-block;
    font-size: 0.83333em;
    font-size: var(--text-sm);
    margin-bottom: 0.25em;
    margin-bottom: var(--space-xxxs)
}*/

.form__msg-error {
  background-color: hsl(355, 90%, 61%);
  background-color: var(--color-error);
  color: hsl(0, 0%, 100%);
  color: var(--color-white);
  font-size: 0.83333em;
  font-size: var(--text-sm);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0.5em;
  padding: var(--space-xs);
  margin-top: 0.75em;
  margin-top: var(--space-sm);
  border-radius: 0.25em;
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px)
}

.form__msg-error::before {
  content: '';
  position: absolute;
  left: 0.75em;
  left: var(--space-sm);
  top: 0;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-bottom-color: hsl(355, 90%, 61%);
  border-bottom-color: var(--color-error)
}

.form__msg-error--is-visible {
  position: relative;
  clip: auto
}

.radio-list > *, .checkbox-list > * {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-bottom: 0.375em;
  margin-bottom: var(--space-xxs)
}

.radio-list > *:last-of-type, .checkbox-list > *:last-of-type {
  margin-bottom: 0
}

.radio-list label, .checkbox-list label {
  line-height: 1.4;
  line-height: var(--body-line-height);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.radio-list input, .checkbox-list input {
  vertical-align: top;
  margin-right: 0.25em;
  margin-right: var(--space-xxxs);
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.radio-list.radio-list--inline, .radio-list.checkbox-list--inline, .checkbox-list.radio-list--inline, .checkbox-list.checkbox-list--inline {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -1.25em;
  margin-bottom: calc(-1 * var(--space-md))
}

.radio-list.radio-list--inline > *, .radio-list.checkbox-list--inline > *, .checkbox-list.radio-list--inline > *, .checkbox-list.checkbox-list--inline > * {
  margin: 0 1.25em 1.25em 0;
  margin: 0 var(--space-md) var(--space-md) 0
}

:root {
  --zindex-header: 2;
  --zindex-popover: 4;
  --zindex-fixed-element: 5;
  --zindex-overlay: 10
}

@media not all and (min-width: 30rem) {
  .display--xs {
    display: none !important
  }
}

@media (min-width: 30rem) {
  .hide--xs {
    display: none !important
  }
}

@media not all and (min-width: 37.5rem) {
  .display--sm {
    display: none !important
  }
}

@media (min-width: 37.5rem) {
  .hide--sm {
    display: none !important
  }
}

@media not all and (min-width: 64rem) {
  .display--md {
    display: none !important
  }
}

@media (min-width: 64rem) {
  .hide--md {
    display: none !important
  }
}

@media not all and (min-width: 80rem) {
  .display--lg {
    display: none !important
  }
}

@media (min-width: 80rem) {
  .hide--lg {
    display: none !important
  }
}

@media not all and (min-width: 90rem) {
  .display--xl {
    display: none !important
  }
}

@media (min-width: 90rem) {
  .hide--xl {
    display: none !important
  }
}

:root {
  --display: block
}

.is-visible {
  display: block !important;
  display: var(--display) !important
}

.is-hidden {
  display: none !important
}

.sr-only {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  width: 1px;
  height: 1px;
  overflow: hidden;
  padding: 0;
  border: 0;
  white-space: nowrap
}

:root {
  --cd-color-event-1: hsl(1, 73%, 38%);
  --cd-color-event-1-h: 199;
  --cd-color-event-1-s: 25%;
  --cd-color-event-1-l: 46%;
  --cd-color-event-2: hsl(271, 23%, 26%);
  --cd-color-event-2-h: 271;
  --cd-color-event-2-s: 23%;
  --cd-color-event-2-l: 26%;
  --cd-color-event-3: hsl(31, 89%, 68%);
  --cd-color-event-3-h: 162;
  --cd-color-event-3-s: 14%;
  --cd-color-event-3-l: 68%;
  --cd-color-event-4: hsl(202, 26%, 46%);
  --cd-color-event-4-h: 31;
  --cd-color-event-4-s: 89%;
  --cd-color-event-4-l: 68%;
  --cd-color-text: hsl(0, 0%, 13%);
  --cd-color-text-h: 0;
  --cd-color-text-s: 0%;
  --cd-color-text-l: 13%;
  --cd-color-border: hsl(0, 0%, 92%);
  --cd-color-border-h: 0;
  --cd-color-border-s: 0%;
  --cd-color-border-l: 92%;
  --font-primary: 'Source Sans Pro', sans-serif;
  --schedule-rows-number: 20;
  --schedule-rows-height: 50px
}


.cd-schedule {
  position: relative
}

.cd-schedule::before {
  content: 'mobile';
  display: none
}

@media (min-width: 64rem) {
  .js .cd-schedule {
    width: calc(100% - 1.25em);
    width: calc(100% - 2 * var(--component-padding));
    margin-left: auto;
    margin-right: auto;
    max-width: 90rem;
    max-width: var(--container-width-xl)
  }

  .js .cd-schedule::before {
    content: 'desktop'
  }
}

.cd-schedule__timeline {
  display: none
}

@media (min-width: 64rem) {
  .js .cd-schedule__timeline {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding-top: 50px;
    padding-top: var(--schedule-rows-height)
  }

  .js .cd-schedule__timeline li {
    position: relative;
    height: 50px;
    height: var(--schedule-rows-height)
  }

  .js .cd-schedule__timeline li::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: hsl(0, 0%, 92%);
    background: var(--cd-color-border)
  }

  .js .cd-schedule__timeline li:last-of-type::after {
    display: none
  }

  .js .cd-schedule__timeline li span {
    display: none
  }
}

@media (min-width: 80rem) {
  .js .cd-schedule__timeline li::after {
    width: calc(100% - 60px);
    left: 60px
  }

  .js .cd-schedule__timeline li span {
    display: inline-block;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 0.83333em;
    font-size: var(--text-sm)
  }

  .js .cd-schedule__timeline li:nth-of-type(2n) span {
    display: none
  }
}

.cd-schedule__events {
  position: relative;
  z-index: 1
}

.cd-schedule__events [data-event="event-1"]:hover {
  background: #b81d1b;
}

.cd-schedule__events [data-event="event-2"]:hover {
  background: #513e63;
}

.cd-schedule__events [data-event="event-3"]:hover {
  background: #f7bd7f;
}

.cd-schedule__events [data-event="event-4"]:hover {
  background: #6796ac;
}


@media (min-width: 64rem) {
  .js .cd-schedule__events {
    width: 100%
  }

  .js .cd-schedule__events > ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
  }
}

@media (min-width: 80rem) {
  .js .cd-schedule__events {
    width: calc(100% - 60px);
    margin-left: 60px
  }
}

.cd-schedule__group {
  margin-bottom: 2em;
  margin-bottom: var(--space-lg)
}

@media (min-width: 64rem) {
  .js .cd-schedule__group {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border: 1px solid hsl(0, 0%, 92%);
    border: 1px solid var(--cd-color-border);
    margin-bottom: 0
  }

  .js .cd-schedule__group:not(:first-of-type) {
    border-left-width: 0
  }
}

.cd-schedule__group > ul {
  position: relative;
  padding: 0 1.25em;
  padding: 0 var(--component-padding);
  display: -ms-flexbox;
  display: flex;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch
}

.cd-schedule__group > ul::after {
  display: inline-block;
  content: '-';
  width: 1px;
  height: 100%;
  opacity: 0;
  color: transparent
}

@media (min-width: 64rem) {
  .js .cd-schedule__group > ul {
    height: 950px;
    height: calc(var(--schedule-rows-height) * var(--schedule-rows-number));
    overflow: visible;
    padding: 0
  }

  .js .cd-schedule__group > ul::after {
    display: none
  }
}

.cd-schedule__top-info {
  width: 100%;
  padding: 0 1.25em;
  padding: 0 var(--component-padding)
}

.cd-schedule__top-info > span {
  display: inline-block;
  margin-bottom: 0.75em;
  margin-bottom: var(--space-sm);
  font-weight: bold
}

@media (min-width: 64rem) {
  .js .cd-schedule__top-info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 50px;
    height: var(--schedule-rows-height);
    border-bottom: 1px solid hsl(0, 0%, 92%);
    border-bottom: 1px solid var(--cd-color-border);
    padding: 0
  }

  .js .cd-schedule__top-info > span {
    font-weight: normal;
    font-size: 0.83333em;
    font-size: var(--text-sm);
    margin-bottom: 0
  }
}

.cd-schedule__event {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  float: left;
  height: 150px;
  width: 70%;
  max-width: 300px;
  margin-right: 1.25em;
  margin-right: var(--space-md);
  transition: opacity .2s, background .2s
}

.cd-schedule__event a {
  display: block;
  height: 100%;
  padding: 0.75em;
  padding: var(--space-sm);
  box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.2);
  text-decoration: none
}

.cd-schedule__event a::before {
  content: attr(data-start) " - " attr(data-end)
}

@media (min-width: 37.5rem) {
  .js .cd-schedule__event {
    width: 40%
  }
}

@media (min-width: 64rem) {
  .js .cd-schedule__event {
    position: absolute;
    z-index: 3;
    width: calc(100% + 2px);
    left: -1px;
    max-width: none;
    margin-right: 0
  }

  .js .cd-schedule__event a {
    padding: 0.75em;
    padding: var(--space-sm);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1), inset 0 -3px 0 rgba(0, 0, 0, 0.2)
  }
}

@media (min-width: 64rem) {
  .js .cd-schedule__event--selected {
    visibility: hidden
  }

  .js .cd-schedule--loading .cd-schedule__event {
    opacity: 0
  }
}

.cd-schedule__name, .cd-schedule__event a::before, .cd-schedule-modal__name, .cd-schedule-modal__date {
  display: block;
  color: hsl(0, 0%, 100%);
  color: var(--color-white);
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.cd-schedule__name, .cd-schedule-modal__name {
  font-size: 1.44em;
  font-size: var(--text-lg)
}

@media (min-width: 64rem) {
  .cd-schedule__name, .cd-schedule-modal__name {
    font-size: 1em;
    font-size: calc(var(--text-sm) * 1.2)
  }
}

.cd-schedule-modal__date, .cd-schedule__event a::before {
  opacity: .7;
  margin-bottom: 0.25em;
  margin-bottom: var(--space-xxxs)
}

@media (min-width: 64rem) {
  .cd-schedule-modal__date, .cd-schedule__event a::before {
    font-size: 0.72916em;
    font-size: calc(var(--text-xs) * 1.05);
    margin-bottom: 0.125em;
    margin-bottom: var(--space-xxxxs)
  }
}

.cd-schedule__event [data-event="event-1"], .cd-schedule-modal[data-event="event-1"] .cd-schedule-modal__header-bg {
  background: hsl(1, 73%, 38%);
  background: var(--cd-color-event-1)
}

.cd-schedule__event [data-event="event-2"], .cd-schedule-modal[data-event="event-2"] .cd-schedule-modal__header-bg {
  background: hsl(271, 23%, 26%);
  background: var(--cd-color-event-2)
}

.cd-schedule__event [data-event="event-3"], .cd-schedule-modal[data-event="event-3"] .cd-schedule-modal__header-bg {
  background: hsl(31, 89%, 68%);
  background: var(--cd-color-event-3)
}

.cd-schedule__event [data-event="event-4"], .cd-schedule-modal[data-event="event-4"] .cd-schedule-modal__header-bg {
  background: hsl(199, 25%, 46%);
  background: var(--cd-color-event-4)
}

.cd-schedule-modal {
  position: fixed;
  z-index: 3;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  transition: visibility .4s, -webkit-transform .4s;
  transition: transform .4s, visibility .4s;
  transition: transform .4s, visibility .4s, -webkit-transform .4s;
  transition-timing-function: cubic-bezier(0.5, 0, 0.1, 1)
}

@media (min-width: 64rem) {
  .cd-schedule-modal {
    right: auto;
    width: auto;
    height: auto;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    will-change: transform, width, height;
    transition: height .4s, width .4s, visibility .4s, -webkit-transform .4s;
    transition: height .4s, width .4s, transform .4s, visibility .4s;
    transition: height .4s, width .4s, transform .4s, visibility .4s, -webkit-transform .4s;
    transition-timing-function: cubic-bezier(0.5, 0, 0.1, 1)
  }
}

.cd-schedule-modal__header {
  position: relative;
  height: 70px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  width: 100%
}

@media (min-width: 64rem) {
  .cd-schedule-modal__header {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    height: 100%
  }
}

.cd-schedule-modal__content {
  position: relative;
  z-index: 3;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.75em 1.25em;
  padding: var(--space-sm) var(--component-padding)
}

@media (min-width: 64rem) {
  .cd-schedule-modal__content {
    display: block;
    padding: 0.75em;
    padding: var(--space-sm)
  }
}

.cd-schedule-modal__body {
  position: relative;
  width: 100%;
  height: calc(100% - 70px)
}

@media (min-width: 64rem) {
  .cd-schedule-modal__body {
    height: 100%;
    width: auto
  }
}

.cd-schedule-modal__event-info {
  position: relative;
  z-index: 2;
  line-height: 1.4;
  line-height: var(--body-line-height);
  height: 100%;
  overflow: hidden;
  font-size: 1em;
  font-size: calc(var(--text-sm) * 1.2)
}

.cd-schedule-modal__event-info > div {
  overflow: auto;
  height: 100%;
  padding: 1.25em 1.25em;
  padding: var(--space-md) var(--component-padding)
}

@media (min-width: 64rem) {
  .cd-schedule-modal__event-info {
    opacity: 0;
    font-size: 0.83333em;
    font-size: var(--text-sm)
  }

  .cd-schedule-modal__event-info > div {
    padding: 1.625em 2.4em 1.625em 1.625em;
    padding: calc(var(--space-md) * 1.3) calc(var(--space-lg) * 1.2) calc(var(--space-md) * 1.3) calc(var(--space-md) * 1.3)
  }
}

.cd-schedule-modal__header-bg, .cd-schedule-modal__body-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%
}

@media (min-width: 64rem) {
  .cd-schedule-modal__header-bg, .cd-schedule-modal__body-bg {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
  }
}

.cd-schedule-modal__header-bg {
  z-index: 2;
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center
}

@media (min-width: 64rem) {
  .cd-schedule-modal__header-bg {
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
    transition-timing-function: cubic-bezier(0.5, 0, 0.1, 1)
  }
}

.cd-schedule-modal__body-bg {
  z-index: 1;
  background: hsl(0, 0%, 100%);
  background: var(--color-white);
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left
}

@media (min-width: 64rem) {
  .cd-schedule-modal__body-bg {
    opacity: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
  }
}

.cd-schedule-modal--no-transition {
  transition: none
}

.cd-schedule-modal--no-transition .cd-schedule-modal__header-bg, .cd-schedule-modal--no-transition .cd-schedule-modal__body-bg {
  transition: none !important
}

.cd-schedule-modal__date {
  display: none
}

@media (min-width: 64rem) {
  .cd-schedule-modal__date {
    display: block
  }
}

.cd-schedule-modal__close {
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  height: 70px;
  width: 70px;
  background: hsla(240, 8%, 12%, 0.1);
  background: hsla(var(--color-black-h), var(--color-black-s), var(--color-black-l), 0.1)
}

.cd-schedule-modal__close::before, .cd-schedule-modal__close::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 22px;
  background: hsl(0, 0%, 100%);
  background: var(--color-white);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.cd-schedule-modal__close::before {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg)
}

.cd-schedule-modal__close::after {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  transform: translateX(-50%) translateY(-50%) rotate(-45deg)
}

@media (min-width: 64rem) {
  .cd-schedule-modal__close {
    width: 40px;
    height: 40px;
    background: transparent;
    opacity: 0
  }

  .cd-schedule-modal__close::after, .cd-schedule-modal__close::before {
    background: hsl(0, 0%, 13%);
    background: var(--cd-color-text);
    height: 16px
  }
}

.cd-schedule-modal--open {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  visibility: visible
}

.cd-schedule-modal--open .cd-schedule-modal__event-info > div {
  -webkit-overflow-scrolling: touch
}

@media (min-width: 64rem) {
  .cd-schedule-modal--animation-completed .cd-schedule-modal__close, .cd-schedule-modal--content-loaded.cd-schedule-modal--animation-completed .cd-schedule-modal__event-info {
    opacity: 1;
    transition: opacity .2s
  }

  .cd-schedule-modal--open .cd-schedule-modal__body-bg {
    opacity: 1;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
    transition-timing-function: cubic-bezier(0.5, 0, 0.1, 1)
  }
}

.cd-schedule__cover-layer {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: hsla(240, 8%, 12%, 0.8);
  background: hsla(var(--color-black-h), var(--color-black-s), var(--color-black-l), 0.8);
  opacity: 0;
  visibility: hidden;
  transition: opacity .4s, visibility .4s
}

.cd-schedule-modal--open + .cd-schedule__cover-layer {
  opacity: 1;
  visibility: visible
}

.cd-main-header h1 {
  color: hsl(0, 0%, 13%);
  color: var(--cd-color-text);
  font-weight: 700
}

.cd-article-link {
  font-size: 0.83333em;
  font-size: var(--text-sm);
  transition: opacity .2s
}

.cd-article-link:hover {
  opacity: 0.8
}


.modal-footer-description p {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  overflow-y: auto;
}

.ui-state-default:hover {
  transition: .3s;
  background: #f08d55;
}

.ui-state-active:hover {
  transition: .3s;
  background: #007fff;
}

.ui-datepicker-week-end > .ui-state-default {
  background: #c8c8c8;
}

.ui-datepicker-week-end > .ui-state-default:hover {
  transition: .3s;
  background: #c8c8c8;
}

.menu-span {
  font-size: 0.65rem;
  display: block;
}

.menu-modal {
  color: white;
}

.menu-modal:hover {
  background: white;
  color: black;
  transition: .2s;
  border-radius: .25rem;
}



.menuchoisi a {
  background: white;
  color: black;
  transition: .2s;
  border-radius: .25rem;
}


/* SPINNER DE CHARGEMENT */
.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
.loader {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(76,123,255, 0.2);
  border-right: 1.1em solid rgba(76,123,255, 0.2);
  border-bottom: 1.1em solid rgba(76,123,255, 0.2);
  border-left: 1.1em solid #4c7bff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


/* SWITCH STYLES */
/* SOURCE: https://proto.io/freebies/onoff/ */
.onoffswitchType {
  position: relative; width: 56px;
  -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitchType-checkbox {
  display: none;
}
.onoffswitchType-label {
  display: block; overflow: hidden; cursor: pointer;width: 85px;
  /*border: 2px solid #FFFFFF;*/ border-radius: 20px;
}
.onoffswitchType-inner {
  display: block; width: 200%; margin-left: -100%;
  transition: margin 0.3s ease-in 0s;
}
.onoffswitchType-inner:before, .onoffswitchType-inner:after {
  display: block; float: left; width: 50%; height: 22px; padding: 0; line-height: 22px;
  font-size: 12px; color: black; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
  box-sizing: border-box;
}
.onoffswitchType-inner:before {
  content: "FACTURE";
  padding-left: 6px;
  background-color: #0056ff; color: #FFFFFF;
}
.onoffswitchType-inner:after {
  content: "DEVIS";
  padding-right: 18px;
  background-color: #1cc88a; color: #FFFFFF;
  text-align: right;
}
.onoffswitchType-switch {
  display: block; width: 12px; margin: 5px;
  background: #FFFFFF;
  position: absolute; top: 0; bottom: 0;
  right: 34px;
  border: 2px solid #FFFFFF; border-radius: 20px;
  transition: all 0.3s ease-in 0s;
}
.onoffswitchType-checkbox:checked + .onoffswitchType-label .onoffswitchType-inner {
  margin-left: 0;
}
.onoffswitchType-checkbox:checked + .onoffswitchType-label .onoffswitchType-switch {
  right: -29px;
}


/* -------------------- */
/* SWITCH STYLES */
/* SOURCE: https://proto.io/freebies/onoff/ */
.onoffswitch {
  position: relative; width: 56px;
  -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
  display: none;
}
.onoffswitch-label {
  display: block; overflow: hidden; cursor: pointer;
  /*border: 2px solid #FFFFFF;*/ border-radius: 20px;
}
.onoffswitch-inner {
  display: block; width: 200%; margin-left: -100%;
  transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
  display: block; float: left; width: 50%; height: 22px; padding: 0; line-height: 22px;
  font-size: 12px; color: black; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
  box-sizing: border-box;
}
.onoffswitch-inner:before {
  content: "OUI";
  padding-left: 6px;
  background-color: #1cc88a; color: #FFFFFF;
}
.onoffswitch-inner:after {
  content: "NON";
  padding-right: 6px;
  background-color: #e74a3b; color: #FFFFFF;
  text-align: right;
}
.onoffswitch-switch {
  display: block; width: 12px; margin: 5px;
  background: #FFFFFF;
  position: absolute; top: 0; bottom: 0;
  right: 34px;
  border: 2px solid #FFFFFF; border-radius: 20px;
  transition: all 0.3s ease-in 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px;
}

/*
.select2 .select2-container .select2-container--default .select2-container--below {
    width: 80%;
}*/

.select2-container--default.select2-container--focus .select2-selection--multiple {
  outline: 0;
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.menu-horizontal {
  border: 0px !important;
  border-bottom: 1px solid rgba(155, 155, 155, 0.5) !important;
}
.menu-horizontal:hover {
  color: blue !important;
  background: rgba(155, 155, 155, 0.5) !important;
  transition: 0.3s !important;
}

.menu-horizontal-active {
  color: blue !important;
  transition: 0.3s !important;
  border: 0px !important;
  border-bottom: 1px solid blue !important;
}

.form-password {
  max-width: 30rem;
}

.no-border {
  border: none;
}

.btn-enreg-param {
  padding-right: 1.25rem;
}