@charset "UTF-8";
/* line 1, app/assets/stylesheets/config/_reset.sass */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* line 6, app/assets/stylesheets/config/_reset.sass */
.row {
  --bs-gutter-x: 0!important;
}

/* line 9, app/assets/stylesheets/config/_reset.sass */
a {
  text-decoration: none;
  font-size: 1.2rem;
}

/* line 13, app/assets/stylesheets/config/_reset.sass */
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* line 5, app/assets/stylesheets/config/base.sass */
html {
  font-size: 62.5%;
}

/* line 8, app/assets/stylesheets/config/base.sass */
body {
  font-family: Nunito, sans-serif;
  color: #14005B;
  font-size: clamp(1.4rem, 1.5vw, 1.6rem);
  height: 100vh;
}

/* line 14, app/assets/stylesheets/config/base.sass */
p, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

/* line 18, app/assets/stylesheets/config/base.sass */
h1, h2, h3, h4, h5, h6 {
  font-family: Nunito, sans-serif;
  font-weight: 700;
  color: #14005B;
}

/* line 23, app/assets/stylesheets/config/base.sass */
h1 {
  font-size: clamp(2.5rem, 5vw, 4rem);
  line-height: 1.1;
}

/* line 27, app/assets/stylesheets/config/base.sass */
h2 {
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1.2;
}

/* line 31, app/assets/stylesheets/config/base.sass */
h3 {
  font-size: clamp(1.75rem, 3.5vw, 2.75rem);
  line-height: 1.25;
}

/* line 35, app/assets/stylesheets/config/base.sass */
h4 {
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  line-height: 1.3;
}

/* line 39, app/assets/stylesheets/config/base.sass */
h5 {
  font-size: clamp(1.25rem, 2.5vw, 1.75rem);
  line-height: 1.4;
}

/* line 43, app/assets/stylesheets/config/base.sass */
h6 {
  font-size: clamp(1rem, 2vw, 1.5rem);
  line-height: 1.5;
}

/* line 47, app/assets/stylesheets/config/base.sass */
p {
  font-size: clamp(1.6rem, 1.8vw, 2rem);
  font-weight: 400;
  color: #14005B;
  line-height: 1.6;
}

/* line 53, app/assets/stylesheets/config/base.sass */
a {
  font-size: clamp(1.6rem, 1.8vw, 2rem);
  font-weight: 400;
}

/* line 59, app/assets/stylesheets/config/base.sass */
.primary-text {
  color: #14005B;
}

/* line 61, app/assets/stylesheets/config/base.sass */
.primary-bg {
  background-color: #14005B !important;
}

/* line 59, app/assets/stylesheets/config/base.sass */
.tertiary-text {
  color: #600048;
}

/* line 61, app/assets/stylesheets/config/base.sass */
.tertiary-bg {
  background-color: #600048 !important;
}

/* line 59, app/assets/stylesheets/config/base.sass */
.secondary-text {
  color: #FE8700;
}

/* line 61, app/assets/stylesheets/config/base.sass */
.secondary-bg {
  background-color: #FE8700 !important;
}

/* line 59, app/assets/stylesheets/config/base.sass */
.info-text {
  color: #CD006A;
}

/* line 61, app/assets/stylesheets/config/base.sass */
.info-bg {
  background-color: #CD006A !important;
}

/* line 59, app/assets/stylesheets/config/base.sass */
.dark-text {
  color: #505050;
}

/* line 61, app/assets/stylesheets/config/base.sass */
.dark-bg {
  background-color: #505050 !important;
}

/* line 59, app/assets/stylesheets/config/base.sass */
.light-text {
  color: #F5F5F5;
}

/* line 61, app/assets/stylesheets/config/base.sass */
.light-bg {
  background-color: #F5F5F5 !important;
}

/* line 59, app/assets/stylesheets/config/base.sass */
.success-text {
  color: #78e08f;
}

/* line 61, app/assets/stylesheets/config/base.sass */
.success-bg {
  background-color: #78e08f !important;
}

/* line 59, app/assets/stylesheets/config/base.sass */
.warning-text {
  color: #f6b93b;
}

/* line 61, app/assets/stylesheets/config/base.sass */
.warning-bg {
  background-color: #f6b93b !important;
}

/* line 59, app/assets/stylesheets/config/base.sass */
.danger-text {
  color: #e55039;
}

/* line 61, app/assets/stylesheets/config/base.sass */
.danger-bg {
  background-color: #e55039 !important;
}

/* line 59, app/assets/stylesheets/config/base.sass */
.white-text {
  color: #FFFFFF;
}

/* line 61, app/assets/stylesheets/config/base.sass */
.white-bg {
  background-color: #FFFFFF !important;
}

/* line 59, app/assets/stylesheets/config/base.sass */
.transparent-text {
  color: transparent;
}

/* line 61, app/assets/stylesheets/config/base.sass */
.transparent-bg {
  background-color: transparent !important;
}

/* line 59, app/assets/stylesheets/config/base.sass */
.backdrop-text {
  color: rgba(0, 0, 0, 0.5);
}

/* line 61, app/assets/stylesheets/config/base.sass */
.backdrop-bg {
  background-color: rgba(0, 0, 0, 0.5) !important;
}

/* line 59, app/assets/stylesheets/config/base.sass */
.footer-text {
  color: #14005B;
}

/* line 61, app/assets/stylesheets/config/base.sass */
.footer-bg {
  background-color: #14005B !important;
}

/* line 67, app/assets/stylesheets/config/base.sass */
.italic {
  font-style: italic;
}

/* line 70, app/assets/stylesheets/config/base.sass */
.hidden {
  display: none;
}

/* line 73, app/assets/stylesheets/config/base.sass */
.small-text {
  font-size: clamp(1rem, 1.2vw, 1.2rem);
  font-weight: 400;
}

/* line 77, app/assets/stylesheets/config/base.sass */
.lead-text {
  font-size: clamp(1.8rem, 2.2vw, 2.4rem);
  font-weight: 700;
}

/* line 81, app/assets/stylesheets/config/base.sass */
.cursor-pointer {
  cursor: pointer;
}

/* line 87, app/assets/stylesheets/config/base.sass */
.app-content-section {
  display: flex;
  flex-direction: column;
  flex: 1;
}

/* line 92, app/assets/stylesheets/config/base.sass */
.app-content-section-header {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 1rem;
}

/* line 98, app/assets/stylesheets/config/base.sass */
.app-content-section-title {
  font-size: 2.5rem;
  margin-bottom: 01rem;
  font-weight: 700;
}

/* line 103, app/assets/stylesheets/config/base.sass */
.app-content-section-actions {
  flex: 1;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}

/* line 113, app/assets/stylesheets/config/base.sass */
.overflow-hidden {
  overflow: hidden;
}

/* line 116, app/assets/stylesheets/config/base.sass */
.no-padding {
  padding: 0;
}

/* line 119, app/assets/stylesheets/config/base.sass */
.div-column-full {
  display: flex;
  flex-direction: column;
  flex: 1;
}

/* line 124, app/assets/stylesheets/config/base.sass */
.flex-center {
  justify-content: center;
  align-items: center;
}

/* line 128, app/assets/stylesheets/config/base.sass */
.flex-row-reverse {
  display: flex;
  flex-direction: row-reverse;
}

/* line 132, app/assets/stylesheets/config/base.sass */
.flex-row-responsible {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

/* line 138, app/assets/stylesheets/config/base.sass */
#content-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -3;
  opacity: 0.05;
  overflow: hidden;
}

/* line 148, app/assets/stylesheets/config/base.sass */
#content-background img {
  max-width: 100%;
  position: absolute;
}

/* line 152, app/assets/stylesheets/config/base.sass */
#content-bg-1 {
  left: -15%;
  top: -20%;
  transform: rotate(-69deg);
}

/* line 157, app/assets/stylesheets/config/base.sass */
#content-bg-2 {
  right: -28%;
  top: 36%;
  transform: rotate(55deg);
}

