/* FIX CSS CONTRE PORTAL */
@font-face {
  font-family: 'Open Sans';
  src: url('/OpenSans-VariableFont_wdth,wght.ttf') format('truetype');
  font-weight: 100 900; /* Full range */
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('/Roboto-VariableFont_wdth,wght.ttf') format('truetype');
  font-weight: 100 900; /* Full range */
}
p a {
  font-size: 16px;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  font-family: 'Open Sans', sans-serif !important;
}

.filAriane a {
  color: #223654;
  font-weight: 300;
  text-decoration: none !important;
  font-size: 0.75rem;
}
.filAriane a:hover{
  text-decoration: underline!important;
}



*,
::after,
::before {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  font-size: 16px;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
    'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji',
    'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}
[tabindex='-1']:focus {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
button,
input,
optgroup,
select,
textarea
 {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
select {
  word-wrap: normal;
}
[type='button'],
[type='reset'],
[type='submit'],
button {
  -webkit-appearance: button;
}
[type='button']:not(:disabled),
[type='reset']:not(:disabled),
[type='submit']:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}
input[type='date'],
input[type='datetime-local'],
input[type='month'],
input[type='time'] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
[hidden] {
  display: none !important;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--qc-font-family-roboto)!important;
  margin-bottom: 0.5rem;
  font-weight: 700;
  line-height: 1.2;
}
.h1,
h1 {
  font-size: 2.5rem;
}
.h2,
h2 {
  font-size: 2rem;
}
.h3,
h3 {
  font-size: 1.75rem;
}
.h4,
h4 {
  font-size: 1.5rem;
}
.h5,
h5 {
  font-size: 1.25rem;
}
.h6,
h6 {
  font-size: 1rem;
}

h1.themeTitre {
  font-size: 2.25rem;
  line-height: 2.625rem;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  h1.themeTitre {
    font-size: 3rem;
    line-height: 3.5rem;
  }
}
h1.themeTitre:after {
  border-bottom: 5px solid #f09686;
  content: '';
  display: block;
  margin: 0;
  width: 3rem;
  padding-top: 0.5rem;
}
h1.titreSansFilArianne {
  padding-top: 74px;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.small,
small {
  font-size: 80%;
  font-weight: 400;
}
.mark,
mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.blockquote-footer::before {
  content: '\2014\00A0';
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 90%;
  color: #6c757d;
}
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}
a > code {
  color: inherit;
}
pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
 
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.rangee-footer {
  background-color: #223654;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 30px;
  margin-top: 3rem;
  -webkit-font-smoothing: antialiased;
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

.rangee-footer .footer-title {
  font-family: 'Roboto', sans-serif;
  display: inline-block;
  font-size: 1.5rem;
  margin-top: 36px;
  font-weight: 500;
}

.rangee-footer .footer-title {
  font-family: 'Roboto', sans-serif;
  display: inline-block;
  font-size: 1.5rem;
  margin-top: 36px;
  margin-bottom: 24px;
  font-weight: 500;
}
.rangee-footer a {
  font-size: 0.875rem;
}
.rangee-footer a {
  color: #fff;
  font-size: 0.8rem;
  text-decoration: none;
}
.rangee-footer a:hover {
  color: #fff;
  text-decoration: underline;
}
.rangee-footer h3 {
  font-family: 'Open Sans', sans-serif;
  padding-bottom: 0;
  margin-top: 40px;
  margin-bottom: 8px;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  border-bottom: 0;
}
.rangee-footer ul {
  list-style: none;
  padding: 0px;
  margin-bottom: 48px;
}
.rangee-footer ul li {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 8px;
}

.rangee-footer ul li a {
  color: #fff;
  text-decoration: none;
}
.iconesHorizontal {
  align-items: center;
}

.rangee-footer .iconesHorizontal li {
  flex-basis: auto;
  margin: 0 9px;
}
.rangee-footer .iconesHorizontal img {
  margin-top: 4px;
  max-height: 27px;
}
.form-group label {
  font-weight: bold;
}
.required.mandatory {
  font-size: 1em;
  vertical-align: top;
  font-weight: bold;
}
.form-group .required {
  color: #CB381F;
}
.form-group .exemple-form {
  display: block;
  font-size: 0.875rem;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.1rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #223653;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.row .form-group {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 0;
  padding-right: 0;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
input::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}
.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
select.form-control[multiple],
select.form-control[size] {
  height: auto;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 1rem;
}
.form-text {
  display: block;
  margin-top: 0.25rem;
}
.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*='col-'] {
  padding-right: 5px;
  padding-left: 5px;
}
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}
.form-check-label {
  margin-bottom: 0;
}
.form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}
.form-control.is-valid,
.was-validated .form-control:valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip {
  display: block;
}
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right
    calc(0.375em + 0.1875rem);
}
.custom-select.is-valid,
.was-validated .custom-select:valid {
  border-color: #28a745;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
      no-repeat right 0.75rem center/8px 10px,
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e")
      #fff no-repeat center right 1.75rem / calc(0.75em + 0.375rem)
      calc(0.75em + 0.375rem);
}
.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip,
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip {
  display: block;
}
.form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip,
.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip {
  display: block;
}
.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
  color: #28a745;
}
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip,
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip {
  display: block;
}
.custom-control-input.is-valid ~ .custom-control-label,
.was-validated .custom-control-input:valid ~ .custom-control-label {
  color: #28a745;
}
.custom-control-input.is-valid ~ .custom-control-label::before,
.was-validated .custom-control-input:valid ~ .custom-control-label::before {
  border-color: #28a745;
}
.custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip,
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip {
  display: block;
}
.custom-control-input.is-valid:checked ~ .custom-control-label::before,
.was-validated
  .custom-control-input:valid:checked
  ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}
.custom-control-input.is-valid:focus ~ .custom-control-label::before,
.was-validated
  .custom-control-input:valid:focus
  ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.custom-control-input.is-valid:focus:not(:checked)
  ~ .custom-control-label::before,
.was-validated
  .custom-control-input:valid:focus:not(:checked)
  ~ .custom-control-label::before {
  border-color: #28a745;
}
.custom-file-input.is-valid ~ .custom-file-label,
.was-validated .custom-file-input:valid ~ .custom-file-label {
  border-color: #28a745;
}
.custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip,
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip {
  display: block;
}
.custom-file-input.is-valid:focus ~ .custom-file-label,
.was-validated .custom-file-input:valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}
.form-control.is-invalid,
.was-validated .form-control:invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right
    calc(0.375em + 0.1875rem);
}
.custom-select.is-invalid,
.was-validated .custom-select:invalid {
  border-color: #dc3545;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
      no-repeat right 0.75rem center/8px 10px,
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E")
      #fff no-repeat center right 1.75rem / calc(0.75em + 0.375rem)
      calc(0.75em + 0.375rem);
}
.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip {
  display: block;
}
.form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip,
.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip {
  display: block;
}
.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
  color: #dc3545;
}
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip,
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip {
  display: block;
}
.custom-control-input.is-invalid ~ .custom-control-label,
.was-validated .custom-control-input:invalid ~ .custom-control-label {
  color: #dc3545;
}
.custom-control-input.is-invalid ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}
.custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip,
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip {
  display: block;
}
.custom-control-input.is-invalid:checked ~ .custom-control-label::before,
.was-validated
  .custom-control-input:invalid:checked
  ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}
.custom-control-input.is-invalid:focus ~ .custom-control-label::before,
.was-validated
  .custom-control-input:invalid:focus
  ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.custom-control-input.is-invalid:focus:not(:checked)
  ~ .custom-control-label::before,
.was-validated
  .custom-control-input:invalid:focus:not(:checked)
  ~ .custom-control-label::before {
  border-color: #dc3545;
}
.custom-file-input.is-invalid ~ .custom-file-label,
.was-validated .custom-file-input:invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip,
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip {
  display: block;
}
.custom-file-input.is-invalid:focus ~ .custom-file-label,
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }
  
  .form-inline .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .custom-select,
  .form-inline .input-group {
    width: auto;
  }
  .form-inline .form-check {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}
.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}
.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
.btn-primary.focus,
.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-secondary {
  color: #095797;
  background-color: #ffffff;
  border-color: #095797 !important;
}
.btn-secondary:hover {
  color: #095797;
  background-color: rgba(9, 87, 151, 0.16) !important;
  border-color: #095797;
}
.btn-secondary.focus,
.btn-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success.focus,
.btn-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info.focus,
.btn-info:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning.focus,
.btn-warning:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-danger.focus,
.btn-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light.focus,
.btn-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-light.disabled,
.btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark.focus,
.btn-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary.focus,
.btn-outline-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success.focus,
.btn-outline-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info.focus,
.btn-outline-info:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning.focus,
.btn-outline-warning:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger.focus,
.btn-outline-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light.focus,
.btn-outline-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark.focus,
.btn-outline-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}
.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}
.btn-link.focus,
.btn-link:focus {
  text-decoration: underline;
  box-shadow: none;
}
.btn-link.disabled,
.btn-link:disabled {
  color: #6c757d;
  pointer-events: none;
}
.btn-group-lg > .btn,
.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.btn-group-sm > .btn,
.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}
input[type='button'].btn-block,
input[type='reset'].btn-block,
input[type='submit'].btn-block {
  width: 100%;
}
.btn {
  font-family: 'Open Sans';
  font-size: 16px;
  font-weight: bold;
  /* si Compact font-weight: 600; */
  line-height: 24px;
  display: inline-block;
  box-sizing: border-box;
  min-width: 112px;
  /* si Compact min-width: 80px; */
  padding: 14px 22px;
  /* si Compact padding: 7px 15px; */
  transition: all 0.24s ease-in-out;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 2px solid transparent;
  /* si Compact border: 1px solid transparent; */
  border-radius: 0;
  /* si Arrondi border-radius: 4px; */
}

.btn.btn-primary {
  color: #fff;
  border-color: #095797;
  background-color: #095797;
  box-shadow: 0 1px 4px rgba(34, 54, 84, 0.16);
}

.btn.btn-primary:hover {
  border-color: #156bb2;
  background-color: #156bb2;
}

.btn.btn-primary:focus {
  border-color: #223654;
  background-color: #156bb2;
  box-shadow: 0 2px 8px rgba(34, 54, 84, 0.16), 0 0 0 2px #4a98d9;
}

