.bs-callout {
  padding: 20px;
  margin: 20px 0;
  border: none;
  border-left-style: solid;
  border-left-width: 5px;
  background-color: #eee;
}
.bs-callout h3 {
  margin-top: 0;
  margin-bottom: 5px;
  border: none;
}
.bs-callout p:last-child {
  margin-bottom: 0;
}
.bs-callout code {
  border-radius: 3px;
}
.bs-callout + .bs-callout {
  margin-top: -5px;
}
.bs-callout-default {
  border-left-color: #777;
}
.bs-callout-default h3 {
  color: #777;
}
.bs-callout-primary {
  border-left-color: #428bca;
}
.bs-callout-primary h3 {
  color: #428bca;
}
.bs-callout-success {
  border-left-color: #5cb85c;
}
.bs-callout-success h3 {
  color: #5cb85c;
}
.bs-callout-danger {
  border-left-color: #d9534f;
}
.bs-callout-danger h3 {
  color: #d9534f;
}
.bs-callout-warning {
  border-left-color: #095797;
}
.bs-callout-warning h3 {
  color: #000;
}
.bs-callout-info {
  border-left-color: #5bc0de;
}
.bs-callout-info h3,
.bs-callout-info h4 {
  color: #5bc0de;
}
.bouton-principal {
  background-color: #095797;
  border-radius: 0;
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 700;
  color: #fff;
  border: none;
  padding: 10px 30px;
  cursor: pointer;
  margin-left: 10px;
  background-image: none;
}
.bouton-principal:focus,
.bouton-principal:hover {
  transition: all 0.2s ease-out;
  background-color: #156bb2;
}
@-ms-viewport {
  width: auto !important;
}
html {
  font-size: 1em;
  line-height: 1.4;
}
body {
  font-family: 'Roboto', sans-serif;
  color: #000;
  font-size: 0.9em;
}
body.desactive {
  background-color: #666;
  cursor: wait;
}
body.desactive .lien-brochure,
body.desactive .lien-brochure:hover {
  color: white;
}
body.desactive .notificationUtilisateur {
  display: flex !important;
  background-color: #fff !important;
}
body .notificationUtilisateur {
  display: none;
}
header,
.header-container {
  background-color: #095797;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
#piv .piv-wrapper {
  height: 60px;
  min-height: 60px;
  align-items: center;
}
#piv #logo-justice img {
  max-height: 40px;
  height: auto;
  width: auto;
}
#piv #piv-menu {
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0;
}
body.text-size-normal {
  font-size: 0.9em;
}
body.text-size-large {
  font-size: 1.1em;
}
/* Entête MJQ */

#main-container-header {
  padding: 30px 0;
}
#piv {
  position: relative;
  z-index: 20000;
}
#piv .piv-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 72px;
}
#piv #logo-justice img {
  width: 200px;
}
#piv #piv-menu {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
/* Fil d'ariane */

.fil-dariane-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  font-size: 0.85em;
  line-height: 2.5em;
  font-family: 'Open Sans', sans-serif;
  padding: 15px 0;
}
.fil-dariane-wrapper a {
  display: inline-flex;
  align-items: center;
}
.fil-dariane-wrapper a::after {
  content: "";
  background-image: url(/Images/chevron-fil.svg);
  width: 4px;
  height: 7px;
  background-size: cover;
  margin: 0 7px;
  display: inline-block;
}
.fil-dariane-wrapper span {
  font-weight: 700;
  color: #223654;
}
.fil-dariane-wrapper .fil-retreci {
  display: inline-flex;
  position: relative;
  align-items: center;
  align-content: center;
  cursor: pointer;
}
.fil-dariane-wrapper .fil-retreci-button {
  padding: 3px;
  width: 24px;
  height: 16px;
  background-color: #dae6f0;
  position: relative;
  top: 0;
  background-image: url(/Images/dots.svg);
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #dae6f0;
}
.fil-dariane-wrapper .fil-retreci-button:focus,
.fil-dariane-wrapper .fil-retreci-button:hover {
  border-color: #6991D1;
}
.fil-dariane-wrapper .fil-retreci-nav {
  display: none;
  position: absolute;
  top: 16px;
  padding: 8px;
  width: 200px;
  flex-direction: column;
  z-index: 9;
  background-color: #dae6f0;
}
@media (min-width: 600px) {
  .fil-dariane-wrapper .fil-retreci-nav {
    width: 300px;
  }
}
.fil-dariane-wrapper .fil-retreci a:not(:last-child) {
  margin-bottom: 12px;
}
.fil-dariane-wrapper .fil-retreci a::after {
  content: none;
}
.fil-dariane-wrapper .fil-retreci::after {
  content: "";
  background-color: transparent;
  background-image: url(/Images/chevron-fil.svg);
  width: 4px;
  height: 7px;
  background-size: cover;
  margin: 0 7px;
  display: inline-block;
}
@media (max-width: 992px) {
  .fil-dariane-wrapper > *:not(:nth-last-child(2)) {
    display: none;
  }
  .fil-dariane-wrapper > *:nth-last-child(2)::after {
    display: none;
  }
  .fil-dariane-wrapper > *:nth-last-child(2)::before {
    content: "";
    background-color: transparent;
    background-image: url(/Images/chevron-fil.svg);
    width: 4px;
    height: 7px;
    background-size: cover;
    margin: 0 7px;
    display: inline-block;
  }
}
.tab-pane .row.form-group,
.tab-pane .row.entete-colonne-parents.affix-top {
  margin-left: 0;
  margin-right: 0;
}
/* Titres */

h1 {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 42px;
  margin: 0;
  color: #223654;
}
h1::after {
  content: "";
  display: block;
  margin: 0;
  width: 48px;
  padding-top: 8px;
  border-bottom: 5px solid #f09686;
}
@media (min-width: 992px) {
  h1 {
    font-size: 48px;
    line-height: 56px;
    max-width: 80%;
  }
}
h2,
h3,
h4,
h5,
h6,
legend.h2 {
  margin: 14px 0 10px 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  text-decoration: none;
}
h2,
legend.h2 {
  margin: 30px 0 10px 0;
  line-height: 1.2em;
  font-size: 1.3em;
}
legend.h2 {
  padding-bottom: 0.82em;
  padding-top: 20px;
}
h3 {
  font-size: 1.2em;
}
.panel + section h3,
.card + section h3 {
  font-size: 1.2em;
  font-family: 'Roboto', sans-serif;
  border-bottom: 1px solid #cccccc;
}
h4 {
  font-size: 0.95em;
  text-transform: uppercase;
}
h5 {
  font-size: 0.85em;
}
h6 {
  font-size: 0.7em;
  text-transform: uppercase;
}
/* TEXT SIZE */

#text-size {
  margin-left: 15px;
}
#text-size button {
  display: inline-block !important;
  padding: 0 !important;
  width: auto !important;
  border: none !important;
  color: #fff !important;
  background: none !important;
  font-weight: bold;
}
#text-size button:hover {
  color: #f09686 !important;
}
#text-size-small {
  margin-right: 1px !important;
  font-size: 10px;
}
#text-size-normal {
  font-size: 14px;
}
#text-size-large {
  font-size: 20px;
}
#text-size button#text-size-small {
  display: none !important;
}
/* Pied de page MJQ */