/* line 163, app/assets/stylesheets/config/base.sass */
.card-flex {
  width: 35%;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
  border-radius: 1.5rem;
  padding: 2rem;
}

@media (max-width: 1500px) {
  /* line 163, app/assets/stylesheets/config/base.sass */
  .card-flex {
    min-width: 50%;
  }
}

/* line 171, app/assets/stylesheets/config/base.sass */
.showcase {
  font-size: 3rem;
  font-weight: 800;
  flex: 1;
  display: flex;
  flex-direction: row;
}

/* line 177, app/assets/stylesheets/config/base.sass */
.showcase .showcase-messages {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* line 182, app/assets/stylesheets/config/base.sass */
.showcase .showcase-images {
  flex: 1;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 188, app/assets/stylesheets/config/base.sass */
.showcase .showcase-images-tablet {
  flex: 1;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}

/* line 195, app/assets/stylesheets/config/base.sass */
.showcase .showcase-images-tablet .showcase-images-center {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  max-width: 100%;
}

/* line 201, app/assets/stylesheets/config/base.sass */
.showcase .showcase-images-tablet div {
  max-width: 25%;
}

/* line 205, app/assets/stylesheets/config/base.sass */
.user--avatar {
  width: 11rem;
  height: 11rem;
  border-radius: 50%;
  background: linear-gradient(180deg, #e9a6f7 0%, #b187f6 50%, #6e85f4 100%);
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 7.5rem;
}

/* line 216, app/assets/stylesheets/config/base.sass */
.user--avatar-small {
  width: 7.5rem;
  height: 7.5rem;
  border-radius: 50%;
  font-size: 5rem;
  margin-bottom: 0;
}

/* line 223, app/assets/stylesheets/config/base.sass */
.company--logo {
  max-height: 7.5rem;
  max-width: 15rem;
}

/* line 227, app/assets/stylesheets/config/base.sass */
.company--logo-large {
  max-height: 10rem;
  max-width: 20rem;
}

/* line 231, app/assets/stylesheets/config/base.sass */
.company--logo-small {
  max-height: 5rem;
  max-width: 10rem;
}

/* line 238, app/assets/stylesheets/config/base.sass */
.rounded-info-highlight {
  border-radius: 2rem;
  padding: 0 1rem;
  background-color: #CD006A;
  color: #FFFFFF;
}

/* line 244, app/assets/stylesheets/config/base.sass */
.rounded-secondary-highlight {
  border-radius: 2rem;
  padding: 0 1rem;
  background-color: #FE8700;
  color: #FFFFFF;
}

/* line 252, app/assets/stylesheets/config/base.sass */
.gut-1 {
  --bs-gutter-x: 1rem!important;
}

/* line 258, app/assets/stylesheets/config/base.sass */
.message {
  padding: 1rem;
  border-radius: 1rem;
  background-color: #FFFFFF;
  margin-bottom: 1rem;
}

/* line 264, app/assets/stylesheets/config/base.sass */
.app-content-section {
  padding-right: 0.5rem;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 2, app/assets/stylesheets/devices/_base_tablet.sass */
  .showcase {
    flex-direction: column-reverse;
  }
  /* line 4, app/assets/stylesheets/devices/_base_tablet.sass */
  .showcase .showcase-messages {
    font-size: 2.2rem;
    flex-grow: 0;
  }
  /* line 7, app/assets/stylesheets/devices/_base_tablet.sass */
  .showcase .showcase-images {
    display: none;
  }
  /* line 9, app/assets/stylesheets/devices/_base_tablet.sass */
  .showcase .showcase-images-tablet {
    display: block;
    min-height: 25vh;
  }
  /* line 13, app/assets/stylesheets/devices/_base_tablet.sass */
  .showcase .carousel .slide {
    height: 100%;
  }
  /* line 16, app/assets/stylesheets/devices/_base_tablet.sass */
  .card-flex {
    width: 75%;
  }
  /* line 19, app/assets/stylesheets/devices/_base_tablet.sass */
  .flex-row-responsible {
    flex-direction: column;
    align-items: center;
  }
  /* line 23, app/assets/stylesheets/devices/_base_tablet.sass */
  .row-responsible-reverse {
    flex-direction: column-reverse;
  }
}

@media screen and (max-width: 767px) {
  /* line 2, app/assets/stylesheets/devices/_base_mobile.sass */
  .showcase {
    font-size: 2rem;
    flex-grow: 0;
    padding-top: 1.5rem;
  }
  /* line 6, app/assets/stylesheets/devices/_base_mobile.sass */
  .showcase .showcase-images {
    display: none;
  }
  /* line 8, app/assets/stylesheets/devices/_base_mobile.sass */
  .showcase .carousel {
    height: 200px;
  }
  /* line 10, app/assets/stylesheets/devices/_base_mobile.sass */
  .showcase .carousel .slide {
    height: 100%;
  }
  /* line 13, app/assets/stylesheets/devices/_base_mobile.sass */
  .card-flex {
    width: 95%;
    padding: 1rem;
  }
  /* line 17, app/assets/stylesheets/devices/_base_mobile.sass */
  .flex-row-responsible {
    flex-direction: column;
    align-items: center;
  }
  /* line 21, app/assets/stylesheets/devices/_base_mobile.sass */
  .row-responsible-reverse {
    flex-direction: column-reverse;
  }
}

/* line 1, app/assets/stylesheets/components/_alert.sass */
.alert {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
}

/* line 6, app/assets/stylesheets/components/_alert.sass */
.alert i {
  position: absolute;
  font-size: 2.5rem;
}

/* line 9, app/assets/stylesheets/components/_alert.sass */
.alert ul {
  margin: 0 2rem;
  text-align: center;
  flex: 1;
  font-size: clamp(1.6rem, 1.8vw, 2rem);
}

/* line 48, app/assets/stylesheets/components/_buttons.sass */
.link-underline-primary {
  position: relative;
  color: #14005B;
  font-size: clamp(1.6rem, 1.8vw, 2rem);
  text-decoration: none;
}

/* line 6, app/assets/stylesheets/components/_buttons.sass */
.link-underline-primary::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: -0.5rem;
  left: 0;
  background-color: #600048;
  transition: width 0.3s ease-out, left 0.3s ease-out;
}

/* line 15, app/assets/stylesheets/components/_buttons.sass */
.link-underline-primary:hover {
  color: #2a00c1;
}

/* line 18, app/assets/stylesheets/components/_buttons.sass */
.link-underline-primary:hover::after {
  width: 0;
  left: 100%;
  background-color: #c60095;
}

/* line 52, app/assets/stylesheets/components/_buttons.sass */
.link-underline-reverse-primary {
  position: relative;
  color: #14005B;
  font-size: clamp(1.6rem, 1.8vw, 2rem);
  text-decoration: none;
}

/* line 28, app/assets/stylesheets/components/_buttons.sass */
.link-underline-reverse-primary::after {
  content: '';
  position: absolute;
  width: 0;
  height: 3px;
  bottom: 0;
  left: 0;
  background-color: #14005B;
  transition: width 0.3s ease-out;
}

/* line 37, app/assets/stylesheets/components/_buttons.sass */
.link-underline-reverse-primary:hover {
  color: #2a00c1;
}

/* line 40, app/assets/stylesheets/components/_buttons.sass */
.link-underline-reverse-primary:hover::after {
  width: 100%;
  background-color: #2a00c1;
}

/* line 48, app/assets/stylesheets/components/_buttons.sass */
.link-underline-secondary {
  position: relative;
  color: #FE8700;
  font-size: clamp(1.6rem, 1.8vw, 2rem);
  text-decoration: none;
}

/* line 6, app/assets/stylesheets/components/_buttons.sass */
.link-underline-secondary::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: -0.5rem;
  left: 0;
  background-color: #600048;
  transition: width 0.3s ease-out, left 0.3s ease-out;
}

/* line 15, app/assets/stylesheets/components/_buttons.sass */
.link-underline-secondary:hover {
  color: #ffb765;
}

/* line 18, app/assets/stylesheets/components/_buttons.sass */
.link-underline-secondary:hover::after {
  width: 0;
  left: 100%;
  background-color: #c60095;
}

/* line 52, app/assets/stylesheets/components/_buttons.sass */
.link-underline-reverse-secondary {
  position: relative;
  color: #FE8700;
  font-size: clamp(1.6rem, 1.8vw, 2rem);
  text-decoration: none;
}

/* line 28, app/assets/stylesheets/components/_buttons.sass */
.link-underline-reverse-secondary::after {
  content: '';
  position: absolute;
  width: 0;
  height: 3px;
  bottom: 0;
  left: 0;
  background-color: #FE8700;
  transition: width 0.3s ease-out;
}

/* line 37, app/assets/stylesheets/components/_buttons.sass */
.link-underline-reverse-secondary:hover {
  color: #ffb765;
}

/* line 40, app/assets/stylesheets/components/_buttons.sass */
.link-underline-reverse-secondary:hover::after {
  width: 100%;
  background-color: #ffb765;
}

/* line 48, app/assets/stylesheets/components/_buttons.sass */
.link-underline-tertiary {
  position: relative;
  color: #600048;
  font-size: clamp(1.6rem, 1.8vw, 2rem);
  text-decoration: none;
}

/* line 6, app/assets/stylesheets/components/_buttons.sass */
.link-underline-tertiary::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: -0.5rem;
  left: 0;
  background-color: #600048;
  transition: width 0.3s ease-out, left 0.3s ease-out;
}