.btn.btn-primary:active {
  border-color: #3783c9;
  background-color: #3783c9;
}
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.btn-group-vertical > .btn:hover,
.btn-group > .btn:hover {
  z-index: 1;
}
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus {
  z-index: 1;
}
.btn-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group > .btn-group:not(:first-child),
.btn-group > .btn:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}
.btn-group-sm > .btn + .dropdown-toggle-split,
.btn-sm + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-lg + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.btn-group-vertical {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn-group:not(:first-child),
.btn-group-vertical > .btn:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type='checkbox'],
.btn-group-toggle > .btn input[type='radio'],
.btn-group-toggle > .btn-group > .btn input[type='checkbox'],
.btn-group-toggle > .btn-group > .btn input[type='radio'] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}
.input-group > .custom-file,
.input-group > .custom-select,
.input-group > .form-control,
.input-group > .form-control-plaintext {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group > .custom-file + .custom-file,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .form-control,
.input-group > .custom-select + .custom-file,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .form-control,
.input-group > .form-control + .custom-file,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .form-control,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .form-control {
  margin-left: -1px;
}
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label,
.input-group > .custom-select:focus,
.input-group > .form-control:focus {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .custom-select:not(:last-child),
.input-group > .form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-select:not(:first-child),
.input-group > .form-control:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-append,
.input-group-prepend {
  display: -ms-flexbox;
  display: flex;
}
.input-group-append .btn,
.input-group-prepend .btn {
  position: relative;
  z-index: 2;
}
.input-group-append .btn:focus,
.input-group-prepend .btn:focus {
  z-index: 3;
}
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .input-group-text + .input-group-text,
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .input-group-text + .input-group-text {
  margin-left: -1px;
}
.input-group-prepend {
  margin-right: -1px;
}
.input-group-append {
  margin-left: -1px;
}
.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group-text input[type='checkbox'],
.input-group-text input[type='radio'] {
  margin-top: 0;
}
.input-group-lg > .custom-select,
.input-group-lg > .form-control:not(textarea) {
  height: calc(1.5em + 1rem + 2px);
}
.input-group-lg > .custom-select,
.input-group-lg > .form-control,
.input-group-lg > .input-group-append > .btn,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-prepend > .input-group-text {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.input-group-sm > .custom-select,
.input-group-sm > .form-control:not(textarea) {
  height: calc(1.5em + 0.5rem + 2px);
}
.input-group-sm > .custom-select,
.input-group-sm > .form-control,
.input-group-sm > .input-group-append > .btn,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-prepend > .input-group-text {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}
.input-group
  > .input-group-append:last-child
  > .btn:not(:last-child):not(.dropdown-toggle),
.input-group
  > .input-group-append:last-child
  > .input-group-text:not(:last-child),
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group
  > .input-group-prepend:first-child
  > .input-group-text:not(:first-child),
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}
.custom-control-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}
.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}
.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  left: -1.5rem;
  display: block;
  width: 24px;
  height: 24px;
  pointer-events: none;
  content: '';
  background-color: #fff;
  border: #adb5bd solid 1px;
}
.custom-control-label::after {
  position: absolute;
  top: 0;
  left: -1.5rem;
  display: block;
  width: 24px;
  height: 24px;
  content: '';
  background: no-repeat 50%/50% 50%;
}
.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox
  .custom-control-input:indeterminate
  ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}
.custom-checkbox
  .custom-control-input:indeterminate
  ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox
  .custom-control-input:disabled:checked
  ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-checkbox
  .custom-control-input:disabled:indeterminate
  ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio
  .custom-control-input:disabled:checked
  ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-transform 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(0.75rem);
  transform: translateX(0.75rem);
}
.custom-switch
  .custom-control-input:disabled:checked
  ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #223653;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
    no-repeat right 0.75rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple],
.custom-select[size]:not([size='1']) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}
.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: 'Browse';
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: 'Browse';
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}
.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-range:focus {
  outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}
.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}
body {
  background-color: #fff;
  height: 100%;
  color: #223654;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
body p,
body ol,
body ul,
body dl {
  font-size: 1rem;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 700;
  font-style: normal;
  font-family: Roboto, sans-serif;
  color: #223654;
}
h1,
.h1 {
  font-size: 2.5rem;
  font-weight: bold!important;
  line-height: 2.7rem;
  margin-top: 1.3rem;
}
h2,
.h2 {
  font-size: 2rem;
  font-weight: bold;
  padding-bottom: 0;
  margin-bottom: 0.7rem;
  margin-top: 2.5rem;
  line-height: 2.3rem;
}
h3,
.h3 {
  font-size: 1.8rem;
  font-weight: 500;
  margin-top: 2.7rem;
}
h3.results-topic {
  margin-top: 1rem;
}
h3.results-topic a {
  font-weight: normal;
  font-size: 1.5rem;
  text-decoration: none;
  font-variant-caps: all-small-caps;
}
h4,
.h4 {
  font-size: 1.3125rem;
  font-weight: bold;
  margin-top: 1rem;
}
h5,
.h5 {
  font-size: 1.125rem;
  font-weight: 500;
  margin-top: 1rem;
}
h6,
.h6 {
  font-size: 1rem;
  font-weight: bold;
}
.font-weight-bold-600 {
  font-weight: 600 !important;
}
.font-weight-bold-500 {
  font-weight: 500 !important;
}
.reset-bg {
  background: inherit !important;
}
.reset-p {
  padding: inherit !important;
}
.medium {
  font-size: 87.5%;
}
.small {
  font-size: 81.25%;
}
.roboto {
  font-family: Roboto, 'Open Sans';
}
button,
a {
  cursor: pointer;
}
ul {
  padding: 0 0 0.5rem 2rem;
}
li ul {
  padding-bottom: 0;
}
dt {
  font-weight: 400;
}
a {
  color: #095797;
  text-decoration: underline;
  /* word-break: break-word;
  overflow-wrap: break-word; */
}
a[href^='mailto:'] {
  word-break: break-all;
  display: inline-block;
}
a:hover,
a:focus {
  color: #095797;
  text-decoration: none;
}
h3.results-topic a:hover {
  text-decoration: none;
  font-size: 1.5rem;
  font-variant-caps: all-small-caps;
}
p {
  margin-bottom: 1.5rem;
  margin-top: 0;
  line-height: 1.6rem;
}


form label,
form fieldset,
form,
fieldset legend {
  color: #223654;
  font-size: 1rem;
}
.piv form input,
.piv form select,
.piv select.form-control:not([size]):not([multiple]),
form input,
form select,
.rangee-1-accueil form input,
.rangee-1-accueil form select,
.rangee-1-accueil select.form-control:not([size]):not([multiple]),
.rangee-footer form input,
.rangee-footer form select,
.rangee-footer select.form-control:not([size]):not([multiple]) {
  height: 1.8rem;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  background-position: calc(100% - 14px) calc(0.6em + 1px),
    calc(100% - 10px) calc(0.5em + 0px), 100% 0;
  background-image: url(/crochet-bas.png) !important;
  background-size: 11px 7px;
  background-repeat: no-repeat;
  border-radius: 0;
  background-color: #fff;
  border: 1px solid #223654;
  padding: 0 0 0 0.7rem;
}
form label {
  font-weight: 600;
  margin-bottom: 0.2rem;
}
.form-group {
  margin-top: 1.6rem;
  margin-bottom: 0;
}
.form-check-input {
  height: 0.8rem;
  margin-left: 0;
}
textarea.form-control {
  resize: vertical;
  height: 9rem;
}
hr {
  border-top-color: #223654;
}
.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.piv-header {
  font-family: var(--qc-font-family-header);
  background: #095797;
  color: #fff;
}
.piv-header .container {
  height: 72px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
.piv-header .drapeauqc {
  flex: 1;
  flex-grow: 0;
  flex-shrink: 0;
  margin-left: -15px;
  display: inline-block;
  padding: 0px 50px 0px 0px;
  order: 0;
}



.listePiv {
  font-family: var(--qc-font-family-header);
  list-style: none;
  padding: 0 0 0 0.5rem;
  margin: 0;
}
.listePiv a:link {
  font-weight: normal;
  text-decoration: none;
  font-size: 0.8rem;
  -webkit-font-smoothing: antialiased;
}
.listePiv a:hover,
.listePiv a:focus {
  text-decoration: underline;
  color: #fff!important;
}

.piv-header .nomMinistere {
  flex: 2;
  flex-shrink: 0;
  align-items: center;
  display: flex;
  position: relative;
  order: 1;
}

.nomMinistere a:link {
  font-weight: normal;
  text-decoration: none;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
}

.nomMinistere a:hover,
.nomMinistere a:focus {
  text-decoration: underline;
  color: #fff;
}

.piv-header a {
  text-decoration: none;
  color: #fff;
}
.piv-header a img {
  height: 72px;
  width: 200px;
  margin-left: 15px;
}
.piv-header nav {
  flex-shrink: 0;
  align-items: center;
  display: flex;
  padding-right: 10px;
  order: 2;
  font-size: 0.875rem;
}
.piv-header ul li {
  list-style: none;
  line-height: 1.25;
}
@media all and (max-width: 870px) {
  .piv-header .nomMinistere {
    top: 0px;
    padding-right: 10px;
  }
}
@media (max-width: 695px) {
  .piv-header .nomMinistere {
    left: 0px;
    order: 2;
    flex: auto;
    padding-bottom: 20px;
    padding-right: 5px;
    font-size: 0.875rem;
  }
  .piv-header a img{
    margin-left: 0;
  }
  .piv-header .drapeauqc {
    padding: 0px 50px 0px 15px;
  }
  .piv-header .container {
    height: 100px;
  }
  .piv-header nav {
    order: 1;
    flex: 1;
  }
  .piv-header ul {
    position: absolute;
    right: 15px;
  }
}
@media (max-width: 440px) {
  .piv-header .container {
    height: 125px;
  }
}
.piv_bas {
  padding-top: 40px;
  padding-bottom: 12px;
}
.piv_bas ul {
  margin-bottom: 8px;
  margin-left: auto;
  text-align: center;
}
.piv_bas ul li {
  padding: 0 15px 10px;
  display: inline-block;
  text-align: center;
}
.piv_bas a {
  font-size: 0.875rem;
  text-decoration: none;
  line-height: 0.8rem;
  white-space: nowrap;
}
#logoFooter {
  padding:12.5px;
}
#flecheHaut {
  display: none;
  position: fixed;
  bottom: 90px;
  right: 30px;
  z-index: 99;
  cursor: pointer;
  -moz-box-shadow: 0.1rem 0.1rem 7px rgba(34, 54, 84, 0.4);
  -webkit-box-shadow: 0.1rem 0.1rem rgb(34 54 84 / 40%);
  box-shadow: 0.1rem 0.1rem 7px rgb(34 54 84 / 40%);
}
#flecheHaut img {
  width: 40px;
  height: 40px;
}