.footer-container footer {
  color: #fff;
}
.footer-container footer strong {
  text-transform: uppercase;
}
.footer-container footer strong a {
  text-transform: normal;
}
.footer-container footer > div:first-child {
  width: 50%;
}
.footer-container footer > div.left + div.left,
.footer-container footer > div.right {
  width: 25%;
}
.footer-container #subfooter {
  background-color: #fff;
  padding: 25px 0;
}
.footer-container footer h2 {
  font-size: 1em;
}
.footer-container footer ul {
  margin: 0;
  padding: 0px;
  text-transform: uppercase;
}
.footer-container footer ul ul {
  margin: 10px 0;
  padding: 0px;
}
.footer-container footer li {
  list-style-type: none;
}
.footer-container footer a {
  display: inline-block;
  padding: 2px 0;
  color: #fff;
  text-decoration: none;
  text-transform: none;
  word-break: break-word;
}
.footer-container footer a:hover {
  text-decoration: underline;
}
.footer-container footer .dark {
  background-color: #3f3c38;
}
.footer-container footer strong {
  display: block;
  margin-bottom: 8px;
}
#footer-infos {
  line-height: normal;
  font-size: 0.9em;
}
#footer-infos .footer-title {
  margin: 30px 0 10px 0;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}
#footer-infos p {
  margin: 10px 0;
}
#footer-infos a {
  text-decoration: underline;
}
#footer-infos a:hover {
  text-decoration: none;
}
#footer-infos strong {
  display: inline;
}
#footer-infos .btn-footer {
  display: block;
  margin: 10px 0;
  padding: 5px 10px;
  color: #3f3c38;
}
#subfooter {
  font-size: 0.8em;
  text-align: center;
}
#subfooter nav ul li {
  display: inline-block;
}
#subfooter #subfooter-slider-nav ul li {
  margin: 0 20px;
}
#subfooter nav ul li a {
  font-size: 0.95em;
  text-decoration: none;
  color: #095797;
}
#subfooter nav ul li a:hover {
  text-decoration: underline;
}
#subfooter-quebec nav {
  margin: 30px 0 15px 0;
}
#subfooter-quebec a,
#subfooter-quebec a:visited,
#subfooter-quebec a:link {
  text-decoration: underline;
  color: #095797;
}
#subfooter-quebec a:hover {
  text-decoration: none;
}
#subfooter-quebec ul {
  margin: 0;
  padding: 0;
}
#subfooter-quebec ul li:before {
  margin: 0 5px;
  content: "/";
  color: #095797;
}
#subfooter-quebec ul li:first-child:before {
  content: none;
  display: none;
}
#subfooter #quebec a img {
  margin-bottom: 6px;
}
#subfooter #quebec a {
  font-size: 0.95em;
  text-decoration: none;
  color: #333333;
}
#sbCenter {
  z-index: 10000001 !important;
}
#sbBottomContainer {
  z-index: 10000000 !important;
}
/* Liens */

#piv-menu a {
  color: #fff !important;
}
#piv #piv-menu nav a.link-primary {
  position: relative;
  top: 1px;
  text-decoration: none !important;
}
#piv #piv-menu nav a.link-primary:hover,
#piv #piv-menu nav a.link-primary:focus,
#piv #piv-menu nav a.link-primary:focus-visible {
  text-decoration: underline !important;
}
a:not(.lien-titre),
a:not(.lien-titre):hover,
a:not(.lien-titre):focus {
  color: #095797;
}
a:not(.lien-titre).lien-brochure {
  text-decoration: underline;
  padding-right: 30px;
  background: url(/Images/ico-fileType-pdf.png) right 50% no-repeat;
}
a:not(.lien-titre).lien-brochure:hover {
  text-decoration: none;
}
a:not(.lien-titre).lien-brochure img {
  background-color: #fff;
}
a:not(.lien-titre)[data-bs-toggle='popover'],
a:not(.lien-titre)[data-toggle='popover'] {
  color: inherit;
}
a:not(.lien-titre)[data-bs-toggle='popover']:hover,
a:not(.lien-titre)[data-toggle='popover']:hover,
a:not(.lien-titre)[data-bs-toggle='popover']:focus,
a:not(.lien-titre)[data-toggle='popover']:focus {
  text-decoration: none;
}
a.lien-titre,
a.lien-titre:hover,
a.lien-titre:focus {
  text-decoration: none;
}
/* Badges */

h4.badge,
.badge {
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 0.85em;
  background-color: #66635e;
  text-transform: none;
  margin-left: 5px;
}
.panneauGardeMultiple h4.badge,
.panneauGardeMultiple .badge {
  margin-left: 0px;
}
#ongletCalculPension .col-md-1 > .row {
  margin-bottom: 15px;
}
#ongletCalculPension .col-md-1 > .row:last-child {
  margin-bottom: 0;
}
.container.brochure {
  padding-top: 20px;
}
/* Popovers */

.popover,
.popover-content,
.popover-body {
  font-size: inherit;
}
/* Validation */

fieldset.has-error input[type='radio'] ~ .help-block {
  color: #000;
}
.has-error .form-control,
.has-error .form-control:focus {
  box-shadow: none;
  border-color: #C00;
}
.has-error .input-group-addon,
.has-error .input-group-text {
  color: #C00;
  border-color: #C00;
}
.has-error .control-label,
.has-error .radio {
  color: #3f3c38;
}
.has-error .help-block span {
  color: #000;
}
.has-error .help-block.text-danger {
  display: block !important;
  color: #C00;
  font-size: 85%;
  clear: both;
}
strong {
  font-family: 'Roboto', sans-serif !important;
  font-weight: 700;
}
.help-block.text-danger {
  display: none !important;
}
.error-emplacement .help-block.text-danger {
  display: block !important;
  color: #C00;
  font-size: 85%;
}
.help-block.text-danger:empty {
  margin-bottom: 0;
  margin-top: 0;
}
.requis::before {
  content: "*";
  color: #f09686;
  font-family: 'Roboto', sans-serif;
  margin-left: -10px;
  padding-right: 5px;
}
.progress {
  height: 5px;
}
.progress-bar {
  background-color: #095797;
  background-image: none;
  box-shadow: none;
  filter: none;
}
/* Boutons */