/* line 15, app/assets/stylesheets/components/_buttons.sass */
.link-underline-tertiary:hover {
  color: #c60095;
}

/* line 18, app/assets/stylesheets/components/_buttons.sass */
.link-underline-tertiary:hover::after {
  width: 0;
  left: 100%;
  background-color: #c60095;
}

/* line 52, app/assets/stylesheets/components/_buttons.sass */
.link-underline-reverse-tertiary {
  position: relative;
  color: #600048;
  font-size: clamp(1.6rem, 1.8vw, 2rem);
  text-decoration: none;
}

/* line 28, app/assets/stylesheets/components/_buttons.sass */
.link-underline-reverse-tertiary::after {
  content: '';
  position: absolute;
  width: 0;
  height: 3px;
  bottom: 0;
  left: 0;
  background-color: #600048;
  transition: width 0.3s ease-out;
}

/* line 37, app/assets/stylesheets/components/_buttons.sass */
.link-underline-reverse-tertiary:hover {
  color: #c60095;
}

/* line 40, app/assets/stylesheets/components/_buttons.sass */
.link-underline-reverse-tertiary:hover::after {
  width: 100%;
  background-color: #c60095;
}

/* line 48, app/assets/stylesheets/components/_buttons.sass */
.link-underline-white {
  position: relative;
  color: #FFFFFF;
  font-size: clamp(1.6rem, 1.8vw, 2rem);
  text-decoration: none;
}

/* line 6, app/assets/stylesheets/components/_buttons.sass */
.link-underline-white::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: -0.5rem;
  left: 0;
  background-color: #600048;
  transition: width 0.3s ease-out, left 0.3s ease-out;
}

/* line 15, app/assets/stylesheets/components/_buttons.sass */
.link-underline-white:hover {
  color: white;
}

/* line 18, app/assets/stylesheets/components/_buttons.sass */
.link-underline-white:hover::after {
  width: 0;
  left: 100%;
  background-color: #c60095;
}

/* line 52, app/assets/stylesheets/components/_buttons.sass */
.link-underline-reverse-white {
  position: relative;
  color: #FFFFFF;
  font-size: clamp(1.6rem, 1.8vw, 2rem);
  text-decoration: none;
}

/* line 28, app/assets/stylesheets/components/_buttons.sass */
.link-underline-reverse-white::after {
  content: '';
  position: absolute;
  width: 0;
  height: 3px;
  bottom: 0;
  left: 0;
  background-color: #FFFFFF;
  transition: width 0.3s ease-out;
}

/* line 37, app/assets/stylesheets/components/_buttons.sass */
.link-underline-reverse-white:hover {
  color: white;
}

/* line 40, app/assets/stylesheets/components/_buttons.sass */
.link-underline-reverse-white:hover::after {
  width: 100%;
  background-color: white;
}

/* line 56, app/assets/stylesheets/components/_buttons.sass */
.custom-btn {
  border-radius: 0.6rem;
  font-size: clamp(1.6rem, 1.8vw, 2rem);
  text-align: center;
  padding: 0.3rem 3rem;
  min-width: 17rem;
  transition: background-color 0.3s ease;
  border-width: 0;
}

/* line 65, app/assets/stylesheets/components/_buttons.sass */
.no-border {
  border: none !important;
}

/* line 68, app/assets/stylesheets/components/_buttons.sass */
.no-caret::after {
  display: none !important;
}

/* line 71, app/assets/stylesheets/components/_buttons.sass */
.btn-transparent {
  background-color: transparent;
  border: none;
}

/* line 75, app/assets/stylesheets/components/_buttons.sass */
.btn-small {
  min-width: 0;
}

/* line 78, app/assets/stylesheets/components/_buttons.sass */
.btn-100 {
  width: 100%;
}

/* line 81, app/assets/stylesheets/components/_buttons.sass */
.custom-btn-primary {
  color: #FFFFFF;
  background-color: #14005B;
  border: 2px solid #14005B;
}

/* line 85, app/assets/stylesheets/components/_buttons.sass */
.custom-btn-primary:hover {
  background-color: #1f008e;
  color: #FFFFFF;
}

/* line 89, app/assets/stylesheets/components/_buttons.sass */
.custom-btn-primary-reverse {
  color: #14005B;
  background-color: #FFFFFF;
  border: 2px solid #14005B;
}

/* line 93, app/assets/stylesheets/components/_buttons.sass */
.custom-btn-primary-reverse:hover {
  background-color: #14005B;
  color: #FFFFFF;
}

/* line 97, app/assets/stylesheets/components/_buttons.sass */
.custom-btn-white-reverse {
  color: white;
  background-color: #14005B;
  border: 2px solid #14005B;
  font-size: inherit;
}

/* line 102, app/assets/stylesheets/components/_buttons.sass */
.custom-btn-white-reverse:hover {
  background-color: white;
  color: #14005B;
}

/* line 106, app/assets/stylesheets/components/_buttons.sass */
.custom-btn-secondary {
  color: #FFFFFF;
  background-color: #FE8700;
  border: 2px solid #FE8700;
}

/* line 110, app/assets/stylesheets/components/_buttons.sass */
.custom-btn-secondary:hover {
  background-color: #ff9f32;
  color: #FFFFFF;
}

/* line 114, app/assets/stylesheets/components/_buttons.sass */
.custom-btn-secondary-reverse {
  color: #FE8700;
  background-color: white;
  border: 2px solid #FE8700;
}

/* line 118, app/assets/stylesheets/components/_buttons.sass */
.custom-btn-secondary-reverse:hover {
  background-color: #FE8700;
  color: #FFFFFF;
}

/* line 122, app/assets/stylesheets/components/_buttons.sass */
.custom-btn-info-color {
  background-color: #CD006A;
  color: white;
  border: 2px solid #CD006A;
}

/* line 126, app/assets/stylesheets/components/_buttons.sass */
.custom-btn-info-color:hover {
  background-color: #ff0184;
  color: #600048;
}

/* line 130, app/assets/stylesheets/components/_buttons.sass */
.custom-btn-danger {
  color: #FFFFFF;
  background-color: #e55039;
  border: 2px solid #e55039;
}

/* line 134, app/assets/stylesheets/components/_buttons.sass */
.custom-btn-danger:hover {
  background-color: #eb7866;
  color: #FFFFFF;
}

