/*!
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}

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, 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;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

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;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -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: .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-cancel-button,
[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;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

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;
}

.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;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

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;
  }
}

.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;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .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-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

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

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

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

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

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

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

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

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

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

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

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

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

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

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table .table {
  background-color: #fff;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #212529;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #32383e;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.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);
}

.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-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size], select.form-control[multiple] {
  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: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-control:valid, .form-control.is-valid, .was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated
.custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip, .was-validated
.custom-select:valid ~ .valid-feedback,
.was-validated
.custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #71dd8a;
}

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #34ce57;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label::after, .custom-file-input.is-valid ~ .custom-file-label::after {
  border-color: inherit;
}

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  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: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated
.custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip, .was-validated
.custom-select:invalid ~ .invalid-feedback,
.was-validated
.custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #efa2a9;
}

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #e4606d;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label::after, .custom-file-input.is-invalid ~ .custom-file-label::after {
  border-color: inherit;
}

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  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 .input-group,
  .form-inline .custom-select {
    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;
    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;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  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 screen and (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn:hover, .btn:focus {
  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;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

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(0, 123, 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(0, 123, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 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(108, 117, 125, 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(40, 167, 69, 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(40, 167, 69, 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(23, 162, 184, 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(23, 162, 184, 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(255, 193, 7, 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(255, 193, 7, 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(220, 53, 69, 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(220, 53, 69, 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(248, 249, 250, 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(248, 249, 250, 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(52, 58, 64, 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(52, 58, 64, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  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;
  background-color: transparent;
  background-image: none;
  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;
  background-color: transparent;
  background-image: none;
  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;
  background-color: transparent;
  background-image: none;
  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;
  background-color: transparent;
  background-image: none;
  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;
  background-color: transparent;
  background-image: none;
  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;
  background-color: transparent;
  background-image: none;
  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;
  background-color: transparent;
  background-image: none;
  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;
  background-color: transparent;
}

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}

.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}

.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  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="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  transition: opacity 0.15s linear;
}

@media screen and (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 screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

.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:first-child {
  margin-left: 0;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  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,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .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 + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  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="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  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 > .form-control,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .form-control:not(:first-child),
.input-group > .custom-select: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-prepend,
.input-group-append {
  display: -ms-flexbox;
  display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  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="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.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) {
  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:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .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) {
  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;
  background-color: #007bff;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-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;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #dee2e6;
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%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 {
  background-color: #007bff;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%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::before {
  background-color: #007bff;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%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-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%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;
  background-size: 8px 10px;
  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(128, 189, 255, 0.5);
}

.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 {
  opacity: 0;
}

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 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:focus ~ .custom-file-label::after {
  border-color: #80bdff;
}

.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  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: 2.25rem;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-range:focus {
  outline: none;
}

.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 screen and (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 screen and (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 screen and (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-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 screen and (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

.nav-fill .nav-item {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar > .container,
.navbar > .container-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .card-group > .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-top,
  .card-group > .card:first-child .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-bottom,
  .card-group > .card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-top,
  .card-group > .card:last-child .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-bottom,
  .card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }
  .card-group > .card:only-child {
    border-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-top,
  .card-group > .card:only-child .card-header {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-bottom,
  .card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}

.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  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;
}

.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #007bff;
}

.badge-primary[href]:hover, .badge-primary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #0062cc;
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

.badge-secondary[href]:hover, .badge-secondary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #545b62;
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

.badge-success[href]:hover, .badge-success[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34;
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

.badge-info[href]:hover, .badge-info[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

.badge-warning[href]:hover, .badge-warning[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #d39e00;
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

.badge-danger[href]:hover, .badge-danger[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #bd2130;
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

.badge-light[href]:hover, .badge-light[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #dae0e5;
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

.badge-dark[href]:hover, .badge-dark[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124;
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.alert-primary hr {
  border-top-color: #9fcdff;
}

.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-secondary hr {
  border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger hr {
  border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}

.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

.media-body {
  -ms-flex: 1;
  flex: 1;
}

.list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover, .list-group-item-action:focus {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.list-group-item:hover, .list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  color: #000;
  text-decoration: none;
  opacity: .75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (0.5rem * 2));
  content: "";
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}

.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

.bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}

.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
  border-width: 0.5rem 0.5rem 0;
}

.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}


.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
  bottom: 1px;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

.bs-popover-right .arrow, .bs-popover-auto[x-placement^="right"] .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}

.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}


.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
  left: 1px;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

.bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow {
  top: calc((0.5rem + 1px) * -1);
}

.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}

.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}


.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  top: 1px;
  border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

.bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}

.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}


.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
  right: 1px;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  position: relative;
  display: none;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .carousel-item.active,
  .carousel-item-next,
  .carousel-item-prev {
    transition: none;
  }
}

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.carousel-item-next,
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-next,
  .active.carousel-item-right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.carousel-item-prev,
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-prev,
  .active.carousel-item-left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: .6s;
  transition-property: opacity;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-fade .carousel-item-next,
  .carousel-fade .carousel-item-prev,
  .carousel-fade .carousel-item.active,
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-prev {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  position: relative;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
}

.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators .active {
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

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

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

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

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

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

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

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

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.857143%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0062cc !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #545b62 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #1e7e34 !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #117a8b !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #d39e00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #bd2130 !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #dae0e5 !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #1d2124 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
/* Fonts------------------------------------------------------------ */
/*!
 * Fichier css personnalisé pour le site refonte PUB
 *
 */ 

@font-face {
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 100;
  src: url('../modules/cnav-pub2-template/css/./fonts/Raleway/Raleway-ThinItalic.ttf') format('truetype');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 100;
  src: url('../modules/cnav-pub2-template/css/./fonts/Raleway/Raleway-ThinItalic.ttf') format('truetype');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 200;
  src: url('../modules/cnav-pub2-template/css/./fonts/Raleway/Raleway-ExtraLightItalic.ttf') format('truetype');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 200;
  src: url('../modules/cnav-pub2-template/css/./fonts/Raleway/Raleway-ExtraLightItalic.ttf') format('truetype');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 300;
  src: url('../modules/cnav-pub2-template/css/./fonts/Raleway/Raleway-LightItalic.ttf') format('truetype');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 300;
  src: url('../modules/cnav-pub2-template/css/./fonts/Raleway/Raleway-LightItalic.ttf') format('truetype');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 400;
  src: url('../modules/cnav-pub2-template/css/./fonts/Raleway/Raleway-Italic.ttf') format('truetype');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 400;
  src: url('../modules/cnav-pub2-template/css/./fonts/Raleway/Raleway-Italic.ttf') format('truetype');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 500;
  src: url('../modules/cnav-pub2-template/css/./fonts/Raleway/Raleway-MediumItalic.ttf') format('truetype');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 500;
  src: url('../modules/cnav-pub2-template/css/./fonts/Raleway/Raleway-MediumItalic.ttf') format('truetype');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 600;
  src: url('../modules/cnav-pub2-template/css/./fonts/Raleway/Raleway-SemiBoldItalic.ttf') format('truetype');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 600;
  src: url('../modules/cnav-pub2-template/css/./fonts/Raleway/Raleway-SemiBoldItalic.ttf') format('truetype');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 700;
  src: url('../modules/cnav-pub2-template/css/./fonts/Raleway/Raleway-BoldItalic.ttf') format('truetype');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 700;
  src: url('../modules/cnav-pub2-template/css/./fonts/Raleway/Raleway-BoldItalic.ttf') format('truetype');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 800;
  src: url('../modules/cnav-pub2-template/css/./fonts/Raleway/Raleway-ExtraBoldItalic.ttf') format('truetype');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 800;
  src: url('../modules/cnav-pub2-template/css/./fonts/Raleway/Raleway-ExtraBoldItalic.ttf') format('truetype');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 900;
  src: url('../modules/cnav-pub2-template/css/./fonts/Raleway/Raleway-BlackItalic.ttf') format('truetype');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 900;
  src: url('../modules/cnav-pub2-template/css/./fonts/Raleway/Raleway-BlackItalic.ttf') format('truetype');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 100;
  src: url('../modules/cnav-pub2-template/css/./fonts/Raleway/Raleway-Thin.ttf') format('truetype');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 100;
  src: url('../modules/cnav-pub2-template/css/./fonts/Raleway/Raleway-Thin.ttf') format('truetype');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 200;
  src: url('../modules/cnav-pub2-template/css/./fonts/Raleway/Raleway-ExtraLight.ttf') format('truetype');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 200;
  src: url('../modules/cnav-pub2-template/css/./fonts/Raleway/Raleway-ExtraLight.ttf') format('truetype');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 300;
  src: url('../modules/cnav-pub2-template/css/./fonts/Raleway/Raleway-Light.ttf') format('truetype');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 300;
  src: url('../modules/cnav-pub2-template/css/./fonts/Raleway/Raleway-Light.ttf') format('truetype');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: url('../modules/cnav-pub2-template/css/./fonts/Raleway/Raleway-Regular.ttf') format('truetype');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: url('../modules/cnav-pub2-template/css/./fonts/Raleway/Raleway-Regular.ttf') format('truetype');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 500;
  src: url('../modules/cnav-pub2-template/css/./fonts/Raleway/Raleway-Medium.ttf') format('truetype');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 500;
  src: url('../modules/cnav-pub2-template/css/./fonts/Raleway/Raleway-Medium.ttf') format('truetype');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 600;
  src: url('../modules/cnav-pub2-template/css/./fonts/Raleway/Raleway-SemiBold.ttf') format('truetype');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 600;
  src: url('../modules/cnav-pub2-template/css/./fonts/Raleway/Raleway-SemiBold.ttf') format('truetype');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  src: url('../modules/cnav-pub2-template/css/./fonts/Raleway/Raleway-Bold.ttf') format('truetype');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  src: url('../modules/cnav-pub2-template/css/./fonts/Raleway/Raleway-Bold.ttf') format('truetype');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 800;
  src: url('../modules/cnav-pub2-template/css/./fonts/Raleway/Raleway-ExtraBold.ttf') format('truetype');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 800;
  src: url('../modules/cnav-pub2-template/css/./fonts/Raleway/Raleway-ExtraBold.ttf') format('truetype');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 900;
  src: url('../modules/cnav-pub2-template/css/./fonts/Raleway/Raleway-Black.ttf') format('truetype');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 900;
  src: url('../modules/cnav-pub2-template/css/./fonts/Raleway/Raleway-Black.ttf') format('truetype');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  src: url('../modules/cnav-pub2-template/css/./fonts/Roboto/Roboto-ThinItalic.ttf') format('truetype');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  src: url('../modules/cnav-pub2-template/css/./fonts/Roboto/Roboto-ThinItalic.ttf') format('truetype');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  src: url('../modules/cnav-pub2-template/css/./fonts/Roboto/Roboto-ThinItalic.ttf') format('truetype');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  src: url('../modules/cnav-pub2-template/css/./fonts/Roboto/Roboto-ThinItalic.ttf') format('truetype');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  src: url('../modules/cnav-pub2-template/css/./fonts/Roboto/Roboto-ThinItalic.ttf') format('truetype');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  src: url('../modules/cnav-pub2-template/css/./fonts/Roboto/Roboto-ThinItalic.ttf') format('truetype');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  src: url('../modules/cnav-pub2-template/css/./fonts/Roboto/Roboto-ThinItalic.ttf') format('truetype');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  src: url('../modules/cnav-pub2-template/css/./fonts/Roboto/Roboto-LightItalic.ttf') format('truetype');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  src: url('../modules/cnav-pub2-template/css/./fonts/Roboto/Roboto-LightItalic') format('truetype');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  src: url('../modules/cnav-pub2-template/css/./fonts/Roboto/Roboto-LightItalic.ttf') format('truetype');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  src: url('../modules/cnav-pub2-template/css/./fonts/Roboto/Roboto-LightItalic.ttf') format('truetype');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  src: url('../modules/cnav-pub2-template/css/./fonts/Roboto/Roboto-LightItalic.ttf') format('truetype');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  src: url('../modules/cnav-pub2-template/css/./fonts/Roboto/Roboto-LightItalic.ttf') format('truetype');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  src: url('../modules/cnav-pub2-template/css/./fonts/Roboto/Roboto-LightItalic.ttf') format('truetype');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: url('../modules/cnav-pub2-template/css/./fonts/Roboto/Roboto-Italic.ttf') format('truetype');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: url('../modules/cnav-pub2-template/css/./fonts/Roboto/Roboto-Italic.ttf') format('truetype');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: url('../modules/cnav-pub2-template/css/./fonts/Roboto/Roboto-Italic.ttf') format('truetype');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: url('../modules/cnav-pub2-template/css/./fonts/Roboto/Roboto-Italic.ttf') format('truetype');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: url('../modules/cnav-pub2-template/css/./fonts/Roboto/Roboto-Italic.ttf') format('truetype');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: url('../modules/cnav-pub2-template/css/./fonts/Roboto/Roboto-Italic.ttf') format('truetype');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: url('../modules/cnav-pub2-template/css/./fonts/Roboto/Roboto-Italic.ttf') format('truetype');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  src: url('../modules/cnav-pub2-template/css/./fonts/Roboto/Roboto-MediumItalic.ttf') format('truetype');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  src: url('../modules/cnav-pub2-template/css/./fonts/Roboto/Roboto-MediumItalic') format('truetype');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  src: url('../modules/cnav-pub2-template/css/./fonts/Roboto/Roboto-MediumItalic.ttf') format('truetype');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  src: url('../modules/cnav-pub2-template/css/./fonts/Roboto/Roboto-MediumItalic.ttf') format('truetype');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  src: url('../modules/cnav-pub2-template/css/./fonts/Roboto/Roboto-MediumItalic.ttf') format('truetype');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  src: url('../modules/cnav-pub2-template/css/./fonts/Roboto/Roboto-MediumItalic.ttf') format('truetype');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  src: url('../modules/cnav-pub2-template/css/./fonts/Roboto/Roboto-MediumItalic.ttf') format('truetype');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: url('../modules/cnav-pub2-template/css/./fonts/Roboto/Roboto-BoldItalic.ttf') format('truetype');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: url('../modules/cnav-pub2-template/css/./fonts/Roboto/Roboto-BoldItalic') format('truetype');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: url('../modules/cnav-pub2-template/css/./fonts/Roboto/Roboto-BoldItalic.ttf') format('truetype');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: url('../modules/cnav-pub2-template/css/./fonts/Roboto/Roboto-BoldItalic.ttf') format('truetype');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: url('../modules/cnav-pub2-template/css/./fonts/Roboto/Roboto-BoldItalic.ttf') format('truetype');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: url('../modules/cnav-pub2-template/css/./fonts/Roboto/Roboto-BoldItalic.ttf') format('truetype');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: url('../modules/cnav-pub2-template/css/./fonts/Roboto/Roboto-BoldItalic.ttf') format('truetype');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  src: url('../modules/cnav-pub2-template/css/./fonts/Roboto/Roboto-BlackItalic.ttf') format('truetype');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  src: url('../modules/cnav-pub2-template/css/./fonts/Roboto/Roboto-BlackItalic') format('truetype');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  src: url('../modules/cnav-pub2-template/css/./fonts/Roboto/Roboto-BlackItalic.ttf') format('truetype');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  src: url('../modules/cnav-pub2-template/css/./fonts/Roboto/Roboto-BlackItalic.ttf') format('truetype');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  src: url('../modules/cnav-pub2-template/css/./fonts/Roboto/Roboto-BlackItalic.ttf') format('truetype');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  src: url('../modules/cnav-pub2-template/css/./fonts/Roboto/Roboto-BlackItalic.ttf') format('truetype');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  src: url('../modules/cnav-pub2-template/css/./fonts/Roboto/Roboto-BlackItalic.ttf') format('truetype');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: url('../modules/cnav-pub2-template/css/./fonts/Roboto/Roboto-Thin.ttf') format('truetype');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: url('../modules/cnav-pub2-template/css/./fonts/Roboto/Roboto-Thin.ttf') format('truetype');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: url('../modules/cnav-pub2-template/css/./fonts/Roboto/Roboto-Thin.ttf') format('truetype');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: url('../modules/cnav-pub2-template/css/./fonts/Roboto/Roboto-Thin.ttf') format('truetype');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: url('../modules/cnav-pub2-template/css/./fonts/Roboto/Roboto-Thin.ttf') format('truetype');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: url('../modules/cnav-pub2-template/css/./fonts/Roboto/Roboto-Thin.ttf') format('truetype');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: url('../modules/cnav-pub2-template/css/./fonts/Roboto/Roboto-Thin.ttf') format('truetype');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('../modules/cnav-pub2-template/css/./fonts/Roboto/Roboto-Light.ttf') format('truetype');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('../modules/cnav-pub2-template/css/./fonts/Roboto/Roboto-Light.ttf') format('truetype');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('../modules/cnav-pub2-template/css/./fonts/Roboto/Roboto-Light.ttf') format('truetype');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('../modules/cnav-pub2-template/css/./fonts/Roboto/Roboto-Light.ttf') format('truetype');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('../modules/cnav-pub2-template/css/./fonts/Roboto/Roboto-Light.ttf') format('truetype');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('../modules/cnav-pub2-template/css/./fonts/Roboto/Roboto-Light.ttf') format('truetype');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('../modules/cnav-pub2-template/css/./fonts/Roboto/Roboto-Light.ttf') format('truetype');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../modules/cnav-pub2-template/css/./fonts/Roboto/Roboto-Regular.ttf') format('truetype');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../modules/cnav-pub2-template/css/./fonts/Roboto/Roboto-Regular.ttf') format('truetype');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../modules/cnav-pub2-template/css/./fonts/Roboto/Roboto-Regular.ttf') format('truetype');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../modules/cnav-pub2-template/css/./fonts/Roboto/Roboto-Regular.ttf') format('truetype');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../modules/cnav-pub2-template/css/./fonts/Roboto/Roboto-Regular.ttf') format('truetype');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../modules/cnav-pub2-template/css/./fonts/Roboto/Roboto-Regular.ttf') format('truetype');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../modules/cnav-pub2-template/css/./fonts/Roboto/Roboto-Regular.ttf') format('truetype');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('../modules/cnav-pub2-template/css/./fonts/Roboto/Roboto-Medium.ttf') format('truetype');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('../modules/cnav-pub2-template/css/./fonts/Roboto/Roboto-Medium.ttf') format('truetype');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('../modules/cnav-pub2-template/css/./fonts/Roboto/Roboto-Medium.ttf') format('truetype');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('../modules/cnav-pub2-template/css/./fonts/Roboto/Roboto-Medium.ttf') format('truetype');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('../modules/cnav-pub2-template/css/./fonts/Roboto/Roboto-Medium.ttf') format('truetype');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('../modules/cnav-pub2-template/css/./fonts/Roboto/Roboto-Medium.ttf') format('truetype');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('../modules/cnav-pub2-template/css/./fonts/Roboto/Roboto-Medium.ttf') format('truetype');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../modules/cnav-pub2-template/css/./fonts/Roboto/Roboto-Bold.ttf') format('truetype');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../modules/cnav-pub2-template/css/./fonts/Roboto/Roboto-Bold.ttf') format('truetype');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../modules/cnav-pub2-template/css/./fonts/Roboto/Roboto-Bold.ttf') format('truetype');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../modules/cnav-pub2-template/css/./fonts/Roboto/Roboto-Bold.ttf') format('truetype');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../modules/cnav-pub2-template/css/./fonts/Roboto/Roboto-Bold.ttf') format('truetype');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../modules/cnav-pub2-template/css/./fonts/Roboto/Roboto-Bold.ttf') format('truetype');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../modules/cnav-pub2-template/css/./fonts/Roboto/Roboto-Bold.ttf') format('truetype');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: url('../modules/cnav-pub2-template/css/./fonts/Roboto/Roboto-Black.ttf') format('truetype');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: url('../modules/cnav-pub2-template/css/./fonts/Roboto/Roboto-Black.ttf') format('truetype');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: url('../modules/cnav-pub2-template/css/./fonts/Roboto/Roboto-Black.ttf') format('truetype');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: url('../modules/cnav-pub2-template/css/./fonts/Roboto/Roboto-Black.ttf') format('truetype');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: url('../modules/cnav-pub2-template/css/./fonts/Roboto/Roboto-Black.ttf') format('truetype');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: url('../modules/cnav-pub2-template/css/./fonts/Roboto/Roboto-Black.ttf') format('truetype');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: url('../modules/cnav-pub2-template/css/./fonts/Roboto/Roboto-Black.ttf') format('truetype');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'opendyslexic';
    src: url('../modules/cnav-pub2-template/css/./fonts/OpenDyslexic-Regular.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'opendyslexic';
    src: url('../modules/cnav-pub2-template/css/./fonts/OpenDyslexic-Bold.otf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'opendyslexic';
    src: url('../modules/cnav-pub2-template/css/./fonts/OpenDyslexic-Italic.otf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'opendyslexic';
    src: url('../modules/cnav-pub2-template/css/./fonts/OpenDyslexic-BoldItalic.otf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

/* Général------------------------------------------------------------ */
body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    background-color: #e6e6e6;
    color: #000;
}

body.dyslexic {
    font-family: 'opendyslexic', sans-serif !important;
}

body > .container {
    background-color: #ffffff;
    padding: 0;
}

body > .container.fixed-top {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
}

button:active, a:focus, a:active {
    outline: none;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .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 {
    padding-right: 10px;
    padding-left: 10px;
}

h1, h2, h3, h4, h5 {
    font-family: 'Raleway', sans-serif;
}

h1 {
    font-weight: 400;
    font-size: 2.125rem;
}

h2 {
    font-weight: 700;
    font-size: 1.875rem;
    line-height: 42px;
    /* margin-top: 50px; */
    margin-bottom: 20px;
}

h3 {
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 33px;
    margin-top: 30px;
    margin-bottom: 20px;
}

h4 {
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 24px;
    margin-top: 20px;
    margin-bottom: 20px;
}

/* h5 {
    font-weight: 700;
    font-size: 1.125rem;
} */



body.dyslexic h1, body.dyslexic h2, body.dyslexic h3, body.dyslexic h4, body.dyslexic h5 {
    font-family: 'opendyslexic', sans-serif !important;
}

body.dyslexic h1 {
    font-weight: 400;
}

body.dyslexic h2 {
    font-weight: 400;
}

body.dyslexic h3 {
    font-weight: 700;
}

body.dyslexic h4 {
    font-weight: 700;
}

/* body.dyslexic h5 {
    font-weight: 700;
} */

legend {
    font-size: 0.875rem !important;
    font-weight: 500;
    padding: 20px 0;
    margin-bottom: 0;
}

@media (max-width: 991.98px) {
    legend {
        padding: 20px 0 0px;
        text-align: left;
    }
}
a:hover{
    cursor: pointer;
}

.btn {
    padding: .675rem 1.75rem;
    font-size: 0.875rem;
    box-shadow: none !important;
    border: 0 !important;
    border-radius: 1.5rem;
}

.btn svg {
    margin: 0 7px 0 0 !important;
    /*width: auto !important;*/
}

.btn-primary {
    background: #0071B9;
    box-shadow: 0px 4px 10px rgba(0, 113, 185, 0.25);
    color: #fff;
}

body.home.contrast header .btn-primary {
  background: #025F9B;
}

body.home.contrast header.actif .btn-primary {
  background: #01707E;
}

body.home.contrast header.retraite .btn-primary {
  background: #6A123C;
}

body.home.contrast header.actif .pastille p {
  border: 2px solid #01707E;
}

body.home.contrast header.retraite .pastille p {
  border: 2px solid #6A123C;
}

body.home.contrast header.retraite .btn-primary.btnFormSearch, body.home.contrast header.actif .btn-primary.btnFormSearch, body.home.contrast header .btn-primary.btnFormSearch {
  background: #F2F2F2;
}

body.contrast header #navbars2 .nav.navbar-nav .user.actif .btn-connecter:hover, body.contrast header #navbars2 .nav.navbar-nav .user.actif .btn-connecter:focus{
  background: #01707E;
}

body.contrast header #navbars2 .nav.navbar-nav .user .btn-connecter:hover, body.contrast header #navbars2 .nav.navbar-nav .user .btn-connecter:focus, header.retraite .show > .btn-primary.dropdown-toggle {
  background: #025F9B;
}

body.contrast header #navbars2 .nav.navbar-nav .user.retraite .btn-connecter:hover, body.contrast header #navbars2 .nav.navbar-nav .user.retraite .btn-connecter:focus {
  background: #6A123C;
}

body.contrast header.retraite .btn-connecter:hover .pastille p, body.contrast header.retraite .show > .btn-connecter:hover .pastille p, body.contrast header.retraite .btn-connecter:focus .pastille p, body.contrast header.retraite .show > .btn-connecter:focus .pastille p {
  border: 2px solid #6A123C;
}

body.contrast header.actif .btn-connecter:hover .pastille p, body.contrast header.actif .show > .btn-connecter:hover .pastille p, body.contrast header.actif .btn-connecter:focus .pastille p, body.contrast header.actif .show > .btn-connecter:focus .pastille p {
  border: 2px solid #01707E;
}


body.contrast header.actif .navbar-light .second.navbar-toggler, body.contrast header.actif .navbar-light .second.navbar-toggler[aria-expanded="false"]:hover {
  background: #01707E;
}

body.contrast header.retraite .navbar-light .second.navbar-toggler, body.contrast header.retraite .navbar-light .second.navbar-toggler[aria-expanded="false"]:hover {
  background: #6A123C;
}

.btn-primary:hover, .btn-primary:focus {
    background: #0071B9;
}

.btn-primary:active, .btn-primary:active:focus {
    background: linear-gradient(#0064A4, #0073BD);
}

body.actif main .btn-primary {
    background: #03748C;
    box-shadow: 0px 4px 10px rgba(0, 151, 169, 0.25);
}

body.actif main .btn-primary:hover, body.actif main .btn-primary:focus {
    background: #108199;
}

body.actif main .btn-primary:active, body.actif main .btn-primary:active:focus {
    background: linear-gradient(90deg,#047987, #1D9D8F);
}

body.retraite main .btn-primary {
    background: linear-gradient(90deg, #8E2256 0%, #C64E51 126.2%);
    box-shadow: 0px 4px 10px rgba(168, 39, 101, 0.25);
}

body.retraite main .btn-primary:hover, body.retraite main .btn-primary:focus {
    background: linear-gradient(90deg, #CA196D, #E9436B);
}

body.retraite main .btn-primary:active, body.retraite main .btn-primary:active:focus {
    background: linear-gradient(90deg,#8C2355, #B53A58);
}

body.employeur main .btn-primary {
    background: linear-gradient(90deg, #D86B56, #D67E3E);
    box-shadow: 0px 4px 10px rgba(232, 108, 84, 0.25);
}

body.employeur main .btn-primary:hover, body.employeur main .btn-primary:focus {
    background: linear-gradient(90deg, #FE7A61, #FF9446);
}

body.employeur main .btn-primary:active, body.employeur main .btn-primary:active:focus {
    background: linear-gradient(90deg, #BE5845, #A9612C);
}

.btn:disabled, .btn:hover:disabled, .btn:active:disabled, .btn:active:focus:disabled,
.btn.disabled, .btn:hover.disabled, .btn:active.disabled, .btn:active.disabled:focus {
    background: #ADADAD !important;
}

.btn-secondary {
    background-color: #fff;
    border-color: #fff;
    color: #000;
    font-size: 1rem;
}

.btn-secondary:hover, .btn-secondary:focus {
    background-color: #fff;
    border-color: #fff;
    color: #000;
    font-size: 1rem;
}

.btn.btn-secondary:active, .btn.btn-secondary:active:focus {
    background-color: #fff;
    border-color: #fff;
    color: #000;
    font-size: 1rem;
}

.btn-secondary, .btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary:active:focus {
    background: #fff !important;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1) !important;
    color: #000 !important;
    border: 1px solid #DBDBDB !important;
}

body.actif main .btn-secondary, body.actif main .btn-secondary:hover, body.actif main .btn-secondary:focus, body.actif main .btn-secondary:active, body.actif main .btn-secondary:active:focus {
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1) !important;
}

body.retraite main .btn-secondary, body.retraite main .btn-secondary:hover, body.retraite main .btn-secondary:focus, body.retraite main .btn-secondary:active, body.retraite main .btn-secondary:active:focus {
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1) !important;
}

body.employeur main .btn-secondary, body.employeur main .btn-secondary:hover, body.employeur main .btn-secondary:focus, body.employeur main .btn-secondary:active, body.employeur main .btn-secondary:active:focus {
    box-shadow: 0px 4px 10px rgba(232, 108, 84, 0.25) !important;
}

.btn-tertiary {
    color: #0071B9;
    background: #fff;
    border: 3px solid #0071B9 !important;
    box-shadow: none;
}

body.contrast .btn-tertiary {
  color: #025F9B;
  border: 3px solid #025F9B !important;
}

.btn-tertiary:hover, .btn-tertiary:focus {
    background: #EFF8FD;
    border: 3px solid #EFF8FD !important;
}

.btn-tertiary:active, .btn-tertiary:active:focus {
    background: #DAEEFB;
    border: 3px solid #DAEEFB !important;
}

body.actif main .btn-tertiary {
    color: #03748C;
    background: #fff;
    border: 3px solid #00829B !important;
    box-shadow: none;
    font-weight: 500;
}

body.contrast.actif main .btn-tertiary {
    color: #01707E;
    background: #fff;
    border: 3px solid #01707E !important;
    box-shadow: none;
}

body.actif main .btn-tertiary:hover, body.actif main .btn-tertiary:focus {
    background: #ECFBFD;
    border: 3px solid #ECFBFD !important;
}

body.actif main .btn-tertiary:active, body.actif main .btn-tertiary:active:focus {
    background: #D0F6FB;
    border: 3px solid #D0F6FB !important;

}

body.retraite main .btn-tertiary {
    color: #A82765;
    background: #fff;
    border: 3px solid #A82765 !important;
    box-shadow: none;
    font-weight: 500;
}

body.contrast.retraite main .btn-tertiary {
    color: #6A123C;
    background: #fff;
    border: 3px solid #6A123C !important;
    box-shadow: none;
}

body.retraite main .btn-tertiary:hover, body.retraite main .btn-tertiary:focus {
    background: #FAEAF2;
    border: 3px solid #FAEAF2 !important;
}

body.retraite main .btn-tertiary:active, body.retraite main .btn-tertiary:active:focus {
    background: #F9DDEB;
    border: 3px solid #F9DDEB !important;
}

body.employeur main .btn-tertiary {
    color: #D86B56;
    background: #fff;
    border: 3px solid #D86B56 !important;
    box-shadow: none;
}

body.employeur main .btn-tertiary:hover, body.employeur main .btn-tertiary:focus {
    background: #FFF4F2;
    border: 3px solid #FFF4F2 !important;
}

body.employeur main .btn-tertiary:active, body.employeur main .btn-tertiary:active:focus {
    background: #FFE6E1;
    border: 3px solid #FFE6E1 !important;
}

.btn-tertiary:disabled, .btn-tertiary:hover:disabled, .btn-tertiary:focus:disabled, .btn-tertiary:active:disabled, .btn-tertiary:active:focus:disabled {
    color: #ADADAD !important;
    background: #fff !important;
    border: 3px solid #ADADAD !important;
    box-shadow: none !important;
}

.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;
}

.btn-group-toggle .row > .btn {
    margin: 5px 5px;
}

.dropdown-menu.dropdown-medium.dropdown-center .btn.btn-select {
  font-size: 0.9375rem;
}

.btn.btn-select {
    border-radius: 4px !important;
    border: 0.5px solid #DBDBDB !important;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1) !important;
    color: #000000 !important;
    background: #fff !important;
    border-radius: 40px !important;
}

.dropdown-menu.dropdown-medium.dropdown-center .btn.btn-select:hover, .dropdown-menu.dropdown-medium.dropdown-center .btn.btn-select:focus {
    font-weight: bold;
}

.dropdown-menu.dropdown-medium.dropdown-center legend {
  font-weight: bold;
}

.btn.btn-select:hover, .btn.btn-select:focus, .btn.btn-select:active, .btn.btn-select:active:focus {
    background: #EFF8FD !important;
    border: 2px solid #EFF8FD !important;
    color: #0071B9 !important;
    box-shadow: none !important;
}

.dropdown-menu.dropdown-medium.dropdown-center .btn.btn-select.active {
  font-weight: 500;
  font-size: 0.9375rem;
}


.btn.btn-select.active {
    color: #0071B9 !important;
    border: 2px solid #0071B9 !important;
    border-radius: 40px !important;
    background: #fff !important;
    box-shadow: none !important;
}

.btn.btn-select.active:hover, .btn.btn-select.active:focus, .btn.btn-select.active:active, .btn.btn-select.active:active:focus {
    background: #EFF8FD !important;
    border: 2px solid #0071B9 !important;
    color: #0071B9 !important;
}

.btn.btn-select.actif:hover, .btn.btn-select.actif:focus, .btn.btn-select.actif:active, .btn.btn-select.actif:active:focus {
    background: #ECFBFD !important;
    border: 2px solid #ECFBFD !important;
    color: #00829B !important;
}

.btn.btn-select.active.actif, body.recherche .btn-select.actif.active {
    color: #000 !important;
    border: 2px solid #00829B !important;
    border-radius: 4px !important;
    background: #fff !important;

}

.btn.btn-select.active.actif:hover, .btn.btn-select.active.actif:focus, .btn.btn-select.active.actif:active, .btn.btn-select.active.actif:active:focus {
    background: #EFF8FD !important;
    border: 2px solid #00829B !important;
    color: #00829B !important;
}

.btn.btn-select.retraite:hover, .btn.btn-select.retraite:focus, .btn.btn-select.retraite:active, .btn.btn-select.retraite:active:focus {
    background: #FAEAF2 !important;
    border: 2px solid #FAEAF2 !important;
    color: #A82765 !important;
}

.btn.btn-select.active.retraite, body.recherche .btn.btn-select.retraite.active::before {
    color: #000 !important;
    border: 2px solid #A82765 !important;
    border-radius: 4px !important;
    background: #fff !important;
}

.btn.onlyicon {
    padding: .675rem 1rem;
}

.btn.onlyicon svg {
    margin-right: 0 !important;
}

@media (max-width: 991.98px) {
  .btn.onlyiconmobile {
      padding: .675rem 1rem;
  }

  .btn.onlyiconmobile svg {
      margin-right: 0 !important;
  }

  h2 {
    font-weight: 700;
    font-size: 1.75rem;
    line-height: 32px;
  }

  h3 {
    font-weight: 600;
    font-size: 1.375rem;
    line-height: 25px;
  }

  h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
  }

}

body.recherche .btn.btn-select.retraite.active::before {
    border: 0 !important;
}

body.recherche .btn.btn-select {
    margin-bottom: 0px;

}

.btn.btn-select.active.retraite:hover, .btn.btn-select.active.retraite:focus, .btn.btn-select.active.retraite:active, .btn.btn-select.active.retraite:active:focus {
    background: #FAEAF2 !important;
    border: 2px solid #A82765 !important;

    color: #A82765 !important;
}

.btn.btn-select.employeur:hover, .btn.btn-select.employeur:focus, .btn.btn-select.employeur:active, .btn.btn-select.employeur:active:focus {
    background: #FFF4F2 !important;
    border: 2px solid #FFF4F2 !important;
    color: #D86B56 !important;
}

.btn.btn-select.active.employeur {
    color: #000 !important;
    border: 2px solid #D86B56 !important;
    border-radius: 4px !important;
    background: #fff !important;

}

.btn.btn-select.active.employeur:hover, .btn.btn-select.active.employeur:focus, .btn.btn-select.active.employeur:active, .btn.btn-select.active.employeur:active:focus {
    background: #FFF4F2 !important;
    border: 2px solid #D86B56 !important;

    color: #D86B56 !important;
}

.btn.btn-select:disabled {
    border-radius: 4px !important;
    border: 2px solid #DBDBDB !important;
    color: #DBDBDB !important;
    background: #F2F2F2 !important;
}

/*body.contrast .btn.btn-primary {
    background: #025F9B !important;
}*/

body.contrast .btn.btn-primary.btn-connecter {
  background: #0071B9 !important;
}

body.contrast .btn.btn-primary.btn-connecter.actif {
  background: #01707E !important;
}

body.contrast .navbar-light .navbar-nav .nav-item.retraite .nav-link.btn-connecter {
  background: #A82765 !important;
}

body.contrast .btn.btn-primary.btn-connecter.retraite {
  background: #6A123C !important;
}

/* body.contrast.actif .btn.btn-primary {
    background: #01707E !important;
} */

body.contrast .btn.btn-primary.btnFormSearch, body.contrast.actif .btn.btn-primary.btnFormSearch, body.contrast.retraite .btn.btn-primary.btnFormSearch {
    background: #F2F2F2 !important;
}

/* body.contrast.retraite .btn.btn-primary {
    background: #6A123C !important;
}
 */
body.contrast.employeur .btn.btn-primary {
    background: #B03F29 !important;
}

@media (min-width: 992px) {
    .mt-45 {
        margin-top: 2rem !important;
    }
}

.dropdown-toggle::after {
    display: none;

}

.dropdown-divider {
    margin: 0rem 0 0.5rem;
}

@media (max-width: 991.98px) {
    .dropdown-divider {
        margin: 1rem 0;
    }
}

.collapsing {
    transition: none;
    transition-delay: 0s;
}

.card {
    border: 1px solid #DBDBDB;
    padding: 20px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1) !important;
    transition: ease all 300ms;
    overflow: hidden;
    border-radius: 8px;
}

 @media (max-width: 991.98px) {
  .encart.actualite .card.underline {
    padding: 20px 10px 0px 20px;
  }

  body.article main .btnTranslate.show .dropdown-langues {
    padding: 15px;
  }

  .btnTranslate .dropdown-langues.show .list-mobile .mt-2 {
    margin-right: 0px;
  }

}

/* Passage du changement de couleur en automatisé dans le jsp*/
/*body.home main .encart:nth-child(2n+2){
	background-color:#F2F2F2;
}
@media (max-width:991.99px){
	body.home main .encart:nth-child(2n+2){
	background-color:#FFF;
	}
	body.home main .encart:nth-child(2n+1){
		background-color:#F2F2F2;
	}
}*/

.bgGrey {
    background-color: #EFF8FD;
}

.actif.bgGrey {
    background-color: #EEFBFD;
}

.retraite.bgGrey {
    background-color: #FFF6FB;
}

.bgWhiteMobile.listeService {
  background-color: #FFF;
}

@media (max-width: 991.98px) {
  .bgWhiteMobile {
      background-color: #FFF;
  }

  .actualites.bgWhiteMobile.bgGrey {
    background-color: #EFF8FD;
  }

  body .actualites.actif.bgWhiteMobile.bgGrey {
    background-color: #EEFBFD;
  }

  body.chapo-premier-niveau .actualites.bgWhiteMobile.bgGrey {
    background: #fff;
  }

  body .actualites.retraite.bgWhiteMobile.bgGrey {
    background-color: #FFF6FB;
  }
  .nav-item.profil.actif .dropdown-toggle.actif span {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    color: #007C94;
  }

  .nav-item.profil.retraite .dropdown-toggle.retraite span {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    color: #A82765;
  }

  .nav-item.profil.show .container-menu-title {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    text-align: center;
    padding: 12px 20px;
    margin-bottom: 0px;
  }

  .nav-item.profil.actif.show .container-menu-title {
    color: #007C94;
    background: #EEFBFD;
  }
  .nav-item.profil.retraite.show .container-menu-title {
    color: #A82765;
    background: #FFF6FB;
  }

  .navbar-light .navbar-nav .nav-item.profil .nav-link.actif:hover, .navbar-light .navbar-nav .nav-link.actif:focus,
  .navbar-light .navbar-nav .nav-item.profil .nav-link.retraite:hover, .navbar-light .navbar-nav .nav-link.retraite:focus {
    background: #fff;
  }

  .navbar-light .nav-item.profil .nav-link.actif[aria-expanded="true"],
  .navbar-light .nav-item.profil .nav-link.retraite[aria-expanded="true"] {
    background: #fff;
    border-bottom: 1px solid #F2F2F2;
  }

  .navbar-light .nav-item.profil .nav-link[aria-expanded="true"] span.return-category-menu {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #000000 !important;
    margin-left: 21px !important;
  }
  .navbar-light .nav-item.profil .nav-link.actif[aria-expanded="true"] p::before,
  .navbar-light .nav-item.profil.actif .dropdown-item[aria-expanded="true"] span.return-category-menu::before {
    display: inline-block;
    width: 10px;
    height: 14px !important;
    border: 0;
    vertical-align: middle;
    background: url(../modules/cnav-pub2-template/css/../images/icon-btnRetour-Actif.svg) no-repeat !important;
    margin-right: 12px;
    margin-top: 4px;
    padding: 0px;
    content: "";
  }

  .navbar-light .nav-item.profil .nav-link.retraite[aria-expanded="true"] p::before,
  .navbar-light .nav-item.profil.retraite .dropdown-item[aria-expanded="true"] span.return-category-menu::before {
    display: inline-block;
    width: 10px;
    height: 14px !important;
    border: 0;
    vertical-align: middle;
    background: url(../modules/cnav-pub2-template/css/../images/icon-btnRetour-Retraite.svg) no-repeat !important;
    margin-right: 12px;
    margin-top: 4px;
    content: "";
  }

  .navbar-light #navbars1 .nav-item.profil .nav-link {
    padding: 15px 30px 15px 20px !important;
  }

  #navbars1 .nav-item .dropdown-menu li.liMenuCol a,
  #navbars1 .nav-item .drop-menu li.liMenuCol a {
    width: 100%;
    padding: 15px 20px 15px 20px !important;
    margin: 0;
    border-bottom: 1px solid #F2F2F2;
  }

  .dropdown-menu .col1, .dropdown-menu .col2, .dropdown-menu .col3,
  .drop-menu .col1, .drop-menu .col2, .drop-menu .col3 {
    padding: 0px 0px 30px 0px;
    min-width: 100%;
    max-height: initial;
    padding-bottom: 0px;
  }

  .navbar-nav .nav-item.profil .dropdown-menu li.liMenu, .navbar-nav .nav-item.profil .dropdown-menu li.liMenuCol,
  .navbar-nav .nav-item.profil .drop-menu li.liMenu, .navbar-nav .nav-item.profil .drop-menu li.liMenuCol {
    margin: 0;
  }

  .navbar-nav .nav-item.profil.actif .dropdown-menu .chapo,
  .navbar-nav .nav-item.profil.retraite .dropdown-menu .chapo,
  .navbar-nav .nav-item.profil.actif .drop-menu .chapo,
  .navbar-nav .nav-item.profil.retraite .drop-menu .chapo {
    padding: 15px 40px 15px 20px !important;
    margin: 0px;
    border:0px;
    border-bottom: 1px solid #F2F2F2;
    min-width: 100%;
    background: #fff;
    text-align: left;
  }

  .navbar-nav .nav-item.profil.actif .dropdown-menu .chapo::after, .navbar-nav .nav-item.profil.actif .drop-menu .chapo::after,
  .navbar .navbar-nav.mr-auto .col1 .conteneur a.internalLink::after, .navbar .navbar-nav.mr-auto .col2 .conteneur a.internalLink::after, .navbar .navbar-nav.mr-auto .col1 .conteneur a.externalLink::after, .navbar .navbar-nav.mr-auto .col2 .conteneur a.externalLink::after {
    width: 10px;
    height: 12px;
    border: 0;
    vertical-align: middle;
    background: url(../modules/cnav-pub2-template/css/../images/icon-btnRetour-Actif.svg) no-repeat;
    margin-right: -20px;
    margin-top: 4px;
    content: "";
    float: right;
    transform: rotate(180deg);
  }

  .navbar .navbar-nav.mr-auto .nav-item.profil.retraite .col1 .conteneur a.internalLink::after, .navbar .navbar-nav.mr-auto .nav-item.profil.retraite .col2 .conteneur a.internalLink::after, .navbar .navbar-nav.mr-auto .nav-item.profil.retraite .col1 .conteneur a.externalLink::after, .navbar .navbar-nav.mr-auto .nav-item.profil.retraite .col2 .conteneur a.externalLink::after {
    background: url(../modules/cnav-pub2-template/css/../images/icon-btnRetour-Retraite.svg) no-repeat;
  }

  .navbar-nav .nav-item.profil.actif .dropdown-menu .col3 .chapo::after, .navbar-nav .nav-item.profil.retraite .dropdown-menu .col3 .chapo::after {
    margin-right: 0px;
  }

  .navbar-nav .nav-item.profil.retraite .dropdown-menu .chapo::after, .navbar-nav .nav-item.profil.retraite .drop-menu .chapo::after {
    width: 10px;
    height: 12px;
    border: 0;
    vertical-align: middle;
    background: url(../modules/cnav-pub2-template/css/../images/icon-btnRetour-Retraite.svg) no-repeat;
    margin-right: -20px;
    margin-top: 4px;
    content: "";
    float: right;
    transform: rotate(180deg);
  }

  .col3 ul {
    background: #fff;
  }

  #navbars1 .nav-item .dropdown-menu .col3 li a, #navbars1 .nav-item .drop-menu .col3 li a {
    padding: 0px !important;
    border: 0;
  }

  .navbar-nav .nav-item.profil .dropdown-menu .col3 li.liMenu, .navbar-nav .nav-item.profil .dropdown-menu .col3 li.liMenuCol,
  .navbar-nav .nav-item.profil .drop-menu .col3 li.liMenu, .navbar-nav .nav-item.profil .drop-menu .col3 li.liMenuCol {
    padding: 15px 30px 15px 20px;
    border-bottom: 1px solid #F2F2F2;
  }

  .navbar-nav .nav-item.profil .dropdown-menu .col1 li.liMenu:last-child, .navbar-nav .nav-item.profil .dropdown-menu .col2 li.liMenu:last-child,
  .navbar-nav .nav-item.profil .dropdown-menu .col3 li.liMenu:last-child {
    border-bottom: 0;
  }

  .blocChapo .imgcol3 {
    margin: auto 10px auto 0px;
  }

  .navbar-nav .nav-item.profil.actif .dropdown-menu .col3 .chapo, .navbar-nav .nav-item.profil.retraite .dropdown-menu .col3 .chapo {
    display: contents;
    padding: 15px 30px 15px 10px;
  }

  .navbar-nav .nav-item.profil.actif .drop-menu .col3 .chapo, .navbar-nav .nav-item.profil.retraite .drop-menu .col3 .chapo {
    display: contents;
  }

  .navbar-nav .nav-item.profil.actif .dropdown-menu a.chapo, .navbar-nav .nav-item.profil.actif .drop-menu a.chapo {
    min-width: 100%;
  }

  .lienDernierNiveau {
    display: none;
  }

  .navbar-nav .col1 a, .navbar-nav .col2 a {
    padding: 15px 20px 15px 20px;
    border-bottom: 1px solid #F2F2F2;
    margin-top: 0px;
  }

  .col1 ul.show, .col2 ul.show, .col3 ul.show {
    display: block;
  }

  .col1 ul.hidden, .col2 ul.hidden, .col3 ul.hidden {
    display: none;
  }

  .conteneur.hide {
    display: none;
  }

  .nav-item.show.removeElNiveau1 .container-menu-title {
    display: none !important;
  }

  .removeElNiveau1.show .nav-link {
    display: none;
  }

  .container-menu-title-sousniveau {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    text-align: center;
    padding: 12px 20px;
    margin-bottom: 0px;
    display: none;
  }

  .nav-item.profil.actif.show .container-menu-title-sousniveau {
    color: #007C94;
    background: #EEFBFD;
  }

  .nav-item.profil.retraite.show .container-menu-title-sousniveau {
    color: #A82765;
    background: #FFF6FB;
  }

  .conteneur.show .container-menu-title-sousniveau {
    display: block;
  }

  .return-category-menu-soumenu {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    margin-left: 10px;
    display: none;
    padding: 15px 30px 15px 20px;
    background: #fff;
    border-bottom: 1px solid #F2F2F2;
    width: 100%;
    margin-left: 0px;
  }

  .blocChapo.show .return-category-menu-soumenu {
    display: block;
  }

  .nav-item.profil.actif .blocChapo.show .return-category-menu-soumenu::before {
    display: inline-block;
    width: 10px;
    height: 14px !important;
    border: 0;
    vertical-align: middle;
    background: url(../modules/cnav-pub2-template/css/../images/icon-btnRetour-Actif.svg) no-repeat !important;
    margin-right: 12px;
    content: "";
  }

  .nav-item.profil.retraite .blocChapo.show .return-category-menu-soumenu::before {
    display: inline-block;
    width: 10px;
    height: 14px !important;
    border: 0;
    vertical-align: middle;
    background: url(../modules/cnav-pub2-template/css/../images/icon-btnRetour-Retraite.svg) no-repeat !important;
    margin-right: 12px;
    content: "";
  }

  .nav-item.profil.actif .blocChapo.show .chapo, .nav-item.profil.retraite .blocChapo.show .chapo,
  .navbar-nav .nav-item.profil.retraite .dropdown-menu .col3 .blocChapo.show .chapo {
    display: none !important;
  }

  .navbar-nav .nav-item.profil.retraite .dropdown-menu .col3 .blocChapo.show, .col3 .blocChapo.show {
    padding: 0;
  }

  /*Gestion premier niveau megamenu burger*/
  .nav-item.show .container-menu-title, .nav-item.show #navbarDropdown-actif .return-category-menu, .nav-item.show #navbarDropdown-retraite .return-category-menu {
    display: block !important;
  }

  .nav-item.show #navbarDropdown-actif .titre-menu-mobile, .nav-item.show #navbarDropdown-retraite .titre-menu-mobile {
    display: none;
  }

  .navbar-nav .nav-item.profil .dropdown-menu, .navbar-nav .nav-item.profil .drop-menu {
    max-height: 100%;
  }

  #navbars1 .nav-item .dropdown-menu li.liMenuCol:last-child a {
    border: 0;
  }

  .navbar-nav .nav-item.profil.actif .dropdown-menu .col3 .blocChapo {
    border-bottom: 1px solid #D0F6FB;
  }

  .navbar-nav .nav-item.profil.actif .dropdown-menu .col3 .blocChapo.show, .navbar-nav .nav-item.profil.retraite .dropdown-menu .col3 .blocChapo.show {
    border-bottom: 0px;
  }

  .navbar-nav .nav-item.profil.actif .dropdown-menu .col3 .conteneur:last-child .blocChapo, .navbar-nav .nav-item.profil.retraite .dropdown-menu .col3 .conteneur:last-child .blocChapo {
    border-bottom: 0px;
  }

  .navbar-nav .nav-item.profil.retraite .dropdown-menu .col3 .blocChapo {
    border-bottom: 1px solid #F9DDEB;
  }

  .navbar-nav .nav-item.profil .dropdown-menu .col3 .blocChapo.show .imgcol3 {
    display: none;
  }

  body.demarches-en-ligne .encart .blocTitle, body.chapo-premier-niveau .encart .blocTitle, body.toutes-les-actualites .encart .blocTitle {
    padding-left: 0px;
  }

  body.demarches-en-ligne .all-services .title-filtre, body.toutes-les-actualites .all-actualites .title-filtre {
    width: 100%;
    display: block;
    text-align: center;
    margin: 0px 0px 20px 0px;
  }

  body.demarches-en-ligne .all-services, body.toutes-les-actualites .all-actualites {
    display: block;
  }
  body.demarches-en-ligne .all-services .blocFiltres, body.toutes-les-actualites .all-actualites .blocFiltres {
    display: block;
    margin: 0;
  }

  body.demarches-en-ligne .content ul.premier-filtre, body.toutes-les-actualites .content ul.premier-filtre {
    display: flex;
    width: 100%;
    margin-bottom: 10px;
    padding: 0px 10px 0px 10px;
  }

  .premier-filtre .filtre:last-child {
    margin-right: 0px;
  }

  .premier-filtre li, .premier-filtre li .filtre, .all-services .BlocFiltre .filtre-last .filtre {
    width: 100%;
  }

  .all-services .BlocFiltre .filtre-last {
    width: 100%;
    padding: 0px 10px 0px 10px;
  }

  body.demarches-en-ligne .premier-filtre li:first-child, body.toutes-les-actualites .premier-filtre li:first-child {
    padding-left: 0px;
  }

  .BlocFiltre .premier-filtre .dropdown.show .dropdown-menu.show, .BlocFiltre .dropdown.filtre-last.show .dropdown-menu.show {
    width: 100%;
  }

  .BlocFiltre .filtre::after {
    float: right;
    margin-top: 9px;
  }

  #navbars1 .fenetre-proposition {
    position: initial;
    border-radius: 0px;
    width: auto !important;
    border-bottom: 1px solid #F2F2F2;
  }

  .navbar-collapse ul.bloc-articles-populaire li a {
    border: none;
  }

  #navbars1 .fenetre-proposition.hide {
    display: inherit;
    margin-top: -1px;
    padding-top: 0px;
  }

  #navbars1 .fenetre-proposition.hideMobile {
    display: none;
  }

  .bloc-raccourci .raccourci {
    min-width: 100%;
    border-left: 0px;
    border-top: 1px solid #F2F2F2;
    padding: 20px 40px 20px 20px;
  }

  .blocTitle .bloc-raccourci .raccourci:first-child {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0px;
    border-top: 0px;
  }

  .blocTitle .bloc-raccourci .raccourci:last-child {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 0px;
  }

  .bloc-raccourci .raccourci p {
    margin: 0;
    margin-right: 15px;
    display: inline;
  }

  .bloc-raccourci .raccourci span::after {
    display: inline-block;
    width: 12px;
    content: url("../modules/cnav-pub2-template/css/../images/chevron-raccourci.svg");
    margin-right: 0px;
    position: absolute;
    top: 34%;
    right: 20px;
  }

  body.actif.chapo-premier-niveau .bloc-raccourci .raccourci span::after {
    content: url("../modules/cnav-pub2-template/css/../images/chevron-raccourci-actif.svg");
  }

  body.retraite.chapo-premier-niveau .bloc-raccourci .raccourci span::after {
    content: url("../modules/cnav-pub2-template/css/../images/chevron-raccourci-retraite.svg");
  }

  .bloc-raccourci .raccourci span {
    display: inline-block;
    width: 100%;
  }

  body.chapo-premier-niveau .container .encart.head, body.chapo-deuxieme-niveau .container .encart.head {
    padding: 0px 20px 30px 20px;
    border-bottom-right-radius: 30px;
  }

  body.chapo-premier-niveau .container .encart.head .container, body.chapo-deuxieme-niveau .container .encart.head .container {
    padding: 30px 0px 0px 0px;
  }

  body.chapo-premier-niveau .content ul.bloc-liens-situations {
    padding: 0px 10px;
  }

  .li-situation .titre-img-thematique {
    height: auto;
  }

  .btn-espace-personnel.espaceMobileNC.btn-primary:focus {
    outline: 2px solid;
    outline-offset: -2px;
  }


}

.return-category-menu-soumenu {
  display: none;
}

.card .card-body {
    padding: 0px 0 0;
}

@media (max-width: 991.98px) {
    .card .card-body {
        padding: 0px 0 0;
    }
}

.card .card-body p {
    color: #000;
    background-color: #FFF;
}

a.card {
    color: inherit;
}

a.card:hover, a.card:focus {
    text-decoration: none;
    color: inherit;
    box-shadow: 0px 4px 50px rgba(0, 113, 185, 0.2) !important;
}

/* Désactivé pour permettre les lisrés de couleur selon le profil associé
body.retraite a.card:hover{
	box-shadow: 0px 4px 50px rgba(168, 39, 101, 0.2) !important;
}
body.employeur a.card:hover{
	box-shadow: 0px 4px 50px rgba(218, 114, 94, 0.2) !important;
}
body.actif a.card:hover{
	box-shadow: 0px 4px 50px rgba(1, 154, 176, 0.2) !important;
}
*/


a.card.retraite:hover, a.card.retraite:focus {
    box-shadow: 0px 4px 50px rgba(168, 39, 101, 0.2) !important;
}

a.card.employeur:hover, a.card.employeur:focus {
    box-shadow: 0px 4px 50px rgba(218, 114, 94, 0.2) !important;
}

a.card.actif:hover, a.card.actif:focus {
    box-shadow: 0px 4px 50px rgba(1, 154, 176, 0.2) !important;
}

.card h3 {
    font-weight: 500;
    font-size: 1.375rem;
    line-height: 1.2;
    margin: 20px 0 18px;
    font-family: 'Roboto', sans-serif;
}

a.card.underline h3 {
    position: relative;
    margin-bottom: 15px;
}

@media (max-width: 991.98px) {
  a.card.underline h3 {
    margin: 6px 0 0;
    padding: 0 5px 10px 0;
    position: absolute;
    top: 40%;
    transform: translateY(-50%);

  }
}

a.card.underline h3::after {
  background: linear-gradient(to right, #0071B9 0%, #0489DE 100%);
  width: 50px;
  height: 3px;
  content: "";
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 0;
  display: block;
  border-radius: 10px;
  top: unset;
  bottom: -12px !important;
}

@media (max-width: 991.98px) {
  a.card.underline h3::after {
    bottom: 0 !important;
  }
}

a.card.underline.actif h3::after {
    background: linear-gradient(to right, #006573  0%,#188179 100%);
}
a.card.underline.retraite h3::after {
    background: linear-gradient(to right, #a82765 0%,#e8595c 100%);
}
a.card.underline.employeur h3::after {
    background: linear-gradient(to right, #E86C54  0%,#F4974C 100%);
}
/*
@media (max-width: 991.98px) {
    a.card.underline h3::after {
        top: -10px;
    }
}*/

/*body.retraite a.card.underline h3::after{
	background: linear-gradient(to right, #a82765 0%,#e8595c 100%);
}
body.employeur a.card.underline h3::after{
	background: linear-gradient(to right, #E86C54  0%,#F4974C  100%);
}
body.actif a.card.underline h3::after{
	background: linear-gradient(to right, #0099AB  0%,#48D298  100%);
}*/
/* Le bloc suivant doit être repris dans le cas d'une nouvelle livraison de maquette */
a.card.retraite h3::after {
    background: linear-gradient(to right, #a82765 0%, #e8595c 100%);
}

a.card.employeur h3::after {
    background: linear-gradient(to right, #E86C54 0%, #F4974C 100%);
}

a.card.actif h3::after {
    background: linear-gradient(to right, #0099AB 0%, #48D298 100%);
}

.card svg {
    margin: 15px auto 0;
}

@media (max-width: 991.98px) {
  .card svg {
    float: left;
    width: 80px;
    margin-left: 0;
    margin-right: 0;
  }
}

.card p {
  margin-bottom: 0;
}

.card .card-img-top {
  position: relative;
  width: auto;
  margin-left: 23px;
}

.encart.actualite .card .card-img-top {
  position: relative;
  margin: 0;
}

.encart.actualite .card .card-img-top::before {
  background: #025F9B;
}

.encart.actualite .card .card-img-top img {
  width: 100%;
  height: auto;
  border: none;
  border-radius: 0px;
}

.card .card-img-top::before {
  background: #F2F2F2;
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  z-index: 0;
  opacity: 0;
  display: block;
  transition: ease all 300ms;
  border: 1px solid #DBDBDB;
  border-radius: 5px;
}

.encart.actualite .card .title-carte {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 16px;
  margin: 20px 0 18px;
  line-height: 1.2;
}

.encart.actualite .title-carte, .encart.actualite .card .card-body .title-carte {
    display: block;
    margin: 5px 20px 0px 20px;
}

.encart.actualite .card.retraite .card-img-top::before, .encart.actualite .card.retraite:focus .card-img-top::before {
    background: #ab2c6a;
}

.encart.actualite .card.employeur .card-img-top::before, .encart.actualite .card.employeur:focus .card-img-top::before {
    background: #da725e;
}

.encart.actualite .card.actif .card-img-top::before, .encart.actualite .card.actif:focus .card-img-top::before {
    background: #029bac;
} 

.encart.actualite a.card:hover .card-img-top::before, .encart.actualite a.card:focus .card-img-top::before {
    opacity: 0.3;
} 

@media (max-width: 991.98px) {
  .card .card-img-top, .encart.actualite .card .card-img-top {
    width: 40%;
    float: left;
    z-index: 0;
    display: inline-block;
    height: auto;
  }
}

.card .card-img-top img {
  width: 140px;
  height: auto;
  border: 1px solid #DBDBDB;
  border-radius: 5px;
}

.actuPhare .card .card-img-top img {
  width: 100%;
  height: 250px;
}

.actuPhare .cardContenu {
  display: flex !important;
  flex-direction: column-reverse;
}

.actuPhare .card .card-img-top {
  margin-left: 0px;
  width: 100%;
}

.encart.actualites .actuPhare .card .card-body {
  max-width: inherit;
  margin: 20px 0px 22px 0px;
}

.actuPhare a.card.underline .title-carte {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  margin: 20px 0px 10px 0px;
}

.actuPhare a.card.underline .title-carte::after, a.card.underline .title-carte::after {
  content: none;
}

body.article a.card.underline .title-carte {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700 !important;
  font-size: 1.125rem;
  line-height: 21px;
  color: #000;
  position: relative;
  padding: 0;
  margin: 10px 0px 0px 0px !important;
  border: none;
}

select {
    font-size: 0.9375rem;
    padding: .575rem 1.75rem .575rem .75rem;
    height: calc(2.25rem + 10px);
}

.number-resultat {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #666666;
  margin-top: 51px;
  margin-left: 5px;
}

.custom-select {
    background: url("../modules/cnav-pub2-template/css/../images/arrow-down2.svg") no-repeat;
    background-size: 12px;
    background-position: calc(100% - 10px) calc(50% - 0px);
    background-repeat: no-repeat;
    background-color: #ffffff;
    border: 1px solid #757575;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.10);
    padding: .575rem 1.75rem .575rem .75rem;
    height: calc(2.25rem + 10px);
    border-radius: 5px;
    cursor: pointer;
    margin-top: 24px;
}

.custom-select:hover {
    background: url("../modules/cnav-pub2-template/css/../images/arrow-down2-blue.svg") no-repeat;
    background-size: 12px;
    background-position: calc(100% - 10px) calc(50% - 0px);
}

.custom-select:focus {
    background: url("../modules/cnav-pub2-template/css/../images/arrow-down2-blue.svg") no-repeat;
    background-size: 12px;
    background-position: calc(100% - 10px) calc(50% - 0px);
    border: 1px solid #0071B9;
    box-sizing: border-box;
    box-shadow: 0px 10px 15px rgba(0, 113, 185, 0.1);
    border-radius: 5px;
    outline: 0;
}

.custom-select option:hover, .custom-select option:focus{
    background: #EFF8FD;
    color: #0071B9;
    font-weight: 500;
}

@media (max-width: 1280px) {
    .container {
        width: 100%;
        max-width: inherit;
    }
}

@media (min-width: 1280px) {
    .container {
        max-width: 1280px;
    }
}

.container .container {
    max-width: 960px;
}

@media (max-width: 991.98px) {
    .container .container {
        padding-left: 25px;
        padding-right: 25px;
        max-width: 980px;
    }
}

/* Décalge à cause de la navigation fixée en haut */
body {
    padding-top: 80px;
}

@media (max-width: 991.98px) {
    body {
        padding-top: 70px;
    }
}

/* Homepage------------------------------------------------------------ */
/* Menu */
.bg-light {
    background-color: #fff !important;
}

body .navbar-light .navbar-brand {
    background: url("../modules/cnav-pub2-template/css/../images/logo-bg-3.svg") no-repeat left 0px;
    background-size: 267px 126px;
    margin-top: 46px;
    margin-left: -16px;
    margin-right: 0;
    width: 267px;
    height: 126px;
    /*transition: ease all 300ms;*/
    position: relative;
    padding: 0;
    -webkit-transition: ease all 300ms;
    -moz-transition: ease all 300ms;
    filter: drop-shadow(0px 4px 0px rgba(0, 0, 0, 0.03));
}

@media (max-width: 991.98px) {
    body .navbar-light .navbar-brand {
        background: url("../modules/cnav-pub2-template/css/../images/logo-bg-small.svg") no-repeat center 0px;
        margin: 0px auto;
        width: auto;
        height: 110px;
        margin-left: 20px;
    }

    .navbar-light .navbar-brand {
        margin: 0px auto;
    }

    body.actif .navbar.navbar-expand-lg, body.retraite .navbar.navbar-expand-lg, body .navbar.navbar-expand-lg {
      padding: 0;
    }
}

body .navbar-light .navbar-brand.fixe, .navbar-light .navbar-brand {
    height: 80px;
    margin-top: 0px;
    background-position: left -46px;
    background: url(../modules/cnav-pub2-template/css/../images/logo-bg-sans-filtre.svg) no-repeat left 0px;
    filter: none;
}

@media (max-width: 991.98px) {
    body .navbar-light .navbar-brand.fixe, .navbar-light .navbar-brand {
        height: 70px;
    }
}

body .navbar-light .navbar-brand img {
    width: 210px;
    height: auto;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    transition: ease all 300ms;
    position: relative;
    display: inline-flex;
}

body .navbar-light .navbar-brand.fixe img, .navbar-light .navbar-brand img {
    width: 165px;
}

@media (max-width: 991.98px) {
    body .navbar-light .navbar-brand img {
      width: 134px;
      height: 31px;
      top: 25%;
      left: 0px;
      transform: none;
    }

    body .navbar-light .navbar-brand.fixe img, .navbar-light .navbar-brand img {
        width: 145px;
    }
}

.navbar {
    height: 80px;
    max-width: 1280px;
    margin: auto;
}

@media (max-width: 991.98px) {
    .navbar {
        height: 70px;
    }
}

.navbar-collapse .navbar-nav.right .dropdown .nav-link {
    border-right: 1px solid #DBDBDB;
    padding-left: 25px;
    padding-right: 25px;
}

.navbar-collapse .navbar-nav.right .dropdown .nav-link svg {
    margin-right: 15px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}

@media (min-width: 1200px) and (max-width: 1279px) {
    .navbar-expand-lg .navbar-nav .nav-link.btn-primary br {
        display: inherit !important;
    }

    .navbar-collapse .navbar-nav.right .dropdown .nav-link {
        padding-left: 0.65rem;
        padding-right: 0.65rem;
    }
}

@media (min-width: 1280px) {
    .navbar-collapse .navbar-nav.right .dropdown .nav-link {
        padding-left: 15px;
        padding-right: 15px;

    }
}

body.contrast .btn-espace-personnel.btn.btn-primary {
  background: #025F9B !important;
  /* box-shadow: 0px 5px 10px rgba(0, 113, 185, 0.25) !important; */

}
.navbar-expand-lg .navbar-nav .nav-link.btn-primary {
    color: #fff;
    font-size: 0.9375rem;
    font-weight: 500;
    padding: 12px 15px;
    height: inherit;
    vertical-align: middle;
    margin: 14px 5px;
}

@media (max-width: 991.98px) {
    .navbar-expand-lg .navbar-nav .nav-item {
    }

    .navbar-expand-lg .navbar-nav .nav-link.btn-primary {
        display: inline-block;
    }
}


@media (min-width: 992px) and (max-width: 1200px) {
    .navbar-expand-lg .navbar-nav .nav-link.btn-primary {
        padding: 12px 15px;
    }

    .navbar-expand-lg .navbar-nav .nav-link.btn-primary span {
        display: inline-block;
        text-align: center;
        line-height: 0.75rem;
    }
}

@media (min-width: 1200px) and (max-width: 1279px) {
    .navbar-expand-lg .navbar-nav .nav-link.btn-primary {
        padding: 10px 15px 8px;

    }

    .navbar-expand-lg .navbar-nav .nav-link.btn-primary span {
        line-height: 0.8rem;
        text-align: center;
    }

}

.navbar-collapse .navbar-nav.right .dropdown .nav-link[aria-expanded="true"] {
    /*box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.2);*/
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
}


@media (max-width: 991.98px) {
  .navbar-collapse .navbar-nav.right .dropdown .nav-link[aria-expanded="true"] {
      box-shadow: none;
      font-weight: 500;
      font-size: 1rem;
      color: #0071B9;
      border-bottom: 0;
      padding: 24px 36px;
  }
}

.navbar-collapse .nav-link {
    height: 80px;
}


@media (max-width: 991.98px) {
    .navbar-collapse .nav-link {
        height: inherit;
    }
}

body.actif .navbar, body.retraite .navbar {
    padding: 0 1.3rem 0 1rem;
}

.navbar {
    padding: 0 1.3rem 0 1rem;
}

@media (max-width: 991.98px) {
    .navbar {
        padding: 0;
    }

    .navbar-light {
        box-shadow: 0px 5px 10px rgb(0 0 0 / 10%);
    }

    .form-control:focus {
      outline: 0;
      box-shadow: none;
    }

    #formSearchMobile.focused {
      border: 2px solid #0071B9;
      border-radius: 28px;
    }

    #search-mobile form button:focus {
      outline: 0;
      box-shadow: 0 0 0 0.1rem rgb(0 123 255 / 25%);
      background: #DBDBDB;
      outline: thin dotted !important;  
      outline-offset: 3px ;
      outline-color: #0A76F6 !important;
    }

    .pre-header .bloc-list-PreHeader li {
      border-top: 1px solid #DAEEFB;
    }

    .bloc-list-PreHeader .btnReglagesPreHeader .dropdown-menu.dropdown-medium.dropdown-center.dropdown-reglages {
      transform: none !important;
    }

    body.article .content .container .bloc-liens-situations .titre-situation p {
      padding: 11px 20px;
    }
}


.nav-link {
    padding: 27px 1rem;
}

.nav-item.profil {
  position: inherit;
  min-width: fit-content;
}

.navbar-light .nav-item .nav-link {
    color: #000;
}

.navbar-light .nav-item .nav-link[aria-expanded="true"].dropdown-toggle {
    position: relative;
}

.navbar-light .nav-item .nav-link[aria-expanded="true"].dropdown-toggle::after {
    position: absolute;
    background: white;
    width: 100%;
    height: 0px;
    content: "";
    bottom: -1px;
    left: 0;
    display: block !important;
    border: 0;
    margin: 0;
    z-index: 10001;
}

.navbar-light .nav-item .nav-link.actif, .navbar-light .nav-item .nav-link.retraite {
    color: #000;
    font-size: 1rem;
    padding-left: 0rem;
    padding-right: 0rem;
    border: 0;
}

.navbar-light .nav-item .nav-link.actif p {
    border-radius: 20px;
    padding: 8px 10px;
    margin-top: -8px;
}

.navbar-light .nav-item .nav-link.actif[aria-expanded="false"] p {
    position: relative;
    width: max-content;
}

/*style menu desktop*/
/* .navbar-light .nav-item .nav-link.actif[aria-expanded="false"] p::before {
    width: 50px;
    height: 3px;
    content: "";
    bottom: 0;
    left: 14px;
    position: absolute;
    border-radius: 20px;
} */

.nav-item.profil.actif .dropdown-menu .col3,
.nav-item.profil.actif .drop-menu .col3 {
  background: #EEFBFD;
}

.nav-item.profil.retraite .dropdown-menu .col3,
.nav-item.profil.retraite .drop-menu .col3 {
  background: #FFF6FB;
}

.navbar-light .nav-item .nav-link[aria-expanded="true"] p {
    position: relative;
    z-index: 1;
    width: max-content;
}

.navbar-light .nav-item .nav-link.actif[aria-expanded="true"] p::before {
  background: #EEFBFD;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  content: "";
  top: 3px;
  left: 3px;
  position: absolute;
  z-index: -1;
  bottom: 3px;
  right: 3px;
  border-radius: 20px;
}

.navbar-light .nav-item .nav-link.actif[aria-expanded="true"] {
  background: #EEFBFD;
  border: 0;
}


.navbar-light .nav-item .nav-link.retraite[aria-expanded="false"] p {
    position: relative;
    width: max-content;
}

/* .navbar-light .nav-item .nav-link.retraite[aria-expanded="false"] p::before {
    width: calc(100% - 28px);
    height: 3px;
    content: "";
    bottom: 0;
    left: 14px;
    position: absolute;
    border-radius: 20px;
} */


.navbar-light .nav-item .nav-link.retraite[aria-expanded="true"] p::before {
  background: #FFF6FB;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  content: "";
  top: 3px;
  left: 3px;
  position: absolute;
  z-index: -1;
  bottom: 3px;
  right: 3px;
  border-radius: 20px;
}

.navbar-light .nav-item .nav-link.retraite[aria-expanded="true"] {
  background: #FFF6FB;
  border: 0;
}


.navbar-light .nav-item .nav-link.retraite p {
    border-radius: 20px;
    padding: 8px 10px;
    margin-top: -8px;
}


.dropdown-toggle::after {
    display: none !important;
}

.dropdown-toggle.actif span::after,
.nav-item.profil .nav-link.actif span::after  {
  display: inline-block;
  width: 10px;
  height: 6px;
  border: 0;
  vertical-align: middle;
  background: url("../modules/cnav-pub2-template/css/../images/arrow-down-menu-actif.svg") no-repeat;
  /* TODO : this property doesn't work properly, the change is not visible */
  margin-left: 5px;
  margin-bottom: 2px;
  content: "";
}

.dropdown-toggle.retraite span::after,
.nav-item.profil .nav-link.retraite span::after {
  display: inline-block;
  width: 10px;
  height: 6px;
  border: 0;
  vertical-align: middle;
  background: url("../modules/cnav-pub2-template/css/../images/arrow-down-menu-retraite.svg") no-repeat;
  /* TODO : this property doesn't work properly, the change is not visible */
  margin-left: 5px;
  margin-bottom: 2px;
  content: "";
}

@media screen and (min-width: 0\0
) {
    .dropdown-toggle.actif span::after, .dropdown-toggle.retraite span::after {
        background: url("../modules/cnav-pub2-template/css/../images/arrow-down.svg") no-repeat 0 0 transparent;
    }
}


.dropdown-toggle.actif, .dropdown-toggle.retraite {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

.dropdown-toggle.actif[aria-expanded="true"], .dropdown-toggle.retraite[aria-expanded="true"] {
    border-left: 1px solid #DBDBDB;
    border-right: 1px solid #DBDBDB;
}


.dropdown-toggle.actif[aria-expanded="true"]::after, .dropdown-toggle.retraite[aria-expanded="true"]::after {
    background: url("../modules/cnav-pub2-template/css/../images/arrow-up.svg") no-repeat;
}

.nav-item .dropdown-menu {
    border: 1px solid #DBDBDB;
    border-radius: 0;
    margin-top: 0;
    padding: 20px;
}


@media (max-width: 991.98px) {
    .nav-item .dropdown-menu {
        border-left: 0;
        border-right: 0;
        padding: 20px 30px;
    }
}

.nav-item.user {
    margin-right: -1rem;
}

@media (max-width: 991.98px) {
    .nav-item.user {
        margin-right: inherit;
    }
}

.nav-item.user .nav-link {
    border-right: 0 !important;
    position: relative;
}

.navbar-collapse .navbar-nav.right .dropdown .nav-link.btn-connecter {
  margin: 15px 20px 15px 0px;
  padding: 13.75px 20px;
}

@media (min-width: 992px) and (max-width: 1024px) {
  .nav-item.user .nav-link {
      padding-right: 0px !important;
      padding-left: 0px !important;
      max-width: 154px;
  }

}

@media screen and (min-width: 0\0
) {
    .navbar-light .nav-item.user .nav-link[aria-expanded="true"].dropdown-toggle::after, .navbar-light .nav-item.user .nav-link[aria-expanded="false"].dropdown-toggle::after {
        background: url("../modules/cnav-pub2-template/css/../images/arrow-down.svg") no-repeat 0 0 transparent;
    }
}

@media (max-width: 991.98px) {
    .navbar-light .nav-item.user .nav-link[aria-expanded="true"].dropdown-toggle::after, .navbar-light .nav-item.user .nav-link[aria-expanded="false"].dropdown-toggle::after {
        display: none !important;
    }
}

.btn-connecter {
  max-width: 280px;
  min-width: 232px;
  width: auto;
  padding: 14px 14px 15px 14px;
}

.btn .chevronConnecter {
  margin: 0 7px 0px 15px !important;
}

.externalLinkConnecterSvg {
  float: right;
  margin-top: 3px;
}

.dropdown-menu.dropdown-user a, .dropdown-menu.dropdown-user a.externalLinkConnecter {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  padding: 15px 30px 15px 30px;
  max-width: 94%;
  border-bottom: 1px solid #F2F2F2;
}

.dropdown-menu.dropdown-user .externalLinkConnecter:hover, .dropdown-menu.dropdown-user .externalLinkConnecter:focus {
  background: #DAEEFB;
  text-decoration: none;
}

header .nav-item.actif .dropdown-menu.dropdown-user .externalLinkConnecter:hover, header .nav-item.actif .dropdown-menu.dropdown-user .externalLinkConnecter:focus {
  background: #EEFBFD;
  text-decoration: none;
}

header .nav-item.retraite .dropdown-menu.dropdown-user .externalLinkConnecter:hover, header .nav-item.retraite .dropdown-menu.dropdown-user .externalLinkConnecter:focus {
  background: #FFF6FB;
  text-decoration: none;
}

.dropdown-menu.dropdown-user ul .externalLinkConnecter:first-child:hover, .dropdown-menu.dropdown-user ul .externalLinkConnecter:first-child:focus,
.dropdown-menu.dropdown-user ul a:first-child:hover, .dropdown-menu.dropdown-user ul a:first-child:focus {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.dropdown-menu.dropdown-user ul a:last-child:hover, .dropdown-menu.dropdown-user ul a:last-child:focus {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

header .nav-item.actif .dropdown-menu.dropdown-user .externalLinkConnecter .externalLinkConnecterSvg  path {
  fill: #01707E;
}

header .nav-item.retraite .dropdown-menu.dropdown-user .externalLinkConnecter .externalLinkConnecterSvg path {
  fill: #A82765;
}

header .nav-item.employeur .dropdown-menu.dropdown-user .externalLinkConnecter .externalLinkConnecterSvg path {
  fill: #D86B56;
}

header.actif .btn-primary:not(:disabled):not(.disabled):active, header.actif .btn-primary:not(:disabled):not(.disabled).active, header.actif .show > .btn-primary.dropdown-toggle {
  background: #0071B9;
}

header.actif .formSearch .btn-primary:not(:disabled):not(.disabled):active, header.actif .formSearch .btn-primary:not(:disabled):not(.disabled).active,
header.retraite .formSearch .btn-primary:not(:disabled):not(.disabled):active, header.retraite .formSearch .btn-primary:not(:disabled):not(.disabled).active {
  background: #F2F2F2;
}

header .nav-item.retraite .btn-primary:not(:disabled):not(.disabled):active, header .nav-item.retraite .btn-primary:not(:disabled):not(.disabled).active, header .nav-item.retraite .show > .btn-primary.dropdown-toggle {
  background: #0071B9;
}

header .nav-item.actif .btn-connecter {
  background: #0071B9;
}

header .nav-item.retraite .btn-connecter {
  background: #0071B9;
}

header .nav-item.employeur .btn-connecter {
  background: #D86B56;
}

.dropdown-menu.dropdown-user ul a.focus {
  color: #0071B9;
}

header .nav-item.actif .dropdown-menu.dropdown-user ul li a.focus{
  color: #007C94;
}

header .nav-item.retraite .dropdown-menu.dropdown-user ul li a.focus{
  color: #A82765;
}

.dropdown-menu.dropdown-user ul a.focus:hover, .dropdown-menu.dropdown-user ul a.focus:focus  {
  background: #DAEEFB;
}

header .nav-item.actif .dropdown-menu.dropdown-user ul a.focus:hover, header .nav-item.actif .dropdown-menu.dropdown-user ul a.focus:focus {
  background: #EEFBFD;
}

header .nav-item.retraite .dropdown-menu.dropdown-user ul a.focus:hover, header .nav-item.retraite .dropdown-menu.dropdown-user ul a.focus:focus {
  background: #FFF6FB;
}


.dropdown-menu.dropdown-user ul a.focus:hover, .dropdown-menu.dropdown-user ul a.focus:focus {
  text-decoration: none;
}

.dropdown-menu.dropdown-user ul a:last-child {
  border-bottom: none;
}

.dropdown-menu.dropdown-user {
  width: -webkit-fill-available;
  border-radius: 10px;
  padding: 0;
  left: auto;
  border: 1px solid #F2F2F2;
}


.dropdown-menu.dropdown-user ul {
  padding-left: 15px;
  margin-bottom: 0;
}

.nav-item .dropdown-menu.dropdown-user {
  top: 120%;
  left: 0;
  right: 0;
  padding: 0;
}

.nav-item .dropdown-menu.dropdown-user ul {
    list-style: none;
    padding: 0;
}

.nav-item .dropdown-menu.dropdown-user ul li a {
  padding: 0;
  color: #000000;
  text-decoration: none;
  border-bottom: 0 !important;
  padding: 15px 30px 15px 30px;
  display: inline-block;
  text-align: inherit;
  min-width: 100%;
}

.nav-item .dropdown-menu.dropdown-user ul li a:hover {
    color: #000;
}

.nav-item .dropdown-menu.dropdown-user ul li a.focus {
    color: #0071B9;
}

.nav-item .dropdown-menu.dropdown-user ul li:not(:last-child) {
    border-right: 0;
    border-bottom: 1px solid #DBDBDB;
}

.nav-item.profil .dropdown-menu, .nav-item.profil .drop-menu {
    padding: 0px;
}

.nav-item .dropdown-menu .row, .nav-item .drop-menu .row {
    margin: 0;
}

.nav-item.profil .dropdown-menu, .nav-item.profil .drop-menu {
  position: absolute;
  left:267px;
  border: 1px solid #DBDBDB;
  border-radius: 0px 0px 10px 10px;
}

.encart.actualite .card {
    padding: 20px;
}

.encart.actualite, .encart.presse {
    padding-top: 100px;
    padding-bottom: 50px;
}

.encart.presse .container .card {
  min-height: auto;
}

.encart.actualites {
    padding-top: 50px;
}

@media (min-width: 992px) {
  .nav-item.profil.actif .dropdown-menu li {
    border-bottom: 2px solid #0099AB;
  }

  .nav-item.profil.actif.niveaux4 .dropdown-menu li {
    border-bottom: 0;
  }

  .nav-item.profil.retraite .dropdown-menu li {
    border-bottom: 2px solid #A82765;
  }

  .nav-item.profil .dropdown-menu, .nav-item.profil .dropdown-menu .dropdown-menu li,
  .nav-item.profil .drop-menu, .nav-item.profil .drop-menu .drop-menu li {
    border-bottom: 0;
  }

  .encart.actualite a.card {
    padding: 0 0 20px;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none !important;
  }

  .dropdown-menu.dropdown-medium.dropdown-langues .row div.col-lg-4 {
      min-width: fit-content;
  }
  .dropdown-menu.dropdown-medium.dropdown-langues.show .row.list-mobile {
    padding: 0;
  }
  .dropdown-menu.dropdown-medium.dropdown-langues {
    transform: translate3d(-402px, 48px, 0px) !important;
  }
}

@media (max-width: 991.98px) {
  .nav-item.profil .dropdown-menu.show, .nav-item.profil .drop-menu.show {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    min-width: inherit;
    border: 0;
  }

  .nav-item .dropdown-menu li, .nav-item .drop-menu li {
    flex-basis: auto !important;
  }

  .dropdown-toggle.actif span::after,
  .nav-item.profil .nav-link.actif span::after,
  .dropdown-toggle.retraite span::after,
  .nav-item.profil .nav-link.retraite span::after  {
    width: 6px;
    height: 10px;
  }

}

.nav-item .dropdown-menu li, .nav-item .drop-menu li {
    padding: 0;
}

.nav-item .dropdown-menu li:not(:last-child),
.nav-item .drop-menu li:not(:last-child) {
    border-right: 1px solid #DBDBDB;
}

@media (min-width: 992px) {
    .nav-item.niveaux4 .dropdown-menu li:not(:last-child),
    .nav-item.niveaux4 .drop-menu li:not(:last-child) {
        border-right: 0;
    }
}

.nav-item .dropdown-menu ul.show li:not(:last-child),
.nav-item .drop-menu ul.show li:not(:last-child) {
    border-right: 0;
}

@media (min-width: 992px) {
    .nav-item.niveaux4 .dropdown-menu .dropdown-menu li:not(:last-child) {
        border-right: 1px solid #DBDBDB;

    }

    .nav-item.niveaux4 .dropdown-menu .dropdown-menu .dropdown-menu li:not(:last-child) {
        border-right: 0;

    }

    .nav-item.profil.actif.niveaux4 .dropdown-menu .dropdown-menu li {
        border-bottom: 2px solid #00829B;
    }

    .nav-item.profil.actif.niveaux4 .dropdown-menu .dropdown-menu .dropdown-menu li {
        border-bottom: 0;
    }
}

@media (max-width: 991.98px) {
    .nav-item .dropdown-menu li:not(:last-child),
    .nav-item .drop-menu li:not(:last-child) {
        border-right: 0;

    }
}

.nav-item .dropdown-menu li a, .nav-item .drop-menu li a {
    padding: 24px 20px;
    text-align: center;
    color: #666;
    height: 100%;
}

@media (min-width: 992px) {
    .nav-item.niveaux4 > .dropdown-menu > div > li:first-child > a {
        text-align: right;
        box-shadow: none;
    }

    .nav-item.niveaux4 > .dropdown-menu > div > li:last-child > a {
        text-align: left;
    }

    .nav-item.niveaux4 > .dropdown-menu > div > li > a > span {
        padding: 10px 0;
        text-align: center;
        color: #666;
        border: 1px solid #DBDBDB;
        border-radius: 10px;
        box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.10);
        width: 258px;
        display: inline-block;
        margin: 0;
    }
}

@media (max-width: 991.98px) {
    .nav-item .dropdown-menu li a, .nav-item .drop-menu li a {
        text-align: left;
        height: inherit;
        padding: 24px 25px;
    }
}

.nav-item.profil .dropdown-menu li a[aria-expanded="true"],
.nav-item.profil .drop-menu li a[aria-expanded="true"] {
    position: relative;
    box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.2);
}

@media (min-width: 992px) {
    .nav-item.profil.niveaux4 .dropdown-menu li a[aria-expanded="true"] {

        box-shadow: none;
    }

    .nav-item.profil.niveaux4 .dropdown-menu .dropdown-menu li a[aria-expanded="true"] {
        box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.2);
    }

    .nav-item.profil.niveaux4 .dropdown-menu li a[aria-expanded="true"] span {
        box-shadow: 0px 0px 0px 2px #0099AB, 0px 0px 0px #00829B !important;
        color: #00829B;
    }

    .nav-item.profil.niveaux4 .dropdown-menu .dropdown-menu li a[aria-expanded="true"] span {
        border: 0;
        box-shadow: none !important;
    }
}

.nav-item.profil:not(.niveaux4) .dropdown-menu li a[aria-expanded="true"]::after {
    position: absolute;
    background: #fff;
    width: 100%;
    height: 3px;
    content: "";
    bottom: -3px;
    left: 0;
    display: block !important;
    border: 0;
    margin: 0;
    z-index: 10001;
}

@media (max-width: 991.98px) {
    .nav-item.profil .dropdown-menu li a[aria-expanded="true"]::after {
        display: none !important;
    }
}

.nav-item.actif .dropdown-menu li a:hover, .nav-item.actif .dropdown-menu li a:focus {
    color: #000000;
    background-color: transparent;
}

.nav-item.retraite .dropdown-menu li a:hover, .nav-item.retraite .dropdown-menu li a:focus {
    color: #A82765;
    background-color: transparent;
}

.nav-item.retraite .dropdown-menu .col3 li a:hover, .nav-item.retraite .dropdown-menu .col3 li a:focus {
    color: #000;
}

@media (max-width: 991.98px) {
    .nav-item.profil .dropdown-menu li a:hover, .nav-item.profil .dropdown-menu li a:focus {
        color: #000;
    }
}

.nav-item.profil .dropdown-menu li a:focus, .nav-item.profil .dropdown-menu li a:active {
    background-color: transparent;
}

@media (max-width: 991.98px) {
    .nav-item.profil .dropdown-menu li a[aria-expanded="true"] {
        background-color: transparent;
        position: relative;
        box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.2);
        padding-left: 35px;
    }

    .nav-item .dropdown-menu li:last-child {
        border-right: 0;
        padding: 0;
    }
}

.nav-item.profil .dropdown-menu .dropdown-menu {
    left: -1px;
    transform: translateX(0%);
}

@media (max-width: 991.98px) {
    .nav-item.profil .dropdown-menu .dropdown-menu {
        left: 0px;
    }

}

.nav-item.actif .dropdown-menu .dropdown-menu .dropdown-header {
    color: #00829B;
    font-weight: 500;
    font-size: 0.9375rem;
    white-space: inherit;
}

.nav-item.retraite .dropdown-menu .dropdown-menu .dropdown-header {
    color: #991E66;
    font-weight: 500;
    font-size: 0.9375rem;
    white-space: inherit;
}

.nav-item.profil .dropdown-menu .dropdown-menu li a {
    padding: 7px 14px;
    height: inherit;

}

@media (min-width: 992px) {
  .nav-item.niveaux4 .dropdown-menu .dropdown-menu li a {
      padding: 26px 20px;
      text-align: center;
      color: #666;
      height: 100%;
  }

  .nav-item.niveaux4 .dropdown-menu .dropdown-menu .dropdown-menu li a {
      padding: 7px 14px;
      text-align: center;
      color: #666;
      height: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1210px){
  .nav-item.niveaux4 .dropdown-menu .dropdown-menu li a {
      padding: 14px 5px;
      text-align: center;
      color: #666;
      height: 100%;
  }
}

.nav-item.profil .dropdown-menu .dropdown-menu .row {
    border-bottom: 1px solid #DBDBDB;

}

@media (min-width: 992px) {
  .nav-item.profil.niveaux4 .dropdown-menu .dropdown-menu .row {
      border-bottom: 0;
  }

  .nav-item.profil.niveaux4 .dropdown-menu .dropdown-menu .dropdown-menu .row {
      border-bottom: 1px solid #DBDBDB;
  }
}

@media (max-width: 991.98px) {
  .nav-item.profil .dropdown-menu .dropdown-menu .row {
      padding-top: 24px;
      padding-bottom: 24px;
      border-bottom: 0;
  }

  .nav-item.profil .dropdown-menu .dropdown-menu li a {
      padding: 24px 25px;

  }

  .nav-item.profil .dropdown-menu .dropdown-menu .row {
      padding-top: 0px;
      padding-bottom: 0px;
  }

  .nav-item.profil .dropdown-menu .dropdown-menu .row > div {
      padding: 0px;
  }

  .nav-item .dropdown-menu .col1 .blocChapo .chapo, .nav-item.profil .dropdown-menu a.chapo,
  .nav-item .dropdown-menu .col2 .blocChapo .chapo, .nav-item.profil .dropdown-menu a.chapo,
  .nav-item .dropdown-menu .col3 .blocChapo .chapo, .nav-item.profil .dropdown-menu a.chapo,
  .nav-item .dropdown-menu .col1 .blocChapo .chapo, .nav-item.profil .dropdown-menu button.chapo,
  .nav-item .dropdown-menu .col2 .blocChapo .chapo, .nav-item.profil .dropdown-menu button.chapo,
  .nav-item .dropdown-menu .col3 .blocChapo .chapo, .nav-item.profil .dropdown-menu button.chapo {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-transform: none;
    margin-top: 30px;
    margin-bottom: 5px;
    white-space: break-spaces;
  }

  .col3 .blocChapo {
    display: block;
    padding: 15px 20px 15px 20px;
  }

}

.nav-item.profil .dropdown-menu .dropdown-menu .row > div {
    padding-top: 20px;
    padding-bottom: 20px;

}

.nav-item.profil .dropdown-menu .dropdown-menu .row > div.bordered {
    position: relative;

}

.nav-item.profil .dropdown-menu .dropdown-menu .row > div.bordered:not(:nth-child(3))::after {
    position: absolute;
    content: "";
    background-color: #DBDBDB;
    height: calc(100% - 60px);
    width: 1px;
    right: 0;
    top: 30px;

}

.nav-item.profil .dropdown-menu .dropdown-menu .row > div:last-child {
    border-right: 0;

}

.nav-item.profil .dropdown-menu .dropdown-menu .dropdown-item {
  text-align: left;
  font-size: 0.875rem;
  position: relative;
}

@media (min-width: 992px) {
  .nav-item.profil.niveaux4 .dropdown-menu .dropdown-menu .dropdown-item {
    text-align: center;
    font-size: 1rem;
  }

  .nav-item.profil.niveaux4 .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-item {
    text-align: left;
    font-size: 0.875rem;
  }

  .nav-item.profil.niveaux4 .dropdown-menu .dropdown-menu li a[aria-expanded="true"]::after {
    position: absolute;
    background: #fff;
    width: 100%;
    height: 3px;
    content: "";
    bottom: -3px;
    left: 0;
    display: block !important;
    border: 0;
    margin: 0;
    z-index: 10001;
  }
}

@media (min-width: 992px) and (max-width: 1210px){
    .nav-item.profil.niveaux4 .dropdown-menu .dropdown-menu .dropdown-item {
        text-align: center;
        font-size: 0.9rem;
    }
}

@media (max-width: 991.98px) {
    .nav-item.profil .dropdown-menu .dropdown-menu .dropdown-item {
        font-size: 1rem;
    }

    .nav-item.profil .dropdown-menu .dropdown-menu .row > div {
        padding-top: 0px;
        padding-bottom: 0px;

    }
}

.nav-item.profil .dropdown-menu .dropdown-menu .dropdown-item::before {
    display: inline-block;
    width: 12px;
    height: 6px;
    border: 0;
    vertical-align: middle;
    background: url("../modules/cnav-pub2-template/css/../images/arrow-right.svg") no-repeat;
    margin-left: 10px;
    content: "";
}

@media (max-width: 991.98px) {
    .nav-item.profil .dropdown-menu .dropdown-menu .dropdown-item::before {
        display: none;
    }
}

.nav-item.actif .dropdown-menu .dropdown-menu .dropdown-item::before {
    background: url("../modules/cnav-pub2-template/css/../images/arrow-right-green.svg") no-repeat;
}

@media (min-width: 992px) {
    .nav-item.actif.niveaux4 .dropdown-menu .dropdown-menu .dropdown-item::before {
        display: none;
    }

    .nav-item.actif.niveaux4 .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-item::before {
        display: inline-block;
    }
}

@media screen and (min-width: 0\0
) {
    .nav-item.actif .dropdown-menu .dropdown-menu .dropdown-item::before {
        background: url("../modules/cnav-pub2-template/css/../images/actif-arrow.png") no-repeat;
    }
}

.nav-item.retraite .dropdown-menu .dropdown-menu .dropdown-item::before {
    background: url("../modules/cnav-pub2-template/css/../images/arrow-right-red.svg") no-repeat;
}

@media screen and (min-width: 0\0
) {
    .nav-item.retraite .dropdown-menu .dropdown-menu .dropdown-item::before {
        background: url("../modules/cnav-pub2-template/css/../images/retraite-arrow.png") no-repeat;
    }
}

.dropdown-menu.dropdown-langues p {
    font-size: 0.935rem;
}

.dropdown-menu.dropdown-langues .btn {
    padding: .675rem 0.75rem;
    text-align: center;
    font-size: 0.935rem;
    font-weight: 500;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .dropdown-menu.dropdown-langues .btn {
        margin-bottom: 10px;
    }
}

@media (max-width: 991.98px) {
    .dropdown-menu.dropdown-langues .btn {
        margin-bottom: 10px;
    }
}

.dropdown-menu.dropdown-langues .btn img {
    margin: -4px 6px 0 0;
}

.dropdown-menu .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.dropdown-menu .row > li {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    position: inherit;
}

@media (max-width: 991.98px) {
    .dropdown-menu .row > li {
        border-right: 0;
    }

    .dropdown-menu .row > li:last-child {
        padding-left: 0;
        padding-right: 0;
    }
}

.dropdown-menu .row > li a {
    white-space: inherit;
}

.dropdown-medium {
    min-width: 580px;
    max-width: 100%;
}

.dropdown-large {
    min-width: 710px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .dropdown-large {
        min-width: 380px;
    }
}

.dropdown-full {
    min-width: 940px;
}

@media (min-width: 992px) and (max-width: 1210px){
    .dropdown-full {
        min-width: 720px;
    }
}
@media (min-width: 992px){
  .nav.navbar-nav.right .nav-item > .dropdown-menu::after{
    content: "Fermer X";
    position: absolute;
    color: white;
    right: -93px;
    top: 20px;
    cursor: pointer;
  }
  .nav.navbar-nav.right .nav-item > .dropdown-menu.dropdown-search::after{
      content: "";
  }

  .nav.navbar-nav.right .nav-item > .dropdown-menu.dropdown-reglages::after{
    content: "";
  }

  .nav.navbar-nav.right .nav-item > .dropdown-menu.dropdown-langues::after{
    content: "";
  }

  .search-form-menu-close{
    right: 0;
    top: 20px;
    position: absolute;
    transform: translateX(144%) translateY(0px);
    cursor: pointer;
    color: white;
  }

  .nav-item .dropdown-search .search-form-menu-close, .nav-item .dropdown-reglages .search-form-menu-close, .nav-item .dropdown-langues .search-form-menu-close{
    background-color: Transparent;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    overflow: hidden;
    outline: none;
    width: 100px;
    right: 33px;
    padding: 0px;
  }
}

.dropdown-center {
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 991.98px) {
  .dropdown-center {
    left: 0;
    transform: none;
    width: 100%;
    min-width: inherit;
  }
}

main .dropdown-center {
    left: 0;
    transform: inherit;
    max-width: 500px;
    margin: auto;
}

.dropdown-menu.dropdown-search input, #search-mobile input, .dropdown-center.dropdown-search input {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  width: calc(100% - 60px);
  margin-right: 0 !important;
  background-color: #F2F2F2;
  border: 1px solid #949494;
  border-right: 0;
  -webkit-border-top-left-radius: 40px;
  -webkit-border-bottom-left-radius: 40px;
  -moz-border-radius-topleft: 25px;
  -moz-border-radius-bottomleft: 25px;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  font-size: 1rem;
  height: 50px;
}

.inputSearch {
  margin-right: 0 !important;
  background-color: #F2F2F2;
  border: 1px solid #949494;
  border-right: 0;
  -webkit-border-top-left-radius: 25px;
  -webkit-border-bottom-left-radius: 25px;
  -moz-border-radius-topleft: 25px;
  -moz-border-radius-bottomleft: 25px;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  font-size: 1rem;
  height: 50px;
  padding: 14px 15px 14px 15px;
  min-width: 268px;
  max-width: 268px;
  margin-bottom: 0px;
}

.btn-primary.btnFormSearch:not(:disabled):not(.disabled):active,
.btn-primary.btnFormSearch:focus, .btn-primary.btnFormSearch:hover {
  background: #F2F2F2;
}

.btn-primary.btnFormSearch {
  height: 50px;
  background: #F2F2F2;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 12px 15px 15px 15px;
  border: 1px solid #949494 !important;
  border-left: 0px !important;
}

.inputSearch:focus-within, .inputSearch.focuswithin,
.inputSearch.stayfocus {
  min-width: calc(100% - 62px);
  background-color: #fff;
  height: 46px;
  border: none;
}

.nav.navbar-nav.right {
  width: 100%;
  margin-right: 20px;
}

.nav.navbar-nav.right .formSearch {
  width: 100%;
  justify-content: flex-end;
}

.btn-primary.btnFormSearch.customFormSearch {
  border: 2px solid #0071B9 !important;
  border-left: 0px !important;
}

.formSearch:focus-within {
  border: 2px solid #0071B9;
  border-radius:  28px;
}

.formSearch:focus-within .btnFormSearch {
  background-color: #fff;
  height: 46px;
  border: none !important;
}

.inputSearch:focus-visible {
  outline: 0;
}

.dropdown-menu.dropdown-search input:focus, .dropdown-menu.dropdown-search input:active {
    box-shadow: none;
}

.dropdown-menu.dropdown-search button, #search-mobile button, .dropdown-center.dropdown-search button {
    width: 60px;
    background-color: #F2F2F2;
    -webkit-border-top-right-radius: 25px;
    -webkit-border-bottom-right-radius: 25px;
    -moz-border-radius-topright: 25px;
    -moz-border-radius-bottomright: 25px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    padding: .675rem 0.75rem;
}

@media (max-width: 991.98px) {
  .navbar-collapse {
      background-color: #FFF;
      height: 100%;
      position: fixed;
      width: calc(100% - 70px);
      top: 0;
      left: 0;
      box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
      overflow: auto;
  }

  .navbar-nav.hide, .navbar-nav .hide, #search-mobile.hide, #navbars1 .fenetre-proposition.hide {
      display: none;
  }

  .navbar-collapse ul li a {
      border-bottom: 1px solid #F2F2F2;
  }

  .lvl a {
    width: 100%;
  }
  
  .navbar-header.blocEspacePersonnelMobile .navbar-brand {
    filter: none;
  }
}

.navbar-light .navbar-toggler {
    border: 0;
    position: absolute;
    width: 43px;
    z-index: 10;
}

@media (max-width: 991.98px) {
  .navbar-collapse {
    background-color: #FFF;
    height: 100%;
    position: fixed;
    width: calc(100% - 70px);
    top: 0;
    left: 0;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    z-index: 9999;
  }

}

.navbar-light .navbar-toggler-icon {
    background-image: url("../modules/cnav-pub2-template/css/../images/icon-burger.svg");
    width: 2.5rem;
    height: 2.5rem;

}

.navbar-light .titleMenu .navbar-toggler-icon {
  background-image: url("../modules/cnav-pub2-template/css/../images/icon-burger.svg");
  width: 1.25rem;
  height: 1.25rem;
  margin: 0px 0px 5px 0px;
}

.navbar-light .navbar-toggler[aria-expanded="true"] {
    right: 0;
    background-color: #fff;
    z-index: 10;
    height: 70px;
    width: 70px;
}

.navbar-light .second.navbar-toggler[aria-expanded="false"] {
    right: 0;
    border-radius: 0px;
    padding: 0px 0px;
    width: 112px;
    height: 100%;
    margin: 0px;
}

.navbar-light .second.navbar-toggler[aria-expanded="false"] .second, .navbar-light .second.navbar-toggler[aria-expanded="true"] .second {
    z-index: 10;
    height: 20px;
    width: 20px;
    position: relative;
   /* margin-top: 8px;*/
    bottom: 30%;
   /* width: 100%;*/
}

.blocEspacePersonnelMobile .second.navbar-toggler[aria-expanded="true"] .chevron-user-mobile {
  transform: rotate(180deg);
}

.navbar-light .second.navbar-toggler[aria-expanded="true"] {
    width: 112px;
    z-index: 10000;
    height: 70px;
    border-radius: 0;
}

header .navbar-light .second.actif.navbar-toggler[aria-expanded="true"] {
  background: #01707E;
  padding: 0;
  border: 0;
}

header .navbar-light .second.retraite.navbar-toggler[aria-expanded="true"] {
  background: #A82765;
  padding: 0;
  border: 0;
}

.navbar-light .second.retraite.navbar-toggler[aria-expanded="false"], .navbar-light .second.retraite.navbar-toggler[aria-expanded="true"] {
  background: #0071B9;
}

.navbar-light .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    background-image: none;
    width: 2rem;
    height: 2rem;

}

.navbar-light .titleMenu.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    background-image: url("../modules/cnav-pub2-template/css/../images/icon-closeMenu.svg");
    width: 1.25rem;
    height: 1.25rem;

}

#search-mobile {
    padding: 5px 25px;
    border-bottom: 1px solid #F2F2F2;
}

.navbar-toggler.btn.btn-primary svg {
    margin-right: 0 !important;
}

#navbars2 li a.btn {
    padding: 12px 15px;
    margin-top: 16px;
}

#navbars2 div a.btn.espaceMobileNC {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  height: 50px;
  padding: 15px 20px;
  margin-top:  14px;
}

#navbars2 div a.btn.espaceMobileNC svg {
  margin: -3px 7px 0 0 !important;
}

@media (max-width: 991.98px) {
  #navbars2 li {
      text-align: center;
  }

  #navbars2 li .btn {
      display: inline-block;
      margin-top: 30px !important;
  }

  .navbar-light .nav-item .nav-link.actif[aria-expanded="false"] p,
  .navbar-light .nav-item .nav-link.retraite[aria-expanded="false"] p {
    width: 100%;
  }

  .nav-item.profil.retraite {
    border-top: 1px solid #F2F2F2;
    border-bottom: 1px solid #F2F2F2;
  }

  .dropdown-toggle.actif span::after {
    display: inline-block;
    width: 6px;
    height: 10px;
    border: 0;
    vertical-align: middle;
    background: url("../modules/cnav-pub2-template/css/../images/arrow-down-burgerMenu-actif.svg") no-repeat !important;
    /* TODO : this property doesn't work properly, the change is not visible */
    margin-left: 5px;
    margin-bottom: 2px;
    content: "";
    transform: none;
  }

  .dropdown-toggle.retraite span::after {
    display: inline-block;
    width: 6px;
    height: 10px;
    border: 0;
    vertical-align: middle;
    background: url("../modules/cnav-pub2-template/css/../images/arrow-down-burgerMenu-retraite.svg") no-repeat !important;
    /* TODO : this property doesn't work properly, the change is not visible */
    margin-left: 5px;
    margin-bottom: 2px;
    content: "";
    transform: none;
  }

  .bloc-list-PreHeader li.btnReglagesPreHeader.show a.reglages[aria-expanded="true"] img,
  .bloc-list-PreHeader li.listTraductions.show a.dropdown-toggle[aria-expanded="true"] img { 
    display: none;
  }

  .navbar-collapse .navbar-nav.right li.btnReglagesPreHeader.show a.reglages[aria-expanded="true"],
  .navbar-collapse .navbar-nav.right li.listTraductions.show a.dropdown-toggle[aria-expanded="true"] { 
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    text-decoration: none;
  }

  #navbars1 .nav.navbar-nav .pre-header .bloc-list-PreHeader li.listTraductions.show a {
    padding: 17px 20px 17px 20px !important;
    color: #000;
    width: 100%;
  }

  #navbars1 .nav.navbar-nav .pre-header .bloc-list-PreHeader li a.reglages[aria-expanded="true"],
  #navbars1 .nav.navbar-nav .pre-header .bloc-list-PreHeader li.listTraductions.show a.dropdown-toggle[aria-expanded="true"] {
    padding:  15px 20px !important;
    background: #EFF8FD;
  }

  .bloc-list-PreHeader li.btnReglagesPreHeader.show span.btnRetour,
  .bloc-list-PreHeader li.listTraductions.show span.btnRetour {
    display: block;
  }
  .bloc-list-PreHeader li.btnReglagesPreHeader span.btnRetour,
  .bloc-list-PreHeader li.listTraductions span.btnRetour {
    display: none;
  }

  .navbar-collapse .navbar-nav.right li.btnReglagesPreHeader.show a.reglages[aria-expanded="true"] .chevronMobile,
  .navbar-collapse .navbar-nav.right li.listTraductions.show a.dropdown-toggle[aria-expanded="true"] .chevronMobile {
    display: none;
  }

  .btnRetour {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    background: #FFF;
    padding: 15px 20px 15px 22px;
  }

  .btnRetour::before { 
    display: inline-block;
    width: 10px;
    height: 14px;
    border: 0;
    vertical-align: middle;
    background: url("../modules/cnav-pub2-template/css/../images/icon-btnRetour.svg") no-repeat;
    margin-right: 12px;
    content: "";
  }
}

/* Jumbotron */
body.home .jumbotron {
    background-color: #EFF8FD;
    border-radius: 0;
    padding: 5rem 0 3.75rem;
    background-size: cover;
    position: relative;
    margin-bottom: 0;
    border-bottom-right-radius: 130px;
}

body.home .illustrationHome {
    background-color: #EFF8FD;
    border-radius: 0;
    padding: 5rem 0 3.75rem;
    background-size: cover;
    position: relative;
    margin-bottom: 0;
}

@media (max-width: 991.98px) {
  body.home .jumbotron {
      background: white;
      padding-bottom: 3rem;
      padding: 0px;
  }

  body.home .jumbotron .container {
      padding: 0;
      max-width: inherit;
  }

  body.home.tailleUp .js-jssjs-selector .btn-group.btn-group-toggle .margeProfil {
    font-size: 1.125rem;
  }

  body.home.tailleUp .encart.actualites.bgGrey.bgWhiteMobile .mobileSpace .title-carte {
    font-size: 1.125rem;
  }

  body.home .main .jumbotron::before {
    background: #EFF8FD;
    width: 100%;
    height: 100%;
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    z-index: 0;
    border-bottom-right-radius: 50px;
  }

  #navbars2 .nav.navbar-nav div a.btn.btn-connecter {
    display: none;
    margin: 0;
    padding-left: 0px !important;
    padding-right: 0% !important;
  }

  body .navbar-light .second.navbar-toggler[aria-expanded="true"],
  body .navbar-light .second.navbar-toggler[aria-expanded="false"] {
    outline: none !important;
  }

  .dropdown-menu.dropdown-user {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }
}

body.home .jumbotron::before {
  background: #EFF8FD;
  width: 100%;
  height: 98%;
  content: "";
  top: 0;
  left: 0;
  border-bottom-right-radius: 130px;
}

@media (min-width: 992px) {
    

    body.home.tailleUp .jumbotron::before {
    height: 96.5%;
  }
}

@media (max-width: 991.98px) {
    .jumbotron .row, body.recherche .card .row {
        margin: 0;
    }

    .jumbotron .row > div, body.recherche .card .row > div {
        padding-left: 0;
        padding-right: 0;
    }
}

/* .jumbotron .align-middle {
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
} */

@media (max-width: 991.98px) {
  .jumbotron .align-middle {
    background-size: cover;
    position: relative;
    padding: 47px 25px;
    margin-bottom: 40px;
    top: 0;
    transform: none;
  }

  body.home .jumbotron .align-middle {
    background-size: cover;
    position: relative;
    padding: 0px 10px 30px 20px;
    margin-bottom: 0px;
    top: 0;
    transform: none;
  }

  /* body.contrast .jumbotron .align-middle {
      background: #000;
      background-size: cover;
      position: relative;
      padding: 47px 25px;
      margin-bottom: 40px;
      top: 0;
      transform: none;
  } */

  .jumbotron .align-middle::before {
    /* background: url("../modules/cnav-pub2-template/css/../images/jumbotron-bg.png") no-repeat center center; */
    background-size: cover;
    width: 100%;
    height: 100%;
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    z-index: 0;
    opacity: 0.7;
  }
}

.jumbotron h1 {
    color: #0071B9;
    font-weight: 700;
    font-family: 'Raleway', sans-serif;
    font-size: 2.25rem;
    margin-top: 30px;
}

.jumbotron p {
    color: #fff;
    font-size: 1.125rem;
    text-shadow: 0px 2px 20px rgba(0, 0, 0, 0.5);
    font-weight: 500;
}

@media (max-width: 991.98px) {
    .jumbotron .align-middle h1, .jumbotron .align-middle p {
        position: relative;
        min-width: auto;
        /* z-index: 1; */
    }

    .jumbotron .align-middle h1 {
        font-size: 2rem;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
  .jumbotron .align-middle .blocChapo {
      flex-direction: inherit;
  }

  .linkActif .lienchapoActif p, .linkRetraite .lienchapoRetraite p {
    min-height: auto;
  }
}

.jumbotron .card, body.recherche .card {
    padding: 18px 20px;
}

body.recherche .card {
    margin-bottom: 30px;
}

@media (max-width: 991.98px) {
    .jumbotron .card {
        margin: 0 25px;
        position: relative;
        bottom: 75px;
        margin-bottom: -75px;
    }
}

.jumbotron .card .row, body.recherche .card .row {
    width: 100%;
    margin: 0 0px;
    padding: 0;
}

.jumbotron .card .row > div:first-child, body.recherche .card .row > div:first-child {
    padding-left: 0;
}

.jumbotron .card .row > div:last-child, body.recherche .card .row > div:last-child {
    padding-right: 0;
}

.jumbotron .card .row > div .btn-select, body.recherche .card .row > div .btn-select {
    border: 0 !important;
    position: relative;
    z-index: 6;
    display: block;
    background: linear-gradient(#CDCDCD, #CDCDCD) !important;
    box-shadow: none !important;
    border-radius: 4px !important;
}

@media (max-width: 991.98px) {
    .jumbotron .card .row > div .btn-select, .jumbotron .card .custom-select, body.recherche .card .row > div .btn-select, body.recherche .card .custom-select {
        max-width: 280px;
        margin: 10px auto;
        white-space: normal;

    }
}

.jumbotron .card .row > div .btn-select::before, body.recherche .card .row > div .btn-select::before {
    background: #fff !important;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    content: "";
    top: 3px;
    left: 3px;
    position: absolute;
    z-index: -1;
    bottom: 3px;
    right: 3px;
    border-radius: 2px;
}

  /* A VERIFIER AVEC LE CLIENT*/

@media (max-width: 991.98px) {
  body.contrast .jumbotron .card .row > div .btn-select.actif.active, body.recherche .card .row > div .btn-select.actif.active {
      background: #00829B !important;
      border: 0 !important;
      /*color: #FFFFFF !important;*/
  }
}

@media (min-width: 992px) {

  body.contrast .jumbotron .card .row > div .btn-select.active.actif::before, body.recherche.contrast .card .row > div .btn-select.active.actif::before {
      background: #00829B !important;
      color: #FFFFFF;
      width: calc(100% - 6px);
      height: calc(100% - 6px);
      content: "";
      top: 3px;
      left: 3px;
      position: absolute;
      z-index: -1;
      bottom: 3px;
      right: 3px;
      border-radius: 2px;
  }

  body.contrast .jumbotron .card .row > div .btn-select.actif.active, body.recherche.contrast .card .row > div .btn-select.actif.active {
      background: #00829B !important;
      border: 0 !important;
      color: #FFFFFF !important;
      font-weight: bold;
  }
}

@media (max-width: 991.98px) {
  body.contrast .jumbotron .card .row > div .btn-select.retraite.active, body.recherche .card .row > div .btn-select.retraite.active {
      background: #BF3962 !important;
      border: 0 !important;
      /*color: #FFFFFF !important;*/
  }
}

@media (min-width: 992px) {

  body.contrast .jumbotron .card .row > div .btn-select.active.retraite::before, body.recherche.contrast .card .row > div .btn-select.active.retraite::before {
    background: #BF3962 !important;
    color: #FFFFFF;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    content: "";
    top: 3px;
    left: 3px;
    position: absolute;
    z-index: -1;
    bottom: 3px;
    right: 3px;
    border-radius: 2px;
  }

  body.contrast .jumbotron .card .row > div .btn-select.retraite.active, body.recherche.contrast .card .row > div .btn-select.retraite.active {
      background: #BF3962 !important;
      border: 0 !important;
      color: #FFFFFF !important;
  }
}

.jumbotron .card .row > div .btn-select.actif.active, body.recherche .card .row > div .btn-select.actif.active {
    background: linear-gradient(#006573, #00829B) !important;
    border: 0 !important;
    color: #000000 !important;
}

.jumbotron .card .row > div .btn-select.retraite.active, body.recherche .card .row > div .btn-select.retraite.active {
    background: linear-gradient(#E95B5B, #9A1E66) !important;
    border: 0 !important;
}

.jumbotron .card h2, body.recherche .card h2 {
    text-align: center;
    position: relative;
    margin-bottom: 10px;
}

.jumbotron .card h2::after, body.recherche .card h2::after {
    width: 100%;
    height: 1px;
    content: "";
    background-color: #DBDBDB;
    position: absolute;
    top: 50%;
    left: 0;
}

.jumbotron .card h2 span, body.recherche .card h2 span {
    background-color: white;
    color: #333;
    padding: 0 29px;
    z-index: 1;
    position: relative;
    font-size: 1.125rem;
    font-weight: 500;
    vertical-align: middle;
    font-family: 'Roboto', sans-serif;
}

body.dyslexic .jumbotron .card h2 span, body.dyslexic body.recherche .card h2 span, body.dyslexic .titre_accordeon, body.dyslexic .datePublished, body.dyslexic .group-tag .tag, body.dyslexic .titre-bloc-brochure,
body.dyslexic .titre-bloc-situation, body.dyslexic .list-lien-thematique li a, body.dyslexic .lien-plus-articles .customlink, body.dyslexic .bouttonAllBrochure,
body.dyslexic .lienCardPresse, body.dyslexic .bouttonAllCommuniquerPresse, body.dyslexic .titre-bloc-presse, body.dyslexic .title-child-page,
body.dyslexic .titre-bloc-activite, body.dyslexic .navbar-nav.mr-auto .profil.actif .col1 .conteneur a.internalLink, body.dyslexic .navbar-nav.mr-auto .profil.actif .col2 .conteneur a.internalLink, body.dyslexic .navbar-nav.mr-auto .profil.actif .col1 .conteneur a.externalLink, body.dyslexic .navbar-nav.mr-auto .profil.actif .col2 .conteneur a.externalLink, body.dyslexic #navbars1 .nav-link .titre-menu-mobile {
    font-family: 'opendyslexic', sans-serif !important;
}

/* encart */
.encart {
    padding: 3rem 0 4rem;

}

.encart.head {
    padding-bottom: 0;
}

@media (max-width: 991.98px) {
    .encart {
        padding: 2rem 0 3rem;

    }
}

.encart .card {
    height: 100%;
    min-height: 76px;
}

.encart .card.service, .encart .normalActu .card, .encart .card.actuEncart {
    height: 100%;
    min-height: 220px;
}

.encart.actualite .card.service {
  min-height: 253px;
}

/* footer */
footer {
    background: linear-gradient(to right, #0071B9 0%, #0067A9 100%);
    padding: 30px 0 0px;
    color: #fff;
    background-color: #0068ab;
}

@media (max-width: 991.98px) {
    footer {
        padding: 30px 0 0px;
    }
}

footer > .container {
    max-width: 940px;
}

@media (max-width: 991.98px) {
    footer > .container {
        max-height: inherit;
        padding-bottom: 35px;
    }
}

@media (max-width: 991.98px) {
    footer > .container .row {
        margin: 0;
    }
}

footer a {
    color: #fff;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
}

footer a:hover, footer a:focus {
    color: #fff;

}

footer ul li {
    padding: 0.469rem 0;
}

@media (max-width: 991.98px) {
    footer ul.socials li {
        display: inline-block;
    }
}

footer ul.socials li svg {
    margin-right: 10px;
}

footer h4 {
    margin-right: -5px;
    margin-left: -5px;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    font-size: 1.375rem;
}

footer h5 {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
}


footer #subfooter {
    background-color: #fff;
    padding: 30px 35px 30px 35px;
}

@media (max-width: 991.98px) {
    footer #subfooter {
    }
}

footer #subfooter ul {
    margin: 0;
    padding: 0;
    text-align: center;
}

footer #subfooter li a {
    color: #666666;
    background-color: #FFF;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
}

footer #subfooter .list-inline-item:not(:last-child) {
    margin-right: 2rem;
}

@media (max-width: 991.98px) {
    footer #subfooter .list-inline-item {
        width: 100%;
        text-align: center;
        margin: 0 !important;
    }
}

/* Pages de contenus------------------------------------------------------------ */
/* Recherche */

body.recherche .encart.head {
    border-bottom: 1px solid #DBDBDB;
    padding-bottom: 0;
}

body.recherche .encart.head h3 {
    font-size: 1.125rem;
    color: #333;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 10px;
}

@media (min-width: 992px) {
    body.recherche .encart.head .card {
        border: 0;
        box-shadow: none !important;
        padding: 0;
        margin-bottom: 0;
    }

    body.recherche .encart.head .card h2 {
        text-align: left;
        margin-top: 0px;
    }

    body.recherche .encart.head .card h2::after {
        display: none;
    }

    body.recherche .encart.head .card h2 span {
        padding: 0;
    }
}

/*Begin Code custom check box in search page*/
.radioAdvancedSearch[type="checkbox"]:checked,
.radioAdvancedSearch[type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.radioAdvancedSearch[type="checkbox"]:checked + label,
.radioAdvancedSearch[type="checkbox"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #000000;
    padding: 15px 40px;
    margin-bottom: 0px;
}
/*.ul-typeProfil:focus .radioAdvancedSearch[type="checkbox"]:checked + label,
.ul-typeProfil:focus .radioAdvancedSearch[type="checkbox"]:not(:checked) + label {
  border: 3px solid black;
}*/
.radioAdvancedSearch[type="checkbox"]:checked + label:before,
.radioAdvancedSearch[type="checkbox"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    width: 30px;
    height: 30px;
    border: 1px solid #949494;
    border-radius: 100px;
    background: #fff;
}
.radioAdvancedSearch[type="checkbox"]:checked + label:after,
.radioAdvancedSearch[type="checkbox"]:not(:checked) + label:after {
    content: '';
    width: 29px;
    height: 29px;
    background: url("../modules/cnav-pub2-template/css/../images/input-check.svg") no-repeat;
    background-color: #0071B9;
    background-position-x: center;
    background-position-y: center;
    position: absolute;
    top: 15%;
    left: 0%;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.radioAdvancedSearch[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.radioAdvancedSearch[type="checkbox"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1.2);
}
/*A SUPPRIMER*/
.radioAdvancedSearch {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
input[type="radio"], input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}

/*End custom check box in search page*/

.menu-filtre .nav.nav-pills {
  display: block;
  max-width: 650px;
  margin: 0px auto 0;
}

.legendtypeContenu, .legendtypeProfil {
  padding: 20px 0px 0px 0px;
}

.nav.nav-pills {
  max-width: 650px;
  margin: 30px auto 0;
}

.nav-fill .nav-item {
  display: flex;
  text-align: inherit;
}

.menu-filtre .nav-pills .nav-link, .nav-pills .nav-item p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #000000;
    padding: 15px 0.5rem;
    margin-bottom: 0px;

}

.nav-pills .nav-link, .nav-pills .nav-item p {
    padding: 15px 0.5rem;
    color: #6D6D6D;
    margin-bottom: 0px;
}

.nav-pills .nav-item p {
  margin-bottom: 0;

}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    border-bottom: 3px solid #0071B9;
    background-color: transparent;
    color: #6D6D6D;
    border-radius: 0;
    font-weight: 700;
    color: #0071B9;
}

body.actif .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    border-bottom: 3px solid #00829B;
    color: #00829B;
}

body.retraite .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    border-bottom: 3px solid #A82765;
    color: #A82765;
}

body.employeur .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    border-bottom: 3px solid #D84018;
    color: #D84018;
}

/* Résultats */
main h1 {
    font-size: 2rem;
    color: #666;
    font-weight: 500;
    margin-bottom: 40px;
}

main h1 span.focus {
    font-size: 1.5rem;
    font-weight: 400;
}

ul#resultats {
    padding-left: 0;
    list-style: none;
}

ul#resultats .result-item {
  margin: 20px 0px;

}

@media (max-width: 991.98px) {
  ul#resultats .result-item {
    margin: 0;
    padding: 20px 20px 0px;
  }
  .menu-filtre .nav.nav-pills {
    float: left;
    margin-left: 0px;
    min-width: 100%;
  }
  .encart.content.searchResult {
    min-width: 100%;
    padding: 30px 0px;
  }
  .encart.searchResult .container, .encart.searchResult .container .container {
    padding: 0;
  }
}

ul#resultats .result-item a {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #0071B9;
  text-decoration: none;
}

ul#resultats .result-item a:hover, ul#resultats .result-item a:focus {
  text-decoration: underline;
}

ul#resultats .result-item a h2 {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #0071B9;
  margin-bottom: 0px;
  display: inline;
}

ul#resultats .result-item span.type {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    position: relative;
    margin-top: 10px;
    color: #000;
    display: flex;
}

@media (max-width: 991.98px) {
    ul#resultats .result-item span.type {
        display: block;
        margin-left: 0;
        margin-top: 6px;
    }
}

ul#resultats .result-item span.type::before {
    /* content: "|"; */
    margin-right: 8px;
    content: none;
}

@media (max-width: 991.98px) {
    ul#resultats .result-item span.type::before {
        content: "";
        margin-right: 0;
    }
}

ul#resultats .result-item p {
  margin-top: 10px;
}

ul#resultats .result-item p span.focustexte {
    font-weight: 500;
}

.pagination {
    margin-top: 10px;
}

.pagination .page-item:first-child .page-link, .pagination .page-item:last-child .page-link {
    border-radius: 1.5rem;

}

.pagination .page-item .btn-primary:hover {
    color: #fff;

}

.pagination .page-item .btn-secondary {
    border-radius: 0.5rem;
    margin-right: 10px;
    padding: .675rem 1rem;
}

.pagination .page-item .btn-secondary.others {
    opacity: 0.4;
}

.pagination .page-item .btn-secondary.active {
    border: 2px solid #0071B9 !important;
    font-weight: bold;
}

.pagination .page-item:nth-child(2) .btn-secondary {
    margin-left: 10px;
}

.sticky-middle {
    position: fixed;
    right: 50px;
    bottom: 105px;
    z-index: 800;
}

.btn-sondage {
    position: fixed;
    right: 50px;
    bottom: 50px;
    z-index: 800;
    padding: .75rem 2.34rem;
}

@media (max-width: 991.98px) {
    .sticky-middle {
        padding: .675rem 1.15rem;
    }

    .sticky-middle-sondage {
      /*padding: 0.75rem 0.938rem;*/
      padding: 0.863rem 1.076rem;
    }

    .btn-tertiary-sondage {
      color: #FFFFFF;
      background: linear-gradient(90deg, #015A94 -1.32%, #0071B9 100%);
      box-shadow: none;
    }

    body.actif main .btn-tertiary-sondage {
      background: linear-gradient(90deg, #0099AB 0%, #20B2A2 100%) !important;
      box-shadow: none;
    }

    body.actif main .btn-tertiary-sondage:hover, body.actif main .btn-tertiary-sondage:focus {
      background: linear-gradient(90deg, #0E7E8D 0%, #00829B 100%) !important;
      box-shadow: none;
    }

    body.retraite main .btn-tertiary-sondage {
      background: linear-gradient(90deg, #8E2256 0%, #C64E51 126.2%) !important;
      box-shadow: none;
    }

    body.employeur main .btn-tertiary-sondage {
      background: linear-gradient(90deg, #D86B56 14.02%, #D67E3E 88.61%) !important;
      box-shadow: none;
    }

    .container .blocTitle {
      margin-bottom: 20px;
    }
}

/* Fil d'ariane */
.breadcrumb .breadcrumb-item.active {
    color: #0071B9;
    font-weight: 700;
}

body.contrast .breadcrumb .breadcrumb-item.active {
  color: #025F9B;
}

body.actif .breadcrumb .breadcrumb-item.active {
    color: #007C94;
}

body.retraite .breadcrumb .breadcrumb-item.active {
    color: #A82765;
}

body.employeur .breadcrumb .breadcrumb-item.active {
    color: #D84018;
}

body.employeur.chapo-deuxieme-niveau .head .title-Une {
  color: #D84018;
}

.breadcrumb .breadcrumb-item a {
    color: #6D6D6D;
    text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    width: 12px;
    height: 11px;
    border: 0;
    vertical-align: middle;
    background: url("../modules/cnav-pub2-template/css/../images/icon-breadcrumb-gris.svg") no-repeat;
    margin-left: 0px;
    content: "";
}

.actualite .breadcrumb-item + .breadcrumb-item::before, .presse .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 0;
    vertical-align: middle;
    background: url("../modules/cnav-pub2-template/css/../images/icon-breadcrumb-gris.svg") no-repeat;
    margin-left: 0px;
    content: "";
}

.breadcrumb-item + .breadcrumb-item, .breadcrumb-item {
    padding-right: 0.5rem;
    padding-left: 0;
}

@media screen and (min-width: 0\0
) {
    .breadcrumb-item + .breadcrumb-item::before {
        background: url("../modules/cnav-pub2-template/css/../images/breadcrumb-arrow.png") no-repeat;
    }
}

body .breadcrumb-item + .breadcrumb-item.active::before {
    background: url("../modules/cnav-pub2-template/css/../images/icon-breadcrumb-bleu.svg") no-repeat;
    width: 10px;
    height: 10px;
}

body.actif .breadcrumb-item + .breadcrumb-item.active::before {
    background: url("../modules/cnav-pub2-template/css/../images/icon-breadcrumb-actif.svg") no-repeat;
    width: 10px;
    height: 10px;
}

@media screen and (min-width: 0\0
) {
    body.actif .breadcrumb-item + .breadcrumb-item::before {
        background: url("../modules/cnav-pub2-template/css/../images/breadcrumb-arrow-green.png") no-repeat;
    }
}

body.retraite .breadcrumb-item + .breadcrumb-item.active::before {
    background: url("../modules/cnav-pub2-template/css/../images/icon-breadcrumb-retraite.svg") no-repeat;
    width: 10px;
    height: 10px;
}

@media screen and (min-width: 0\0
) {
    body.retraite .breadcrumb-item + .breadcrumb-item::before {
        background: url("../modules/cnav-pub2-template/css/../images/breadcrumb-arrow-violet.png") no-repeat;
    }
}

body.employeur .breadcrumb-item + .breadcrumb-item.active::before {
    background: url("../modules/cnav-pub2-template/css/../images/icon-breadcrumb-employeur.svg") no-repeat;
}

@media screen and (min-width: 0\0
) {
    body.employeur .breadcrumb-item + .breadcrumb-item::before {
        background: url("../modules/cnav-pub2-template/css/../images/breadcrumb-arrow-orange.png") no-repeat;
    }
}

/* Liste d'articles */
body.listing {
}

body.listing .encart.head .container {
    overflow: hidden;
}

body.listing .encart.head .card {
    -webkit-border-radius: 8px;
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius: 8px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-radius: 8px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    padding-bottom: 0;
}

@media (max-width: 991.98px) {
    body.listing .encart.head .card {
        border: 0;
        box-shadow: none !important;
        padding: 0;
    }
}

body.listing .encart.head .card #navigation .breadcrumb {
    margin: -20px -20px 10px;
    padding: 20px;
}

.breadcrumb {
    background-color: transparent;
}

body.listing .encart.head .card #navigation .btn {
    padding: 0;
    margin: 0;
    color: #666;
    font-weight: 700;
}

body.listing .encart.head .card #navigation .btn svg {
    display: inline-block;
    padding-left: 9px;
    padding-bottom: 2px;
}

body.listing .encart.head .card h1 {
    text-align: center;
    font-weight: 400;
    color: #000;
    font-size: 2.125rem;
    margin-bottom: 0;
}

body.listing .encart.content {
    background-color: #F2F2F2;
    padding-top: 0;
    margin-top: -1px;
}

body.listing .encart.content > .container > .card {
    -webkit-border-radius: 0px;
    -webkit-border-bottom-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius: 0px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-radius: 0px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    background-color: #F2F2F2;
    padding: 45px 25px 5px;
    margin-bottom: 40px;
}

@media (max-width: 991.98px) {
    body.listing .encart.content > .container > .card {
        border: 0;
        box-shadow: none !important;
        padding: 30px 10px 0;
    }
}

body.listing a.card.underline h3 {
    position: relative;
    transform: none;
}

body.listing a.card.underline h3::after {
    top: unset;
    bottom: -12px !important;
}

/* Article */
body.article .jumbotron, body.service-en-ligne .jumbotron {
    position: relative;
    padding: 0;
    overflow: hidden;
    min-height: 150px;
    margin-bottom: -140px;
    max-height: 350px
}

@media (max-width: 991.98px) {
    body.article .jumbotron, body.service-en-ligne .jumbotron {
        height: inherit;
        margin-bottom: 0px;
        min-height:0px;
        max-height: 270px;
    }
}

body.article .jumbotron img, body.service-en-ligne .jumbotron img, body.brochure .jumbotron img {
    width: 100%;
    height: auto;
}

.head .breadcrumb {
    padding: 0;
}

body.article .head, body.service-en-ligne .head, body.brochure .head {
    z-index: 2;
    position: relative;
}

body.article .head .container, body.service-en-ligne .head .container {
    background-color: #fff;
    padding: 40px 70px 0;
}

@media (max-width: 991.98px) {
    body.article .head .container, body.service-en-ligne .head .container  {
        padding: 0px 25px 0;
    }
}

body.article .head h1, body.qsn .head .container h1, body.service-en-ligne .head h1,body.brochure .head h1 {
    font-weight: 700;
    color: #000;
    font-size: 2.5rem;
    line-height: 56px;
    margin-bottom: 10px;
    margin-top: 20px;
    text-align: center;
}

.blocTitle {
  margin-bottom: 30px;
}

body.article .head .maj, body.service-en-ligne .head .maj {
    text-align: center;
}

body.article .content .container, body.service-en-ligne .content .container, body.brochure .content .container {
  padding: 0px 70px 0;

}

body.actualite .content .container {
    padding: 0px 21px 0;
}

.positImag img {
  margin-top: 0px !important;
}

@media (max-width: 991.98px) {
    body.article .content .container, body.service-en-ligne .content .container, body.brochure .content .container {
        padding: 0px 25px 0;
    }
    body.actualite .content .container {
        padding: 0px 25px 0;
    }
    .encart.head .container .tools-actu.text-right {
      margin-right: auto !important;
    }
}

body.article .content .container a, body.service-en-ligne .content .container a, body.brochure .content .container a {
    color: #0071B9;
}

body.contrast.article .content .container p a, body.contrast.service-en-ligne .content .container p a, body.contrast.brochure .content .container p a {
    color: #0071B9;
    font-weight: 500;
    text-decoration: underline;
}

body.article.actif .content .container a, body.service-en-ligne.actif .content .container a, body.brochure.actif .content .container a {
    color: #00829B;
    text-decoration: underline;
}

body.article .content ul.sommaire li a, body.service-en-ligne .content ul.sommaire li a, body.brochure .content ul.sommaire li a {
  color: #0071B9;
  text-decoration: underline;
}

body.article.actif .content .container a:hover, body.article.actif .content .container a:focus, body.service-en-ligne.actif .content .container a:hover, body.service-en-ligne.actif .content .container a:focus,
body.article.retraite .content .container a:hover, body.article.retraite .content .container a:focus, body.service-en-ligne.retraite .content .container a:hover, body.service-en-ligne.retraite .content .container a:focus,
body.article.employeur .content .container a:hover, body.article.employeur .content .container a:focus, body.service-en-ligne.employeur .content .container a:hover, body.service-en-ligne.employeur .content .container a:focus {
  text-decoration: none;
}

body.contrast.article.actif .content .container p a, body.contrast.service-en-ligne.actif .content .container p a, body.contrast.brochure.actif .content .container p a {
    color: #00829B;
    text-decoration: underline;
    font-weight: 500;
}

body.contrast.article.actif .content .container p a:hover, body.contrast.service-en-ligne.actif .content .container p a:hover, body.contrast.brochure.actif .content .container p a:hover {
    text-decoration: none;
}

body.article.retraite .content .container a, body.service-en-ligne.retraite .content .container a, body.brochure.retraite .content .container a {
    color: #A82765;
    text-decoration: underline;
}

body.contrast.article.retraite .content .container p a, body.contrast.service-en-ligne.retraite .content .container p a, body.contrast.brochure.retraite .content .container p a {
    color: #A82765;
    font-weight: 500;
    text-decoration: underline;
}

body.article.employeur .content .container a, body.service-en-ligne.employeur .content .container a, body.brochure.employeur .content .container a {
    color: #D84018;
    text-decoration: underline;
}

body.article .content .container p, body.article .content .container li, body.service-en-ligne .content .container p, body.service-en-ligne .content .container li, 
body.brochure .content .container p, body.brochure .content .container li {
    font-size: 1rem;
}

body.article .content iframe, body.service-en-ligne .content iframe, body.brochure .content iframe {
    margin-bottom: 10px;
    max-width: 100%;
    border: 0;
    overflow: hidden;
}

body.article .content img, body.service-en-ligne .content img, body.brochure .content img {
    margin: 20px 0;
    max-width: 100%;
    height: auto !important;
}

body.article .content ul, body.service-en-ligne .content ul, body.brochure .content ul {
    list-style: none;
    padding: 0;
}

body.article .content ul.btnSharingBasPage li.share-btn-down {
  padding-left: 0px;
}

body.article .content ul li li, body.service-en-ligne .content ul li li, body.brochure .content ul li li {
    margin-top: 5px;
    line-height: 140%;
    padding-left: 14px;
    margin-left: 10px;
    margin-bottom: 0px;
}

body.article .content ul li, body.service-en-ligne .content ul li, body.brochure .content ul li, body.brochure .content ul li, body.brochure .content ul li {
    padding-left: 20px;
    text-indent: 0;
    position: relative;
    margin-bottom: 10px;
}

.btn-connecter{
	transition:none;
}

body.article .content ul li::before, body.service-en-ligne .content ul li::before {
    content: "";
    font-size: 23px;
    top: 9px;
    left: 0px;
    position: absolute;
    width: 7px;
    height: 7px;
    background-color: #0056b3;
    display: block;
    border-radius: 20px;
}

body.article .content ul.tagage li.listTagage, body.service-en-ligne .content ul.tagage li.listTagage, body.brochure .content ul.tagage li.listTagage, body.brochure .content ul.tagage li.listTagage, body.brochure .content ul.tagage li.listTagage {
  padding-left: 10px;
}

body .content ul.tagage li.listTagage::before, body.service-en-ligne .content ul.tagage li.listTagage::before {
  content: none;
}

body.article.actif .content ul li::before, body.service-en-ligne.actif .content ul li::before {
    background-color: #00829B;
}

body.article.retraite .content ul li::before, body.service-en-ligne.retraite .content ul li::before {
    background-color: #A82765;
}

body.article.employeur .content ul li::before, body.service-en-ligne.employeur .content ul li::before {
    background-color: #D84018;
}

body.article .content ul li li::before, body.service-en-ligne .content ul li li::before {
  content: "";
  font-size: 23px;
  top: 9px;
  left: 0;
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #0056b3;
  display: block;
  border-radius: 20px;
}

body.article.actif .content ul li li::before, body.service-en-ligne.actif .content ul li li::before {
    background-color: #00829B;
}

body.article.retraite .content ul li li::before, body.service-en-ligne.retraite .content ul li li::before {
    background-color: #A82765;
}

body.article.employeur .content ul li li::before, body.service-en-ligne.employeur .content ul li li::before {
    background-color: #D84018;
}

body.article .content ul li li.share-btn-down::before,
body.article .content ul li li.list-print::before,
body.article .content ul li.groupDown::before,
body.article .content ul li.btnGoTop::before,
body.service-en-ligne .content ul li li.share-btn-down::before,
body.service-en-ligne .content ul li li.list-print::before,
body.service-en-ligne .content ul li.groupDown::before,
body.service-en-ligne .content ul li.btnGoTop::before {
  content: none;
}

body.article .content .card, body.service-en-ligne .content .card, body.brochure .content .card {
    padding: 20px 20px;
    margin: 20px 0px 30px 0px;
}

body.article .content .card h3, body.service-en-ligne .content .card h3, body.brochure .content .card h3 {
    border-bottom: 1px solid #DBDBDB;
    margin-top: -10px !important;
    padding-bottom: 8px;
    margin-bottom: 11px !important;
    font-weight: 600 !important;
    font-family: 'Raleway', sans-serif;
}

body.article .content .card h3.text-service-style, body.service-en-ligne .content .card h3.text-service-style, body.brochure .content .card h3.text-service-style {
    border-bottom: 1px solid #DBDBDB;
    padding-bottom: 8px;
    margin-bottom: 11px !important;
    font-weight: 600 !important;
    font-family: 'Raleway', sans-serif;
    border-bottom: 0px;
    font-family: 'Roboto', sans-serif;
    margin-top:0px !important;
    font-weight: 500 !important;
}

body.article.chapo-premier-niveau .content .card h3.text-service-style {
  margin-top: 20px !important;
}

.pictoConnecter{
	margin-right:5px;
}

@media (max-width: 991.98px) {
  body.article .content .card.ck-modele-travailleurs-indépendants h3, body.service-en-ligne .content .card.ck-modele-travailleurs-indépendants h3,
  body.article .content .card.ck-modele.ck-modele-travailleurs-independants-allegee h3, body.service-en-ligne .content .card.ck-modele.ck-modele-travailleurs-independants-allegee h3,
  body.brochure .content .card.ck-modele.ck-modele-travailleurs-independants-allegee h3 {
    margin-top: 30px !important;
    margin-left: 0px;
  }
}

body.article .content .card h3, body.service-en-ligne .content .card h3, body.brochure .content .card h3 {
  border-bottom: 1px solid #DBDBDB;
  margin-top: -10px !important;
  padding-bottom: 8px;
  margin-bottom: 11px !important;
  font-weight: 600 !important;
  font-family: 'Raleway', sans-serif;
}

body.article .content .card.ck-trans-textuelle a,
body .card.ck-trans-textuelle a {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400 !important;
  font-size: 1rem;
  line-height: 19px;
  margin-left: 0px;
  border: none;
  color: #0071B9;
  text-decoration: none;
  padding-bottom: 0px;
}

.card.ck-trans-textuelle a {
    margin-left: 0px;
    padding-bottom: 0px;
}

body.article .content .card.ck-trans-textuelle, body.service-en-ligne .content .card.ck-trans-textuelle {
    padding: 20px 25px;
    margin: 0px;
    min-height: 60px;
    margin-bottom: 20px;
}

body.article.actif .content .card.ck-trans-textuelle a,
body.article.actif .card.ck-trans-textuelle a,
body.service-en-ligne.actif .content .card.ck-trans-textuelle a,
body.service-en-ligne.actif .card.ck-trans-textuelle a {
  color: #00829B;
}

body.article.retraite .content .card.ck-trans-textuelle a,
body.retraite .card.ck-trans-textuelle a {
  color: #A82765;
}

body.article.employeur .content .card.ck-trans-textuelle a,
body.employeur .card.ck-trans-textuelle a {
  color: #D86B56;
}

body.article.contrast.actif .content .card.ck-trans-textuelle a,
body.contrast.actif .card.ck-trans-textuelle a {
  color: #01707E;
}

body.article.contrast.retraite .content .card.ck-trans-textuelle a,
body.contrast.retraite .card.ck-trans-textuelle a {
  color: #6A123C;
}

body.article.contrast.employeur .content .card.ck-trans-textuelle a,
body.contrast.employeur .card.ck-trans-textuelle a  {
  color: #D84018;
}

body.article.contrast .content .card.ck-trans-textuelle a {
  color: #025F9B;
}

body.article.contrast ul.sommaire li a, body.service-en-ligne.contrast ul.sommaire li a {
    color: #025F9B;
}

body.article.contrast.actif ul.sommaire li a, body.service-en-ligne.contrast.actif ul.sommaire li a {
    color: #01707E;
}

body.article.contrast.retraite ul.sommaire li a, body.service-en-ligne.contrast.retraite ul.sommaire li a {
    color: #6A123C;
}

body.article.contrast.employeur ul.sommaire li a, body.service-en-ligne.contrast.employeur ul.sommaire li a {
  color: #D84018;
}

.picto_transcription {
  position: absolute;
  top: 10px;
  right: 14px;
}

body.dyslexic .masquer_transp, body.dyslexic .afficher_transp {
    font-family: 'opendyslexic', sans-serif !important;
}

body.tailleUp .masquer_transp, body.tailleUp .afficher_transp, body.tailleUp .dropdown-transcription {
    font-size: 18px !important;
}

body.article.actif .content .card.ck-trans-textuelle svg.picto_transcription path,
body.actif .card.ck-trans-textuelle svg.picto_transcription path {
  fill: #00829B;
}

body.contrast.article.actif .content .card.ck-trans-textuelle svg.picto_transcription path,
body.contrast.actif .card.ck-trans-textuelle svg.picto_transcription path {
  fill: #01707E;
}

body.article.retraite .content .card.ck-trans-textuelle svg.picto_transcription path,
body.retraite .card.ck-trans-textuelle svg.picto_transcription path {
  fill: #A82765;
}

body.contrast.article.retraite .content .card.ck-trans-textuelle svg.picto_transcription path,
body.contrast.retraite .card.ck-trans-textuelle svg.picto_transcription path {
  fill: #6A123C;
}

body.article.employeur .content .card.ck-trans-textuelle svg.picto_transcription path,
body.employeur .card.ck-trans-textuelle svg.picto_transcription path {
  fill: #D86B56;
}

body.contrast.article.employeur .content .card.ck-trans-textuelle svg.picto_transcription path,
body.contrast.employeur .card.ck-trans-textuelle svg.picto_transcription path {
  fill: #B03F29;
}

.dropdown-transcription {
    font-size: 16px;
    line-height: 19px;
    border-top: 1px solid #DBDBDB;
    margin-top: 20px;
    padding-top: 20px;
    display: none;
}

.afficher_transp {
  text-decoration: none;
}

.masquer_transp {
  display: none;
}

body.article .content .card p, body.service-en-ligne .content .card p {
    font-weight: normal;
}

body.article .encart.associe, body.service-en-ligne .encart.associe {
    background: white;
    position: relative;
}

body.article .encart.associe::after, body.service-en-ligne .encart.associe::after {
    position: absolute;
    opacity: 0.6;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    /*z-index: 100;*/
    background-color: #0071B9;
}

@media (max-width: 991.98px) {
    body.article .encart.associe, body.service-en-ligne .encart.associe {
        background: #F2F2F2;
        padding-top: 30px;
    }

    body.article #services-encart .encart.associe, body.service-en-ligne #services-encart .encart.associe {
      padding-top: 1px;
    }

    body.article .encart.associe::after, body.service-en-ligne .encart.associe::after {
        display: none;
    }

    .encart.head {
      padding-top: 20px;
    }

    .encart.content {
      padding-top: 35px;
    }

    body.article .head h1, body.service-en-ligne .head h1 {
      font-weight: 700;
      color: #000;
      font-size: 2.125rem;
      line-height: 40px;
    }

    .link_transp {
      width: 91%;
    }

    .picto_transcription {
      position: absolute;
      top: 12px;
      right: -6px;
    }

    #search-mobile input {
      border: 1px solid #949494;
      border-right: 0;
      padding: 15px 15px;
    }

    #search-mobile button {
      border: 1px solid #949494 !important;
      border-left: 0 !important;
    }
    body.article.chapo-premier-niveau .content .card .bloc-titre-service h3.text-service-style {
      margin-top: 0px !important;
    }
    body.article.chapo-premier-niveau .content .card.service {
      padding: 20px 0px;
    }
    body.article.chapo-premier-niveau .content .card.service.cardPrincipal {
      padding: 20px;
    }

}

body.article.actif .encart.associe::after, body.service-en-ligne.actif .encart.associe::after {
    background-color: #00829B;
}

body.article.retraite .encart.associe::after, body.service-en-ligne.retraite .encart.associe::after {
    background-color: #A82765;
}

body.article.employeur .encart.associe::after, body.service-en-ligne.employeur .encart.associe::after {
    background-color: #D86B56;
}

body.article .encart.associe .container, body.service-en-ligne .encart.associe .container {
    position: relative;
    z-index: 10;
    padding: 0 70px;
}

@media (max-width: 991.98px) {
    body.article .encart.associe .container, body.service-en-ligne .encart.associe .container {
        padding: 0 25px;
        z-index: auto;
    }
}

body.article .encart.associe .container h2, body.service-en-ligne .encart.associe .container h2 {
    color: #fff;
    margin-bottom: 20px;
}

@media (max-width: 991.98px) {
    body.article .encart.associe .container h2, body.service-en-ligne .encart.associe .container h2 {
        color: #000;
        margin-top: 30px;
    }

    body.article .encart.associe .container .card h3, body.service-en-ligne .encart.associe .container .card h3 {
        font-size: 1rem;
        margin: 8px 0 8px;
    }

    body.article .encart.associe .container .card h3.text-service-style {
        margin: auto;
        font-size: 18px;
    }

    .text-small.socials {
      margin-top: 0px;
    }
}

body.article .encart.avis p.info, body.service-en-ligne .encart.avis p.info {
    color: #575757;
    font-weight: 500;
    max-width: 500px;
    margin: 0 auto 20px;
    font-size: 1rem;
}

body.article .encart.avis .card, body.service-en-ligne .encart.avis .card {
    margin: 0 auto 30px;
    max-width: 500px;
    padding: 30px;
}

body.article .encart.avis .card p.question, body.service-en-ligne .encart.avis .card p.question {
    text-align: center;
    font-weight: 700;
    color: #333333;
    font-size: 1.125rem;
    padding-bottom: 20px;
}

@media screen and (min-width: 0\0
) {
    body.article .encart.avis .card .row, body.service-en-ligne .encart.avis .card .row {
        display: inline-block;
        text-align: center;

    }
}

body.article main .dropdown-langues, body.article main .dropdown-social, body.service-en-ligne main .dropdown-langues, body.service-en-ligne main .dropdown-social {
    width: 300px !important;
    padding: 15px 29px;
    border: 1px solid #DBDBDB;
    z-index: 10000;
    min-width: inherit;
}

@media (max-width: 991.98px) {
    body.article main .dropdown-langues, body.article main .dropdown-social, body.service-en-ligne main .dropdown-langues, body.service-en-ligne main .dropdown-social {
        max-width: 200px;
        min-width: inherit;
        margin: 10px 0px;
        padding: 15px;
        will-change: transform !important;
        transform: translate3d(-87px, 48px, 0px) !important;
    }

}

body.article .dropdown-social .btn, body.service-en-ligne .dropdown-social .btn {
    white-space: inherit;
}

body.article .dropdown-social ul li, body.service-en-ligne .dropdown-social ul li {
    margin: 10px;
    padding: 0;
}

body.article main .dropdown-menu ul li, body.service-en-ligne main .dropdown-menu ul li {
    display: inline-block;
}

body.article main .dropdown-menu ul li::before, body.service-en-ligne main .dropdown-menu ul li::before {
    display: none;
}

body.article .content .container ul.sommaire li a, body.service-en-ligne .content .container ul.sommaire li a,
body.brochure .content .container ul.sommaire li a {
  text-decoration: none;
}

body.article .content .container ul.sommaire li a:hover, body.article .content .container ul.sommaire li a:focus,
body.service-en-ligne .content .container ul.sommaire li a:hover, body.service-en-ligne .content .container ul.sommaire li a:focus {
  text-decoration: underline;
}

body.article .sommaire, body.service-en-ligne .sommaire {
    padding: 14px 30px 0px 6px !important;
    margin-bottom: 30px;
    margin-left: -13px;
}

body.article .content ul.sommaire li, body.service-en-ligne .content ul.sommaire li, body.brochure .content ul.sommaire li {
    padding: 5px 30px;
    position: relative;
    margin-bottom: 0px;
}

body.article .content ul.sommaire li::before, body.service-en-ligne .content ul.sommaire li::before {
    display: none;
}

body.article .content ul.sommaire li a, body.service-en-ligne .content ul.sommaire li a, body.brochure .content ul.sommaire li a {
    font-size: 1rem;
    font-weight: normal;
    position: relative;
    line-height: 1.188rem;
}

body.article .bodywrapper .container.main .encart.content, body.service-en-ligne .bodywrapper .container.main .encart.content {
  padding-top: 10px;
  padding-bottom: 0px;
}

body.brochure .bodywrapper .container.main .encart.content{
  padding-top: 0px;
  padding-bottom: 0px;
}

body.article .content ul.sommaire li a::before, body.service-en-ligne .content ul.sommaire li a::before, body.brochure .content ul.sommaire li a::before {
    background: url("../modules/cnav-pub2-template/css/../images/sommaire-arrow-generale.png");
    background-repeat: no-repeat;
    width: 8px;
    height: 10px;
    content: "";
    top: 9px;
    left: -15px;
    position: absolute;
    z-index: 0;
    display: block;
}

body.article.actif .content ul.sommaire li a::before,
body.brochure.actif .content ul.sommaire li a::before {
    background: url("../modules/cnav-pub2-template/css/../images/sommaire-arrow-green-actif.png");
    background-repeat: no-repeat;
}

body.article.retraite .content ul.sommaire li a::before,
body.brochure.retraite .content ul.sommaire li a::before {
    background: url("../modules/cnav-pub2-template/css/../images/sommaire-arrow-violet-retraite.png");
    background-repeat: no-repeat;
}

body.article.employeur .content ul.sommaire li a::before,
body.brochure.employeur .content ul.sommaire li a::before {
    background: url("../modules/cnav-pub2-template/css/../images/sommaire-arrow-orange-employeur.png");
    background-repeat: no-repeat;
}

span.lineSommaire {
    position: absolute;
    height: 100%;
    border: 1px solid #DAEEFB;
    top: 1.1em;
    left: 15.6px;
}

body.article.actif .content ul.sommaire li span.lineSommaire,
body.brochure.actif .content ul.sommaire li span.lineSommaire {
  border: 1px solid #D0F6FB;
}

body.article.retraite .content ul.sommaire li span.lineSommaire,
body.brochure.retraite .content ul.sommaire li span.lineSommaire {
  border: 1px solid #F9DDEB;
}

body.article.employeur .content ul.sommaire li span.lineSommaire,
body.brochure.employeur .content ul.sommaire li span.lineSommaire {
  border: 1px solid #FFE6E1;
}

li:last-child span.lineSommaire {
  display: none;
}

/** MODIF ELSA POUR LE HEADER VERSION MOBILE */
@media (max-width: 991.98px) {
    .navbar-light {
        position: relative;
    }
    body .navbar-light .navbar-header {
        width: 100%;
        height: 100%;
        overflow: visible;
    }

    .navbar-light .navbar-toggler {
        top: 0;
        margin-top: 10px;
    }

    .navbar-light .second.navbar-toggler[aria-expanded="false"],
    .navbar-light .second.navbar-toggler[aria-expanded="true"] {
      background: #0071B9;
      padding: 0;
    }

    /* body.contrast .navbar-light .second.navbar-toggler[aria-expanded="false"] {
        background: #0067A9;
        box-shadow: 0px 5px 10px rgba(0, 113, 185, 0.25);
    } */
    header .navbar-light .second.actif.navbar-toggler[aria-expanded="false"]{
      background: #0071B9;
    }

    header .navbar-light .second.retraite.navbar-toggler[aria-expanded="false"]:hover{
      background: #0071B9;
    }

    body .navbar-light .second.employeur.navbar-toggler[aria-expanded="false"]{
      background: linear-gradient(#D86B56, #D67E3E);
    }
    body .navbar-light .second.employeur.navbar-toggler[aria-expanded="false"]:hover{
      background: linear-gradient(#FE7A61, #FF9446);
    }

    .navbar-light .navbar-toggler[aria-expanded="true"] {
      z-index: 10000;
      margin-top: 0px;
      border-radius: 0;
      border-bottom: 1px solid #F2F2F2;
    }

    body .navbar-light .navbar-header {
        width: 100%;
        border-bottom: 1px solid #F2F2F2;
    }

    body .navbar-light .navbar-brand {
        transition: none;
        background: none;
        height: inherit;
    }

    body.article .sommaire {
      margin-left: -21px;
    }

    .page-tools {
      padding-left: 10px;
    }
}

/* Qui Sommes Nous */

body.qsn a.card.underline h3 {
    position: relative;
    transform: none;
    font-weight: 500;
    font-size: 16px;
}

body.qsn a.card.underline h3::after {
    top: unset;
    bottom: -12px !important;
}

body.qsn .jumbotron {
    position: relative;
    padding: 0;
    max-height: 310px;
    height: auto;
    overflow: hidden;
    margin-bottom: -140px;
}

@media (max-width: 991.98px) {
    body.qsn .jumbotron {
        height: inherit;
        margin-bottom: 0px;
    }
}

body.qsn .jumbotron img {
    width: 100%;
    height: auto;
}

.head .breadcrumb {
    padding: 0;
}

body.qsn .head {
    z-index: 2;
    position: relative;
}

body.qsn .head .container {
    background-color: #fff;
    padding: 40px 70px 0;
}

@media (max-width: 991.98px) {
    body.qsn .head .container {
        padding: 0px 25px 0;
    }
}

body.qsn .head h1 {
    font-weight: 400;
    color: #000;
    font-size: 2.125rem;
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: center;
}

body.qsn .head .maj {
    text-align: center;
}

body.qsn .content .container {
    padding: 0px 70px 0;
}

@media (max-width: 991.98px) {
    body.qsn .content .container {
        padding: 0px 25px 0;
    }
    body iframe, body table {
      max-width: 100% !important;/*Fix Responsivity problems with table and viedo added with fixed width*/
    }
}

body.qsn .content .container h2 {
    font-family: Raleway;
    font-style: normal;
    font-weight: bold;
    line-height: 34px;
    font-size: 30px;
}

body.qsn .content .container h3 {
    margin-bottom: 20px;
    margin-top: 50px;
    font-weight: 700;
    font-size: 1.5rem;
}

body.qsn .content iframe {
    margin-bottom: 20px;
    max-width: 100%;
}

/*body.qsn .content img {
    margin: 20px 0;
}*/

body.qsn .content ul {
    list-style: none;
    padding: 0;
}

body.qsn .content ul li {
    padding-left: 20px;
    text-indent: 0;
    position: relative;
    margin-bottom: 10px;
}

body.qsn .content ul li::before {
    content: "";
    font-size: 23px;
    top: 7px;
    left: 0px;
    position: absolute;
    width: 7px;
    height: 7px;
    background-color: #0056b3;
    display: block;
    border-radius: 20px;
}

body.qsn.actif .content ul li::before {
    background-color: #00829B;
}

body.qsn.retraite .content ul li::before {
    background-color: #A82765;
}

body.qsn.employeur .content ul li::before {
    background-color: #D84018;
}


body.qsn .content .card h3 {
    margin-top: 0 !important;
}

body.qsn .encart.associe {
    background: #0067A9;
    position: relative;
}

body.qsn .encart.associe::after {
  position: absolute;
  opacity: 0.6;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 100;
  background-color: #0071B9;
}

@media (max-width: 991.98px) {
  body.qsn .encart.associe {
      background: #F2F2F2;
      padding-top: 35px;
  }

  body.qsn .encart.associe::after {
      display: none;
  }
}


body.qsn .encart.associe .container {
  position: relative;
  z-index: 1000;
  padding: 0 70px;
}

@media (max-width: 991.98px) {
  body.qsn .encart.associe .container {
    padding: 0 25px;
  }
}

body.qsn .encart.associe .container h2 {
  color: #fff;
  margin-bottom: 20px;
}

@media (max-width: 991.98px) {
  body.qsn .encart.associe .container h2 {
    color: #000;
  }

  body.qsn .encart.associe .container .card h3 {
    font-size: 1rem;
    margin: -4px 0 8px;
    padding-bottom: 0px;
  }
}

body.qsn .encart.avis p.info {
  color: #575757;
  font-weight: 500;
  max-width: 500px;
  margin: 0 auto 20px;
  font-size: 1rem;
}

body.qsn .encart.avis .card {
  margin: 0 auto 30px;
  max-width: 500px;
  padding: 30px;
}

body.qsn .encart.avis .card p.question {
  text-align: center;
  font-weight: 700;
  color: #333333;
  font-size: 1.125rem;
  padding-bottom: 20px;
}

@media screen and (min-width: 0\0) {
  body.qsn .encart.avis .card .row {
    display: inline-block;
    text-align: center;
  }
}

body.qsn main .dropdown-langues, body.qsn main .dropdown-social {
  width: 300px !important;
  padding: 15px 29px;
  border: 1px solid #DBDBDB;
  z-index: 10000;
  min-width: inherit;
}

@media (max-width: 991.98px) {
  body.qsn main .dropdown-langues, body.qsn main .dropdown-social {
    max-width: 200px;
    min-width: inherit;
    margin: 10px 0px;
    padding: 15px;
  }

}

body.qsn .dropdown-social .btn {
  white-space: inherit;
}

body.qsn .dropdown-social ul li {
  margin: 10px;
  padding: 0;
}

body.qsn main .dropdown-menu ul li {
  display: inline-block;
}

body.qsn main .dropdown-menu ul li::before {
  display: none;
}

body.qsn .sommaire {
  border-top: 2px solid #DBDBDB;
  border-bottom: 2px solid #DBDBDB;
  padding: 20px 30px !important;
  margin-bottom: 50px;
}

body.qsn .content ul.sommaire li {
  padding: 8px 30px;
  position: relative;
  margin-bottom: 0px;
}

body.qsn .content ul.sommaire li::before {
  display: none;
}

body.qsn .content ul.sommaire li a {
  color: #000;
  font-size: 1rem;
  position: relative;
}

body.qsn .content ul.sommaire li a::before {
  background: url("../modules/cnav-pub2-template/css/../images/sommaire-arrow-generale.png") no-repeat;
  width: 8px;
  height: 10px;
  content: "";
  top: 5px;
  left: -15px;
  position: absolute;
  z-index: 0;
  display: block;
}

body.qsn .filTwitter h2{
  font-family: Raleway;
  font-style: normal;
  font-weight: bold;
  line-height: normal !important;
  font-size: 18px !important;
  margin-bottom: 0 !important;
}


@media (max-width: 991px) {
  .container-fluid.fixed-top, .container-fluid.fixed-top .container{
      padding:0;
  }
}

#maskMenu{
    background-color: #000;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 900;
    opacity: 0.7;
    display:none;
}
#maskMenu.show{
    display:block;
}

#maskMenu.hidden {
    display: none;
}

.header.container-fluid{
    padding-right: 0;
    padding-left: 0;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.15);
}
.header.container-fluid .container{
    padding-right: 0;
    padding-left: 0;
}

@media (min-width: 1280px){
  .container-fluid.fixed-top .container{
      padding:0;
      position:relative;
  }
  .container-fluid.fixed-top .container::before{
    position: absolute;
    top: 0;
    left: -100%;
    background-color: #fff;
    content: "";
    width: 100%;
    height: calc(83px + 43px);
    /*transition: ease all 300ms;*/
    box-shadow: 0px 0px 8px rgb(0,0,0,0.14);
    -webkit-transition: ease all 300ms;
    -moz-transition: ease all 300ms;
  }
  .container-fluid.fixed-top .container.fixe::before{
      height: 80px;
  }
  /*permet d'ajouter un after quand header fixe*/
  /* .container-fluid.fixed-top .container::after{
    position: absolute;
    top: 0;
    right: -100%;
    background-color: #fff;
    content: "";
    width: 100%;
    height: 100%;
  } */
  .container-fluid.fixed-top .container.pre-header::before {
    position: absolute;
    top: 0;
    left: -100%;
    background: #EFF8FD;
    content: "";
    width: 100%;
    height: 102%;
    transition: ease all 300ms;
    box-shadow: none;
    -webkit-transition: ease all 300ms;
    -moz-transition: ease all 300ms;
    border-bottom: 2px solid #DAEEFB;
    z-index: 1;
    
  }
  /*permet d'ajouter un after quand preheader fixe*/
  /* .container-fluid.fixed-top .container.pre-header::after{
      position: absolute;
      top: 0;
      right: -100%;
      background-color: #EFF8FD;
      content: "";
      width: 100%;
      height: 102%;
      border-bottom: 2px solid #DAEEFB;
  } */
}

.borderAnimate{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -5px;
  transform:scaleX(-1);
}

@media (max-width: 991.98px) {
  .borderAnimate{
      display: none;
  }
}

.nav-link[aria-expanded="true"] .borderAnimate rect, .nav-link[aria-expanded="true"] .lineAnimate line{
  display:none !important;
}

.lineAnimate {
  position: absolute;
  width: calc(100% - 34px);
  height: 100%;
  left: 17px;
  top: calc(100% - 3px);
}
.lineAnimate line {
}

.nav-link.actif[aria-expanded="true"] svg .path{
  stroke-dasharray: 0;
}
.nav-link.retraite[aria-expanded="true"] svg .path{
  stroke-dasharray: 0;
}

.nav-link.actif svg .path{
  stroke-dasharray: 1000;
  stroke-dashoffset: 945;
}
.nav-link.actif:hover svg .path, .nav-link.actif:focus svg .path{
  animation: dash 1s linear alternate;
  animation-fill-mode: forwards;
}
.nav-link.retraite svg .path{
  stroke-dasharray: 1000;
  stroke-dashoffset: 925;
}
.nav-link.retraite:hover svg .path, .nav-link.retraite:focus svg .path{
      animation: dash2 1s linear alternate;
  animation-fill-mode: forwards;
}

@keyframes dash {
  from {
    stroke-dashoffset: 945;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes dash2 {
  from {
    stroke-dashoffset: 925;
  }
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes rechercheAnimation {
  0% {transform:scale(1,1)}
  50%{transform:scale(2.5,2.5);opacity:0;}
  51%{transform:scale(0,0);opacity:0;}
  100%{transform:scale(1,1);opacity:1;}
}
@keyframes rechercheAnimationOff {
  0%{transform:scale(1,1);opacity:1;}
   50%{transform:scale(0,0);opacity:0;}
   51%{transform:scale(2.5,2.5);opacity:0;}
    100% {transform:scale(1,1)}
}
.dropdown-toggle.recherche:hover svg, .dropdown-toggle.recherche:focus svg{
    animation-name: rechercheAnimation;
  animation-duration: 350ms;
}
.dropdown-toggle.recherche svg{
    animation-name: rechercheAnimationOff;
  animation-duration: 350ms;
}

.dropdown-toggle.reglages svg #rond1, .dropdown-toggle.reglages svg #rond2, .dropdown-toggle.reglages svg #rond3{
 transition:all ease 300ms
}
.dropdown-toggle.reglages:hover svg #rond1, .dropdown-toggle.reglages:focus svg #rond1{
  transform:translateY(-2px);
}
.dropdown-toggle.reglages:hover svg #rond2, .dropdown-toggle.reglages:focus svg #rond2{
  transform:translateY(-8px);
}
.dropdown-toggle.reglages:hover svg #rond3, .dropdown-toggle.reglages:focus svg #rond3{
  transform:translateY(8px);
}
.btnReglages.btnReglagesPreHeader .dropdown-toggle.reglages svg.chevronMobile,
.bloc-list-PreHeader .dropdown.listTraductions .dropdown-toggle svg.chevronMobile {
  float: right;
  margin: 4px 0px 0px 0px;
}
.container.main {
    max-width: 1920px;
    word-break: break-word;
}
.mail-presse {
    color: #0071B9;
    font-weight: 700;
}

.embed-responsive .embed-responsive-item, .embed-responsive iframe {
    height: 1000px;
}

.embed-responsive {
    height: 1000px;
}

.js-module-autorites-input {
    height: 44px;
    width: 412px !important;
    padding: 10px;
    padding-left: 12px;
    padding-right: 12px;
    margin-right:0px !important;
    background-color: #F2F2F2;
    border: 0;
    -webkit-border-top-left-radius: 40px;
    -webkit-border-bottom-left-radius: 40px;
    -moz-border-radius-topleft: 40px;
    -moz-border-radius-bottomleft: 40px;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    -webkit-border-top-right-radius: 40px;
    -webkit-border-bottom-right-radius: 40px;
    -moz-border-radius-topright: 40px;
    -moz-border-radius-bottomright: 40px;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    font-size: 0.875rem;
}

.center-zone {
    display: flex;
    justify-content: center;
    padding-bottom: 20px;
}

.js-button-reset {
    background: linear-gradient(90deg, #8E2256 0%, #C64E51 126.2%) !important;
    height: 44px;
    width: 60px;
    background-color: #F2F2F2;
    -webkit-border-top-right-radius: 40px;
    -webkit-border-bottom-right-radius: 40px;
    -moz-border-radius-topright: 40px;
    -moz-border-radius-bottomright: 40px;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    padding: .675rem 0.75rem;
}

.image-position {
    position: relative;
    top: -13px;
    left: -3px;
}

.position-clear-form {
    position: relative;
    bottom: 0px;
    left: -7%;
    cursor: pointer;
}

.js-module-autorites .input-group span {
  font-size: 1.1em;
  font-weight: bold;
}
/*supprimer le triangle dans le input dans chrome */
input::-webkit-calendar-picker-indicator {
  display: none;
}

.entete-pays-autorite {
  display: flex;
  justify-content: center;
  font-family: Arial;
  font-weight: bold;
  font-size: 20px;
  color: #A92765;
  margin-bottom: 10px;
}


@media (max-width: 991.98px) {
  .js-module-autorites-input {
    width: 50vw !important;
  }

  .position-clear-form {
    left: -15%;
  }

}

/*Iphone 5 */
@media screen and (min-width: 319px) and (max-width: 320px) {
  .clear-form {
    position: relative;
    bottom: 29px;
    left: 70% !important;
    cursor: pointer;
  }
}

.text-js-jss {
  background-color: white;
    color: #333;
    position: relative;
    font-size: 1.125rem;
    font-weight: 500;
    vertical-align: middle;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    margin-bottom: 10px;
}

.sp-text-js-jss {
    background-color: white;
    color: #333;
    padding: 0 29px;
    z-index: 1;
    position: relative;
    vertical-align: middle;
    font-family: 'Roboto', sans-serif;

}

.text-js-jss::after {
    width: 100%;
    height: 0.5px;
    content: "";
    background-color: #DBDBDB;
    position: absolute;
    top: 50%;
    left: 0;
}

.text-service-style {
    font-weight: 500;
    font-size: 1.25rem;
    margin: 20px 0 18px;
    font-family: 'Roboto', sans-serif;
    line-height: 1.2;
    color: inherit;
}

@media (min-width: 992px) {
  .text-service-style, .card.service h3.text-service-style {
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    max-width: 178px;
    align-self: normal;
    margin-bottom: 0px;
    display: block;
    margin: 20px 20px 0px 20px;
    color: #000;
  }

  .bloc-titre-service .text-service-style {
    background-color: #FFF;
  }

}

@media (max-width: 991.98px) {
  .text-service-style {
    padding: 20px 20px;
    height: 100%;
    margin: auto;
    vertical-align: middle;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    display: flex;
    justify-content: center;
    margin-bottom: 20%;
    color: #000;
  }
  .card.service h3.text-service-style {
    padding: 20px 0px;
    height: 100%;
    margin: auto;
    vertical-align: middle;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    display: flex;
    justify-content: center;
    color: #000;
    align-items: normal;
  }
  .all-services .text-service-style {
    padding: 20px 0px;
  }

  body.home.tailleUp .div-service-mobile span.text-service-style {
    font-size: 1.125rem;
  }

  body.demarches-en-ligne .all-services .mobileSpace .col-lg-3.mb-2, body.toutes-les-actualites .all-actualites .mobileSpace .col-lg-3.mb-2 {
    max-height: fit-content;
  }

  body.demarches-en-ligne .bodywrapper .container.main .encart.content .container.all-services, body.toutes-les-actualites .bodywrapper .container.main .encart.content .container.all-actualites {
    padding: 30px 20px 50px 20px;
  }
}

.text-footer-style {
  margin-right: -5px;
  margin-left: -5px;
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  font-size: 1.375rem;
  line-height: 1.2;
  color: inherit;
  position: absolute;
  padding-left: 4px;
  top: -18px;
}

@media (min-width: 992px) {
  .text-service-style {
    padding-left: 0px;
  }
}

.text-mobile {
  height: 73px;
  width: 384px;
  margin: auto;
  margin-top: 0px;
  margin-bottom: 0px;
}

.text-pr-style {
  font-family: 'Raleway', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 23px;
}

.text-pr-marg {
  margin-bottom: 20px;
}

.text-styl {
  line-height: 1.2;
}

.title-carte {
    position: relative;
    margin-bottom: 15px;
    line-height: 1.2;
}

@media (max-width: 991.98px) {
  .title-carte {
      margin: 6px 0 0;
      padding: 0 5px 10px 0;
      position: absolute;
      top: 40%;
      transform: translateY(-50%);

  }

  .titleReglages {
    text-align: left;
  }

  .encart.actualite .card-body .title-carte::after {
    bottom: 0 !important;
  }
}

.encart.actualite .title-carte::after {
  background: linear-gradient(to right, #0071B9 0%, #0489DE 100%);
  width: 50px;
  height: 3px;
  content: "";
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 0;
  display: block;
  border-radius: 10px;
  top: unset;
  bottom: -12px !important;
}

@media (max-width: 991.98px) {
    .encart.head.actualite .title-carte::after {
        bottom: 0 !important;
    }
}

.encart.actualite .card .card-body p {
    display: block;
    margin: 20px 20px 0px 20px;
}

.encart.actualite .card-text {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.encart.actualite .datePublished {
    font-family: Roboto;
    margin-left: 20px;
}

.encart.actualite a.card:hover, .encart.actualite a.card:focus {
    /* border: unset; */
    border-color: #0071B9;
    box-shadow: 0px 0px 0px 2px #0071b9, 0 4px 50px #0071b933 !important;
}

a.card.underline.actif .encart.actualite .title-carte::after {
    background: linear-gradient(to right, #006573  0%,#188179 100%);
}
a.card.underline.retraite .encart.actualite .title-carte::after {
    background: linear-gradient(to right, #a82765 0%,#e8595c 100%);
}
a.card.underline.employeur .encart.actualite .title-carte::after {
    background: linear-gradient(to right, #E86C54  0%,#F4974C 100%);
}

a.card.retraite .encart.actualite .title-carte::after {
    background: linear-gradient(to right, #a82765 0%, #e8595c 100%);
}

a.card.employeur .encart.actualite .title-carte::after {
    background: linear-gradient(to right, #E86C54 0%, #F4974C 100%);
}

a.card.actif .title-carte::after {
    background: linear-gradient(to right, #006573 0%, #188179 100%);
} 

.card .title-carte {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 21px;
  margin: 20px 0 18px;
  color: #000;
  background: #FFF;
}

a.card.underline .title-carte {
    position: relative;
    margin: 10px 0px 0px 0px;
}

@media (max-width: 991.98px) {
  a.card.underline .title-carte, .encart.actualite a.card.underline .title-carte {
      margin: 6px 0 0;
      padding: 0 5px 10px 0;
      position: absolute;
      top: 40%;
      transform: translateY(-50%);
  }
}

.card .card-body .title-carte {
    margin-top: 5px;
    font-size: 18px;
}

@media (min-width: 992px) {
  a.card.service .title-carte, .card .card-body .title-carte {
    margin-bottom: 0px;
  }
}

@media (min-width: 992px) {
  .title-carte, .card .card-body .title-carte, a.card.service p, .card .card-body p {
    display: block;
    margin: 5px 20px 0px 20px;
  }
}

.leaflet-pane.leaflet-overlay-pane {
    top: 20px;
}

/*Autocomplete Autorite Competente overflow*/
.ui-autocomplete {
    z-index: 500 !important;
}

.leaflet-top, .leaflet-bottom {
    z-index:500;
}

.positionBtnAllActu {
  display: inline-table;
  margin-bottom: 32px;
}

.margTitle {
  margin-bottom: 32px !important;
}

.datePublished {
  font-family: Roboto;
}

.normalActu .datePublished, .actuEncart .datePublished, .all-actualites .datePublished {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: right;
  color: #666666;
  background-color: #FFF;
  display: block;
  max-height: 100%;
  position: absolute;
  bottom: -1px;
  right: 25px;
}

.blocDate_Link {
  display: flex;
  list-style: none;
  margin-top: 10px;
  margin-bottom: 0px;
  padding: 0px 15px 0px 16px;
  position: absolute;
  bottom: 20px;
  width: 100%;
}

@media (max-width:992px) {
  .d-desktop-none{
    display: none;
  }
}

@media (max-width:767.98px) {
  .linkActif p {
    margin-bottom: 26px;
  }
}

.btn-abonner, .btn-abonner:hover {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 0.875rem !important;
  line-height: 16px;
  margin-bottom: 0px;
} 

body.home .btn-abonner, body .btn-abonner {
  margin-top: -4px;
}

@media (max-width: 991.98px) {
  .bloc-newletters {
    position: inherit;
  }

  .btn-abonner {
    padding: 0.675rem 1.25rem;
    display: initial;
    width: 85%;
    margin-bottom: 30px;
  }

  footer ul.socials li a img {
    margin-right: 17px;
  }

  .logo-Ass-Retraite {
    position: relative;
    top: -74px;
  }

  .bloc-reseaux-sociaux .socials {
    margin-top: 20px;
    margin-bottom: 0px;
  }

  .bloc-reseaux-sociaux {
    margin-top: 30px;
  }

  .bloc-newletters {
    margin-top: 30px;
  }

  .text-footer-style {
    top: 77px;
  }

  .blocFooter .lien-footer {
    padding-left: 10px;
  }

  .bloc-accroche {
    text-align: left;
  }

  .bloc-newletters .bloc-accroche {
    text-align: center;
  }

  .blocFooter .bloc-newletters {
    padding: 0px 5px 0px 5px;
  }

  .bloc-newletters .parg-btn-abonner {
    padding-top: 20px;
  }
}

.bloc-Assurance-Retraite {
  margin-top: 20px;
  margin-left: -6px;
}

.socials {
  margin-top: 20px;
  margin-bottom: 30px;
}

.btn-tertiary-sondage {
    color: #FFFFFF;
    background: linear-gradient(90deg, #015A94 -1.32%, #0071B9 100%);
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1) !important;
    border-radius: 3.75rem;
}

body.contrast .btn-tertiary-sondage {
  background: #025F9B;
}

.btn-tertiary-sondage:hover {
    color: #FFFFFF;
}

body.actif main .btn-tertiary-sondage {
    color: #FFFFFF;
    background: linear-gradient(90deg, #006573 0%, #00829B 100%);
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1) !important;
    border-radius: 3.75rem;
}

body.contrast.actif main .btn-tertiary-sondage {
    background: #01707E !important;
}

body.retraite main .btn-tertiary-sondage {
    color: #FFFFFF;
    background: linear-gradient(90deg, #8E2256 0%, #C64E51 126.2%);
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1) !important;
    border-radius: 3.75rem;
}

body.contrast.retraite main .btn-tertiary-sondage {
    background: #6A123C !important;
}

body.employeur main .btn-tertiary-sondage {
    color: #FFFFFF;
    background: linear-gradient(90deg, #D86B56 14.02%, #D67E3E 88.61%);
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1) !important;
    border-radius: 3.75rem;
}

.etoile svg {
  margin-right: 0px !important;
}

.titre-simulateur {
  margin-bottom: 25px;
}

.bloc-simulateur {
  margin-top: 10px;
  margin-bottom: 30px;
}

/* CODE MOBILE*/
@media (max-width: 991.98px) {
  .sr-only-mobile {
    width: inherit;
    padding: 0px 10px;
    margin: 0px;
  }
  .sr-only-mobile .col-lg-3 {
    display: none;
  }

  .sr-only-mobile .number-resultat {
    padding: 0px 5px;
    margin-top: 0px;
  }

  #results-encart-content .dropdown-center.dropdown-search {
    display: none;
  }

  .list-mobile {
    margin-top: 0px !important;
    margin-left: 0px;
    padding: 0px;
  }

  .dropdown-langues {
    border: 0.5px solid #DBDBDB;
    box-sizing: border-box;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    left: 10px !important;
  }

  .type-filtre {
    min-width: -webkit-fill-available !important;
    min-width: -moz-available !important;
  }

  .title_container_accordion .chevron-container {
    right: -6.8%;
  }
  .title_container_accordion .accordion_title {
    font-size: 1.375rem;
    width: 90%;
  }
  .main_container_accordion h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
  }
  body.article.actualite .head div.container {
    padding: 0px 30px 0;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  body.article.actualite .row.sharing-bottom {
    padding-left: 0px;
    margin-right: 0px;
  }

  .sharing-bottom.btnSharingBasPage {
    justify-content: center;
  }

  body.article .content .sharing-bottom .share-btn-down {
    position: relative;
  }

  body.article .content .sharing-bottom li::before {
    content: none;
  }

  body.article .content .sharing-bottom.btnSharingBasPage {
    grid-template-columns: inherit;
  }

  .sharing-bottom {
    max-width: 100%;
  }

  .text-rs-style {
    display: block;
    text-align: center;
    margin-bottom: 20px;
  }

  .pre-header .bloc-list-PreHeader {
    justify-content: initial !important;
  }

  #navbars1 .nav.navbar-nav .pre-header .bloc-list-PreHeader li a {
    width: inherit;
    padding: 11.5px 20px 11.5px 20px !important;
    border-bottom: none;
    color: #006DB3;
    margin-bottom: 0;
  }

  #navbars1 .nav.navbar-nav .pre-header .bloc-list-PreHeader .listTraductions .dropdown-menu .listTraductionPreHeader a:last-child {
    border-bottom: none !important;
  }

  .nav .pre-header .bloc-list-PreHeader li {
    width: 100%;
    border-left: none;
    border-right: none;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }

  .pre-header .listTraductions .dropdown-toggle .chevron, .pre-header .btnReglagesPreHeader .reglages .chevron{
    display: none;
  }

  body.home.tailleUp .jumbotron .container .actuFlash,
  body.dyslexic .jumbotron .container .actuFlash {
    width: auto;
  }

}

a.evitement {
  display: inline-block;
  color: #555;
  background: #fff;
  padding: .5em;
  position: absolute;
  left: -99999rem;
  z-index: 100;
}

/*Focus*/
a.evitement:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
   left: 3px;
   z-index: 10000;
}

.btn-select.btn-block.actif:focus, .rsbtn_play:focus, .btn-tra:focus, #actifSalari:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  /*outline-offset: -2px;*/
}

.btn-group.btn-group-toggle:focus .card.shadow-sm:focus, .user a.nav-link:focus, #cookie-close:focus, .navbar-light .navbar-nav .nav-link:focus, .container.js-jssjs-selector:focus, a.btn.btn-primary.js-at-link:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.navbar-light .navbar-nav .nav-link.actif:focus, .navbar-light .navbar-nav .nav-link.retraite:focus, .navbar-light .navbar-nav .nav-link.reglages:focus {
  outline-offset: -2px !important;
}

.btn-secondary.btn-abonner:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: 2px;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: 4px;
}

#browser-close:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  color: #FFFFFF !important;
}

.onlyiconmobile:focus, .dropdown > .btn-secondary.onlyiconmobile:focus, .btnTwitter:focus, .onlyicon:focus, .sticky-middle:focus, .sticky-middle-sondage:focus, body.actif .encart .container a.btn.btn-secondary:focus, .page-tools .onlyicon:focus, .page-link:focus, body.retraite main .btn-secondary:focus, .rspkr_dr_img:focus, .dropdown-item.btn.btn-secondary:focus, .js-overlay-onClick.navbar-toggler:focus, body .navbar-light .second.navbar-toggler[aria-expanded="false"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color !important;
}

.dropdown-center.dropdown-search input:focus  {
  box-shadow: none;
}

.dropdown-center.dropdown-search #recherche-avancee:focus-within {
  border-radius: 25px;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
  height: 50px;
}

.dropdown-search button:focus, .col-12.col-lg-4:focus {
  outline: thin dotted;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25) !important;
}

form .card .btn-group .row .col-12.col-lg-4 label#actifSalari:focus, .col-auto.d-lg-inline-block a.btn-secondary:focus, #search-mobile button:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color !important;
}


.search-form-menu-close:not(:active):focus, #contrastOff:not(:active):focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color !important;
}

#contrastOff:focus-within, input#optionContraste2:focus-within, #contrastOff:focus, label#contrastOn:focus-within, #tailleNormal:focus-within, #tailleUp:focus-within,
#dyslexieOff:focus-within, #dyslexieOn:focus-within {
  outline: -webkit-focus-ring-color auto 1px;
}

.type-filtre li.nav-item:focus-within  {
 outline: -webkit-focus-ring-color auto 2px;
}

.type-filtre li.nav-item:focus, .bouttonAllActu:focus, .type-filtre li.nav-item:focus-visible, .type-filtre li.nav-item:focus-within {
  box-shadow: 0px 0px 0px 2px #0489de, 0px 0px 0px #0071b933 !important;
  color: #0067A9 !important;
}

.ati-cookie__check label:focus-within, .ati-cookie__check label:focus, .ati-cookie__check input:focus-within, .ati-cookie__check input:focus {
  outline: 2px solid #000;
  outline-offset: 3px;
}

.titleReglages {
  font-size: 0.875rem !important;
  font-weight: bold;
  padding: 20px 0;
  margin-bottom: 0;
}

.aucunresultat {
  font-weight: bold;
  font-size: 1.5rem;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #000000;
}

#filtres {
  display: inline-block !important;
}

.type-filtre {
  display: inline-block;
  min-width: 46%;
  padding: 15px 0px 0px 0px;
}

.reset-filtre {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #0071B9;
  background: transparent;
  border: 0px;
  margin-top: 20px;
  cursor: pointer;
  display: block;
}

.submit-filtre {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #fff;
  background: #0071B9;
  border-radius: 25px;
  margin-top: 20px;
  padding: 15px 20px;
  width: 82%;
  border: 0px;
  cursor: pointer;
}

.filtre-resultat {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 1.25rem 0px 0px;
  color: #000000;
  margin-bottom: 0px;
  float: left;
  display: contents;
}

body .encart .container a.btn.btn-secondary.filtre:focus:not(.page-link) {
  color: #000 !important;
}

.menu-filtre {
  float: right;
}

.share-btn-down {
  display: inline-block;
}

body.home.tailleUp .title-Une {
  font-size: 3.125rem !important;
  margin-bottom: 12px;
}

body.home.tailleUp .jumbotron p,
body.home.tailleUp .bouttonAllActu,
body.home.tailleUp .bouttonAllActuMobile,
body.home.tailleUp #jesuis,
body.home.tailleUp #jeCherche,
body.tailleUp .accroche-demarche, body.tailleUp .accroche-toutes-actualites  {
  font-size: 1.25rem;
}

body.home.tailleUp .jumbotron .lienchapoActif p,
body.home.tailleUp .jumbotron .lienchapoRetraite p,
body.tailleUp .actualites .actuEncart a.card .cardContenu .card-body .blocTitreCarte .title-carte {
  font-size: 1.5rem;
}

body.home.tailleUp .jumbotron .actuFlash,
body.dyslexic .jumbotron .actuFlash {
  width: auto;
}

body.home.tailleUp .jumbotron .actuFlash .contenuActuFlash,
body.dyslexic .jumbotron .actuFlash .contenuActuFlash {
  width: 70%;
}

body.home.tailleUp .jumbotron .actuFlash .lieninfos {
  width: auto;
  margin-left: -2.2%;
}

body.dyslexic .jumbotron .container .actuFlash .lieninfos {
  width: auto;
  margin-left: -4%;
}

body.home.tailleUp .jumbotron .titreActuFlash,
body.home.tailleUp .jumbotron .contenuActuFlash,
body.home.tailleUp .jumbotron .actuFlash .lieninfos,
body.tailleUp .datePublished {
  font-size: 1rem !important;
}

body.tailleUp .nav-link.dropdown-toggle.retraite p span,
body.tailleUp .nav-link.dropdown-toggle.actif p span {
  font-size: 20px;
}

body.tailleUp .user-name {
  font-size: 18px;
}

body.home.tailleUp .titleNosConnaitre,
body.home.tailleUp .text-service-style {
  font-size: 1.375rem; 
}

body.home.tailleUp .btn-espace-personnel span.d-lg-none.d-xl-inline-block  {
  font-size: 1.063rem; 
}

body.home.tailleUp .js-jssjs-selector .margeProfil,
body.home.tailleUp .js-jssjs-submit {
  font-size: 1rem; 
}

body.home.tailleUp .encart.bgGreyMobile .container h2,
body.home.tailleUp .encart.actualites.bgGrey.bgWhiteMobile .container h2{
  font-size: 1.625rem !important;
}

body.tailleUp h1 {
  font-size: 2.625rem !important;
}

body.tailleUp h2 {
  font-size: 2rem !important;
}

body.tailleUp h3 {
  font-size: 1.625rem !important;
}

body.tailleUp h4 {
  font-size: 1.375rem !important;
}

body.article.tailleUp ul.sommaire li a {
  font-size: 18px !important;
}

body.article.tailleUp .encart.content p {
  font-size: 18px !important;
}

body.article.tailleUp .encart.content #TheTexte h1 {
  font-size: 34px !important;
}

body.tailleUp .mobileSpace .div-service-mobile .text-service-style {
  font-size: 22px !important;
}

body.tailleUp .encart.content .goTop, body.tailleUp .encart.content .share-btn-down span.d-none.d-lg-inline-block,
body.tailleUp .encart .page-tools #dropdownContentLangues span.d-none.d-lg-inline-block,
body.tailleUp .encart .page-tools .share-btn-down span.d-none.d-lg-inline-block,
body.tailleUp .share-btn-down a, body.tailleUp .btnGoTop a
{
  font-size: 18px !important;
}

body.tailleUp .encart.head .col-lg-auto.text-center.mb-4.text-lg-left.mb-lg-0 a,
body.tailleUp .container .sticky-middle.btn.btn-tertiary span,
body.tailleUp .container .sticky-middle-sondage.btn-sondage.btn-tertiary-sondage span {
  font-size: 16px !important;
}

body.tailleUp .encart .container .page-tools #readspeaker_button1 .rsbtn_play .rsbtn_left.rsimg.rspart .play {
  font-size: 18px !important;
}

body.home.tailleUp .btn-abonner {
  font-size: 1.125rem !important;
}

body.tailleUp .col3 h3, body.tailleUp .nav-item.profil.actif .dropdown-menu .chapo, body.tailleUp .nav-item.profil.actif .drop-menu .chapo,
body.tailleUp .nav-item .dropdown-menu .col1 .liMenuCol a, body.tailleUp .nav-item .dropdown-menu .col2 .liMenuCol a, body.tailleUp .nav-item .dropdown-menu .col3 .liMenuCol a, body.tailleUp .nav-item .dropdown-menu .col3 .liMenu a, body.tailleUp .nav-item .dropdown-menu .col2 .liMenu a, body.tailleUp .nav-item .dropdown-menu .col1 .liMenu a {
  font-size: 18px !important;
}

body.tailleUp .bloc-recherche-populaire .text-recherche-populaire, body.tailleUp .text-recherche-populaire {
  font-size: 14px !important;
}

body.tailleUp .list-item-Articles-consulter a, body.tailleUp .list-item-fenetre-proposition a {
  font-size: 18px !important;
}

table caption {
    text-align: center;
    caption-side: top;
    color: #000000;
    font-size: 1.25rem;
    font-weight: 700;
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 140%;
    border: 1px solid #ADADAD;
    border-bottom: 0px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

body.article.actif .content table caption {
  background: #ECFBFD;
}

body.article.retraite .content table caption {
  background: #FAEAF2;
}

body.article.employeur .content table caption {
  background: #FFF4F2;
}

body.article .content table caption {
  background: #EFF8FD;
}

 body.article .content .container td, body.article .content .container th {
    font-size: 1rem;
    padding: 20px;
    vertical-align: top;
}

table tbody tr th {
    border-left: 0px;
    border-bottom: 0px;
    border-top: 0px;
    border-right: 1px solid #ADADAD;
}

body.contrast table tbody tr th {
  border-left: 0px;
    border-bottom: 0px;
    border-top: 0px;
    border-right: 1px solid #000000;
}

body.article .content .container table thead tr th {
    font-size: 1rem;
    padding: 0px 21px 20px 19px;
}

body.article .content .container td p, body.article .content .container th p {
    margin: 0;
    text-align: left !important;
}

body.article .content table {
  margin-bottom:30px;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
  /*border-left: 1px solid #DBDBDB;
  border-right: 1px solid #DBDBDB;*/
  border: 1px solid #ADADAD;
  border-radius: 0px 0px 10px 10px;
  -moz-border-radius: 0px 0px 10px 10px;
  -ms-border-radius: 0px 0px 10px 10px;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -o-user-select: none;
  -ms-user-select: none;
  /*border-collapse: separate;  Retour N°1 PUB*/
  border-top: none;
  border-collapse: separate;
  border-spacing: 0px;
}

body.contrast .content table {
  border: 1px solid #000000;
}

body.contrast table caption {
  border: 1px solid #000000;
  border-bottom: none;
}

body.article .content td {
    border: solid 1px #000000;
    border: none;
}

body.article .content tr{
  position: relative;
}

body.article .content tr::after {
  position: absolute;
  content: '';
  border-top: 1px solid #DBDBDB;
  width: 96%;
  transform: translateX(-50%);
  left: 50%;
}

body.contrast .content tr::after {
  border-top: 1px solid #000000;
}

body.article .content table thead tr::after {
  border-top: none;
}

body.article .content td {
    border-right: 1px solid #ADADAD;
}

body.contrast .content td {
    border-right: 1px solid #000000;
}

body.article .content td:last-child {
    border-right: none;
}
body.article .content tbody::after
{
  content: '';
  display: block;
  height: 22px;

}

body.article .content table thead tr th {
  border: none;
  border-right: 1px solid #ADADAD;
}

body.contrast .content table thead tr th {
  border: none;
  border-right: 1px solid #000000;
}

body.article .content table thead tr th:last-child {
  border: none;
  border-right: none;
}

body.article .content thead::before
{
  content: '';
  display: block;
  height: 19px;

}

body.article .content tr:first-child::after {
  border-color: #000000;
}

body.article .content table tbody {
  border: 1px solid #ADADAD;
  border-top: none;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
} 

body.contrast .content table tbody {
  border: 1px solid #000000;
  border-top: none;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.card.ck-modele ul, .card.ck-modele ul li {
  margin-bottom: 0px !important;
}

body.article.actif.contrast .encart.associe .container h2 {
  background: #01707E;
}

body.article.employeur.contrast .encart.associe .container h2 {
  background: #b03f29;
}

body.article.retraite.contrast .encart.associe .container h2{
  background: #6a123c;
}

body.article.contrast .encart.associe .container h2{
  background: #0071b9;
}

button.fermerMenu {
    position: absolute;
    color: white;
    right: -93px;
    top: 20px;
    cursor: pointer;
    background: transparent;
    border: none;
    transform: inherit;
}

a:hover, a:focus {
    color: #0056b3;
    text-decoration: underline;
}

.navbar-brand:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn-primary:hover, .btn-primary:focus {
    color: #fff;
    background-color: #0071B9;
    border-color: #0062cc;
}

#submit_form:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: 2px;
}

/*CSS Accordeon*/
.accordion_title {
  font-weight: 600;
  display: inline-block;
  width: 93%;
  font-style: normal;
  font-size: 24px;
  line-height: 140%;
  margin: 0;
}

.title_container_accordion {
  border: none;
  padding: 20px 20px 20px 20px;
  cursor: pointer ;
  display: -webkit-box; /* Safari */
  -webkit-box-orient: vertical;
  -webkit-box-align: middle ;
  display: flex; 
  align-items: center;
  margin: 0px;
  line-height: 140%;      
}

.main_container_accordion {
  border-top: 1px solid #D4D4D4;
  margin: 0px 20px 20px 20px;
  padding-top: 20px;
  display: none;
}

.main_container_accordion h4 {
  margin-top: 0px;
}

.main_container_accordion p {
  margin-bottom: 20px;
  font-size: 1rem;
}

.container_accordion {
  padding: 0px;
  border-bottom: 1px solid #ADADAD;
}

.chevron-container {
    position: relative;
    right: -5%;
    margin-right: 20px;
}

.chevron-top svg.picto_accordeon {
    transform: rotate(180deg);
}

.titre_accordeon {
   font-family: Raleway;
   font-style: normal;
   font-weight: bold;
   font-size: 1.875rem;
   line-height: 35px;
   color: #333333;
   display: none;
}

.grp_accordeon {
  border: 1px solid #ADADAD;
  box-shadow: 0px 5px 10px rgb(0 0 0 / 10%);
  border-radius: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
  background: #FFFFFF;
}

.container_accordion:last-child {
    border-bottom: none;
}

/*title accordeon*/
body.article.actif .title_container_accordion.color_profil, body.article.actif .title_container_accordion:hover, body.article.actif .title_container_accordion:focus {
  color: #00829B;
}

body.article.retraite .title_container_accordion.color_profil, body.article.retraite .title_container_accordion:hover, body.article.retraite .title_container_accordion:focus {
  color: #A82765;
}

body.article.employeur .title_container_accordion.color_profil, body.article.employeur .title_container_accordion:hover, body.article.employeur .title_container_accordion:focus {
  color: #D86B56;
}

body.article .title_container_accordion.color_profil, body.article .title_container_accordion:hover, body.article .title_container_accordion:focus {
  color: #0071B9;
}

/*title accordeon en mode contrast*/
body.article.actif.contrast .title_container_accordion.color_profil, body.article.actif.contrast .title_container_accordion:hover, body.article.actif.contrast .title_container_accordion:focus {
  color: #01707E;
}

body.article.employeur.contrast .title_container_accordion.color_profil, body.article.employeur.contrast .title_container_accordion:hover, body.article.employeur.contrast .title_container_accordion:focus {
  color: #D84018;
}

body.article.retraite.contrast .title_container_accordion.color_profil, body.article.retraite.contrast .title_container_accordion:hover, body.article.retraite.contrast .title_container_accordion:focus{
  color: #6a123c;
}

body.article.contrast .title_container_accordion.color_profil, body.article.contrast .title_container_accordion:hover, body.article.contrast .title_container_accordion:focus{
  color: #025f9b;
}

/*picto accordeon*/
body.article.actif .title_container_accordion.color_profil .chevron-container .picto_accordeon path, body.article.actif .title_container_accordion.color_profil .chevron-container .picto_accordeon:hover path, body.article.actif .title_container_accordion.color_profil .chevron-container .picto_accordeon:focus path {
  fill: #00829B;
}

body.article.retraite .title_container_accordion.color_profil .chevron-container .picto_accordeon path, body.article.retraite .title_container_accordion.color_profil .chevron-container .picto_accordeon:hover path, body.article.retraite .title_container_accordion.color_profil .chevron-container .picto_accordeon:focus path {
  fill: #A82765;
}

body.article.employeur .title_container_accordion.color_profil .chevron-container .picto_accordeon path, body.article.employeur .title_container_accordion.color_profil .chevron-container .picto_accordeon:hover path, body.article.employeur .title_container_accordion.color_profil .chevron-container .picto_accordeon:focus path {
  fill: #D86B56;
}

body.article .title_container_accordion.color_profil .chevron-container .picto_accordeon path, body.article .title_container_accordion.color_profil .chevron-container .picto_accordeon:hover path, body.article .title_container_accordion.color_profil .chevron-container .picto_accordeon:focus path {
  fill: #0071B9;
}



body.article.actif .title_container_accordion .chevron-container .picto_accordeon path, body.article.actif .title_container_accordion .chevron-container .picto_accordeon:hover path, body.article.actif .title_container_accordion .chevron-container .picto_accordeon:focus path,
body.service-en-ligne.actif .title_container_accordion .chevron-container .picto_accordeon path, body.service-en-ligne.actif .title_container_accordion .chevron-container .picto_accordeon:hover path, body.service-en-ligne.actif .title_container_accordion .chevron-container .picto_accordeon:focus path {
  fill: #00829B;
}

body.article.retraite .title_container_accordion .chevron-container .picto_accordeon path, body.article.retraite .title_container_accordion .chevron-container .picto_accordeon:hover path, body.article.retraite .title_container_accordion .chevron-container .picto_accordeon:focus path,
body.service-en-ligne.retraite .title_container_accordion .chevron-container .picto_accordeon path, body.service-en-ligne.retraite .title_container_accordion .chevron-container .picto_accordeon:hover path, body.service-en-ligne.retraite .title_container_accordion .chevron-container .picto_accordeon:focus path {
  fill: #A82765;
}

body.article.employeur .title_container_accordion .chevron-container .picto_accordeon path, body.article.employeur .title_container_accordion .chevron-container .picto_accordeon:hover path, body.article.employeur .title_container_accordion .chevron-container .picto_accordeon:focus path,
body.service-en-ligne.employeur .title_container_accordion .chevron-container .picto_accordeon path, body.service-en-ligne.employeur .title_container_accordion .chevron-container .picto_accordeon:hover path, body.service-en-ligne.employeur .title_container_accordion .chevron-container .picto_accordeon:focus path {
  fill: #D86B56;
}

body.article .title_container_accordion .chevron-container .picto_accordeon path, body.article .title_container_accordion .chevron-container .picto_accordeon:hover path, body.article .title_container_accordion .chevron-container .picto_accordeon:focus path,
body.service-en-ligne .title_container_accordion .chevron-container .picto_accordeon path, body.service-en-ligne .title_container_accordion .chevron-container .picto_accordeon:hover path, body.service-en-ligne .title_container_accordion .chevron-container .picto_accordeon:focus path {
  fill: #0071B9;
}

/*picto accordeon en mode contrast*/
body.article.actif.contrast .title_container_accordion.color_profil .chevron-container .picto_accordeon path, body.article.actif.contrast .title_container_accordion.color_profil .chevron-container .picto_accordeon:hover path, body.article.actif.contrast .title_container_accordion.color_profil .chevron-container .picto_accordeon:before path {
  fill: #01707E;
}

body.article.employeur.contrast .title_container_accordion.color_profil .chevron-container .picto_accordeon path, body.article.employeur.contrast .title_container_accordion.color_profil .chevron-container .picto_accordeon:hover path, body.article.employeur.contrast .title_container_accordion.color_profil .chevron-container .picto_accordeon:focus path {
  fill: #D84018;
}

body.article.retraite.contrast .title_container_accordion.color_profil .chevron-container .picto_accordeon path, body.article.retraite.contrast .title_container_accordion.color_profil .chevron-container .picto_accordeon:hover path, body.article.retraite.contrast .title_container_accordion.color_profil .chevron-container .picto_accordeon:focus path {
  fill: #6a123c;
}

/* body.article.contrast .title_container_accordion.color_profil .chevron-container .picto_accordeon path, body.article.contrast .title_container_accordion.color_profil .chevron-container .picto_accordeon:hover path, body.article.contrast .title_container_accordion.color_profil .chevron-container .picto_accordeon:focus path {
  fill: #025f9b;
} */

body.article.actif.contrast .title_container_accordion .chevron-container .picto_accordeon path, body.article.actif.contrast .title_container_accordion .chevron-container .picto_accordeon:hover path, body.article.actif.contrast .title_container_accordion .chevron-container .picto_accordeon:before path {
  fill: #01707E;
}

body.article.employeur.contrast .title_container_accordion .chevron-container .picto_accordeon path, body.article.employeur.contrast .title_container_accordion .chevron-container .picto_accordeon:hover path, body.article.employeur.contrast .title_container_accordion .chevron-container .picto_accordeon:focus path {
  fill: #D84018;
}

body.article.retraite.contrast .title_container_accordion .chevron-container .picto_accordeon path, body.article.retraite.contrast .title_container_accordion .chevron-container .picto_accordeon:hover path, body.article.retraite.contrast .title_container_accordion .chevron-container .picto_accordeon:focus path {
  fill: #6a123c;
}

.title_container_accordion:focus, .container_accordion.focus, .grp_accordeon.focus, .accordion_title.focus {
    color: red;
    outline: 5px auto -webkit-focus-ring-color !important;
}

body.article.actualite .head .container {
  padding: 30px 35px 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

body.article.actualite .sharing-bottom {
  padding-left: 24px;
  margin-right: -27px;
}

body.article.actualite .bodywrapper .container.main .encart.content {
  padding-top: 20px;
}

body.article.actualite .blocTitle {
    margin-bottom: 20px;
}

.tools-actu {
  margin-right: 20px !important;
}

body.article.actif .content .container .sharing-bottom a, body.article.actif .content .container .sharing-bottom a:hover, body.article.actif .content .container .sharing-bottom a:focus,
body.article.retraite .content .container .sharing-bottom a, body.article.retraite .content .container .sharing-bottom a:hover, body.article.retraite .content .container .sharing-bottom a:focus,
body.article.employeur .content .container .sharing-bottom a, body.article.employeur .content .container .sharing-bottom a:hover, body.article.employeur .content .container .sharing-bottom a:focus,
body.service-en-ligne.actif .content .container .sharing-bottom a, body.service-en-ligne.actif .content .container .sharing-bottom a:hover, body.service-en-ligne.actif .content .container .sharing-bottom a:focus,
body.service-en-ligne.retraite .content .container .sharing-bottom a, body.service-en-ligne.retraite .content .container .sharing-bottom a:hover, body.service-en-ligne.retraite .content .container .sharing-bottom a:focus,
body.service-en-ligne.employeur .content .container .sharing-bottom a, body.service-en-ligne.employeur .content .container .sharing-bottom a:hover, body.service-en-ligne.employeur .content .container .sharing-bottom a:focus {
  text-decoration: none;
}

.presse.associe div.mobileSpace .rspkr_dr_link, div.card_press .rspkr_dr_link, .result-item .rspkr_dr_link {
    display: none;
}

body.qsn .content p, body.qsn .content ul {
    font-size: 1rem;
}

body.tailleUp.qsn .content p, body.tailleUp.qsn .content ul , body.tailleUp.qsn .bouttonAllActu, body.tailleUp .actualites .container .mobileSpace .normalActu .card .cardContenu .card-body .card-text {
  font-size: 1.125rem;
}

body.dyslexic.qsn p {
    font-family: 'opendyslexic', sans-serif !important;
}

.dropdown-menu.dropdown-full.show .col-lg-2.bordered {
  flex: 0 0 25%;
  max-width: 25%;
}

.externeLinkMenu, .interneLinkMenu {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  text-align: left;
  padding: 10px 0px 0px 0px;
}

.dropdown-menu .col-lg-2.bordered .dropdown-header.text-styl {
  position: relative;
  text-decoration: none;
  text-align: left !important;
  height: 100%;
  font-size: 0.875rem;
  font-weight: 400;
  padding: 7px 14px;
  color: #666;
}

.externeLinkMenu:hover, .interneLinkMenu:hover, .dropdown-menu .col-lg-2.bordered .dropdown-header.text-styl:hover {
  cursor: pointer;
  text-decoration: none;
}

/* .nav-item.actif .externeLinkMenu::before, .nav-item.actif .interneLinkMenu::before,
.nav-item.actif .dropdown-menu .col-lg-2.bordered .dropdown-header.text-styl::before {
  display: inline-block;
  background: url(../modules/cnav-pub2-template/css/../images/arrow-right-green.svg) no-repeat;
}

.nav-item.retraite .externeLinkMenu::before, .nav-item.retraite .interneLinkMenu::before,
.nav-item.retraite .dropdown-menu .col-lg-2.bordered .dropdown-header.text-styl::before {
    background: url("../modules/cnav-pub2-template/css/../images/arrow-right-red.svg") no-repeat;
} */

@media (max-width: 991.98px) {
  .externeLinkMenu, .interneLinkMenu, .dropdown-menu .col-lg-2.bordered .dropdown-header.text-styl {
    font-size: 1rem;
    padding: 19px 20px 20px 35px !important;
    color: #000;
    flex: none;
    max-width: none;
  }

  .dropdown-menu .col-lg-2.bordered .dropdown-header.text-styl {
    display: block !important;
    font-size: 1rem;
    color: #000;
    flex: none;
    max-width: none;
  }
  .dropdown-menu .col-lg-2.bordered {
    min-width: 100%;
    border-bottom: 1px solid #DBDBDB;
  }

  .dropdown-menu div.col-lg-2.bordered span.dropdown-header.text-styl::before,
  .nav-item.actif .dropdown-menu .col-lg-2.bordered .dropdown-header.text-styl::before,
  .nav-item.retraite .dropdown-menu .col-lg-2.bordered .dropdown-header.text-styl::before {
    display: none;
  }

}

/* .externeLinkMenu::before, .interneLinkMenu::before, .dropdown-menu .col-lg-2.bordered .dropdown-header.text-styl::before {
  display: inline-block;
  width: 12px;
  height: 6px;
  border: 0;
  vertical-align: middle;
  background: url(../modules/cnav-pub2-template/css/../images/arrow-right.svg) no-repeat;
  margin-left: 10px;
  content: "";
} */

.dropdown-menu div.bordered:not(:nth-child(3))::after {
  display: none;
}

.sharing-bottom li ul li.share-btn-down,
.sharing-bottom li ul li.list-print {
  display: inline;
}

body.article .content ul li li.share-btn-down, body.article .content ul li li.list-print,
body.service-en-ligne .content ul li li.share-btn-down, body.service-en-ligne .content ul li li.list-print {
  padding-left: 0px;
  margin-left: 0px;
}

/*CSS PAGE SERVICE EN LIGNE*/
body.service-en-ligne .jumbotron.hasChild {
    min-height: 150px;
    max-height: 517px;
}

body.service-en-ligne .jumbotron {
  position: relative;
  padding: 0;
  overflow: hidden;
  min-height: 150px;
  margin-bottom: -140px;
  max-height: 325px; 
}

body.service-en-ligne .head .container {
    background-color: transparent;
    padding: 0px 10px 0;
}

.imageDeFond {
  position: absolute;
  width: 100%;
}

body.service-en-ligne .head {
    z-index: 2;
    /* position: relative;
    top: -26.5rem; */
}

body.service-en-ligne .head h1 {
    font-weight: 700;
    color: #000;
    font-size: 2.5rem;
    line-height: 47px;
    margin-bottom: 10px;
    margin-top: 20px;
    text-align: center;
    max-width: 700px;
}

body.tailleUp.service-en-ligne .head h1 {
  font-size: 2.75rem;
}

.accrochePageService {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 140%;
  max-width: 700px;
  margin-top: 20px;
  margin-bottom: 30px;
}

body.tailleUp .accrochePageService, body.tailleUp .sous-titre, body.tailleUp .liencard,
body.tailleUp .actualites .normalActu a.card .cardContenu .card-body .blocTitreCarte .title-carte,
body.tailleUp .actualites .autreActus .actuEncart a.card .cardContenu .card-body .blocTitreCarte .title-carte {
  font-size: 1.25rem;
}

body.tailleUp .lireActu, body.tailleUp .content .card-presse-communiquer .card .card-body h3, body.tailleUp footer .btn-abonner {
  font-size: 18px !important;
}

body.tailleUp .text-rs-style, body.tailleUp .text-pr-style, body.tailleUp ul#resultats .result-item a {
  font-size: 22px;
}

body.tailleUp .radioAdvancedSearch[type="checkbox"]:checked + label, body.tailleUp .radioAdvancedSearch[type="checkbox"]:not(:checked) + label, body.tailleUp .reset-filtre {
  font-size: 17px;
}

body.tailleUp footer a, body.tailleUp .bloc-accroche p, body.tailleUp .bloc-raccourci .raccourci, body.tailleUp.chapo-premier-niveau .content .container .list-lien-thematique li a, body.tailleUp.chapo-premier-niveau .content .container .lien-plus-articles .customlink, body.tailleUp .submit-filtre, body.tailleUp .filtre-resultat {
  font-size: 18px;
}

body.tailleUp .typeProfil, body.tailleUp .typeContenu {
  font-size: 14px;
}

body.tailleUp footer #subfooter li a, body.tailleUp .number-resultat, body.tailleUp .next-button {
  font-size: 16px;
}

body.tailleUp.article .content .container .titre-situation p {
  font-size: 24px !important;
}

body.tailleUp.chapo-premier-niveau .accroche-demarche, body.tailleUp.chapo-deuxieme-niveau .accroche-demarche, body.tailleUp .titleBrochure {
  font-size: 20px;
}

body.tailleUp.chapo-premier-niveau .content .container .titre-thematique p {
  font-size: 32px !important;
}

body.tailleUp.chapo-premier-niveau .head .title-Une, body.tailleUp.chapo-deuxieme-niveau .head .title-Une {
  font-size: 42px !important;
}

.autreActus .actuEncart, .encart.actualites .autreActus a.card.actuEncart {
  height: auto;
  width: 100%;
  padding: 20px;
  margin-top: 10px;
}

.btnServiceEnLigne {
    padding: 13px 20px 13px 20px;
}

.btnServiceEnLigne svg {
    margin: 0 0px 2px 10px !important;
}

.card-title-service {
  font-family: Raleway;
  font-style: normal;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 23px;
  color: #000000;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 16px;
}

body.service-en-ligne .card-service {
  background: #FFFFFF;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 20px 20px 30px 20px;
  max-width: 773px;
  height: auto;
  margin-bottom: 0px;
  border: none;
}

.card-text-service ul {
  margin: 0px;
  padding: 0px 0px 0px 20px;
}

.card-text-service ul li{
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 140%;
}

body.tailleUp .card-text-service ul li {
  font-size: 1.125rem
}

body.service-en-ligne .head .container.bloc-carte-service.hasChild {
  padding: 30px 80px 0;
}

.pictoCarteService {
  margin: -7px 5px 0 0;
}

body.service-en-ligne .content .container {
    padding: 0px 10px 0;
}

.pictoTitreblocGauche {
  display: inline-block;
  margin-right: 10px;
}

body.service-en-ligne .content .container .blocDeQuoiSagitIl .titre-bloc-gauche p {
  font-family: Raleway;
  font-style: normal;
  font-weight: bold;
  font-size: 1.875rem;
  line-height: 35px;
  display: inline-block;
  margin-bottom: 22px;
}

body.tailleUp.service-en-ligne .content .container .blocDeQuoiSagitIl .titre-bloc-gauche p {
  font-size: 2rem !important;
}


.pictoTitreblocGauche svg {
  margin-top: -6px;
  margin-right: 10px;
}

body.service-en-ligne .content .container .blocDeQuoiSagitIl .contenuBlocGauche{
  min-height: 240px;
}
body.service-en-ligne .content .container .blocDeQuoiSagitIl .contenuBlocGauche p {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  line-height: 140%;
}

body.tailleUp.service-en-ligne .content .container .blocDeQuoiSagitIl .contenuBlocGauche p {
  font-size: 1.25rem;
}

.blocDroiteDeQuoiSagit {
  padding-top: 5px;
}

.blocDeQuoiSagitIl {
  padding: 50px 0 50px 0;
}
body:not(.home) .more#zone-encart {
    padding-bottom: 0px;
}
div#zone-encart {
    padding-top: 50px;
    margin-top: 20px !important;
}
#zone-encart {
    max-width: 1920px;
    margin: auto;
}

.titleBlocAvantage {
  font-family: Raleway;
  font-style: normal;
  font-weight: bold;
  font-size: 1.875rem;
  line-height: 33px;
  text-align: center;
  color: #FFFFFF;
}

body.tailleUp .titleBlocAvantage {
  font-size: 2rem;
}

body.tailleUp .tagage .listTagage, body.tailleUp .tagageActu .listTagage {
  font-size: 1rem;
}

.avantage {
  padding-top: 57px;
  padding-bottom: 50px;
}

body.service-en-ligne .avantage {
  background: linear-gradient(90deg, #015B95 -1.32%, #0071B9 100%);
}
body.service-en-ligne.actif .avantage {
  background: #007C94;
}
body.service-en-ligne.retraite .avantage {
  background: linear-gradient(90deg, #8F2356 0%, #BA4552 100%);
}
body.service-en-ligne.employeur .avantage {
  background: linear-gradient(90deg, #B33514 -1.32%, #D84018 100%);
}

.circle img {
    margin: auto;
    display: block;
    padding-top: 31px;
    padding-bottom: 31px;
}

.circle {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  width: 140px;
  height: 140px;
  margin: auto;
}

body.service-en-ligne.actif .circle {
  background: rgba(255, 255, 255, 0.3);
}
body.service-en-ligne.retraite .circle {
  background: rgba(255, 255, 255, 0.3);
}
body.service-en-ligne.employeur .circle {
  background: rgba(255, 255, 255, 0.3);
}

.list-avantage {
  padding-top: 30px;
}

.titreAvantage {
  font-family: Raleway;
  font-style: normal;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 23px;
  color: #FFFFFF;
  padding-top: 24px;
  text-align: center;
  display: block;
}

body.tailleUp .titreAvantage {
  font-size: 1.375rem;
}

body.tailleUp .contenuAvantage {
  font-size: 1.125rem;
}

.titleBlocAvantage p {
  margin-bottom: 0px;
}

.contenuAvantage {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 140%;
  text-align: center;
  color: #FFFFFF;
  padding-top: 15px;
}

.bloc-avantage {
  padding-bottom: 30px;
}

.btnAvantage {
  text-align: center;
}

.btnAvantage a, .btnAvantage a:hover {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 0.938rem;
  line-height: 18px;
  background: #FFFFFF;
}

body.service-en-ligne .btnAvantage span {
  color: #0071B9;
}

body.service-en-ligne.actif .btnAvantage span {
  color: #03768C;
}

body.service-en-ligne.retraite .btnAvantage span {
  color: #870A46;
}

body.service-en-ligne.employeur .btnAvantage span {
  color: #D84018;
}

body.service-en-ligne .btnAvantage svg path, body.service-en-ligne .pictoGalerie svg path {
  fill: #0071B9;
}

body.service-en-ligne.actif .btnAvantage svg path, body.service-en-ligne.actif .pictoGalerie svg path {
  fill: #03768C;
}

body.service-en-ligne.retraite .btnAvantage svg path, body.service-en-ligne.retraite .pictoGalerie svg path {
  fill: #870A46;
}

body.service-en-ligne.employeur .btnAvantage svg path, body.service-en-ligne.employeur .pictoGalerie svg path {
  fill: #D84018;
}

body.service-en-ligne .pictoTitreblocGauche svg path, body.service-en-ligne .blocCommentCaMarche .pictoBlocComment svg path,
body.service-en-ligne .bloc-questions .pictoTitleQuestions svg path {
  fill: #0071B9;
  stroke: #0071B9;
}

body.service-en-ligne.actif .pictoTitreblocGauche svg path, body.service-en-ligne.actif .blocCommentCaMarche .pictoBlocComment svg path,
body.service-en-ligne.actif .bloc-questions .pictoTitleQuestions svg path {
  fill: #03768C;
  stroke: #03768C;
}

body.service-en-ligne.retraite .pictoTitreblocGauche svg path, body.service-en-ligne.retraite .blocCommentCaMarche .pictoBlocComment svg path,
body.service-en-ligne.retraite .bloc-questions .pictoTitleQuestions svg path {
  fill: #870A46;
  stroke: #870A46;
}

body.service-en-ligne.employeur .pictoTitreblocGauche svg path, body.service-en-ligne.employeur .blocCommentCaMarche .pictoBlocComment svg path,
body.service-en-ligne.employeur .bloc-questions .pictoTitleQuestions svg path {
  fill: #D84018;
  stroke: #D84018;
}

body.service-en-ligne .btnAvantage a, body.service-en-ligne.actif .btnAvantage a, body.service-en-ligne.retraite .btnAvantage a, body.service-en-ligne.employeur .btnAvantage a,
body.service-en-ligne .btnAvantage a:hover, body.service-en-ligne.actif .btnAvantage a:hover, body.service-en-ligne.retraite .btnAvantage a:hover, body.service-en-ligne.employeur .btnAvantage a:hover {
  background: #FFFFFF;
}

body.service-en-ligne .titleBlocAvantage p .surlignerBleu {
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 0%);
}

body.service-en-ligne.actif .titleBlocAvantage p .surlignerBleu {
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 0%);
}

body.service-en-ligne.retraite .titleBlocAvantage p .surlignerBleu {
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 0%);
}

body.service-en-ligne.employeur .titleBlocAvantage p .surlignerBleu {
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 0%);
}

body.service-en-ligne .titre-bloc-gauche p .surlignerBleu, body.service-en-ligne .titreInfos p .surlignerBleu,
body.service-en-ligne .titreGaucheConseils p .surlignerBleu, body.service-en-ligne .titreBlocQuestions p .surlignerBleu,
body.service-en-ligne .titreGalerie p .surlignerBleu   {
  background-image: linear-gradient(90deg, rgba(0, 130, 155, 0.2) 0%, rgba(0, 130, 155, 0.2) 0%);
}
body.service-en-ligne.actif .titre-bloc-gauche p .surlignerBleu, body.service-en-ligne.actif .titreInfos p .surlignerBleu,
body.service-en-ligne.actif .titreGaucheConseils p .surlignerBleu, body.service-en-ligne.actif .titreBlocQuestions p .surlignerBleu,
body.service-en-ligne.actif .titreGalerie p .surlignerBleu   {
  background-image: linear-gradient(90deg, rgba(0, 130, 155, 0.2) 0%, rgba(0, 130, 155, 0.2) 0%);
}

body.service-en-ligne.retraite .titre-bloc-gauche p .surlignerBleu, body.service-en-ligne.retraite .titreInfos p .surlignerBleu,
body.service-en-ligne.retraite .titreGaucheConseils p .surlignerBleu, body.service-en-ligne.retraite .titreBlocQuestions p .surlignerBleu,
body.service-en-ligne.retraite .titreGalerie p .surlignerBleu {
  background-image: linear-gradient(90deg, rgba(168, 39, 101, 0.2) 0%, rgba(168, 39, 101, 0.2) 0%);
}

body.service-en-ligne.employeur .titre-bloc-gauche p .surlignerBleu, body.service-en-ligne.employeur .titreInfos p .surlignerBleu,
body.service-en-ligne.employeur .titreGaucheConseils p .surlignerBleu, body.service-en-ligne.employeur .titreBlocQuestions p .surlignerBleu,
body.service-en-ligne.employeur .titreGalerie p .surlignerBleu {
  background-image: linear-gradient(90deg, rgba(216, 64, 24, 0.2) 0%, rgba(216, 64, 24, 0.2) 0%);
}

body.service-en-ligne .blocTitle p .surlignerBleu {
  background-image: linear-gradient(90deg, rgba(0, 113, 185, 0.2) 0%, rgba(0, 113, 185, 0.2) 0%);
}
body.service-en-ligne.actif .blocTitle p .surlignerBleu {
  background-image: linear-gradient(90deg, rgba(0, 130, 155, 0.2) 0%, rgba(0, 130, 155, 0.2) 0%);
}

body.service-en-ligne.retraite .blocTitle p .surlignerBleu {
  background-image: linear-gradient(90deg, rgba(168, 39, 101, 0.2) 0%, rgba(168, 39, 101, 0.2) 0%);
}

body.service-en-ligne.employeur .blocTitle p .surlignerBleu {
  background-image: linear-gradient(90deg, rgba(216, 64, 24, 0.2) 0%, rgba(216, 64, 24, 0.2) 0%);
}

body.service-en-ligne #services-encart {
  padding-top: 0px;
  padding-bottom: 20px;
}

body.service-en-ligne #services-encart .encart {
  padding-top: 50px;
  padding-bottom: 50px;
}

body.service-en-ligne #services-encart .encart .container h2 {
  margin-top: 0px;
  text-align: center !important;
}

body.service-en-ligne:not(.home) .more#services-encart {
    padding-bottom: 20px;
}

body.service-en-ligne .blocTitle h1, body.service-en-ligne .titre-bloc-gauche .surlignerBleu, body.service-en-ligne .titreInfos .surlignerBleu,
body.service-en-ligne .contenuBlocDroite ol li:before, body.service-en-ligne .titreGaucheConseils .surlignerBleu, body.service-en-ligne .titreBlocQuestions .surlignerBleu,
body.service-en-ligne .titreGalerie .surlignerBleu, body.service-en-ligne .textStyl, body.service-en-ligne li::marker {
  color: #0071B9;
}

body.contrast.service-en-ligne .blocTitle h1, body.contrast.service-en-ligne .titre-bloc-gauche .surlignerBleu, body.contrast.service-en-ligne .titreInfos .surlignerBleu,
body.contrast.service-en-ligne .contenuBlocDroite ol li:before, body.contrast.service-en-ligne .titreGaucheConseils .surlignerBleu, body.contrast.service-en-ligne .titreBlocQuestions .surlignerBleu,
body.contrast.service-en-ligne .titreGalerie .surlignerBleu, body.contrast.service-en-ligne .textStyl, body.contrast.service-en-ligne li::marker {
  color: #015A94;
}

body.service-en-ligne.actif .blocTitle h1, body.service-en-ligne.actif .titre-bloc-gauche .surlignerBleu, body.service-en-ligne.actif .titreInfos .surlignerBleu,
body.service-en-ligne.actif .contenuBlocDroite ol li:before, body.service-en-ligne.actif .titreGaucheConseils .surlignerBleu, body.service-en-ligne.actif .titreBlocQuestions .surlignerBleu,
body.service-en-ligne.actif .titreGalerie .surlignerBleu, body.service-en-ligne.actif .textStyl, body.service-en-ligne.actif li::marker  {
  color: #03768C;
}

body.contrast.service-en-ligne.actif .blocTitle h1, body.contrast.service-en-ligne.actif .titre-bloc-gauche .surlignerBleu, body.contrast.service-en-ligne.actif .titreInfos .surlignerBleu,
body.contrast.service-en-ligne.actif .contenuBlocDroite ol li:before, body.contrast.service-en-ligne.actif .titreGaucheConseils .surlignerBleu, body.contrast.service-en-ligne.actif .titreBlocQuestions .surlignerBleu,
body.contrast.service-en-ligne.actif .titreGalerie .surlignerBleu, body.contrast.service-en-ligne.actif .textStyl, body.contrast.service-en-ligne.actif li::marker  {
  color: #01707E;
}

body.service-en-ligne.retraite .blocTitle h1, body.service-en-ligne.retraite .titre-bloc-gauche .surlignerBleu, body.service-en-ligne.retraite .titreInfos .surlignerBleu,
body.service-en-ligne.retraite .contenuBlocDroite ol li:before, body.service-en-ligne.retraite .titreGaucheConseils .surlignerBleu, body.service-en-ligne.retraite .titreBlocQuestions .surlignerBleu,
body.service-en-ligne.retraite .titreGalerie .surlignerBleu, body.service-en-ligne.retraite .textStyl, body.service-en-ligne.retraite li::marker {
  color: #870A46;
}

body.contrast.service-en-ligne.retraite .blocTitle h1, body.contrast.service-en-ligne.retraite .titre-bloc-gauche .surlignerBleu, body.contrast.service-en-ligne.retraite .titreInfos .surlignerBleu,
body.contrast.service-en-ligne.retraite .contenuBlocDroite ol li:before, body.contrast.service-en-ligne.retraite .titreGaucheConseils .surlignerBleu, body.contrast.service-en-ligne.retraite .titreBlocQuestions .surlignerBleu,
body.contrast.service-en-ligne.retraite .titreGalerie .surlignerBleu, body.contrast.service-en-ligne.retraite .textStyl, body.contrast.service-en-ligne.retraite li::marker  {
  color: #6A123C;
}

body.service-en-ligne.employeur .blocTitle h1, body.service-en-ligne.employeur .titre-bloc-gauche .surlignerBleu, body.service-en-ligne.employeur .titreInfos .surlignerBleu,
body.service-en-ligne.employeur .contenuBlocDroite ol li:before, body.service-en-ligne.employeur .titreGaucheConseils .surlignerBleu, body.service-en-ligne.employeur .titreBlocQuestions .surlignerBleu,
body.service-en-ligne.employeur .titreGalerie .surlignerBleu, body.service-en-ligne.employeur .textStyl , body.service-en-ligne.employeur li::marker  {
  color: #D84018;
}

body.contrast.service-en-ligne.employeur .blocTitle h1, body.contrast.service-en-ligne.employeur .titre-bloc-gauche .surlignerBleu, body.contrast.service-en-ligne.employeur .titreInfos .surlignerBleu,
body.contrast.service-en-ligne.employeur .contenuBlocDroite ol li:before, body.contrast.service-en-ligne.employeur .titreGaucheConseils .surlignerBleu, body.contrast.service-en-ligne.employeur .titreBlocQuestions .surlignerBleu,
body.contrast.service-en-ligne.employeur .titreGalerie .surlignerBleu, body.contrast.service-en-ligne.employeur .textStyl, body.contrast.service-en-ligne.employeur li::marker {
  color: #B03F29;
}

.pictoBlocComment {
  display: inline-block;
}

.blocCommentCaMarche {
  padding: 50px 0px 50px 0px;
}

.pictoBlocComment svg {
  margin-right: 10px;
}

body.service-en-ligne .blocCommentCaMarche {
  background: #ECFBFD;
}

body.service-en-ligne.actif .blocCommentCaMarche {
  background: #ECFBFD;
}

body.service-en-ligne.retraite .blocCommentCaMarche {
  background: #FAEAF2;
}

body.service-en-ligne.employeur .blocCommentCaMarche {
  background: #FFF4F2;
}

.titreInfos {
  font-family: Raleway;
  font-style: normal;
  font-weight: bold;
  font-size: 1.875rem;
  line-height: 33px;
  text-align: center;
  margin-bottom: 33px;
}

body.tailleUp .titreInfos {
  font-size: 2rem;
}

.titreInfos p {
  margin-bottom: 0px;
}

.blocInfos {
  min-width: 530px;
}

.contenuBlocDroite ol {
    counter-reset: item;
    margin-left: 0;
    padding-left: 53px;
}

.contenuBlocDroite ol li {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 140%;
  margin-bottom: 32px;
  display: block;
  flex-direction: row;
  align-items: center;
}

body.tailleUp .contenuBlocDroite ol li {
  font-size: 1.125rem;
}

.contenuBlocDroite ol li p {
  margin: 0px;
}

.contenuBlocDroite ol li span, .contenuBlocDroite ol li div, .contenuBlocDroite ol li a {
  display: contents;
}

/* For IE11 only */
*::-ms-backdrop, .contenuBlocDroite ol li div, .contenuBlocDroite ol li a { 
  display: ruby; 
} 
*::-ms-backdrop, .contenuBlocDroite ol li span { 
  display: ruby; 
} 

.contenuBlocDroite ol li:before {
    display: inline-block;
    content: counter(item) " ";
    counter-increment: item;
    font-family: Raleway;
    font-style: normal;
    font-weight: bold;
    font-size: 2.063rem;
    line-height: 35px;
    text-align: center;
    background: #FFFFFF;
    border-radius: 50%;
    width: 41px;
    height: 41px;
    margin-right: 17px;
    position: absolute;
    left: 4px;
}

.infosLeft {
  margin-right: 29px;
  padding: 0px;
  padding-left: 3px;
  max-width: 380px;
}

body .card.ck-trans-textuelle {
  padding: 20px 20px;
  margin: 10px 0px 0px 0px;
  min-height: 60px;
}

.titreGaucheConseils {
  font-family: Raleway;
  font-style: normal;
  font-weight: bold;
  font-size: 1.875rem;
  line-height: 33px;
  display: inline-block;
  margin-left: 38px;
}

body.tailleUp .titreGaucheConseils {
  font-size: 2rem;
}

.bloc-conseils {
  padding: 50px 0px 44px 0px;
}

.bloc-questions {
  padding: 50px 0px 50px 0px;
  background: #F2F2F2;
}

.contenuBlocGaucheConseils {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 140%;
}

body.tailleUp .contenuBlocGaucheConseils {
  font-size: 1.125rem;
}

.bloc-conseils .pictoTitreblocGauche svg {
  position: absolute;
  top: 0px;
  margin-top: 4px;
}

.bloc-conseils .pictoTitreblocGauche {
  margin-bottom: 10px;
}

.blocGaucheConseils {
  min-width: 540px;
  padding-left: 9px;
}

.contenuBlocGaucheConseils ul {
  padding-left: 20px;
}

body.service-en-ligne .contenuBlocGaucheConseils ul li {
  margin-bottom: 20px;
  margin-right: 10px;
  list-style-image: url(../modules/cnav-pub2-template/css/../images/vector-generale.svg);
}

body.service-en-ligne.actif .contenuBlocGaucheConseils ul li {
  margin-bottom: 20px;
  margin-right: 10px;
  list-style-image: url(../modules/cnav-pub2-template/css/../images/vector-actif.svg);
}

body.service-en-ligne.retraite .contenuBlocGaucheConseils ul li {
  margin-bottom: 20px;
  margin-right: 10px;
  list-style-image: url(../modules/cnav-pub2-template/css/../images/vector-retraite.svg);
}

body.service-en-ligne.employeur .contenuBlocGaucheConseils ul li {
  margin-bottom: 20px;
  margin-right: 10px;
  list-style-image: url(../modules/cnav-pub2-template/css/../images/vector-employeur.svg);
}

.titreBlocQuestions {
  font-family: Raleway;
  font-style: normal;
  font-weight: bold;
  font-size: 1.875rem;
  line-height: 33px;
  display: inline-block;
}

body.tailleUp .titreBlocQuestions, body.tailleUp .titreGalerie {
  font-size: 2rem;
}

.pictoTitleQuestions svg {
  margin-right: 10px;
}

.bloc-questions .section_accordeon .grp_accordeon .container_accordion .title_container_accordion .chevron-container {
    position: relative;
    right: -5%;
    margin-right: 20px;
}

.banniereService {
  padding-top: 0px;
  padding-bottom: 20px;
}

.titleBanniere {
  font-family: Raleway;
  font-style: normal;
  font-weight: bold;
  font-size: 1.875rem;
  line-height: 47px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 30px;
}

body.tailleUp .titleBanniere {
  font-size: 2.625rem;
}

.contenuBanniere {
  position: relative;
  top: -30px;
}

.btnBanniere {
    text-align: center;
}

body.service-en-ligne .btnBanniere a, body.service-en-ligne .btnBanniere a:hover {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 0.938rem;
  line-height: 18px;
  background: #FFFFFF;
  color: #000000;
}

body.service-en-ligne .btnBanniere .btn-primary.btnServiceEnLigne:not(:disabled):not(.disabled):active,
body.service-en-ligne .btnBanniere .btn-primary.btnServiceEnLigne:not(:disabled):not(.disabled):focus {
  background: #FFFFFF;
  color: #000000;
}

body.service-en-ligne .btnBanniere .btnServiceEnLigne svg path {
    fill: #000000;
}

body.service-en-ligne .banniereService .jumbotron {
    position: relative;
    padding: 0;
    overflow: hidden;
    min-height: auto;
    margin-bottom: -140px;
    max-height: 225px !important;
    border-radius: 0px;
}

.blocGalerie {
  padding: 50px 0px 50px 0px;
}

.titreGalerie {
  font-family: Raleway;
  font-style: normal;
  font-weight: bold;
  font-size: 1.875rem;
  line-height: 33px;
  display: inline-block;
}
body.tailleUp .titreGalerie {
  font-size: 2rem;
}

.pictoGalerie svg {
  margin: 3px 10px 0px 0px;
}

.videos-bloc {
  margin-top: 30px;
}

.videos-bloc iframe, body.service-en-ligne .content iframe, body.service-en-ligne iframe {
  border: none;
}

.blocGaucheDeQuoiSagit {
  min-width: 540px;
}

body.service-en-ligne .more#zone-encart {
  padding-top: 0px;
    margin-top: 0px !important;
}

body.service-en-ligne .jumbotron img {
    width: 100%;
    height: auto;
}

body.service-en-ligne .content .container .blocDroiteDeQuoiSagit .external-link a {
    color: #FFFFFF;
}

.titreGalerie p {
  margin-bottom: 0px;
}

body.service-en-ligne .maj {
  margin-top: -20px;
}

body.actualite .content .container p {
  padding-left: 15px;
  padding-right: 15px;
}

body.actualite .content .container .col p {
  padding-left: 0px;
  padding-right: 0px;
}

body.actualite .sharing-bottom .groupDown {
  padding-left: 7px;
}

body.dyslexic p, body.dyslexic .card-text-service ul li, body.dyslexic .contenuBlocDroite .nuage p span, body.dyslexic .blocInfos .contenuBlocDroite ol li, body.dyslexic .blocGaucheConseils .contenuBlocGaucheConseils , body.dyslexic .contenuBanniere .titleBanniere, body.dyslexic .contenuBanniere .btnBanniere a,
body.dyslexic .avantage .list-avantage .bloc-avantage  .titreAvantage, body.dyslexic .avantage .container .list-avantage .bloc-avantage .contenuAvantage, body.dyslexic .avantage .btnAvantage a,
body.dyslexic .actuFlash .titreActuFlash, body.dyslexic .actuFlash .contenuActuFlash, body.dyslexic .actuFlash .lieninfos, body.dyslexic .tagage .listTagage, body.dyslexic .tagageActu .listTagage,
body.dyslexic .liencard, body.dyslexic .lireActu, body.dyslexic .text-service-style, body.dyslexic .title-carte, body.dyslexic ul#resultats .result-item a,  body.dyslexic ul#resultats .result-item span.type,
body.dyslexic .dropdown-center.dropdown-search input, body.dyslexic .typeProfil, body.dyslexic .typeContenu, body.dyslexic .filtre-resultat, body.dyslexic .submit-filtre, body.dyslexic .reset-filtre,
body.dyslexic .title-filtre, body.dyslexic .tac_float {
    font-family: 'opendyslexic', sans-serif !important;
}

body.contrast .btnBanniere .btn.btn-primary.btnServiceEnLigne,
body.contrast .btnAvantage .btn.btn-primary.btnServiceEnLigne {
  background: #FFFFFF !important;
}

.contenu-conseils {
  margin-left: 20px;
}

.blocDeQuoiSagitIl .one-bloc .titre-picto,  .blocGaucheConseils.one-bloc .blocGaucheConseils .pictoTitreblocGauche {
  justify-content: center;
  display: flex;
}


.blocGaucheConseils.one-bloc .blocGaucheConseils .pictoTitreblocGauche svg {
    position: relative;
    top: 0px;
    margin-top: 4px;
    left: 0px;
}

.blocGaucheConseils.one-bloc .blocGaucheConseils .pictoTitreblocGauche .titreGaucheConseils {
  margin-left: 0px;
}

.blocDeQuoiSagitIl .one-bloc .titre-picto .pictoTitreblocGauche svg {
    margin-top: 7px;
    margin-right: 10px;
}

.blocCommentCaMarche .one-bloc {
  min-width: 100%;
}

/*Style lien */
body.service-en-ligne .contenuBlocGaucheConseils a, body.service-en-ligne .blocCommentCaMarche a, body.service-en-ligne .bloc-questions a, body.service-en-ligne .bloc-carte-service a {
  color: #0071B9;
  text-decoration: underline;
}

body.service-en-ligne.actif .contenuBlocGaucheConseils a, body.service-en-ligne.actif .blocCommentCaMarche a, body.service-en-ligne.actif .bloc-questions a, body.service-en-ligne.actif .bloc-carte-service a {
  color: #03768C;
  text-decoration: underline;
}

body.service-en-ligne.retraite .contenuBlocGaucheConseils a, body.service-en-ligne.retraite .blocCommentCaMarche a, body.service-en-ligne.retraite .bloc-questions a, body.service-en-ligne.retraite .bloc-carte-service a {
  color: #870A46;
  text-decoration: underline;
}

body.service-en-ligne.employeur .contenuBlocGaucheConseils a, body.service-en-ligne.employeur .blocCommentCaMarche a, body.service-en-ligne.employeur .bloc-questions a, body.service-en-ligne.employeur .bloc-carte-service a {
  color: #D84018;
  text-decoration: underline;
}
/*Contrast*/
body.service-en-ligne.contrast .contenuBlocGaucheConseils a, body.service-en-ligne.contrast .blocCommentCaMarche a, body.service-en-ligne.contrast .bloc-questions a, body.service-en-ligne.contrast .bloc-carte-service a {
  color: #015A94;
  text-decoration: underline;
}

body.service-en-ligne.actif.contrast .contenuBlocGaucheConseils a, body.service-en-ligne.actif.contrast .blocCommentCaMarche a, body.service-en-ligne.actif.contrast .bloc-questions a, body.service-en-ligne.actif.contrast .bloc-carte-service a {
  color: #01707E;
  text-decoration: underline;
}

body.service-en-ligne.retraite.contrast .contenuBlocGaucheConseils a, body.service-en-ligne.retraite.contrast .blocCommentCaMarche a, body.service-en-ligne.retraite.contrast .bloc-questions a, body.service-en-ligne.retraite.contrast .bloc-carte-service a {
  color: #6A123C;
  text-decoration: underline;
}

body.service-en-ligne.employeur.contrast .contenuBlocGaucheConseils a, body.service-en-ligne.employeur.contrast .blocCommentCaMarche a, body.service-en-ligne.employeur.contrast .bloc-questions a, body.service-en-ligne.employeur.contrast .bloc-carte-service a {
  color: #B03F29;
  text-decoration: underline;
}

/*hover & focus */

/*Style lien */
body.service-en-ligne .contenuBlocGaucheConseils a:hover, body.service-en-ligne .blocCommentCaMarche a:hover, body.service-en-ligne .bloc-questions a:hover, body.service-en-ligne .bloc-carte-service a:hover,
body.service-en-ligne .contenuBlocGaucheConseils a:focus, body.service-en-ligne .blocCommentCaMarche a:focus, body.service-en-ligne .bloc-questions a:focus, body.service-en-ligne .bloc-carte-service a:focus {
  color: #0071B9;
  text-decoration: none;
}

body.service-en-ligne.actif .contenuBlocGaucheConseils a:hover, body.service-en-ligne.actif .blocCommentCaMarche a:hover, body.service-en-ligne.actif .bloc-questions a:hover, body.service-en-ligne.actif .bloc-carte-service a:hover,
body.service-en-ligne.actif .contenuBlocGaucheConseils a:focus, body.service-en-ligne.actif .blocCommentCaMarche a:focus, body.service-en-ligne.actif .bloc-questions a:focus, body.service-en-ligne.actif .bloc-carte-service a:focus {
  color: #03768C;
  text-decoration: none;
}

body.service-en-ligne.retraite .contenuBlocGaucheConseils a:hover, body.service-en-ligne.retraite .blocCommentCaMarche a:hover, body.service-en-ligne.retraite .bloc-questions a:hover, body.service-en-ligne.retraite .bloc-carte-service a:hover,
body.service-en-ligne.retraite .contenuBlocGaucheConseils a:focus, body.service-en-ligne.retraite .blocCommentCaMarche a:focus, body.service-en-ligne.retraite .bloc-questions a:focus, body.service-en-ligne.retraite .bloc-carte-service a:focus {
  color: #870A46;
  text-decoration: none;
}

body.service-en-ligne.employeur .contenuBlocGaucheConseils a:hover, body.service-en-ligne.employeur .blocCommentCaMarche a:hover, body.service-en-ligne.employeur .bloc-questions a:hover, body.service-en-ligne.employeur .bloc-carte-service a:hover,
body.service-en-ligne.employeur .contenuBlocGaucheConseils a:focus, body.service-en-ligne.employeur .blocCommentCaMarche a:focus, body.service-en-ligne.employeur .bloc-questions a:focus, body.service-en-ligne.employeur .bloc-carte-service a:focus {
  color: #D84018;
  text-decoration: none;
}
/*Contrast*/
body.service-en-ligne.contrast .contenuBlocGaucheConseils a:hover, body.service-en-ligne.contrast .blocCommentCaMarche a:hover, body.service-en-ligne.contrast .bloc-questions a:hover, body.service-en-ligne.contrast .bloc-carte-service a:hover,
body.service-en-ligne.contrast .contenuBlocGaucheConseils a:focus, body.service-en-ligne.contrast .blocCommentCaMarche a:focus, body.service-en-ligne.contrast .bloc-questions a:focus, body.service-en-ligne.contrast .bloc-carte-service a:focus {
  color: #015A94;
  text-decoration: none;
}

body.service-en-ligne.actif.contrast .contenuBlocGaucheConseils a:hover, body.service-en-ligne.actif.contrast .blocCommentCaMarche a:hover, body.service-en-ligne.actif.contrast .bloc-questions a:hover, body.service-en-ligne.actif.contrast .bloc-carte-service a:hover,
body.service-en-ligne.actif.contrast .contenuBlocGaucheConseils a:focus, body.service-en-ligne.actif.contrast .blocCommentCaMarche a:focus, body.service-en-ligne.actif.contrast .bloc-questions a:focus, body.service-en-ligne.actif.contrast .bloc-carte-service a:focus {
  color: #01707E;
  text-decoration: none;
}

body.service-en-ligne.retraite.contrast .contenuBlocGaucheConseils a:hover, body.service-en-ligne.retraite.contrast .blocCommentCaMarche a:hover, body.service-en-ligne.retraite.contrast .bloc-questions a:hover, body.service-en-ligne.retraite.contrast .bloc-carte-service a:hover,
body.service-en-ligne.retraite.contrast .contenuBlocGaucheConseils a:focus, body.service-en-ligne.retraite.contrast .blocCommentCaMarche a:focus, body.service-en-ligne.retraite.contrast .bloc-questions a:focus, body.service-en-ligne.retraite.contrast .bloc-carte-service a:focus {
  color: #6A123C;
  text-decoration: none;
}

body.service-en-ligne.employeur.contrast .contenuBlocGaucheConseils a:hover, body.service-en-ligne.employeur.contrast .blocCommentCaMarche a:hover, body.service-en-ligne.employeur.contrast .bloc-questions a:hover, body.service-en-ligne.employeur.contrast .bloc-carte-service a:hover,
body.service-en-ligne.employeur.contrast .contenuBlocGaucheConseils a:focus, body.service-en-ligne.employeur.contrast .blocCommentCaMarche a:focus, body.service-en-ligne.employeur.contrast .bloc-questions a:focus, body.service-en-ligne.employeur.contrast .bloc-carte-service a:focus {
  color: #B03F29;
  text-decoration: none;
}

/** Probleme titre de quoi s'agit il IPHONE 5*/
@media (max-width: 333px) {
  .blocDeQuoiSagitIl .pictoTitreblocGauche {
    max-width: 32px;
  }
}
/*Page service en MOBILE*/
@media (max-width: 991.98px) {
  body.service-en-ligne .head .container {
      padding: 0px 20px 0;
  }

  body.service-en-ligne .head h1 {
    text-align: left;
  }

  .btnServiceEnLigne {
    width: 100%;
    padding: 13px 10px 13px 10px;
    white-space: inherit;
  }
  .bloc-carte-service .card-bloc {
    display: block !important;
    column-count: auto;
  }
  body.service-en-ligne .head .container.bloc-carte-service.hasChild {
    padding: 0px 0px 0;
  }
  body.service-en-ligne .card-service {
    display: block;
    width: 100%;
    margin-bottom: 24px;
    margin-left: auto;
    margin-right: auto;

  }
  body.service-en-ligne .jumbotron {
    background: #FFFFFF;
   /* min-height: 935px;*/
    border-radius: 0px;
  }

  body.service-en-ligne .encart.head {
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
  body.service-en-ligne.employeur .encart.head {
    background: #FFF4F2;
  }
  body.service-en-ligne.retraite .encart.head {
    background: #FAEAF2;
  }
  body.service-en-ligne.actif .encart.head {
    background: rgba(236, 251, 253, 0.9);
  }
  body.service-en-ligne .imageDeFond .jumbotron img {
    display: none;
  }
  body.service-en-ligne .bodywrapper .container.main .encart.content {
    padding-left: 20px;
    padding-right: 20px;
  }
  .blocDeQuoiSagitIl {
    padding: 0px 0 50px 0;
  }
  
  .blocDroiteDeQuoiSagit {
    padding-top: 30px;
  }
  .titleBlocAvantage {
    line-height: 140%;
  }
  .avantage {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .blocInfos {
    min-width: 100%;
  }

  .infosLeft {
    margin-right: 0px;
    margin-bottom: 30px;
    min-width: 100%;
  }

  .titreInfos {
    margin-bottom: 23px;
  }

  body.service-en-ligne #services-encart .encart .container h2 {
    margin-top: 25px;
  }

  body.service-en-ligne #services-encart.more .encart {
    padding-top: 1px;
    padding-bottom: 50px;
  }

  .blocGaucheConseils {
    min-width: auto;
    padding-left: 0px;
  }

  .contenu-conseils img {
    width: -webkit-fill-available !important;
    height: auto !important;
    width: -moz-available !important;
  }
  .bloc-questions .section_accordeon .grp_accordeon .container_accordion .title_container_accordion .chevron-container {
    right: -6.8%;
  }

  .titreBlocQuestions {
    font-size: 1.625rem;
  }

  body.service-en-ligne .banniereService {
    padding-top: 50px;
    padding-bottom: 50px;
    background: #0071B9;
  }
  body.service-en-ligne.employeur .banniereService {
    background: linear-gradient(90deg, #B33514 -1.32%, #D84018 100%);
  }
  body.service-en-ligne.retraite .banniereService {
    background: linear-gradient(90deg, #8F2356 0%, #BA4552 100%);
  }

  body.service-en-ligne.actif .banniereService {
    background: linear-gradient(90deg, #006573 0%, #00829B 100%);
  }

  body.service-en-ligne .banniereService {
    background: linear-gradient(90deg, #015B95 -1.32%, #0071B9 100%);
  }
  body.service-en-ligne.actif .jumbotron {
    background: rgba(236, 251, 253, 0.9);
  }

  .contenuBanniere {
    position: inherit;
  }

  .titleBanniere {
    font-size: 2.125rem;
    line-height: 40px;
    padding: 0px 10px 0px 10px;
  }

  .contenuBanniere .btnBanniere .btnServiceEnLigne {
    width: auto;
    padding: 13px 25px 13px 25px;
  }

  .videos-bloc iframe{
    width: -webkit-fill-available;
    width: -moz-available;
  }

  .blocGaucheDeQuoiSagit {
    min-width: auto;
  }

  .right-bloc {
    min-width: 100%;
  }

  body.service-en-ligne .bodywrapper .contenuBlocDroite .nuage {
    position: relative;
    width: -webkit-fill-available;
    width: -moz-available;
    padding-left: 9%;
    left: 28px;
    display: block;
    margin: 0;
  }

  .contenuBlocDroite .nuage:first-child p, .contenuBlocDroite .nuage p {
    position: relative;
    right: 20%;
    top: 41px;
  }

  body.service-en-ligne .bodywrapper .contenuBlocDroite > .nuage {
    margin-left: 8%;
    width: 89%;
  }

  body.article .dropdown-social ul.socials li, body.service-en-ligne .dropdown-social ul.socials li, body.actualite .dropdown-social ul.socials li {
    padding: 0;
  }

  .bloc-avantage {
    min-width: 100%;
  }

  .videos-bloc {
    min-width: 100%;
  }

  .blocGaucheConseils {
    min-width: 100%;
    padding: 0px 5px 10px 5px;
  }

  body.service-en-ligne .blocCommentCaMarche {
    padding: 50px 7px 50px 7px;
  }

  .right-bloc, .left-bloc {
    padding: 0px 5px 0px 5px;
  }

  .bloc-conseils {
    padding: 35px 0px 50px 0px;
  }

  .contenu-conseils {
    margin-left: 0px;
  }

  .blocGaucheConseils.one-bloc .blocGaucheConseils .pictoTitreblocGauche svg {
    position: relative;
    top: 0px;
    margin-top: 4px;
    min-width: 28px;
  }
  .contenuBlocDroite .youtube_player iframe {
    min-width: 100%;
  }

  .contenuBlocGauche {
    min-width: 100%;
  }

  .pictoBlocComment svg {
    margin-right: 5px;
    margin-left: 5px;
  }

  .pictoBlocComment {
    min-width: 110%;
  }
  .circle {
    width: 100px;
    height: 100px;
  }
  .circle img {
    object-fit: cover;
    height: 80px;
    width: auto;
    padding-top: 20px;
    padding-bottom: 0px;
  }

  body.service-en-ligne .content .container .blocDeQuoiSagitIl .titre-bloc-gauche p,.titleBlocAvantage, .titreInfos, .titreGaucheConseils,.titreBlocQuestions,.titleBanniere, .titreGalerie  {
    font-size: 1.75rem;
  }

  .titre-picto {
    display: inline-flex;
  }
  .pictoTitreblocGauche {
    display: inline-block;
    margin-right: 10px;
    margin-top: 11px;
  }

  .blocDeQuoiSagitIl .one-bloc .titre-picto {
    display: inherit;
  }

  .blocDeQuoiSagitIl .one-bloc .titre-picto .pictoTitreblocGauche svg {
    margin-top: -5px;
  }

  .pictoTitleQuestions svg {
    min-width: 37px;
    min-height: 30px;
  }

  .pictoGalerie svg {
    min-width: 35px;
    min-height: 26px;
  }
}

body .youtube_player {
  line-height: 0px !important; /*reduce space between video and sub text*/
}

@media screen and (min-width: 730px) and (max-width: 991px) {
  body.service-en-ligne .jumbotron {
    min-height: 720px;
    border-radius: 0px;
  }
}

@media screen and (min-width: 508px) and (max-width: 730px) {
  body.service-en-ligne .jumbotron {
    min-height: 790px;
    border-radius: 0px;
  }
}

/*Iphone 5*/
@media screen and (min-width: 319px) and (max-width: 320px){
  body.service-en-ligne .bodywrapper .contenuBlocDroite > .nuage {
    margin-left: 0%;
    width: 89%;
  }

  body.service-en-ligne .btnAvantage a {
    white-space: inherit;
  }

  body.service-en-ligne .bodywrapper div.contenuBlocDroite > .nuage {
    margin-left: 0%;
    width: 89%;
  }
}

/*Galaxy Fold*/
@media screen and (min-width: 279px) and (max-width: 328px) {
  body.service-en-ligne .btnAvantage a, .btnServiceEnLigne {
    white-space: inherit;
  }

  body.service-en-ligne .bodywrapper .contenuBlocDroite > .nuage {
    margin-left: -11%;
    width: 89%;
  }
}

@media screen and (min-width:571px) and (max-width:991px) {
  .contenuBlocDroite .nuage:first-child p, .contenuBlocDroite .nuage p {
    position: relative;
    right: 41%;
    top: 41px;
  }
}

@media screen and (min-width:400px) and (max-width:570px) {
  .contenuBlocDroite .nuage:first-child p, .contenuBlocDroite .nuage p {
    position: relative;
    right: 30%;
    top: 41px;
  }
}

@media screen and (min-width:992px) {
  .bloc-carte-service.hasChild {
    min-height: 124px;
  }
}

.bloc-questions .section_accordeon .grp_accordeon .container_accordion .main_container_accordion ul li {
  font-size: 1rem;
}

body.service-en-ligne .blocCommentCaMarche .contenuBlocDroite a {
  display: inline-block;
}

body.service-en-ligne .blocCommentCaMarche .card.ck-trans-textuelle a {
  text-decoration: none;
}

#contrastOff.btn.btn-select.active:focus-within,
#contrastOn.btn.btn-select.active:focus-within,
#tailleNormal.btn.btn-select.active:focus-within,
#tailleUp.btn.btn-select.active:focus-within,
#dyslexieOff.btn.btn-select.active:focus-within,
#dyslexieOn.btn.btn-select.active:focus-within {
  border: 2px solid #000000 !important;
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

/**** CSS Brochure ******/

.div-brochure {
  max-width: 230px;
  margin-bottom: 30px;
  padding-left: 0px;
}

.titleBrochure {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  text-decoration: underline;
  color: #000000;
  margin-top: -8px;
}

.descriptionBrochure {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #000000;
  text-align: center;
}

.descriptionBrochure  p{
  padding-top: 15px;
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.linebotm {
  position: relative;
  top: -1px;
  border-bottom: 1px solid #ADADAD;
  margin: 0;
}
body .container .div-brochure .blocImg img {
  display: block;
  margin: 0px auto 0px auto;
  width: 118px;
  height: 130px !important;
  border: 1px solid #ADADAD;
}

.linkDown {
  position: relative;
    bottom: 16px;
    left: 71.5%;
    height: 30px;
    width: 30px;
}

div.div-brochure .rspkr_dr_link {
    display: none;
}

body.actif .div-brochure .linkDown svg circle, body.actif .div-brochure .linkDownModele svg circle{
  fill: #00829B;
}

body.retraite .div-brochure .linkDown svg circle, body.retraite .div-brochure .linkDownModele svg circle{
  fill: #A82765;
} 

body.employeur .div-brochure .linkDown svg circle, body.employeur .div-brochure .linkDownModele svg circle{
  fill: #D84018;
}

body.brochure.actif .blocTitreBrochure .titleBrochure.hoveredbrochure,
body.brochure.actif .blocTitleBrochure .titleBrochure.hoveredbrochure {
  color: #00829B;
  text-decoration: none;
}
body.brochure.retraite .blocTitreBrochure .titleBrochure.hoveredbrochure,
body.brochure.retraite .blocTitleBrochure .titleBrochure.hoveredbrochure {
  color: #A82765;
  text-decoration: none;
} 
body.brochure.employeur .blocTitreBrochure .titleBrochure.hoveredbrochure,
body.brochure.employeur .blocTitleBrochure .titleBrochure.hoveredbrochure {
  color: #D84018;
  text-decoration: none;
}  

body.brochure .content .container .titleBrochure:hover, body.article .content .container .titleBrochure:hover,
body.actualite .content .container .titleBrochure:hover, body.service-en-ligne .content .container .titleBrochure:hover,
body.brochure .content .container .titleBrochure:focus, body.article .content .container .titleBrochure:focus,
body.actualite .content .container .titleBrochure:focus, body.service-en-ligne .content .container .titleBrochure:focus {
  color: #0071B9;
  text-decoration: none;
}

body.brochure.actif .content .container .titleBrochure:hover, 
body.actualite.actif .content .container .titleBrochure:hover, body.service-en-ligne.actif .content .container .titleBrochure:hover,
body.brochure.actif .content .container .titleBrochure:focus, 
body.actualite.actif .content .container .titleBrochure:focus, body.service-en-ligne.actif .content .container .titleBrochure:focus {
  color: #0F9DA3;
  text-decoration: none;
}

body.brochure.retraite .content .container .titleBrochure:hover, body.article.retraite .content .container .titleBrochure:hover,
body.actualite.retraite .content .container .titleBrochure:hover, body.service-en-ligne.retraite .content .container .titleBrochure:hover,
body.brochure.retraite .content .container .titleBrochure:focus, body.article.retraite .content .container .titleBrochure:focus,
body.actualite.retraite .content .container .titleBrochure:focus, body.service-en-ligne.retraite .content .container .titleBrochure:focus {
  color: #A82765;
  text-decoration: none;
}

body.brochure.employeur .content .container .titleBrochure:hover, body.article.employeur .content .container .titleBrochure:hover,
body.actualite.employeur .content .container .titleBrochure:hover, body.service-en-ligne.employeur .content .container .titleBrochure:hover,
body.brochure.employeur .content .container .titleBrochure:focus, body.article.employeur .content .container .titleBrochure:focus,
body.actualite.employeur .content .container .titleBrochure:focus, body.service-en-ligne.employeur .content .container .titleBrochure:focus {
  color: #D84018;
  text-decoration: none;
}

.mobileSpace .autreActus .normalActu:first-child, .encart.actualites .autreActus a.card.actuEncart:first-child {
  margin-top: 0px;
}

@media (max-width: 576px) {
  .mobileSpace .autreActus .normalActu:first-child {
    margin-top: 15px;
  }
}

@media (max-width: 469px) {
  .encart .sectionbrochure .div-brochure.div-brochure-modele {
    margin-top: 20px;
  }

}

@media (max-width: 494.98px) {
  .div-brochure-modele, .card.cardBrochure .blocModlBrochure .div-brochure, .div-brochure-modele, .card.cardFormulaire .blocModlFormulaire .div-brochure  {
    margin-top: 30px;
  }

}

@media (min-width: 930px) and (max-width: 991.98px) {
  .div-brochure.div-brochure-modele {
      margin-left: 0px;
      margin-right: 0px;
  }
}

/*MOBILE DEBUT*/
@media (max-width: 991.98px) {
  .div-brochure {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }

  .linkDown {
    position: relative;
    bottom: 17px;
    left: 70.5%;
    height: 30px;
    width: 30px;
  }

  body.brochure .imageDeFond .jumbotron {
    margin-bottom: 0px;
    min-height: 0px;
    max-height: 270px;
  }

  .linkDownModele {
    position: relative;
    bottom: 30px;
    left: 71.5%;
    height: 30px;
    width: 30px;
  }

  .sectionbrochure .div-brochure.div-brochure-modele {
    margin-top: 0px;
  }

  .cardBrochure svg, .cardFormulaire svg {
    width: auto;
    float: none;
  }
  .div-brochure-modele, .cardBrochure .blocModlBrochure .div-brochure, .div-brochure-modele, .cardFormulaire .blocModlFormulaire .div-brochure  {
    margin-top: 0px;
  }

  .blocModlBrochure .div-brochure-modele:first-child,
  .blocModlFormulaire .div-brochure-modele:first-child {
    margin-top: 0px;
  }

  body.brochure .container .blocTitle {
    margin-top: 30px;
  }

  body.brochure .container .sommairebrochure {
    padding-top: 0px !important;
    padding-right: 0px !important;
    margin-top: 0px;
  }

  body.brochure .bodywrapper .container.main .encart.content {
    padding-top: 0px;
  }

  body.brochure .container .content .container {
    padding: 0px 20px 0;
  }
  body.brochure .content ul.sommaire li {
    padding-right: 15px;
  }

  body.brochure .encart.head .tools-actu {
    margin-top:  0px;
  }

  footer .linebare {
    min-width: -webkit-fill-available;
    min-width: -moz-available;
    padding: 0px 5px 0px 5px;
  }

  .bloc-Assurance-Retraite li {
    text-align: center;
  }

  .blocModlFormulaire .formulaire .despFormulaire {
    width: 77%;
  }

  .sectionformulaire .formulaire .despFormulaire {
    display: inline-block;
    width: 76%;
  }

  .formulaire .noDescription {
    padding-bottom: 20px;
  }

  .container_accordion_Formulaire .title_container_accordion .chevron-container {
    margin-top: auto;
    margin-bottom: auto;
  }

  .container_accordion_Formulaire .title_container_accordion.color_profil {
    border-bottom: 1px solid #DBDBDB;
  }

  .container_accordion_Formulaire .main_container_accordion {
    border-top: 0px;
  }

  .blocModlFormulaire .formulaire .despFormulaire .noDescription {
    padding-bottom: 20px; 
  }

  body.brochure .head {
    margin-bottom: 50px;
  }

  body.brochure .page-tools {
    margin-bottom: 0px;
  }

  body.brochure .encart.content .container, body.formulaire .encart.content .container {
    padding: 0px 20px 0;
  }

  .formSearch {
    display: none;
  }

  .pre-header, .bloc-list-PreHeader {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }

  .navbar-toggler.div-btnEspace-personnel-mobile a.btn-espace-personnel span {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #FFFFFF;
    position: relative;
    bottom: 91%;
    display: block;
    padding: 0;
    height: auto;
  }

  #navbars2 .nav-item.js_espacePersoPS .btn.btn-primary.btn-espace-personnel {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    padding: 15px 15px 15px 15px;
    height: 100%;
  }

  .navbar-header .navbar-toggler.div-btnEspace-personnel-mobile {
    display: block;
    right: 0%;
    height: 70px;
    top: -6%;
    list-style: none;
    margin-top: 0;
    width: auto;
    padding-left: 0px;
    padding-right: 0px;
  }

  .navbar-toggler.div-btnEspace-personnel-mobile a.btn-espace-personnel {
    white-space: break-spaces;
    width: 112px;
    height: 70px;
    padding: 0;
    border-radius: 0;
  }

  .blocEspacePersonnelMobile.navbar-header .nav-item.js_espacePersoPS .espaceMobileNC svg {
    margin: 8px 0px 5px 0px !important; 
  }

  .btn-connecter .user-name {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    position: relative;
    bottom: 130%;
    text-align: center;
    color: #FFFFFF;
  }
  
  div.user-connecte-button {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;
  }
  
  input.form-control{
	margin-bottom:0px;
  }

  .user-name-connecte {
      font-family: "Raleway";
      font-style: normal;
      font-weight: 500;
      font-size: 12px;
      line-height: 14px;
      color: rgb(255, 255, 255);
      padding-left: 10px;
      padding-right: 10px;
      margin-top: 4px;
  }

  .navbar-header .btn-connecter {
    white-space: break-spaces;
    width: 112px;
    min-width: auto;
    height: 70px;
    padding: 0;
    border-radius: 0;
  }

  .navbar-header .btn-connecter .pictoConnecter {
    position: relative;
    top: -30%;
    left: -26%;
    margin-top: 8px;
    margin: 8px 0px 5px 0px !important;
  }

  .navbar-header .btn-connecter .chevronConnecter {
    left: -22%;
    bottom: 190%;
  }

  .dropdown-menu.dropdown-user {
    right: 0%;
    top: 108%;
  }

  .jumbotron .blocChapo {
    flex-direction: column;
  }

  .blocChapo .linkActif {
    margin-right: 0px;
    padding-right: 10px;
  }

  .blocChapo .linkRetraite {
    margin-left: 0px;
  }

  .align-middle .title-Une {
    width: 100%;
    text-align: center;
    padding-left: 15%;
    padding-right: 15%;
  }

  .blocChapo .linkActif .lienchapoActif svg, .blocChapo .linkRetraite .lienchapoRetraite svg {
    z-index: 3;
  }

  .linkActif .lienchapoActif, .linkRetraite .lienchapoRetraite {
    display: contents;
  }

  .tagage .listTagage {
    min-width: max-content;
    height: max-content;
  }

  .mobileSpace .card.service div.div-service-mobile {
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end;
  }

  .mobileSpace .card.service {
    padding: 0;
    height: 100%;
  }

  .mobileSpace .card.service div.div-service-mobile .bloc-titre-service {
    margin: 20px 0px 40px 0px;
  }

  .mobileSpace .card.service div.div-service-mobile .liencard svg {
    margin: 0 0px 0 5px;
    float: initial;
    width: auto;
  }

  .mobileSpace .card.service div.div-service-mobile .liencard {
    display: block;
    margin: 0px 0px 20px 0px;
    left: 50%;
    width: 100%;
    transform: translate(-50%, 100%);
  }

  .mobileSpace .cardThree {
    margin: 0;
    /* min-width: max-content; */
    max-width: 46%;
  }

  .actuPhare .normalActu .card, .encart .normalActu .card {
    width: 100%;
  }

  .normalActu .card .card-img-top, .all-actualites .card .card-img-top {
    display: none !important;
  }

  .normalActu .lireActu, .all-actualites .lireActu {
    display: flex !important;
    margin: 22px 0px 0px 0px;
  }

  .normalActu .lireActu svg, .all-actualites .lireActu svg {
    margin: 5px 0px 0px 5px;
    width: auto;
  }

  .cardContenu .title-carte {
    display: contents !important;
  }

  .blocTitreCarte {
    margin: 20px 0px;
  }

  body.chapo-premier-niveau .blocTitreCarte {
    margin: 10px 0px;
  }

  .actuPhare .normalActu .card .cardContenu .card-img-top {
    display: flex !important;
    width: 100%;
    margin-top: 0px;
  }

  .actuPhare .normalActu .card .card-img-top img {
    width: 100%;
    height: auto;
  }

  .autreActus .normalActu:first-child {
    margin-top: 20px;
  }

  .actuFlash {
    padding: 30px 20px 0px;
    margin-left: 0px;
  }

  .actuFlash .contenuActuFlash {
    min-width: auto;
  }

  .bloc-list-PreHeader .listTraductions .dropdown-menu.dropdown-medium.dropdown-menu.dropdown-langues {
    transform: none !important;
  }

  .presse .blocTwitter {
    margin: 0px 33px 24px 4px;
  }

  .lienCardPresse svg {
    margin: 0px 0px 0px 5px;
    width: auto;
    float: inherit;
  }

  .card_press .lienCardPresse {
    position: relative;
    bottom: -26px;
    padding: 20px 20px 0px 0px;
  }

  body.home.tailleUp .jumbotron .actuFlash .lieninfos {
    width: auto;
    margin-left: 0px;
  }

  body.home.tailleUp .jumbotron .actuFlash .contenuActuFlash, body.dyslexic .jumbotron .actuFlash .contenuActuFlash {
    width: auto;
  }

  .blocEspacePersonnelMobile.navbar-header .nav-item.js_espacePersoPS {
    display: block;
    float: right;
    width: auto;
  }

  .blocEspacePersonnelMobile.navbar-header .nav-item.js_espacePersoPS .espaceMobileNC {
    width: 112px;
    height: 70px;
    border-radius: 0;
    padding: 0;
  }

  .blocEspacePersonnelMobile.navbar-header .nav-item.js_espacePersoPS .espaceMobileNC span {
    width: 100%;
    float: left;
    white-space: initial;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #FFFFFF;
  }

  .encart.actualites .actuPhare a.card {
    width: 100%;
  }

  .nav-item.profil .dropdown-menu, .nav-item.profil .drop-menu {
    position: inherit;
  }

  .encart.head .container .row {
    margin: 0px;
  }

  .mobileSpace .autreActus .normalActu:first-child, .encart.actualites .autreActus a.card.actuEncart:first-child {
    margin-top: 15px;
  }

  .demarches-en-ligne .encart.head, .toutes-les-actualites .encart.head {
    padding-top: 30px;
  }

  body.demarches-en-ligne .encart.head .container, body.toutes-les-actualites .encart.head .container {
    padding: 0px 20px 0;
  }

  body.demarches-en-ligne .head .container .blocTitle .col-lg-9, body.chapo-premier-niveau .head .container .blocTitle .col-lg-9, body.toutes-les-actualites .head .container .blocTitle .col-lg-9 {
    padding: 0;
  }

  body.demarches-en-ligne .illustrationDemarches, body.toutes-les-actualites .illustrationDemarches {
    text-align: center;
    bottom: 0px;
  }

  body.chapo-premier-niveau .all-thematiques {
    padding: 20px 0px 0px;
  }

  .all-thematiques .bloc-thematique {
    padding: 0px 20px;
  }

  body.chapo-premier-niveau .content .actuPhare .card .card-img-top, body.chapo-deuxieme-niveau .content .actuPhare .card .card-img-top {
    display: none !important;
  }

  body.chapo-premier-niveau .content .actualites .container.container-actus {
    padding: 50px 25px 50px;
  }

  body.chapo-deuxieme-niveau .content .actualites .container.container-actus {
    padding: 0px 25px 0px;
  }

  body.chapo-premier-niveau .head .align-middle .title-Une, body.chapo-deuxieme-niveau .head .align-middle .title-Une {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 41px;
  }

  body.chapo-premier-niveau .accroche-demarche.navbar-nav .accroche p {
    margin-bottom: 20px;
  }

  body.chapo-premier-niveau .main.container .more#services-encart {
    padding-bottom: 1px;
  }

  body.qsn.chapo-deuxieme-niveau .main.container .more#services-encart, body.chapo-deuxieme-niveau .main.container .more#services-encart {
    padding: 0px;
    margin-top: 0px !important;
  }

  body.chapo-premier-niveau .bloc-liens-thematiques .lien-plus-articles {
    position: relative;
  }

  .list-logo-footer .container .list-inline .list-inline-item img {
    max-width: 100%;
  }

  .liste-page-enfant .page-enfant {
    text-align: center;
    padding: 0px;
    list-style: none;
  }

  body .content .container .cartes-communiquer-presse .card-presse-communiquer {
    margin-bottom: 20px;
  }

  .encart.content.presse .container.container-card-presse {
    padding-right: 0;
  }

  body.qsn .filTwitter {
    padding: 0;
    margin-top: 5px;
  }

  body .content .card-presse-communiquer .card.underline {
    min-height: 122px;
  }

  body .content .card-presse-communiquer .card.underline .card-body h3 {
    position: inherit;
    transform: none;
    margin-bottom: 30px !important;
    padding-right: 20px;
  }

  body .card-presse-communiquer a.card.underline h3::after, body.actif .card-presse-communiquer a.card.underline h3::after, body.retraite .card-presse-communiquer a.card.underline h3::after {
    display: none;
  }

  .encart.head.presse .container .card #recherche-avancee, .encart.head.actualite .container .card #recherche-avancee {
    margin-bottom: 1px !important;
  }

  body.listing .encart.content.actualite .container .card .row .col-lg-3.mb-3 .card {
    padding: 0;
    min-height: 76px;
  }

  body.listing .encart.content.actualite .container .card .row .col-lg-3.mb-3  .card-img-top {
    margin: -20px 15px 0px -20px;
  }

  .card .card-body p {
    margin: 10px 0px 20px 0px;
  }

  .nav-item .radioAdvancedFiltre {
    min-width: 20px;
  }

  .dropdown-toggle span#titre-filtre-demarches-profil, .dropdown-toggle span#titre-filtre-demarches-age, .dropdown-toggle span#titre-filtre-demarches-thematique {
    display: inherit;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: calc(100% - 40px);
    float: left;
  }

  .premier-filtre .dropdown.col-6 {
    padding-right: 0px;
    max-width: initial;
  }

  .premier-filtre .dropdown.show .dropdown-menu.show, .BlocFiltre .dropdown.filtre-last.show .dropdown-menu.show {
    max-width: -webkit-fill-available;
    max-width: -moz-available;
    margin-left: 10px;
  }

  .all-services .BlocFiltre .col-6.dropdown, .all-actualites .BlocFiltre .col-12.dropdown {
    max-width: 50%;
  }

  .all-services .BlocFiltre .col-6.dropdown .filtre, .all-actualites .BlocFiltre .col-12.dropdown .filtre {
    width: 100%;
    border: 1px solid #DBDBDB !important;
  }

  .all-services .BlocFiltre .filtre-profil {
    padding-left: 10px;
  }

  body.demarches-en-ligne .all-services .BlocFiltre .dropdown.filtre-age, body.toutes-les-actualites .all-services .BlocFiltre .dropdown.filtre-age {
    padding-left: 10px;
    padding-right: 10px;
  }

  .BlocFiltre .col-6.dropdown.show .dropdown-menu.show {
    width: calc(100% - 10px);
  }
  .all-actualites .BlocFiltre .col-6.dropdown.show .dropdown-menu.show {
    width: calc(100% - 40px);
  }

  .BlocFiltre .col-6.dropdown.filtre-age.show .dropdown-menu.show, .BlocFiltre .col-12.dropdown.filtre-age.show .dropdown-menu.show {
    width: calc(100% - 20px);
  }

  .all-services .BlocFiltre .dropdown.filtre-last.show .dropdown-menu.show, .all-actualites .BlocFiltre .dropdown.filtre-last.show .dropdown-menu.show {
    margin-left: 0px;
    width: calc(100% - 20px);
  }

  .container-recherche {
    display: inline-grid !important;
  }

  .container-recherche .menu-filtre {
    float: inherit;
  }

  .type-filtre .submit-filtre {
    width: 100%;
  }
  
  #reset-filtre-de-recherche.reset-filtre {
    display: block;
    text-align: center;
  }

  #recherche.encart {
    background: #FFFFFF;
    padding: 0px;
    border: 0;
  }

  #recherche .type-filtre {
    background: #EFF8FD;
    padding: 20px 20px 50px;
  }

  .input-mobile-recherche.form-control {
    border: 1px solid #DBDBDB;
    border-right: 0;
    padding: 15px 15px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    width: calc(100% - 60px);
    margin-right: 0 !important;
    background-color: #F2F2F2;
    border: 1px solid #949494;
    border-right: 0;
    -webkit-border-top-left-radius: 40px;
    -webkit-border-bottom-left-radius: 40px;
    -moz-border-radius-topleft: 25px;
    -moz-border-radius-bottomleft: 25px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    font-size: 1rem;
    height: 50px;
  }

  .menu-filtre .form-mobile-recherche {
    display: flex;
    width: 100%;
    margin: 20px 20px 20px 20px;
  }

  #recherche-avancee-filtre {
    margin: 0 !important;
  }

  .form-mobile-recherche .clear-form {
    position: relative;
    cursor: pointer;
    left: -68px;
    bottom: 0px;
  }

  .form-mobile-recherche button.btn-clear {
    position: absolute;
    right: 79px;
    top: 31px;
    width: auto;
    border: none;
    cursor: pointer;
    background: #F2F2F2;
  }

  .form-mobile-recherche .btn-clear .clear-form {
    position: initial;
  }

  .type-filtre.dropdown-menu.dropdown-medium {
    display: none;
  }

  .type-filtre.dropdown-menu.dropdown-medium.show, .type-filtre.dropdown-menu.dropdown-medium.keepOpen {
    display: block;
    transform: translate3d(0px, 0px, 0px) !important;
    border: 0;
    margin-top: 0px;
    z-index: 1;
  }

  .dropdown-toggle.btn-filtre-mobile[aria-expanded="true"] {
    border-left: 1px solid #0071B9 !important;
    border-right: 1px solid #0071B9 !important;
    color: #000;
    text-decoration: none;
  }

  .dropdown-toggle.btn-filtre-mobile:hover, .dropdown-toggle.btn-filtre-mobile:focus {
    color: #000;
    text-decoration: none;
  }

  .btn-filtre-mobile {
    display: block;
    margin: 0px auto;
  }

  .drop-filtre {
    width: 100%;
  }

  #popin-filtre .clear-form-filtre {
    display: block;
  }

  #popin-filtre .btnCloseFilterMobile {
    display: block;
    position: relative;
    float: right;
    cursor: pointer;
    background: #EFF8FD;
    border: none;
  }

  .form-mobile-recherche .btn-primary.btnFormSearch {
    padding: 12px 15px 15px 15px;
  }

  #resultats .aucunresultat {
    margin: 20px;
  }

  .encart.content.searchResult .container h1 {
    margin: 0px 20px 40px;
  }

  .blocEspacePersonnelMobile.navbar-header .nav-item.dropdown.user {
    display: block;
  }

  .blocEspacePersonnelMobile.navbar-header .nav-item.dropdown.user .btn-connecter {
    position: relative;
    top: -69px;
    right: 0;
    padding: 0 !important;
    text-align: center;
    float: right;
  }

  .blocEspacePersonnelMobile.navbar-header .nav-item.dropdown.user .btn-connecter .user-name {
    color: #fff;
  }

  .blocEspacePersonnelMobile.navbar-header .nav-item.dropdown.user {
    height: 0px;
  }

  .blocEspacePersonnelMobile .dropdown-menu.dropdown-user.dropdown-right {
    display: none;
  }

  .blocEspacePersonnelMobile .dropdown-menu.dropdown-user.dropdown-right.show {
    display: block;
  }

  .nav-item.actif .btn-primary:not(:disabled):not(.disabled):active, .nav-item.actif .btn-primary:not(:disabled):not(.disabled).active, .show > .nav-item.actif .btn-primary.dropdown-toggle {
    background: #01707E;
  }

  .nav-item.retraite .btn-primary:not(:disabled):not(.disabled):active, .nav-item.retraite .btn-primary:not(:disabled):not(.disabled).active, .show > .nav-item.retraite .btn-primary.dropdown-toggle {
    background: #A82765;
  }

  .navbar-light .nav-item.user .nav-link[aria-expanded="true"].dropdown-toggle.btn-connecter::after {
    display: inline-block !important;
    width: 12px !important;
    height: 6px;
    border: 0;
    vertical-align: middle;
    background: url(../modules/cnav-pub2-template/css/../images/arrow-btnConnexion-up.svg) no-repeat 0 center;
    margin-left: 8%;
    content: "";
    position: absolute;
    top: 60px;
    transform: translateY(-5px);
    left: 37%;
  }

  .navbar-light .nav-item.user .nav-link[aria-expanded="false"].dropdown-toggle.btn-connecter::after {
    display: inline-block !important;
    width: 12px;
    height: 6px;
    border: 0;
    vertical-align: middle;
    background: url(../modules/cnav-pub2-template/css/../images/arrow-btnConnexion-down.svg) no-repeat 0 center;
    margin-left: 8%;
    content: "";
    position: absolute;
    top: 60px;
    transform: translateY(-5px);
    left: 37%;
  }

  .dropdown.drop-filtre {
    width: 100%;
    min-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .actuPhare .card.underline .card-img-top img {
    height: auto;
  }

  body.toutes-les-actualites .head .align-middle .title-Une {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 41px;
  }

  body.toutes-les-actualites .encart.head .container .blocTitle .row .col-lg-12 {
    padding: 0;
  }

  .align-middle .accroche-toutes-actualites .accroche p {
    margin-bottom: 35px;
  }

  body.toutes-les-actualites .row.mobileSpace {
    padding: 0px 10px;
  }

  .all-actualites .BlocFiltre .col-6.dropdown {
    min-width: 100%;
    padding: 0px 20px;
  }

  .all-actualites .BlocFiltre .col-6.dropdown .filtre {
    width: 100%;
  }

  .navbar .navbar-nav.mr-auto .col1 .conteneur a.internalLink, .navbar .navbar-nav.mr-auto .col2 .conteneur a.internalLink, .navbar .navbar-nav.mr-auto .col1 .conteneur a.externalLink, .navbar .navbar-nav.mr-auto .col2 .conteneur a.externalLink {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-transform: none;
    white-space: inherit;
    padding: 15px 40px 15px 20px !important;
    margin: 0px;
    border-bottom: 1px solid #F2F2F2;
  }

  .all-services .BlocFiltre .dropdown.filtre-last.show .dropdown-menu.show {
    transform: translate3d(10px, 56px, 0px) !important;
  }

  body.article.chapo-premier-niveau .content .bloc-liens-thematiques .lien-plus-articles  a::after {
    padding-right: 30px;
  }

  .nav-item.profil .dropdown-menu a.chapo:focus {
    outline-offset: -2px;
  }


}
/*MOBILE FIN*/

.mobileSpace .card.service {
  border-radius: 10px;
}

body.brochure .tools-actu {
  margin-top: 0px;
}

body.brochure #headBrochureContent .blocTitle {
  margin-bottom: 20px;
}

#headBrochureContent {
  background-color: transparent;
  padding: 0px 10px 0;
}

body.brochure .content .container, body.formulaire .content .container {
    padding: 0px 10px 0;
}

body.brochure .jumbotron {
  position: relative;
  padding: 0;
  overflow: hidden;
  min-height: 190px;
  margin-bottom: -140px;
  max-height: 190px;
}

span.lineSommairebrochure {
  position: absolute;
  height: 100%;
  border: 1px solid #DAEEFB;
  top: 1.1em;
  left: 9px;
}

body.brochure .content ul.sommaire li {
  padding-left: 24px;
}

body.brochure .sommairebrochure {
  padding: 14px 30px 0px 6px !important;
  margin-bottom: 30px;
  margin-left: -13px;
  margin-top: 6px;
}

body.brochure .content .container a.titleBrochure, body.article .content .container a.titleBrochure , body.actualite .content .container a.titleBrochure,
body.service-en-ligne .content .container a.titleBrochure {
  color :  #000000;
}

body .content .card.cardBrochure h3.titleCardBrochure, body .content .card.cardFormulaire h3.titleCardFormulaire {
  font-weight: 300 !important;
  border-bottom: none;
}

body .content .card.cardBrochure, body .content .card.cardFormulaire {
  box-shadow: none !important;
  border-bottom: none;
  border-left: none;
  border-right: none;
  border-radius: 0;
}

.cardBrochure svg, .cardFormulaire svg {
  display: block;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: 35% !important;
}

.cardFormulaire .pictoFormulaire svg {
  display: block;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: 0px !important;
}

.blocModlBrochure, .blocModlFormulaire {
  margin-top: 18px;
  margin-left: 0px;
}

.linkDownModele, .cardBrochure .linkDownModele, .cardBrochure .linkDown,
.linkDownModele, .cardFormulaire .linkDownModele, .cardformulaire .linkDown {
    position: relative;
    bottom: 30px;
    left: 72.5%;
    height: 30px;
    width: 30px;
}

.blocTitleBrochure, .cardBrochure .blocModlBrochure .blocTitreBrochure,
.blocTitleFormulaire, .cardFormulaire .blocModlFormulaire .blocTitreFormulaire {
  margin-top: -24px;
}

.container-activite .blocTitreBrochure {
  margin-top: -10px;
}

.container-activite .descriptionBrochure p {
  padding-top: 10px;
}

.titleBrochure .sizefile {
  font-weight: normal;
  white-space: nowrap;
  text-align: center;
  display: block;
}

.sizefile {
  font-weight: normal;
}

body.article .content .card.cardBrochure, body.service-en-ligne .content .card.cardBrochure,
body.article .content .card.cardFormulaire, body.service-en-ligne .content .card.cardFormulaire {
  padding: 20px 0px 20px 0px;
  margin: 20px 0px 30px 0px;
}

body.brochure .div-brochure {
  padding-left: 10px;
  padding-right: 10px;
}

body.brochure .content .container a.titleBrochure {
  position: relative;
  top: -7px;
}

body.brochure .descriptionBrochure {
  margin-top: -7px;
}

body.brochure .blocTitreBrochure {
  min-width: 207px;
}

.sectionbrochure {
  padding-top: 10px;
}

.text-rs-style {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 23px;
}

.linebare {
  border-top: 1px solid #EFF8FD;
  margin-bottom: 30px;
  min-width: 940px;
  opacity: 0.3;
}

.list-logo-footer {
  margin: 0px auto 30px auto;
}

.list-logo-footer .list-inline-item {
  margin-right: 30px;
  padding: 0;
}

.list-logo-footer .list-inline-item:last-child {
  margin-right: 0px;
}

.list-logo-footer .list-inline {
  margin-bottom: 0px;
}

.lien-footer {
  padding-left: 0px;
}

.bloc-newletters {
  padding-right: 0px;
}

.blocFooter {
  margin-bottom: 30px;
}

.bloc-accroche p {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140.62%;
}

.socials li:last-child, .bloc-Assurance-Retraite li:last-child {
  padding-bottom: 0px;
}

footer ul.socials li {
    padding: 0.625rem 0;
}

.container_accordion_Formulaire {
  border: 1px solid #DBDBDB;
}

.titreFormulaire {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
}

.despFormulaire {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
}

.despFormulaire p {
  color: #000000;
  margin-top: 10px;
}

.pictoFormulaire {
  margin-right: 20px;
  border: 1px solid transparent;
}

.container_accordion_Formulaire .main_container_accordion {
  padding-top: 0px;
  margin-bottom: 0px;
}

.sectionformulaire .container_formulaire:last-child {
  border-bottom: 0px;
}

.sectionformulaire .container_formulaire {
  border-bottom: 1px solid #DBDBDB;
  padding-left: 0px;
  padding-bottom: 0px;
}

.groupeFormulaire .container_accordion_Formulaire:first-child {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.groupeFormulaire .container_accordion_Formulaire:last-child {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.groupeFormulaire .container_accordion_Formulaire:not(:last-child) {
    border-bottom: 0;
}

.groupeFormulaire {
  margin: 50px 0px 50px 0px;
  box-shadow: 0px 5px 10px rgb(0 0 0 / 10%);
  border-radius: 8px;
}

body.actif .pictoFormulaire ellipse {
  fill: #00829B;
}

body.retraite .pictoFormulaire ellipse {
  fill: #A82765;
}

body.employeur .pictoFormulaire ellipse {
  fill: #D86B56;
}

.pictoFormulaire .rspkr_dr_link, .formulaire .rspkr_dr_link {
  display: none;
}

body .content .container .groupeFormulaire a.titreFormulaire,
body .content .container .blocModlFormulaire a.titreFormulaire {
  color: #000000;
}

body .content .container .groupeFormulaire a.titreFormulaire:hover {
  color: #0071B9;
}

body .content .container .blocModlFormulaire a.titreFormulaire {
  color: #000000;
}

body.actif .content .container .groupeFormulaire .titreFormulaire:hover,
body.actif .content .container .blocModlFormulaire .titreFormulaire:hover {
  color: #00829B;
}

body.retraite .content .container .groupeFormulaire .titreFormulaire:hover,
body.retraite .content .container .blocModlFormulaire .titreFormulaire:hover {
  color: #A82765;
}

body.employeur .content .container .groupeFormulaire .titreFormulaire:hover,
body.employeur .content .container .blocModlFormulaire .titreFormulaire:hover {
  color: #D84018;
}

.container_formulaire {
  border: none;
  padding: 20px 20px 20px 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-box-align: middle;
  display: flex;
  align-items: center;
  margin: 0px;
  line-height: 140%;
}

body.actif .content .container .groupeFormulaire .titreFormulaire.hovered,
body.actif .content .container .blocModlFormulaire .titreFormulaire.hovered {
  color: #00829B;
  text-decoration: none;
}

body.retraite .content .container .groupeFormulaire .titreFormulaire.hovered,
body.retraite .content .container .blocModlFormulaire .titreFormulaire.hovered {
  color: #A82765;
  text-decoration: none;
}

body.employeur .content .container .groupeFormulaire .titreFormulaire.hovered,
body.employeur .content .container .blocModlFormulaire .titreFormulaire.hovered {
  color: #D84018;
  text-decoration: none;
}

.noDescription {
  padding-bottom: 0px;
}

.sectionformulaire .container_formulaire .formulaire .despFormulaire .noDescription {
  padding-bottom: 40px;
}


.blocModlFormulaire .formulaire {
  margin-top: 30px;
}

.blocModlFormulaire .formulaire:first-child {
  margin-top: 0px;
}

.sectionformulaire .container_formulaire {
  padding-right: 0;
}

.despFormulaire {
  display: inline-block;
  max-width: 92.7%;
}

.blocModlFormulaire .formulaire .despFormulaire {
  display: inline-block;
  max-width: 91%;
}

.sectionformulaire .formulaire, .formulaire .pictoFormulaire {
  vertical-align: top;
  display: inline-block;
}

.blocModlFormulaire .formulaire .pictoFormulaire {
  margin-top: 0px;
}

.blocModlFormulaire .formulaire {
  display: inline-block;
}

.blocModlFormulaire .despFormulaire {
    display: inline-block;
}

.searchformulaire {
  display: inline;
}

.pictoformulairesearch svg, .pictoBrochureSearch svg {
  margin-top: -10px;
}
.pictoformulairesearch:hover, .pictoformulairesearch:focus, .pictoBrochureSearch:hover, .pictoBrochureSearch:focus {
  text-decoration: none;
}
.parg-btn-abonner {
    padding-top: 0px;
}

.searchformulaire .type, .searchbrochure .type {
  top: -3px;
}

.sectionbrochure .linkDownModele {
  position: relative;
  bottom: 16px;
  left: 71.5%;
  height: 30px;
  width: 30px;
}

.sectionbrochure .blocTitleBrochure {
  margin-top: 0px;
}

body.dyslexic .titreFormulaire, body.dyslexic .titleBrochure {
  font-family: 'opendyslexic', sans-serif !important;
}

.bloc-list-PreHeader {
  margin: 0;
  padding: 0px;
  background: #EFF8FD;
  list-style: none;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.bloc-list-PreHeader li {
  padding: 0px;
  min-width: fit-content;
  border-top: 1px solid #DAEEFB;
  border: 1px solid #DAEEFB;
  border-bottom: 0px;
}
.bloc-list-PreHeader li:hover, .bloc-list-PreHeader li a:focus {
  background: #DAEEFB;
}
.bloc-list-PreHeader li:first-child {
  border-left: 1px solid #EFF8FD;
  border-top: 0;
}

.bloc-list-PreHeader li {
  border-top: 0px;
}
.bloc-list-PreHeader li:last-child {
  border-right: 1px solid #EFF8FD;
}

.bloc-list-PreHeader li a {
  display: inline-block;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #006DB3;
  padding: 6.5px 20px 6.5px 20px;
  min-height: 32px;
}

.bloc-list-PreHeader li a img {
  margin-right: 5px;
}

.listTraductions .dropdown-menu.dropdown-langues .listTraductionPreHeader .btn {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: left;
  padding:  17px 20px 17px 20px;
  box-shadow: none !important;
  border: 0 !important;
  border-bottom: 1px solid #F2F2F2 !important;
  border-radius: 0;
}

.listTraductions .dropdown-menu.dropdown-langues .listTraductionPreHeader a {
  font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-align: left;
    padding: 17px 20px 17px 20px;
    box-shadow: none !important;
    border: 0 !important;
    border-bottom: 1px solid #F2F2F2 !important;
    border-radius: 0;
    width: 100%;
    color: #000;
}

.listTraductions .dropdown-menu.dropdown-langues .listTraductionPreHeader a:hover {
  text-decoration: none;
  background: #EFF8FD;
}

.listTraductions .dropdown-menu.dropdown-langues .listTraductionPreHeader a:last-child {
  border-bottom: 0px !important;
}

.listTraductions .dropdown-menu.dropdown-langues .listTraductionPreHeader .btn:last-child {
  border-radius: 0px 0px 10px 10px;
}

.listTraductionPreHeader .btn:last-child {
  margin: 0;
}

.bloc-list-PreHeader .listTraductions .dropdown-menu.dropdown-medium.dropdown-langues {
  width: -webkit-fill-available;
  width: -moz-available;
  min-width: fit-content;
  min-width: -moz-fit-content;
  padding: 0;
  border: 1px solid #F2F2F2;
  top: 2px !important;
  border-radius: 0px 0px 10px 10px;
  border-color: #F2F2F2;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  transform: translate3d(0px, 31px, 0px) !important;
}

.listTraductions .dropdown-menu.dropdown-langues .listTraductionPreHeader .btn:hover,
.listTraductions .dropdown-menu.dropdown-langues .listTraductionPreHeader .btn:focus {
  background: #EFF8FD !important;
}

.chevron {
  margin-left: 5px;
  margin-bottom: 2px;
}

.bloc-list-PreHeader .btnReglages .chevron {
  display: inline-block;
}

.bloc-list-PreHeader .listTraductions.show .dropdown-toggle .chevron, .btnReglagesPreHeader.show .reglages .chevron {
  transform: rotate(180deg);
}

.containerPre-header {
  background: #EFF8FD;
  border-bottom: 1px solid #DAEEFB;
  min-width: 100%;
  z-index: inherit;
}

.pre-header {
  max-width: 1280px;
  min-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.blocHeader {
  min-width: 100%;
  background: #FFFFFF;
}

.btnReglagesPreHeader.show .reglages, .listTraductions.show  .dropdown-toggle, .listTraductions .dropdown-toggle:hover, .btnReglagesPreHeader .reglages:hover,
.btnReglagesPreHeader.show .reglages, .listTraductions.show  .dropdown-toggle, .listTraductions .dropdown-toggle:focus, .btnReglagesPreHeader .reglages:focus {
  text-decoration: underline;
}

/*Btn reglage preHeader*/
.btnReglagesPreHeader .btn-group-toggle .btn input[type="checkbox"], .btnReglagesPreHeader .btn-group-toggle .btn input[type="radio"], .btnReglagesPreHeader .btn-group-toggle .btn-group .btn input[type="checkbox"], .btnReglagesPreHeader .btn-group-toggle .btn-group .btn input[type="radio"] {
  position: inherit;
  clip: inherit;
  width: 20px;
  height: 20px;
  top: 4px;
  margin-right: 7px;
}

.btnReglagesPreHeader .btn-group-toggle .btn.btn-select.active, .btnReglagesPreHeader .btn-group-toggle .btn.btn-select {
  color: #000000 !important;
  border: 0px !important;
  border-radius: 0px !important;
  background: #fff !important;
  box-shadow: none !important;
}

.btnReglagesPreHeader .dropdown-menu.dropdown-medium.dropdown-center .btn.btn-select.active {
  font-weight: 400;
  font-size: 14px;
  padding: 0px 15px 10px 15px;
  text-align: left;
}

.btnReglagesPreHeader .dropdown-menu.dropdown-medium.dropdown-center .btn.btn-select {
  padding: 0px 15px 10px 15px;
  text-align: left;
  font-size: 14px;
  font-weight: normal;
}


.btnReglagesPreHeader .dropdown-menu.dropdown-medium.dropdown-center .btn.btn-select#tailleNormal,
.btnReglagesPreHeader .dropdown-menu.dropdown-medium.dropdown-center .btn.btn-select#tailleUp,
.btnReglagesPreHeader .dropdown-menu.dropdown-medium.dropdown-center .btn.btn-select#dyslexieOff,
.btnReglagesPreHeader .dropdown-menu.dropdown-medium.dropdown-center .btn.btn-select#dyslexieOn {
  padding: 0px 15px 10px 15px;
  font-weight: normal;
}

.btnReglagesPreHeader .dropdown-menu.dropdown-medium.dropdown-center .btn-group-toggle .btn.btn-select:last-child {
  border-radius: 0px 0px 10px 10px !important;
}

.btnReglagesPreHeader .btn-group-toggle .btn.btn-select {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #000000;
}

.btnReglagesPreHeader .dropdown-menu.dropdown-medium.dropdown-center.dropdown-reglages {
  padding: 0;
  min-width: auto;
  top: 2px !important;
  border-radius: 0px 0px 10px 10px;
  border-color: #F2F2F2;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  transform: translate3d(0px, 31px, 0px) !important;
}

.btnReglagesPreHeader .dropdown-menu.dropdown-medium.dropdown-center.dropdown-reglages div:last-child .btn-group-toggle.blocradio label:last-child {
  border-radius: 0px 0px 10px 10px !important;
}

.btnReglagesPreHeader .dropdown-menu.dropdown-medium.dropdown-center.dropdown-reglages .dropdown-divider {
  margin-top: 10px;
}

.titlebloc .titleReglages {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 16px;
  padding: 15px 15px 10px 15px;
}

.pre-header .bloc-list-PreHeader li a:focus, .pre-header:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: 0px;
}

body.dyslexic .text-rs-style, body.dyslexic .lien-footer ul li a, body.dyslexic .bloc-reseaux-sociaux ul li a,
body.dyslexic .bloc-list-PreHeader li a, body.dyslexic label, body.dyslexic .encart.actualites .bouttonAllActu,
body.dyslexic .user-name, body.dyslexic .js_espacePersoPS a, body.dyslexic .liMenuCol a, body.dyslexic .chapo, body.dyslexic .liMenu a,
body.dyslexic .parg-btn-abonner a, body.dyslexic .list-inline-item a, body.dyslexic #search-mobile input, body.dyslexic .titleMenu,
body.dyslexic #menu-user-name {
  font-family: 'opendyslexic', sans-serif !important;
}

body.tailleUp .bloc-list-PreHeader li a, body.tailleUp .blocradio label {
  font-size: 16px !important;
}

body.tailleUp .card .card-body .title-carte, body.tailleUp .titreFormulaire {
  font-size: 20px !important;
}

body.tailleUp .normalActu .card .card-body p, body.tailleUp .card.actuEncart .card-body p, body.tailleUp .card.actu.underline .card-body p, body.tailleUp .bouttonAllBrochure, body.tailleUp .bouttonAllActu,
body.tailleUp .listTagage, body.tailleUp .filtre, body.tailleUp .filtre-profil .dropdown-menu .nav-item .nav-link, body.tailleUp .filtre-last .dropdown-menu .nav-item .nav-link,
body.tailleUp .inputSearch, body.tailleUp .dropdown-menu.dropdown-user a, body.tailleUp .dropdown-menu.dropdown-user a.externalLinkConnecter, body.tailleUp #menu-user-name {
  font-size: 18px !important;
}

 body.home.tailleUp .encart.bgGreyMobile.listeService .container .title-service {
  font-size: 2rem !important;
}

body.formulaire .content .container .accroche p {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 140.88%;
  color: #333333;
  mix-blend-mode: normal;
  margin-top: 24px;
}

.navbar-header .titleMenu {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #0071B9;
  right: 29%;
  min-width: 19%;
  height: -webkit-fill-available;
  margin-top: 0px;
  border-left: 1px solid #F2F2F2;
  border-radius: 0px;
  background-color: transparent;
}

.navbar-header .titleMenu {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #0071B9;
  min-width: 72px;
  right: 112px;
  min-height: 70px;
}

.btnRecherche {
  background: #F2F2F2;
  height: 50px;
}

.navbar-toggler.div-btnEspace-personnel-mobile {
  display: block;
  right: -0.86%;
  width: auto;
  height: 70px;
  top: -2%;
  list-style: none;
  padding: 4px 27px;
  margin-top: 16px;
}

.div-btnEspace-personnel-mobile a.btn-espace-personnel span {
  color: #fff;
  font-size: 0.9375rem;
  font-weight: 500;
  padding: 12px 15px;
  height: inherit;
  vertical-align: middle;
  margin: 0px;
  padding: 12px 0px;
}

.div-btnEspace-personnel-mobile a.btn-espace-personnel {
  padding: 0px 20px;
  height: 50px;
}

/*media entre 768px et 1044px*/
@media (min-width: 768px) and (max-width: 991.98px) {
  .blocChapo .linkActif {
    margin-right: 10px;
    padding-left: 0px;
    padding-right: 0px;
  }

  .blocChapo .linkRetraite {
    padding-right: 10px;
    margin-left: 10px;
  }
}

/* media en dessous de 369px*/
@media (max-width: 369px) {
  .list-logo-footer .container .list-inline {
    text-align: center;
  }

  .list-logo-footer .container .list-inline .list-inline-item:first-child {
    margin-bottom: 20px;
    margin-right: 0px;
  }
}

/*media entre 992px et 1093px*/
@media screen and (min-width: 992px) and (max-width: 1093px) {
  body.home .jumbotron {
    border-bottom-right-radius: 74px;
  }
}

/*media entre 992px et 1044px*/
@media screen and (min-width: 992px) and (max-width: 1044px) {
  .pre-header .bloc-list-PreHeader li a {
    padding: 6.5px 15px 6.5px 15px;
  }
}
/*media inferieur a 333px*/
@media (max-width: 333px) {
  .navbar-header .navbar-toggler.div-btnEspace-personnel-mobile a.btn-espace-personnel {
    position: relative;
    float: right;
    top: 16%;
    height: 50px;
    width: 50px;
    border-radius: 54px;
  }

  .navbar-header .navbar-toggler.div-btnEspace-personnel-mobile a.btn-espace-personnel span {
    display: none;
  }

  .navbar-header .navbar-toggler.div-btnEspace-personnel-mobile a.btn-espace-personnel.nav-link.btn.btn-primary.ml-4 {
    top: 17%;
    left: -17%;
    margin-left: 15px !important;
  }

  .navbar-header .navbar-toggler.div-btnEspace-personnel-mobile a.btn-espace-personnel svg {
    top: -28%;
    left: -26%;
  }

  .navbar-header .navbar-toggler.div-btnEspace-personnel-mobile {
    width: auto;
  }

  .navbar-header .div-btnEspace-personnel-mobile .titleMenu {
    border-right: 1px solid #F2F2F2;
  }
}

.linkActif .lienchapoActif p {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 130%;
  color: #007C94;
  text-shadow: none;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  padding: 12px 20px 12px 20px;
  margin-bottom: 0px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  margin-top: 0px;
  border: 1px solid #F2F2F2;
  border-right: none;
  z-index: 2;
}

.linkRetraite .lienchapoRetraite p {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 130%;
  color: #A82765;
  background: #FFFFFF;
  text-shadow: none;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  padding: 12px 20px 12px 20px;
  margin-bottom: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 8px;
  margin-top: 0px;
  border: 1px solid #F2F2F2;
  border-right: none;
  border-top-right-radius: 8px;
  z-index: 2;
}

.linkActif .lienchapoActif svg, .linkRetraite .lienchapoRetraite svg {
  position: relative;
  float: right;
  background: #fff;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border: 1px solid #F2F2F2;
  border-left: 0px;
}

.linkActif p, .linkRetraite p {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  color: #000000;
  text-shadow: none;
  padding: 20px 20px 15px 20px;
  background: #FFFFFF;
  border-radius: 0px 0px 10px 10px;
  margin-top: -5px;
  min-width: 300px;
  min-height: calc(100% - 60px);
}

.linkRetraite p {
  background: #FFF6FB;
}

.linkActif {
  margin-right: 10px;
  padding-right: 0px;
  padding-left: 0px;
}

.linkRetraite {
  margin-left: 10px;
  padding-left: 0px;
}

.blocChapo {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: inherit;
  margin: 0;
  width: 100%;
}

.lienchapoActif, .lienchapoRetraite {
  display: inline-block; 
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  min-width: -webkit-fill-available;
  min-width: -moz-available;
}

.lienchapoActif:hover, .lienchapoActif:focus {
  color: #007C94;
}

.lienchapoRetraite:hover, .lienchapoRetraite:focus {
  color: #A82765;  
}

.sous-titre {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #0071B9;
  margin-bottom: 30px;
}

.containerActuHome .sous-titre, .container-actus .sous-titre, .conteneur-cartes .sous-titre {
  margin-bottom: 0px;
}

.encart.actualites .containerActuHome .mobileSpace, .encart.actualites .container-actus .mobileSpace, body.chapo-premier-niveau .content .bloc-cartes-services .container.conteneur-cartes .mobileSpace {
  margin-top: 30px;
}

.title-service {
  text-align: center;
  margin-top: 0px;
}

body.chapo-premier-niveau .tagage {
  margin-top: 0px;
}

.tagage {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin-top: 20px;
  margin-bottom: 0px;
}

.listTagage {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  padding: 5px 10px;
  border-radius: 5px;
  margin-right: 5px;
}

.tagage .listTagage:last-child {
  margin-right: 0px;
}

.listTagage.actif {
  color: #007C94;
  background: #EEFBFD;
}

.listTagage.retrait {
  color: #A82765;
  background: #FFF6FB;
}

.listTagage.bleu {
  color: #0071B9;
  background: #EFF8FD;
}

.liencard {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  text-decoration-line: underline;
  margin-right: 0px;
  position: absolute;
  bottom: 22px;
  color: #0071B9;
}

.liencard svg {
  margin: 0 0px 0 5px;
}

.liencard.actif svg path,
.liencard.actifretrait svg path,
.liencard.retraitactif svg path {
  fill: #007C94;
}

.liencard.retrait svg path {
  fill: #A82765;
}

.bloc-titre-service {
  text-align: center;
  margin-bottom: 20%;
}

.liencard.actif, .liencard.actifretrait, .liencard.retraitactif {
  color: #007C94;
}

.liencard.retrait {
  color: #A82765;
}

a.card.service.actif:hover, a.card.service.actif:focus,
a.card.service.actifretrait:hover, a.card.service.actifretrait:focus,
a.card.service.retraitactif:hover, a.card.service.retraitactif:focus {
    box-shadow: 0px 0px 0px 2px #007C94, 0px 4px 50px rgb(1 120 176 / 20%) !important;
}

a.card.service.retrait:hover, a.card.service.retrait:focus {
    box-shadow: 0px 0px 0px 2px #A82765, 0px 4px 50px rgb(160 1 176 / 20%) !important;
}

a.card.service.actif:hover, a.card.service.actif:focus,
a.card.service.actifretrait:hover, a.card.service.actifretrait:focus,
a.card.service.retraitactif:hover, a.card.service.retraitactif:focus {
  border-color: #007C94;
}

a.card.service.retrait:hover, a.card.service.retrait:focus {
  border-color: #A82765;
}

.cardThree {
  padding: 0px;
    border: 1px solid #DBDBDB;
    box-shadow: 0px 5px 10px rgb(0 0 0 / 10%);
    border-radius: 10px;
    transform: rotate(5deg);
    max-width: 220px;
    background: #FFFFFF;
    margin-right: 10px;
    margin-left: 10px;
}

.cardTwo {
  height: 100%;
  border: 1px solid #DBDBDB;
  box-shadow: 0px 5px 10px rgb(0 0 0 / 10%);
  border-radius: 10px;
  transform: rotate(-2deg);
  background: #FFFFFF;
}

.cardPrincipal {
  transform: rotate(-3deg);
  background: #EFF8FD;
}

@media (min-width: 576px) and (max-width: 992px) {
  .cardPrincipal {
    transform: rotate(-1deg);
  }
  .cardTwo {
    transform: rotate(-1deg);
  }
  .cardThree {
    transform: rotate(2deg);
  }

}

@media (max-width: 316px) {
  body.demarches-en-ligne .illustrationDemarches img, body.toutes-les-actualites .illustrationToutesActualites img {
    width: 220px;
  }
}

.mobileSpace .col-lg-3.mb-2 {
  margin-bottom: 1.875rem !important;
}

.cardPrincipal .text-service-style {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  align-items: center;
  text-align: center;
  text-decoration-line: underline;
  color: #0071B9;
  margin: auto;
  padding: 0;
}

.bouttonAllActu {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF !important;
  background: #0071B9 !important;
  border-radius: 25px;
  border: 1px solid transparent !important;
}

.encart.actualites.actif .bouttonAllActu {
  background: #00829B !important;
}

.encart.actualites.retraite .bouttonAllActu {
  background: #A82765 !important;
}

.encart.actualites.employeur .bouttonAllActu {
  background: #D86B56 !important;
}

body.actif .bouttonAllActu:hover, body.actif .bouttonAllActu:focus,
body.retraite .bouttonAllActu:hover, body.retraite .bouttonAllActu:focus,
body.employeur .bouttonAllActu:hover, body.employeur .bouttonAllActu:focus {
  background: #FFFFFF !important;
}

body main .encart .btn.btn-secondary.bouttonAllActu:hover svg path, body.actif main .encart .btn.btn-secondary.bouttonAllActu:focus svg path {
    fill: #0071B9;
}

body.actif main .btn.btn-secondary.bouttonAllActu svg path,
body.retraite main .btn.btn-secondary.bouttonAllActu svg path,
body.employeur main .btn.btn-secondary.bouttonAllActu svg path {
    fill: #FFFFFF;
}

.encart.actualites.retraite .btn.btn-secondary.bouttonAllActu:hover svg path, .encart.actualites.retraite .btn.btn-secondary.bouttonAllActu:focus svg path {
    fill: #A82765;
}

body.employeur main .btn.btn-secondary.bouttonAllActu:hover svg path, body.employeur main .btn.btn-secondary.bouttonAllActu:focus svg path {
    fill: #D86B56;
}

.btn.bouttonAllActu svg {
  margin: 0 0px 0 15px !important;
}

.text-lg-center {
  text-align: center;
  margin: 0px 0px 10px 0px;
}

.lireActu {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-decoration-line: underline;
  color: #0071B9;
  background-color: #FFF;
  margin: 12px 0px 0px 0px;
}

.lireActu.actif,
.actuPhare .lireActu.actifretrait, .actuPhare .lireActu.actifretrait,
.actuPhare .lireActu.retraitactif, .actuPhare .lireActu.retraitactif,
.autreActus .lireActu.actifretrait, .autreActus .lireActu.actifretrait,
.autreActus .lireActu.retraitactif, .autreActus .lireActu.retraitactif {
  color: #00829B;
}

.lireActu.actifretrait, .lireActu.retraitactif {
  color: #00829B;
}

.lireActu.retrait {
  color: #A82765;
}

.lireActu.actif svg path,
.lireActu.actifretrait svg path,
.lireActu.retraitactif svg path {
  fill: #00829B;
}

.lireActu.retrait svg path {
  fill: #A82765;
}

.lireActu svg {
  margin: 0px 0px 0px 5px;
  width: auto;
  float: none;
}

.card-text {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #000000;
}

.cardContenu {
  width: 100%;
}

.normalActu {
  margin: 10px 0px 0px;
}

.normalActu .card {
  border-radius: 10px;
}

.actuPhare {
  margin-bottom: 6px;
}

.encart.actualites .actuPhare a.card {
  width: 100%;
  padding: 20px;
}

.tagageActu {
    display: flex;
    list-style: none;
    padding: 0;
    margin-bottom: 0px;
}

.actuFlash {
  background: #FFFFFF;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  margin-top: 30px;
  margin-left: -3px;
}

.titreActuFlash {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 130%;
  color: #000000;
  padding: 7px 10px;
  background: #FFCF42;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  display: inline-flex;
  align-items: center;
  max-width: max-content;
  margin: 0;
}

.contenuActuFlash {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #000000;
  background: #fff;
  padding: 7px 10px;
  min-width: 80%;
}

.lieninfos  {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  text-decoration-line: underline;
  color: #0071B9;
  padding: 7px 10px;
  opacity: 0.9;
  background: #fff;
  display: inline-flex;
  align-items: center;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  padding-right: 10px;
}

.titlelinkActuFlash {
  padding-right: 5px;
  margin-left: 10px;
}

.lienCardPresse {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-decoration-line: underline;
  margin-right: 0px;
  bottom: 22px;
  color: #0071B9;
  padding: 20px 20px 0px 20px;
}

.lienCardPresse svg {
  margin: 0px 0px 0px 5px;
}

.card .card-body.card-presse p {
  margin: 20px 20px 0px 20px;
}

.blocTwitter {
  background: #DBDBDB;
  padding: 0px;
  box-shadow: 0px 5px 10px rgb(0 0 0 / 10%) !important;
  transition: ease all 300ms;
  overflow: hidden;
  border-radius: 12px;
  margin-bottom: 24px;
  margin-left: 15px;
}

/*This will work for firefox*/
@-moz-document url-prefix() {
  .blocTwitter {
    padding: 0px;
    box-shadow: 0px 5px 10px rgb(0 0 0 / 10%) !important;
    transition: ease all 300ms;
    overflow: hidden;
    border-radius: 12px;
    margin-bottom: 24px;
    margin-left: 15px;
    display: inline;
    align-items: center;
    flex-direction: column;
    height: 100%;
  }

  .tac_activate.tac_activate_twittertimeline {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

body.actif main .presse .btn-primary, body.retraite main .presse .btn-primary, body.employeur main .presse .btn-primary,
body.actif main .actualite .btn-primary, body.retraite main .actualite .btn-primary, body.employeur main .actualite .btn-primary {
  background: linear-gradient(90deg, #015A94 -1.32%, #0071B9 100%);
}

body.actif .presse .nav-pills .nav-link.active, body.actif .presse .nav-pills .show > .nav-link,
body.retraite .presse .nav-pills .nav-link.active, body.retraite .presse .nav-pills .show > .nav-link,
body.employeur .presse .nav-pills .nav-link.active, body.employeur .presse .nav-pills .show > .nav-link,
body.actif .actualite .nav-pills .nav-link.active, body.actif .actualite .nav-pills .show > .nav-link,
body.retraite .actualite .nav-pills .nav-link.active, body.retraite .actualite .nav-pills .show > .nav-link,
body.employeur .actualite .nav-pills .nav-link.active, body.employeur .actualite .nav-pills .show > .nav-link {
  border-bottom: 3px solid #0071B9;
  color: #0071B9;
}

body.actif .presse .breadcrumb .breadcrumb-item.active, body.retraite .presse .breadcrumb .breadcrumb-item.active,
body.employeur .presse .breadcrumb .breadcrumb-item.active,
body.actif .actualite .breadcrumb .breadcrumb-item.active, body.retraite .actualite .breadcrumb .breadcrumb-item.active,
body.employeur .actualite .breadcrumb .breadcrumb-item.active {
  color: #0071B9;
}

body.actif .presse .breadcrumb-item + .breadcrumb-item::before,
body.retraite .presse .breadcrumb-item + .breadcrumb-item::before,
body.employeur .presse .breadcrumb-item + .breadcrumb-item::before,
body.actif .actualite .breadcrumb-item + .breadcrumb-item::before,
body.retraite .actualite .breadcrumb-item + .breadcrumb-item::before,
body.employeur .actualite .breadcrumb-item + .breadcrumb-item::before {
  background: url("../modules/cnav-pub2-template/css/../images/icon-breadcrumb.svg") no-repeat;
}

body.actif .encart.presse .container a.btn.btn-secondary:hover,
body.retraite .encart.presse .container a.btn.btn-secondary:hover,
body.employeur .encart.presse .container a.btn.btn-secondary:hover,
body.actif .encart.actualite .container a.btn.btn-secondary:hover,
body.retraite .encart.actualite .container a.btn.btn-secondary:hover,
body.employeur .encart.actualite .container a.btn.btn-secondary:hover {
  color: #0071B9 !important;
  border: 1px solid #0071B9 !important;
}

.tac_activate.tac_activate_twittertimeline:has(.twitter-timeline.twitter-timeline-rendered) {
  padding: 0px;
}

.breadcrumb-item::marker, .nav-item.dropdown.user::marker{
  content: none;
}

#recherche {
  background: #EFF8FD;
  padding-bottom: 40px;
}

.encart.searchResult {
  padding-top: 104px;
}

.encart.searchResult .container h1 {
  margin-top: 20px;
}

.searchResult {
  padding: 70px 5px 50px 5px;
  max-width: 44%;
}

.searchResult .dropdown-search {
  min-width: 100%;
  height: 50px;
  padding: 0px 11px 0px 15px;
}

.typeProfil, .typeContenu, body.recherche #recherche-avancee-filtre .typeProfil, body.recherche #recherche-avancee-filtre .typeContenu {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: #333333;
  margin-bottom: 10px;
  margin-top: 0px;
}

.linkpage.dropdown-item.final {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  text-align: left;
  padding: 10px 0px 0px 0px;
}

.pagchapo {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  color: #007C94;
}

.rightBlocHeader {
  display: flex;
  list-style: none;
}

.formDesktop {
  margin: 15px 20px 0px 0px;
}

.blocEspacePersonnelMobile .nav-item.js_espacePersoPS {
  display: none;
}

#navbars2 li a.btn.btn-connecter {
  display: inline-block;
  font-size: 1rem;
  margin: 12px 0px 12px 0px;
  padding: 12px 19px 12px 19px !important;
  height: 50px;
  white-space: nowrap;
}

.chapo, .nav-item.profil .dropdown-menu a.chapo, .chapo, .nav-item.profil .drop-menu a.chapo,
.chapo, .nav-item.profil .dropdown-menu button.chapo, .chapo, .nav-item.profil .drop-menu button.chapo {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 5px;
  white-space: break-spaces;
}

.nav-item.profil.actif .dropdown-menu .chapo,
.nav-item.profil.actif .drop-menu .chapo {
  display: inline-block;
  vertical-align: -webkit-baseline-middle;
  color: #007C94;
  padding: 0 !important;
  border: 0;
}

.nav-item.profil.actif .dropdown-menu a.chapo:hover, .nav-item.profil.actif .dropdown-menu a.chapo:focus,
.nav-item.profil.actif .drop-menu a.chapo:hover, .nav-item.profil.actif .drop-menu a.chapo:focus {
  text-decoration: underline;
}

.nav-item.profil.actif .dropdown-menu .col3 .chapo:hover, .nav-item.profil.actif .dropdown-menu .col3 .chapo:focus,
.nav-item.profil.actif .drop-menu .col3 .chapo:hover, .nav-item.profil.actif .drop-menu .col3 .chapo:focus {
  background: #EEFBFD;
}

.nav-item.profil.retraite .dropdown-menu .col3 .chapo:hover, .nav-item.profil.retraite .dropdown-menu .col3 .chapo:focus,
.nav-item.profil.retraite .drop-menu .col3 .chapo:hover, .nav-item.profil.retraite .drop-menu .col3 .chapo:focus {
  background: #FFF6FB;
}

.nav-item.profil.retraite .dropdown-menu .chapo, .nav-item.profil.retraite .drop-menu .chapo {
  color: #A82765;
  padding: 0;
}

.nav-item.profil .dropdown-menu .dropdown-item:hover, .nav-item.profil .dropdown-menu .dropdown-item:focus,
.nav-item.profil .drop-menu .dropdown-item:hover, .nav-item.profil .drop-menu .dropdown-item:focus {
  background: #fff;
}

.col1, .col2 {
  padding: 0px 0px 30px 30px;
  margin: 0;
  max-height: max-content;
  margin-left: 0px !important;
}

.col3 {
  padding: 0px 31px 30px 20px;
  margin: 0;
  max-height: max-content;
}

.col1 ul, .col2 ul, .col3 ul {
  padding: 0;
  margin: 0;
}

.col1 .liMenu::marker, .col2 .liMenu::marker, .col3 .liMenu::marker,
.col1 .liMenuCol::marker, .col2 .liMenuCol::marker, .col3 .liMenuCol::marker {
  content: none;
}

.nav-item .dropdown-menu .col1 .liMenu a, .nav-item .dropdown-menu .col2 .liMenu a, .nav-item .dropdown-menu .col3 .liMenu a,
.nav-item .dropdown-menu .col1 .liMenuCol a, .nav-item .dropdown-menu .col2 .liMenuCol a,
.nav-item .drop-menu .col1 .liMenu a, .nav-item .drop-menu .col2 .liMenu a, .nav-item .drop-menu .col3 .liMenu a,
.nav-item .drop-menu .col1 .liMenuCol a, .nav-item .drop-menu .col2 .liMenuCol a, .nav-item .dropdown-menu .col3 .liMenuCol a {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  padding: 0;
  text-align: left;
  white-space: normal;
  width: fit-content;
  width: 100%;
  padding: 0px !important;
  border: 0px;
}

.nav-item.profil .dropdown-menu li.liMenu, .nav-item.profil .dropdown-menu li.liMenuCol,
.nav-item.profil .drop-menu li.liMenu, .nav-item.profil .drop-menu li.liMenuCol {
  border: 0;
  margin-top: 10px;
}

.nav-item .dropdown-menu .col1 .liMenuCol a, .nav-item .drop-menu .col1 .liMenuCol a, .nav-item .dropdown-menu .col2 .liMenuCol a, .nav-item .drop-menu .col2 .liMenuCol a {
  padding: 0 !important;
  border: 0;
  white-space: break-spaces;
}

.nav-item .dropdown-menu .col1 .liMenuCol a:hover, .nav-item .dropdown-menu .col1 .liMenuCol a:focus,
.nav-item .dropdown-menu .col2 .liMenuCol a:hover, .nav-item .dropdown-menu .col2 .liMenuCol a:focus,
.nav-item .dropdown-menu .liMenu a:hover, .nav-item .dropdown-menu .liMenu a:focus,
.nav-item .drop-menu .col1 .liMenuCol a:hover, .nav-item .drop-menu .col1 .liMenuCol a:focus,
.nav-item .drop-menu .col2 .liMenuCol a:hover, .nav-item .drop-menu .col2 .liMenuCol a:focus,
.nav-item .drop-menu .liMenu a:hover, .nav-item .drop-menu .liMenu a:focus {
  color: #000000;
  text-decoration: underline;
}

.col1 a, .col2 a {
  display: block;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  margin-top: 10px;
}

.navbar-nav.mr-auto .col1 .conteneur a.internalLink, .navbar-nav.mr-auto .col2 .conteneur a.internalLink,
.navbar-nav.mr-auto .col1 .conteneur a.externalLink, .navbar-nav.mr-auto .col2 .conteneur a.externalLink {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 0px;
  color: #0071B9;
  padding: 0 !important;
  border: 0;
}

.navbar-nav.mr-auto .profil.actif .col1 .conteneur a.internalLink, .navbar-nav.mr-auto .profil.actif .col2 .conteneur a.internalLink,
.navbar-nav.mr-auto .profil.actif .col1 .conteneur a.externalLink, .navbar-nav.mr-auto .profil.actif .col2 .conteneur a.externalLink {
  color: #007C94;
}

.navbar-nav.mr-auto .profil.retraite .col1 .conteneur a.internalLink, .navbar-nav.mr-auto .profil.retraite .col2 .conteneur a.internalLink,
.navbar-nav.mr-auto .profil.retraite .col1 .conteneur a.externalLink, .navbar-nav.mr-auto .profil.retraite .col2 .conteneur a.externalLink {
  color: #A82765;
}

.imgcol3 {
  width: 20px;
  height: 20px;
  margin: 30px 5px 0px 0px;
}

.nav-item.profil .dropdown-menu li.blocChapo, .nav-item.profil .drop-menu li.blocChapo {
  border: 0;
}

.nav-item.profil .dropdown-menu .row, .nav-item.profil .drop-menu .row {
  max-height: inherit;
}

.col1 .blocChapo .imgcol3, .col2 .blocChapo .imgcol3 {
  display: none;
}

.fixed-top {
  position: absolute;
  top: 0;
  right: 0; 
  left: 0; 
  z-index: 1030;
}

.nav-item.profil .dropdown-menu, .nav-item.profil .drop-menu {
  overflow: auto;
  max-height: 80vh;
  background: #fff;
  margin-top: 0px;
}

.searchReduce {
  display: none;
}

@media (min-width: 991.98px) and (max-width: 1260px) {
  .searchReduce {
    width: 50px;
    height: 50px;
    background: #F2F2F2;
    border: 1px solid #DBDBDB;
    border-radius: 25px;
    background: url("../modules/cnav-pub2-template/css/../images/loupeSearch.svg") no-repeat;
    background-color: #F2F2F2;
    background-size: auto;
    background-position: center;
    display: block;
  }
  .formSearch .btnFormSearch, .formSearch .inputSearch {
    display: none;
  }
}

@media (min-width: 1261px) {
  .formSearch .btnFormSearch, .formSearch .inputSearch {
    display: block !important;
  }
}

.navbar-light .navbar-nav .nav-link.actif:hover, .navbar-light .navbar-nav .nav-link.actif:focus {
  background: #EEFBFD;
}

.navbar-light .navbar-nav .nav-link.retraite:hover, .navbar-light .navbar-nav .nav-link.retraite:focus {
  background: #FFF6FB;
}

.btn-connecter.btn-primary:hover, .btn-connecter.btn-primary:focus {
  background: #035D97;
}

header.actif .btn-connecter.btn-primary:hover, header.actif .btn-connecter.btn-primary:focus {
  background: #035D97!important;
}

header.retraite .btn-connecter.btn-primary:hover, header.retraite .btn-connecter.btn-primary:focus {
  background: #035D97!important;
}

.drop-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.demarches-en-ligne main, body.demarches-en-ligne .head .container, .toutes-les-actualites main, body.toutes-les-actualites .head .container,
body.iframe main  {
  background: #EFF8FD;
}

body.iframe.actif main {
  background: #EEFBFD;
}

body.iframe.retraite main {
  background: #FFF6FB;
}

body.demarches-en-ligne .head .container, body.chapo-premier-niveau .head .container, body.toutes-les-actualites .head .container {
  padding: 40px 0px 0px;
}

body.chapo-deuxieme-niveau .head .container {
  padding: 40px 10px 0px;
}

body.chapo-premier-niveau .accroche-demarche, body.chapo-deuxieme-niveau .accroche-demarche {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  color: #000000;
}

body.chapo-premier-niveau .encart.head {
  background-color: #EFF8FD;
  border-radius: 0;
  padding: 4.375rem 0 3.125rem;
  background-size: cover;
  position: relative;
  margin-bottom: 0;
  border-bottom-right-radius: 130px;
}

body.chapo-deuxieme-niveau .encart.head {
  border-radius: 0;
  padding: 4.375rem 0 2.5rem;
  background-size: cover;
  position: relative;
  margin-bottom: 0;
  border-bottom-right-radius: 130px;
}

body.actif.chapo-premier-niveau .encart.head {
  background-color: #EEFBFD;
}

body.retraite.chapo-premier-niveau .encart.head {
  background-color: #FFF6FB;
}

body.chapo-premier-niveau .head .container {
  background: transparent;
  padding: 40px 10px 0px;
}

body.demarches-en-ligne .head .title-Une {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 47px;
  color: #0071B9;
  width: 100%;
  text-align: left;
  margin: 10px 0px 20px 0px;
  padding: 0;
}

body.toutes-les-actualites .head .title-Une {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 47px;
  color: #0071B9;
  width: 100%;
  text-align: left;
  margin: 10px 0px 20px 0px;
  padding: 0;
}

body.chapo-premier-niveau .head .title-Une, body.chapo-deuxieme-niveau .head .title-Une {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 47px;
  color: #0071B9;
  width: 100%;
  text-align: left;
  margin: 4px 0px 20px 0px;
  padding: 0;
}

.accroche-demarche, .accroche-toutes-actualites {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: inherit;
  margin: 0;
  width: 100%;
}

.illustrationDemarches {
  bottom: 0px;
}

body.demarches-en-ligne .head .maj, body.toutes-les-actualites .head .maj {
  text-align: left;
}

body.demarches-en-ligne .head .container .blocTitle .col-lg-9 .accroche-demarche .accroche p, body.toutes-les-actualites .head .container .blocTitle .col-lg-9 .accroche-actualites .accroche p {
  margin-bottom: 20px;
}

body.demarches-en-ligne .blocTitle, body.toutes-les-actualites .blocTitle {
  margin-bottom: 0px;
  padding-left: 4px;
}

body.demarches-en-ligne .bodywrapper .container.main .encart.content, body.toutes-les-actualites .bodywrapper .container.main .encart.content {
  padding-top: 0px;
}

body.demarches-en-ligne .bodywrapper .container.main .encart.content .container, body.toutes-les-actualites .bodywrapper .container.main .encart.content .container {
  border-radius: 20px 20px 0px 0px;
  background: #fff;
  max-width: 1180px;
  padding: 30px 55px 50px 55px;
  margin-left: auto;
  margin-right: auto;
}

body.demarches-en-ligne .content .all-services a.card .div-service-mobile .tagage, body.toutes-les-actualites .content .all-actualites a.card .div-service-mobile .tagage {
  margin-top: 0px;
}

.all-services .mobileSpace .col-lg-3.mb-2 {
  /* max-height: 253px; */
  max-height: inherit;
}
.all-services .bloc-titre-service {
  margin-bottom: 0px;
}

body.demarches-en-ligne .content .all-services a.card .div-service-mobile .bloc-titre-service .text-service-style, body.toutes-les-actualites .content .all-actualites a.card .div-service-mobile .bloc-titre-service .text-service-style {
  min-width: 100%;
  margin: 0;
}

.BlocFiltre {
  text-align: center;
  margin-bottom: 10px;
  justify-content: center;
  display: flex;
}
body.demarches-en-ligne .content ul.BlocFiltre li::before, body.toutes-les-actualites .content ul.BlocFiltre li::before {
  content: none;
}

.title-filtre {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  margin-right: 20px;
  top: 16px;
  margin-bottom: 0px;
  height: fit-content;
  margin-top: 18px;
}

.filtre {
  border-radius: 10px;
  padding: 15px 20px 15px 20px;
  box-shadow: none !important;
  height: 56px;
  min-width: 120px;
}

.filtre-age.show .filtre, .filtre-profil.show .filtre, .filtre-thematique.show .filtre {
  background: #DAEEFB !important;
}

#titre-filtre-demarches-profil, #titre-filtre-demarches-age, #titre-filtre-demarches-thematique {
  display: inline-block;
  max-width: 94px;
  float: left;
}

body.demarches-en-ligne .content .container li.filtre, body.toutes-les-actualites .content .container li.filtre {
  margin-bottom: 0px;
}

body.demarches-en-ligne .content .title-filtre::before, body.toutes-les-actualites .content .title-filtre::before {
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 0;
  vertical-align: middle;
  background: url(../modules/cnav-pub2-template/css/../images/icon-filtre-service.svg) no-repeat;
  margin-right: 12px;
  padding: 0px;
  border-radius: 0;
  position: initial;
  content: "";
}

.BlocFiltre .dropdown.show .filtre::after {
  margin-top: 4px;
  transform: rotate(180deg);
}

.premier-filtre {
  display: contents;
}

.premier-filtre .dropdown.show .filtre, .BlocFiltre .dropdown.filtre-last.show .filtre {
  background: #DAEEFB !important;
  box-shadow: none !important;
  border: 1px solid #DBDBDB !important;
}

body .encart .container a.btn.btn-secondary.filtre:focus:not(.page-link), body .encart .container .btn.btn-secondary.filtre:focus:not(.page-link) {
  background: #DAEEFB !important;
  outline: 5px auto;
  outline-offset: 4px;
}

.premier-filtre .dropdown.show .dropdown-menu.show, .BlocFiltre .dropdown.filtre-last.show .dropdown-menu.show {
  border: 1px solid #DBDBDB;
  border-radius: 10px;
  margin-top: 9px;
  padding: 15px 20px 0px 20px;
  width: max-content;
}

.BlocFiltre .dropdown.filtre-last.show .dropdown-menu.show {
  transform: translate3d(20px, 56px, 0px) !important;
}

.premier-filtre .dropdown .dropdown-menu .nav-item, .filtre-last .dropdown-menu .nav-item {
  display: flex;
}

.filtre-last .dropdown-menu .nav-item .nav-link {
  padding: 0px 16px 8px 16px;
  color: #000;
}

.premier-filtre .dropdown .dropdown-menu .nav-item .nav-link {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #000000;
  padding: 0px 0px 0px 5px;
}

.premier-filtre .dropdown .dropdown-menu .nav-item:hover {
  text-decoration: none;
}
.radioAdvancedFiltre {
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.premier-filtre .dropdown.show, .dropdown.show.filtre-last {
  display: grid;
}

.fenetre-proposition {
  position: absolute;
  /*width: calc(100% - 541px); */
  top: 95px; 
  background: #FFFFFF;
  border-radius: 10px;
  padding: 20px;
}

.nav-item.dropdown.user .dropdown-toggle .user-name::after, .nav-item.dropdown.user .dropdown-toggle .pastille::after {
  content: none;
}

.navbar-light .nav-item .nav-link.btn-connecter .pastille p {
  border-radius: 30px;
  padding: 3px;
  margin-top: 0px;
}

.navbar-light .navbar-nav .navbar-light .navbar-nav .nav-item.actif .nav-link.btn-connecter:hover, .navbar-light .navbar-nav .nav-item.actif .nav-link.btn-connecter:focus {
 
}

.bloc-recherche-populaire .text-recherche-populaire {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  color: #666666;
  background-color: #FFF;
  margin-bottom: 10px;
  padding-left: 14px;
}

.bloc-articles-populaire .text-recherche-populaire {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  color: #666666;
  background-color: #FFF;
  margin-bottom: 10px;
  padding-left: 14px;
}

 .text-recherche-populaire {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  color: #666666;
  margin-bottom: 10px;
  padding-left: 0px;
}

.list-item-fenetre-proposition {
  list-style-type: none;
  background: #F2F2F2;
  border-radius: 20px;
  padding: 10px;
  width: max-content;
  margin: 0px 0px 10px 10px;
}

.list-item-fenetre-proposition a {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
}

.bloc-recherche-populaire {
  margin-bottom: 20px;
  padding: 0px 10px 0px 0px;
}

.list-item-Articles-consulter {
  list-style-type: none;
  margin-bottom: 10px;
  padding-left: 14px;
  padding-right: 15px;
}

.list-item-Articles-consulter a {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  background-color: #FFF;
}

.list-item-Articles-consulter a::after {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url(../modules/cnav-pub2-template/css/../images/icon-recherche-populaire.svg) no-repeat 0 center;
  margin-left: 5px;
  content: "" ;
}

.bloc-articles-populaire {
  padding: 0;
  margin-bottom: 0px;
}

.bloc-articles-populaire li:last-child {
  margin-bottom: 0px;
}

.fenetre-proposition.hide {
  display: none;
}

.nav-item.profil.actif .liMenu .interneLinkMenu.customlink, .nav-item.profil.actif .liMenu .externeLinkMenu.customlink {
  color: #007C94;
}

.nav-item.profil.retraite .liMenu .interneLinkMenu.customlink, .nav-item.profil.retraite .liMenu .externeLinkMenu.customlink {
  color: #A82765;
}

body .encart .container a.btn.btn-secondary.filtre:hover:not(.page-link) {
  color: #000 !important;
  background: #DAEEFB !important;
  border: 1px solid #DBDBDB !important;
}

.hideCard {
  display: none;
}

.group-tag {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.tag {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  padding: 5px 10px;
  background: #FFFFFF;
  border-radius: 5px;
  margin: 0px 10px 10px 0px;
  color: #0071B9;
}

.bloc-raccourci {
  min-height: 141px;
  list-style-type: none;
  border: 1px solid #F2F2F2;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 0;
  margin: 0;
}

.bloc-raccourci .raccourci {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
}

.bloc-raccourci .raccourci:hover {
  text-decoration: none;
}

.bloc-raccourci .raccourci:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-left: 0px;
}

.bloc-raccourci .raccourci:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.raccourci {
  padding: 20px 23px;
  background: #FFFFFF;
  border-left: 1px solid #DBDBDB;
}

body.chapo-premier-niveau .blocTitle, body.chapo-deuxieme-niveau .blocTitle {
  margin-bottom: 0px;
}

body.chapo-premier-niveau .blocTitle .row, body.chapo-deuxieme-niveau .blocTitle .row, body.chapo-deuxieme-niveau .blocTitle .row {
  margin: 0;
}

body.actif.chapo-premier-niveau .head .title-Une, body.actif.chapo-premier-niveau .liencard, body.actif.chapo-premier-niveau .tag,
body.actif.chapo-deuxieme-niveau .head .title-Une {
  color: #007C94;
}

body.retraite.chapo-premier-niveau .head .title-Une, body.retraite.chapo-premier-niveau .liencard, body.retraite.chapo-premier-niveau .tag,
body.retraite.chapo-deuxieme-niveau .head .title-Une {
  color: #A82765;
}

body.chapo-premier-niveau .accroche-demarche .accroche p {
  margin-bottom: 30px;
}

body.chapo-premier-niveau .blocTitle .row.group-tag {
  margin-bottom: 10px;
}

body.actif.chapo-premier-niveau .liencard svg path {
  fill: #007C94;
}

body.retraite.chapo-premier-niveau .liencard svg path {
  fill: #A82765;
}

body.chapo-premier-niveau .content .container .titre-thematique p {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 130%;
  margin-bottom: 20px;
}

.carte-thematique {
  text-align: center;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding: 30px 20px 0px;
  background: #EFF8FD;
  border-bottom: 0px;
}

body.actif.chapo-premier-niveau .carte-thematique, body.actif.chapo-premier-niveau .bloc-liens-thematiques {
  background: #EEFBFD;
}

body.retraite.chapo-premier-niveau .carte-thematique, body.retraite.chapo-premier-niveau .bloc-liens-thematiques {
  background: #FFF6FB;
}

body.chapo-premier-niveau .content .picto-thematique {
  margin: 0px;
}

body.chapo-premier-niveau .content ul.list-lien-thematique {
  background: #FFFFFF;
  border-top: 1px solid #F2F2F2;
  border-radius: 20px;
  padding: 0px 20px;
  margin-bottom: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

body.chapo-premier-niveau .content ul.list-lien-thematique li {
  padding: 0;
  margin: 0;
}

body.chapo-premier-niveau .content ul.list-lien-thematique li::before {
  content: none;
}

body.chapo-premier-niveau .content .container .list-lien-thematique li a {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  border-bottom: 1px solid #F2F2F2;
  padding-right: 20px;
  text-decoration: none;
}

body.chapo-premier-niveau .content .container .list-lien-thematique li a:hover {
  text-decoration: underline;
}

body.chapo-premier-niveau .content ul.list-lien-thematique li  a{
  display: block;
  padding: 20px 0px 20px 0px;
}

body.chapo-premier-niveau .content .all-content .container {
  padding: 0px;
}

.all-thematiques {
  padding: 40px 0px;
  margin: 0;
}

body.chapo-premier-niveau .content ul.list-lien-thematique li  a::after {
  display: inline-block;
  width: 10px;
  content: url("../modules/cnav-pub2-template/css/../images/chevron-raccourci.svg");
  margin-right: -20px;
  position: absolute;
  top: 34%;
  right: 20px;
}

body.chapo-premier-niveau .content .bloc-liens-thematiques .lien-plus-articles  a::after {
  width: 10px;
  content: url("../modules/cnav-pub2-template/css/../images/chevron-raccourci.svg");
  margin-right: 20px;
  float: right;
}

body.actif.chapo-premier-niveau .content ul.list-lien-thematique li a::after, body.actif.chapo-premier-niveau .content .bloc-liens-thematiques .lien-plus-articles  a::after {
  content: url("../modules/cnav-pub2-template/css/../images/chevron-raccourci-actif.svg");
}

body.retraite.chapo-premier-niveau .content ul.list-lien-thematique li a::after, body.retraite.chapo-premier-niveau .content .bloc-liens-thematiques .lien-plus-articles  a::after {
  content: url("../modules/cnav-pub2-template/css/../images/chevron-raccourci-retraite.svg");
}

.lien-plus-articles {
  background: #fff;
  padding: 30px 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  position: inherit;
}

body.chapo-premier-niveau .content .container .lien-plus-articles .customlink {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  position: absolute;
  bottom: 20px;
  text-decoration: none;
  min-width: -webkit-fill-available;
  min-width: -moz-available;
}

body.chapo-premier-niveau .content .container .lien-plus-articles .customlink:hover {
  text-decoration: underline;
}

body.actif.chapo-premier-niveau .content .container .lien-plus-articles .customlink {
  color: #007C94;
}

body.retraite.chapo-premier-niveau .content .container .lien-plus-articles .customlink {
  color: #870A46;
}

.bloc-liens-thematiques {
  background: #EFF8FD;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.bloc-thematique {
  border-radius: 20px;
  margin-bottom: 30px;
}

.thematique {
  height: 100%;
  border: 1px solid #F2F2F2;
  border-radius: 20px;
  margin-bottom: 0px;
}

body.chapo-premier-niveau .content .container .list-lien-thematique li a.customlink {
  color: #0071B9;
}

body.actif.chapo-premier-niveau .content .container .list-lien-thematique li a.customlink {
  color: #007C94;
}

body.retraite.chapo-premier-niveau .content .container .list-lien-thematique li a.customlink {
  color: #870A46;
}

body.chapo-premier-niveau .content .container.bloc-situation {
  padding: 0;
}

.titre-situation {
  display: inline-flex;
  height: max-content;
  border: 1px solid #F2F2F2;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  padding: 0;
  width: 100%;
}

body.article .content .container .titre-situation p {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 130%;
  width: 100%;
  margin: 0;
  padding: 11px 20px;
  background: #fff;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.titre-bloc-situation {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 130%;
  display: block;
  text-align: center;
  margin-bottom: 29px;
}

.bloc-liens-situations {
  margin: 0;
}

body.chapo-premier-niveau .content ul.bloc-liens-situations li::before {
  content: none;
}

body.chapo-premier-niveau .content .container a.titre-situation {
  text-decoration: none;
}

body.chapo-premier-niveau .content .container a.titre-situation:hover {
  text-decoration: underline;
}

body.actif.chapo-premier-niveau .content .container a.titre-situation {
  color: #007C94;
}

body.retraite.chapo-premier-niveau .content .container a.titre-situation {
  color: #A82765;
}

.container-situation {
  padding: 50px 0px 40px;
}


body.chapo-premier-niveau .bloc-cartes-services.backgroundColor, body.chapo-premier-niveau .groupe-thematique.backgroundColor,
body .bloc-communiquer-presse.backgroundColor, body .bloc-rapport-activite.backgroundColor {
  background: #EFF8FD;
}

body.actif.chapo-premier-niveau .bloc-cartes-services.backgroundColor, body.actif.chapo-premier-niveau .groupe-thematique.backgroundColor,
body.actif .bloc-communiquer-presse.backgroundColor, body.actif .bloc-rapport-activite.backgroundColor {
  background: #EEFBFD;
}

body.retraite.chapo-premier-niveau .bloc-cartes-services.backgroundColor, body.retraite.chapo-premier-niveau .groupe-thematique.backgroundColor,
body.retraite .bloc-communiquer-presse.backgroundColor, body.retraite .bloc-rapport-activite.backgroundColor {
  background: #FFF6FB;
}

body.chapo-premier-niveau .encart.actualites.bgGrey.bgWhiteMobile.backgroundColor {
  background: #EFF8FD;
}

body.actif.chapo-premier-niveau .encart.actualites.bgGrey.bgWhiteMobile.backgroundColor {
  background: #EEFBFD;
}

body.retraite.chapo-premier-niveau .encart.actualites.bgGrey.bgWhiteMobile.backgroundColor {
  background: #FFF6FB;
}


body.chapo-premier-niveau .container-situation.backgroundColor {
  background: #EFF8FD;
}

body.actif.chapo-premier-niveau .container-situation.backgroundColor {
  background: #EEFBFD;
}

body.retraite.chapo-premier-niveau .container-situation.backgroundColor {
  background: #FFF6FB;
}

body.chapo-premier-niveau .bloc-chapo-brochure.backgroundColor {
  background: #EFF8FD;
}

body.actif.chapo-premier-niveau .bloc-chapo-brochure.backgroundColor {
  background: #EEFBFD;
}

body.retraite.chapo-premier-niveau .bloc-chapo-brochure.backgroundColor {
  background: #FFF6FB;
}

body.chapo-premier-niveau .content ul .li-situation {
  margin-bottom: 20px;
  padding-left: 10px;
}

.titre-img-thematique {
  width: 100%;
  display: inline-flex;
  height: 50px;
  background: #fff;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.titre-bloc-brochure {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 130%;
  display: block;
  text-align: center;
  margin-bottom: 30px;
}

body.chapo-premier-niveau .content .container.container-brochure {
  padding: 50px 10px 50px;
  text-align: center;
}

body .content .container.container-activite {
  padding: 50px 10px 20px;
  text-align: center;
}

body.chapo-premier-niveau .content .container.container-brochure .row.col-lg-12, body .content .container.container-activite .row.col-lg-12 {
  margin: 0;
  padding: 0;
}

body.chapo-premier-niveau .blocTitreBrochure, body.chapo-premier-niveau .blocTitleBrochure {
  text-align: left
}

body.chapo-premier-niveau .blocTitreBrochure .sizefile, body.chapo-premier-niveau .blocTitleBrochure .sizefile {
  font-weight: 700;
}

body.chapo-premier-niveau .linkDown, body.chapo-premier-niveau .linkDownModele {
  left: 70%;
  top: -18px;
}

body.chapo-premier-niveau .blocTitleBrochure a.titleBrochure {
  display: block;
  margin-top: 10px;
}

body.chapo-premier-niveau .blocTitreBrochure a.titleBrochure {
  display: block;
  margin-top: -14px;
}

.bouttonAllBrochure {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF !important;
  background: #0071B9 !important;
  border-radius: 25px;
}

.btn.bouttonAllBrochure svg {
  margin: 0 0px 0 15px !important;
}

body.actif.chapo-premier-niveau .bouttonAllBrochure {
  background: #03748C !important;
}

body.retraite.chapo-premier-niveau .bouttonAllBrochure {
  background: #A82765 !important;
}

body.chapo-premier-niveau a.btn.btn-secondary.bouttonAllBrochure:hover:not(.page-link), body.chapo-premier-niveau a.btn.btn-secondary.bouttonAllBrochure:focus:not(.page-link) {
  color: #0071B9 !important;
  background-color: #fff !important;
  border: 1px solid #0071B9 !important;
  box-shadow: none !important;
}

body.chapo-premier-niveau .btn.btn-secondary.bouttonAllBrochure:hover svg path, body.chapo-premier-niveau .btn.btn-secondary.bouttonAllBrochure:focus svg path {
  fill: #0071B9;
}

body.chapo-premier-niveau main .btn.btn-secondary.bouttonAllBrochure:hover svg path {
  fill: #0071B9;
}

body.actif.chapo-premier-niveau a.btn.btn-secondary.bouttonAllBrochure:hover:not(.page-link), body.actif.chapo-premier-niveau a.btn.btn-secondary.bouttonAllBrochure:focus:not(.page-link) {
  color: #00829B !important;
  background-color: #fff !important;
  border: 1px solid #00829B !important;
  box-shadow: none !important;
}

body.chapo-premier-niveau main .btn.btn-secondary.bouttonAllBrochure svg path {
  fill: #fff;
}

body.actif.chapo-premier-niveau .btn.btn-secondary.bouttonAllBrochure:hover svg path, body.actif.chapo-premier-niveau .btn.btn-secondary.bouttonAllBrochure:focus svg path {
  fill: #00829B;
}

body.actif.chapo-premier-niveau main .btn.btn-secondary.bouttonAllBrochure:hover svg path {
  fill: #00829B;
}

body.retraite.chapo-premier-niveau a.btn.btn-secondary.bouttonAllBrochure:hover:not(.page-link), body.retraite.chapo-premier-niveau a.btn.btn-secondary.bouttonAllBrochure:focus:not(.page-link) {
  color: #A82765 !important;
  background-color: #fff !important;
  border: 1px solid #A82765 !important;
  box-shadow: none !important;
}

body.retraite.chapo-premier-niveau .btn.btn-secondary.bouttonAllBrochure:hover svg path, body.retraite.chapo-premier-niveau .btn.btn-secondary.bouttonAllBrochure:focus svg path {
  fill: #A82765;
}

body.retraite.chapo-premier-niveau main .btn.btn-secondary.bouttonAllBrochure:hover svg path {
  fill: #A82765;
}

.bloc-cartes-services {
  padding: 50px 13px 50px;
}

.bloc-communiquer-presse {
  padding: 50px 10px 50px;
}

body.chapo-premier-niveau .content .container.conteneur-cartes {
  padding: 0;
}

body.chapo-premier-niveau .content .container.conteneur-cartes .mobileSpace {
  margin: 0;
}

body.chapo-premier-niveau .content .card, body.chapo-deuxieme-niveau .content .card {
  margin: 0;
}

body.chapo-premier-niveau .content ul.tagage, body.chapo-deuxieme-niveau .content ul.tagage {
  margin-top: 0px;
}

body.chapo-premier-niveau .content .bloc-titre-service img {
  margin-bottom: 0px;
}

body.actif.chapo-premier-niveau .conteneur-cartes .sous-titre, body.actif.chapo-premier-niveau .container-actus .sous-titre {
  color: #00829B;
}

body.retraite.chapo-premier-niveau .conteneur-cartes .sous-titre, body.retraite.chapo-premier-niveau .container-actus .sous-titre {
  color: #A82765;
}

body.actif.chapo-premier-niveau .content .container a.card, body.retraite.chapo-premier-niveau .content .container a.card, body .content .container a.card.underline.shadow-sm {
  text-decoration: none;
}

body.actif.chapo-premier-niveau .cardPrincipal {
  background: #EEFBFD;
}

body.retraite.chapo-premier-niveau .cardPrincipal {
  background: #FFF6FB;
}

body.actif.chapo-premier-niveau .cardPrincipal:hover {
  border-color: #007C94;
  box-shadow: 0px 0px 0px 2px #007c94, 0px 4px 50px rgb(1 120 176 / 20%) !important
}

body.retraite.chapo-premier-niveau .cardPrincipal:hover {
  border-color: #A82765;
  box-shadow: 0px 0px 0px 2px #a82765, 0px 4px 50px rgb(160 1 176 / 20%) !important;
}

body.actif.chapo-premier-niveau .cardPrincipal .text-service-style {
  color: #007C94;
}

body.retraite.chapo-premier-niveau .cardPrincipal .text-service-style {
  color: #A82765;
}

body.chapo-premier-niveau .content .container.container-actus {
  padding: 50px 15px 50px;
}

body.chapo-deuxieme-niveau .content .container.container-actus {
  padding: 0px 15px 0px;
}

body.chapo-premier-niveau .card .card-body p, body.chapo-deuxieme-niveau .card .card-body p {
  margin: 5px 0px 25px 0px;
}

body.chapo-premier-niveau .actuPhare .card .card-img-top img, body.chapo-deuxieme-niveau .actuPhare .card .card-img-top img {
  width: 100%;
  height: auto !important;
  max-width: 100%;
}

body.chapo-premier-niveau .content .actuPhare .card .card-img-top img, body.chapo-deuxieme-niveau .content .actuPhare .card .card-img-top img {
  margin-bottom: 20px;
}

body.chapo-premier-niveau .content .actuPhare .card ul li.listTagage, body.chapo-deuxieme-niveau .content .actuPhare .card ul li.listTagage {
  margin-bottom: 0px;
}

@media (min-width: 991.98px) {
  body.chapo-premier-niveau .encart.actualites .card .card-body, body.chapo-deuxieme-niveau .encart.actualites .card .card-body {
    margin: 0px;
    max-width: 270px;
  }

  body.chapo-premier-niveau .encart.actualites .actuPhare .card .card-body, body.chapo-deuxieme-niveau .encart.actualites .actuPhare .card .card-body {
    max-width: inherit;
  }

}

body.chapo-premier-niveau .content .container-actus ul li::before {
  content: none;
}

body.chapo-premier-niveau .blocTitreCarte, body.chapo-deuxieme-niveau .blocTitreCarte {
  color: #000;
}

body.chapo-premier-niveau .content ul li.listTagage, body.chapo-deuxieme-niveau .content ul li.listTagage {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  padding: 5px 10px;
  border-radius: 5px;
  margin-right: 5px;
  margin-bottom: 0px;
}

body.chapo-premier-niveau .content .card .card-img-top img, body.chapo-deuxieme-niveau .content .card .card-img-top img {
  margin: 0;
}

body.employeur.chapo-deuxieme-niveau .mobileSpace .card.underline.shadow-sm, body.article.employeur.chapo-deuxieme-niveau .mobileSpace .card.underline.shadow-sm,
body.chapo-deuxieme-niveau.employeur.chapo-deuxieme-niveau .mobileSpace .card.underline.shadow-sm {
  text-decoration: none;
}

body.chapo-premier-niveau .encart.content .card .card-body, body.chapo-deuxieme-niveau .encart.content .card .card-body {
  margin-top: 0px;
}

body.chapo-premier-niveau .card .card-img-top img, body.chapo-deuxieme-niveau .card .card-img-top img {
  width: 140px;
  max-width: 140px;
  height: 120px !important;
  border: 1px solid #DBDBDB;
  border-radius: 5px;
}

body.chapo-premier-niveau .card .bloc-titre-service .text-service-style {
  padding-left: 0px;
  padding-right: 0px;
}

body.chapo-premier-niveau .encart.actualites {
  padding-top: 0px;
  background: #fff;
}

body.chapo-premier-niveau .col-lg-6.normalActu {
  margin: 20px 0px 0px;
}

body.chapo-premier-niveau .col-lg-6.normalActu .encart .card {
  height: 100%;
  min-height: 223px;
}

body.chapo-premier-niveau .taille-identique .sous-titre {
  margin-bottom: 10px;
}

body.chapo-premier-niveau .taille-identique a.actifretrait.card:hover, body.chapo-premier-niveau .taille-identique a.retraitactif.card:hover{
  border-color: #00829B;
  box-shadow: 0px 0px 0px 2px #00829b, 0 4px 50px #00829b33 !important;
}

body.chapo-premier-niveau .encart.actualites .bouttonAllActu {
  background: #0071B9 !important;
}

body.chapo-premier-niveau .encart.actualites .container a.btn.btn-secondary.bouttonAllActu:hover:not(.page-link), body.chapo-premier-niveau .encart.actualites .container a.btn.btn-secondary.bouttonAllActu:focus:not(.page-link) {
  color: #0071B9 !important;
  background-color: #fff !important;
  border: 1px solid #0071B9 !important;
  box-shadow: none !important;
}

body.chapo-premier-niveau .encart.actualites .btn.btn-secondary.bouttonAllActu:hover svg path, body.chapo-premier-niveau .encart.actualites .btn.btn-secondary.bouttonAllActu:focus svg path {
  fill: #0071B9;
}

body.actif.chapo-premier-niveau .encart.actualites .bouttonAllActu {
  background: #03748C !important;
}

body.retraite.chapo-premier-niveau .encart.actualites .bouttonAllActu {
    background: #A82765 !important;
}

body.chapo-premier-niveau .content .container a.bouttonAllActu {
  text-decoration: none;
}

body.actif.chapo-premier-niveau .encart.actualites .container a.btn.btn-secondary:hover:not(.page-link), body.actif.chapo-premier-niveau .encart.actualites .container a.btn.btn-secondary:focus:not(.page-link) {
  color: #00829B !important;
  background-color: #fff !important;
  border: 1px solid #00829B !important;
  box-shadow: none !important;
}

body.actif.chapo-premier-niveau .encart.actualites .btn.btn-secondary.bouttonAllActu:hover svg path, body.actif.chapo-premier-niveau .encart.actualites .btn.btn-secondary.bouttonAllActu:focus svg path {
  fill: #00829B;
}

body.retraite.chapo-premier-niveau .encart.actualites .container a.btn.btn-secondary:hover:not(.page-link), body.retraite.chapo-premier-niveau .encart.actualites .container a.btn.btn-secondary:focus:not(.page-link) {
  color: #A82765 !important;
  background-color: #fff !important;
  border: 1px solid #A82765 !important;
  box-shadow: none !important;}

body.retraite.chapo-premier-niveau .encart.actualites .btn.btn-secondary.bouttonAllActu:hover svg path, body.retraite.chapo-premier-niveau .encart.actualites .btn.btn-secondary.bouttonAllActu:focus svg path {
    fill: #A82765;
}

body.chapo-premier-niveau .content .container a.bouttonAllBrochure, body.chapo-premier-niveau.actif .content .container a.bouttonAllBrochure, body.chapo-premier-niveau.retraite .content .container a.bouttonAllBrochure {
  text-decoration: none;
}

body.chapo-premier-niveau .main .more#services-encart {
    padding-bottom: 0px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  body.chapo-premier-niveau .bloc-liens-thematiques .lien-plus-articles {
    position: inherit;
  }
  body.chapo-premier-niveau .content .container .lien-plus-articles .customlink {
    min-width: 80%;
  }
}

@media (min-width: 768px) and (max-width: 900px) {
  body.chapo-premier-niveau .content .container .lien-plus-articles .customlink {
    min-width: 77%;
  }
}

@media (min-width: 991.98px) {
  body.chapo-premier-niveau .content .bloc-liens-thematiques .lien-plus-articles a::after {
    margin-right: 18px;
    float: right;
  }

  body.chapo-premier-niveau .content .container .lien-plus-articles .customlink {
    min-width: 86%;
  }
}

body.chapo-deuxieme-niveau .accroche-demarche .accroche p {
  margin-bottom: 30px;
}

.liste-page-enfant {
  padding: 0px;
}

.lien-page-enfant {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #000000;
  margin: 0px 0px 15px;
  display: inline-block;
  max-width: 300px;
  border-radius: 10px;
  border: 2px solid transparent;
  min-width: min-content;
}

.lien-page-enfant:hover, .lien-page-enfant:focus {
  color: #000;
  text-decoration: none;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}

body .lien-page-enfant:hover, body .lien-page-enfant:focus {
  border: 2px solid #0071B9;
}

body.actif .lien-page-enfant:hover, body.actif .lien-page-enfant:focus {
  border: 2px solid #007C94;
}

body.retraite .lien-page-enfant:hover, body.retraite .lien-page-enfant:focus {
  border: 2px solid #A82765;
}

body.employeur .lien-page-enfant:hover, body.employeur .lien-page-enfant:focus {
  border: 2px solid #D84018;
}

.title-child-page {
  display: block;
  margin: 20px 0px 15px 0px;
}

.title-child-page:hover {
  color: #000000;
  text-decoration: none;
}

.illustration-page-enfant {
  min-width: 300px;
  max-height: 150px;
  border-radius: 10px;
}

.page-enfant::marker {
  content: none;
}

.page-enfant {
  text-align: center;
  padding: 0px 20px 0px 0px;
}

.encart.content .card-presse-communiquer .card .card-body  {
  color: #000;
}

body .content .card-presse-communiquer .card .card-body h3 {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500 !important;
  font-size: 16px;
  line-height: 19px;
  margin-left: 0px;
  border: 0;
  margin-top: 0px !important;
}

.card-presse-communiquer {
  margin-bottom: 20px;
}

body .content .card-presse-communiquer .card {
  min-height: 280px;
}

body .content .container .card-presse-communiquer .card, body.actif .content .container .card-presse-communiquer .card, body.retraite .content .container .card-presse-communiquer .card {
  text-decoration: none;
}

body .content .card-presse-communiquer .card .card-text {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  margin: 30px 0px 35px 0px;
}

body .content .card-presse-communiquer .card .lienCardPresse {
  position: absolute;
  padding: 20px 20px 0px 0px;
}

body.actif .content .card-presse-communiquer .card .lienCardPresse {
  color: #007C94;
}

body.retraite .content .card-presse-communiquer .card .lienCardPresse {
  color: #A82765;
}

body.actif .content .card-presse-communiquer .card .lienCardPresse svg path {
  fill: #007C94;
}

body.retraite .content .card-presse-communiquer .card .lienCardPresse svg path {
  fill: #A82765;
}

.bouttonAllCommuniquerPresse {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF !important;
  background: #0071B9 !important;
  border-radius: 25px;
  text-decoration: none;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
  white-space: inherit;
  border: 1px solid transparent !important;
}

body.actif .content .container a.bouttonAllCommuniquerPresse {
  background: #007C94 !important;
  text-decoration: none;
}

body.retraite .content .container a.bouttonAllCommuniquerPresse {
  background: #A82765 !important;
  text-decoration: none;
}

.btn.bouttonAllCommuniquerPresse svg {
    margin: 0 0px 0 15px !important;
}

body a.btn.btn-secondary.bouttonAllCommuniquerPresse:hover:not(.page-link), body a.btn.btn-secondary.bouttonAllCommuniquerPresse:focus:not(.page-link) {
  color: #0071B9 !important;
  background-color: #fff !important;
  border: 1px solid #0071B9 !important;
  box-shadow: none !important;
}

body .btn.btn-secondary.bouttonAllCommuniquerPresse:hover svg path, body .btn.btn-secondary.bouttonAllCommuniquerPresse:focus svg path {
  fill: #0071B9;
}

body main .btn.btn-secondary.bouttonAllCommuniquerPresse:hover svg path {
  fill: #0071B9;
}

body.actif a.btn.btn-secondary.bouttonAllCommuniquerPresse:hover:not(.page-link), body.actif a.btn.btn-secondary.bouttonAllCommuniquerPresse:focus:not(.page-link) {
  color: #00829B !important;
  background-color: #fff !important;
  border: 1px solid #00829B !important;
  box-shadow: none !important;
}

body .bloc-communiquer-presse .btn.btn-secondary.bouttonAllCommuniquerPresse svg path,
body.actif .bloc-communiquer-presse .btn.btn-secondary.bouttonAllCommuniquerPresse svg path,
body.retraite .bloc-communiquer-presse .btn.btn-secondary.bouttonAllCommuniquerPresse svg path {
  fill: #fff;
}

body.actif .btn.btn-secondary.bouttonAllCommuniquerPresse:hover svg path, body.actif .btn.btn-secondary.bouttonAllCommuniquerPresse:focus svg path {
  fill: #00829B;
}

body.actif .btn.btn-secondary.bouttonAllCommuniquerPresse:hover svg path {
  fill: #00829B;
}

body.retraite a.btn.btn-secondary.bouttonAllCommuniquerPresse:hover:not(.page-link), body.retraite a.btn.btn-secondary.bouttonAllCommuniquerPresse:focus:not(.page-link) {
  color: #A82765 !important;
  background-color: #fff !important;
  border: 1px solid #A82765 !important;
  box-shadow: none !important;
}

body.retraite .btn.btn-secondary.bouttonAllCommuniquerPresse:hover svg path, body.retraite .btn.btn-secondary.bouttonAllCommuniquerPresse:focus svg path {
  fill: #A82765;
}

body.retraite .btn.btn-secondary.bouttonAllCommuniquerPresse:hover svg path {
  fill: #A82765;
}

.titre-bloc-presse {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 130%;
  color: #000000;
  display: block;
  text-align: center;
  margin-bottom: 0px;
}

.cartes-communiquer-presse {
  margin: 30px 0px 10px;
  padding: 0;
  justify-content: center;
}

body.actif .card-presse-communiquer a.card:hover, body.actif .card-presse-communiquer a.card:focus {
  border-color: #007C94;
  box-shadow: 0px 0px 0px 2px #007c94, 0px 4px 50px rgb(1 120 176 / 20%) !important;
}

body.actif .card-presse-communiquer a.card.underline h3::after {
  background: linear-gradient(to right, #006573 0%,#188179 100%);
}

body.retraite .card-presse-communiquer a.card:hover, body.retraite .card-presse-communiquer a.card:focus {
  border-color: #A82765;
  box-shadow: 0px 0px 0px 2px #a82765, 0px 4px 50px rgb(160 1 176 / 20%) !important;
}

body.retraite .card-presse-communiquer a.card.underline h3::after {
  background: linear-gradient(to right, #a82765 0%,#e8595c 100%);
}

body .content .container .cartes-communiquer-presse .card-presse-communiquer a {
  margin: 0;
}

body .content .container .cartes-communiquer-presse .card-presse-communiquer a.rspkr_dr_link {
  display: none;
}

body .container .content .bloc-communiquer-presse .container.container-presse {
  padding: 0;
}

@media (max-width: 767.98px) {
  .page-enfant .illustration-page-enfant {
    width: 100%;
    min-width: 100%;
  }
  .page-enfant .contenu-page-enfant{
    display: inline-grid;
  }
}

body.employeur .encart.actualites.bgGrey.bgWhiteMobile {
  background-color: #FFF;
}

body.employeur .encart.actualites.bgGrey.bgWhiteMobile.backgroundColor {
  background-color: #FFF4F2;
}

body.employeur .content .container .sous-titre {
  color: #D84018;
}

body.employeur .content .container .btn.btn-secondary.bouttonAllActu {
  background: #D84018 !important;
  text-decoration: none;
}

body.employeur .content .container .btn.btn-secondary.bouttonAllActu:hover, body.employeur .content .container .btn.btn-secondary.bouttonAllActu:focus {
  background: #FFFFFF !important;
}

body.employeur .content .card-body .tagageActu .listTagage::before, body.chapo-deuxieme-niveau .content .card-body .tagageActu .listTagage::before,
body.article .content .card-body .tagageActu .listTagage::before {
  content: none;
}

.listTagage.employe, .listTagage.entrepr {
  color: #D84018;
  background: #FFF4F2;
}

.lireActu.employe svg path, .lireActu.entrepr svg path {
  fill: #D84018;
}

.actuPhare.card.employe:hover, .actuEncart.card.employe:hover, body .content .container .card.entrepr:focus, .actuPhare.card.entrepr:hover, .actuEncart.card.entrepr:hover,
.all-actualites .card.entrepr:hover {
  border-color: #D84018;
  box-shadow: 0px 0px 0px 2px #D84018, 0 4px 50px #D8401833 !important;
}

.lireActu.employe, .lireActu.entrepr {
  color: #D84018;
}

.titre-bloc-activite {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 35px;
  text-align: center;
  color: #000000;
  display: block;
  text-align: center;
  margin: 0px 0px 10px 0px;
}

.bloc-card-presse {
  height: max-content;
}

body.chapo-deuxieme-niveau.qsn .blocTitle .liste-page-enfant {
  height: max-content;
}

body.chapo-deuxieme-niveau.qsn .blocTitle .col-md-4 .encart {
  padding: 0;
}

body.qsn.chapo-deuxieme-niveau .head .title-Une {
  color: #0071B9;
  text-align: left;
  margin-top: 4px;
}

body.qsn .filTwitter .twitter .tac_activate.tac_activate_twittertimeline:has(.twitter-timeline.twitter-timeline-rendered) {
  background: #fff;
}

body.qsn .tac_activate.tac_activate_twittertimeline {
  border-radius: 12px;
}

body.qsn .encart.actualites.bgGrey.bgWhiteMobile {
  background: #fff;
}

body.qsn .encart.actualites.bgGrey.bgWhiteMobile.backgroundColor {
  background: #EFF8FD;
}

body.actif.qsn .encart.actualites.bgGrey.bgWhiteMobile.backgroundColor {
  background: #EEFBFD;
}

body.retraite.qsn .encart.actualites.bgGrey.bgWhiteMobile.backgroundColor {
  background: #FFF6FB;
}

body.actif.qsn main .encart .btn.btn-secondary.bouttonAllActu:hover svg path {
  fill: #00829B;
}

body.retraite.qsn main .encart .btn.btn-secondary.bouttonAllActu:hover svg path {
  fill: #A82765;
}

body.qsn .content .container .bouttonAllActu {
  text-decoration: none;
}

body.qsn.actif .content .container .bouttonAllActu {
  text-decoration: none;
  background: #00829B !important;
}

body.qsn.actif .content .container .bouttonAllActu:hover {
  text-decoration: none;
  background: #fff !important;
}

body.qsn.retraite .content .container .bouttonAllActu {
  text-decoration: none;
  background: #A82765 !important;
}

body.qsn.retraite .content .container .bouttonAllActu:hover {
  text-decoration: none;
  background: #fff !important;
}

svg.chevron-filtre {
  float: right;
  margin: 9px 0px 0px 10px !important;
}

.BlocFiltre .dropdown.show svg.chevron-filtre {
  transform: rotate(180deg);
}

.dropdown-toggle span#titre-filtre-demarches-profil::after, .dropdown-toggle span#titre-filtre-demarches-age::after, .dropdown-toggle span#titre-filtre-demarches-thematique::after {
  content: none;
}

.dropdown-toggle span#titre-filtre-demarches-profil, .dropdown-toggle span#titre-filtre-demarches-age, .dropdown-toggle span#titre-filtre-demarches-thematique {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.premier-filtre .dropdown {
  padding-right: 0px;
  max-width: max-content;
}

.BlocFiltre .col-6.dropdown {
  max-width: max-content;
  padding-right: 0px;
}

.BlocFiltre .col-6.dropdown .dropdown-menu.show {
  border: 1px solid #DBDBDB;
  border-radius: 10px;
  margin-top: 9px;
  padding: 15px 20px 0px 20px;
  width: max-content;
}

.BlocFiltre .col-6.dropdown .dropdown-menu.show .nav-item {
  display: flex;
}

.BlocFiltre .col-6.dropdown .dropdown-menu.show .nav-item .nav-link {
  display: inline-block;
  padding: 0px 0px 8px 16px;
  color: #000;
  cursor: pointer;
}

.nav-pills {
  margin: auto;
}

.encart.head.actualite .card {
  min-height: auto;
}

.bloc-list-PreHeader li .listTraductionPreHeader a img {
    margin-right: 10px;
}

@media (min-width: 576px) and (max-width: 991.98px) {
  .row.mobileSpace .autreActus .normalActu:first-child, .encart.actualites .autreActus a.card.actuEncart:first-child {
    margin-top: 0px;
  }
}

.btn-filtre-mobile {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  border: 1px solid #0071B9;
  border-radius: 25px;
  color: #000;
  width: max-content;
  text-align: center;
  padding: 15px 20px;
  margin: 0px auto;
  background: #FFF;
}

.picto-btn-filtre-mobile {
  margin-right: 12px;
}

.type-filtre.dropdown-menu {
  display: contents;
}

.form-mobile-recherche {
  display: none;
}

.clear-form-filtre {
  display: none;
}

@media (min-width: 991.98px) and (max-width: 1700px) {
  .searchResult {
    max-width: 100%;
  }
}

.blocEspacePersonnelMobile .nav-item.dropdown.user {
  display: none;
}

.drop-filtre {
  width: 210px;
  max-width: 210px;
}

.titleBrochure .titre-brochure {
  white-space: break-spaces;
  text-align: center;
  display: block;
}

.accroche-toutes-actualites .accroche p {
  margin-bottom: 45px;
}

.all-actualites a.card .card-img-top {
  min-width: 140px;
}
.all-actualites a.card .card-img-top img, .encart.content .all-actualites .card .card-body {
  margin-top: 0px;
}

.encart.content .all-actualites .card .card-body .tagageActu .listTagage {
  padding-left: 10px;
  margin-bottom: 0px;
}

.all-actualites a.card.underline .title-carte {
  margin-bottom: 5px;
}

body.toutes-les-actualites .content .card {
  width: 100%;
  margin: 0;
}


body.toutes-les-actualites .mobileSpace .col-lg-6 {
  margin: 20px 0px 0px;
}

.encart.content .all-actualites .card .card-body .tagageActu .listTagage {
  padding-left: 10px;
  margin-bottom: 0px;
}

.all-actualites .BlocFiltre {
  margin-bottom: 0px;
}

.all-actualites a.card.underline .card-body p {
  margin: 10px 0px 25px 0px;
}

.formSearch .btnFormSearch:focus-within {
  background: #F2F2F2;
  outline: thin dotted;
  outline-offset: 3px ;
  outline-color: #0A76F6 ;
}
h2.h2MenuCol {
    margin-bottom: 0px;
}

.btnTranslate .dropdown-langues .list-mobile a {
  color: #000;
  font-weight: 500;
}

.btnTranslate .dropdown-langues .list-mobile .mt-2 {
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  border: 1px solid #DBDBDB !important;
  border-radius: 1.5rem;
  padding: 0.675rem 1.75rem;
  margin-right: 20px;
}

.btnTranslate .dropdown-langues .list-mobile a img {
  margin-right: 10px;
}

.titre-menu-mobile {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
}
.d-flex.align-items-center.justify-content-between{
  padding-left: 15px;
  padding-right: 15px;
}
#menu-user-name{
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  padding-left: 30px;
  margin-top: 15px;
  padding-bottom: 15px;
  border-bottom: none;
  text-transform: capitalize;
}
@media screen and (min-width: 768px) {
  /* Styles for desktop version */
  #menu-user-name {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1124px) {
  .navbar-expand-lg .navbar-nav .nav-link.btn-primary span.user-name {
    max-width: 149px;
  }
}

.btn.btn-primary.submit-filtre:hover {
  background: #0489DE;
}

.btn.btn-primary.submit-filtre:focus {
  outline: 5px auto;
  outline-offset: 3px !important;
  outline-color: #0A76F6 !important;
  background: #0071B9 !important;
  color: #fff !important;
}

body.actif.chapo-premier-niveau .content .container a.titre-situation:active .titre-img-thematique p, .lienchapoActif:active p {
  background: #007C94;
  color:#fff;
  text-decoration: underline;
  text-decoration-color: #fff;
}

body.actif.chapo-premier-niveau .content .container a.titre-situation:active .titre-img-thematique img, .lienchapoActif:active svg {
  background: #007C94;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

#navbars2 div a.btn.espaceMobileNC:hover {
  background: #0489DE;
}
#navbars2 div a.btn.espaceMobileNC:active {
  background: #0067A9;
}
#navbars2 div.nav-item.user.actif a.btn.btn-connecter:hover {
}
#navbars2 div.nav-item.user.show.actif a.btn.btn-connecter{
  background: #03768C !important;
}

#navbars2 div.nav-item.user.retraite a.btn.btn-connecter:hover {
  background: #035D97  !important;
}
#navbars2 div.nav-item.user.show.retraite a.btn.btn-connecter {
  background: #035D97 !important;
}
.navbar-light .navbar-nav .nav-item.actif .nav-link.btn-connecter:hover .pastille p {
  border: 2px solid #10A6A7;
}

.navbar-light .navbar-nav .nav-item.show.actif .nav-link.btn-connecter .pastille p {
  border: 2px solid #03768C;
}

.navbar-light .navbar-nav .nav-item.retraite .nav-link.btn-connecter:hover .pastille p {
  border: 2px solid #BF3962;
}
.navbar-light .navbar-nav .nav-item.show.retraite .nav-link.btn-connecter .pastille p {
  border: 2px solid #870A46;
}

.btn-group.btn-group-toggle:focus .card.shadow-sm:focus, .user a.nav-link:focus, #cookie-close:focus, .navbar-light .navbar-nav .nav-link:focus, .container.js-jssjs-selector:focus, a.btn.btn-primary.js-at-link:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: 3px !important;
  outline-color: #0A76F6 !important;
}

.lienchapoActif:focus, .lienchapoRetraite:focus, .titre-situation:focus {
  outline-color: #0A76F6 !important;
  border-radius: 5px;
  outline-offset: 2px;
}
body.chapo-premier-niveau .content .container a.titre-situation:focus {
  text-decoration: underline !important;
}

/*hover retraite*/
body .encart.actualites.retraite .container a.btn.btn-secondary:hover:not(.page-link), body .encart.actualites.retraite .container a.btn.btn-secondary:focus:not(.page-link), body.retraite a.btn.btn-secondary.bouttonAllCommuniquerPresse:hover:not(.page-link), body.retraite.chapo-premier-niveau .encart a.btn.btn-secondary.bouttonAllBrochure:hover:not(.page-link), body.retraite.chapo-premier-niveau .encart.actualites .container a.btn.btn-secondary.btn-rounded.bouttonAllActu:hover:not(.page-link) {
  background: #BF3962 !important;
  color: #fff !important;
  border: 1px solid transparent !important;

}

.encart.actualites.retraite .btn.btn-secondary.bouttonAllActu:hover svg path, .encart.actualites.retraite .btn.btn-secondary.bouttonAllActu:focus svg path, body.actif .btn.btn-secondary.bouttonAllCommuniquerPresse:hover svg path, body.retraite .btn.btn-secondary.bouttonAllCommuniquerPresse:hover svg path, body.actif.chapo-premier-niveau main .btn.btn-secondary.bouttonAllBrochure:hover svg path, body.retraite.chapo-premier-niveau main .btn.btn-secondary.bouttonAllBrochure:hover svg path, body.retraite.chapo-premier-niveau .encart.actualites .btn.btn-secondary.bouttonAllActu:hover svg path {
  fill: #FFF;
}

/*HOVER ACTIF*/
body .encart.actualites.actif .container a.btn.btn-secondary:hover:not(.page-link), body.actif a.btn.btn-secondary.bouttonAllCommuniquerPresse:hover:not(.page-link), body.actif.chapo-premier-niveau .encart a.btn.btn-secondary.bouttonAllBrochure:hover:not(.page-link), body.actif.chapo-premier-niveau .encart.actualites .container a.btn.btn-secondary.btn-rounded.bouttonAllActu:hover:not(.page-link) {
  background: #108199 !important;
  color: #fff !important;
  border: 1px solid transparent !important;

}
/*FOCUS ACTIF*/
body .encart.actualites.actif .container a.btn.btn-secondary:focus:not(.page-link), body.actif a.btn.btn-secondary.bouttonAllCommuniquerPresse:focus:not(.page-link), body.actif.chapo-premier-niveau .encart a.btn.btn-secondary.bouttonAllBrochure:focus:not(.page-link), body.actif .chapo-premier-niveau .encart.actualites .container a.btn.btn-secondary:focus:not(.page-link), body.actif.chapo-premier-niveau .encart.actualites .container a.btn.btn-secondary.bouttonAllActu:focus:not(.page-link) {
  background: #007C94 !important;
  outline-color: #0A76F6 !important;
  outline: 5px auto -webkit-focus-ring-color;
  color:#fff !important;

}

/*FOCUS RETRAITE*/
body .encart.actualites.retraite .container a.btn.btn-secondary:focus:not(.page-link), body.retraite a.btn.btn-secondary.bouttonAllCommuniquerPresse:focus:not(.page-link), body.retraite.chapo-premier-niveau .encart a.btn.btn-secondary.bouttonAllBrochure:focus:not(.page-link), body.retraite.chapo-premier-niveau .encart.actualites .container a.btn.btn-secondary.btn-rounded.bouttonAllActu:focus:not(.page-link) {
  background: #A82765 !important;
  outline-color: #0A76F6 !important;
  color: #fff !important;
  outline: 5px auto;
  outline-offset: 3px;
}

.encart.actualites.actif .btn.btn-secondary.bouttonAllActu:hover svg path, .encart.actualites.actif.btn.btn-secondary.bouttonAllActu:focus svg path, .encart.actualites.actif .btn.btn-secondary.bouttonAllActu:focus svg path, .encart.actualites.retraite .btn.btn-secondary.bouttonAllActu:focus svg path, body.actif .btn.btn-secondary.bouttonAllCommuniquerPresse:focus svg path, body.retraite .btn.btn-secondary.bouttonAllCommuniquerPresse:focus svg path, body.actif.chapo-premier-niveau .btn.btn-secondary.bouttonAllBrochure:focus svg path, body.actif.chapo-premier-niveau .encart.actualites .btn.btn-secondary.bouttonAllActu:focus svg path, body.actif.chapo-premier-niveau .encart.actualites .btn.btn-secondary.bouttonAllActu:hover svg path, body.retraite.chapo-premier-niveau .btn.btn-secondary.bouttonAllBrochure:focus svg path  {
    fill: #FFF;
}

body .encart.actualites .container a.btn.btn-secondary:focus:not(.page-link) {
  background: #0071B9 !important;
  outline-color: #0A76F6 !important;
  color: #fff !important;
  outline: 5px auto;
  box-shadow: none !important;

}

.encart.actualites .btn.btn-secondary.bouttonAllActu:hover svg path, .encart.actualites.btn.btn-secondary.bouttonAllActu:focus svg path, .encart.actualites .btn.btn-secondary.bouttonAllActu:focus svg path, .encart.actualites .btn.btn-secondary.bouttonAllActu:focus svg path, body main .btn.btn-secondary.bouttonAllCommuniquerPresse:hover svg path, body.retraite.chapo-premier-niveau .encart.actualites .btn.btn-secondary.bouttonAllActu:focus svg path, body.chapo-premier-niveau .encart.actualites .btn.btn-secondary.bouttonAllActu:hover svg path, body.chapo-premier-niveau main .btn.btn-secondary.bouttonAllBrochure:hover svg path, body.chapo-premier-niveau .btn.btn-secondary.bouttonAllBrochure:focus svg path, body.chapo-premier-niveau .encart.actualites .btn.btn-secondary.bouttonAllActu:focus svg path {
    fill: #FFF;
}

/*Hover non connecter*/
body .encart.actualites .container a.btn.btn-secondary:hover:not(.page-link), body a.btn.btn-secondary.bouttonAllCommuniquerPresse:hover:not(.page-link), body.chapo-premier-niveau .encart a.btn.btn-secondary.bouttonAllBrochure:hover:not(.page-link), body.chapo-premier-niveau .encart.actualites .container a.btn.btn-secondary.bouttonAllActu:hover:not(.page-link) {
  background: #0489DE !important;
  color: #fff !important;
  border: 1px solid transparent !important;
  box-shadow: none !important;
}

/*FOCUS non connecter*/
body a.btn.btn-secondary.bouttonAllCommuniquerPresse:focus:not(.page-link), body.chapo-premier-niveau .encart a.btn.btn-secondary.bouttonAllBrochure:focus:not(.page-link), body.chapo-premier-niveau .encart.actualites .container a.btn.btn-secondary.bouttonAllActu:focus:not(.page-link) {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: 3px !important;
  outline-color: #0A76F6 !important;
  background: #0071B9 !important;
  color: #fff !important;
}

body .encart .container a.btn.btn-secondary.bouttonAllCommuniquerPresse:hover:not(.page-link), body .encart .container a.btn.btn-secondary.bouttonAllCommuniquerPresse:focus:not(.page-link) {
  color: #fff !important;
  border: 1px solid transparent !important;
}

/*hover employeur*/
body.employeur .content .container .btn.btn-secondary.btn-rounded.bouttonAllActu:hover {
  background: #F1582E !important;
  color: #fff !important;
  border: 1px solid transparent !important;
  box-shadow: none !important;
}
/*focus employeur*/
body.employeur .content .container .btn.btn-secondary.btn-rounded.bouttonAllActu:focus {
  background: #D84018 !important;
  outline-color: #0A76F6 !important;
  color: #fff !important;
  outline: 5px auto -webkit-focus-ring-color;
  box-shadow: none !important;
}

/*click employeur*/
body.employeur .content .container .btn.btn-secondary.bouttonAllActu:active {
  background: #BF3915;
  outline: 0px;
}
body.retraite.chapo-premier-niveau .content .container a.titre-situation:active .titre-img-thematique p, .lienchapoRetraite:active p {
  background: #A82765;
  color:#fff;
  text-decoration: underline;
  text-decoration-color: #fff;
}
body.retraite.chapo-premier-niveau .content .container a.titre-situation:active .titre-img-thematique img, .lienchapoRetraite:active svg {
  background: #A82765;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;

}
body.chapo-premier-niveau .content .container a.titre-situation:active .titre-img-thematique p {
  background: #0071B9;
  color:#fff;
  text-decoration: underline;
  text-decoration-color: #fff;
}
body.chapo-premier-niveau .content .container a.titre-situation:active .titre-img-thematique img {
  background: #0071B9;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.col3 h2.h2MenuCol {
  display: contents;
}

.btn {
  white-space: inherit;
}

.liste-page-enfant {
  list-style: none;
}

body.article .content .card.cardBrochure.ck-modele, body.article .content .card.cardFormulaire.ck-modele {
  margin-top:50px;
}

body.iframe .encart.head {
  padding: 0;
}

#closeBtn:focus {
  outline: 5px auto -webkit-focus-ring-color;
}

#closeBtn span::after {
  content: url("../modules/cnav-pub2-template/css/../images/fermerModal.svg") ;
  position: relative;
  top: 2px;
  margin-left: 3px;
}

.youtube_player {
  margin-bottom: 20px;
}

.all-actualites .BlocFiltre .filtre-profil #dropdownMenuFiltre-profil {
  min-width: max-content;
}

#cardNumber, #cardNumberActu {
  position: absolute;
  left: -9999px;
}

.blocTitleTaggage {
  display: flex;
  flex-direction: column-reverse;
}

.card.ck-modele h2 {
  border-bottom: 1px solid #DBDBDB;
  margin-top: -10px !important;
  padding-bottom: 8px;
  margin-bottom: 11px !important;
  font-weight: 600 !important;
  font-family: 'Raleway', sans-serif;
  margin-left: 53px;
  font-size: 1.375rem;
  line-height: 1.2;
}

.titre-bloc-gauche h2, .titreInfos h2, .titreGaucheConseils h2, .titreBlocQuestions h2, .titreGalerie h2 {
  display: inline-block;
  line-height: 1.2;
  font-family: Raleway;
  font-style: normal;
  font-weight: bold;
  font-size: 1.875rem;
}

.titleBlocAvantage h2 {
  margin: 0;
  font-family: Raleway;
  font-style: normal;
  font-weight: bold;
  font-size: 1.875rem;
  line-height: 33px;
  text-align: center;
  color: #FFFFFF;
}

/*span.slider.round:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: 3px !important;
  outline-color: red;
}*/

.sharing-bottom {
  display: grid;
  grid-template-columns: 21% 8% 0% 71%;
  list-style: none;
}

body.article .content .btnSharingBasPage .list-print {
  padding-left: 0px;
}

body.article .content .sharing-bottom li {
  position: inherit;
}

.rspkr_dr_link:focus img{
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-color: black;
}

.dropdown-center.dropdown-search button.btn-clear {
  width: auto;
  border: none;
  position: relative;
  bottom: 29px;
  left: calc(100% - 75px);
  cursor: pointer;
  top: -36px;
  padding: 0;
  background: #F2F2F2;
}

.dropdown-center.dropdown-search button.btn-clear .clear-form {
  position: initial;
}

.dropdown-center.dropdown-search button.btn-clear:focus {
  outline: 5px auto;
  outline-color: black;
  border-radius: 0px;
  outline-offset: 4px;
  box-shadow: none !important;
}

.form-mobile-recherche .btn.btn-primary.btnFormSearch:focus, .ul-typeProfil .nav-item input:focus-within, .ul-typeProfil .nav-item label:focus-within {
  outline: 5px auto;
  outline-color: black;
  outline-offset: 4px;
  box-shadow: none !important;
}

.btnCloseFilterMobile {
  display: none;
}

#popin-filtre fieldset {
  min-width: 100%;
}

.btnFiltreReset {
  list-style: none;
  padding: 0;
}

body p.contenuActuFlash{
  margin: 0;
  text-shadow: none;
  color: #000000;
  font-size: 14px;
  font-weight: 400;
}

body.article.demarches-en-ligne span.listTagage {
    font-size: 1rem;
    margin-bottom: 10px;
}

body.article.toutes-les-actualites div.tagageActu span.listTagage {
    font-size: 1rem;
}

.col2 .conteneur, .col3 .conteneur {
  width: 100%;
  border: none;
  background: #fff;
  padding: 0px;
  text-align: left;
}

.nav-item.profil.actif .dropdown-menu .col3 .conteneur {
  background: #EEFBFD;
}

.nav-item.profil.retraite .dropdown-menu .col3 .conteneur {
  background: #FFF6FB;
}

@media (min-width: 1260.98px) {
  .searchReduce {
    display: none !important;
  }
}

.card.ck-modele.ck-modele-travailleurs-independants-allegee h4 {
    margin-left: 0px;
    margin-top: 20px !important;
    border-bottom:none;
}

.nav-menu-text-titre {
  font-family: Raleway;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 23px;
  text-decoration: none;
  display: block;
}

#modalTitle a {
  display: inline-block;
}

h2.titleCardBrochure{
     border-bottom: none !important;
}

body.recherche a.page-link.btn.btn-primary.next-button:focus {
     outline: thin dotted black !important;
}
body.article.actif .content .container .titleBrochure:hover{
     color: #007C94 ;
     text-decoration: none;
}
body.article.actif .content .container .titleBrochure:focus{
     color: #007C94 ;
     text-decoration: none;
}
a.btn.btn-primary.js-at-link.btnServiceEnLigne:focus{
     outline-color: black !important;  
}

body.chapo-premier-niveau .content .container .list-lien-thematique li::before {
    content: none;
}

body.chapo-premier-niveau .content ul li.li-situation::before {
    content: none;
}

.card.ck-modele h4 {
  border-bottom: none;
  margin-left: 50px;
  margin-top: -10px !important;
  padding-bottom: 8px;
  margin-bottom: 11px !important;
  font-weight: 600 !important;
  font-family: 'Raleway', sans-serif;
  font-size: 1.375rem;
  line-height: 1.2;
  border-bottom: 1px solid #DBDBDB;
}
footer ul.socials li img {
	margin-right: 17px;
}

div.bodywrapper > .container {
	background-color: #ffffff;
	padding: 0;
}

div.bodywrapper > .container.fixed-top {
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
}


.banniere {
	max-width : 1280px;
	padding-bottom: 50px;
}

.banniere {
	margin: auto;
}

body.home .banniere{
	max-width : 1280px;
	padding-top: 50px;
	padding-bottom: 50px;
	background: #FFFFFF;
}

.jumbotron .card .row > div .btn-select.employeur.active, body.recherche .card .row > div .btn-select.employeur.active {
	background: linear-gradient(#FE7A61, #FF9446) !important;
	border: 0 !important;
}

/** CORRECTION UX 22/01*/

.encart{
	padding-top: 100px;
	padding-bottom: 50px;
}

.demarches-en-ligne .encart, .chapo-premier-niveau .encart, .toutes-les-actualites .encart {
	padding-top: 70px;
	padding-bottom: 0px;
}

body.home .encart {
    padding-top: 50px;
    padding-bottom: 50px;
}

body:not(.home) .more#services-encart{
	padding-bottom: 50px;
}

.encart h2.text-lg-left {
	margin-bottom: 50px;
	margin-top: 0px;
}

/**Correction sur les cards Mobile */
@media (max-width: 991.98px) {
	.mobileSpace .mb-2{
		margin-bottom :15px!important;
	}
	.card.service {
		display: flex;
    	flex-direction: row;
		margin: auto!important;
		float: inherit!important;
		height: 76px;
	}
	.card.service img {
		margin: auto!important;
		float: inherit!important;
	}
	.card.service h3 {
		padding: 10px;
		width: calc(100% - 45px);
		height: 100%;
		margin: auto;
		vertical-align: middle;
		font-size: 16px;
		display: flex;
	    flex-direction: row;
	    align-items: center;

	}

	.card-img-top iframe {
		width: 100%;
		height: auto;
	}

	.card-img-top img {
		height: auto;
		width: 100%;
	}

	.card .card-img-top {
		width: 40%;
		float: left;
		z-index: 0;
		/*margin: -20px 15px -6px -20px;*/
		display: inline-block;
		height: auto;
	}

	.autreActus .actuEncart .cardContenu .card-img-top {
		display: none !important;
	}

	.row.mobileSpace .autreActus a.card.actuEncart {
		margin-top: 15px;
	}

	.normalActu {
    	margin: 15px 0px 0px;
	}

	.card.service div.div-service-mobile{
		display: flex;
	    align-items: center;
	    flex-direction: row;
	    width: 100%;
	}

	.container div#services-encart {
		padding-top: 0px;
	}

	.row.align-items-start {
		margin-left: -35px;
	}

}

/** Corrections sur les cards desktop */
@media(min-width: 992px){
	.card-img-top iframe, .card-img-top img, .encart.content img{
		max-width: 100%;
	}
	a.card.service{
		align-items: center;
	}

	.card.service img {
		margin: 25px auto 0;
		height: 31px;
	}
	a.card{
		/*padding:20px 0px;*/
		padding: 0 0 20px;
	}

	a.card .card-img-top {
		padding-left: 0px;
    	padding-right: 0px;
    	padding-top: 0px;
	}

	a.card.service h3, .card .card-body h3
	,a.card.service p, .card .card-body p
	{
		display: block;
		margin: 20px 20px 0px 20px;
	}
	a.card.service h3, .card .card-body h3{
		margin-bottom: 0px;
	}

	.card .card-body p{
		margin: 10px 0px 20px 0px;
  	}
  	.normalActu .card .card-body p, .card.actuEncart .card-body p, .card.actu.underline .card-body p {
		margin: 5px 0px 25px 0px;
  	}
	a.card.service p{
		margin-top: 18px;
	}
	a.card.underline h3{
		/*margin-bottom: 0px;*/
	}
	.encart.actualites .normalActu a.card{
		width: 100%;
		padding: 20px;
	}
	.encart.actualites a.card{
		padding: 0 0 20px;
	}
	.encart.actualites .card .card-body{
		margin: 0px;
		max-width: 255px;
  	}
  	.encart.content .card .card-body{
		margin-top: 20px;
  	}
  	/* Card service */
	a.card.service h3{
		font-size:20px;
		max-width: 178px;
		align-self: normal;
	}
	.card.service div.div-service-mobile{
		display: flex;
    	flex-direction: column-reverse;
    	top: 0px;
	    align-items: center;
	    justify-content: flex-end;
	    min-width: 100%;
	    height: 100%;
	}
}
/* Card actu */
.card .card-body h3{
	margin-top: 5px;
	font-size: 16px;
}


/*Au survol */
a.card:hover, a.card:focus {
	/*border:unset;*/
	border-color:#0071B9; 
	box-shadow: 0px 0px 0px 2px #0071B9, 0 4px 50px #0071b933 !important;
}

.normalActu a.actif.card:hover, .normalActu a.actif.card:focus,
.actuPhare a.actifretrait.card:hover, .actuPhare a.actifretrait.card:focus,
.actuPhare a.retraitactif.card:hover, .actuPhare a.retraitactif.card:focus,
.autreActus a.actifretrait.card:hover, .autreActus a.actifretrait.card:focus,
.autreActus a.retraitactif.card:hover, .autreActus a.retraitactif.card:focus,
a.card.actuEncart.actif:hover, a.card.actuEncart.actif:focus,
.all-actualites a.actif.card:hover, .all-actualites a.actif.card:focus,
.all-actualites a.actifretrait.card:hover, .all-actualites a.actifretrait.card:focus,
a.card.underline.actifretrait:hover, a.card.underline.actifretrait:focus,
a.card.underline.retraitactif:hover, a.card.underline.retraitactif:focus {
	border-color:#00829B; 
	box-shadow: 0px 0px 0px 2px #00829B, 0 4px 50px #00829b33 !important;
}

.normalActu a.retrait.card:hover, .normalActu a.retrait.card:focus,
.actuPhare a.retrait.card:hover, .actuPhare a.retrait.card:focus,
.actuPhare a.retrait.card:hover, .actuPhare a.retrait.card:focus,
.autreActus a.retrait.card:hover, .autreActus a.retrait.card:focus,
.autreActus a.retrait.card:hover, .autreActus a.retrait.card:focus,
a.card.actuEncart.retrait:hover, a.card.actuEncart.retrait:focus,
.all-actualites a.retrait.card:hover, .all-actualites a.retrait.card:focus {
	border-color:#A82765; 
	box-shadow: 0px 0px 0px 2px #A82765, 0 4px 50px #A8276533 !important;
}

a.card:focus {
	/*border:unset;*/
	border-color:#0071B9; 
	box-shadow: 0px 0px 0px 2px #0071B9, 0 4px 50px #0071b933 !important;
	outline: none;
}
a.card.retraite:hover, a.card.retraite:focus {
	box-shadow: 0px 0px 0px 2px #0071B9 , 0px 4px 50px rgba(168, 39, 101, 0.2) !important;
}

a.card.employeur:hover, a.card.employeur:focus {
	box-shadow:0px 0px 0px 2px #0071B9 , 0px 4px 50px rgba(218, 114, 94, 0.2) !important;
}

a.card.actif:hover, a.card.actif:focus {
	box-shadow: 0px 0px 0px 2px #0071B9, 0px 4px 50px rgba(1, 154, 176, 0.2) !important;
}


.previous{
	background: url("../modules/cnav-pub2-template/css/../images/arrow-left-white.svg") no-repeat;
    background-size: 6px;
    background-position: calc(0%) calc(50%);
    background-repeat: no-repeat;
    padding-left: 18px;
}

.suivant{
	background: url("../modules/cnav-pub2-template/css/../images/arrow-right-white.svg") no-repeat;
    background-size: 6px;
    background-position: calc(100%) calc(50%);
    background-repeat: no-repeat;
    padding-right:  18px;
}

.next-button{
	padding-right:  18px !important;
}
.previous-button{
	padding-left:  18px !important;
}

.clear-form{
	position: relative;
	bottom: 29px;
	left: calc(100% - 75px);
	cursor:pointer;
}

@media (max-width: 510px) {
	.clear-form{
		position: relative;
		bottom:29px;
		left: calc(100% - 75px);
		cursor:pointer;

	}
}


.bandeau {
	overflow: hidden;
}

.nav-pills input[type="radio"]:checked + label {
	border-bottom: 3px solid #0071B9;
	background-color: transparent;
	color: #6D6D6D;
	border-radius: 0;
	font-weight: 500;
	color: #0071B9;
}

.menu-filtre .nav-pills input[type="radio"]:checked + label {
	border-bottom: 0px;
	background-color: transparent;
	color: #6D6D6D;
	border-radius: 0;
	font-weight: 500;
	color: #0071B9;
}

.radioAdvancedSearch {
    width: 30px;
	height: 30px;
    position: initial;
}

.associe .container .row {
	justify-content: center;
}

body.employeur .encart.associe .container {
	padding: 0px;
}

a.nav-link.btn.btn-primary.ml-4 {
	margin-left: 0 !important;
	margin-right: 0;
}

a.nav-link.pl-4 {
	padding-left: 0.5rem !important;
}

/* Pour corriger le chevron de l'espace perso connecté*/
/* position: absolute; */
/* top: 50%; */
/* transform: translateY(-5px); */
.pastille {
	height: auto;
	width: auto;
	min-width: 16px;
	min-height: 16px;
	border-radius: 30px;
	bottom: 53%;
	position: absolute;
	float: left;
    margin-left: 10px;
}

.navbar-light .navbar-nav .nav-item.actif .nav-link.btn-connecter .pastille p {
	border: 2px solid #01707E;
}

.navbar-light .navbar-nav .nav-item.retraite .nav-link.btn-connecter .pastille p {
	border: 2px solid #A82765;
}

.pastille p {
	height: auto;
	width: auto;
	min-height: 16px;
	min-width: 20px;
	font-family: 'Roboto';
	font-size: 11px;
	font-weight: 900;
	font-style: normal;
	line-height: 11px;
	color: #000000;
	text-align: center;
	border-radius: 30px;
	margin: 0px;
    padding: 3px;
    border: 2px solid #0071B9;
    background-color: #fff;
}

/* Elsa : Gestion des grandes tailles pour le header */


/** Correction UX le style rond dans le menu desktop*/
/* @media (min-width: 990px) {
	.navbar-light .nav-item .nav-link.actif[aria-expanded="false"] p::before, .navbar-light .nav-item .nav-link.retraite[aria-expanded="false"] p::before {
		width: 50px;
	}
} */

/** Correction header */
@media (min-width: 1200px) and (max-width: 1279px ) {
	.navbar-expand-lg .navbar-nav .nav-link.btn-primary br {
		display: inherit !important;
	}

	.navbar-collapse .navbar-nav.right .dropdown .nav-link {
		padding-left: 1px;
	}

	#navbars1 svg {
		margin-right: 0px !important;
	}
}
@media (min-width: 1200px) and (max-width: 1310px ){
	#navbars1 svg {
		margin-right: 0px !important;
	}
}

/** Correction dyslexie + Grande taille */

@media (min-width: 992px) and (max-width: 1100px) {
	.js-grandeTaille #navbars1 .nav-link {
		padding-left: 6px !important;
		padding-right: 6px !important;
	}
}

/** Changement de la taille du logo */
@media (min-width: 1200px) {
	.js-grandeTaille .navbar-light .navbar-brand {
		background-size: 179px 132px;
		width: 170px;
		height: 123px;
	}

	body .js-grandeTaille .navbar-light .navbar-brand.fixe img, .js-grandeTaille .navbar-light .navbar-brand img {
		transform: scale(0.7);
		top: 18px;
		left: -21px;
	}

	body .js-grandeTaille .navbar-light .navbar-brand.fixe img {
		top: 9px;
		left: 0;
	}

	.dyslexic #navbars1 svg {
		margin-right: 0px !important;
	}

	.dyslexic #navbars1 .nav-link {
		padding-left: 12px !important;
		padding-right: 11px;
	}

}
@media (max-width: 1280px) {
	.dyslexic #navbars2 a.nav-link span {
		display: none !important;
	}
	.dyslexic.tailleUp .navbar-collapse .navbar-nav.right .dropdown .nav-link{
		padding-right: 0.2rem;
		padding-left: 0.2rem;
	}
	.tailleUp a.nav-link.pl-4 {
		padding-right: 0.2rem;
		padding-left: 0.2rem;
	}
}
@media (min-width: 1000px)  and (max-width: 1300px) {
	.dyslexic .navbar-collapse .navbar-nav.right .dropdown .nav-link {
		padding-left: 1px;
	}

	.dyslexic #navbars1 .nav-link {
		padding-left: 1px !important;
		padding-right: 1px;
	}
}
.dyslexic #navbars1 .nav-link, .tailleUp #navbars1 .nav-link {
	padding-left: 1px !important;
	padding-right: 1px;
}
body.actif main .btn.btn-secondary svg path {
	fill: #00829B;
}

body.retraite main .btn.btn-secondary svg path {
	fill: #A82765;
}

body.employeur main .btn.btn-secondary svg path {
	fill: #D86B56;
}


.nav-link[aria-expanded="true"].dropdown-toggle.actif span::after, .nav-link[aria-expanded="true"].dropdown-toggle.retraite span::after,
.nav-link[aria-expanded="true"].nav-link.actif span::after, .nav-link[aria-expanded="true"].nav-link.retraite span::after {
	transform: rotate(180deg);
}

/** Correction de la hauteur des images 
@media (max-width: 992px) {
	.card .card-img-top img {
		height: 76px;
	}
}

@media (min-width: 992px) {
	.card .card-img-top img {
		height: 140px;
	}
}
*/


/* Module jeSuis/je souhaite - La taille du liseret est trop faible pour chrome
 + Correction sur les couleurs */
.js-jssjs-selector .card h2::after {
	height: 2px;
}

.js-jssjs-selector .btn.btn-select {
	color: #000000 !important;
}

.js-jssjs-selector .custom-select {
	color: #666666;
	cursor: pointer;
}


/** Correction menu mobile */
.navbar-light .navbar-toggler[aria-expanded="true"] {
	width: 63px;
	height: 70px;
}

.navbar-light .titleMenu.navbar-toggler[aria-expanded="true"] {
	width: 63px;
	height: 70px;
	right: 112px;
	border-bottom: 0;
}

.navbar-light .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
	width: auto;
	height: auto;

}
.user-name{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px !important;
	min-width: 125px;
	display: inline-block;
	text-align: center;
	color: #fff;
	text-transform: capitalize;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 195px;
    vertical-align: middle;
}
@media (min-width: 992px) and (max-width: 1024px) {
    .user-name{
		display: block;
	}

}
.pastille.js-pastille show{
	display: inline-block;
}

/** Correction sur les chevrons menu en version mobile */
@media (max-width: 991.98px) {
	.navbar-collapse {
		background-color: #FFF;
		height: 100vh;
		position: absolute;
		top: 0;
		left: 0;
		box-shadow: none;
		z-index: 9999;
		overflow-y: visible;
		overflow-x: hidden;
	}
	#navbars2.navbar-collapse {
		background-color: #FFF;
		height: 100vh;
		position: absolute;
		width: calc(100% - 70px);
		top: 70px;
		left: inherit;
		box-shadow: none;
		right: 0;
	}
	.navbar-collapse:focus-within, .dropdown-menu .dropdown-user .dropdown-right:focus-within{
		overflow-y: scroll;
		scrollbar-width: none;
	}
	#search-mobile {
		padding: 23px 20px 23px 20px;
		background: #fff;
	}

	#search-mobile form {
		margin: 0px !important;
	}

	/**Correction maquette figma*/
	.navbar-collapse,
	#navbars2.navbar-collapse {
		width: 100%;
		height: auto;
	    border-bottom-right-radius: 10px;
	    border-bottom-left-radius: 10px;
	}
	.navbar-collapse {
		background: transparent;
	}

	#navbars2 .navbar-nav {
		height: 100%;
		display: block;
	}

	#navbars2 li:first-child {
		width: 100%;
		height: 100%;
	}

	#navbars1 .navbar-nav.mr-auto {
		background: #fff;
	}


	.navbar-collapse .navbar-nav.right .dropdown .nav-link, .dropdown-toggle[aria-expanded="true"] {
		border-left: none !important;
		border-right: none !important;
	}

	.navbar-light .nav-item .nav-link[aria-expanded="false"] span {
		font-weight: 600;
	}

	.navbar-light #navbars1 .nav-item .nav-link, navbar-light #navbars1 .nav-item .dropdown .nav-link {
		width: 100%;
		color: #000;
	}

	#navbars1 .nav-item .dropdown-menu li a {
	    width: 100%;
    	padding: 15px 20px 15px 20px !important;
    	border-bottom: 1px solid #F2F2F2;
	}

	.navbar-light .nav-item .nav-link[aria-expanded="true"].dropdown-toggle::after, .dropdown-menu li a[aria-expanded="true"]::after {
		width: auto !important;
	}

	.navbar-light .nav-item .nav-link p, .navbar-light .nav-item .nav-link span, .dropdown-item span {
		padding: 0px !important;
		margin: 0px !important;
		height: 19px;
	}

	.navbar-light .nav-item .nav-link[aria-expanded="true"] p, .navbar-light .nav-item .nav-link[aria-expanded="true"] span {
		border-radius: 0px;
		color: #000;
	}

	.dropdown-toggle span {
		display: flex;
		align-items: center;
	}

	.dropdown-item[aria-expanded="true"] span {
		padding-left: 0px !important;
	}


	/***************** BEFORE ***************************/
	/* Entrée du menu */
	.navbar-light .nav-item .nav-link[aria-expanded="false"] p::before {
		height: 23px !important;
		width: 5px !important;
		top: -3px !important;
		left: -25px !important;
	}

	/* ACTIF - Couleur entrée menu */
	.navbar-light .nav-item .nav-link.actif[aria-expanded="false"] p::before {
		background: linear-gradient(90deg, #0E7E8D 0%, #00829B 100%) !important;
	}

	/* Retraité - Couleur entrée menu */
	.navbar-light .nav-item .nav-link.retraite[aria-expanded="false"] p::before {
		background: linear-gradient(to right, #9A1E66, #E95B5B 100%) !important;
	}

	/*ACTIF - Couleur titre */
	.navbar-light .nav-item .nav-link.actif[aria-expanded="true"] span, .actif .dropdown-item[aria-expanded="true"] span {
		color: #00829B !important;
	}

	/*ACTIF - Couleur titre mode contraste renforcée */
	body.contrast .navbar-light .nav-item .nav-link.actif[aria-expanded="true"] span, .actif .dropdown-item[aria-expanded="true"] span {
		color: #01707e !important;
		font-weight: bold;
	}

	/*Retraité - Couleur titre */
	.navbar-light .nav-item .nav-link.retraite[aria-expanded="true"] span, .retraite .dropdown-item[aria-expanded="true"] span {
		color: #A82765 !important;
	}

	/*Retraité - Couleur titre mode contraste renforcée */
	body.contrast .navbar-light .nav-item .nav-link.retraite[aria-expanded="true"] span, .retraite .dropdown-item[aria-expanded="true"] span {
		color: #6a123c !important;
		font-weight: bold;
	}

	/* Flèche de retour */
	.navbar-light .nav-item .nav-link[aria-expanded="true"] p::before {
		left: 0px !important;
	}

	.dropdown-item[aria-expanded="true"] span::before {
		top: 1px !important;
	}

	.navbar-light .nav-item .nav-link[aria-expanded="true"] p::before, .navbar-light .nav-item .dropdown-item[aria-expanded="true"] span::before {
		content: "";
		width: calc(100% - 6px);
		max-width: 20px;
		height: 19px !important;
		top: 0 !important;
		background-size: contain;
		border-radius: 0px;
		z-index: 10;
		padding-right: 20px;
	}

	/*Flèche retour ACTIF */
	.navbar-light .nav-item .nav-link.actif[aria-expanded="true"] p::before, .navbar-light .nav-item.actif .dropdown-item[aria-expanded="true"] span::before {
		background: url("../modules/cnav-pub2-template/css/../images/arrow-left-green.svg") no-repeat !important;
		margin-left: 20px;
	}

	/*Flèche retour ACTIF en mode contraste Actif */
	/* body.contrast .navbar-light .nav-item .nav-link.actif[aria-expanded="true"] p::before, .navbar-light .nav-item.actif .dropdown-item[aria-expanded="true"] span::before {
		background: url("../modules/cnav-pub2-template/css/../images/arrow-left-green-contrast.svg") no-repeat !important;
		margin-left: 20px;
	}
 */

	/*Flèche retour Retraité */
	.navbar-light .nav-item .nav-link.retraite[aria-expanded="true"] p::before, .navbar-light .nav-item.retraite .dropdown-item[aria-expanded="true"] span::before {
		background: url("../modules/cnav-pub2-template/css/../images/arrow-left-red.svg") no-repeat !important;
		margin-left: 20px;
	}

	/*Flèche retour Retraité en mode contraste Retraité*/
	/* body.contrast .navbar-light .nav-item .nav-link.retraite[aria-expanded="true"] p::before, .navbar-light .nav-item.retraite .dropdown-item[aria-expanded="true"] span::before {
		background: url("../modules/cnav-pub2-template/css/../images/arrow-left-red-contrast.svg") no-repeat !important;
		margin-left: 20px;
	} */


	/***************** AFTER ***************************/
	/**Pas d'affichage en ouverture de menu*/
	.navbar-light .nav-item .nav-link[aria-expanded="true"] span::after, .nav-item.profil .dropdown-menu li a[aria-expanded="true"] span::after {
		display: none !important;
	}

	/**Affichage de la flèche pour les éléments s'ouvrant*/
	.dropdown-toggle span::after, .dropdown-toggle.dropdown-item span::after {
		background: url("../modules/cnav-pub2-template/css/../images/arrow-down-menu.svg") no-repeat !important;
		display: flex;
		align-items: center;
		right: 0px;
		transform: scale(1.7) rotate(-90deg);
		position: absolute;
		background-size: auto;
		margin: 0px !important;
		width: 12px;
		height: 26px;
		content: "";
	}
	.dropdown-menu.dropdown-user.dropdown-right{
		display: block;
	}

	.nav-item .dropdown-menu.dropdown-user ul li{
		text-align: left!important;
	}

	.nav-item .dropdown-menu.dropdown-user ul li a{
		font-family: Roboto;
		font-style: normal;
		font-weight: 400;
		line-height: 16px;
		font-size: 16px;
		color: #000000;
	}
	.nav-item.user .nav-link
	{
		padding: 32px 30px 33px !important;
		text-align: left;
	}
	.user-name{
		font-family: 'Raleway';
		font-style: normal;
		font-weight: 500;
		font-size: 16px;
		line-height: 19px;
		text-align: center;
		color: #FFFFFF;
		width: auto;
	}
	.pastille.js-pastille{
		display: none!important;
	}

	#navbars1.navbar-collapse {
		position: relative;
	}

	.navbar-light .titleMenu.navbar-toggler[aria-expanded="true"] {
		border-bottom: 1px solid #F2F2F2;
	}

	.user-name {
		min-width: auto;
	}

}

.aide-connexion.js-bouton-quitter {
	position: absolute;
	top: -10px;
	margin: 0 12.5%;
}

.aide-connexion.js-bouton-quitter a {
	color: #fff;
	padding-right: 0;
}

.aide-connexion.js-bouton-quitter .btn.js-url-quitter svg {
	fill: #fff;
	margin-left: 15px !important;
	margin-right: 0 !important;
	padding-right: 0;
	mix-blend-mode: darken;
}

.aide-connexion.js-bouton-quitter a:hover, .aide-connexion.js-bouton-quitter a:hover svg path, .aide-connexion.js-bouton-quitter a:focus, .aide-connexion.js-bouton-quitter a:focus svg path {
	color: #adb5bd;
	fill: #adb5bd;
}

@media (max-width: 991.98px) {
	.aide-connexion.js-bouton-quitter {
		position: absolute;
		top: -50px;
		margin: 0px;
	}

}

.bodywrapper::after {
    content:'\A';
    position:absolute;
    width:100%;
    top:0; 
    left:0;
    background:rgba(0,0,0,0.6);
    opacity:0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    max-width: auto;
    max-height: auto;
}

.bodywrapper.changed::after {
    content:'\A';
    position:absolute;
    width:100%;
    top:0; 
    left:0;
    background:rgba(0,0,0,0.6);
    opacity:1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    z-index : 30;
    max-width: auto;
    max-height: auto;
}

#navbars1 a:active .bodywrapper {
  opacity :0.1;
  background: black;
}


.bouttonAllActu {
	display: inherit;
   	width: fit-content;
    margin: 30px auto 0;
}

.bouttonAllActu:hover, .bouttonAllActu:focus {
    box-shadow: 0px 0px 0px 1px #0489DE, 0px 0px 0px #0071b933 !important;
    border: 1px solid transparent !important;
}


/* Gestion des modèles CK_Editor */
.card.ck-modele {
	overflow: visible;
}
.card.ck-modele h3{
	margin-left:50px;
	padding-bottom: 10px;
}
.card.ck-modele .card-picto{
	background-color: #0071B9;
	width: 35px;
	height: 50px;
	position: absolute;
	top:-5px;
	border-radius: 5px 0 5px 5px;
	-webkit-print-color-adjust: exact;
	print-color-adjust: exact;
}
.card.ck-modele .card-picto img{
	display: block;
	margin-left: auto !important;
	margin-right: auto!important;
	margin-top: 35%!important;
}

.card.ck-modele .card-picto::after {
	content: '';
	background-color: transparent;
	left: 35px;
	position: absolute;
	border-top: solid 2.5px transparent;
	border-bottom: solid 2.5px #666;
	border-right: solid 2.5px transparent;
	border-left: solid 2.5px #666;
	top:0;
}
.retraite .card.ck-modele .card-picto{
	background-color: #A82765;
}
.employeur .card.ck-modele .card-picto {
	background-color: #D86B56;
}
.actif .card.ck-modele .card-picto{
	background-color:#00829B;
}

#services-encart{
	max-width: 1920px;
    margin: auto;
}

body.article.actif .sommaire li:before
{
	content: "";
	border-style: solid;
	border-width: 0.35em 0 0.35em 0.45em;
	display: block;
	height: 0;
	width: 0;
	left: -1em;
	top: 0.9em;
	position: relative;
}
body.article.actif .sommaire li a{
	color : #000;
}

body.article.actif .sommaire li:before
{
	border-color: transparent #00829B;
}

body.article.retraite .sommaire li:before {
	border-color: transparent #A82765;
}

body.article.employeur .sommaire li:before {
	border-color: transparent#D86B56;
}

.card_press .rspkr_dr_link{
	display: block;
	text-align: end;
	position: relative;
	bottom: 52px;
}

.card_press .card{
	margin-bottom: 20px;
}

a.rspkr_dr_link {
	margin-right: 32px !important;
	margin-left: 0px !important;
} 
input[type=text]::-ms-clear { display: none; width : 0; height: 0; }

body.article .content .card.page-traduction a.card{
	padding: 20px;
	margin: 0px;
}

body.article .content .card.page-traduction a.card h3 {
    border-bottom: 0px;
}

body.article .content .page-traduction a.card{
	padding: 20px;
	margin: 0px;
}

body.article .content .page-traduction a.card h3 {
    border-bottom: 0px;
}

@media (max-width: 991.98px){
	.navbar-light .nav-item .nav-link[aria-expanded="true"] p::before {
	    transform: translateX(-22px);
	}

	.navbar-light .nav-item .nav-link[aria-expanded="true"] span, .dropdown-item[aria-expanded="true"] span {
	    /*transform: translateX(-18px);*/
	}
	.navbar-light .nav-item .dropdown-item[aria-expanded="true"] span::before {
	    transform: translateX(-4px);
	}

	.dropdown-item[aria-expanded="true"] span {
	    transform: translateX(-18px);
	}
}
@media (min-width: 992px) {
	.jumbotron .card .row > div .btn-select,body.recherche .card .row > div .btn-select {
	    border: 0 !important;
	    position: relative;
	    z-index: 6;
	    display: flex;
	    background: linear-gradient(#CDCDCD , #CDCDCD ) !important;
	    box-shadow: none !important;
	    border-radius: 4px !important;
	    white-space: normal;
	    padding: 0px;
	    height: 60px;
	}

	.jumbotron .row > div.col-12 label.btn.btn-select,body.recherche .card .row > div .btn-select {
	    
	}
	.jumbotron .card .row > div .btn-select span, body.recherche .card .row > div .btn-select span{
		margin: auto;
		display: -ms-flexbox;
		align-items: center;
	}
	body.recherche div.btn-group-toggle div.col-12 {
	    margin-bottom: 40px;
	}
	.jumbotron .card .row > div, body.recherche .card .row > div {
	    padding-left: 5px;
	    padding-right: 5px;
	}
	.jumbotron .card .row > div:first-child, body.recherche .card .row > div:first-child {
	    padding-left: 0px;
	    padding-right: 10px;
	}
	.jumbotron .card .row > div:last-child, body.recherche .card .row > div:last-child {
	    padding-left: 10px;
	    padding-right: 0px;
	}
}
@media (min-width: 992px) {
	#recherche .btn.btn-select {
	    margin: 0px;
	}
}
.nav.nav-pills.nav-fill li.nav-item .nav-link:hover, .nav.nav-pills.nav-fill li.nav-item .nav-link:focus{
	cursor: pointer;
    border-bottom: 3px solid #0071B9;
    background-color: transparent;
    border-radius: 0;
    color: #0071B9;
}

.menu-filtre .nav.nav-pills.nav-fill li.nav-item .nav-link:hover, .menu-filtre .nav.nav-pills.nav-fill li.nav-item .nav-link:focus{
	cursor: pointer;
    border-bottom: 0px;
    background-color: transparent;
    border-radius: 0;
    color: #000000;
}

@media (min-width: 992px) {
	.dropdown-menu.dropdown-medium.dropdown-langues{
		min-width: 550px;
	    max-width: 100%;
	}
	.dropdown-menu.dropdown-medium.dropdown-langues .row div.col-lg-4{
		margin-bottom: 10px;
		max-width: 33.333333%;
	}
	.dropdown-menu.dropdown-medium.dropdown-langues .row{
		justify-content: center;
		margin-left: 0;
	}
	
}
body .encart .container a.btn.btn-secondary:hover:not(.page-link), body .encart .container a.btn.btn-secondary:focus:not(.page-link) {
    color: #0067A9 !important;
    background-color: #fff;
}

/*body .encart .container a.btn.btn-secondary:focus:not(.page-link) {
    color: #0067A9 !important;
    background-color: #fff;
    box-shadow: 0px 0px 0px 2px #0489DE, 0px 0px 0px #0071b933 !important;
}*/

body .encart .container a.btn.btn-secondary:active {
    color: #0489DE !important;
    background-color: #fff;
    border: 1px solid #0067A9 !important;
}
body footer a.btn.btn-secondary:hover, body footer a.btn.btn-secondary:focus {
    color: #0067A9 !important;
    background-color: #fff;
    border: 1px solid #0489DE !important;
    outline: 5px auto;
	outline-offset: 0px;
}

body footer a.btn.btn-secondary:active {
    color: #0489DE !important;
    background-color: #fff;
    border: 1px solid #0067A9 !important;
}

body.actif  .encart .container a.btn.btn-secondary:hover, body.actif  .encart .container a.btn.btn-secondary:focus,
body.actif .share-btn-down a.btn.btn-secondary:hover, body.actif .share-btn-down a.btn.btn-secondary:focus,
body.actif .list-print a.btn.btn-secondary:hover, body.actif .list-print a.btn.btn-secondary:focus,
body.actif .btnGoTop a.btn.btn-secondary:hover, body.actif .btnGoTop a.btn.btn-secondary:focus {
    color: #00829B !important;
    background-color: #fff;
    border: 1px solid #00829B !important;
}

body.actif  .encart .container a.btn.btn-secondary:active {
    color: #10A6A7 !important;
    background-color: #fff;
    border: 1px solid #008595 !important;
}

body.retraite  .encart .container a.btn.btn-secondary:hover, body.retraite  .encart .container a.btn.btn-secondary:focus,
body.retraite .share-btn-down a.btn.btn-secondary:hover, body.retraite .share-btn-down a.btn.btn-secondary:focus,
body.retraite .list-print a.btn.btn-secondary:hover, body.retraite .list-print a.btn.btn-secondary:focus,
body.retraite .btnGoTop a.btn.btn-secondary:hover, body.retraite .btnGoTop a.btn.btn-secondary:focus {
    color: #870A46 !important;
    background-color: #fff;
    border: 1px solid #BF3962 !important;
}

body.retraite  .encart .container a.btn.btn-secondary:active {
    color: #BF3962 !important;
    background-color: #fff;
    border: 1px solid #870A46 !important;
}
/*body.retraite footer a.btn.btn-secondary:hover {
    color: #870A46 !important;
    background-color: #fff;
    border: 1px solid #BF3962 !important;
}

body.retraite footer a.btn.btn-secondary:active {
    color: #BF3962 !important;
    background-color: #fff;
    border: 1px solid #870A46 !important;
}*/

body.employeur  .encart .container a.btn.btn-secondary:hover, body.employeur  .encart .container a.btn.btn-secondary:focus,
body.employeur .share-btn-down a.btn.btn-secondary:hover, body.employeur .share-btn-down a.btn.btn-secondary:focus,
body.employeur .list-print a.btn.btn-secondary:hover, body.employeur .list-print a.btn.btn-secondary:focus,
body.employeur .btnGoTop a.btn.btn-secondary:hover, body.employeur .btnGoTop a.btn.btn-secondary:focus {
    color: #D67E3E !important;
    background-color: #fff;
    border: 1px solid #FF9446 !important;
}

body.employeur  .encart .container a.btn.btn-secondary:active {
    color: #FF9446 !important;
    background-color: #fff;
    border: 1px solid #D67E3E !important;
}
/* body.employeur footer a.btn.btn-secondary:hover {
    color: #D67E3E !important;
    background-color: #fff;
    border: 1px solid #FF9446 !important;
}

body.employeur footer a.btn.btn-secondary:active {
    color: #FF9446 !important;
    background-color: #fff;
    border: 1px solid #D67E3E !important;
} */

.banniere p:last-child{
	margin-top: 0;
    margin-bottom: 0;
}
.banniere img{
	margin:auto;
	display: block;
	max-width: 100%;
}
@media(min-width: 992px){
	.encart.associe.presse a.card {
	    padding: 0 0 20px;
	}
	.encart.associe.presse .card .card-body {
	    margin-top: 20px;
	}
}
p a.rspkr_dr_link img.rspkr_dr_img,a.rspkr_dr_link img.rspkr_dr_img {
    padding-left: 6px;
    padding-right: 6px;
}

.encart.iframe {
    max-width: 1280px;
    margin: auto;
}
#navbars1{
	justify-content: space-between;
}

.sharing-bottom {
    margin-top: 50px;
}

body.article.iframe .encart.iframe {
    max-width: 1180px;
}

/*h3[id^="paragraphe-"]{
    padding-top: 80px;
    margin-top: -70px !important;
}*/

/* h2[id^="paragraphe-"]{
    padding-top: 80px;
    margin-top: -70px !important;
} */
div#services-encart{
	padding-top: 20px;
	margin-top: 20px !important;
}

body.actif .encart .container a.btn.btn-secondary.btn-tra:hover, body.actif .encart .container a.btn.btn-secondary.btn-tra:focus {
    color: black !important;
    background-color: #fff !important;
    border: 1px solid #DBDBDB !important;
}

a.titleNosConnaitre {
  color: #FFFFFF;
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  font-family: Roboto;
  text-decoration: underline;
  line-height: 143%;
  margin-left: 5px;
}

@media (max-width: 991.98px) {
	a.titleNosConnaitre {
		font-size: 18px;
		position: inherit;
	}

	.btn.btn-select.active.retraite {
		font-weight: bold;
	  	color: #000000 !important;
	}

	.btn.btn-select.active.actif {
		font-weight: bold;
	  	color: #000000 !important;
	}

	.youtube_player {
		width: auto !important;
	}

}

.btn.btn-select.active.retraite:hover, .btn.btn-select.active.retraite:focus {
	font-weight: bold;
  	color: #000000 !important;
}

.btn.btn-select.active.retraite {
	font-weight: bold;
  	color: #000000 !important;
}

.btn.btn-select.active.actif:hover, .btn.btn-select.active.actif:focus {
	font-weight: bold;
  	color: #000000 !important;
}

.btn.btn-select.active.actif {
	font-weight: bold;
  	color: #000000 !important;
}

/*body.contrast .btn.btn-select.active.focus.retraite:hover {
	font-weight: bold;
  	color: #FFFFFF !important;
  	background: #BF3962 !important;
}*/

body.contrast .btn.btn-select.retraite.actif:hover, body.contrast .btn.btn-select.retraite.actif:focus {
	font-weight: normal;
}

body.contrast .jumbotron .card .row > div label.btn.btn-select.btn-block.retraite.focus.active:hover::before, body.contrast .jumbotron .card .row > div label.btn.btn-select.btn-block.retraite.focus.active:focus::before {
	font-weight: bold;
  	color: #FFFFFF;
  	background: #BF3962 !important;
}

/*body.contrast label.btn.btn-select.btn-block.retraite.focus.active:hover::before {
	font-weight: bold;
  	color: #FFFFFF;
  	background: #BF3962 !important;
}*/

/*body.contrast .btn.btn-select.active.focus.actif:hover {
	font-weight: bold;
  	color: #FFFFFF !important;
  	background: #00829B !important;
}*/

body.contrast .btn.btn-select.active.actif:hover, body.contrast .btn.btn-select.active.actif:focus {
	font-weight: normal;
}

body.contrast .jumbotron .card .row > div label.btn.btn-select.btn-block.actif.focus.active:hover::before, body.contrast .jumbotron .card .row > div label.btn.btn-select.btn-block.actif.focus.active:focus::before {
	font-weight: bold;
  	color: #FFFFFF;
  	background: #00829B !important;
}

/*body.contrast .btn.btn-select.btn-block.actif.focus.active:hover::before {
	font-weight: bold;
  	color: #FFFFFF;
  	background: #00829B !important;
}*/

/* body.contrast .align-middle {
	background: #0071B9;
	mix-blend-mode: normal;
	opacity: 0.8;
	border-radius: 5px;
	padding: 0.9375rem;
} */

.title-Une {
	width: 85%;
	margin-bottom: 30px;
}


@media (max-width: 991.98px) {

	body.contrast .jumbotron .card .row > div label.btn.btn-select.btn-block.retraite.focus.active:hover::before,
	body.contrast .jumbotron .card .row > div label.btn.btn-select.btn-block.retraite.focus.active:focus::before {
		font-weight: bold;
	  	color: #000000 !important;
	  	background: #FFFFFF !important;
	}

	body.contrast .jumbotron .card .row > div label.btn.btn-select.btn-block.actif.focus.active:hover::before,
	body.contrast .jumbotron .card .row > div label.btn.btn-select.btn-block.actif.focus.active:focus::before {
		font-weight: bold;
	  	color: #000000 !important;
	  	background: #FFFFFF !important;
	}

	body.contrast .btn.btn-select.active.focus.actif:hover, body.contrast .btn.btn-select.active.focus.actif:focus {
		font-weight: bold;
	  	color: #000000 !important;
	}

	/*body.contrast .btn.btn-select.active.focus.retraite:hover {
		font-weight: bold;
	  	color: #000000 !important;
	  	background: #BF3962 !important;
	}*/
}

.btn-group.btn-group-toggle .btn.btn-select.actif, .btn-group.btn-group-toggle .btn.btn-select.retraite {
	line-height: 16px;
	width: 95%;
}

.btn-group-toggle .btn.btn-select.actif, .btn-group-toggle .btn.btn-select.retraite {
	line-height: 16px;
	width: 95%;
}

.margeProfil {
	padding-left: 5px;
	padding-right: 5px;
}

@media (max-width: 991.98px) {
	.margeProfil {
	  padding-left: 0px;
	  padding-right: 0px;
	}
}

.chercher {
	display: initial;
	margin-bottom: 0.5rem;
    cursor: initial;
}

.lien-cookies:hover, .lien-cookies:focus {
  text-decoration: underline;
  cursor: pointer;
}

.js-jssjs-selector .btn.btn-select.retraite.focus {
  color: #A82765 !important;
  font-weight:bold;
}

.js-jssjs-selector .btn.btn-select.actif.focus {
  color: #00829B !important;
  font-weight:bold;
}

.encart.bgGreyMobile {
	padding-top: 50px;
}

.encart.bgGreyMobile .container h2 {
	margin-bottom: 10px;
}

@media (min-width: 576px) and (max-width: 991.98px) {
	.autreActus a.actuEncart {
	    margin-top: 0px;
	}
}

.filtrable-element.hide{
	display: none;
}
/* ------- Icon 16px 16px balises------- */
 span.iconfile {
	background: url(../modules/cnav-pub2-template/css/../icons/jnt_file_file.png ) no-repeat top left;
	padding-left: 18px !important;
}

/* ------- Icon 16px 16px Files types------- */
 .word,  .doc,  .docx {
    background-image: url(../modules/cnav-pub2-template/css/../icons/jnt_file_doc.png ) !important ;
}
 .pdf {
    background-image: url(../modules/cnav-pub2-template/css/../icons/jnt_file_pdf.png ) !important ;
}
 .xls,  .xlsx,  .csv {
    background-image: url(../modules/cnav-pub2-template/css/../icons/jnt_file_xls.png ) !important ;
}

/* ------- File types (end) ------- */

/* Gestion des modèles CK_Editor */
.card.ck-modele {
	overflow: visible;
}
.card.ck-modele h3{
	margin-left:53px;
	padding-bottom: 10px;
}
.card.ck-modele .card-picto{
	background-color: #0071B9;
	width: 35px;
	height: 50px;
	position: absolute;
	top:-5px;
	border-radius: 5px 0 5px 5px;
}
.card.ck-modele .card-picto img{
	display: block;
	margin-left: auto !important;
	margin-right: auto!important;
	margin-top: 35%!important;
}

.card.ck-modele .card-picto::after {
	content: '';
	background-color: transparent;
	left: 35px;
	position: absolute;
	border-top: solid 2.5px transparent;
	border-bottom: solid 2.5px #666;
	border-right: solid 2.5px transparent;
	border-left: solid 2.5px #666;
	top:0;
}
.retraite .card.ck-modele .card-picto{
	background-color: #A82765;
}
.employeur .card.ck-modele .card-picto {
	background-color: #D86B56;
}
.actif .card.ck-modele .card-picto{
	background-color:#00829B;
}
.card.ck-modele .card-picto.card-picto-travailleurs-indépendants {
	width: 123px;
}

.card.ck-modele .card-picto.card-picto-travailleurs-indépendants::after {
	left: 123px;
}

.card.ck-modele .card-picto.card-align img {
    margin-top: 43%!important;
    margin-bottom: 15px;
}

.card.ck-modele .card-picto.card-align-video img {
    margin-top: 48%!important;
}

.card.ck-modele .card-picto.card-align-chiffres img {
    margin-top: 42%!important;
}

.card.ck-modele.ck-modele-travailleurs-indépendants h3 {
    margin-left: 135px;
    padding-bottom: 10px;
}

.card.ck-modele .card-picto.card-picto-travailleurs-indépendants img {
	margin-top: 11% !important;
}
body.article .content .card.ck-modele-travailleurs-independants-allegee,
body.service-en-ligne .content .card.ck-modele-travailleurs-independants-allegee {
	box-shadow: none !important;
	border-radius: 0px;
	border-left: 0px;
	border-right: 0px;
	padding-left: 0px;
}

body.article .content .card.ck-modele-travailleurs-independants-allegee h3,
body.service-en-ligne .content .card.ck-modele-travailleurs-independants-allegee h3 {
	border-bottom: none;
    margin-top: -10px !important;
    padding-bottom: 8px;
    margin-bottom: 20px !important;
    font-weight: 600 !important;
    font-family: 'Raleway', sans-serif;
}

body.article .content .card.ck-modele-travailleurs-independants-allegee p,
body.service-en-ligne .content .card.ck-modele-travailleurs-independants-allegee p {
	padding-left: 0px;
}

.card.ck-modele .card-picto.card-picto-travailleurs-independants-allegee {
	width: 123px;
}

.card.ck-modele .card-picto.card-picto-travailleurs-independants-allegee::after {
	left: 123px;
}

.card.ck-modele .card-picto.card-picto-travailleurs-independants-allegee img {
    margin-top: 11% !important;
}

.card.ck-modele.ck-modele-travailleurs-independants-allegee h3 {
    margin-left: 141px;
    padding-bottom: 10px;
}

span.external-link a {
  display: inline-block;
  align-items: center;
}

span.external-link a:after {
  background: url('../modules/cnav-pub2-template/css/../images/picto-url-externe.svg') no-repeat;
  content: "";
  display: inline-block;
  top: 4px;
  width: 14px;
  height: 14px;
  border: 0;
  vertical-align: middle;
  margin-right: 5px;
  margin-left: 5px;
  margin-bottom: 3px;
}

body.article.actif .content .container .external-link a:after,
body.service-en-ligne.actif .content .container .external-link a:after {
  background: url('../modules/cnav-pub2-template/css/../images/picto-url-externe-actif.svg') no-repeat;
  content: "";
}

body.article.retraite .content .container .external-link a:after,
body.service-en-ligne.retraite .content .container .external-link a:after {
  background: url('../modules/cnav-pub2-template/css/../images/picto-url-externe-retraite.svg') no-repeat;
  content: "";
}

body.article.employeur .content .container .external-link a:after,
body.service-en-ligne.employeur .content .container .external-link a:after {
  background: url('../modules/cnav-pub2-template/css/../images/picto-url-externe-employeur.svg') no-repeat;
  content: "";
}

.intro {
  font-family: Roboto;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 25px;
}

body.article.tailleUp .intro, body.service-en-ligne.tailleUp .intro {
    font-size: 20px !important;
}

body.dyslexic .intro, body.dyslexic .text-footer-style, body.dyslexic .text-pr-style {
    font-family: 'opendyslexic', sans-serif !important;
}

.styleBtn {
	padding: .675rem 1.75rem;
    font-size: 1rem;
    box-shadow: none;
    border: 0 ;
    border-radius: 1.5rem;
    background: linear-gradient(90deg, #015A94 -1.32%, #0071B9 100%);
    box-shadow: 0px 4px 10px rgb(0 113 185 / 25%);
    color: #fff;
}

body.actif main .styleBtn {
    background: linear-gradient(90deg, #006573 0%, #00829B 100%);
    box-shadow: 0px 4px 10px rgb(0 151 169 / 25%);
}

body.contrast.actif .styleBtn {
    background: #01707E !important;
}

body.contrast.retraite .styleBtn {
    background: #6A123C !important;
}

body.contrast.employeur .styleBtn {
    background: #B03F29 !important;
}

body.actif main .styleBtn:hover, body.actif main .styleBtn:focus {
    background: linear-gradient(90deg, #0E7E8D 0%, #00829B 100%);
}

body.actif main .styleBtn:active, body.actif main .styleBtn:active:focus {
    background: linear-gradient(90deg,#047987, #1D9D8F);
}

body.retraite main .styleBtn {
    background: linear-gradient(90deg, #8E2256 0%, #C64E51 126.2%);
    box-shadow: 0px 4px 10px rgba(168, 39, 101, 0.25);
}

body.retraite main .styleBtn:hover, body.retraite main .styleBtn:focus {
    background: linear-gradient(90deg, #CA196D, #E9436B);
}

body.retraite main .styleBtn:active, body.retraite main .styleBtn:active:focus {
    background: linear-gradient(90deg,#8C2355, #B53A58);
}

body.employeur main .styleBtn {
    background: linear-gradient(90deg, #D86B56, #D67E3E);
    box-shadow: 0px 4px 10px rgba(232, 108, 84, 0.25);
}

body.employeur main .styleBtn:hover, body.employeur main .styleBtn:focus {
    background: linear-gradient(90deg, #FE7A61, #FF9446);
}

body.employeur main .styleBtn:active, body.employeur main .styleBtn:active:focus {
    background: linear-gradient(90deg, #BE5845, #A9612C);
}

body.article .content .container .styleBtn a, body.article.contrast .content .container .styleBtn a, body.article.contrast.actif .content .container .styleBtn a, 
body.article.contrast.retraite .content .container .styleBtn a, body.article.contrast.employeur .content .container .styleBtn a,
body.service-en-ligne .content .container .styleBtn a, body.service-en-ligne.contrast .content .container .styleBtn a, body.service-en-ligne.contrast.actif .content .container .styleBtn a, 
body.service-en-ligne.contrast.retraite .content .container .styleBtn a, body.service-en-ligne.contrast.employeur .content .container .styleBtn a  {
    color: #FFFFFF;
    text-decoration: none;
}

.styleBtn a, .styleBtn a:hover, .styleBtn a:focus {
	color: #FFFFFF;
	text-decoration: none;
}

.surlignerBleu {
  background-repeat: no-repeat;
    background-size: 100% 50%;
    background-position: 0px 109%;
    background-image: linear-gradient(90deg, rgba(0, 130, 155, 0.2) 0%, rgba(0, 130, 155, 0.2) 0%);
}

.surlignerJaune {
  background-repeat: no-repeat;
  background-size: 100% 25%;
  background-position: 0px 83%;
  background-image: linear-gradient(90deg, #F6D365 0%, #F6D365 0%);
}

.textStyl .surlignerJaune {
  font-family: Raleway;
  font-style: normal;
  font-weight: 800;
  font-size: 48px;
  line-height: 56px;
  text-align: center;
  font-feature-settings: 'pnum' on, 'lnum' on;
}

.textStyl {
  font-family: Raleway;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 35px;
  text-align: center;
  font-feature-settings: 'pnum' on, 'lnum' on;
}

body.service-en-ligne .contenuBlocDroite .nuage {
  background: url("../modules/cnav-pub2-template/css/../images/bulle-generale.svg") no-repeat;
  width: 84%;
  height: 100%;
  min-height: 233px;
  position: absolute;
  display: block;
  flex-direction: column;
  justify-content: flex-end;
  margin: 6% 20% 0px 20%;
}

body.service-en-ligne.actif .contenuBlocDroite .nuage {
  background: url("../modules/cnav-pub2-template/css/../images/bulle-actif.svg") no-repeat;
}

body.service-en-ligne.retraite .contenuBlocDroite .nuage {
  background: url("../modules/cnav-pub2-template/css/../images/bulle-retraite.svg") no-repeat;
}

body.service-en-ligne.employeur .contenuBlocDroite .nuage {
  background: url("../modules/cnav-pub2-template/css/../images/bulle-employeur.svg") no-repeat;
}

.nuage:first-child p, .nuage p {
  position: relative;
  right: 16%;
  top: 35px;
}

.nuage p {
  margin-bottom: 30px;
}

.nuage .styleBtn {
  padding: .675rem 2.60rem;
}

body.article main .content .container .styleBtn .external-link a:after,
body.service-en-ligne main .content .container .styleBtn .external-link a:after {
  content: "";
  background: url('../modules/cnav-pub2-template/css/../images/picto-url-externe-white.svg') no-repeat;
  margin-left: 10px;
  margin-right: 0px;
}

/* Gestion des modèles CK_Editor (end) */
.ati-cookie {
    align-items:center;
    display:grid;
    grid-template-columns:40% 18%;
}
    
.ati-cookie__check {
    display:flex;
    justify-content:flex-end;
    margin-top: 10px;
}

.switch.checked:before {
    color:#0071B9;
    content:"activé";
    left: -63px;
    text-transform: capitalize;
}
.switch:before{
    color:#949494;
    content:"désactivé";
    font-family: Raleway;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    left: -91px;
    line-height: 16px;
    position:absolute;
    text-transform: capitalize;
    top: 3px;
    transition:opacity 2s ease-out;
}

.ati-cookie__check_title{
    font-size:1.3rem;
    font-weight:500;
}

.switch {
    position: relative;
    display: inline-block !important;
    width: 43px;
    height: 20px;
  }
  
  .switch input { 
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #949494;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 24px;
    width: 24px;
    left: -2px;
    bottom: -2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    /* Général Primaire */
    border: 2px solid #949494;
    box-sizing: border-box;
  }

  .switch input:checked + .slider:before {
    border: 2px solid #0071B9
  }
  
  .switch input:checked + .slider {
    background-color:  #0071B9;
  }
  
.switch input:focus + .slider {
    box-shadow: 0 0 1px #000;
  }
  
  .switch input:checked + .slider:before {
    -webkit-transform: translateX(24px);
    -ms-transform: translateX(24px);
    transform: translateX(24px);
  }
  
  /* Rounded sliders */
  .slider.round {
    border-radius: 34px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }
.popin {
  display: none;
  overflow:auto;
  z-index: 9999; 
  background:#0071B9;
  margin-bottom:0 !important;
	border-radius: 0px !important;
  width: 100%;
  margin-left: 0;
  flex-direction: column; /* direction d'affichage verticale */
  justify-content: center; /* alignement vertical */
  padding:0 !important;
}
@media (min-width: 991.99px) {
    .popin {
      padding: 0 !important;
    }
}
.popin p {
  text-align:center;
  color:#FFFFFF;
  line-height:12pt;
  margin-top: 1%;
  padding-bottom: 2px;
  padding-right: 60px;
  padding-left: 60px;
}
.popin p > a {
  text-align:center;
  color:#FFFFFF;
  line-height:12pt;
  text-decoration: underline;
}
p.popin-main-text {
	font-weight: bold;
}
.popin span {
	color:#FFFFFF;
}
.popin-close {
	color:#FFFFFF !important;
	opacity: 0.8 !important;
  top: unset !important;
  display: inline-flex;
}

.bg-black{
  background-color: #000000;
}
/* ------- Icon 16px 16px balises------- */
 span.icon {
	display:inline-block;
	width:16px;
	height:16px;
	background: url(../modules/assets/css/../icons/jnt_file_file.png ) no-repeat top left;
	margin-right:5px;
	vertical-align:text-bottom;
}
 li.icon {
	background: url(../modules/assets/css/../icons/jnt_file_file.png ) no-repeat 0.5em 0.7em;
	padding:0 0 0 27px !important;
}
 a.icon {
	background: url(../modules/assets/css/../icons/jnt_file_file.png ) no-repeat 0 0.2em;
	padding:0 0 0 27px !important;
	display:block;
}
/* ------- Icon 16px 16px Files types------- */
 .file {
    background-image: url(../modules/assets/css/../icons/jnt_file_file.png )!important ;
}
 .video {
    background-image: url(../modules/assets/css/../icons/jnt_file_video.png ) !important ;
}
 .ppt,  .pptx {
    background-image: url(../modules/assets/css/../icons/jnt_file_ppt.png ) !important ;
}
 .exe {
    background-image: url(../modules/assets/css/../icons/jnt_file_exe.png ) !important ;
}
 .msword,  .doc,  .docx {
    background-image: url(../modules/assets/css/../icons/jnt_file_doc.png ) !important ;
}
 .html,  .htm {
    background-image: url(../modules/assets/css/../icons/jnt_file_html.png ) !important ;
}
 .img,   .gif,  .jpeg,  .jpg,  .png {
    background-image: url(../modules/assets/css/../icons/jnt_file_img.png ) !important ;
}
 .pdf {
    background-image: url(../modules/assets/css/../icons/jnt_file_pdf.png ) !important ;
}
 .sound,  a.wav,  .mp3,  .mpeg,  .mpg {
    background-image: url(../modules/assets/css/../icons/jnt_file_sound.png ) !important ;
}
 .txt {
    background-image: url(../modules/assets/css/../icons/jnt_file_txt.png ) !important ;
}
 .xls,  .xlsx,  .csv {
    background-image: url(../modules/assets/css/../icons/jnt_file_xls.png ) !important ;
}
 .zip,  a.sit,  .rar,   .tar,  .gz,  .jar {
    background-image: url(../modules/assets/css/../icons/jnt_file_zip.png ) !important ;
}
 .swf {
    background-image: url(../modules/assets/css/../icons/jnt_flash.png ) !important ;
}
 .odg {
    background-image: url(../modules/assets/css/../icons/jnt_file_odg.png ) !important ;
}
 .odp {
    background-image: url(../modules/assets/css/../icons/jnt_file_odp.png ) !important ;
}
 .ods {
    background-image: url(../modules/assets/css/../icons/jnt_file_ods.png ) !important ;
}
 .odt {
    background-image: url(../modules/assets/css/../icons/jnt_file_odt.png ) !important ;
}
 .rtf {
    background-image: url(../modules/assets/css/../icons/jnt_file_rtf.png ) !important ;
}
 .svg {
    background-image: url(../modules/assets/css/../icons/jnt_file_svg.png ) !important ;
}
 .sxc {
    background-image: url(../modules/assets/css/../icons/jnt_file_sxc.png ) !important ;
}
 .sxi {
    background-image: url(../modules/assets/css/../icons/jnt_file_sxi.png ) !important ;
}
 .sxw {
    background-image: url(../modules/assets/css/../icons/jnt_file_sxc.png ) !important ;
}
 .tsv {
    background-image: url(../modules/assets/css/../icons/jnt_file_tsv.png ) !important ;
}
/* ------- File types (end) ------- */



/* ------- Icon 48px 48px balises ------- */
 span.icon_large {
	display:block;
	width:48px;
	height:48px;
	margin:10px;
	background: url(../modules/assets/css/../icons/jnt_file_file_large.png ) no-repeat top left;
}
 li.icon_large {
	background: url(../modules/assets/css/../icons/jnt_file_file_large ) no-repeat 0.5em 0.7em;
	padding:0.5em 0.5em 0.5em 59px !important;
	min-height:55px
}
 a.icon_large {
	background: url(../modules/assets/css/../icons/jnt_file_file_large ) no-repeat 0 0.2em;
	padding:0 0 0 59px !important;
	min-height:55px;
	display:block;
}
/* ------- Icon 48px 48px Files types------- */

 .file_large {
    background-image: url(../modules/assets/css/../icons/jnt_file_file_large.png ) !important ;
}
 .video_large {
    background-image: url(../modules/assets/css/../icons/jnt_file_video_large.png ) !important ;
}
 .ppt_large,  .pptx_large {
    background-image: url(../modules/assets/css/../icons/jnt_file_ppt_large.png ) !important ;
}
 .exe_large {
    background-image: url(../modules/assets/css/../icons/jnt_file_exe_large.png ) !important ;
}
 .msword_large,  .doc_large,  .docx_large {
    background-image: url(../modules/assets/css/../icons/jnt_file_doc_large.png ) !important ;
}
 .html_large,  .htm_large {
    background-image: url(../modules/assets/css/../icons/jnt_file_html_large.png ) !important ;
}
 .img_large,   .gif_large,  .jpeg_large,  .jpg_large,  .png_large {
    background-image: url(../modules/assets/css/../icons/jnt_file_img_large.png ) !important ;
}
 .pdf_large {
    background-image: url(../modules/assets/css/../icons/jnt_file_pdf_large.png ) !important ;
}
 .sound_large,  a.wav_large,  .mp3_large,  .mpeg_large,  .mpg_large {
    background-image: url(../modules/assets/css/../icons/jnt_file_sound_large.png ) !important ;
}
 .txt_large {
    background-image: url(../modules/assets/css/../icons/jnt_file_txt_large.png ) !important ;
}
 .xls_large,  .xlsx_large,  .csv_large {
    background-image: url(../modules/assets/css/../icons/jnt_file_xls_large.png ) !important ;
}

 .zip_large,  a.sit_large,  .rar_large,   .tar_large,  .gz_large,  .jar_large {
    background-image: url(../modules/assets/css/../icons/jnt_file_zip_large.png ) !important ;
}
 .swf_large {
    background-image: url(../modules/assets/css/../icons/jnt_flash_large.png ) !important ;
}
 .odg_large {
    background-image: url(../modules/assets/css/../icons/jnt_file_odg_large.png ) !important ;
}
 .odp_large {
    background-image: url(../modules/assets/css/../icons/jnt_file_odp_large.png ) !important ;
}
 .ods_large {
    background-image: url(../modules/assets/css/../icons/jnt_file_ods_large.png ) !important ;
}
 .odt_large {
    background-image: url(../modules/assets/css/../icons/jnt_file_odt_large.png ) !important ;
}
 .rtf_large {
    background-image: url(../modules/assets/css/../icons/jnt_file_rtf_large.png ) !important ;
}
 .svg_large {
    background-image: url(../modules/assets/css/../icons/jnt_file_svg_large.png ) !important ;
}
 .sxc_large {
    background-image: url(../modules/assets/css/../icons/jnt_file_sxc_large.png ) !important ;
}
 .sxi_large {
    background-image: url(../modules/assets/css/../icons/jnt_file_sxi_large.png ) !important ;
}
 .sxw_large {
    background-image: url(../modules/assets/css/../icons/jnt_file_sxc_large.png ) !important ;
}
 .tsv_large {
    background-image: url(../modules/assets/css/../icons/jnt_file_tsv_large.png ) !important ;
}
/* ------- File types (end) ------- */