.btn.btn-primary {
  background-color: #095797;
  border-radius: 0;
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 700;
  color: #ffffff;
  border: none;
  padding: 10px 30px;
  cursor: pointer;
  margin-left: 10px;
  background-image: none;
}
.btn.btn-primary:focus,
.btn.btn-primary:hover {
  transition: all 0.2s ease-out;
  background-color: #156bb2;
}
.pager.wizard {
  margin: 40px 0;
}
.pager.wizard li a {
  background-color: #095797;
  border-radius: 0;
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 700;
  color: #ffffff;
  border: none;
  padding: 10px 30px;
  cursor: pointer;
  margin-left: 10px;
  background-image: none;
}
.pager.wizard li a:focus,
.pager.wizard li a:hover {
  transition: all 0.2s ease-out;
  background-color: #156bb2;
}
@media (max-width: 768px) {
  .pager.wizard li {
    width: 100%;
  }
  .pager.wizard li a {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
/* Labels / radios / help */

label {
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
}
label.disabled {
  color: #66635e;
}
label + .help-block {
  margin-top: -5px;
  color: inherit !important;
}
.radio .help-block {
  margin-top: 0;
  margin-left: 20px;
  color: #000;
}
.radio label {
  max-width: calc(80%);
}
.radio .glyphicon-question-sign,
.radio .infobulle {
  vertical-align: top;
}
.help-block {
  color: #000;
  font-family: 'Roboto', sans-serif;
  clear: both;
}
.help-block .form-control {
  display: inline-block;
  width: 7em;
}
.help-block .input-group {
  float: left;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: -5px;
}
.help-block .input-group-addon,
.help-block .input-group-text {
  width: auto;
  display: inline-flex;
  padding: 9px 12px;
}
.help-block span {
  float: left;
  padding-bottom: 5px;
}
.help-block span.symbole-mathematique {
  padding-left: 0.2em;
  padding-right: 0.2em;
}
.help-block span span {
  float: none;
}
div.help-block {
  float: left;
}
.tab-pane .panel,
.tab-pane .card {
  padding-right: 0px;
  padding-left: 0px;
}
.tab-pane .panel.panel-dark,
.tab-pane .card.panel-dark {
  background-color: #3f3c38;
}
.tab-pane .panel .nav-tabs > li > a,
.tab-pane .card .nav-tabs > li > a {
  background-color: #eee;
  color: #3f3c38;
  border-left: 1px solid #3f3c38;
  border-right: 1px solid #3f3c38;
}
.tab-pane .tab-content {
  background-color: #fff;
  padding: 15px;
}
.row-input-group {
  padding-bottom: 10px;
}
@media all and (min-width: 992px) {
  .panel .nav-tabs > li > a,
  .card .nav-tabs > li > a {
    white-space: nowrap;
  }
  .row-input-group {
    padding-bottom: 0;
  }
}
.panel .nav-tabs > li,
.card .nav-tabs > li {
  vertical-align: bottom;
}
.panel .nav-tabs > li.active > a,
.card .nav-tabs > li.active > a {
  background-color: #fff;
}
/* Champs */

.validation-arriere-plan {
  height: 0;
  padding: 0;
  border: none;
  opacity: 0;
}
.body-content {
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 20px;
}
/* Style de base des inputs */

input.form-control {
  border-radius: 0;
  border: 1px solid #66635e;
  font-size: 1em;
}
input.form-control:focus {
  border-color: #f09686;
  box-shadow: none;
}
.input-group-addon,
.input-group-text {
  border-radius: 0;
  border: 1px solid #66635e;
}
/* Wizard */

#rootwizard {
  background-color: #fff;
}
/* Utils */

.dl-horizontal dt {
  white-space: normal;
}
.numeric-control {
  text-align: right;
}
.signe-arithmetique {
  font-size: x-large;
}
.center {
  text-align: center;
}
.btn.g-recaptcha {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .btn.g-recaptcha {
    width: 100%;
  }
}
.loadinggif {
  background: url(/Images/ajax-loader.gif) no-repeat center;
}
/* Alertes */

.alert {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border: 1px solid #c5cad2;
  border-radius: 0px;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: unset !important;
  color: #223654;
  filter: none;
}
.alert .boite-message {
  padding: 24px 32px 24px 16px;
  width: 100%;
}
.alert .alert-icon {
  width: 40px;
  padding: 24px 8px 0;
}
.alert .alert-img {
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
}
.alert.alert-info .alert-icon {
  background-color: #dae6f0;
}
.alert.alert-info .alert-icon .alert-img {
  background-image: url(/Images/icone-alerte-information.svg);
}
.alert.alert-warning .alert-icon {
  background-color: #f8e69a;
}
.alert.alert-warning .alert-icon .alert-img {
  background-image: url(/Images/icone-alerte-important.svg);
}
.alert.alert-success .alert-icon {
  background-color: #d7f0bb;
}
.alert.alert-success .alert-icon .alert-img {
  background-image: url(/Images/icone-alerte-succes.svg);
}
.alert.alert-danger .alert-icon {
  background-color: #ffdbd6;
}
.alert.alert-danger .alert-icon .alert-img {
  background-image: url(/Images/icone-alerte-erreur.svg);
}
.collapsed .boite-message-ouvrir {
  display: inline;
}
.collapsed .boite-message-fermer {
  display: none;
}
.boite-message-ouvrir {
  display: none;
}
.lien-accordeon,
.lien-accordeon:hover,
.lien-accordeon:focus {
  text-decoration: none;
  color: black;
  display: block;
  margin-top: 10px;
}
.well {
  filter: none;
  background-image: none;
}
.tooltip {
  font-size: 0.9em;
}
.tooltip-inner {
  color: #000;
  background-color: #fff;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
}
.glyphicon-question-sign,
.infobulle {
  cursor: help;
}
.label {
  font-weight: inherit;
}
ul.liste-espacee > li {
  padding-bottom: 20px;
}
.region-erreur,
.region-centrale {
  margin-top: 10vh;
  margin-bottom: 10vh;
  overflow: hidden;
}
.region-erreur .message-erreur,
.region-centrale .message-erreur {
  font-family: 'Roboto', sans-serif;
  font-size: 1.5em;
  color: #3f3c38;
  display: block;
  padding-left: 15px;
}
#rootwizard .row.form-group {
  margin-bottom: 10px;
}
#rootwizard [id^="onglet"] > header,
#rootwizard [id^="onglet"] .page-header,
#rootwizard [id^="onglet"] > .mb-3.pb-2.border-bottom {
  background-color: transparent !important;
  background-image: none !important;
}
#rootwizard [id^="onglet"] h2 {
  background-color: transparent !important;
}
input.form-control[readonly] {
  background-color: #e9ecef !important;
  color: #6c757d !important;
  cursor: not-allowed;
  box-shadow: none !important;
}
#rootwizard input.form-control {
  border-color: #333 !important;
}
#rootwizard .input-group-addon,
#rootwizard .input-group-text {
  border-color: #333 !important;
}
#rootwizard input.form-control:focus,
#rootwizard input.form-control:focus-visible {
  outline: none !important;
  box-shadow: none !important;
  border-color: #333 !important;
}
#rootwizard .input-group > input.form-control + .input-group-addon,
#rootwizard .input-group > input.form-control + .input-group-text {
  border-left: 1px solid #333 !important;
  background-color: #e9ecef !important;
  color: #6c757d !important;
  min-width: 40px;
  text-align: center;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
#rootwizard .entete-colonne-parents {
  background-color: #fff;
  margin-bottom: 1px;
  padding-bottom: 1px;
}
#rootwizard .tab-pane.active .row.form-group:first-of-type .form-control,
#rootwizard .tab-pane.active .row.form-group:first-of-type .input-group-addon,
#rootwizard .tab-pane.active .row.form-group:first-of-type .input-group-text {
  border-top: 1px solid #333 !important;
}
#rootwizard .tab-pane.active .row.form-group:first-of-type .input-group {
  position: relative;
  z-index: 2;
}
#rootwizard .help-block .input-group,
#rootwizard div.help-block {
  float: none !important;
}
#rootwizard,
#rootwizard.sw,
#rootwizard .sw,
#rootwizard .sw-main,
#rootwizard .sw-container,
#rootwizard .sw-theme-arrows,
#rootwizard .sw-toolbar,
#rootwizard .sw-content {
  border: 0 !important;
  box-shadow: none !important;
  outline: none !important;
}
/* NavActions */