/* line 138, app/assets/stylesheets/components/_buttons.sass */
.link-underline-hover {
  position: relative;
  color: #FFFFFF;
  font-size: clamp(1.6rem, 1.8vw, 2rem);
  text-decoration: none;
}

/* line 143, app/assets/stylesheets/components/_buttons.sass */
.link-underline-hover::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: -0.5rem;
  left: 0;
  transition: width 0.3s ease-out, left 0.3s ease-out;
  background-color: #600048;
}

/* line 152, app/assets/stylesheets/components/_buttons.sass */
.link-underline-hover:hover {
  color: white;
}

/* line 154, app/assets/stylesheets/components/_buttons.sass */
.link-underline-hover:hover:after {
  width: 0;
  left: 100%;
  background-color: #c60095;
}

/* line 159, app/assets/stylesheets/components/_buttons.sass */
.link-underline-hover-reverse {
  position: relative;
  color: #FFFFFF;
  font-size: clamp(1.6rem, 1.8vw, 2rem);
  text-decoration: none;
}

/* line 164, app/assets/stylesheets/components/_buttons.sass */
.link-underline-hover-reverse::after {
  content: '';
  position: absolute;
  width: 0;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #FFFFFF;
  transition: width 0.3s ease-out;
}

/* line 173, app/assets/stylesheets/components/_buttons.sass */
.link-underline-hover-reverse:hover {
  color: white;
}

/* line 175, app/assets/stylesheets/components/_buttons.sass */
.link-underline-hover-reverse:hover::after {
  width: 100%;
  background-color: white;
}

/* line 180, app/assets/stylesheets/components/_buttons.sass */
.btn-search {
  color: #FFFFFF;
  background-color: #14005B;
  border: 2px solid #14005B;
  border-radius: 1.6rem;
  font-size: 1.2em;
  text-align: center;
  min-width: 8rem;
  transition: background-color 0.3s ease;
}

/* line 189, app/assets/stylesheets/components/_buttons.sass */
.btn-search:hover {
  background-color: #1f008e;
  color: #FFFFFF;
}

/* line 193, app/assets/stylesheets/components/_buttons.sass */
.btn-info-text {
  font-weight: bold;
  color: #CD006A;
}

/* line 196, app/assets/stylesheets/components/_buttons.sass */
.btn-info-text:hover {
  color: #600048;
}

/* line 199, app/assets/stylesheets/components/_buttons.sass */
.send-post-btn {
  font-size: 3.5rem;
  text-align: center;
  width: 7.2rem;
  transition: background-color 0.3s ease;
  border-width: 0;
  background-color: transparent;
  color: #FE8700;
}

/* line 207, app/assets/stylesheets/components/_buttons.sass */
.send-post-btn:hover {
  color: #14005B;
}

@media screen and (max-width: 767px) {
  /* line 213, app/assets/stylesheets/components/_buttons.sass */
  .back-btn {
    padding: 0.3rem 0.5rem;
    min-width: 5rem;
  }
}

/* line 1, app/assets/stylesheets/components/_calendar.sass */
.fc-theme-standard {
  font-size: 1rem;
  font-family: Nunito, sans-serif;
}

/* line 7, app/assets/stylesheets/components/_calendar.sass */
.fc-theme-standard .fc-header-toolbar .fc-toolbar-chunk .fc-button-group .fc-button {
  background-color: #14005B;
  color: #FFFFFF;
}

/* line 10, app/assets/stylesheets/components/_calendar.sass */
.fc-theme-standard .fc-header-toolbar .fc-toolbar-chunk .fc-button-group .fc-button:hover {
  background-color: #FE8700;
  color: #FFFFFF;
}

/* line 13, app/assets/stylesheets/components/_calendar.sass */
.fc-theme-standard .fc-header-toolbar .fc-toolbar-chunk .fc-button-group .fc-button-active {
  background-color: #FE8700;
  color: #FFFFFF;
}

/* line 16, app/assets/stylesheets/components/_calendar.sass */
.fc-theme-standard .fc-header-toolbar .fc-toolbar-chunk .fc-today-button {
  background-color: #14005B;
  color: #FFFFFF;
}

/* line 19, app/assets/stylesheets/components/_calendar.sass */
.fc-theme-standard .fc-header-toolbar .fc-toolbar-chunk .fc-today-button:hover {
  background-color: #FE8700;
  color: #FFFFFF;
}

/* line 23, app/assets/stylesheets/components/_calendar.sass */
.fc-theme-standard .fc-scrollgrid .fc-col-header-cell-cushion {
  color: #505050;
  font-size: 1.1rem;
}

/* line 26, app/assets/stylesheets/components/_calendar.sass */
.fc-theme-standard .fc-scrollgrid .fc-timegrid-axis-cushion {
  font-size: 0.9rem;
}

/* line 28, app/assets/stylesheets/components/_calendar.sass */
.fc-theme-standard .fc-event {
  border: 2px solid #CD006A;
}

/* line 30, app/assets/stylesheets/components/_calendar.sass */
.fc-theme-standard .fc-event-main {
  background-color: #CD006A;
  color: #FFFFFF;
}

/* line 33, app/assets/stylesheets/components/_calendar.sass */
.fc-theme-standard .fc-event-main:hover {
  background-color: #FFFFFF;
  color: #CD006A;
}

/* line 36, app/assets/stylesheets/components/_calendar.sass */
.fc-theme-standard .fc-daygrid-day-number {
  color: #505050;
  font-size: 1.1rem;
}

/* line 1, app/assets/stylesheets/components/_cards.sass */
.card__custom-container {
  font-size: clamp(1.6rem, 1.8vw, 2rem);
  overflow: hidden;
}

/* line 4, app/assets/stylesheets/components/_cards.sass */
.card__custom-container .card__custom-info {
  display: flex;
  flex-direction: row;
  margin-bottom: 0.5rem;
}

/* line 8, app/assets/stylesheets/components/_cards.sass */
.card__custom-container .card__custom-info .card__custom-info-item {
  width: 15%;
}

/* line 10, app/assets/stylesheets/components/_cards.sass */
.card__custom-container .card__custom-info .card__custom-info-value {
  flex: 1;
  font-weight: 700;
}

/* line 13, app/assets/stylesheets/components/_cards.sass */
.card__custom-container .card__custom-list-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 1.2rem;
  color: #14005B;
  gap: 1rem;
}

/* line 20, app/assets/stylesheets/components/_cards.sass */
.card__custom-container .card__custom-list-item .card__custom-list-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: #D9D9D966;
}

/* line 28, app/assets/stylesheets/components/_cards.sass */
.card__custom-container .card__custom-list-item .card__custom-list-icon i {
  font-size: clamp(1.6rem, 1.8vw, 2rem);
}

/* line 30, app/assets/stylesheets/components/_cards.sass */
.card__custom-container .card__custom-list-item .card__custom-list-content {
  flex: 1;
}

/* line 32, app/assets/stylesheets/components/_cards.sass */
.card__custom-container .card__custom-list-item .card__custom-list-content .card__custom-list-title {
  font-size: clamp(1.6rem, 1.8vw, 2rem);
  font-weight: 700;
  margin-bottom: 0.5rem;
}

/* line 36, app/assets/stylesheets/components/_cards.sass */
.card__custom-container .card__custom-list-item .card__custom-list-content .card__custom-list-subtitle {
  font-size: 1.2rem;
  font-weight: 600;
}

/* line 39, app/assets/stylesheets/components/_cards.sass */
.card__custom-container .card__custom-list-item .card__custom-list-content .card__custom-list-info {
  margin: 1rem 0;
  font-weight: 300;
}

/* line 42, app/assets/stylesheets/components/_cards.sass */
.card__custom-container .card__custom-list-item .card__custom-list-btn {
  display: flex;
  flex-direction: row nowrap;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 1rem;
  gap: 1rem;
}

/* line 49, app/assets/stylesheets/components/_cards.sass */
.card__custom-container .card__custom-list-item .card__custom-list-btn i:first-child {
  margin-left: 1rem;
}

