@charset "UTF-8";
/**
 * Surcharges des éléments de base
 */
span.todo { /* FIXME: à supprimer... */
  background-color: yellow !important;
  color: black !important;
  font-size: 10px !important;
  padding: 2px 4px !important;
}

html {
  font-size: 14px;
  font-family: "Arial", sans-serif;
  color: #3C3C3C;
  line-height: 24px;
}

header {
  border-bottom: 2px solid #E9EEF4;
}

footer ul {
  list-style: none;
  padding-left: 0;
}
footer li {
  display: inline;
  margin-right: 3em;
  font-size: 1.1em;
}
footer li a, footer li a:hover, footer li a:active, footer li a:visited {
  color: #fff;
}

h1 {
  font-size: 2.75rem;
  margin-bottom: 2rem;
}

h2 {
  font-size: 1.9rem;
  margin-bottom: 1.75rem;
}

h3 {
  font-size: 1.25rem;
  margin-bottom: 2rem;
}

h4 {
  font-size: 0.9rem;
  margin-bottom: 2rem;
}

a {
  color: #286937;
  text-decoration: none;
}

a.underline {
  text-decoration: underline;
}

a:hover {
  text-decoration: underline;
  cursor: pointer;
}

a.arrow-left::before {
  content: "←";
  margin-right: 5px;
}

a.arrow-right::after {
  content: "→";
  margin-left: 5px;
}

/*
 * Surcharges des couleurs de bases de Bootstrap
 */
.text-primary {
  color: #286937 !important;
}

.bg-primary {
  background-color: #286937 !important;
}

.bg-secondary {
  background-color: #e7e9eb !important;
}

.bg-light {
  background-color: #fafafb !important;
}

p.footnote {
  font-size: 0.8rem;
  color: #737373;
}

/*
 * Création des styles de largeur
 */
@media (min-width: 576px) {
  .w-sm-25 {
    width: 50% !important;
  }
  .w-sm-50 {
    width: 50% !important;
  }
  .w-sm-75 {
    width: 75% !important;
  }
  .w-sm-100 {
    width: 75% !important;
  }
}
@media (min-width: 768px) {
  .w-md-25 {
    width: 50% !important;
  }
  .w-md-50 {
    width: 50% !important;
  }
  .w-md-75 {
    width: 75% !important;
  }
  .w-md-100 {
    width: 75% !important;
  }
}
@media (min-width: 992px) {
  .w-lg-25 {
    width: 50% !important;
  }
  .w-lg-50 {
    width: 50% !important;
  }
  .w-lg-75 {
    width: 75% !important;
  }
  .w-lg-100 {
    width: 75% !important;
  }
}
@media (min-width: 1200px) {
  .w-xl-25 {
    width: 50% !important;
  }
  .w-xl-50 {
    width: 50% !important;
  }
  .w-xl-75 {
    width: 75% !important;
  }
  .w-xl-100 {
    width: 75% !important;
  }
}
@media (min-width: 1400px) {
  .w-xxl-25 {
    width: 50% !important;
  }
  .w-xxl-50 {
    width: 50% !important;
  }
  .w-xxl-75 {
    width: 75% !important;
  }
  .w-xxl-100 {
    width: 75% !important;
  }
}
/*
 * Surcharges des boutons
 */
.btn-primary {
  background-color: #286937;
  border-color: #286937;
  border-radius: 8px;
  padding: 8px 32px;
  color: white;
  transition: transform 0.3s ease;
}
.btn-primary.disabled {
  background-color: #286937;
  border-color: #aaa;
  color: #aaa;
}
.btn-primary:hover, .btn-primary:focus {
  background-color: #286937;
  border-color: #286937;
  transform: scale(1.05);
  text-decoration: none;
}
.btn-primary:active {
  background-color: #286937 !important;
  border-color: #286937 !important;
  transform: scale(0.95);
}