#formulairePensionAlimentaire {
  position: relative;
}
#navActions {
  position: absolute;
  right: 0;
  z-index: 10;
}
@media (max-width: 767.98px) {
  #navActions {
    position: static;
    margin-top: 10px;
  }
}
#navActions .d-flex {
  align-items: center;
  flex-wrap: nowrap;
}
#navActions .btn {
  white-space: nowrap;
}
a.infobulle::before {
  content: "?";
  margin: 0;
  padding: 0;
}
a.infobulle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  margin-left: 6px;
  background-color: #223654;
  color: #fff !important;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none !important;
  vertical-align: middle;
  outline: none;
  box-shadow: none;
}
a.infobulle.infobulle-active {
  border-radius: 6px;
  width: 22px;
  height: 18px;
}
a.infobulle:hover {
  filter: brightness(0.95);
}
a.infobulle:focus,
a.infobulle:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}
#rootwizard .step-anchor > li > a::before,
#rootwizard .step-anchor > li > a::after {
  display: none !important;
  content: none !important;
}
#rootwizard .step-anchor {
  display: flex !important;
  padding-left: 0 !important;
  margin: 0 0 0 0 !important;
  list-style: none !important;
  background: #efefef !important;
  border: 1px solid #d9d9d9 !important;
  border-radius: 0 !important;
  position: relative !important;
  z-index: 1 !important;
}
#rootwizard .step-anchor > li {
  flex: 1 1 0 !important;
  margin: 0 !important;
}
#rootwizard .step-anchor > li > a {
  display: block !important;
  width: 100% !important;
  text-align: center !important;
  padding: 14px 10px !important;
  background: #efefef !important;
  color: #111 !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
  font-size: 0.9rem !important;
  line-height: 1.15 !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  text-decoration: none !important;
}
#rootwizard .step-anchor > li + li > a {
  border-left: 1px solid #d9d9d9 !important;
}
#rootwizard .step-anchor > li.active > a {
  background: #fff !important;
  color: #111 !important;
  font-weight: 800 !important;
}
#rootwizard .step-anchor > li.active > a {
  margin-bottom: -3px !important;
}
#rootwizard .step-anchor > li.done > a {
  background: #efefef !important;
  color: #111 !important;
  font-weight: 700 !important;
}
#rootwizard .step-anchor > li.disabled > a,
#rootwizard .step-anchor > li > a[aria-disabled="true"] {
  background: #f5f5f5 !important;
  color: #9a9a9a !important;
  cursor: default !important;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  #rootwizard .step-anchor > li > a {
    white-space: normal !important;
    font-size: 0.85rem !important;
    padding: 12px 8px !important;
  }
}
#rootwizard #bar {
  display: block !important;
  position: relative !important;
  z-index: 50 !important;
}
#rootwizard #bar.progress {
  height: 4px !important;
  min-height: 4px !important;
  background-color: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  margin: 0 0 0 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: relative !important;
}
#rootwizard #bar .progress-bar,
#rootwizard #bar .progress-bar.tab-pane,
#rootwizard #bar .progress-bar.step-content {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  height: 100% !important;
  min-height: 4px !important;
  background-color: #095797 !important;
  box-shadow: none !important;
  position: absolute !important;
  top: 0;
  left: 0;
}
.page-calculateur {
  position: relative;
  max-width: 1175px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
.page-calculateur #rootwizard {
  min-height: 925px;
  padding-bottom: 70px;
  --bs-gutter-x: 30px;
}
.page-calculateur #rootwizard .tab-pane,
.page-calculateur #rootwizard .step-content {
  min-height: 925px;
}
.page-calculateur #rootwizard .row.form-group {
  margin-bottom: 14px;
  margin-left: calc(-15px);
  margin-right: calc(-15px);
}
.page-calculateur #rootwizard .row.form-group [class*="col-"] {
  padding-left: calc(15px);
  padding-right: calc(15px);
}
.page-calculateur #rootwizard .form-control {
  font-size: 14px;
  line-height: 1.42857143;
  height: 36px;
  padding: 7px 12px;
}
.page-calculateur #rootwizard .input-group-text,
.page-calculateur #rootwizard .input-group-addon {
  font-size: 14px;
  line-height: 1.42857143;
  padding: 7px 12px;
}
.page-calculateur .alert .boite-message {
  padding: 16px 20px 16px 16px;
}
.page-calculateur #navActions {
  position: absolute !important;
  right: 0 !important;
  bottom: 0 !important;
  top: auto !important;
  z-index: 1000;
}
.page-calculateur #navActions .d-flex {
  justify-content: flex-end;
}
@media (max-width: 991.98px) {
  .page-calculateur {
    max-width: 100%;
  }
  .page-calculateur #rootwizard,
  .page-calculateur #rootwizard .tab-pane,
  .page-calculateur #rootwizard .step-content {
    min-height: 0;
    padding-bottom: 0;
  }
  .page-calculateur #navActions {
    position: static !important;
    margin-top: 10px;
  }
}
body.page-calculateur-body #piv .piv-wrapper {
  max-width: 1175px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  box-sizing: border-box;
}
body.page-calculateur-body #piv #logo-justice {
  position: relative;
  left: 18px;
}
body.page-calculateur-body #fil-dariane > .container {
  max-width: 1175px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 18px;
  padding-right: 18px;
  box-sizing: border-box;
}
body.page-calculateur-body .fil-dariane-wrapper {
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
}
body.page-calculateur-body #main-container-header > .container {
  max-width: 1175px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 18px;
  padding-right: 18px;
  box-sizing: border-box;
}
body.page-calculateur-body .container.brochure {
  max-width: 1175px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 18px;
  padding-right: 18px;
  box-sizing: border-box;
}
body.page-calculateur-body .container.body-content {
  max-width: 1175px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 18px;
  padding-right: 18px;
  box-sizing: border-box;
}
body.page-calculateur-body .page-calculateur {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 991.98px) {
  body.page-calculateur-body #piv .piv-wrapper,
  body.page-calculateur-body #fil-dariane > .container,
  body.page-calculateur-body #main-container-header > .container,
  body.page-calculateur-body .container.brochure,
  body.page-calculateur-body .container.body-content {
    max-width: 100%;
  }
  body.page-calculateur-body #piv .piv-wrapper,
  body.page-calculateur-body #fil-dariane > .container,
  body.page-calculateur-body #main-container-header > .container,
  body.page-calculateur-body .container.brochure,
  body.page-calculateur-body .container.body-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
body.page-calculateur-body #rootwizard .sw-container.tab-content {
  padding-top: 30px;
  padding-left: 0 !important;
  padding-right: 0 !important;
  position: relative;
  left: -9px;
  width: calc(109%);
  box-sizing: border-box;
}
body.page-calculateur-body #rootwizard .sw-container .tab-content {
  padding-top: 30px;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