/* line 51, app/assets/stylesheets/components/_cards.sass */
.card__custom-container .card__custom-list-item .card__custom-list-btn i {
  color: #CD006A;
  font-size: 1.7rem;
}

/* line 54, app/assets/stylesheets/components/_cards.sass */
.card__custom-container .card__custom-list-item .card__custom-list-btn i:hover {
  color: #600048;
  pointer: cursor;
}

/* line 57, app/assets/stylesheets/components/_cards.sass */
.card__custom-container .card__custom-footer {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 2rem 3rem;
  gap: 2rem;
}

@media screen and (max-width: 767px) {
  /* line 66, app/assets/stylesheets/components/_cards.sass */
  .card__custom-container .card__custom-info {
    flex-direction: column;
  }
  /* line 68, app/assets/stylesheets/components/_cards.sass */
  .card__custom-container .card__custom-info .card__custom-info-item {
    width: 100%;
  }
  /* line 71, app/assets/stylesheets/components/_cards.sass */
  .card__custom-container .card__custom-footer {
    justify-content: center;
  }
  /* line 74, app/assets/stylesheets/components/_cards.sass */
  .card__custom-container .card__custom-list-icon {
    display: none !important;
  }
  /* line 77, app/assets/stylesheets/components/_cards.sass */
  .card__custom-container .card__custom-list-btn {
    flex-direction: column;
    align-items: flex-start;
  }
  /* line 80, app/assets/stylesheets/components/_cards.sass */
  .card__custom-container .card__custom-list-btn i:first-child {
    margin-bottom: 2rem;
  }
}

/* line 1, app/assets/stylesheets/components/_form.sass */
.form-input-center {
  text-align: center;
}

/* line 4, app/assets/stylesheets/components/_form.sass */
.col-form-label {
  font-weight: bold;
  font-size: clamp(1.6rem, 1.8vw, 2rem);
}

/* line 7, app/assets/stylesheets/components/_form.sass */
.col-form-label.required::after {
  content: "*";
  color: #CD006A;
  margin-left: 4px;
  font-weight: bold;
}

/* line 13, app/assets/stylesheets/components/_form.sass */
.form-check-label a,
.link-in-label {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  text-decoration: underline;
}

/* line 21, app/assets/stylesheets/components/_form.sass */
.city-suggestions {
  max-height: 200px;
  overflow-y: auto;
  cursor: pointer;
  display: none;
  max-width: 100%;
  box-sizing: border-box;
  border-radius: 1.6rem;
}

/* line 29, app/assets/stylesheets/components/_form.sass */
.city-suggestions li {
  font-size: clamp(1.6rem, 1.8vw, 2rem);
  color: #505050;
}

/* line 2, app/assets/stylesheets/components/_input_list.sass */
.inputlist-creation-container .inputlist-input {
  display: flex;
  flex-direction: row;
}

/* line 5, app/assets/stylesheets/components/_input_list.sass */
.inputlist-creation-container .inputlist-input .form-group {
  flex: 1;
}

/* line 7, app/assets/stylesheets/components/_input_list.sass */
.inputlist-creation-container .inputlist-list {
  flex: 1;
  padding: 1rem 0;
}

/* line 10, app/assets/stylesheets/components/_input_list.sass */
.inputlist-creation-container .inputlist-list ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.5rem;
}

/* line 15, app/assets/stylesheets/components/_input_list.sass */
.inputlist-creation-container .inputlist-list ul li {
  display: flex;
  flex-direction: row;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 2rem;
  padding: 0.5rem 1rem;
}

/* line 22, app/assets/stylesheets/components/_input_list.sass */
.inputlist-creation-container .inputlist-list ul li button {
  padding: 5px 15px;
  border: 0px;
  border-radius: 5px;
  cursor: pointer;
  margin: 0 10px;
  outline: 0;
}

/* line 1, app/assets/stylesheets/components/_notification.sass */
.dropdown-header {
  color: #600048;
  font-weight: bold;
  text-align: center;
  font-size: clamp(1.6rem, 1.8vw, 2rem);
}

/* line 7, app/assets/stylesheets/components/_notification.sass */
.notifications-menu {
  width: 350px;
  max-height: 400px;
  overflow-y: auto;
  border-radius: 10px;
}

/* line 13, app/assets/stylesheets/components/_notification.sass */
.notifications-list {
  padding: 10px;
}

/* line 16, app/assets/stylesheets/components/_notification.sass */
.notification-item {
  display: flex;
  align-items: center;
  padding: 10px;
  border: 1px solid #eee;
  border-radius: 5px;
  margin: 5px 0;
  cursor: pointer;
}

/* line 25, app/assets/stylesheets/components/_notification.sass */
.notification-item.notif--new {
  border: 2px solid #600048;
}

/* line 28, app/assets/stylesheets/components/_notification.sass */
.notification-content {
  flex-grow: 1;
  min-width: 0;
  overflow: hidden;
}

/* line 33, app/assets/stylesheets/components/_notification.sass */
.notification-title {
  font-size: 14px;
  margin: 0;
  font-weight: 500;
  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: normal;
}

/* line 41, app/assets/stylesheets/components/_notification.sass */
.notification-date {
  font-size: 12px;
  color: gray;
}

/* line 45, app/assets/stylesheets/components/_notification.sass */
.notification-action {
  margin-left: auto;
}

/* line 48, app/assets/stylesheets/components/_notification.sass */
.notification-action i {
  color: #666;
}

/* line 51, app/assets/stylesheets/components/_notification.sass */
.dropdown-footer {
  padding: 10px;
  background: #f8f9fa;
  text-align: center;
  border-top: 1px solid #eee;
}

/* line 57, app/assets/stylesheets/components/_notification.sass */
.js-notifications-container {
  padding: 1rem;
}

/* line 60, app/assets/stylesheets/components/_notification.sass */
.js-notifs-load-more {
  cursor: pointer;
  color: #600048;
  font-weight: bold;
  font-size: clamp(1rem, 1.2vw, 1.2rem);
}

/* line 65, app/assets/stylesheets/components/_notification.sass */
.js-notifs-load-more:hover {
  text-decoration: underline;
}

/* line 1, app/assets/stylesheets/components/_search_menu.sass */
.search-panel {
  position: relative;
}

/* line 3, app/assets/stylesheets/components/_search_menu.sass */
.search-panel:focus-visible {
  outline: 2px solid #14005B;
  outline-offset: 2px;
}

/* line 7, app/assets/stylesheets/components/_search_menu.sass */
.search-panel .search-toggle {
  display: none;
  cursor: pointer;
  font-size: 1.2rem;
}

/* line 12, app/assets/stylesheets/components/_search_menu.sass */
.search-panel .search-content {
  display: block;
  position: static;
}

/* line 16, app/assets/stylesheets/components/_search_menu.sass */
.search-panel .search-close {
  display: none;
}