.frame-avis,
.frame-avisExclam,
.frame-avisInterr,
.frame-avisTeleph,
.frame-avisCoords,
.avisBasPage,
.alert-warning,
.frame-alert {
  margin-top: 1rem;
  background-color: #f2f1f1;
  margin-bottom: 3rem;
  color: #223654;
  border: none;
  border-radius: 0;
}
.frame-alert,
.alert-warning {
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: none;
}
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.alert p:last-child {
  margin-bottom: 0px;
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 576px) {
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.facets .error {
  font-weight: 600 !important;
  font-size: 1em !important;
  color: #cb381f !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.d-none {
  display: none !important;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.facet-wrap legend {
  font-weight: 600 !important;
}
.tx_solr legend,
.tx_solr label,
.tx_solr .label {
  font-weight: bold;
}
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}
.facet-wrap {
  border-bottom: 1px solid #c5cad2;
  margin-bottom: 2rem;
}
.facet-wrap {
  padding-bottom: 2rem;
}
.facet-wrap:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

/* 
Québec.ca style */
:root {
  --qc-font-family-roboto: Roboto,sans-serif;
  --qc-font-family-open-sans: Open Sans,sans-serif;
  --qc-font-family-roboto-mono: Roboto Mono,monospace;
  --qc-font-family-content: var(--qc-font-family-open-sans);
  --qc-font-family-header: var(--qc-font-family-roboto);
  --qc-font-family-code: var(--qc-font-family-roboto-mono);
  --qc-font-size-h6: 16px;
  --qc-font-size-h5: 19px;
  --qc-font-size-h4: 21px;
  --qc-font-size-h3: 28px;
  --qc-font-size-h2: 36px;
  --qc-font-size-h1: 48px;
  --qc-font-size-90: 14px;
  --qc-font-size-100: 16px;
  --qc-font-size-120: 18px;
  --qc-font-size-200:2px;
  --qc-font-size-300: 31px;
  --qc-font-size-sm: var(--qc-font-size-90);
  --qc-font-size-md: var(--qc-font-size-100);
  --qc-font-size-lg: var(--qc-font-size-120);
  --qc-font-size-xl: var(--qc-font-size-200);
  --qc-font-size-xxl: var(--qc-font-size-300);
  --qc-font-size-content: var(--qc-font-size-md);
  --qc-font-weight-regular: 400;
  --qc-font-weight-medium: 500;
  --qc-font-weight-semi-bold: 600;
  --qc-font-weight-bold: 700;
  --qc-font-weight-header-regular: var(--qc-font-weight-regular);
  --qc-font-weight-header-medium: var(--qc-font-weight-semi-bold);
  --qc-font-weight-header-bold: var(--qc-font-weight-bold);
  --qc-font-weight-content-regular: var(--qc-font-weight-regular);
  --qc-font-weight-content-medium: var(--qc-font-weight-medium);
  --qc-font-weight-content-bold: var(--qc-font-weight-bold);
  --qc-line-height-h6: 2px;
  --qc-line-height-h5: 24px;
  --qc-line-height-h4: 24px;
  --qc-line-height-h3: 32px;
  --qc-line-height-h2: 4px;
  --qc-line-height-h1: 56px;
  --qc-line-height-90: 14px;
  --qc-line-height-100: 24px;
  --qc-line-height-120: 28px;
  --qc-line-height-200: 32px;
  --qc-line-height-300: 48px;
  --qc-line-height-sm: var(--qc-line-height-90);
  --qc-line-height-md: var(--qc-line-height-100);
  --qc-line-height-lg: var(--qc-line-height-120);
  --qc-line-height-xl: var(--qc-line-height-200);
  --qc-line-height-xxl: var(--qc-line-height-300);
  --qc-line-height-content: var(--qc-line-height-md);
  --qc-color-white: white;
  --qc-color-blue-pale: #dae6f0;
  --qc-color-blue-light: #4a98d9;
  --qc-color-blue-regular: #1479cc;
  --qc-color-blue-piv: #095797;
  --qc-color-blue-medium: #19406C;
  --qc-color-blue-dark: #223654;
  --qc-color-purple: #6b4fa1;
  --qc-color-grey-pale: #f1f1f2;
  --qc-color-grey-light: #c5cad2;
  --qc-color-grey-regular: #8893a2;
  --qc-color-grey-medium: #6b778a;
  --qc-color-grey-dark: #4e5662;
  --qc-color-pink-pale: #ffdbd6;
  --qc-color-pink-regular: #e58271;
  --qc-color-red-regular: #cb381f;
  --qc-color-red-dark: #692519;
  --qc-color-green-pale: #d7f0bb;
  --qc-color-green-regular: #4f813d;
  --qc-color-green-dark: #2c4024;
  --qc-color-yellow-pale: #f8e69a;
  --qc-color-yellow-regular: #e0ad03;
  --qc-color-yellow-dark: #ad781c;
  --qc-color-text-primary: var(--qc-color-blue-dark);
  --qc-color-accent: var(--qc-color-pink-regular);
  --qc-color-success: var(--qc-color-green-regular);
  --qc-color-error: var(--qc-color-red-regular);
  --qc-color-danger: var(--qc-color-red-dark);
  --qc-color-link-text: var(--qc-color-blue-piv);
  --qc-color-link-hover: var(--qc-color-blue-piv);
  --qc-color-link-visited: var(--qc-color-purple);
  --qc-color-link-active: var(--qc-color-red-regular);
  --qc-box-shadow-color: rgba(34, 54, 84, 0.24);
  --qc-box-shadow-blur-0: 0;
  --qc-box-shadow-blur-1: 4px;
  --qc-box-shadow-blur-2: 8px;
  --qc-box-shadow-blur-3: 16px;
  --qc-box-shadow-blur-4: 24px;
  --qc-spacer-xs: 8px;
  --qc-spacer-sm: 16px;
  --qc-spacer-md: 24px;
  --qc-spacer-lg: 48px;
  --qc-spacer-xl: 96px;
  --qc-spacer-section: var(--qc-spacer-xl);
  --qc-spacer-h1-mt: 72px;
  --qc-spacer-h1-mb: 32px;
  --qc-spacer-h2-mt: 72px;
  --qc-spacer-h2-mb: var(--qc-spacer-sm);
  --qc-spacer-h3-mt: var(--qc-spacer-lg);
  --qc-spacer-h3-mb: var(--qc-spacer-xs);
  --qc-spacer-h4-mt: var(--qc-spacer-lg);
  --qc-spacer-h4-mb: var(--qc-spacer-xs);
  --qc-spacer-h5-mt: var(--qc-spacer-md);
  --qc-spacer-h5-mb: 0;
  --qc-spacer-h6-mt: var(--qc-spacer-md);
  --qc-spacer-h6-mb: 0;
  --qc-spacer-content-block-mb: var(--qc-spacer-md);
  --qc-spacer-list-pl: 3.2px;
  --qc-spacer-list-mb: var(--qc-spacer-content-block-mb);
  --qc-spacer-list-item-mb: var(--qc-spacer-sm);
  --qc-grid-gutter: 32px;
  --qc-grid-breakpoint-xs: 0;
  --qc-grid-breakpoint-sm: 576px;
  --qc-grid-breakpoint-md: 768px;
  --qc-grid-breakpoint-lg: 992px;
  --qc-grid-breakpoint-xl: 1200px;
  --qc-grid-container-max-width-sm: 576px;
  --qc-grid-container-max-width-md: 768px;
  --qc-grid-container-max-width-lg: 992px;
  --qc-grid-container-max-width-xl: 1200px;
}
@media (max-width: 991.98px) {
  :root {
    --qc-font-size-h3: 25px;
    --qc-font-size-h2: 28px;
    --qc-font-size-h1: 36px;
    --qc-line-height-h2: 32px;
    --qc-line-height-h1: 4px;
    --qc-spacer-h2-mt: 48px;
    --qc-spacer-h2-mb: 8px;
  }
}
.qc-container,
.qc-container-fluid,
.qc-container-xl,
.qc-container-lg,
.qc-container-md,
.qc-container-sm {
width: 100%;
padding-right: 16px;
padding-left: 16px;
margin-right: auto;
margin-left: auto;
}

@media (min-width: 576px) {
.qc-container-sm, .qc-container {
  max-width: 540px;
}
}
@media (min-width: 768px) {
.qc-container-md, .qc-container-sm, .qc-container {
  max-width: 720px;
}
}
@media (min-width: 992px) {
.qc-container-lg, .qc-container-md, .qc-container-sm, .qc-container {
  max-width: 992px;
}
}
@media (min-width: 1200px) {
.qc-container-xl, .qc-container-lg, .qc-container-md, .qc-container-sm, .qc-container {
  max-width: 1140px;
}
}
.qc-row {
display: flex;
flex-wrap: wrap;
margin-right: -16px;
margin-left: -16px;
}

.no-gutters {
margin-right: 0;
margin-left: 0;
}
.no-gutters > .qc-col,
.no-gutters > [class*=col-] {
padding-right: 0;
padding-left: 0;
}

.qc-col-xl,
.qc-col-xl-auto, .qc-col-xl-12, .qc-col-xl-11, .qc-col-xl-10, .qc-col-xl-9, .qc-col-xl-8, .qc-col-xl-7, .qc-col-xl-6, .qc-col-xl-5, .qc-col-xl-4, .qc-col-xl-3, .qc-col-xl-2, .qc-col-xl-1, .qc-col-lg,
.qc-col-lg-auto, .qc-col-lg-12, .qc-col-lg-11, .qc-col-lg-10, .qc-col-lg-9, .qc-col-lg-8, .qc-col-lg-7, .qc-col-lg-6, .qc-col-lg-5, .qc-col-lg-4, .qc-col-lg-3, .qc-col-lg-2, .qc-col-lg-1, .qc-col-md,
.qc-col-md-auto, .qc-col-md-12, .qc-col-md-11, .qc-col-md-10, .qc-col-md-9, .qc-col-md-8, .qc-col-md-7, .qc-col-md-6, .qc-col-md-5, .qc-col-md-4, .qc-col-md-3, .qc-col-md-2, .qc-col-md-1, .qc-col-sm,
.qc-col-sm-auto, .qc-col-sm-12, .qc-col-sm-11, .qc-col-sm-10, .qc-col-sm-9, .qc-col-sm-8, .qc-col-sm-7, .qc-col-sm-6, .qc-col-sm-5, .qc-col-sm-4, .qc-col-sm-3, .qc-col-sm-2, .qc-col-sm-1, .qc-col,
.qc-col-auto, .qc-col-12, .qc-col-11, .qc-col-10, .qc-col-9, .qc-col-8, .qc-col-7, .qc-col-6, .qc-col-5, .qc-col-4, .qc-col-3, .qc-col-2, .qc-col-1 {
position: relative;
width: 100%;
padding-right: 16px;
padding-left: 16px;
}

.qc-col {
flex-basis: 0;
flex-grow: 1;
max-width: 100%;
}

.qc-row-cols-1 > * {
flex: 0 0 100%;
max-width: 100%;
}

.qc-row-cols-2 > * {
flex: 0 0 50%;
max-width: 50%;
}

.qc-row-cols-3 > * {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%;
}

.qc-row-cols-4 > * {
flex: 0 0 25%;
max-width: 25%;
}

.qc-row-cols-5 > * {
flex: 0 0 20%;
max-width: 20%;
}

.qc-row-cols-6 > * {
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%;
}

.qc-col-auto {
flex: 0 0 auto;
width: auto;
max-width: 100%;
}

.qc-col-1 {
flex: 0 0 8.33333333%;
max-width: 8.33333333%;
}

.qc-col-2 {
flex: 0 0 16.66666667%;
max-width: 16.66666667%;
}

.qc-col-3 {
flex: 0 0 25%;
max-width: 25%;
}

.qc-col-4 {
flex: 0 0 33.33333333%;
max-width: 33.33333333%;
}

.qc-col-5 {
flex: 0 0 41.66666667%;
max-width: 41.66666667%;
}

.qc-col-6 {
flex: 0 0 50%;
max-width: 50%;
}

.qc-col-7 {
flex: 0 0 58.33333333%;
max-width: 58.33333333%;
}

.qc-col-8 {
flex: 0 0 66.66666667%;
max-width: 66.66666667%;
}

.qc-col-9 {
flex: 0 0 75%;
max-width: 75%;
}

.qc-col-10 {
flex: 0 0 83.33333333%;
max-width: 83.33333333%;
}

.qc-col-11 {
flex: 0 0 91.66666667%;
max-width: 91.66666667%;
}

.qc-col-12 {
flex: 0 0 100%;
max-width: 100%;
}

.qc-order-first {
order: -1;
}

.qc-order-last {
order: 13;
}

.qc-order-0 {
order: 0;
}

.qc-order-1 {
order: 1;
}

.qc-order-2 {
order: 2;
}

.qc-order-3 {
order: 3;
}

.qc-order-4 {
order: 4;
}

.qc-order-5 {
order: 5;
}

.qc-order-6 {
order: 6;
}

.qc-order-7 {
order: 7;
}

.qc-order-8 {
order: 8;
}

.qc-order-9 {
order: 9;
}

.qc-order-10 {
order: 10;
}

.qc-order-11 {
order: 11;
}

.qc-order-12 {
order: 12;
}

.qc-offset-1 {
margin-left: 8.33333333%;
}

.qc-offset-2 {
margin-left: 16.66666667%;
}

.qc-offset-3 {
margin-left: 25%;
}

.qc-offset-4 {
margin-left: 33.33333333%;
}

.qc-offset-5 {
margin-left: 41.66666667%;
}

.qc-offset-6 {
margin-left: 50%;
}

.qc-offset-7 {
margin-left: 58.33333333%;
}

.qc-offset-8 {
margin-left: 66.66666667%;
}

.qc-offset-9 {
margin-left: 75%;
}

.qc-offset-10 {
margin-left: 83.33333333%;
}

.qc-offset-11 {
margin-left: 91.66666667%;
}

@media (min-width: 576px) {
.qc-col-sm {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.qc-row-cols-sm-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}
.qc-row-cols-sm-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}
.qc-row-cols-sm-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.qc-row-cols-sm-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}
.qc-row-cols-sm-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}
.qc-row-cols-sm-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.qc-col-sm-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.qc-col-sm-1 {
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}
.qc-col-sm-2 {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}
.qc-col-sm-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.qc-col-sm-4 {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}
.qc-col-sm-5 {
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}
.qc-col-sm-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.qc-col-sm-7 {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}
.qc-col-sm-8 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}
.qc-col-sm-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.qc-col-sm-10 {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}
.qc-col-sm-11 {
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}
.qc-col-sm-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.qc-order-sm-first {
  order: -1;
}
.qc-order-sm-last {
  order: 13;
}
.qc-order-sm-0 {
  order: 0;
}
.qc-order-sm-1 {
  order: 1;
}
.qc-order-sm-2 {
  order: 2;
}
.qc-order-sm-3 {
  order: 3;
}
.qc-order-sm-4 {
  order: 4;
}
.qc-order-sm-5 {
  order: 5;
}
.qc-order-sm-6 {
  order: 6;
}
.qc-order-sm-7 {
  order: 7;
}
.qc-order-sm-8 {
  order: 8;
}
.qc-order-sm-9 {
  order: 9;
}
.qc-order-sm-10 {
  order: 10;
}
.qc-order-sm-11 {
  order: 11;
}
.qc-order-sm-12 {
  order: 12;
}
.qc-offset-sm-0 {
  margin-left: 0;
}
.qc-offset-sm-1 {
  margin-left: 8.33333333%;
}
.qc-offset-sm-2 {
  margin-left: 16.66666667%;
}
.qc-offset-sm-3 {
  margin-left: 25%;
}
.qc-offset-sm-4 {
  margin-left: 33.33333333%;
}
.qc-offset-sm-5 {
  margin-left: 41.66666667%;
}
.qc-offset-sm-6 {
  margin-left: 50%;
}
.qc-offset-sm-7 {
  margin-left: 58.33333333%;
}
.qc-offset-sm-8 {
  margin-left: 66.66666667%;
}
.qc-offset-sm-9 {
  margin-left: 75%;
}
.qc-offset-sm-10 {
  margin-left: 83.33333333%;
}
.qc-offset-sm-11 {
  margin-left: 91.66666667%;
}
}
@media (min-width: 768px) {
.qc-col-md {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.qc-row-cols-md-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}
.qc-row-cols-md-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}
.qc-row-cols-md-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.qc-row-cols-md-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}
.qc-row-cols-md-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}
.qc-row-cols-md-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.qc-col-md-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.qc-col-md-1 {
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}
.qc-col-md-2 {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}
.qc-col-md-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.qc-col-md-4 {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}
.qc-col-md-5 {
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}
.qc-col-md-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.qc-col-md-7 {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}
.qc-col-md-8 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}
.qc-col-md-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.qc-col-md-10 {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}
.qc-col-md-11 {
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}
.qc-col-md-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.qc-order-md-first {
  order: -1;
}
.qc-order-md-last {
  order: 13;
}
.qc-order-md-0 {
  order: 0;
}
.qc-order-md-1 {
  order: 1;
}
.qc-order-md-2 {
  order: 2;
}
.qc-order-md-3 {
  order: 3;
}
.qc-order-md-4 {
  order: 4;
}
.qc-order-md-5 {
  order: 5;
}
.qc-order-md-6 {
  order: 6;
}
.qc-order-md-7 {
  order: 7;
}
.qc-order-md-8 {
  order: 8;
}
.qc-order-md-9 {
  order: 9;
}
.qc-order-md-10 {
  order: 10;
}
.qc-order-md-11 {
  order: 11;
}
.qc-order-md-12 {
  order: 12;
}
.qc-offset-md-0 {
  margin-left: 0;
}
.qc-offset-md-1 {
  margin-left: 8.33333333%;
}
.qc-offset-md-2 {
  margin-left: 16.66666667%;
}
.qc-offset-md-3 {
  margin-left: 25%;
}
.qc-offset-md-4 {
  margin-left: 33.33333333%;
}
.qc-offset-md-5 {
  margin-left: 41.66666667%;
}
.qc-offset-md-6 {
  margin-left: 50%;
}
.qc-offset-md-7 {
  margin-left: 58.33333333%;
}
.qc-offset-md-8 {
  margin-left: 66.66666667%;
}
.qc-offset-md-9 {
  margin-left: 75%;
}
.qc-offset-md-10 {
  margin-left: 83.33333333%;
}
.qc-offset-md-11 {
  margin-left: 91.66666667%;
}
}
@media (min-width: 992px) {
.qc-col-lg {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.qc-row-cols-lg-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}
.qc-row-cols-lg-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}
.qc-row-cols-lg-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.qc-row-cols-lg-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}
.qc-row-cols-lg-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}
.qc-row-cols-lg-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.qc-col-lg-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.qc-col-lg-1 {
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}
.qc-col-lg-2 {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}
.qc-col-lg-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.qc-col-lg-4 {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}
.qc-col-lg-5 {
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}
.qc-col-lg-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.qc-col-lg-7 {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}
.qc-col-lg-8 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}
.qc-col-lg-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.qc-col-lg-10 {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}
.qc-col-lg-11 {
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}
.qc-col-lg-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.qc-order-lg-first {
  order: -1;
}
.qc-order-lg-last {
  order: 13;
}
.qc-order-lg-0 {
  order: 0;
}
.qc-order-lg-1 {
  order: 1;
}
.qc-order-lg-2 {
  order: 2;
}
.qc-order-lg-3 {
  order: 3;
}
.qc-order-lg-4 {
  order: 4;
}
.qc-order-lg-5 {
  order: 5;
}
.qc-order-lg-6 {
  order: 6;
}
.qc-order-lg-7 {
  order: 7;
}
.qc-order-lg-8 {
  order: 8;
}
.qc-order-lg-9 {
  order: 9;
}
.qc-order-lg-10 {
  order: 10;
}
.qc-order-lg-11 {
  order: 11;
}
.qc-order-lg-12 {
  order: 12;
}
.qc-offset-lg-0 {
  margin-left: 0;
}
.qc-offset-lg-1 {
  margin-left: 8.33333333%;
}
.qc-offset-lg-2 {
  margin-left: 16.66666667%;
}
.qc-offset-lg-3 {
  margin-left: 25%;
}
.qc-offset-lg-4 {
  margin-left: 33.33333333%;
}
.qc-offset-lg-5 {
  margin-left: 41.66666667%;
}
.qc-offset-lg-6 {
  margin-left: 50%;
}
.qc-offset-lg-7 {
  margin-left: 58.33333333%;
}
.qc-offset-lg-8 {
  margin-left: 66.66666667%;
}
.qc-offset-lg-9 {
  margin-left: 75%;
}
.qc-offset-lg-10 {
  margin-left: 83.33333333%;
}
.qc-offset-lg-11 {
  margin-left: 91.66666667%;
}
}
@media (min-width: 1200px) {
.qc-col-xl {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.qc-row-cols-xl-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}
.qc-row-cols-xl-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}
.qc-row-cols-xl-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.qc-row-cols-xl-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}
.qc-row-cols-xl-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}
.qc-row-cols-xl-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.qc-col-xl-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.qc-col-xl-1 {
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}
.qc-col-xl-2 {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}
.qc-col-xl-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.qc-col-xl-4 {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}
.qc-col-xl-5 {
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}
.qc-col-xl-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.qc-col-xl-7 {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}
.qc-col-xl-8 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}
.qc-col-xl-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.qc-col-xl-10 {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}
.qc-col-xl-11 {
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}
.qc-col-xl-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.qc-order-xl-first {
  order: -1;
}
.qc-order-xl-last {
  order: 13;
}
.qc-order-xl-0 {
  order: 0;
}
.qc-order-xl-1 {
  order: 1;
}
.qc-order-xl-2 {
  order: 2;
}
.qc-order-xl-3 {
  order: 3;
}
.qc-order-xl-4 {
  order: 4;
}
.qc-order-xl-5 {
  order: 5;
}
.qc-order-xl-6 {
  order: 6;
}
.qc-order-xl-7 {
  order: 7;
}
.qc-order-xl-8 {
  order: 8;
}
.qc-order-xl-9 {
  order: 9;
}
.qc-order-xl-10 {
  order: 10;
}
.qc-order-xl-11 {
  order: 11;
}
.qc-order-xl-12 {
  order: 12;
}
.qc-offset-xl-0 {
  margin-left: 0;
}
.qc-offset-xl-1 {
  margin-left: 8.33333333%;
}
.qc-offset-xl-2 {
  margin-left: 16.66666667%;
}
.qc-offset-xl-3 {
  margin-left: 25%;
}
.qc-offset-xl-4 {
  margin-left: 33.33333333%;
}
.qc-offset-xl-5 {
  margin-left: 41.66666667%;
}
.qc-offset-xl-6 {
  margin-left: 50%;
}
.qc-offset-xl-7 {
  margin-left: 58.33333333%;
}
.qc-offset-xl-8 {
  margin-left: 66.66666667%;
}
.qc-offset-xl-9 {
  margin-left: 75%;
}
.qc-offset-xl-10 {
  margin-left: 83.33333333%;
}
.qc-offset-xl-11 {
  margin-left: 91.66666667%;
}
}
#main .menu-sec-title {
  font-size: var(--qc-font-size-90);
  line-height: var(--qc-line-height-90);
  display: none;
  font-weight: var(--qc-font-weight-content-bold);
  font-family: var(--qc-font-family-content);
  padding: var(--qc-spacer-sm) 0.8rem;
  margin: 0;
}
@media (min-width: 992px) {
  #main .menu-sec-title {
    display: block;
    padding-right: var(--qc-spacer-md);
  }
}
@media (max-width: 991px) {
  #main .menu-sec-wrapper {
    background-color: var(--qc-color-blue-pale);
  }
}
@media (max-width: 991px) {
  #main .menu-sec-wrapper .menu-sec .menu-sec-button {
    padding: 0;
  }
}
@media (max-width: 991px) {
  #main .menu-sec {
    display: none;
    background-color: var(--qc-color-blue-pale);
  }
  #main .menu-sec.menu-actif {
    width: 100%;
  }
}
@media (min-width: 992px) {
  #main .menu-sec {
    padding-right: var(--qc-spacer-md);
    display: block!important;
  }
}