body.page-calculateur-body #rootwizard .sw-content {
  padding-top: 30px;
  padding-left: 0 !important;
  padding-right: 0 !important;
  position: relative;
  left: -9px;
  width: calc(109%);
  box-sizing: border-box;
}
body.page-calculateur-body #rootwizard [id^="onglet"] > header.mb-3.pb-2.border-bottom,
body.page-calculateur-body #rootwizard [id^="onglet"] > .mb-3.pb-2.border-bottom {
  margin: 0 0 16px 0;
  padding-bottom: 8px;
  border-bottom-width: 1px;
}
body.page-calculateur-body #rootwizard [id^="onglet"] > header.mb-3.pb-2.border-bottom > h2,
body.page-calculateur-body #rootwizard [id^="onglet"] > .mb-3.pb-2.border-bottom > h2 {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.1;
  margin: 0 !important;
}
body.page-calculateur-body #rootwizard [id^="onglet"] fieldset > legend.h2 {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.1;
  margin: 0 0 16px 0;
  padding: 0 0 8px 0;
  border-bottom: 1px solid #dee2e6;
}
body.page-calculateur-body #rootwizard .sw-main,
body.page-calculateur-body #rootwizard .sw-container,
body.page-calculateur-body #rootwizard .sw-content,
body.page-calculateur-body #rootwizard .sw-container.tab-content,
body.page-calculateur-body #rootwizard .sw-container .tab-content {
  overflow-x: hidden;
}
body.page-calculateur-body #rootwizard .step-anchor {
  position: relative !important;
  left: calc(1px) !important;
  width: calc(107%) !important;
  box-sizing: border-box;
}
body.page-calculateur-body #rootwizard #bar.progress {
  position: relative !important;
  left: calc(1px) !important;
  width: calc(107%) !important;
  box-sizing: border-box;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}
body.page-calculateur-body #rootwizard #bar.progress {
  background-color: #e6e6e6 !important;
  border: 0 !important;
  background-image: none !important;
}
@media (max-width: 576px) {
  body.page-calculateur-body #rootwizard .sw-container.tab-content,
  body.page-calculateur-body #rootwizard .sw-container .tab-content,
  body.page-calculateur-body #rootwizard .sw-content {
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    left: -9px;
    width: calc(109%);
    box-sizing: border-box;
  }
  body.page-calculateur-body #rootwizard .sw-main,
  body.page-calculateur-body #rootwizard .sw-container,
  body.page-calculateur-body #rootwizard .sw-content,
  body.page-calculateur-body #rootwizard .sw-container.tab-content,
  body.page-calculateur-body #rootwizard .sw-container .tab-content {
    overflow-x: hidden;
  }
  body.page-calculateur-body #piv #logo-justice,
  body.page-calculateur-body #piv #piv-menu nav {
    left: 0;
  }
}
#rootwizard .step-anchor {
  background: #e6e6e6 !important;
  border: 1px solid #d0d0d0 !important;
  border-radius: 0 !important;
  overflow: hidden;
}
#rootwizard .step-anchor > li {
  flex: 1 1 0 !important;
  margin: 0 !important;
}
#rootwizard .step-anchor > li + li > a {
  border-left: 1px solid #d0d0d0 !important;
}
#rootwizard .step-anchor > li > a {
  background: #e6e6e6 !important;
  color: #222 !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.2px;
  font-size: 0.85rem !important;
  padding: 10px 8px !important;
  line-height: 1.15 !important;
  min-height: 48px;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
#rootwizard .step-anchor > li > a {
  font-family: 'Roboto', sans-serif !important;
  font-size: 0.85em !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  color: #3f3c38 !important;
  cursor: default !important;
}
#rootwizard .step-anchor > li.active,
#rootwizard .step-anchor > li.active > a {
  background-color: #ffffff !important;
  color: #000000 !important;
  cursor: default !important;
}
#rootwizard .step-anchor > li.disabled > a,
#rootwizard .step-anchor > li > a[aria-disabled="true"] {
  font-family: 'Roboto', sans-serif !important;
  font-size: 0.85em !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  color: #3f3c38 !important;
  opacity: 1 !important;
  cursor: default !important;
}
#rootwizard .step-anchor > li.active > a {
  background: #ffffff !important;
  color: #000 !important;
  font-weight: 700 !important;
  box-shadow: none !important;
}
#rootwizard .step-anchor > li {
  display: flex !important;
}
#rootwizard .step-anchor > li > a {
  flex: 1 1 auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