@media (max-width: 1200px) {
  /* line 20, app/assets/stylesheets/components/_search_menu.sass */
  body.no-scroll {
    overflow: hidden;
    touch-action: none;
  }
  /* line 24, app/assets/stylesheets/components/_search_menu.sass */
  .search-panel {
    /* Ouvert : overlay + panneau */
  }
  /* line 25, app/assets/stylesheets/components/_search_menu.sass */
  .search-panel .search-toggle {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: .5rem;
    font-size: clamp(1.6rem, 1.8vw, 2rem);
    cursor: pointer;
  }
  /* line 32, app/assets/stylesheets/components/_search_menu.sass */
  .search-panel .search-toggle i {
    color: #14005B;
    margin-right: .5rem;
  }
  /* line 36, app/assets/stylesheets/components/_search_menu.sass */
  .search-panel .search-content {
    display: none;
  }
  /* line 38, app/assets/stylesheets/components/_search_menu.sass */
  .search-panel .search-content h5 {
    text-align: center;
  }
  /* line 43, app/assets/stylesheets/components/_search_menu.sass */
  .search-panel.is-open .search-content {
    display: block;
    position: fixed;
    /* Ajuste top selon la hauteur de ton header */
    top: 6rem;
    left: 1rem;
    right: 1rem;
    /* Hauteur et scroll interne */
    max-height: calc(100dvh - 7rem);
    overflow: auto;
    /* UI */
    background-color: #fff;
    padding: 1rem;
    border: 1px solid #ddd;
    border-radius: 1.6rem;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.22);
    z-index: 2000;
    /* Petites améliorations de touch */
    -webkit-overflow-scrolling: touch;
    /* Animation douce (optionnel) */
    transform: translateY(-6px);
    opacity: 0;
    transition: opacity .15s ease-out, transform .15s ease-out;
    /* Quand la classe .is-open arrive, on force l’état “visible” */
  }
  /* line 70, app/assets/stylesheets/components/_search_menu.sass */
  .search-panel.is-open .search-content .search-header {
    position: sticky;
    top: -1rem;
    z-index: 1;
    background: #fff;
    padding-bottom: .5rem;
    margin-bottom: 1rem;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  }
  /* line 83, app/assets/stylesheets/components/_search_menu.sass */
  .search-panel.is-open .search-content .search-header .search-close {
    display: inline-flex;
    margin: 0;
  }
  /* line 88, app/assets/stylesheets/components/_search_menu.sass */
  .search-panel.is-open .search-content.enter {
    transform: translateY(0);
    opacity: 1;
  }
  /* Backdrop qui couvre l’écran */
  /* line 93, app/assets/stylesheets/components/_search_menu.sass */
  .search-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.28);
    z-index: 1500;
    /* petite transition (optionnel) */
    opacity: 0;
    transition: opacity .15s ease-out;
  }
  /* line 102, app/assets/stylesheets/components/_search_menu.sass */
  .search-backdrop.enter {
    opacity: 1;
  }
  /* Bouton fermer en haut du panneau (si tu l’ajoutes en markup) */
  /* line 106, app/assets/stylesheets/components/_search_menu.sass */
  .search-close {
    position: sticky;
    top: -1rem;
    right: 0;
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    margin: -.5rem 0 1rem auto;
    padding: .5rem .75rem;
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 1.6rem;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    font-size: .95rem;
  }
  /* line 122, app/assets/stylesheets/components/_search_menu.sass */
  .search-close:hover {
    border-color: #d6d6d6;
  }
}

/* line 4, app/assets/stylesheets/dependencies/_bootstrap.sass */
.card {
  border-radius: 1.6rem;
}

/* line 7, app/assets/stylesheets/dependencies/_bootstrap.sass */
.card-body {
  padding: 2rem 3rem;
}

/* line 10, app/assets/stylesheets/dependencies/_bootstrap.sass */
.card-title {
  font-weight: 800;
  margin-bottom: 3rem;
  color: #600048;
}

/* line 18, app/assets/stylesheets/dependencies/_bootstrap.sass */
.form-control {
  font-size: clamp(1.6rem, 1.8vw, 2rem);
  font-weight: 600;
  color: #14005B;
  font-size: clamp(1.6rem, 1.8vw, 2rem);
  border-radius: 1.6rem;
  padding: 0.5rem 1rem;
}

/* line 25, app/assets/stylesheets/dependencies/_bootstrap.sass */
.form-control::placeholder {
  color: #1f008e;
}

/* line 27, app/assets/stylesheets/dependencies/_bootstrap.sass */
.form-control:focus {
  border-color: #14005B;
  box-shadow: 0 0 0 0.2rem rgba(20, 0, 91, 0.25);
  color: #14005B;
  outline: none;
}

/* line 33, app/assets/stylesheets/dependencies/_bootstrap.sass */
.form-label {
  font-weight: bold;
  font-size: clamp(1.6rem, 1.8vw, 2rem);
}

/* line 36, app/assets/stylesheets/dependencies/_bootstrap.sass */
.form-label.required::after {
  content: "*";
  color: #CD006A;
  margin-left: 4px;
  font-weight: bold;
}

/* line 42, app/assets/stylesheets/dependencies/_bootstrap.sass */
.form-check-input.is-invalid ~ .form-check-label {
  color: inherit !important;
}

/* line 50, app/assets/stylesheets/dependencies/_bootstrap.sass */
.form-switch .form-check-input:checked {
  background-color: #CD006A;
  border-color: #CD006A;
}

/* line 53, app/assets/stylesheets/dependencies/_bootstrap.sass */
.form-switch .form-check-input:focus {
  box-shadow: 0 0 0 0.2rem rgba(205, 0, 106, 0.25);
}

/* line 59, app/assets/stylesheets/dependencies/_bootstrap.sass */
.modal-header {
  background-color: #14005B;
}

/* line 61, app/assets/stylesheets/dependencies/_bootstrap.sass */
.modal-header .modal-title {
  color: #FFFFFF;
}

/* line 63, app/assets/stylesheets/dependencies/_bootstrap.sass */
.modal-header .btn-close {
  filter: invert(1);
}

/* line 65, app/assets/stylesheets/dependencies/_bootstrap.sass */
.modal-header .btn-close:focus {
  box-shadow: none;
}

/* line 70, app/assets/stylesheets/dependencies/_bootstrap.sass */
.tooltip-inner {
  background-color: #14005B;
  color: #FFFFFF;
  font-size: clamp(1rem, 1.2vw, 1.2rem);
}

/* line 78, app/assets/stylesheets/dependencies/_bootstrap.sass */
.dropdown .btn.show.custom-btn-white-reverse {
  color: #FFFFFF;
}

/* line 81, app/assets/stylesheets/dependencies/_bootstrap.sass */
.dropdown .btn.show.custom-btn-primary-reverse {
  color: #14005B;
}

/* line 84, app/assets/stylesheets/dependencies/_bootstrap.sass */
.dropdown-item {
  font-size: clamp(1.6rem, 1.8vw, 2rem);
  color: #14005B;
}

/* line 87, app/assets/stylesheets/dependencies/_bootstrap.sass */
.dropdown-item:hover {
  background-color: #600048;
  color: #FFFFFF;
}

/* line 93, app/assets/stylesheets/dependencies/_bootstrap.sass */
.notification-item:hover {
  background-color: #D9D9D966;
}

/* line 96, app/assets/stylesheets/dependencies/_bootstrap.sass */
.input-group-text {
  color: #600048;
  font-size: clamp(1.6rem, 1.8vw, 2rem);
  border-top-left-radius: 1.6rem;
  border-bottom-left-radius: 1.6rem;
}

/* line 104, app/assets/stylesheets/dependencies/_bootstrap.sass */
.popover-header {
  background-color: #14005B;
  color: #FFFFFF;
  font-size: clamp(1.6rem, 1.8vw, 2rem);
}

/* line 108, app/assets/stylesheets/dependencies/_bootstrap.sass */
.popover-body {
  font-size: clamp(1.6rem, 1.8vw, 2rem);
}

/* line 2, app/assets/stylesheets/dependencies/_select2.sass */
.select2-container .select2-selection--single {
  font-size: clamp(1.6rem, 1.8vw, 2rem);
  font-weight: 600;
  color: #14005B;
  font-size: clamp(1.6rem, 1.8vw, 2rem);
  border-radius: 1.6rem;
  padding: 0.5rem 1rem;
  height: 4.2rem;
}

/* line 10, app/assets/stylesheets/dependencies/_select2.sass */
.select2-container .select2-selection--single::placeholder {
  color: #1f008e;
}

/* line 12, app/assets/stylesheets/dependencies/_select2.sass */
.select2-container .select2-selection--single:focus {
  border-color: #14005B;
  box-shadow: 0 0 0 0.2rem rgba(20, 0, 91, 0.25);
  color: #14005B;
  outline: none;
}