#main .menu-sec ul {
  list-style: none;
  padding-left: var(--qc-spacer-md);
}
@media (min-width: 992px) {
  #main .menu-sec ul {
    padding: 0;
    margin: 0;
  }
}
#main .menu-sec ul ul {
  padding-left: var(--qc-spacer-md);
}
#main .menu-sec ul ul ul {
  padding-left: var(--qc-spacer-sm);
}
#main .menu-sec .menu-sec-item {
  margin: 0 0 var(--qc-spacer-sm);
}
#main .menu-sec .menu-sec-item:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  #main .menu-sec .menu-sec-item {
    padding: var(--qc-spacer-xs) 0;
    margin: 0;
  }
}
@media (min-width: 992px) {
  #main .menu-sec .menu-sec-item {
    margin-bottom: 0;
  }
}
#main .menu-sec a,
#main .menu-sec .menu-sec-item-lien,
#main .menu-sec .menu-sec-subitem-lien,
#main .menu-sec li {
  font-size: var(--qc-font-size-100);
  line-height: var(--qc-line-height-100);
  font-family: var(--qc-font-family-content);
  color: var(--qc-color-blue-piv);
}
@media (min-width: 992px) {
  #main .menu-sec a,
  #main .menu-sec .menu-sec-item-lien,
  #main .menu-sec .menu-sec-subitem-lien,
  #main .menu-sec li {
    font-size: var(--qc-font-size-90);
    line-height: var(--qc-line-height-90);
  }
}
#main .menu-sec .menu-sec-item-lien {
  outline-offset: -0.1rem;
}