#rootwizard .step-anchor > li.active {
  background: #fff !important;
}
#rootwizard .step-anchor {
  align-items: stretch !important;
}
#rootwizard .step-anchor {
  background: #fff !important;
}
#rootwizard .step-anchor > li > a {
  background: #e6e6e6 !important;
}
#rootwizard .step-anchor > li.active,
#rootwizard .step-anchor > li.active > a {
  background: #fff !important;
}
#rootwizard .step-anchor > li.disabled > a,
#rootwizard .step-anchor > li > a[aria-disabled="true"] {
  background: #e6e6e6 !important;
  color: #333 !important;
  opacity: 1 !important;
  cursor: default !important;
}
@media (max-width: 992px) {
  #rootwizard .step-anchor > li > a {
    white-space: normal !important;
    font-size: 0.82rem !important;
    padding: 10px 6px !important;
  }
}
#rootwizard ul.step-anchor li.active > a:focus,
#rootwizard ul.step-anchor li.active > a:focus-visible,
#rootwizard ul.nav li.active > a:focus,
#rootwizard ul.nav li.active > a:focus-visible {
  position: relative !important;
  z-index: 6 !important;
  border-radius: 6px !important;
  box-shadow: inset 0 0 0 2px #000 !important;
  outline: none !important;
  margin-bottom: 0 !important;
}
#rootwizard ul.step-anchor li.active > a:focus::after,
#rootwizard ul.step-anchor li.active > a:focus-visible::after,
#rootwizard ul.nav li.active > a:focus::after,
#rootwizard ul.nav li.active > a:focus-visible::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid #000;
  border-radius: 6px;
  pointer-events: none;
}
#rootwizard ul.step-anchor li.active,
#rootwizard ul.nav li.active {
  position: relative !important;
  z-index: 5 !important;
}
body.page-calculateur-body #rootwizard #bar.progress {
  margin-bottom: 20px !important;
}
#rootwizard .step-anchor > li.done > a {
  position: relative !important;
  padding-left: 32px !important;
}
#rootwizard .step-anchor > li.done > a::before {
  content: "✓";
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #000;
}
#rootwizard .step-anchor > li.active > a::before {
  content: none !important;
}
body.page-calculateur-body #navActions {
  position: static !important;
  right: auto !important;
  bottom: auto !important;
  margin-top: 12px !important;
}
body.page-calculateur-body .page-calculateur #rootwizard {
  padding-bottom: 0 !important;
}
body.page-calculateur-body .page-calculateur #rootwizard,
body.page-calculateur-body .page-calculateur #rootwizard .tab-pane,
body.page-calculateur-body .page-calculateur #rootwizard .step-content {
  min-height: 0 !important;
}
#piv.piv-calculateur-only #piv-menu {
  position: relative;
  right: 18px;
}
#piv.piv-calculateur-only #piv-menu nav {
  right: 0;
}
@media (min-width: 1200px) {
  body.page-accueil-body #piv.container,
  body.page-accueil-body #fil-dariane > .container,
  body.page-accueil-body #main-container-header > .container,
  body.page-accueil-body .container.brochure,
  body.page-accueil-body .container.body-content {
    max-width: 1170px !important;
  }
}
@media (min-width: 1200px) {
  body.page-accueil-body #piv.container,
  body.page-accueil-body #fil-dariane > .container,
  body.page-accueil-body #main-container-header > .container,
  body.page-accueil-body .container.brochure,
  body.page-accueil-body .container.body-content {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
a:not(.btn):not(.infobulle):not(.lien-titre) {
  text-decoration: none !important;
}
a:not(.btn):not(.infobulle):not(.lien-titre):hover,
a:not(.btn):not(.infobulle):not(.lien-titre):focus,
a:not(.btn):not(.infobulle):not(.lien-titre):focus-visible {
  text-decoration: underline !important;
}
body.page-calculateur-body #footer-container .wrapper,
body.page-calculateur-body #footer-container #subfooter {
  max-width: 1175px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
body.page-calculateur-body #main-container {
  padding-bottom: calc(108px);
}
#rootwizard .icone-completee {
  display: inline-flex;
  align-items: center;
  margin-right: 6px;
  line-height: 1;
}
#rootwizard #ongletCalculPension header,
#rootwizard #ongletCalculPension header *,
#rootwizard #ongletCalculPension .page-header,
#rootwizard #ongletCalculPension .page-header * {
  background-color: transparent !important;
  background-image: none !important;
}
#rootwizard #ongletResultat header,
#rootwizard #ongletResultat header *,
#rootwizard #ongletResultat .page-header,
#rootwizard #ongletResultat .page-header * {
  background-color: transparent !important;
  background-image: none !important;
}
#ongletResultat .resultats-dup {
  display: none !important;
}
#ongletResultat .entete-dup {
  display: none !important;
}
#navActions .nav-actions-bar {
  width: 100%;
  justify-content: space-between;
}
#navActions .nav-actions-left {
  flex: 0 0 auto;
}
#navActions .nav-actions-right {
  flex: 0 0 auto;
  margin-left: auto;
}
@media (max-width: 767.98px) {
  #navActions .nav-actions-bar {
    flex-direction: column;
    align-items: stretch;
  }
  #navActions .nav-actions-left {
    justify-content: flex-start;
    width: 100%;
  }
  #navActions .nav-actions-right {
    justify-content: flex-end;
    width: 100%;
    margin-left: 0;
  }
}
#ongletCalculPension .help-block.form-group {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 6px;
}
@media (max-width: 767.98px) {
  #ongletCalculPension .help-block.form-group {
    flex-wrap: wrap;
  }
}
#ongletCalculPension .help-block.form-group span,
#ongletCalculPension .help-block.form-group .input-group,
#ongletCalculPension .help-block.form-group div.help-block {
  float: none !important;
  clear: none !important;
  padding-bottom: 0 !important;
}
#ongletCalculPension .help-block.form-group .input-group {
  display: inline-flex;
  width: auto;
  margin: 0;
  padding: 0 !important;
}
#ongletCalculPension .help-block.form-group input.form-control {
  width: 5.5em;
  min-width: 0;
}
#ongletCalculPension .help-block.form-group input[aria-describedby="idPrecisionChampPourcentage"] {
  width: 4.5em;
}
#ongletCalculPension .help-block.form-group .input-group-addon,
#ongletCalculPension .help-block.form-group .input-group-text {
  padding: 7px 10px;
}
#rootwizard a.infobulle {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 18px !important;
  height: 18px !important;
  margin-left: 6px !important;
  background: #223654 !important;
  background-color: #223654 !important;
  color: #fff !important;
  border-radius: 50% !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  vertical-align: middle !important;
  outline: none !important;
  box-shadow: none !important;
}
#rootwizard a.infobulle:not([style*="display: none"])::before {
  content: "?" !important;
  color: #fff !important;
  font-family: inherit !important;
  font-weight: 700 !important;
}
#rootwizard #ongletCalculPension header.mb-3.pb-2.border-bottom > h2,
#rootwizard #ongletCalculPension header.mb-3.pb-2.border-bottom > h2.h4,
#rootwizard #ongletCalculPension header.mb-3.pb-2.border-bottom > h2.h4.m-0 {
  font-weight: 700 !important;
}
#rootwizard #ongletResultat header.mb-3.pb-2.border-bottom > h2,
#rootwizard #ongletResultat header.mb-3.pb-2.border-bottom > h2.h4,
#rootwizard #ongletResultat header.mb-3.pb-2.border-bottom > h2.h4.m-0 {
  font-weight: 700 !important;
}
#rootwizard #ongletResultat .card-body > h3,
#rootwizard #ongletResultat .card-body > h3.h5 {
  font-weight: 700 !important;
}
#rootwizard #ongletCalculPension h2 {
  font-size: 1.5rem !important;
  font-family: 'Roboto', sans-serif !important;
  font-weight: 700 !important;
}
#rootwizard a.infobulle[style*="display: none"] {
  display: none !important;
}
.panneauGardeMultiple .nav-tabs .nav-link {
  background-color: #e6e6e6 !important;
  border: 1px solid #d0d0d0 !important;
  border-bottom: none !important;
  color: #222 !important;
  font-weight: 600 !important;
}
.panneauGardeMultiple .nav-tabs {
  border-bottom: none !important;
}
.panneauGardeMultiple .nav-tabs .nav-link.active {
  background-color: #ffffff !important;
  color: #000 !important;
  border-color: #d0d0d0 !important;
  border-bottom: 1px solid #ffffff !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}
.panneauGardeMultiple .nav-tabs .nav-link:not(.active) {
  border-bottom: 1px solid #d0d0d0;
}
.panneauGardeMultiple .tab-content {
  background-color: #ffffff !important;
  border: 1px solid #d0d0d0;
  border-top: none;
  padding: 15px;
}
.panneauGardeMultiple .nav-tabs {
  border-bottom: none !important;
}
.panneauGardeMultiple .nav-tabs .nav-link,
.panneauGardeMultiple .nav-tabs .nav-link:hover,
.panneauGardeMultiple .nav-tabs .nav-link:focus,
.panneauGardeMultiple .nav-tabs .nav-link:focus-visible {
  text-decoration: none !important;
}
.panneauGardeMultiple .nav-tabs .nav-link.active,
.panneauGardeMultiple .nav-tabs .nav-link.active:hover,
.panneauGardeMultiple .nav-tabs .nav-link.active:focus,
.panneauGardeMultiple .nav-tabs .nav-link.active:focus-visible {
  text-decoration: none !important;
}
.panneauGardeMultiple .nav-tabs .nav-link:hover,
.panneauGardeMultiple .nav-tabs .nav-link:focus,
.panneauGardeMultiple .nav-tabs .nav-link:focus-visible {
  text-decoration: none !important;
}
.panneauGardeMultiple .nav-tabs a.nav-link,
.panneauGardeMultiple .nav-tabs a.nav-link:hover,
.panneauGardeMultiple .nav-tabs a.nav-link:focus,
.panneauGardeMultiple .nav-tabs a.nav-link:focus-visible,
.panneauGardeMultiple .nav-tabs a.nav-link.active {
  text-decoration: none !important;
}
.row.form-group .col-md-2 input[type="radio"] {
  margin-left: 0 !important;
  transform: translateX(-20px);
}
#ongletResultat input[type="radio"] {
  pointer-events: none !important;
  cursor: default !important;
}
#ongletResultat input[type="radio"][disabled] {
  opacity: 1 !important;
  filter: none !important;
}
#ongletResultat input[type="radio"] {
  accent-color: #0a58ca !important;
}
#ongletContributionAlimentaire .colonne-description-frais .control-label {
  display: inline-flex;
  align-items: center;
  flex-wrap: nowrap;
  white-space: nowrap;
  gap: 6px;
  width: auto;
  max-width: 100%;
}
#ongletContributionAlimentaire .colonne-description-frais .control-label a.infobulle {
  margin-left: 0 !important;
  flex: 0 0 auto;
}
@media (max-width: 767.98px) {
  #ongletContributionAlimentaire .colonne-description-frais .control-label {
    white-space: normal;
    flex-wrap: wrap;
  }
}
#printResultatTable {
  display: none;
}
@media print {
  @page {
    size: letter;
    margin: 0.5in 0.1in 0.5in 0.1in;
  }
  html,
  body {
    width: 100% !important;
    height: 99vh !important;
    max-height: 99vh !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 1em !important;
    overflow: hidden !important;
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
  }
  h2 {
    margin-top: -30px;
  }
  body {
    line-height: 1.1em;
    word-spacing: 1px;
    letter-spacing: 0.2px;
    float: none;
  }
  .offset-3,
  .col-xs-offset-3 {
    margin-left: 10%;
  }
  .col-6,
  .col-xs-6 {
    width: 17%;
  }
  .col-12,
  .col-xs-12 {
    width: 66%;
  }
  #rootwizard input.form-control {
    border: none !important;
    box-shadow: none !important;
    background: transparent !important;
    padding: 0 !important;
    color: transparent !important;
    text-shadow: 0 0 0 #000 !important;
    caret-color: transparent !important;
    appearance: none !important;
    -webkit-appearance: none !important;
  }
  .numeric-control {
    text-align: right !important;
  }
  .col-md-2.col-6,
  .col-md-2.col-xs-6,
  .row.form-group > [class*="col-"] {
    position: relative !important;
    overflow: visible !important;
  }
  #rootwizard .input-group {
    display: inline-flex !important;
    flex-direction: row !important;
    justify-content: flex-end !important;
    align-items: center !important;
    width: 100% !important;
    white-space: nowrap !important;
    overflow: visible !important;
    transform: translateX(-12px) !important;
  }
  #rootwizard .input-group > input.form-control {
    display: inline-block !important;
    width: auto !important;
    max-width: 105px !important;
    min-width: 0 !important;
    text-align: right !important;
    padding-right: 2px !important;
    flex-grow: 0 !important;
  }
  #rootwizard .input-group-text,
  #rootwizard .input-group-addon,
  #rootwizard .input-group-text *,
  #rootwizard .input-group-addon * {
    display: inline-block !important;
    position: static !important;
    width: 14px !important;
    max-width: 14px !important;
    min-width: 14px !important;
    text-align: left !important;
    border: 0 !important;
    background: transparent !important;
    padding: 0 !important;
    margin-left: 3px !important;
    box-shadow: none !important;
    outline: none !important;
    z-index: 10 !important;
    color: #000000 !important;
    -webkit-text-fill-color: #000000 !important;
    opacity: 1 !important;
    filter: none !important;
    font-weight: normal !important;
  }
  #ongletResultat .row.form-group > .col-md-2:last-child .input-group,
  #ongletResultat .row.form-group > .col-xs-6:last-child .input-group,
  #ongletResultat .row.form-group > .col-6:last-child .input-group {
    padding-right: 28px !important;
    box-sizing: border-box !important;
  }
  #rootwizard .input-group > input.form-control + .input-group-addon,
  #rootwizard .input-group > input.form-control + .input-group-text {
    border-left: 0 !important;
    border-right: 0 !important;
    border-top: 0 !important;
    border-bottom: 0 !important;
    box-shadow: none !important;
    outline: none !important;
    background: transparent !important;
  }
  .panel-default,
  .card {
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #000;
    border-radius: 0;
  }
  .panel-default .panel-body,
  .card .panel-body,
  .panel-default .card-body,
  .card .card-body {
    padding: 0;
  }
  .badge {
    display: none;
  }
  .entete-colonne-parents {
    display: flex !important;
    position: static !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
  .entete-colonne-parents strong:first-child {
    margin-left: 66%;
  }
  .entete-colonne-parents #idTitreColonneMere {
    transform: translateX(-12px) !important;
  }
  .entete-colonne-parents #idTitreColonnePere {
    transform: translateX(0px) !important;
  }
  .entete-colonne-parents strong {
    text-align: right;
  }
  a::after {
    content: none !important;
  }
  .form-group {
    margin-bottom: 6px !important;
  }
  input[type="radio"] {
    margin-left: 0 !important;
  }
  input[type="radio"][aria-labelledby="idTitreColonneMere"] {
    transform: translateX(-12px) !important;
  }
  input[type="radio"][aria-labelledby="idTitreColonnePere"] {
    transform: translateX(5px) !important;
  }
  input[type="text"] {
    width: auto !important;
  }
  #tabGardePartagee input[aria-describedby*="idPrecisionChampPourcentage"],
  #tabGardePartagee input[data-bind*="pourcentageTempsGarde"],
  #tabGardePartagee input[data-bind*="facteurRepartition"] {
    transform: translateX(-12px) !important;
  }
  .col-md-2.col-6 div:not(.input-group),
  .col-md-2.col-xs-6 div:not(.input-group) {
    float: right;
  }
  .col-md-2.col-6:has(input[data-bind*="nombreEnfantsCommuns400"]) div,
  .col-md-2.col-xs-6:has(input[data-bind*="nombreEnfantsCommuns400"]) div {
    float: none !important;
    text-align: center !important;
  }
  .col-md-2.col-6:has(input[data-bind*="nombreEnfants554"]) div,
  .col-md-2.col-xs-6:has(input[data-bind*="nombreEnfants554"]) div {
    float: none !important;
    text-align: center !important;
  }
  div[class*=' col-'] {
    padding-right: 16px !important;
    padding-left: 12px !important;
  }
  #rootwizard ul.nav,
  #rootwizard ul.step-anchor,
  #rootwizard #bar,
  #navActions,
  .nav,
  .navbar,
  .header,
  .sidebar {
    display: none !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  #rootwizard .col-md-2.col-6 > div > input[data-bind*="nombreEnfantsGarde520"],
  #rootwizard .col-md-2.col-6 > div > input[data-bind*="nombreEnfantsGarde521"],
  #rootwizard .col-md-2.col-xs-6 > div > input[data-bind*="nombreEnfantsGarde520"],
  #rootwizard .col-md-2.col-xs-6 > div > input[data-bind*="nombreEnfantsGarde521"] {
    position: relative !important;
    left: -28px !important;
    transform: none !important;
  }
  #rootwizard .col-md-2.col-6 > div:has(> input[data-bind*="nombreEnfantsGarde520"]),
  #rootwizard .col-md-2.col-6 > div:has(> input[data-bind*="nombreEnfantsGarde521"]),
  #rootwizard .col-md-2.col-xs-6 > div:has(> input[data-bind*="nombreEnfantsGarde520"]),
  #rootwizard .col-md-2.col-xs-6 > div:has(> input[data-bind*="nombreEnfantsGarde521"]) {
    position: relative !important;
    left: -28px !important;
  }
  #rootwizard input[data-bind*="nombreEnfantsConcer"] {
    position: relative !important;
    left: -72px !important;
    transform: none !important;
  }
  #rootwizard input.form-control.numeric-control[size="1"][aria-labelledby="idTitreColonneMere"] {
    position: relative !important;
    left: -72px !important;
  }
  #rootwizard .col-md-2.col-6 > div:has(> input[data-bind*="nombreEnfantsConcer"]),
  #rootwizard .col-md-2.col-xs-6 > div:has(> input[data-bind*="nombreEnfantsConcer"]) {
    position: relative !important;
    left: -72px !important;
  }
  #rootwizard input[data-bind*="nombreEnfantsCommuns400"] {
    position: relative !important;
    left: 0px !important;
    transform: none !important;
    text-align: center !important;
    margin: 0 auto !important;
    display: block !important;
  }
  #rootwizard input[data-bind*="nombreEnfants554"] {
    position: relative !important;
    left: 0px !important;
    transform: none !important;
    text-align: center !important;
    margin: 0 auto !important;
    display: block !important;
  }
  .print-spacer {
    display: block !important;
    height: 6px !important;
    width: 100% !important;
  }
  #ongletResultat .print-revenu-annuel-hook {
    border-top: 1px solid #000 !important;
    margin-top: 6px !important;
    padding-top: 6px !important;
  }
  #ongletResultat .print-revenu-annuel-hook .row,
  #ongletResultat .print-revenu-annuel-hook .row.form-group,
  #ongletResultat .print-revenu-annuel-hook .form-group {
    border-top: 0 !important;
    border-bottom: 0 !important;
    box-shadow: none !important;
    background-image: none !important;
  }
  #ongletResultat .print-revenu-annuel-hook hr {
    display: none !important;
    border: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  #ongletResultat .print-revenu-annuel-hook::before,
  #ongletResultat .print-revenu-annuel-hook::after,
  #ongletResultat .print-revenu-annuel-hook .row::before,
  #ongletResultat .print-revenu-annuel-hook .row::after {
    content: none !important;
    border: 0 !important;
  }
  #ongletResultat,
  #ongletResultat .card.mb-3,
  #printResultatTable {
    break-inside: avoid !important;
    page-break-inside: avoid !important;
    page-break-after: avoid !important;
    break-after: avoid !important;
  }
  #footer-container,
  #subfooter,
  #piedPagePIV,
  footer,
  #banniereCookies,
  .banniereCookies,
  .cookie-banner,
  #cookie-banner,
  #fil-dariane,
  #messagesAccessibilite,
  .messagesAccessibilite,
  .wrapper-accessibilite {
    display: none !important;
    height: 0 !important;
  }
  .print-header-hook {
    display: block !important;
  }
  #ongletResultat {
    zoom: 0.75 !important;
  }
  @-moz-document url-prefix() {
    #ongletResultat {
      transform: scale(0.75) !important;
      transform-origin: top left !important;
      width: calc(133.333333333%) !important;
    }
  }
  #ongletResultat .print-hook-parent-non-gardien-resultats,
  #ongletResultat .print-hook-parent-non-gardien-resultats .row,
  #ongletResultat .print-hook-parent-non-gardien-resultats .row.form-group,
  #ongletResultat .print-hook-parent-non-gardien-resultats .form-group {
    border-top: 0 !important;
    border-bottom: 0 !important;
    box-shadow: none !important;
    background-image: none !important;
  }
  #ongletResultat .print-no-separator-before-revenu {
    border-bottom: 0 !important;
  }
  body.print-table-mode #printResultatTable {
    display: block !important;
    margin-top: 12px !important;
    break-inside: avoid !important;
    page-break-inside: avoid !important;
    max-height: 95vh !important;
  }
  body.print-table-mode #ongletResultat {
    display: none !important;
  }
  body.print-table-mode #printResultatTable .print-only-table {
    width: 96% !important;
    margin-left: 0 !important;
    margin-right: auto !important;
    border-collapse: collapse !important;
    table-layout: fixed !important;
    max-width: 100% !important;
  }
  body.print-table-mode #printResultatTable .print-only-table th,
  body.print-table-mode #printResultatTable .print-only-table td {
    padding: 2px 4px !important;
    vertical-align: top !important;
    box-sizing: border-box !important;
  }
  body.print-table-mode #printResultatTable .print-only-table .col-lib {
    width: 67% !important;
    text-align: left !important;
    white-space: normal !important;
  }
  body.print-table-mode #printResultatTable .print-only-table .col-pere,
  body.print-table-mode #printResultatTable .print-only-table .col-mere {
    width: 16.5% !important;
    text-align: right !important;
    white-space: nowrap !important;
    font-variant-numeric: tabular-nums !important;
  }
  body.print-table-mode #printResultatTable .print-only-table tr {
    border-bottom: 1px solid #000 !important;
    break-inside: avoid !important;
  }
  body.print-table-mode #printResultatTable .print-only-title {
    margin: 0 0 4px 0 !important;
  }
  #ongletResultat {
    padding-right: 0.24in !important;
    box-sizing: border-box !important;
  }
  #ongletResultat .row.form-group > .col-md-2:last-child,
  #ongletResultat .row.form-group > .col-xs-6:last-child,
  #ongletResultat .row.form-group > .col-6:last-child {
    padding-right: 25px !important;
    box-sizing: border-box !important;
  }
  #rootwizard .row.form-group > [class*="col-"]:last-child .input-group {
    justify-content: center !important;
    transform: none !important;
  }
  #rootwizard .row.form-group:has(input[data-bind*="nombreEnfants541"]) > .col-6:nth-of-type(2) div,
  #rootwizard .row.form-group:has(input[data-bind*="nombreEnfants546"]) > .col-6:nth-of-type(2) div,
  #rootwizard .row.form-group:has(input[data-bind*="nombreEnfants541"]) > .col-md-2:nth-of-type(2) div,
  #rootwizard .row.form-group:has(input[data-bind*="nombreEnfants546"]) > .col-md-2:nth-of-type(2) div,
  #rootwizard .row.form-group:has(input[data-bind*="nombreEnfants541"]) > .col-xs-6:nth-of-type(2) div,
  #rootwizard .row.form-group:has(input[data-bind*="nombreEnfants546"]) > .col-xs-6:nth-of-type(2) div {
    float: none !important;
    display: flex !important;
    justify-content: flex-end !important;
    width: 100% !important;
  }
  #rootwizard .row.form-group:has(input[data-bind*="nombreEnfants541"]) > .col-6:nth-of-type(2) input.form-control,
  #rootwizard .row.form-group:has(input[data-bind*="nombreEnfants546"]) > .col-6:nth-of-type(2) input.form-control,
  #rootwizard .row.form-group:has(input[data-bind*="nombreEnfants541"]) > .col-md-2:nth-of-type(2) input.form-control,
  #rootwizard .row.form-group:has(input[data-bind*="nombreEnfants546"]) > .col-md-2:nth-of-type(2) input.form-control,
  #rootwizard .row.form-group:has(input[data-bind*="nombreEnfants541"]) > .col-xs-6:nth-of-type(2) input.form-control,
  #rootwizard .row.form-group:has(input[data-bind*="nombreEnfants546"]) > .col-xs-6:nth-of-type(2) input.form-control {
    position: relative !important;
    left: -50px !important;
    transform: none !important;
    text-align: right !important;
  }
}