/* line 18, app/assets/stylesheets/dependencies/_select2.sass */
.select2-container .select2-selection--single .select2-selection__arrow {
  display: none !important;
}

/* line 1, app/assets/stylesheets/layout/_footer.sass */
#main-footer {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
  line-height: 4rem;
  position: relative;
}

/* line 8, app/assets/stylesheets/layout/_footer.sass */
#main-footer:before, #main-footer:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
}

/* line 14, app/assets/stylesheets/layout/_footer.sass */
#main-footer:before {
  width: 42%;
  height: 11%;
  background: #600048;
  clip-path: polygon(0% 100%, 0% 0%, 100% 100%);
  top: -11%;
  left: 0;
}

/* line 22, app/assets/stylesheets/layout/_footer.sass */
#main-footer:after {
  width: 81%;
  height: 19%;
  background: #CD006A;
  clip-path: polygon(100% 100%, 100% 0%, 0% 100%);
  top: -19%;
  right: 0;
}

/* line 30, app/assets/stylesheets/layout/_footer.sass */
#main-footer-container {
  display: flex;
  flex-direction: column;
  padding: 120px 160px 60px 180px;
  background-color: #17005F;
  position: relative;
  z-index: 2;
}

/* line 39, app/assets/stylesheets/layout/_footer.sass */
footer h4 {
  color: #fff;
}

/* line 42, app/assets/stylesheets/layout/_footer.sass */
footer a {
  text-decoration: none;
  color: #fff;
}

/* line 46, app/assets/stylesheets/layout/_footer.sass */
footer a:hover {
  text-decoration: none;
  color: #fff;
}

/* line 50, app/assets/stylesheets/layout/_footer.sass */
footer h4 {
  text-transform: uppercase;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

/* line 55, app/assets/stylesheets/layout/_footer.sass */
#footer-content {
  display: flex;
  gap: 10%;
  padding-bottom: 160px;
}

/* line 60, app/assets/stylesheets/layout/_footer.sass */
#footer-identity-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* line 65, app/assets/stylesheets/layout/_footer.sass */
#footer-logo img {
  width: 100%;
  max-width: 360px;
}

/* line 70, app/assets/stylesheets/layout/_footer.sass */
#footer-socials ul {
  list-style-type: none;
  padding-left: 20px;
  margin-bottom: 0;
  display: flex;
  gap: 20px;
}

/* line 77, app/assets/stylesheets/layout/_footer.sass */
#footer-socials img {
  width: 20px;
  height: 20px;
}

/* line 81, app/assets/stylesheets/layout/_footer.sass */
#footer-link-container {
  display: flex;
  padding-top: 20px;
  width: 36%;
  gap: 20%;
}

/* line 87, app/assets/stylesheets/layout/_footer.sass */
#footer-link-container h4 {
  border-bottom: 1px solid #BAA79C;
}

/* line 90, app/assets/stylesheets/layout/_footer.sass */
#footer-support-links, #footer-quick-links {
  max-width: 220px;
  width: 100%;
  white-space: nowrap;
}

/* line 95, app/assets/stylesheets/layout/_footer.sass */
#footer-link-container ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}

/* line 100, app/assets/stylesheets/layout/_footer.sass */
#footer-newsletter-container {
  width: 22%;
  margin-left: auto;
  padding-top: 20px;
}

/* line 105, app/assets/stylesheets/layout/_footer.sass */
#footer-newsletter-fields {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
}

/* line 111, app/assets/stylesheets/layout/_footer.sass */
#footer-newsletter-fields input[type=text] {
  border-radius: 10px;
  padding: 16px;
  box-sizing: border-box;
  font-size: 2rem;
  line-height: 100%;
}

/* line 118, app/assets/stylesheets/layout/_footer.sass */
#footer-ending-container {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #CD006A;
  padding-top: 10px;
}

/* line 124, app/assets/stylesheets/layout/_footer.sass */
#final-links-container {
  list-style-type: none;
  display: inline-flex;
  gap: 32px;
  padding-left: 0;
  margin-bottom: 0;
}

/* Footer Responsive */
@media (max-width: 1280px) {
  /* line 134, app/assets/stylesheets/layout/_footer.sass */
  #main-footer-container {
    padding: 60px 80px 30px 90px;
  }
  /* line 137, app/assets/stylesheets/layout/_footer.sass */
  #footer-logo img {
    max-width: 174px;
  }
  /* line 140, app/assets/stylesheets/layout/_footer.sass */
  #footer-link-container, #footer-newsletter-container {
    padding-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  /* line 144, app/assets/stylesheets/layout/_footer.sass */
  #main-footer {
    text-align: center;
    font-size: 1.4rem;
    line-height: 2rem;
  }
  /* line 149, app/assets/stylesheets/layout/_footer.sass */
  #main-footer:after {
    top: -14%;
  }
  /* line 152, app/assets/stylesheets/layout/_footer.sass */
  a {
    font-size: inherit;
  }
  /* line 156, app/assets/stylesheets/layout/_footer.sass */
  footer:before, footer:after {
    height: 36px;
    top: -36px;
  }
  /* line 160, app/assets/stylesheets/layout/_footer.sass */
  #main-footer-container {
    padding: 48px;
  }
  /* line 163, app/assets/stylesheets/layout/_footer.sass */
  #footer-content {
    flex-direction: column;
    padding-bottom: 0;
  }
  /* line 167, app/assets/stylesheets/layout/_footer.sass */
  #footer-identity-container {
    margin: auto;
  }
  /* line 170, app/assets/stylesheets/layout/_footer.sass */
  #footer-logo {
    margin-bottom: 60px;
  }
  /* line 173, app/assets/stylesheets/layout/_footer.sass */
  #footer-socials ul {
    padding-left: 0;
    justify-content: center;
  }
  /* line 177, app/assets/stylesheets/layout/_footer.sass */
  #footer-link-container, #footer-newsletter-container {
    padding-top: 0;
  }
  /* line 180, app/assets/stylesheets/layout/_footer.sass */
  #footer-link-container {
    order: 3;
    width: 100%;
    padding: 0;
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
  }
  /* line 188, app/assets/stylesheets/layout/_footer.sass */
  #footer-link-container h4 {
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid #00667D;
  }
  /* line 193, app/assets/stylesheets/layout/_footer.sass */
  #footer-support-links, #footer-quick-links {
    max-width: inherit;
    margin-bottom: 50px;
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
  /* line 199, app/assets/stylesheets/layout/_footer.sass */
  #footer-newsletter-container {
    max-width: 300px;
    width: 100%;
    margin-right: auto;
    padding: 0;
    margin-top: 60px;
  }
  /* line 206, app/assets/stylesheets/layout/_footer.sass */
  #footer-newsletter-container h4 {
    padding-bottom: 0;
    margin-bottom: 32px;
  }
  /* line 210, app/assets/stylesheets/layout/_footer.sass */
  #footer-newsletter-fields {
    gap: 10px;
  }
  /* line 213, app/assets/stylesheets/layout/_footer.sass */
  #footer-newsletter-fields input[type=text] {
    padding: 10px;
    font-size: 1.4rem;
  }
  /* line 217, app/assets/stylesheets/layout/_footer.sass */
  #footer-ending-container {
    flex-direction: column;
    align-items: center;
  }
  /* line 221, app/assets/stylesheets/layout/_footer.sass */
  #final-links-container {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-bottom: 50px;
  }
}

/* line 229, app/assets/stylesheets/layout/_footer.sass */
#mini-footer {
  grid-area: footer;
  background-color: #14005B;
  color: #FFFFFF;
  height: 4rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

/* line 238, app/assets/stylesheets/layout/_footer.sass */
#mini-footer img {
  width: 4rem;
  height: 4rem;
}

/* line 1, app/assets/stylesheets/layout/_header.sass */
header {
  height: 10rem;
  display: flex;
  align-items: center;
  grid-area: header;
  background-color: #14005B;
}