.menu-sec a {
  text-decoration: none;
}
.menu-sec a:hover {
  text-decoration: underline;
}

.menu-sec-slot {
  margin-top: 38px;
}

.menu-sec-wrapper {
  position: relative;
}
@media (min-width: 992px) {
  .menu-sec-wrapper {
    margin-bottom: 8rem;
  }
}

.menu-sec-mobile-button {
  font-size: var(--qc-font-size-100);
  line-height: var(--qc-line-height-100);
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: var(--qc-color-blue-pale);
  width: 100%;
  border: 0;
  font-weight: var(--qc-font-weight-semi-bold);
  color: var(--qc-color-blue-piv);
  text-align: left;
  padding: var(--qc-spacer-xs) 1.3rem var(--qc-spacer-xs) var(--qc-spacer-xs);
}
@media (min-width: 992px) {
  .menu-sec-mobile-button {
    display: none;
  }
}
.menu-sec-mobile-button.actif .chevron {
  margin-bottom: -0.2rem;
  transform: rotate(225deg);
}
.menu-sec-mobile-button .chevron {
  margin-left: var(--qc-spacer-sm);
}

.menu-sec-item-wrapper {
  position: relative;
}
.page-courante .menu-sec-item-wrapper {
  background-color: var(--qc-color-blue-pale);
}

.menu-sec-subitem-wrapper {
  position: relative;
}

.menu-sec .menu-sec-button:hover,
.menu-sec .menu-sec-item-lien:hover {
  color: var(--qc-color-blue-pale);
  text-decoration: none;
}
.menu-sec .menu-sec-button:hover::after,
.menu-sec .menu-sec-item-lien:hover::after {
  content: "";
  background-color: rgba(218, 230, 240, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.menu-sec .menu-sec-item-lien {
  display: inline-block;
  width: calc(100% - 3.2rem);
  color: var(--qc-color-blue-piv);
}
@media (min-width: 992px) {
  .menu-sec .menu-sec-item-lien {
    padding: var(--qc-spacer-sm) 0 var(--qc-spacer-sm) 8px;
  }
}
.menu-sec .menu-sec-button {
  cursor: pointer;
}
.menu-sec .menu-sec-button .menu-sec-item-lien {
  position: relative;
  z-index: 1;
}
.menu-sec .menu-sec-button .menu-sec-item-lien:hover::after {
  display: none;
}

.page-courante .menu-sec-item-lien:hover::after {
  display: none;
}

@media (min-width: 992px) {
  .menu-sec-item {
    border-bottom: 0.1rem solid var(--qc-color-grey-light);
  }
  .menu-sec-item:first-child {
    border-top: 0.1rem solid var(--qc-color-grey-light);
  }
}
.menu-sec-item.actif .menu-sec-button .chevron {
  margin-bottom: -0.5rem;
  transform: rotate(225deg);
}
.menu-sec-item.page-courante .menu-sec-submenu {
  display: block;
}
.menu-sec-item.page-courante .menu-sec-item-lien {
  font-weight: bold;
}
.menu-sec-item .menu-sec-item-text {
  position: relative;
  z-index: 1;
}
.page-courante .menu-sec-item .menu-sec-item-text {
  font-weight: bold;
}

.menu-sec-button,
.menu-sec-subButton {
  background-color: transparent;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  width: 100%;
}

.chevron-wrapper {
  width: 2.4rem;
  height: 2.4rem;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  justify-content: left;
}

.chevron {
  border: solid var(--qc-color-blue-piv);
  border-width: 0 0.1rem 0.1rem 0;
  display: inline-block;
  padding: 0.316rem;
  margin-bottom: 0.25rem;
  transform: rotate(45deg);
  transition: transform 100ms ease-in-out;
}

.menu-sec-submenu,
.menu-sec-subsubmenu {
  display: none;
}
.menu-sec-submenu a,
.menu-sec-submenu .page-courante span,
.menu-sec-subsubmenu a,
.menu-sec-subsubmenu .page-courante span {
  width: calc(100% - var(--qc-grid-gutter));
  display: block;
}

@media (max-width: 991px) {
  .menu-sec-subsubmenu {
    margin: 0;
  }
}

.menu-sec-subitem {
  position: relative;
  font-weight: normal;
  margin-bottom: 0;
}
.menu-sec-subitem.actif .menu-sec-subButton .chevron {
  margin-bottom: -0.5rem;
  transform: rotate(225deg);
}
.menu-sec-subitem a,
.menu-sec-subitem .page-courante span {
  width: calc(100% - var(--qc-grid-gutter));
  display: block;
}
.menu-sec-subitem.page-courante .menu-sec-subsubmenu {
  display: block;
}
.menu-sec-subitem.page-courante .menu-sec-subitem-lien {
  font-weight: 700;
}
.menu-sec-subitem .menu-sec-subitem::before {
  display: none;
}
@media (min-width: 992px) {
  .menu-sec-subitem .menu-sec-subitem::before {
    display: block;
  }
}

.menu-sec-subSubItem {
  position: relative;
}
.menu-sec-subSubItem::before {
  content: "";
  width: var(--qc-spacer-xs);
  height: 0.1rem;
  background-color: var(--qc-color-blue-piv);
  display: inline-block;
  position: absolute;
  top: 1.2rem;
  left: calc(var(--qc-spacer-sm) * -1);
}
@media (max-width: 991px) {
  .menu-sec-subSubItem::before {
    top: 2rem;
  }
}
.menu-sec-subSubItem.page-courante {
  font-weight: 700;
}

.headline a {
  font-family: var(--qc-font-family-content);
}

#main .menu-sec-wrapper .menu-sec-title {
  font-size: var(--qc-font-size-90);
  line-height: var(--qc-line-height-90);
}
#main .menu-sec-wrapper .menu-sec a,
#main .menu-sec-wrapper .menu-sec .menu-sec-item-lien,
#main .menu-sec-wrapper .menu-sec .menu-sec-subitem-lien,
#main .menu-sec-wrapper .menu-sec li {
  font-size: var(--qc-font-size-100);
  line-height: var(--qc-line-height-100);
}
@media (min-width: 992px) {
  #main .menu-sec-wrapper .menu-sec a,
  #main .menu-sec-wrapper .menu-sec .menu-sec-item-lien,
  #main .menu-sec-wrapper .menu-sec .menu-sec-subitem-lien,
  #main .menu-sec-wrapper .menu-sec li {
    font-size: var(--qc-font-size-90);
    line-height: var(--qc-line-height-90);
  }
}
#main .menu-sec-wrapper .menu-sec button:focus {
  outline: none;
}
#main .menu-sec-wrapper .menu-sec .menu-sec-button {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 992px) {
  #main .menu-sec-wrapper .menu-sec .menu-sec-button {
    padding-right: 0;
  }
}
#main .menu-sec-wrapper .menu-sec ul.menu-sec-submenu {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}
@media (max-width: 991px) {
  #main .menu-sec-wrapper .menu-sec ul.menu-sec-submenu {
    padding: 0 0 0 2.4rem;
    margin: 0;
  }
}
#main .menu-sec-wrapper .menu-sec ul.menu-sec-submenu li {
  padding: 0;
}
#main .menu-sec-wrapper .menu-sec ul.menu-sec-submenu li.menu-sec-subSubItem {
  margin-top: var(--qc-spacer-sm) !important;
}
@media (max-width: 991px) {
  #main .menu-sec-wrapper .menu-sec ul.menu-sec-submenu li.menu-sec-subSubItem {
    padding-top: var(--qc-spacer-xs) !important;
    padding-bottom: var(--qc-spacer-xs) !important;
    margin: 0 !important;
  }
}
#main .menu-sec-wrapper .menu-sec ul.menu-sec-submenu li .menu-sec-subitem-lien {
  padding: 0.8rem 0;
  display: block;
}
#main .menu-sec-wrapper .menu-sec ul.menu-sec-submenu li button {
  padding: 0;
}
#main .menu-sec-wrapper .menu-sec ul.menu-sec-submenu li button.menu-sec-subButton {
  padding-right: 0;
}
@media (max-width: 992px) {
  #main .menu-sec-wrapper .menu-sec ul.menu-sec-submenu li button.menu-sec-subButton {
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  #main .menu-sec-wrapper .menu-sec {
    padding-right: 0;
  }
}
#main .menu-sec-wrapper .menu-sec-item {
  padding: 0;
}
@media (max-width: 991px) {
  #main .menu-sec-wrapper .menu-sec-item,
  #main .menu-sec-wrapper .menu-sec-subitem,
  #main .menu-sec-wrapper .menu-sec-subSubItem {
    padding: var(--qc-spacer-xs) 0;
    margin: 0;
  }
}

.menu-sec-mobile-button {
  font-size: var(--qc-font-size-100);
  line-height: var(--qc-line-height-100);
  font-family: var(--qc-font-family-content);
}

/* fil d'arianne */
  .breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    border-radius: 0.25rem;
  }
  .breadcrumb-item + .breadcrumb-item {
    padding-left: 0.5rem;
  }
  .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "/";
  }
  .breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: underline;
  }
  .breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: none;
  }
  .breadcrumb-item.active {
    color: #6c757d;
  }
  .filAriane {
    visibility: hidden;
    background-color: transparent;
    display: inline-flex;
    list-style: none;
    font-size: 0.75rem;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
  .filAriane li {
      font-family: 'Open Sans',sans-serif;
      padding: 0;
      display: inline;
      margin-right: 0.5rem;
  }
  .filAriane a:visited {
      color: #223654;
  }
  
  .filAriane a {
      color: #223654;
      font-weight: 300;
      text-decoration: none;
  }
  .filAriane.ellipse a::after {
      content: "";
      display: inline-block;
      background-image: url(/chevron-fil.png);
      width: 4px;
      height: 7px;
      background-size: cover;
      top: -1px;
      left: 7px;
      border: 0;
      transform: none;
  }
  .filAriane a::after {
      position: relative;
      display: inline-block;
  }
  .filAriane li.curitem {
      color: #223654;
      font-weight: 600;
  }
  .breadcrumb .row,.breadcrumb,.breadcrumb ol{
    margin-left: 0;
    padding-left: 0;
  }
  .breadcrumb ol{
    padding-top: 16px;
  }




#menu {
  background-color: #223654;
  padding: 0;
  line-height: 24px;
  font-size: 16px;
}

#menu .row {
  min-height: 72px;
  display: flex;
  flex-wrap: wrap;
  margin-right: -16px;
  margin-left: -16px;
}

#menu .align-self-end {
  align-self: flex-end;
  flex: 0 0 100%;
  position: relative;
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
}

#menu .nav-bar {
  flex-flow: row nowrap;
  justify-content: flex-start;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0;
}

#menu .nav-bar-nav {
  padding-bottom: 0;
  flex-direction: row;
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  margin-top: 0;
}

#menu .nav-item {
  line-height: initial;
  margin-right: 4px;
  margin-bottom: 0;
  height: 72px;
  display: flex;
}