.btn-outline-primary {
  background-color: white;
  border-color: #286937;
  border-radius: 8px;
  padding: 8px 32px;
  color: #286937;
  font-weight: bold;
  transition: transform 0.3s ease;
}
.btn-outline-primary.disabled {
  background-color: white;
  border-color: #aaa;
  color: #aaa;
}
.btn-outline-primary:hover, .btn-outline-primary:focus {
  background-color: white;
  border-color: #286937;
  color: #286937;
  transform: scale(1.05);
  text-decoration: none;
}
.btn-outline-primary:active {
  background-color: white !important;
  border-color: #286937 !important;
  color: #286937 !important;
  transform: scale(0.95);
}

.btn.btn-link {
  color: #286937;
  font-weight: bold;
  text-decoration: none;
  border-bottom: 1px solid #286937;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  transition: transform 0.3s ease;
}
.btn.btn-link:hover {
  color: #286937;
  transform: scale(1.05);
  text-decoration: none;
}
.btn.btn-link:active {
  color: #286937;
  transform: scale(0.95);
}

.btn-secondary {
  background-color: #737373;
  border-color: #737373;
  border-radius: 8px;
  padding: 8px 32px;
  color: white;
  transition: transform 0.3s ease;
}
.btn-secondary.disabled {
  background-color: #737373;
  border-color: #aaa;
  color: #aaa;
}
.btn-secondary:hover, .btn-secondary:focus {
  background-color: #737373;
  border-color: #737373;
  transform: scale(1.05);
  text-decoration: none;
}
.btn-secondary:active {
  background-color: #737373 !important;
  border-color: #737373 !important;
  transform: scale(0.95);
}

/**
 * En-tête
 */
.profil {
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
}

/*
 * Importation des icones
 */
/* Class de base des icones */
.ico {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
}
.ico.small {
  width: 16px;
  height: 16px;
}
.ico.medium {
  width: 24px;
  height: 24px;
}
.ico.big {
  width: 32px;
  height: 32px;
}

.ico-info {
  background-image: url("../../../images/mgen/simulateur-rep/icon-info-5044fb91ffb2c0e75d96ff8f187df545.svg");
}

.ico-phone {
  background-image: url("../../../images/mgen/simulateur-rep/icon-phone-821b36b17af79e5ca4bde381f1edf90a.svg");
}

.ico-arrow-right {
  background-image: url("../../../images/mgen/simulateur-rep/icon-arrow-right-e2b64ee8b4ea0d5d7d7dda757b71f223.svg");
}

.ico-arrow-up-right-square {
  background-image: url("../../../images/mgen/simulateur-rep/icon-arrow-up-right-square-d9596040e6f6a89130c2f4d82b29cfc4.svg");
}

.ico-lightbulb {
  background-image: url("../../../images/mgen/simulateur-rep/icon-lightbulb-76da02e1036175c93a3065b68b61f9a9.svg");
}

.ico-award {
  background-image: url("../../../images/mgen/simulateur-rep/icon-award-66ef18de8027a5bba60972fe8c51e1bc.svg");
}

.ico-bar-chart-fill {
  background-image: url("../../../images/mgen/simulateur-rep/icon-bar-chart-fill-8c4842e532de9cecfadc3487c756cb7a.svg");
}

.ico-bookmark-heart {
  background-image: url("../../../images/mgen/simulateur-rep/icon-bookmark-heart-3c72c6e12b758eb29b2f7bde749114ae.svg");
}

.ico-boxes {
  background-image: url("../../../images/mgen/simulateur-rep/icon-boxes-8915bc0088f6395a33569b2432b3169b.svg");
}

.ico-calculator {
  background-image: url("../../../images/mgen/simulateur-rep/icon-calculator-64322483284ac48eaacbfc1cdc32a024.svg");
}

.ico-compass {
  background-image: url("../../../images/mgen/simulateur-rep/icon-compass-7bd1ad00f584e01b05f1b814a498b1b6.svg");
}

.ico-file-person {
  background-image: url("../../../images/mgen/simulateur-rep/icon-file-person-715da2956b35ff0ec793d68f060434a8.svg");
}

.ico-patch-check {
  background-image: url("../../../images/mgen/simulateur-rep/icon-patch-check-a539f2154d364e72e9b716ba9e65e0d7.svg");
}