/* line 7, app/assets/stylesheets/layout/_header.sass */
header img {
  margin-left: 4rem;
  width: 20rem;
  height: 5rem;
  flex-shrink: 0;
}

/* line 13, app/assets/stylesheets/layout/_header.sass */
.header-nav-link {
  font-size: 3.5rem;
  color: #FFFFFF;
  background-color: #CD006A;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 23, app/assets/stylesheets/layout/_header.sass */
.header-nav-link:hover {
  color: #600048;
}

/* line 26, app/assets/stylesheets/layout/_header.sass */
.header-nav-link-sm {
  font-size: 2rem;
  color: #FFFFFF;
}

/* line 30, app/assets/stylesheets/layout/_header.sass */
.header__nav {
  display: flex;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  gap: 2.5rem;
  padding: 0 4rem;
}

/* line 38, app/assets/stylesheets/layout/_header.sass */
.header__nav--sm {
  display: none;
  padding-right: 1rem;
}

/* line 42, app/assets/stylesheets/layout/_header.sass */
.dropdown-item {
  color: #14005B;
}

/* line 45, app/assets/stylesheets/layout/_header.sass */
.dropdown-menu {
  color: #14005B;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 49, app/assets/stylesheets/layout/_header.sass */
  header {
    height: 7rem;
  }
  /* line 51, app/assets/stylesheets/layout/_header.sass */
  header img {
    width: 12.75rem;
    height: 3rem;
    margin-left: 1rem;
    margin-right: 1rem;
    flex-shrink: 0;
  }
  /* line 57, app/assets/stylesheets/layout/_header.sass */
  .header__nav--sm {
    display: flex;
    padding: 0 2rem;
  }
  /* line 61, app/assets/stylesheets/layout/_header.sass */
  .header__nav--lg {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  /* line 66, app/assets/stylesheets/layout/_header.sass */
  header {
    height: 5rem;
  }
  /* line 68, app/assets/stylesheets/layout/_header.sass */
  header img {
    width: 9.75rem;
    height: 2rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    flex-shrink: 0;
  }
  /* line 74, app/assets/stylesheets/layout/_header.sass */
  .header__nav--sm {
    display: flex;
    padding: 0 1rem;
  }
  /* line 78, app/assets/stylesheets/layout/_header.sass */
  .header__nav--lg {
    display: none;
  }
}

/* line 1, app/assets/stylesheets/layout/_layout.sass */
body.nav-open {
  overflow: hidden;
}

/* line 4, app/assets/stylesheets/layout/_layout.sass */
.app-container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

/* line 9, app/assets/stylesheets/layout/_layout.sass */
.content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

/* line 14, app/assets/stylesheets/layout/_layout.sass */
.app-container-user-grid {
  display: grid;
  grid-template-rows: 10rem 1fr;
  grid-template-columns: clamp(20rem, 30vw, 40rem) 1fr;
  grid-template-areas: "header header" "nav content";
  height: 100vh;
  background-color: #D9D9D966;
}

/* line 22, app/assets/stylesheets/layout/_layout.sass */
.app-content {
  grid-area: content;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  padding: 3rem;
}

/***** Sidebar desktop *****/
/* line 30, app/assets/stylesheets/layout/_layout.sass */
.app-content-nav--lg {
  display: block;
  grid-area: nav;
  overflow-y: auto;
  position: fixed;
  padding: 2rem;
  top: 10rem;
  bottom: 0rem;
  width: clamp(20rem, 30vw, 40rem);
  z-index: 10;
  display: flex;
  flex-direction: column;
  border-right: 1px solid #16181D4D;
  color: #14005B;
}

/***** Sidebar mobile (barre icônes seulement) *****/
/* line 46, app/assets/stylesheets/layout/_layout.sass */
.app-content-nav--sm {
  display: none;
}

/***** Structure nav contenu (commune) *****/
/* line 50, app/assets/stylesheets/layout/_layout.sass */
.app-nav {
  padding: 1rem 0.5rem;
  border-radius: 0.5rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

/* line 58, app/assets/stylesheets/layout/_layout.sass */
.app-nav nav {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}

/* line 65, app/assets/stylesheets/layout/_layout.sass */
.app-nav .nav-list li {
  margin: 0.5rem 0;
}

/* line 67, app/assets/stylesheets/layout/_layout.sass */
.app-nav .nav-list li a {
  color: #14005B;
}

/* line 70, app/assets/stylesheets/layout/_layout.sass */
.app-nav .nav-list li:hover a {
  font-weight: 700;
}

/* line 72, app/assets/stylesheets/layout/_layout.sass */
.app-nav .nav-list li.active {
  position: relative;
}

/* line 74, app/assets/stylesheets/layout/_layout.sass */
.app-nav .nav-list li.active a {
  font-weight: 700;
}

/* line 76, app/assets/stylesheets/layout/_layout.sass */
.app-nav .nav-list li.active::before {
  content: "";
  position: absolute;
  left: -2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1rem;
  height: 1rem;
  background-color: #f6b93b;
  border-radius: 50%;
}

/* line 86, app/assets/stylesheets/layout/_layout.sass */
.app-nav .nav-user-note {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

/* line 92, app/assets/stylesheets/layout/_layout.sass */
.app-nav .nav-discussion-themes {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding-left: 2rem;
}

/* line 101, app/assets/stylesheets/layout/_layout.sass */
.app-nav-separator {
  width: 100%;
  height: 1px;
  background-color: #16181D4D;
  margin: 1rem 0;
}

/* line 107, app/assets/stylesheets/layout/_layout.sass */
.nav-user-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

/* line 113, app/assets/stylesheets/layout/_layout.sass */
.nav-user-info p {
  font-size: clamp(1.8rem, 2.2vw, 2.4rem);
  line-height: 1.2;
}

/* line 117, app/assets/stylesheets/layout/_layout.sass */
.nav-logout {
  color: #14005B;
  text-align: center;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 122, app/assets/stylesheets/layout/_layout.sass */
  .app-content {
    padding: 2rem;
  }
  /* line 125, app/assets/stylesheets/layout/_layout.sass */
  .app-container-user-grid {
    grid-template-rows: 7rem 1fr;
  }
}

@media screen and (max-width: 767px) {
  /* line 129, app/assets/stylesheets/layout/_layout.sass */
  .app-content {
    padding: 1rem;
  }
  /* line 132, app/assets/stylesheets/layout/_layout.sass */
  .app-container-user-grid {
    grid-template-columns: 5rem 1fr;
    grid-template-rows: 5rem 1fr;
    grid-template-areas: "header header" "navcontent";
  }
  /* line 137, app/assets/stylesheets/layout/_layout.sass */
  .app-content-nav--lg {
    display: none;
  }
  /* line 140, app/assets/stylesheets/layout/_layout.sass */
  .app-content-nav--sm {
    display: flex;
    grid-area: nav;
    overflow-y: auto;
    position: fixed;
    top: 5rem;
    bottom: 0rem;
    z-index: 10;
    width: 5rem;
    background-color: #FFFFFF;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
  }
  /* line 152, app/assets/stylesheets/layout/_layout.sass */
  .app-content-nav--sm .app-nav {
    justify-content: center;
    padding: 2rem 0.5rem 1rem 0.5rem;
  }
  /* line 155, app/assets/stylesheets/layout/_layout.sass */
  .app-content-nav--sm .app-nav .mobile-nav {
    flex: 1;
    justify-content: start;
  }
  /* line 159, app/assets/stylesheets/layout/_layout.sass */
  .app-content-nav--sm .app-nav .mobile-nav ul li {
    margin-bottom: 2rem;
  }
  /* line 162, app/assets/stylesheets/layout/_layout.sass */
  .app-content-nav--sm .nav-icon {
    color: #14005B;
    font-size: clamp(1.6rem, 1.8vw, 2rem);
  }
  /* line 165, app/assets/stylesheets/layout/_layout.sass */
  .app-content-nav--sm .nav-icon.nav-icon-active {
    color: #CD006A;
  }
}