#menu .nav-link {
  color: #fff;
  text-decoration: none;
  font-weight: normal;
  letter-spacing: 0;
  font-size: 18px;
  padding-top:24px;
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  display: block;
}
#menu .nav-item:hover .nav-link {
  display: inline-block;
  border-bottom: 4px rgba(255, 255, 255, 0.5019607843) solid;
  padding-bottom: 12px;
}
#menu .nav-item .active {
  display: inline-block;
  border-bottom: 4px rgba(255, 255, 255, 0.5019607843) solid;
  padding-bottom: 12px;
}
#menu .nav-item .btn_menu_deconnexion,#menu .nav-item:hover .btn_menu_deconnexion{
  line-height: 0;
  border:1px solid #fff;
  height: 50px;
  margin-top: 11px;
}


#menu .btn_menu_deconnexion {
  margin-left: auto; /* pousse le bouton à droite */
  display: flex;
}


#menu .nav-spacer {
  flex-grow: 1; /* occupe tout l’espace disponible */
  height: 72px; /* même hauteur que les autres éléments */
  margin: 0;
  padding: 0;
}



.sous-theme {
  margin: 32px 0;
  padding-right: 16px;
  /* padding-left: 16px; */
}

.sous-theme .sous-theme-page {
  padding-right: 1rem;
}
.sous-theme .sous-theme-titre {
  font-family: var(--qc-font-family-roboto);
  position: relative;
  display: inline;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  padding: 0;
  margin: 0;
  color: #095797!important;
}
.sous-theme h2.sous-theme-titre {
  text-decoration: none;
}
.sous-theme .sous-theme-accroche {
  margin: 8px 0 16px;
}
.sous-theme .sous-theme-liste {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sous-theme-page,
.sous-theme-accroche,
.sous-theme-liste {
  text-align: left;
  color: #223654;
}

.sous-theme .sous-theme-item {
  margin: 16px 0;
}

.sous-theme .sous-theme-item a {
  margin-left: 0px;
}

.sous-theme .sous-theme-lien {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
}
.sous-theme .sous-theme-lien {
  text-decoration: none;
  
}
.sous-theme .sous-theme-lien:hover {
  text-decoration: underline;
}
@media (min-width: 576px) {
  .sous-theme .link-arrow {
    position: absolute;
    bottom: 3px;
  }
}
.sous-theme-page-lien {
  text-decoration: none!important;
  color: #223654;
}
.sous-theme-page-lien:hover {
  text-decoration: underline!important;
}
.sous-theme .sous-theme-page-lien:hover .link-arrow {
  opacity: 1;
}
@media (max-width: 767.98px) {
  .sous-theme .sous-theme-page-lien .link-arrow {
    opacity: 1;
    display: inline-block;
    background-image: url("fleche-navigation.png");
    background-size: 100%;
    width: 16px;
    height: 16px;
    margin-left: 8px;
    position: absolute;
    margin-top: 0.5rem;
  }
}
@media (min-width: 576px) {
  .sous-theme .sous-theme-page-lien .link-arrow {
    opacity: 0;
    display: inline-block;
    background-image: url("fleche-navigation.png");
    background-size: 100%;
    width: 16px;
    height: 16px;
    margin-left: 8px;
    position: absolute;
  }
}

.visuallyHidden{
  display: none;
}
#flecheHaut {
  display: none;
  position: fixed;
  bottom: 90px;
  right: 30px;
  z-index: 99;
  cursor: pointer;
  -moz-box-shadow: 0.1rem 0.1rem 7px rgba(34, 54, 84, 0.4);
  -webkit-box-shadow: 0.1rem 0.1rem rgb(34 54 84 / 40%);
  box-shadow: 0.1rem 0.1rem 7px rgb(34 54 84 / 40%);
}
#flecheHaut img {
  width: 40px;
  height: 40px;
}
.note-bas-page{
  border-top:1px solid #eee;
  margin-top: 50px;
  padding-bottom: 25px;
}
.note-bas-page span:first-child{
  font-weight: bold;
  display: inline-block;
  padding:15px 0 0;
}
.btn_deconnexion {
  -webkit-appearance: button;
  appearance: button;
  margin-bottom: 12px;
  font-weight: 700 !important;
  color: #095797;
  background: none;
  border: none;
  cursor: pointer;
}

.tableauSimple {
  margin-bottom: 2rem;
  border-collapse: collapse;
}
.tableauSimple th {
  font-weight: bold;
  padding: 0.5rem;
  min-width: 300px;
}

.tableauSimple tr {
  vertical-align: bottom;
  border-bottom: 1px solid #909aa9;
 
}

.tableauSimple tr th:first-child {
  vertical-align: text-top;
}

.tableauSimple tr.pasLigne {
  border-bottom: none;
}

.tableauSimple tr:first-child th {
  font-family: var(--qc-font-family-roboto);
  background-color: #223654;
  color: #fff;
  border-right: none;
  vertical-align: bottom;
}

.tableauSimple tr:first-child tr th:first-child {
  vertical-align: bottom;
  border-right: none;
}

.tableauSimple td {
  border-top: 1px solid #6e6e6e;
  padding: 0.5rem;
  vertical-align: top;
}

.tableauSimple tbody tr:first-child th {
  background-color: #FFF;
  color: #223654;
}