/**
 * Sections
 */
section {
  padding: 32px;
}

@media (min-width: 992px) {
  .bg-illustration-chill-hand {
    background-image: url("../../../images/mgen/simulateur-rep/illustration-hand-5eb7ce73678f5630813734eec0ebc292.svg");
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 25%;
  }
}
.bg-illustration-chill-laptop {
  background-image: url("../../../images/mgen/simulateur-rep/illustration-demarche-en-ligne-7f204bf25a13f2dc894253bc2632a548.png");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 70%;
  padding-bottom: 40vw;
}

@media (min-width: 576px) {
  .bg-illustration-chill-laptop {
    background-size: 50%;
    padding-bottom: 30vw;
  }
}
@media (min-width: 992px) {
  .bg-illustration-chill-laptop {
    background-size: 30%;
  }
}
@media (min-width: 1200px) {
  .bg-illustration-chill-laptop {
    background-size: 400px;
  }
}
@media (min-width: 992px) {
  .bg-illustration-calcul {
    background-image: url("../../../images/mgen/simulateur-rep/illustration-couple-calcul-c9ffefd3a5b91a08dc10084110eccdf2.svg");
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 25%;
  }
}
/**
 * Listes
 */
ul.list-ico {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

ul.list-ico li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}

ul.list-ico i {
  font-size: 24px;
  color: #007b5e;
  margin-right: 20px;
  flex-shrink: 0;
}

ul.list-ico div {
  max-width: 100%;
}

ol.list-number {
  list-style: none;
  counter-reset: list-counter;
  padding-left: 0;
}

ol.list-number li {
  counter-increment: list-counter;
  margin-bottom: 2em;
  padding-left: 60px;
  position: relative;
  vertical-align: middle;
  min-height: 40px;
}

ol.list-number li::before {
  content: counter(list-counter);
  font-size: 1.5em;
  font-weight: bold;
  background-color: #286937;
  color: #fff;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 4px;
}

ol.list-number li:nth-child(2)::before {
  background-color: #6C9E77;
  color: #fff;
}

ol.list-number li:nth-child(3)::before {
  background-color: #D1EDD7;
  color: #3C3C3C;
}

/*
 * Cards
 */
.card {
  border: 0;
  border-radius: 24px;
}
.card .card-body {
  padding: 24px;
}

.card.card-option {
  position: relative;
  overflow: visible;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.card.card-option .card-header {
  background-color: #FFCDEB;
  border-radius: 24px 24px 0 0;
  padding: 10px 18px 32px 18px;
  border: 0;
  font-weight: bold;
  position: relative;
  z-index: 1;
  line-height: 1em;
  text-transform: uppercase;
}
.card.card-option .card-body {
  border-radius: 24px;
  background-color: white;
  padding: 32px 24px;
  position: relative;
  margin-top: -24px;
  min-height: 180px;
  z-index: 2;
}
.card.card-option .card-body strong {
  font-size: 2rem;
  font-weight: normal;
}
.card.card-option .card-body p.lead {
  font-size: 1.1rem;
  text-transform: uppercase;
}

.card.card-flashy {
  background-color: #FFCDEB;
}
.card.card-flashy .card-body {
  padding: 12px;
}
.card.card-flashy .card-body strong {
  font-size: 4rem;
  font-weight: normal;
}
.card.card-flashy .card-body p.lead {
  font-size: 1.3rem;
  text-transform: uppercase;
  font-weight: bold;
}

.card.card-light {
  background-color: #E9EEF4;
  border-radius: 8px;
}
.card.card-light .card-body {
  padding: 12px 20px;
}
.card.card-light .card-body strong {
  font-size: 4rem;
  font-weight: normal;
}
.card.card-light .card-body p.lead {
  font-size: 1.3rem;
  text-transform: uppercase;
  font-weight: bold;
}

/*
 * Formulaire
 */
hr {
  border: 0;
  height: 2px;
  background-color: #E9EEF4;
  margin: 30px auto;
}

/*
 * Modales
 */
.modal .modal-content {
  border: 0;
  border-radius: 24px;
}
.modal .modal-content .modal-header {
  border-bottom: 0;
  padding: 20px 24px;
}
.modal .modal-content .modal-body {
  padding: 12px 24px;
}
.modal .modal-content .modal-footer {
  background-color: #D1EDD7;
  border-radius: 0 0 24px 24px;
}
.modal hr {
  margin-top: 8px;
  margin-bottom: 8px;
}

/**
 * Form
 */
.d-inline .form-control {
  display: inline;
  border-color: #286937;
  border-width: 1px;
}

input[type=text][readonly],
input[type=number][readonly] {
  background-color: #E7E9EB;
}

.invalid-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  z-index: 1000;
  justify-content: center; /* Centre horizontalement */
  align-items: center; /* Centre verticalement */
}

