@charset "UTF-8";
/*----------------------------------------------------------------------------*\
  #Variables globales par défaut
\*----------------------------------------------------------------------------*/
/**
 * Color names
 */
/**
 * Button
 */
/**
 * Table
 */
/**
 * Meta
 */
/**
 * Empty collection
 */
/**
 * Help
 */
/**
 * Tickets
 */
/* Index */
/* Show */
/**
 * Notes
 */
/**
 * Condominia
 */
/**
 * Users
 */
/**
 * Features
 */
/**
 * Static pages
 */
/* Home */
/* Typo */
/*----------------------------------------------------------------------------*\
  #Breakpoints settings
\*----------------------------------------------------------------------------*/
@font-face {
  font-family: 'Roboto';
  src: url("https://app.chouettecopro.com/assets/fonts/Roboto-Regular-5e34f36d6b02f602ae127705a2730d8f3ece79ffc7ed9dd839532452e253cdbc.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url("https://app.chouettecopro.com/assets/fonts/Roboto-Bold-d9a9f200c575c8d9033cc7c05a6c758033a9cea82e7e62c38567d347833cf85e.ttf");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto Slab';
  src: url("https://app.chouettecopro.com/assets/fonts/RobotoSlab-Bold-35c6ddc791ef30854c2afe9b767e868a293438399a5a4de70f52562ba9087fed.ttf");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto Mono';
  src: url("https://app.chouettecopro.com/assets/fonts/RobotoMono-Regular-a6c901d4eeb690f05eb23f5f11900acb8b818307fc8241be98f5d20504cd04d7.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto Mono';
  src: url("https://app.chouettecopro.com/assets/fonts/RobotoMono-Bold-b4b28bb87fecabf8e90624bb5f118991fdd74bbd4650aef07893b36117c9c9dd.ttf");
  font-weight: 700;
  font-style: normal;
}

/* line 32, app/assets/stylesheets/internal/settings/_fonts.scss */
.roboto-mono-font {
  font-family: 'Roboto Mono', monospace;
}

@font-face {
  font-family: 'Avenir Next';
  src: url("https://app.chouettecopro.com/assets/fonts/Avenir_Next_LT_Pro_Regular-0613452f758462d3a945867d5e2e08336cf0ff71f2e35bc085f69648a313596c.otf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Lato';
  src: url("https://app.chouettecopro.com/assets/fonts/lato-a749f29775c92bdb334dd67ed39eb937999507c07a80434121628e424523d17b.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Agrandir';
  src: url("https://app.chouettecopro.com/assets/fonts/Agrandir-883f0ecc2911ac66bdaff290d448c5475d1408c791ab5f1fe29ef85659443151.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Material Symbols Outlined';
  font-style: normal;
  font-weight: 100 700;
  font-display: block;
  src: url("https://app.chouettecopro.com/assets/fonts/material-symbols-outlined-fd1754aa4747a8e2b2f5a82d1ac0626d2ba33446a68bb7eeefa3191c12820a6b.woff2") format("woff2");
}

@font-face {
  font-family: 'Material Symbols Rounded';
  font-style: normal;
  font-weight: 100 700;
  font-display: block;
  src: url("https://app.chouettecopro.com/assets/fonts/material-symbols-rounded-bfc9a683a99288b860e149cfe3204f7ecd8ae10f9f65022bc79070f974d335d6.woff2") format("woff2");
}

@font-face {
  font-family: 'Material Symbols Sharp';
  font-style: normal;
  font-weight: 100 700;
  font-display: block;
  src: url("https://app.chouettecopro.com/assets/fonts/material-symbols-sharp-c7e64c19e06be818687ca26757de306525b900a3ef9972bcb4a0d5ce35a86091.woff2") format("woff2");
}

/* line 80, app/assets/stylesheets/internal/settings/_fonts.scss */
.material-symbols-outlined {
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: 'liga';
}

/* line 97, app/assets/stylesheets/internal/settings/_fonts.scss */
.material-symbols-rounded {
  font-family: 'Material Symbols Rounded';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: 'liga';
}

/* line 115, app/assets/stylesheets/internal/settings/_fonts.scss */
.material-symbols-sharp {
  font-family: 'Material Symbols Sharp';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: 'liga';
}

/*----------------------------------------------------------------------------*\
  #Alignment utilities
\*----------------------------------------------------------------------------*/
/**
 * Simple alignment helper classes.
 */
/* line 9, app/assets/stylesheets/internal/utilities/_align.scss */
.u-align-left {
  text-align: left !important;
}

/* line 13, app/assets/stylesheets/internal/utilities/_align.scss */
.u-align-center {
  text-align: center !important;
}

/* line 17, app/assets/stylesheets/internal/utilities/_align.scss */
.u-align-right {
  text-align: right !important;
}

/* line 21, app/assets/stylesheets/internal/utilities/_align.scss */
.u-align-top {
  vertical-align: top !important;
}

/* line 25, app/assets/stylesheets/internal/utilities/_align.scss */
.u-align-middle {
  vertical-align: middle !important;
}

/* line 29, app/assets/stylesheets/internal/utilities/_align.scss */
.u-align-bottom {
  vertical-align: bottom !important;
}

/* line 1, app/assets/stylesheets/internal/utilities/_coloring.scss */
.u-color__gray {
  color: #666;
}

/* line 4, app/assets/stylesheets/internal/utilities/_coloring.scss */
.u-color__dark-gray {
  color: #222;
}

/* line 8, app/assets/stylesheets/internal/utilities/_coloring.scss */
.u-color__info {
  color: #008CA5;
}

/* line 11, app/assets/stylesheets/internal/utilities/_coloring.scss */
.u-color__success {
  color: #9CA32F;
}

/* line 14, app/assets/stylesheets/internal/utilities/_coloring.scss */
.u-color__alert {
  color: #D54F58;
}

/* line 17, app/assets/stylesheets/internal/utilities/_coloring.scss */
.u-color__pending {
  color: #FF9100;
}

/* line 1, app/assets/stylesheets/internal/utilities/_icon.scss */
.icon {
  float: left;
  height: 16px;
  width: 16px;
}

/* line 2, app/assets/stylesheets/internal/utilities/_clearfix.scss */
.clearfix:after, .o-wrapper:after {
  content: "";
  display: table;
  clear: both;
}

/*----------------------------------------------------------------------------*\
  #Wrapper object
\*----------------------------------------------------------------------------*/
/* line 4, app/assets/stylesheets/internal/utilities/_wrapper.scss */
.o-wrapper {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

/* line 10, app/assets/stylesheets/internal/utilities/_wrapper.scss */
.o-wrapper--large {
  max-width: 1280px;
}

/* line 13, app/assets/stylesheets/internal/utilities/_wrapper.scss */
.o-wrapper--medium {
  max-width: 960px;
}

/* line 16, app/assets/stylesheets/internal/utilities/_wrapper.scss */
.o-wrapper--small {
  max-width: 640px;
}

/* line 19, app/assets/stylesheets/internal/utilities/_wrapper.scss */
.o-wrapper--xsmall {
  max-width: 480px;
}

/* line 3, app/assets/stylesheets/internal/utilities/_progress-bar.scss */
html.turbo-progress-bar::before {
  background-color: #888 !important;
  height: 2px !important;
}

@media print {
  /* line 2, app/assets/stylesheets/internal/utilities/_print.scss */
  .no-print {
    display: none !important;
  }
  /* line 5, app/assets/stylesheets/internal/utilities/_print.scss */
  .page-break {
    page-break-after: always;
  }
  /* line 8, app/assets/stylesheets/internal/utilities/_print.scss */
  .page-begin {
    margin-top: 2cm;
  }
  /* line 11, app/assets/stylesheets/internal/utilities/_print.scss */
  .page-begin-more {
    margin-top: 5cm;
  }
  /* line 14, app/assets/stylesheets/internal/utilities/_print.scss */
  .div-spacing {
    margin-top: 6cm;
  }
  /* line 17, app/assets/stylesheets/internal/utilities/_print.scss */
  canvas {
    min-height: 100%;
    max-width: 100%;
    max-height: 100%;
    height: auto !important;
    width: auto !important;
  }
}

/* line 1, app/assets/stylesheets/internal/utilities/_ratio.scss */
.aspect-square {
  aspect-ratio: 1/1;
}

/*----------------------------------------------------------------------------*\
  #Spacing utilities
\*----------------------------------------------------------------------------*/
/**
 * Margin and padding helper classes. Use these to tweak layout on a micro
 * level.
 *
 * `.(m|p)(t|r|b|l|h|v)(-|+|0) {}` = margin/padding top/right/bottom/left/horizontal/vertical less/more/none
 */
/* line 16, app/assets/stylesheets/internal/utilities/_spacing.scss */
.u-m {
  margin: 24px !important;
}

/* line 17, app/assets/stylesheets/internal/utilities/_spacing.scss */
.u-mt {
  margin-top: 24px !important;
}

/* line 18, app/assets/stylesheets/internal/utilities/_spacing.scss */
.u-mr {
  margin-right: 24px !important;
}

/* line 19, app/assets/stylesheets/internal/utilities/_spacing.scss */
.u-mb {
  margin-bottom: 24px !important;
}

/* line 20, app/assets/stylesheets/internal/utilities/_spacing.scss */
.u-ml {
  margin-left: 24px !important;
}

/* line 21, app/assets/stylesheets/internal/utilities/_spacing.scss */
.u-mh {
  margin-right: 24px !important;
  margin-left: 24px !important;
}

/* line 22, app/assets/stylesheets/internal/utilities/_spacing.scss */
.u-mv {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

/* line 24, app/assets/stylesheets/internal/utilities/_spacing.scss */
.u-m- {
  margin: 12px !important;
}

/* line 25, app/assets/stylesheets/internal/utilities/_spacing.scss */
.u-mt- {
  margin-top: 12px !important;
}

/* line 26, app/assets/stylesheets/internal/utilities/_spacing.scss */
.u-mr- {
  margin-right: 12px !important;
}

/* line 27, app/assets/stylesheets/internal/utilities/_spacing.scss */
.u-mb- {
  margin-bottom: 12px !important;
}

/* line 28, app/assets/stylesheets/internal/utilities/_spacing.scss */
.u-ml- {
  margin-left: 12px !important;
}

/* line 29, app/assets/stylesheets/internal/utilities/_spacing.scss */
.u-mh- {
  margin-right: 12px !important;
  margin-left: 12px !important;
}

/* line 30, app/assets/stylesheets/internal/utilities/_spacing.scss */
.u-mv- {
  margin-top: 12px !important;
  margin-bottom: 12px !important;
}

/* line 32, app/assets/stylesheets/internal/utilities/_spacing.scss */
.u-m + {
  margin: 48px !important;
}

/* line 33, app/assets/stylesheets/internal/utilities/_spacing.scss */
.u-mt + {
  margin-top: 48px !important;
}

/* line 34, app/assets/stylesheets/internal/utilities/_spacing.scss */
.u-mr + {
  margin-right: 48px !important;
}

/* line 35, app/assets/stylesheets/internal/utilities/_spacing.scss */
.u-mb + {
  margin-bottom: 48px !important;
}

/* line 36, app/assets/stylesheets/internal/utilities/_spacing.scss */
.u-ml + {
  margin-left: 48px !important;
}

/* line 37, app/assets/stylesheets/internal/utilities/_spacing.scss */
.u-mh + {
  margin-right: 48px !important;
  margin-left: 48px !important;
}

/* line 38, app/assets/stylesheets/internal/utilities/_spacing.scss */
.u-mv + {
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}

/* line 40, app/assets/stylesheets/internal/utilities/_spacing.scss */
.u-m-- {
  margin: 6px !important;
}

/* line 41, app/assets/stylesheets/internal/utilities/_spacing.scss */
.u-mt-- {
  margin-top: 6px !important;
}

/* line 42, app/assets/stylesheets/internal/utilities/_spacing.scss */
.u-mr-- {
  margin-right: 6px !important;
}

/* line 43, app/assets/stylesheets/internal/utilities/_spacing.scss */
.u-mb-- {
  margin-bottom: 6px !important;
}

/* line 44, app/assets/stylesheets/internal/utilities/_spacing.scss */
.u-ml-- {
  margin-left: 6px !important;
}

/* line 45, app/assets/stylesheets/internal/utilities/_spacing.scss */
.u-mh-- {
  margin-right: 6px !important;
  margin-left: 6px !important;
}

/* line 46, app/assets/stylesheets/internal/utilities/_spacing.scss */
.u-mv-- {
  margin-top: 6px !important;
  margin-bottom: 6px !important;
}

/* line 48, app/assets/stylesheets/internal/utilities/_spacing.scss */
.u-m0 {
  margin: 0 !important;
}

/* line 49, app/assets/stylesheets/internal/utilities/_spacing.scss */
.u-mt0 {
  margin-top: 0 !important;
}

/* line 50, app/assets/stylesheets/internal/utilities/_spacing.scss */
.u-mr0 {
  margin-right: 0 !important;
}

/* line 51, app/assets/stylesheets/internal/utilities/_spacing.scss */
.u-mb0 {
  margin-bottom: 0 !important;
}

/* line 52, app/assets/stylesheets/internal/utilities/_spacing.scss */
.u-ml0 {
  margin-left: 0 !important;
}

/* line 53, app/assets/stylesheets/internal/utilities/_spacing.scss */
.u-mh0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

/* line 54, app/assets/stylesheets/internal/utilities/_spacing.scss */
.u-mv0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* line 58, app/assets/stylesheets/internal/utilities/_spacing.scss */
.u-p {
  padding: 24px !important;
}

/* line 59, app/assets/stylesheets/internal/utilities/_spacing.scss */
.u-pt {
  padding-top: 24px !important;
}

/* line 60, app/assets/stylesheets/internal/utilities/_spacing.scss */
.u-pr {
  padding-right: 24px !important;
}

/* line 61, app/assets/stylesheets/internal/utilities/_spacing.scss */
.u-pb {
  padding-bottom: 24px !important;
}

/* line 62, app/assets/stylesheets/internal/utilities/_spacing.scss */
.u-pl {
  padding-left: 24px !important;
}

/* line 63, app/assets/stylesheets/internal/utilities/_spacing.scss */
.u-ph {
  padding-right: 24px !important;
  padding-left: 24px !important;
}

/* line 64, app/assets/stylesheets/internal/utilities/_spacing.scss */
.u-pv {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

/* line 66, app/assets/stylesheets/internal/utilities/_spacing.scss */
.u-p- {
  padding: 12px !important;
}

/* line 67, app/assets/stylesheets/internal/utilities/_spacing.scss */
.u-pt- {
  padding-top: 12px !important;
}

/* line 68, app/assets/stylesheets/internal/utilities/_spacing.scss */
.u-pr- {
  padding-right: 12px !important;
}

/* line 69, app/assets/stylesheets/internal/utilities/_spacing.scss */
.u-pb- {
  padding-bottom: 12px !important;
}

/* line 70, app/assets/stylesheets/internal/utilities/_spacing.scss */
.u-pl- {
  padding-left: 12px !important;
}

/* line 71, app/assets/stylesheets/internal/utilities/_spacing.scss */
.u-ph- {
  padding-right: 12px !important;
  padding-left: 12px !important;
}

/* line 72, app/assets/stylesheets/internal/utilities/_spacing.scss */
.u-pv- {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

/* line 74, app/assets/stylesheets/internal/utilities/_spacing.scss */
.u-p + {
  padding: 48px !important;
}

/* line 75, app/assets/stylesheets/internal/utilities/_spacing.scss */
.u-pt + {
  padding-top: 48px !important;
}

/* line 76, app/assets/stylesheets/internal/utilities/_spacing.scss */
.u-pr + {
  padding-right: 48px !important;
}

/* line 77, app/assets/stylesheets/internal/utilities/_spacing.scss */
.u-pb + {
  padding-bottom: 48px !important;
}

/* line 78, app/assets/stylesheets/internal/utilities/_spacing.scss */
.u-pl + {
  padding-left: 48px !important;
}

/* line 79, app/assets/stylesheets/internal/utilities/_spacing.scss */
.u-ph + {
  padding-right: 48px !important;
  padding-left: 48px !important;
}

/* line 80, app/assets/stylesheets/internal/utilities/_spacing.scss */
.u-pv + {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}

/* line 82, app/assets/stylesheets/internal/utilities/_spacing.scss */
.u-p-- {
  padding: 6px !important;
}

/* line 83, app/assets/stylesheets/internal/utilities/_spacing.scss */
.u-pt-- {
  padding-top: 6px !important;
}

/* line 84, app/assets/stylesheets/internal/utilities/_spacing.scss */
.u-pr-- {
  padding-right: 6px !important;
}

/* line 85, app/assets/stylesheets/internal/utilities/_spacing.scss */
.u-pb-- {
  padding-bottom: 6px !important;
}

/* line 86, app/assets/stylesheets/internal/utilities/_spacing.scss */
.u-pl-- {
  padding-left: 6px !important;
}

/* line 87, app/assets/stylesheets/internal/utilities/_spacing.scss */
.u-ph-- {
  padding-right: 6px !important;
  padding-left: 6px !important;
}

/* line 88, app/assets/stylesheets/internal/utilities/_spacing.scss */
.u-pv-- {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}

/* line 90, app/assets/stylesheets/internal/utilities/_spacing.scss */
.u-p0 {
  padding: 0 !important;
}

/* line 91, app/assets/stylesheets/internal/utilities/_spacing.scss */
.u-pt0 {
  padding-top: 0 !important;
}

/* line 92, app/assets/stylesheets/internal/utilities/_spacing.scss */
.u-pr0 {
  padding-right: 0 !important;
}

/* line 93, app/assets/stylesheets/internal/utilities/_spacing.scss */
.u-pb0 {
  padding-bottom: 0 !important;
}

/* line 94, app/assets/stylesheets/internal/utilities/_spacing.scss */
.u-pl0 {
  padding-left: 0 !important;
}

/* line 95, app/assets/stylesheets/internal/utilities/_spacing.scss */
.u-ph0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

/* line 96, app/assets/stylesheets/internal/utilities/_spacing.scss */
.u-pv0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* line 105, app/assets/stylesheets/internal/utilities/_spacing.scss */
.u-margin-bottom-large {
  margin-bottom: 48px !important;
}

/* line 110, app/assets/stylesheets/internal/utilities/_spacing.scss */
.u-mb\-- {
  margin-bottom: 6px !important;
}

/* line 113, app/assets/stylesheets/internal/utilities/_spacing.scss */
.u-mb\- {
  margin-bottom: 12px !important;
}

/* line 116, app/assets/stylesheets/internal/utilities/_spacing.scss */
.u-mb\+ {
  margin-bottom: 48px !important;
}

/* line 121, app/assets/stylesheets/internal/utilities/_spacing.scss */
.u-mr\-- {
  margin-right: 6px !important;
}

/* line 124, app/assets/stylesheets/internal/utilities/_spacing.scss */
.u-mr\- {
  margin-right: 12px !important;
}

/* line 127, app/assets/stylesheets/internal/utilities/_spacing.scss */
.u-mr {
  margin-right: 24px !important;
}

/* line 132, app/assets/stylesheets/internal/utilities/_spacing.scss */
.u-p\-- {
  padding: 6px !important;
}

/* line 135, app/assets/stylesheets/internal/utilities/_spacing.scss */
.u-p\- {
  padding: 12px !important;
}

/* line 138, app/assets/stylesheets/internal/utilities/_spacing.scss */
.u-p {
  padding: 24px !important;
}

/* line 143, app/assets/stylesheets/internal/utilities/_spacing.scss */
.u-pl\-- {
  padding-left: 6px !important;
}

/* line 146, app/assets/stylesheets/internal/utilities/_spacing.scss */
.u-pl\- {
  padding-left: 12px !important;
}

/* line 149, app/assets/stylesheets/internal/utilities/_spacing.scss */
.u-pl {
  padding-left: 24px !important;
}

/* line 154, app/assets/stylesheets/internal/utilities/_spacing.scss */
.u-pb\-- {
  padding-bottom: 6px !important;
}

/* line 157, app/assets/stylesheets/internal/utilities/_spacing.scss */
.u-pb\- {
  padding-bottom: 12px !important;
}

/* line 160, app/assets/stylesheets/internal/utilities/_spacing.scss */
.u-pb {
  padding-bottom: 24px !important;
}

/* line 165, app/assets/stylesheets/internal/utilities/_spacing.scss */
.u-padding-top {
  padding-top: 24px !important;
}

/*----------------------------------------------------------------------------*\
  #List utilities
\*----------------------------------------------------------------------------*/
/**
 * The list-inline object simply displays a list of items in one line.
 */
/* line 9, app/assets/stylesheets/internal/utilities/_list-inline.scss */
.list-inline {
  list-style: none;
  display: block;
}

/* line 14, app/assets/stylesheets/internal/utilities/_list-inline.scss */
.list-inline__item {
  display: inline-block;
}

/**
 * The list-bare object simply removes any indents and bullet points from lists.
 */
/* line 22, app/assets/stylesheets/internal/utilities/_list-inline.scss */
.list-bare {
  margin: 0;
  padding: 0;
  list-style: none;
}

/*----------------------------------------------------------------------------*\
  #UTILITAIRE TEMPORAIRE - Liste inline 
\*----------------------------------------------------------------------------*/
/*
  ⚠️  CLASSE TEMPORAIRE - À migrer vers Tailwind CSS plus tard
  
  Usage actuel dans les templates :
  - <ul class="list-inline"> → À remplacer par "flex flex-wrap" ou "inline-flex"
  - <li class="list-inline__item"> → À remplacer par "" (pas de classe nécessaire)
  
  Migration recommandée :
  - Pour navigation/menus : "flex space-x-4" ou "flex gap-4"
  - Pour listes compactes : "inline-flex space-x-2"
  - Pour steps/breadcrumbs : "flex items-center space-x-2"
*/
/* line 48, app/assets/stylesheets/internal/utilities/_list-inline.scss */
.list-inline__item {
  display: inline-block;
  margin-right: 0.5rem;
}

/* line 54, app/assets/stylesheets/internal/utilities/_list-inline.scss */
.list-inline__item:last-child {
  margin-right: 0;
}

/* line 62, app/assets/stylesheets/internal/utilities/_list-inline.scss */
.list-inline.c-steps {
  align-items: center;
}

/* line 69, app/assets/stylesheets/internal/utilities/_list-inline.scss */
.list-inline.actions--delimited .list-inline__item:not(:last-child) {
  border-right: 1px solid #ddd;
  padding-right: 0.5rem;
  margin-right: 0.5rem;
}

/* line 77, app/assets/stylesheets/internal/utilities/_list-inline.scss */
.list-inline.footer-nav__items {
  justify-content: center;
}

/*----------------------------------------------------------------------------*\
  #Width utilities
\*----------------------------------------------------------------------------*/
/**
 * Width utilities with fractions support for responsive design
 * Based on the inuit.css framework pattern
 */
/* line 11, app/assets/stylesheets/internal/utilities/_width.scss */
.u-1\/1 {
  width: 100% !important;
}

/* line 12, app/assets/stylesheets/internal/utilities/_width.scss */
.u-1\/2 {
  width: 50% !important;
}

/* line 13, app/assets/stylesheets/internal/utilities/_width.scss */
.u-1\/3 {
  width: 33.333333% !important;
}

/* line 14, app/assets/stylesheets/internal/utilities/_width.scss */
.u-2\/3 {
  width: 66.666667% !important;
}

/* line 15, app/assets/stylesheets/internal/utilities/_width.scss */
.u-1\/4 {
  width: 25% !important;
}

/* line 16, app/assets/stylesheets/internal/utilities/_width.scss */
.u-3\/4 {
  width: 75% !important;
}

/* line 17, app/assets/stylesheets/internal/utilities/_width.scss */
.u-1\/5 {
  width: 20% !important;
}

/* line 18, app/assets/stylesheets/internal/utilities/_width.scss */
.u-2\/5 {
  width: 40% !important;
}

/* line 19, app/assets/stylesheets/internal/utilities/_width.scss */
.u-3\/5 {
  width: 60% !important;
}

/* line 20, app/assets/stylesheets/internal/utilities/_width.scss */
.u-4\/5 {
  width: 80% !important;
}

@media (min-width: 481px) {
  /* line 24, app/assets/stylesheets/internal/utilities/_width.scss */
  .u-1\/1-hands {
    width: 100% !important;
  }
  /* line 25, app/assets/stylesheets/internal/utilities/_width.scss */
  .u-1\/2-hands {
    width: 50% !important;
  }
  /* line 26, app/assets/stylesheets/internal/utilities/_width.scss */
  .u-1\/3-hands {
    width: 33.333333% !important;
  }
  /* line 27, app/assets/stylesheets/internal/utilities/_width.scss */
  .u-2\/3-hands {
    width: 66.666667% !important;
  }
  /* line 28, app/assets/stylesheets/internal/utilities/_width.scss */
  .u-1\/4-hands {
    width: 25% !important;
  }
  /* line 29, app/assets/stylesheets/internal/utilities/_width.scss */
  .u-3\/4-hands {
    width: 75% !important;
  }
  /* line 30, app/assets/stylesheets/internal/utilities/_width.scss */
  .u-1\/5-hands {
    width: 20% !important;
  }
  /* line 31, app/assets/stylesheets/internal/utilities/_width.scss */
  .u-2\/5-hands {
    width: 40% !important;
  }
  /* line 32, app/assets/stylesheets/internal/utilities/_width.scss */
  .u-3\/5-hands {
    width: 60% !important;
  }
  /* line 33, app/assets/stylesheets/internal/utilities/_width.scss */
  .u-4\/5-hands {
    width: 80% !important;
  }
}

@media (min-width: 641px) {
  /* line 38, app/assets/stylesheets/internal/utilities/_width.scss */
  .u-1\/1-lap {
    width: 100% !important;
  }
  /* line 39, app/assets/stylesheets/internal/utilities/_width.scss */
  .u-1\/2-lap {
    width: 50% !important;
  }
  /* line 40, app/assets/stylesheets/internal/utilities/_width.scss */
  .u-1\/3-lap {
    width: 33.333333% !important;
  }
  /* line 41, app/assets/stylesheets/internal/utilities/_width.scss */
  .u-2\/3-lap {
    width: 66.666667% !important;
  }
  /* line 42, app/assets/stylesheets/internal/utilities/_width.scss */
  .u-1\/4-lap {
    width: 25% !important;
  }
  /* line 43, app/assets/stylesheets/internal/utilities/_width.scss */
  .u-3\/4-lap {
    width: 75% !important;
  }
  /* line 44, app/assets/stylesheets/internal/utilities/_width.scss */
  .u-1\/5-lap {
    width: 20% !important;
  }
  /* line 45, app/assets/stylesheets/internal/utilities/_width.scss */
  .u-2\/5-lap {
    width: 40% !important;
  }
  /* line 46, app/assets/stylesheets/internal/utilities/_width.scss */
  .u-3\/5-lap {
    width: 60% !important;
  }
  /* line 47, app/assets/stylesheets/internal/utilities/_width.scss */
  .u-4\/5-lap {
    width: 80% !important;
  }
}

@media (min-width: 961px) {
  /* line 52, app/assets/stylesheets/internal/utilities/_width.scss */
  .u-1\/1-desk {
    width: 100% !important;
  }
  /* line 53, app/assets/stylesheets/internal/utilities/_width.scss */
  .u-1\/2-desk {
    width: 50% !important;
  }
  /* line 54, app/assets/stylesheets/internal/utilities/_width.scss */
  .u-1\/3-desk {
    width: 33.333333% !important;
  }
  /* line 55, app/assets/stylesheets/internal/utilities/_width.scss */
  .u-2\/3-desk {
    width: 66.666667% !important;
  }
  /* line 56, app/assets/stylesheets/internal/utilities/_width.scss */
  .u-1\/4-desk {
    width: 25% !important;
  }
  /* line 57, app/assets/stylesheets/internal/utilities/_width.scss */
  .u-3\/4-desk {
    width: 75% !important;
  }
  /* line 58, app/assets/stylesheets/internal/utilities/_width.scss */
  .u-1\/5-desk {
    width: 20% !important;
  }
  /* line 59, app/assets/stylesheets/internal/utilities/_width.scss */
  .u-2\/5-desk {
    width: 40% !important;
  }
  /* line 60, app/assets/stylesheets/internal/utilities/_width.scss */
  .u-3\/5-desk {
    width: 60% !important;
  }
  /* line 61, app/assets/stylesheets/internal/utilities/_width.scss */
  .u-4\/5-desk {
    width: 80% !important;
  }
}

@media (min-width: 1281px) {
  /* line 66, app/assets/stylesheets/internal/utilities/_width.scss */
  .u-1\/1-wall {
    width: 100% !important;
  }
  /* line 67, app/assets/stylesheets/internal/utilities/_width.scss */
  .u-1\/2-wall {
    width: 50% !important;
  }
  /* line 68, app/assets/stylesheets/internal/utilities/_width.scss */
  .u-1\/3-wall {
    width: 33.333333% !important;
  }
  /* line 69, app/assets/stylesheets/internal/utilities/_width.scss */
  .u-2\/3-wall {
    width: 66.666667% !important;
  }
  /* line 70, app/assets/stylesheets/internal/utilities/_width.scss */
  .u-1\/4-wall {
    width: 25% !important;
  }
  /* line 71, app/assets/stylesheets/internal/utilities/_width.scss */
  .u-3\/4-wall {
    width: 75% !important;
  }
  /* line 72, app/assets/stylesheets/internal/utilities/_width.scss */
  .u-1\/5-wall {
    width: 20% !important;
  }
  /* line 73, app/assets/stylesheets/internal/utilities/_width.scss */
  .u-2\/5-wall {
    width: 40% !important;
  }
  /* line 74, app/assets/stylesheets/internal/utilities/_width.scss */
  .u-3\/5-wall {
    width: 60% !important;
  }
  /* line 75, app/assets/stylesheets/internal/utilities/_width.scss */
  .u-4\/5-wall {
    width: 80% !important;
  }
}

/* line 1, app/assets/stylesheets/internal/layout/_content.scss */
html, body {
  height: 100%;
}

/* line 4, app/assets/stylesheets/internal/layout/_content.scss */
body {
  background-color: var(--color-gray-100);
}

/* line 7, app/assets/stylesheets/internal/layout/_content.scss */
.all-but-footer {
  min-height: calc(100vh - 100px);
}

/* line 7, app/assets/stylesheets/internal/settings/_mixins.scss */
.all-but-footer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 11, app/assets/stylesheets/internal/layout/_content.scss */
.main-content {
  overflow: auto;
}

/* line 19, app/assets/stylesheets/internal/layout/_content.scss */
.toggler.active .toggler-title .icon {
  transition: transform 0.2s ease-in-out;
  transform: rotate(90deg) !important;
}

/* line 27, app/assets/stylesheets/internal/layout/_content.scss */
.toggler.active .toggler-title .icon.arrow-left {
  transform: rotate(-90deg) !important;
}

/* line 9, app/assets/stylesheets/internal/layout/_footer.scss */
.main-footer {
  padding: 16px;
}

/* line 12, app/assets/stylesheets/internal/layout/_footer.scss */
.footer-nav__item {
  padding: 8px 16px 8px 0;
}

/* line 15, app/assets/stylesheets/internal/layout/_footer.scss */
.footer-nav__link {
  color: #ccc;
  font-size: 11px;
  text-decoration: none;
  transition: color .2s;
}

/* line 20, app/assets/stylesheets/internal/layout/_footer.scss */
.footer-nav__link:hover {
  color: #FFF;
}

@media (min-width: 481px) {
  /* line 15, app/assets/stylesheets/internal/layout/_footer.scss */
  .footer-nav__link {
    font-size: 12px;
  }
}

@media (min-width: 641px) {
  /* line 15, app/assets/stylesheets/internal/layout/_footer.scss */
  .footer-nav__link {
    font-size: 14px;
  }
}

/* line 31, app/assets/stylesheets/internal/layout/_footer.scss */
.c-footer-social {
  margin-left: 8px;
}

/* line 34, app/assets/stylesheets/internal/layout/_footer.scss */
.c-footer-social__link {
  display: block;
}

/* line 36, app/assets/stylesheets/internal/layout/_footer.scss */
.c-footer-social__link .icon {
  background-color: #ccc;
  border-radius: 50%;
  fill: #828282;
  padding: 8px;
  height: 32px;
  width: 32px;
  transition: background-color .2s;
  float: right;
}

@media (min-width: 481px) {
  /* line 36, app/assets/stylesheets/internal/layout/_footer.scss */
  .c-footer-social__link .icon {
    height: 36px;
    width: 36px;
    margin-left: 8px;
  }
}

@media (min-width: 641px) {
  /* line 36, app/assets/stylesheets/internal/layout/_footer.scss */
  .c-footer-social__link .icon {
    height: 40px;
    width: 40px;
  }
}

/* line 56, app/assets/stylesheets/internal/layout/_footer.scss */
.c-footer-social__link:hover .icon {
  background-color: #FFF;
}

/* line 61, app/assets/stylesheets/internal/layout/_footer.scss */
.c-footer-social__label {
  display: none;
}

/* line 3, app/assets/stylesheets/internal/layout/_header.scss */
.main-header {
  background-color: #FFF;
}

/* line 7, app/assets/stylesheets/internal/settings/_mixins.scss */
.main-header:after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 961px) {
  /* line 7, app/assets/stylesheets/internal/layout/_header.scss */
  .logo-wrapper {
    margin: 0 auto;
    max-width: 960px;
  }
}

/* line 13, app/assets/stylesheets/internal/layout/_header.scss */
.layout-client-img {
  float: right;
  max-height: 48px;
}

@media (min-width: 481px) {
  /* line 13, app/assets/stylesheets/internal/layout/_header.scss */
  .layout-client-img {
    max-height: 60px;
  }
}

@media (min-width: 641px) {
  /* line 13, app/assets/stylesheets/internal/layout/_header.scss */
  .layout-client-img {
    max-height: 86px;
  }
}

/* line 14, app/assets/stylesheets/internal/layout/_navigation.scss */
.main-nav {
  background-color: transparent;
  padding: 0;
}

@media (min-width: 481px) {
  /* line 14, app/assets/stylesheets/internal/layout/_navigation.scss */
  .main-nav {
    padding: 0 16px;
  }
}

/* line 21, app/assets/stylesheets/internal/layout/_navigation.scss */
.main-nav__items {
  list-style: none;
}

/* line 7, app/assets/stylesheets/internal/settings/_mixins.scss */
.main-nav__items:after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 961px) {
  /* line 21, app/assets/stylesheets/internal/layout/_navigation.scss */
  .main-nav__items {
    margin: 0 auto;
    max-width: 960px;
  }
}

/* line 29, app/assets/stylesheets/internal/layout/_navigation.scss */
.main-nav__item {
  float: left;
  padding: 4px 4px 0 0;
  width: 25%;
}

/* line 33, app/assets/stylesheets/internal/layout/_navigation.scss */
.main-nav__item:first-child {
  padding-left: 4px;
}

@media (min-width: 481px) {
  /* line 33, app/assets/stylesheets/internal/layout/_navigation.scss */
  .main-nav__item:first-child {
    padding-left: 0;
  }
}

@media (min-width: 481px) {
  /* line 39, app/assets/stylesheets/internal/layout/_navigation.scss */
  .main-nav__item:last-child {
    padding-right: 0px;
  }
}

@media (min-width: 481px) {
  /* line 29, app/assets/stylesheets/internal/layout/_navigation.scss */
  .main-nav__item {
    padding-top: 8px;
  }
}

@media (min-width: 961px) {
  /* line 29, app/assets/stylesheets/internal/layout/_navigation.scss */
  .main-nav__item {
    width: 178px;
  }
}

@media (min-width: 961px) {
  /* line 51, app/assets/stylesheets/internal/layout/_navigation.scss */
  .main-nav__item--manager-first-child {
    margin-left: 246px;
  }
}

/* line 56, app/assets/stylesheets/internal/layout/_navigation.scss */
.main-nav__link {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: #535353;
  border-radius: 8px 8px 0 0;
  color: #ccc;
  display: block;
  padding: 4px 0;
  text-align: center;
  text-decoration: none;
  transition: all .2s;
}

/* line 66, app/assets/stylesheets/internal/layout/_navigation.scss */
.main-nav__link:hover {
  background-color: #828282;
  color: #FFF;
}

/* line 69, app/assets/stylesheets/internal/layout/_navigation.scss */
.main-nav__link:hover .icon {
  fill: #FFF;
}

@media (min-width: 481px) {
  /* line 56, app/assets/stylesheets/internal/layout/_navigation.scss */
  .main-nav__link {
    padding: 6px 0;
  }
}

@media (min-width: 641px) {
  /* line 56, app/assets/stylesheets/internal/layout/_navigation.scss */
  .main-nav__link {
    padding: 8px 0 8px 8px;
    text-align: left;
  }
}

@media (min-width: 961px) {
  /* line 56, app/assets/stylesheets/internal/layout/_navigation.scss */
  .main-nav__link {
    padding: 8px 0 6px 10px;
  }
}

/* line 84, app/assets/stylesheets/internal/layout/_navigation.scss */
.main-nav__link.current {
  background-color: #FFF;
  color: #535353;
}

/* line 87, app/assets/stylesheets/internal/layout/_navigation.scss */
.main-nav__link.current:hover {
  background-color: #FFF;
  color: #535353;
}

/* line 92, app/assets/stylesheets/internal/layout/_navigation.scss */
.main-nav__link.current .main-nav__icon .icon {
  fill: #444;
}

/* line 97, app/assets/stylesheets/internal/layout/_navigation.scss */
.main-nav__icon {
  display: block;
  margin-bottom: -12px;
}

@media (min-width: 481px) {
  /* line 97, app/assets/stylesheets/internal/layout/_navigation.scss */
  .main-nav__icon {
    display: block;
    margin-bottom: -8px;
    overflow: auto;
  }
}

@media (min-width: 641px) {
  /* line 97, app/assets/stylesheets/internal/layout/_navigation.scss */
  .main-nav__icon {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
}

/* line 110, app/assets/stylesheets/internal/layout/_navigation.scss */
.main-nav__icon .icon {
  fill: #ccc;
  float: none;
  transition: all .2s;
  height: 20px;
  width: 20px;
}

@media (min-width: 481px) {
  /* line 110, app/assets/stylesheets/internal/layout/_navigation.scss */
  .main-nav__icon .icon {
    height: 24px;
    width: 24px;
  }
}

@media (min-width: 961px) {
  /* line 110, app/assets/stylesheets/internal/layout/_navigation.scss */
  .main-nav__icon .icon {
    height: 32px;
    width: 32px;
  }
}

/* line 126, app/assets/stylesheets/internal/layout/_navigation.scss */
.main-nav__label {
  font-size: 10px;
}

@media (min-width: 481px) {
  /* line 126, app/assets/stylesheets/internal/layout/_navigation.scss */
  .main-nav__label {
    font-size: 12px;
  }
}

@media (min-width: 641px) {
  /* line 126, app/assets/stylesheets/internal/layout/_navigation.scss */
  .main-nav__label {
    font-size: 14px;
  }
}

/* line 137, app/assets/stylesheets/internal/layout/_navigation.scss */
.mobile-nav .menu-item {
  flex: 1;
  justify-items: center;
  padding: .5rem;
  position: relative;
}

/* line 142, app/assets/stylesheets/internal/layout/_navigation.scss */
.mobile-nav .menu-item a, .mobile-nav .menu-item button {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .25rem;
  transition: all .15s ease-in-out;
  display: flex;
  position: relative;
  text-decoration-line: none !important;
  font-size: 12px;
  color: var(--color-gray-900);
}

/* line 154, app/assets/stylesheets/internal/layout/_navigation.scss */
.mobile-nav .menu-item a:hover, .mobile-nav .menu-item button:hover {
  color: var(--color-primary);
}

/* line 156, app/assets/stylesheets/internal/layout/_navigation.scss */
.mobile-nav .menu-item a:hover svg, .mobile-nav .menu-item a:hover .icon, .mobile-nav .menu-item button:hover svg, .mobile-nav .menu-item button:hover .icon {
  fill: var(--color-primary);
}

/* line 164, app/assets/stylesheets/internal/layout/_navigation.scss */
.mobile-menu .menu-item {
  padding: 0.5rem;
  flex: 1;
  width: 100%;
}

/* line 168, app/assets/stylesheets/internal/layout/_navigation.scss */
.mobile-menu .menu-item .menu-item-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.75rem;
  width: 100%;
}

/* line 178, app/assets/stylesheets/internal/layout/_navigation.scss */
.sub-menu {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: calc(100vh - 62px);
  background-color: var(--color-white);
  transition: transform 0.3s ease-in-out;
  z-index: 30;
  overflow-y: auto;
}

/* line 188, app/assets/stylesheets/internal/layout/_navigation.scss */
.sub-menu.is-open {
  transform: translateX(100%);
}

/* line 191, app/assets/stylesheets/internal/layout/_navigation.scss */
.sub-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}

/* line 199, app/assets/stylesheets/internal/layout/_navigation.scss */
.sub-menu nav .mobile-menu-close {
  position: fixed;
  bottom: 5rem;
  /* Pour laisser de l'espace au-dessus de .mobile-nav */
  right: 1rem;
  padding: 0.75rem;
  background-color: var(--color-primary);
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

/* line 211, app/assets/stylesheets/internal/layout/_navigation.scss */
.sub-menu nav .mobile-menu-close svg {
  width: 1.5rem;
  height: 1.5rem;
  fill: var(--color-white);
  transform: rotate(180deg);
}

/* line 222, app/assets/stylesheets/internal/layout/_navigation.scss */
.menu-item-link.current .menu-item-icon {
  background-color: var(--color-primary-30);
}

/* line 225, app/assets/stylesheets/internal/layout/_navigation.scss */
.menu-item-link.current .menu-item-title {
  color: var(--color-primary);
}

/*----------------------------------------------------------------------------*\
  #Layout / Grid system
\*----------------------------------------------------------------------------*/
/**
 * Grid-like layout system.
 *
 * The layout object provides us with a column-style layout system. This file
 * contains the basic structural elements, but classes should be complemented
 * with width utilities, for example:
 *
 *   <div class="layout">
 *     <div class="layout__item  u-1/2">
 *     </div>
 *     <div class="layout__item  u-1/2">
 *     </div>
 *   </div>
 */
/* line 24, app/assets/stylesheets/internal/layout/_grid.scss */
.layout {
  display: block;
  margin: 0;
  padding: 0;
  margin-left: -24px;
  list-style: none;
}

/* line 32, app/assets/stylesheets/internal/layout/_grid.scss */
.layout__item {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding-left: 24px;
}

/**
 * Layouts with no gutters.
 */
/* line 42, app/assets/stylesheets/internal/layout/_grid.scss */
.layout--flush {
  margin-left: 0;
}

/* line 45, app/assets/stylesheets/internal/layout/_grid.scss */
.layout--flush > .layout__item {
  padding-left: 0;
}

/**
 * Layouts with larger gutters.
 */
/* line 53, app/assets/stylesheets/internal/layout/_grid.scss */
.layout--large {
  margin-left: -48px;
}

/* line 56, app/assets/stylesheets/internal/layout/_grid.scss */
.layout--large > .layout__item {
  padding-left: 48px;
}

/**
 * Layouts with smaller gutters.
 */
/* line 64, app/assets/stylesheets/internal/layout/_grid.scss */
.layout--small {
  margin-left: -12px;
}

/* line 67, app/assets/stylesheets/internal/layout/_grid.scss */
.layout--small > .layout__item {
  padding-left: 12px;
}

/* line 5, app/assets/stylesheets/internal/components/_actions.scss */
.actions {
  text-align: center;
}

/* line 9, app/assets/stylesheets/internal/components/_actions.scss */
.actions--ticket {
  margin-bottom: 16px;
}

/* line 13, app/assets/stylesheets/internal/components/_actions.scss */
.action-or {
  display: block;
  padding: 8px;
}

/* line 17, app/assets/stylesheets/internal/components/_actions.scss */
.action--secondary {
  display: block;
  margin-top: 20px;
  font-size: 13px;
  line-height: 1.4;
}

/* line 23, app/assets/stylesheets/internal/components/_actions.scss */
.action--secondary__link {
  color: #888;
}

/* line 25, app/assets/stylesheets/internal/components/_actions.scss */
.action--secondary__link:hover {
  color: #000;
}

/* line 1, app/assets/stylesheets/internal/components/_button.scss */
.button_display {
  background-color: rgba(255, 255, 255, 0.33);
  border-radius: 10px;
  border: 1px solid #008CA5;
  color: #008CA5;
  display: inline-block;
  font-size: 14px;
  line-height: 16px;
  padding: 12px 24px;
  text-align: center;
  text-decoration: none;
}

/* line 13, app/assets/stylesheets/internal/components/_button.scss */
.button_display .icon {
  fill: #008CA5;
}

/* line 17, app/assets/stylesheets/internal/components/_button.scss */
.button_display:hover {
  background-color: #008CA5;
  border-color: #008CA5;
  color: #FFF;
}

/* line 21, app/assets/stylesheets/internal/components/_button.scss */
.button_display:hover .icon {
  fill: #FFF;
}

@media (min-width: 641px) {
  /* line 1, app/assets/stylesheets/internal/components/_button.scss */
  .button_display {
    border-radius: 10px;
    font-size: 16px;
    line-height: 20px;
    padding: 10px 32px;
  }
}

@media (min-width: 961px) {
  /* line 1, app/assets/stylesheets/internal/components/_button.scss */
  .button_display {
    transition: background-color 150ms, color 150ms, border-color 150ms;
  }
}

/* line 38, app/assets/stylesheets/internal/components/_button.scss */
.button {
  background-color: rgba(255, 255, 255, 0.33);
  border-radius: 10px;
  border: 1px solid #008CA5;
  color: #008CA5;
  display: inline-block;
  font-size: 14px;
  line-height: 16px;
  padding: 10px 12px;
  text-align: center;
  text-decoration: none;
}

/* line 49, app/assets/stylesheets/internal/components/_button.scss */
.button .icon:not(.button-icon-not-fill) {
  fill: #008CA5;
  margin-right: 8px;
}

/* line 54, app/assets/stylesheets/internal/components/_button.scss */
.button:hover {
  background-color: #008CA5;
  border-color: #008CA5;
  color: #FFF;
}

/* line 58, app/assets/stylesheets/internal/components/_button.scss */
.button:hover .icon {
  fill: #FFF;
}

@media (min-width: 641px) {
  /* line 38, app/assets/stylesheets/internal/components/_button.scss */
  .button {
    border-radius: 10px;
    font-size: 16px;
    line-height: 20px;
    padding: 8px 10px;
  }
}

@media (min-width: 961px) {
  /* line 38, app/assets/stylesheets/internal/components/_button.scss */
  .button {
    transition: background-color 150ms, color 150ms, border-color 150ms;
  }
}

/* line 71, app/assets/stylesheets/internal/components/_button.scss */
.button.button--green {
  background-color: #246c4b;
  border-color: #246c4b;
  color: white !important;
}

/* line 75, app/assets/stylesheets/internal/components/_button.scss */
.button.button--green:hover {
  background-color: white;
  border-color: #246c4b;
  color: #246c4b !important;
}

/* line 84, app/assets/stylesheets/internal/components/_button.scss */
.button.btn-icon .icon {
  margin-right: 0;
}

/* line 89, app/assets/stylesheets/internal/components/_button.scss */
.button--small {
  border-radius: 10px;
  font-size: 10px;
  line-height: 12px;
  padding: 4px 8px;
}

/* line 94, app/assets/stylesheets/internal/components/_button.scss */
.button--small.btn-icon .icon {
  height: 14px;
  width: 14px;
}

@media (min-width: 641px) {
  /* line 89, app/assets/stylesheets/internal/components/_button.scss */
  .button--small {
    font-size: 12px;
    line-height: 14px;
    padding: 6px 12px;
  }
  /* line 102, app/assets/stylesheets/internal/components/_button.scss */
  .button--small.btn-icon .icon {
    height: 17px;
    width: 17px;
  }
}

/* line 109, app/assets/stylesheets/internal/components/_button.scss */
.button--alert {
  background-color: #D6041F;
  border-color: #FFF;
  color: #FFF;
}

/* line 115, app/assets/stylesheets/internal/components/_button.scss */
.button--alert--light {
  border-color: #D6041F;
  color: #D6041F;
}

/* line 118, app/assets/stylesheets/internal/components/_button.scss */
.button--alert--light:hover {
  background-color: #D6041F;
  border-color: #FFF;
  color: #FFF;
}

/* line 125, app/assets/stylesheets/internal/components/_button.scss */
.button--sticky {
  position: fixed;
  z-index: 100;
  bottom: 5rem;
  right: 2rem;
  border-radius: 50%;
  border: 2px solid #008ca5;
  padding: .2rem;
  font-size: 40px;
  background-color: #008ca5;
}

/* line 136, app/assets/stylesheets/internal/components/_button.scss */
.button--sticky:hover {
  background-color: #fff;
  border: 2px solid #fff;
}

/* line 141, app/assets/stylesheets/internal/components/_button.scss */
.button--sticky .icon {
  fill: #fff;
  height: 50px;
  width: 50px;
}

/* line 146, app/assets/stylesheets/internal/components/_button.scss */
.button--sticky .icon:hover {
  fill: #008ca5;
}

/* line 152, app/assets/stylesheets/internal/components/_button.scss */
.button--hamburger-menu .icon--hamburger-menu {
  width: 1.3rem;
  height: 1.3rem;
}

/* line 157, app/assets/stylesheets/internal/components/_button.scss */
.button--small-icon {
  cursor: pointer;
  display: inline-block;
}

/* line 162, app/assets/stylesheets/internal/components/_button.scss */
button.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  margin-left: 5px;
}

/* line 169, app/assets/stylesheets/internal/components/_button.scss */
button.accordion.active:after {
  content: "\2212";
}

/*----------------------------------------------------------------------------*\
  # Flash message
\*----------------------------------------------------------------------------*/
/* line 5, app/assets/stylesheets/internal/components/_flash_message.scss */
.c-flash-message {
  border-radius: 5px;
}

/* line 9, app/assets/stylesheets/internal/components/_flash_message.scss */
.c-flash-message--center {
  margin: 0 auto 16px;
}

@media (min-width: 961px) {
  /* line 9, app/assets/stylesheets/internal/components/_flash_message.scss */
  .c-flash-message--center {
    max-width: 640px;
  }
}

/* line 16, app/assets/stylesheets/internal/components/_flash_message.scss */
.c-flash-message--notice {
  color: #FFFFFF;
  background: #BAC14F;
}

/* line 21, app/assets/stylesheets/internal/components/_flash_message.scss */
.c-flash-message--alert {
  color: #FFFFFF;
  background: #D54F58;
}

/* line 26, app/assets/stylesheets/internal/components/_flash_message.scss */
.c-flash-message--informational {
  background: #DAE7E9;
  color: #005964;
}

/* line 2, app/assets/stylesheets/internal/components/_form.scss */
input[type=text],
input[type=email],
input[type=password],
input[type=number],
input[type=url],
input[type=tel],
input[type=search],
input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month],
input[type=week],
textarea {
  width: 100%;
  padding: 0.5rem 0.75rem;
  border: 1px solid #d1d5db;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #111827;
  background-color: #ffffff;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

/* line 25, app/assets/stylesheets/internal/components/_form.scss */
input.select2-search__field[type=text],
input.select2-search__field[type=email],
input.select2-search__field[type=password],
input.select2-search__field[type=number],
input.select2-search__field[type=url],
input.select2-search__field[type=tel],
input.select2-search__field[type=search],
input.select2-search__field[type=date],
input.select2-search__field[type=time],
input.select2-search__field[type=datetime-local],
input.select2-search__field[type=month],
input.select2-search__field[type=week],
textarea.select2-search__field {
  border-radius: 0;
}

/* line 29, app/assets/stylesheets/internal/components/_form.scss */
input[type=text]:hover,
input[type=email]:hover,
input[type=password]:hover,
input[type=number]:hover,
input[type=url]:hover,
input[type=tel]:hover,
input[type=search]:hover,
input[type=date]:hover,
input[type=time]:hover,
input[type=datetime-local]:hover,
input[type=month]:hover,
input[type=week]:hover,
textarea:hover {
  border-color: #9ca3af;
}

/* line 33, app/assets/stylesheets/internal/components/_form.scss */
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=number]:focus,
input[type=url]:focus,
input[type=tel]:focus,
input[type=search]:focus,
input[type=date]:focus,
input[type=time]:focus,
input[type=datetime-local]:focus,
input[type=month]:focus,
input[type=week]:focus,
textarea:focus {
  outline: none;
  border-color: transparent;
  box-shadow: 0 0 0 2px rgba(var(--color-primary-rgb), 0.5);
  border-color: var(--color-primary);
}

/* line 40, app/assets/stylesheets/internal/components/_form.scss */
input[type=text]:disabled,
input[type=email]:disabled,
input[type=password]:disabled,
input[type=number]:disabled,
input[type=url]:disabled,
input[type=tel]:disabled,
input[type=search]:disabled,
input[type=date]:disabled,
input[type=time]:disabled,
input[type=datetime-local]:disabled,
input[type=month]:disabled,
input[type=week]:disabled,
textarea:disabled {
  background-color: #f9fafb;
  color: #6b7280;
  cursor: not-allowed;
  opacity: 0.6;
}

/* line 47, app/assets/stylesheets/internal/components/_form.scss */
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=password]::placeholder,
input[type=number]::placeholder,
input[type=url]::placeholder,
input[type=tel]::placeholder,
input[type=search]::placeholder,
input[type=date]::placeholder,
input[type=time]::placeholder,
input[type=datetime-local]::placeholder,
input[type=month]::placeholder,
input[type=week]::placeholder,
textarea::placeholder {
  color: #9ca3af;
}

/* line 53, app/assets/stylesheets/internal/components/_form.scss */
input[type=file] {
  width: 100%;
  padding: 0.5rem 0.75rem;
  border: 1px solid #d1d5db;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  color: #111827;
  background-color: #ffffff;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

/* line 64, app/assets/stylesheets/internal/components/_form.scss */
input[type=file]:hover {
  border-color: #9ca3af;
}

/* line 68, app/assets/stylesheets/internal/components/_form.scss */
input[type=file]:focus {
  outline: none;
  border-color: transparent;
  box-shadow: 0 0 0 2px rgba(var(--color-primary-rgb), 0.5);
  border-color: var(--color-primary);
}

/* line 75, app/assets/stylesheets/internal/components/_form.scss */
input[type=file]::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin-right: 0.5rem;
  border: none;
  border-radius: 0.25rem;
  background-color: var(--color-primary);
  color: white;
  font-size: 0.75rem;
  cursor: pointer;
  transition: background-color 0.2s;
}

/* line 86, app/assets/stylesheets/internal/components/_form.scss */
input[type=file]::-webkit-file-upload-button:hover {
  background-color: var(--color-primary-dark);
}

/* line 93, app/assets/stylesheets/internal/components/_form.scss */
input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  height: 16px;
  width: 16px;
  background: #ffffff;
  border: 2px solid #d1d5db;
  border-radius: 50%;
  margin-right: 8px;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}

/* line 108, app/assets/stylesheets/internal/components/_form.scss */
input[type=radio]:hover {
  border-color: var(--color-primary);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* line 113, app/assets/stylesheets/internal/components/_form.scss */
input[type=radio]:focus {
  outline: none;
  border-color: var(--color-primary);
  box-shadow: 0 0 0 3px rgba(var(--color-primary-rgb), 0.2);
}

/* line 119, app/assets/stylesheets/internal/components/_form.scss */
input[type=radio]:checked {
  background: var(--color-primary);
  border: 2px solid var(--color-primary);
}

/* line 123, app/assets/stylesheets/internal/components/_form.scss */
input[type=radio]:checked:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 6px;
  height: 6px;
  background: #ffffff;
  border-radius: 50%;
  animation: radioAppear 0.2s ease-in-out 0.1s both;
}

/* line 137, app/assets/stylesheets/internal/components/_form.scss */
input[type=radio] + label {
  cursor: pointer;
  font-size: 0.875rem;
  color: #374151;
}

@keyframes radioAppear {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.5);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}

/* line 156, app/assets/stylesheets/internal/components/_form.scss */
input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  height: 20px;
  width: 20px;
  background: #ffffff;
  border: 2px solid #d1d5db;
  border-radius: 0.25rem;
  margin-right: 10px;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}

/* line 171, app/assets/stylesheets/internal/components/_form.scss */
input[type=checkbox]:hover {
  border-color: var(--color-primary);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* line 176, app/assets/stylesheets/internal/components/_form.scss */
input[type=checkbox]:focus {
  outline: none;
  border-color: var(--color-primary);
  box-shadow: 0 0 0 3px rgba(var(--color-primary-rgb), 0.2);
}

/* line 182, app/assets/stylesheets/internal/components/_form.scss */
input[type=checkbox]:checked {
  background: var(--color-primary);
  border: 2px solid var(--color-primary);
}

/* line 186, app/assets/stylesheets/internal/components/_form.scss */
input[type=checkbox]:checked:before {
  font-family: 'Material Symbols Rounded';
  content: '\e5ca';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 18px;
  animation: checkmarkAppear 0.2s ease-in-out 0.1s both;
}

/* line 199, app/assets/stylesheets/internal/components/_form.scss */
input[type=checkbox] + label {
  cursor: pointer;
  font-size: 0.875rem;
  color: #374151;
}

@keyframes checkmarkAppear {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.5);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}

/* line 218, app/assets/stylesheets/internal/components/_form.scss */
label {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  color: #374151;
  margin-bottom: 0.5rem;
}

/* line 226, app/assets/stylesheets/internal/components/_form.scss */
input[type=radio] + label, input[type=checkbox] + label {
  margin-bottom: 0;
}

/* line 231, app/assets/stylesheets/internal/components/_form.scss */
.form-group {
  margin-bottom: 1rem;
}

/* line 237, app/assets/stylesheets/internal/components/_form.scss */
.field_with_errors input,
.field_with_errors textarea,
.field_with_errors select {
  border-color: #ef4444;
  box-shadow: 0 0 0 1px #ef4444;
}

/* line 243, app/assets/stylesheets/internal/components/_form.scss */
.field_with_errors input:focus,
.field_with_errors textarea:focus,
.field_with_errors select:focus {
  border-color: #ef4444;
  box-shadow: 0 0 0 2px rgba(239, 68, 68, 0.2);
}

/* line 249, app/assets/stylesheets/internal/components/_form.scss */
.field_with_errors label {
  color: #ef4444;
}

/* line 255, app/assets/stylesheets/internal/components/_form.scss */
.error_message {
  color: #ef4444;
  font-size: 0.75rem;
  margin-top: 0.25rem;
}

/* line 261, app/assets/stylesheets/internal/components/_form.scss */
.hint {
  color: #6b7280;
  font-size: 0.75rem;
  margin-top: 0.25rem;
}

/* line 268, app/assets/stylesheets/internal/components/_form.scss */
.input-with-icon {
  position: relative;
}

/* line 271, app/assets/stylesheets/internal/components/_form.scss */
.input-with-icon input {
  padding-left: 2.5rem;
}

/* line 275, app/assets/stylesheets/internal/components/_form.scss */
.input-with-icon .input-icon {
  position: absolute;
  left: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  color: #9ca3af;
  pointer-events: none;
}

/* line 286, app/assets/stylesheets/internal/components/_form.scss */
.search-input {
  background-image: url("data:image/svg+xml,%3csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='m19 19-4.35-4.35M17 10a7 7 0 1 1-14 0 7 7 0 0 1 14 0Z' stroke='%239ca3af' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: 0.75rem center;
  background-size: 1.25rem;
  padding-left: 2.5rem;
}

/* line 294, app/assets/stylesheets/internal/components/_form.scss */
.radio {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
}

/* line 300, app/assets/stylesheets/internal/components/_form.scss */
.input-calendar {
  position: relative;
  background: url('data:image/svg+xml;utf8,<svg fill="gray" height="20" viewBox="0 0 24 24" width="20" xmlns="http://www.w3.org/2000/svg"><path d="M19 4h-1V2h-2v2H8V2H6v2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 16H5V9h14v11zm0-13H5V6h14v1z"/></svg>') no-repeat right 0.75rem center/1.25em auto;
  padding-right: 2.5em !important;
}

/* line 307, app/assets/stylesheets/internal/components/_form.scss */
.select2, .select2-container .select2-selection {
  border-radius: 0.375rem !important;
  overflow: hidden;
  width: 100% !important;
}

/* line 313, app/assets/stylesheets/internal/components/_form.scss */
.select2-container .select2-selection .select2-selection__arrow {
  border-radius: 0 0.375rem 0.375rem 0 !important;
}

/* line 317, app/assets/stylesheets/internal/components/_form.scss */
.entity-selector .select2 {
  width: 224px !important;
}

/* line 322, app/assets/stylesheets/internal/components/_form.scss */
trix-toolbar {
  max-width: 100vw;
  overflow-x: auto;
  box-sizing: border-box;
}

/* line 5, app/assets/stylesheets/internal/components/_logo.scss */
.logo__link {
  text-decoration: none;
  display: block;
}

/* line 9, app/assets/stylesheets/internal/components/_logo.scss */
.logo__img {
  max-width: 100%;
  height: auto;
  max-height: 40px;
}

@media (min-width: 481px) {
  /* line 9, app/assets/stylesheets/internal/components/_logo.scss */
  .logo__img {
    max-height: 48px;
  }
}

@media (min-width: 641px) {
  /* line 9, app/assets/stylesheets/internal/components/_logo.scss */
  .logo__img {
    max-height: 56px;
  }
}

/* line 20, app/assets/stylesheets/internal/components/_logo.scss */
.logo-chouette {
  padding: 16px;
  text-align: center;
}

/* line 24, app/assets/stylesheets/internal/components/_logo.scss */
.logo-chouette__img {
  max-width: 100%;
  height: auto;
  max-width: 80px;
}

/* line 29, app/assets/stylesheets/internal/components/_logo.scss */
.logo__name {
  font-size: 24px;
  color: #888;
}

/* line 1, app/assets/stylesheets/internal/components/_link.scss */
.link {
  text-decoration: none;
  color: #008CA5;
}

/* line 6, app/assets/stylesheets/internal/components/_link.scss */
.link-underline {
  text-decoration: underline;
  color: #008CA5;
}

/* line 19, app/assets/stylesheets/internal/components/_message.scss */
.message {
  border-radius: 10px;
  padding: 16px;
}

/* line 23, app/assets/stylesheets/internal/components/_message.scss */
.message--notice {
  background-color: #37A774;
}

/* line 26, app/assets/stylesheets/internal/components/_message.scss */
.message--alert {
  background-color: #D6041F;
}

/* line 29, app/assets/stylesheets/internal/components/_message.scss */
.message--warning {
  background-color: #f9d5ae;
}

/* line 33, app/assets/stylesheets/internal/components/_message.scss */
.message--info {
  background-color: #dedede;
}

/* line 37, app/assets/stylesheets/internal/components/_message.scss */
.message__body {
  font-size: 14px;
  line-height: 1.3;
}

/* line 41, app/assets/stylesheets/internal/components/_message.scss */
.message__body--notice {
  color: #FFF;
}

/* line 44, app/assets/stylesheets/internal/components/_message.scss */
.message__body--alert {
  color: #FFF;
}

/* line 47, app/assets/stylesheets/internal/components/_message.scss */
.message__body--warning {
  color: #824606;
}

/* line 50, app/assets/stylesheets/internal/components/_message.scss */
.message__link {
  border-bottom: 1px solid;
  color: #FFF;
  text-decoration: none;
}

/* line 54, app/assets/stylesheets/internal/components/_message.scss */
.message__link:hover {
  color: #FFF;
}

/* line 58, app/assets/stylesheets/internal/components/_message.scss */
.message__button-form {
  display: inline-block;
}

/* line 60, app/assets/stylesheets/internal/components/_message.scss */
.message__button-form input[type="submit"] {
  background-color: transparent;
  border-radius: 12px;
  border: 1px solid #FFF;
  color: #FFF;
  display: inline-block;
  font-size: 14px;
  line-height: 16px;
  padding: 4px 12px;
  text-decoration: none;
  transition: color .2s, background-color .2s;
}

/* line 71, app/assets/stylesheets/internal/components/_message.scss */
.message__button-form input[type="submit"]:hover {
  background-color: #FFF;
  border-color: #FFF;
  color: #444;
}

/* line 13, app/assets/stylesheets/internal/components/_section.scss */
.section {
  border-bottom: 1px solid #F2F7F7;
}

/* line 16, app/assets/stylesheets/internal/components/_section.scss */
.section--for-residents {
  background-color: #FFF;
  background-image: url(https://app.chouettecopro.com/images/../../images/man-smartphone.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

@media (min-width: 641px) {
  /* line 16, app/assets/stylesheets/internal/components/_section.scss */
  .section--for-residents {
    background-size: contain;
    background-position: right bottom;
  }
}

/* line 27, app/assets/stylesheets/internal/components/_section.scss */
.section--contact-request {
  background-color: #005964;
  border-bottom: 0;
}

/* line 31, app/assets/stylesheets/internal/components/_section.scss */
.section--partners {
  background-color: white;
}

/* line 35, app/assets/stylesheets/internal/components/_section.scss */
.section__inner {
  background-color: #FFF;
  margin: 0 auto;
  padding: 20px 16px;
}

@media (min-width: 641px) {
  /* line 35, app/assets/stylesheets/internal/components/_section.scss */
  .section__inner {
    padding: 40px 32px;
  }
}

@media (min-width: 961px) {
  /* line 35, app/assets/stylesheets/internal/components/_section.scss */
  .section__inner {
    max-width: none;
  }
}

/* line 46, app/assets/stylesheets/internal/components/_section.scss */
.section__inner--for-residents {
  background-color: rgba(255, 255, 255, 0.85);
  padding: 24px 16px;
}

@media (min-width: 481px) {
  /* line 46, app/assets/stylesheets/internal/components/_section.scss */
  .section__inner--for-residents {
    padding: 32px 16px;
  }
}

@media (min-width: 641px) {
  /* line 46, app/assets/stylesheets/internal/components/_section.scss */
  .section__inner--for-residents {
    background-color: transparent;
    padding: 32px 33% 32px 32px;
  }
}

@media (min-width: 961px) {
  /* line 46, app/assets/stylesheets/internal/components/_section.scss */
  .section__inner--for-residents {
    padding: 80px 33% 112px 32px;
  }
}

@media (min-width: 1281px) {
  /* line 46, app/assets/stylesheets/internal/components/_section.scss */
  .section__inner--for-residents {
    padding: 128px 18% 128px 32px;
  }
}

/* line 63, app/assets/stylesheets/internal/components/_section.scss */
.section__inner--home-features {
  background-color: transparent;
}

/* line 66, app/assets/stylesheets/internal/components/_section.scss */
.section__inner--contact-request {
  background-color: transparent;
}

@media (min-width: 641px) {
  /* line 66, app/assets/stylesheets/internal/components/_section.scss */
  .section__inner--contact-request {
    padding: 64px 32px;
    max-width: 640px;
  }
}

/* line 73, app/assets/stylesheets/internal/components/_section.scss */
.section__inner--devices {
  background-color: transparent;
}

@media (min-width: 641px) {
  /* line 73, app/assets/stylesheets/internal/components/_section.scss */
  .section__inner--devices {
    padding: 64px;
  }
}

@media (min-width: 961px) {
  /* line 73, app/assets/stylesheets/internal/components/_section.scss */
  .section__inner--devices {
    padding: 96px;
  }
}

/* line 83, app/assets/stylesheets/internal/components/_section.scss */
.section__title {
  color: #222;
}

/* line 86, app/assets/stylesheets/internal/components/_section.scss */
.section__title-link {
  color: #222;
  text-decoration: none;
  transition: color .2s;
}

/* line 90, app/assets/stylesheets/internal/components/_section.scss */
.section__title-link::before {
  color: #CBDFE7;
  content: "\2039";
  display: inline-block;
  font-size: 24px;
  line-height: 27px;
  margin-right: 4px;
}

@media (min-width: 641px) {
  /* line 90, app/assets/stylesheets/internal/components/_section.scss */
  .section__title-link::before {
    font-size: 30px;
    line-height: 33px;
    margin-right: 6px;
  }
}

@media (min-width: 961px) {
  /* line 90, app/assets/stylesheets/internal/components/_section.scss */
  .section__title-link::before {
    font-size: 38px;
    line-height: 43px;
    margin-right: 8px;
  }
}

/* line 108, app/assets/stylesheets/internal/components/_section.scss */
.section__title-link:hover {
  color: #005964;
}

/* line 110, app/assets/stylesheets/internal/components/_section.scss */
.section__title-link:hover::before {
  color: #005964;
}

/* line 116, app/assets/stylesheets/internal/components/_section.scss */
.section--message {
  border-bottom: 0;
}

/* line 120, app/assets/stylesheets/internal/components/_section.scss */
.section__inner--message {
  background-color: transparent;
  padding: 0 0 16px 0;
}

@media (min-width: 641px) {
  /* line 120, app/assets/stylesheets/internal/components/_section.scss */
  .section__inner--message {
    padding: 0 0 16px 0;
  }
}