.tableauSimple caption {
  font-size: 1.12rem;
  font-weight: 600;
  color: #223654;
  text-align: left;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.tableauSimple p {
  margin-bottom: 1rem;
  margin-top: 0;
}

.tableauSimple .fonce td {
  background-color: #f2f1f1;
}
.tableauSimple{
  width: 100%;
  table-layout: fixed;
}
.tableauSimple .caseIcone{
  text-align: center;
  padding:10px;
}
.tableauSimple a{
  font-size: 1.1rem;
  color: #095797!important;
}
/* Un résultat dossier*/
.results-list {
  border-color: #c5cad2 !important;
  border-top: 1px solid #dee2e6 !important;
  margin: 0 !important;
  clear: both;
}
.results-list .results {
  position:relative;
  border-color: #c5cad2 !important;
  border-bottom: 1px solid #dee2e6 !important;
  padding: 1.5rem 0 !important;
  margin: 0 !important;
}
.results-list h3 {
  font-size: 1.25rem;
  line-height: 1.875rem;
  word-break: break-word;
  overflow-wrap: break-word;
  font-weight: 700 !important;
  margin-bottom: 0.25rem !important;
  margin-top: 0 !important;
}
.results-list .results ul {
  margin: 0 0 8px 0;
  padding: 0;
}
.results-list .results .small {
  font-size: 81.25%;
  font-weight: 400;
  margin-bottom: 0 !important;
  display: inline-block;
  padding-right: 15px;
}
.results-list .results .small.meta {
  padding-right: 0px;
}

.results-list .results .btn-radio {
  /* left: auto !important; */
  left: 20px;
  top: 15px;
  bottom: auto !important;
  right: 15px;
}

.results-noflex {
  display: grid;
  grid-template-columns: auto 1fr; 
  gap: 1rem;
  align-items: start;
}

.results-noflex .form-checkbox-permis {
  grid-column: 1;
  margin-top: 7px;
}
.results-noflex > :not(.form-checkbox-permis) {
  grid-column: 2;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.results-noflex-data p{
  margin-bottom: 0!important;
}

.results p:last-child{
  padding-bottom: 0;
  margin-bottom: 0;
}
.liste-lieux-vehicules .groupe-liste-permis-enregistrement div:first-child{
  margin-bottom: 0px;
  flex:none;
}
.liste-lieux-vehicules{
  padding: 0 16px 24px 16px!important;
}

.titre-fiche h2,h3{
  margin:0;
  font-size: 1rem;
}

.titre-fiche h1,h1.avecBtnRetour{
  margin:0;
}
a:has(.bouton-retour),a:has(.bouton-retour):hover {
  color: #223654;
  text-decoration: none!important;
}
a:has(.bouton-retour),a:has(.bouton-retour):hover {
  color: #223654;
  text-decoration: underline;
}
.bouton-retour {
  display: block;
  padding-top: 5px;
  text-decoration: none!important;
}


  .bouton-retour span {
      font-size: 14px;
  }

  .bouton-retour svg {
      fill: #095798;
      transform: rotate(180deg);
      position: relative;
      top:1px;
  }

  .bouton-retour:hover {
      color: #3374cc;
      text-decoration: underline;
      cursor: pointer;
  }

  @media (max-width: 992px) {
    .bouton-retour {
      margin-top: 15px;
    }
  }
  hgroup.titre-fiche::after {
    border-bottom: 5px solid #f09686;
    content: '';
    display: block;
    margin: 0;
    width: 3rem;
    padding-top: 0.5rem;
  }
.coordonnees-section .coordonnees-title {
  margin: 24px 0 24px 0;
    line-height: 1.5;
    font-family: "Open Sans",sans-serif!important;
    padding: 0;
    font-size: 16px;
font-weight: 700;
color: #223654;
}
.coordonnees-section .coordonnees-title.title-seul{
  margin: 0 0 24px;
}


.coordonnee-item {
    margin-bottom: 16px;
}

.coordonnee-item:last-child {
    margin-bottom: 0;
}

.coordonnee-item abbr {
    text-decoration: none;
}

.frame + .coordonnees-section {
    margin-top: calc(56px - 1rem);
}
.coordonnees-section.avecboutonModifie{
  padding-bottom: 115px;
}
  .coordonnees-section {
    position: relative;
    border: 1px solid #c5cad2;
    padding: 24px 16px;
    /* margin: 32px 0;  */
    margin-top: 32px;
    margin-bottom: 32px;

}
.coordonnees-section:last-child{
  /*margin-bottom: 56px;*/
}

.coordonnees-section .coordonnee-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.coordonnees-section .coordonnee-item {
  display: flex;
}

.coordonnees-section .coordonnee-item .coordonnee-img {
  margin-right: 16px;
  height: 1.5rem;
  width: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.coordonnees-section .coordonnee-item p {
  margin-bottom: 4px;
  line-height: 1.5;
}

.coordonnees-section .coordonnee-item p:last-child {
  margin: 0;
}

@media (max-width: 768px) {
  .coordonnees-section .coordonnee-item a[href^="tel:"] {
      pointer-events:all;
      color: #095797;
  }
}
.coordonnees-section .btn{
  position: absolute;
  left: 15px;
  bottom: 15px;
}
.liste-lieux-vehicules .btn{
  left: 0px!important;
}
.liste-lieux-vehicules .coordonnee-item .coordonnee-img{
  align-items: normal;
  justify-content: right;
  margin-top: 5px;
}

.btn.btn-tertiary {
  color: #095797;
}
.btn.btn-tertiary:hover {
  text-decoration: underline;
  background-color: rgba(197, 202, 210, 0.24);
}
.btn.btn-tertiary:focus {
  border-color: #223654;
  background-color: rgba(197, 202, 210, 0.24);
  box-shadow: 0 0 0 2px #4a98d9;
}
.btn.btn-tertiary:active {
  background-color: rgba(197, 202, 210, 0.16);
}
.results-list .results p.small {
  margin-bottom: 0 !important;
}
.results-list .results .small {
  font-size: 81.25%;
  font-weight: 400;
  margin-bottom: 0 !important;
  display: inline-block;
  padding-right: 15px;
}
.small-rouge{
  color: #CB381F;
}

.results-list.flexlist .results {
  display: flex;
  flex-direction: row;
  gap: 25px;
}
.results-list.flexlist .results:last-child,.flexlist-single .results:last-child{
    border-bottom: none!important;
}
.results-list.results-list.flexlist, .flexlist-single{
  border: 1px solid #c5cad2;
    padding: 0 16px 0 16px;
}
.results-list.flexlist .form-checkbox-permis{
  margin-top:8px;
}
.form-checkbox-permis{
  margin-left: 25px;
}


.form-checkbox-permis label {
 
  text-indent: -9999px;
  height: 0;

   /*
  padding: 5px;
  font-size: 0.5rem;
    */
}


.permis-form .custom-checkbox label { 
  font-weight: normal;
  padding: 5px;
}


.form-radio-permis {
  margin-left: 25px;
}

.form-radio-permis .custom-radio {
  width: 100px;
  margin-bottom: 10px; /* ou une valeur spécifique comme 200px */
}



.form-radio-permis label {
 
  text-indent: -9999px;
  height: 0;

   /*
  padding: 5px;
  font-size: 0.5rem;
    */
}

.form-radio-permis span {

  padding: 5px;
   
}

.solde-paiement{
  margin-top: 25px;
}
.solde-paiement p{
  font-size: 1.25rem;
}
.bouton-selectionner-desselectionner{
  margin-top: 15px;
}
.bouton-selectionner-desselectionner .bouton-tertiaire {
  font-size: 14px;
  color: #095797;
  font-weight: bold;
  text-decoration: none;
}
.bouton-tertiaire {
  border: none;
  background: none;
  font-size: 1rem;
  line-height: 1.5;
  max-height: 44px;
  box-sizing: border-box;
}
.sd-icon {
  position: relative;
  top: 2px;
  margin-right: 8px;
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.sd-icon-previous {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='12' viewBox='0 0 16 12'%3E%3Cpath id='Tracé_724' data-name='Tracé 724' d='M.331,7.267c.01-.011.014-.026.025-.037L5.293,2.293A1,1,0,0,1,6.707,3.707L3.414,7H15a1,1,0,1,1,0,2H3.414l3.293,3.293a1,1,0,0,1-1.414,1.414L.356,8.77C.345,8.759.341,8.744.331,8.733a.977.977,0,0,1,0-1.466Z' transform='translate(0 -2)' fill='%23fff'/%3E%3C/svg%3E%0A");
}
.sd-icon-next {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='12' viewBox='0 0 16 12'%3E%3Cpath id='Tracé_725' data-name='Tracé 725' d='M15.669,7.267c-.01-.011-.014-.026-.025-.037L10.707,2.293A1,1,0,1,0,9.293,3.707L12.586,7H1A1,1,0,1,0,1,9H12.586L9.293,12.293a1,1,0,1,0,1.414,1.414L15.644,8.77c.011-.011.015-.026.025-.037a.977.977,0,0,0,0-1.466Z' transform='translate(0 -2)' fill='%23fff'/%3E%3C/svg%3E%0A");
margin-right: 0;
margin-left: 8px;
}
.nav-etape ul{
  display: flex;
  flex-direction: row;
  margin:0;
  padding:0;
  gap:25px;
  align-items: center;
}
.nav-etape ul li{
  display: flex;
  list-style: none;
  position: relative;
  border: 1px solid;
  padding: 24px 16px;
  align-items: center;
  vertical-align: middle;
  text-align: center;
  justify-content: center;
  height: 100px;
  max-width: 275px;
  width: 100%;
}
.nav-etape ul li.etape-actif{
  border-color: #0056b3;
  color:#0056b3;
}
.nav-etape ul li.etape-actif:hover{
  border-color: #3374cc;
}
.nav-etape ul li.etape-inactif{
  color: #8893A2!important;
  border-color: #8893A2;
}
.nav-etape ul li a{
  text-decoration: none;
}
.nav-etape ul li strong{
  display: block;
}
.bouton-nav-formulaire{
  margin-top: 25px;
}

.formulaire-permis .row{
  gap:0!important;
}
@media (max-width: 400px) {
  .formulaire-permis .row{
    gap:20px;
  }
}
@media (max-width: 375px) {
  .formulaire-permis .row{
    gap:5px;
  }
}
.formulaire-permis .row{
  margin-right: 0!important;
  margin-left: 0!important;
}
.formulaire-permis .row.number-field{
  gap:5px;
  align-items: baseline;
}
.formulaire-permis .row.number-field div{
  width: 40%;
}
.formulaire-permis .rowPowermailMiniChamp {
  width: 8.3rem;
}
.cadre-formulaire{
  position: relative;
  border: 1px solid #c5cad2;
  padding: 24px 16px;
  margin-bottom: 25px;
}
.bouton_supprimer_site{
  background: none;
  position: relative;
  top: 3px;
  border: none;
  height: 38px;
  width: 38px;
  margin: 0;
  padding: 0;
  font-size: 1.5rem;
  font-weight: bold !important;
  color: #CB381F;
}
.btn.btn-danger {
  color: #fff !important;
  border-color: #cb381f !important;
  background-color: #cb381f !important;
}
.btn.btn-danger:hover {
  border-color: #b52e16 !important;
  background-color: #b52e16 !important;
  text-decoration: none!important;
}
#ajouterSite{
  margin-top: 25px;
}
.tableau_bouton_retirer{
  width: 72px;
  align-items: center;
}
.cadre-formulaire .button-secondaire {
  color: #095798;
  text-decoration: none;
  display: inline-block;
  border: 1px solid #095798;
  background-color: #fff;
  padding: 10px;
  margin-top: 20px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  max-height: 44px;
  box-sizing: border-box;
  cursor: pointer;
}
.cadre-formulaire .button-secondaire:hover {
  background-color: rgba(9, 87, 151, 0.16);
}
.formulaire-permis select {
  height: 38px!important;
  background-position: calc(100% - 14px) calc(0.6em + 5px),
  calc(100% - -27px) calc(0.5em + 0px), 100% 0;
}
.modification-profil .row .form-group{
  margin-bottom: 0;
}
.liste-permis-enregistrement ul{
  display: flex;
  flex-wrap: wrap;
  gap:25px;

}
.liste-permis-enregistrement ul li{
  list-style: none;

}

.liste-permis-enregistrement ul li strong{
  display: block;

}



.groupe-liste-permis-enregistrement{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:25px;
}
.liste-lieux-vehicules .groupe-liste-permis-enregistrement{
  gap:50px;
}
.groupe-liste-permis-enregistrement .results:first-child{
  border: none !important;
  max-width: 35%;
}
.groupe-liste-permis-enregistrement div:last-child{
  flex: 1;
}
.groupe-liste-permis-enregistrement div:first-child{
  flex: 0 0 25%;
}

.groupe-liste-permis-enregistrement.equipement h2{
  font-size: 15px;
  margin-top: 0;
}
.groupe-liste-permis-enregistrement.equipement h3{
  font-size: 14px;
  margin-top: 0;
}
.liste-column li,.liste-column li strong,.liste-permis-enregistrement p strong{
  display: block;
  width: 100%;
}
.liste-column li{
  padding: 0 0 8px 0;
}
.pop-up .bouton + .bouton {
  margin-right: 10px;
}
/* Boite pop-up courriel */
.pop-up {
  top: 0;
  bottom: 0;
  width: 100%;
  /*height: 100vh;*/
  overflow-y: scroll;
  display: none;
  position: fixed;
  z-index: 100;
  background: rgba(0,0,0,0.8);
}

  .pop-up .firstchild {
      margin-top: 50px;
  }
  .pop-up > div {
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%,-25%);
    width: 100%;
    max-width: 650px;
    min-width: 320px;
    padding-top: 90px;
    padding-bottom: 40px;
}
.pop-up form {
  background: #fff;
  padding: 32px;
  overflow: hidden;
  min-height: 150px;
  position: relative;
}

.pop-up .bouton-secondaire {
  background: none !important;
  border: none !important;
  color: #095797;
}

  .pop-up .bouton-secondaire:hover {
      border: none !important;
      color: inherit !important;
      text-decoration: underline;
      background-color: rgba(197, 202, 210, 0.24) !important;
  }

  .pop-up .bouton-secondaire:hover {
      text-decoration: underline;
      background-color: rgba(197, 202, 210, 0.24);
  }

  .pop-up .bouton-secondaire:focus {
      border-color: #223654;
      background-color: rgba(197, 202, 210, 0.24);
      box-shadow: 0 0 0 2px #4a98d9;
  }

  .pop-up .bouton-secondaire:active {
      background-color: rgba(197, 202, 210, 0.16);
  }

.pop-up .bouton-fermer-modal {
  background: #fff;
  color: #095797;
  padding: 16px;
  right: 0;
    position: absolute;
    top: 0;
    vertical-align: middle;
    border: none;
    appearance: none;
    -webkit-appearance: none;
}

  .pop-up .bouton-fermer-modal svg {
      fill: #095797;
      width: 16px;
      height: 16px;
  }

.pop-up h4 {
  font-family: Roboto;
  font-weight: bold;
  font-size: 24px;
  padding-bottom: 24px;
  color: #223654;
}

  .pop-up h4:after {
      content: "";
      display: block;
      margin: 0;
      width: 3rem;
      padding-top: 0.5rem;
      border-bottom: 5px solid #e88467;
  }
  .bouton-envoyer-pop {
    float: right;
    margin-top: 25px;
    line-height: 1.15;
}

.form-confirmation-envoie-pop p {
    text-align: center;
    padding: 40px 5px 5px 0;
}
.private-mode-text>u>a,.private-mode-signin-text>b>u>a {
  font-size: inherit;
}
.btn.btn-primary{
  color: #fff!important;
  font-size: 16px;
}
.btn.btn-primary:first-child,.btn.btn-secondary:first-child{
  margin-right: 26px;
}
.btn-secondary{
  padding: 6px 20px!important;
}

.sd-icon {
  position: relative;
  top: 2px;
  margin-right: 8px;
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.sd-icon-previous {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='12' viewBox='0 0 16 12'%3E%3Cpath id='Tracé_724' data-name='Tracé 724' d='M.331,7.267c.01-.011.014-.026.025-.037L5.293,2.293A1,1,0,0,1,6.707,3.707L3.414,7H15a1,1,0,1,1,0,2H3.414l3.293,3.293a1,1,0,0,1-1.414,1.414L.356,8.77C.345,8.759.341,8.744.331,8.733a.977.977,0,0,1,0-1.466Z' transform='translate(0 -2)' fill='%23fff'/%3E%3C/svg%3E%0A");
}
.sd-icon-next {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='12' viewBox='0 0 16 12'%3E%3Cpath id='Tracé_725' data-name='Tracé 725' d='M15.669,7.267c-.01-.011-.014-.026-.025-.037L10.707,2.293A1,1,0,1,0,9.293,3.707L12.586,7H1A1,1,0,1,0,1,9H12.586L9.293,12.293a1,1,0,1,0,1.414,1.414L15.644,8.77c.011-.011.015-.026.025-.037a.977.977,0,0,0,0-1.466Z' transform='translate(0 -2)' fill='%23fff'/%3E%3C/svg%3E%0A");
margin-right: 0;
margin-left: 8px;
}
.liste-annexe li{
  list-style: none;
  position: relative;
  padding:15px 0 15px;
}
.liste-annexe li:before{
  content: '';
  display: block;
  position: absolute;
  height: 24px;
  width: 24px;
  left: -35px;
  background-image: url(/avis-succes-logo-inactif.png);
}
.liste-annexe li.checked-annexe:before{
  background-image: url(/avis-succes-logo-actif.png);
}
.liste-annexe li span.obligatoire{
  color:#CB381F;
}
.liste-annexe li span.facultative{
  color:#4F813D;
}

.annexe-form .custom-checkbox {
  margin-top: 20px;
}

.annexe-form .custom-checkbox span {
  display: inline-block;
  margin-top: -20px;
  margin-left: 10px;
} 

.annexe-form .custom-radio {
  margin-top: 20px;
}

.annexe-form .custom-radio span {
  display: inline-block;
  margin-top: -20px;
  margin-left: 25px;
} 

.titre-fiche-equipment{
  flex: none;
  width: 65%;
}
.titre-fiche-formulaire{
  margin-bottom: 15px;
}
.titre-fiche-formulaire h1, .titre-fiche-formulaire h2, .titre-fiche-formulaire h3{
  margin:0!important;
  padding:0!important;
  font-size: 1rem!important;
  line-height: 1!important;
  font-weight: normal!important;
}
.groupe-liste-permis-enregistrement .btn{
  padding: 6px 20px!important;
}
.groupe-liste-permis-enregistrement.equipement .btn-primary{
  position: relative;
    left: 0;
    bottom: 0;
}
.dossier-equipement{
  margin-bottom: 56px !important;
}
.coordonnees-section .btn-ajouter{
  left: auto !important;
  top: 15px;
  bottom: auto !important;
  right: 15px;
}
.modification-equipement h3{
  padding-top: 25px;
}

.loader {
  border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
}

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

  .loaderGIF {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    /*background-color: rgba(255, 255, 255, 0.8);*/
    padding: 20px;
    border-radius: 10px;
  }

.avis .container, .messageAlerte .container {
  max-width: 100% !important;
}
  .frame-messageAlerteEleve, .frame-messageAlerteModere {
      color: #223654;
      padding-top: 24px;
      font-family: 'Open Sans';
      font-size : 14px!important;
      font-weight:500;
  }
  .frame-messageAlerteEleve p, .frame-messageAlerteModere p{
      margin-bottom:0;
      font-weight:bold;
  }
  .frame-messageAlerteEleve {
      background-color: #f8e69a;
      margin-bottom: 25px;
  }


  .frame-messageAlerteModere .container,.frame-messageAlerteEleve .container{
      background-size: 24px 24px;
      background-repeat: no-repeat;
  }

  .frame-messageAlerteEleve .container{
      background-image: url(/avis-erreur-logo.png);
  }

  .frame-messageAvertissementEleve, .frame-messageAvertissementModere {
      color: #223654;
      padding-top: 24px;
      font-family: 'Open Sans';
      font-size : 14px!important;
      font-weight:500;
  }
  .frame-messageAvertissementEleve p, .frame-messageAvertissementModere p{
      margin-bottom:0;
      font-weight:bold;
  }
  .frame-messageAvertissementEleve {
      background-color: #f8e69a;
      margin-bottom: 25px;
  }


  .frame-messageAlerteModere .container,.frame-messageAvertissementEleve .container{
      background-size: 24px 24px;
      background-repeat: no-repeat;
  }

  .frame-messageAvertissementEleve .container{
      background-image: url(/avis-avertissement-logo.png);
  }

  

.frame-messageSuccesEleve, .frame-messageSuccesModere {
    color: #223654;
    font-weight: 600;
    padding-top: 24px;
    padding-bottom: 24px;
    font-family: 'Open Sans';
    font-size : 14px;
}
.frame-messageSuccesEleve p, .frame-messageSuccesModere p{
    margin-bottom:0;
    /* font-weight:bold; */
}
.frame-messageSuccesEleve {
  border: 1px solid #c5cad2;
    margin-bottom: 50px;
}


.frame-messageSuccesEleve .container{
    background-image: url(/avis-succes-logo-actif.png);
}

.frame-messageAvisComplementaireEleve, .frame-messageAvisComplementaireModere {
    color: #223654;
    font-weight: 600;
    padding-top: 24px;
    padding-bottom: 24px;
    font-family: 'Open Sans';
    font-size : 14px;
}
.frame-messageAvisComplementaireEleve p, .frame-messageAvisComplementaireModere p{
    margin-bottom:0;
    /* font-weight:bold; */
}
.frame-messageAvisComplementaireEleve {
  border: 1px solid #c5cad2;
    margin-bottom: 50px;
}

.frame-messageAvisComplementaireEleve .container{
    background-image: url(/avis-complementaire-logo.png);
}

.avis {
  color: #223654;
  font-weight: 600;
  padding-top: 24px;
  padding-left: 8px !important;
  border: 1px solid #c6cad1;
  margin-bottom: 15px;
  font-size: 14px;
}
.avis .container {
  background-repeat: no-repeat;
  min-height: 30px;
}

.avis-succes {
  background: linear-gradient(90deg, #bcda99 40px, #FFFF 40px);
}

.avis-complementaire {
  background: linear-gradient(90deg, #F1F1F2 40px, #FFFF 40px);
}

.avis .container .row div {
  padding-left: 25px;
}
.avis p,.avis ul li{
        margin-bottom:0;
        font-weight:500;
        line-height: 1.5;
        font-size: 14px;
    }
.avis ul{
        margin-top: 10px;
    }
.avis-erreur a,.avis-erreur span{
        color: #ca381e;
    }
.avis-erreur {
        background: linear-gradient(90deg, #edbab1 40px, #FFFF 40px);
    }

.avis-avertissement {
        background: linear-gradient(90deg, #f8e69a 40px, #FFFF 40px);
}

h3.avis-titre{
    display: flex;
    gap: 5px;
    font-size: 16px;
    font-weight: bold;
    align-items: center;
}
  .qc-row > div:first-of-type {
    margin-top: 0px;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
  }
  @media (min-width: 992px) {
    .qc-row > div:first-of-type {
        flex: 0 0 25%;
        max-width: 25%;
    }
  }
  .intro-accueil {
    font-size: 1.125rem;
    line-height: 1.625rem;
    margin: 24px 0 32px;
}

@media (min-width: 768px) {
    .intro-accueil {
        font-size:1.25rem;
        line-height: 1.875rem;
    }
}
.landingpage .btn-primary,.landingpage .btn-secondary{
  padding: 14px 22px!important;
  font-size: 16px;
}
.pastille-notification {
  color: #223654;
  background-color: #E58271;
  outline: 1px solid #19406C;
  font-size: 12px;
  line-height: 11px;
  max-height: 16px;
  min-width: 16px;
  max-width: 20px;
  padding: 3px;
  text-align: center;
  border-radius: 8px;
  margin-left: -10px;
  position: absolute;
}
.nonlue{
  font-weight: bold!important;
  color: #e58371;
}

#modal {
  display: block; 
  top: 0px;
}
.gabarit-pleine-largeur .frame-type-textmedia,.qc-col-12 .ce-bodytext {
  max-inline-size: 825px;
}
.theme-accueil-titre {
  display: inline;
  font-size: 1.125rem;
  line-height: 1.625rem;
  font-weight: 700;
  font-family: "Open Sans",sans-serif;
  margin-top: 0;
  padding: 0;
}
.ce-bodytext a,.ce-bodytext a:hover{
  color: #095797;
}

.theme-accueil-liste {
  list-style: none;
  padding: 0;
  margin: 0;
}

.theme-accueil-item {
  margin: 0.5rem 0;
  line-height: 1.25rem;
}

.theme-accueil-item:last-of-type {
  margin-bottom: 1rem;
}

.theme-accueil-tous,.theme-accueil-lien {
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-decoration: none;
  color: #095797;
}

.theme-accueil-tous:hover,.theme-accueil-lien:hover {
  text-decoration: underline;
}

.theme-accueil-lien {
  font-weight: 600;
}
.gabarit-menu-contenu h2:first-of-type, .gabarit-menu-contenu h2.formulaireh2,.gabarit-menu-contenu .ce-bodytext h2:first-child{
  margin-top: 0!important;
}
.linkExtImg{
  max-height: 1.1rem;
  max-width: 1.1rem;
  margin-bottom: 0.16rem;
  display: inline-block;
}



.step-progress {
  position: relative;
  padding-left: 30px;
  list-style: none;
  margin: 25px 0 50px 0;
  }
  .menu-sec-slot .step-progress {
  padding-right: 25px;
  }
  .step-progress::before {
  display: inline-block;
  content: '';
  position: absolute;
  top: 3px;
  left: 9px;
  width: 10px;
  height: calc(100% - 40px);
  border-left: 2px solid #c5cad2;
  }

  .step-progress-item {
  position: relative;
  counter-increment: list;
  padding-top: 0px;
  padding-left: 5px;
  }
  .step-progress-item:not(:last-child) {
  padding-bottom: 30px;
  }

  .step-progress-item::before {
  display: inline-block;
  content: '';
  position: absolute;
  top: 3px;
  left: -21px;
  height: 100%;
  width: 10px;
  }
  .step-progress-item:last-child::before {
  display: none !important;
  }

  .step-progress-item::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 3px;
  left: -30px;
  width: 20px;
  height: 20px;
  border: 2px solid #c5cad2;
  border-radius: 50%;
  background-color: #fff;
  }
  /*Si jamais..
  .step-progress-item:last-child::after {
  /* display: none !important; 
  }
  .step-progress-item:nth-child(4)::before {
  /* display: none !important; 
  }
  */
  .step-progress-item.is-done::after {
  border-color: #095798;
  }
  .step-progress-item.is-done::before {
  border-left: 2px solid #095798;
  }
  .step-progress-item.current::after {
  background-color: #095798;
  width: 20px;
  height: 20px;
  top: 3px;
  left: -30px;
  font-size: 14px;
  text-align: center;
  color: #00417b;
  border: 2px solid #00417b;
  }
  .step-progress-item ul {
  margin: 0 0 0 20px;
  padding: 0;
  }
  .step-progress ul::before {
  display: inline-block;
  content: '';
  position: absolute;
  transform: rotate(90deg);
  top: 22px;
  left: -6px;
  width: 10px;
  height: 39px;
  border-left: 2px solid #c5cad2;
  }
  .step-progress ul.exigences_additionnelles-sousmenu::before {
  top: 46px;
  }
  @media (max-width: 1199px) {
  .step-progress ul.exigences_additionnelles-sousmenu::before {
      top: 69px;
  }
  }
  @media (max-width: 991px) {
  .step-progress ul.exigences_additionnelles-sousmenu::before {
      top: 22px;
  }
  }
  @media (max-width: 767px) {
  .step-progress ul.exigences_additionnelles-sousmenu::before {
      top: 46px;
  }
  }
  @media (max-width: 338px) {
  .step-progress ul.exigences_additionnelles-sousmenu::before {
      top: 69px;
  }
  }
  .step-progress-item ul li {
  position: relative;
  list-style: none;
  }
  .step-progress-item ul li::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 5px;
  left: -20px;
  width: 15px;
  height: 15px;
  border: 2px solid #095798;
  border-radius: 50%;
  background-color: #095798;
  }
  /* .step-progress-item a {
  text-decoration: none;
  }
  .step-progress-item a:hover {
  text-decoration: underline;
  } */
  .step-progress-item.current {
  color: #223654;
  font-weight: bold;
  }
  .step-progress strong {
  display: block;
  font-weight: 700;
  }
  .menu-sec-slot {
  margin-top: 16px;
  color: #095797;
  }

.menu-sec-slot p {
  color: #223654;
  font-weight: bold;
  }
  .section-avecSurTitre{
    margin-top: 10px;
  }
  .h3-titre-boite{
    padding-top: 20px;
  }
.page404 a, .page404 p, .page404 ul li{
  font-size: 16px;
}
html[dir=ltr] li a{
  margin-left: 0!important;
}

.invisible-logique-pour-snippet {
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.adresse-autocomplete-resultats{
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    color: #223653;
    font-size: 16px;
}



input.error {
  border: 2px solid #CB381F;
}
select.error {
  border: 2px solid #CB381F;
}

.error-message {
  color: #CB381F;
  display: flex;
  align-items: center;
  margin-top: 5px;
}

.error-message img {
  width: 16px;
  margin-right: 5px;
}


.badge-acompleter {
    display: inline-flex;
    align-items: center;
    background-color: #F8E69A; 
    color: #000;
    font-size: 0.75rem;
    font-weight: bold;
    padding: 2px 6px;
    margin-left: 8px;
    border-radius: 4px;
    gap: 4px;
}