.loading-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  z-index: 1000;
  display: flex;
  justify-content: center; /* Centre horizontalement */
  align-items: center; /* Centre verticalement */
}

.min-width-height-btn {
  min-height: 5em;
  min-width: 17em;
}

.border.border-primary {
  border-color: #286937 !important;
}

/*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22:3,%22sourceRoot%22:%22%22,%22sources%22:%5B%22../../assets/styles/mgen/simulateur-rep/simulateur-rep-mgen.scss%22,%22../../assets/styles/mgen/simulateur-rep/partials/icons.scss%22%5D,%22names%22:%5B%5D,%22mappings%22:%22;AAAA;AAAA;AAAA;AAGA;EACE;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;;;AAGF;EACE;;;AAIA;EACE;EACA;;AAEF;EACE;EACA;EACA;;AACA;EACE;;;AAKN;EACE;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;;;AAOF;EACE;EACA;;;AAGF;EACE;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;;;AAGF;AAAA;AAAA;AAGA;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;EACA;;;AAGF;AAAA;AAAA;AAIA;EACE;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;;AAKJ;EACE;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;;AAKJ;EACE;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;;AAKJ;EACE;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;;AAKJ;EACE;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;;AAIJ;AAAA;AAAA;AAGA;EACE;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;;;AAIJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;;;AAIJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;EACA;EACA;;AAGF;EACE;EACA;;;AAIJ;EACE;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;;;AAKJ;AAAA;AAAA;AAGA;EACE;EACA;EACA;EACA;;;AAIF;AAAA;AAAA;AC3TA;AACA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;EACA;;AAGF;EACE;EACA;;AAGF;EACE;EACA;;;AAIJ;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;ADsPF;AAAA;AAAA;AAGA;EACE;;;AAIF;EACE;IACE;IACA;IACA;IACA;;;AAKJ;EACE;EACA;EACA;EACA;EACA;;;AAGF;EACE;IACE;IACA;;;AAIJ;EACE;IACE;;;AAIJ;EACE;IACE;;;AAKJ;EACE;IACE;IACA;IACA;IACA;;;AAKJ;AAAA;AAAA;AAIA;EACE;EACA;EACA;;;AAGF;EACE;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;;;AAGF;EACE;;;AAIF;EACE;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;;;AAGF;AAAA;AAAA;AAIA;EACE;EACA;;AAEA;EACE;;;AAMJ;EACE;EACA;EACA;;AAEA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;EACA;;AAGF;EACE;EACA;;;AAMN;EACE;;AAEA;EACE;;AAEA;EACE;EACA;;AAGF;EACE;EACA;EACA;;;AAMN;EACE;EACA;;AAEA;EACE;;AAEA;EACE;EACA;;AAGF;EACE;EACA;EACA;;;AAKN;AAAA;AAAA;AAGA;EACE;EACA;EACA;EACA;;;AAIF;AAAA;AAAA;AAIE;EACE;EACA;;AAEA;EACE;EACA;;AAGF;EACE;;AAGF;EACE;EACA;;AAKJ;EACE;EACA;;;AAKJ;AAAA;AAAA;AAIE;EACE;EACA;EACA;;;AAGJ;AAAA;EAEE;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;;;AAGF;EACI%22,%22file%22:%22simulateur-rep-mgen.output.css%22%7D */
