@charset "UTF-8";
/*
drupal/web/themes/custom/gps_b4_sass/scss/style.scss
*/
/* IMPORTS */
/*!
 * 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 {
  --info: #12b3b3;
  --warning: #fcc900;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --blue: #337c9c;
  --blue-sky: #56add4;
  --yellow: #fcc900;
  --yellow-abo: #f9b000;
  --pink: #b6256c;
  --cyan: #12b3b3;
  --green: #a5bf46;
  --orange: #ff7d27;
  --orange-dsa: #e85136;
  --red-gen: #b8283d;
  --spe: #b10060;
  --text-color: #000;
  --black: #000;
  --white: #fff;
  --gray-100: #f8f9fa;
  --gray-200: #e9ecef;
  --gray-300: #dee2e6;
  --gray-400: #ced4da;
  --gray-500: #adb5bd;
  --gray-600: #6c757d;
  --gray-700: #495057;
  --gray-800: #343a40;
  --gray-900: #212529;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1100px;
  --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;
}

* {
  box-sizing: border-box;
}
*::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);
}

/** BreaKpoints pour le javascript qui gère les pubs */
@media (max-width: 1120px) {
  /* Breakpoint mobile M */
  head {
    font-family: "M";
  }

  body:after {
    content: "M";
    display: none;
  }
}
@media (min-width: 1121px) {
  /* Breakpoint Desktop D */
  head {
    font-family: "D";
  }

  body:after {
    content: "D";
    display: none;
  }
}
@-ms-viewport {
  width: device-width;
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: "Myriad", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  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 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: 0.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: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #000;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #337c9c;
  text-decoration: none;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
  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.2rem;
}

button {
  border-radius: 0;
}
button:focus {
  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: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type=search]::-webkit-search-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, .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: "— ";
}

.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: #b6256c;
  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, .container-fluid {
  width: 100%;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  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: 1100px) {
  .container {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

.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: 0.5rem;
  padding-left: 0.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

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

  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

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

  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

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

  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333%;
  }

  .offset-sm-2 {
    margin-left: 16.66667%;
  }

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

  .offset-sm-4 {
    margin-left: 33.33333%;
  }

  .offset-sm-5 {
    margin-left: 41.66667%;
  }

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

  .offset-sm-7 {
    margin-left: 58.33333%;
  }

  .offset-sm-8 {
    margin-left: 66.66667%;
  }

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

  .offset-sm-10 {
    margin-left: 83.33333%;
  }

  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

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

  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

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

  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

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

  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333%;
  }

  .offset-md-2 {
    margin-left: 16.66667%;
  }

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

  .offset-md-4 {
    margin-left: 33.33333%;
  }

  .offset-md-5 {
    margin-left: 41.66667%;
  }

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

  .offset-md-7 {
    margin-left: 58.33333%;
  }

  .offset-md-8 {
    margin-left: 66.66667%;
  }

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

  .offset-md-10 {
    margin-left: 83.33333%;
  }

  .offset-md-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

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

  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

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

  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

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

  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333%;
  }

  .offset-lg-2 {
    margin-left: 16.66667%;
  }

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

  .offset-lg-4 {
    margin-left: 33.33333%;
  }

  .offset-lg-5 {
    margin-left: 41.66667%;
  }

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

  .offset-lg-7 {
    margin-left: 58.33333%;
  }

  .offset-lg-8 {
    margin-left: 66.66667%;
  }

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

  .offset-lg-10 {
    margin-left: 83.33333%;
  }

  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1100px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

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

  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

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

  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

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

  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333%;
  }

  .offset-xl-2 {
    margin-left: 16.66667%;
  }

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

  .offset-xl-4 {
    margin-left: 33.33333%;
  }

  .offset-xl-5 {
    margin-left: 41.66667%;
  }

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

  .offset-xl-7 {
    margin-left: 58.33333%;
  }

  .offset-xl-8 {
    margin-left: 66.66667%;
  }

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

  .offset-xl-10 {
    margin-left: 83.33333%;
  }

  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}
.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 {
  background-color: #fef0b8;
}
.table-primary > th, .table-primary > td {
  background-color: #fef0b8;
}

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

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

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

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

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

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

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

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

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

.table-danger {
  background-color: #f5c6cb;
}
.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 {
  background-color: #fdfdfe;
}
.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 {
  background-color: #c6c8ca;
}
.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-blue {
  background-color: #c6dae3;
}
.table-blue > th, .table-blue > td {
  background-color: #c6dae3;
}

.table-hover .table-blue:hover {
  background-color: #b5cfdb;
}
.table-hover .table-blue:hover > td, .table-hover .table-blue:hover > th {
  background-color: #b5cfdb;
}

.table-blue-sky {
  background-color: #d0e8f3;
}
.table-blue-sky > th, .table-blue-sky > td {
  background-color: #d0e8f3;
}

.table-hover .table-blue-sky:hover {
  background-color: #bcdeee;
}
.table-hover .table-blue-sky:hover > td, .table-hover .table-blue-sky:hover > th {
  background-color: #bcdeee;
}

.table-yellow {
  background-color: #fef0b8;
}
.table-yellow > th, .table-yellow > td {
  background-color: #fef0b8;
}

.table-hover .table-yellow:hover {
  background-color: #feeb9f;
}
.table-hover .table-yellow:hover > td, .table-hover .table-yellow:hover > th {
  background-color: #feeb9f;
}

.table-yellow-abo {
  background-color: #fde9b8;
}
.table-yellow-abo > th, .table-yellow-abo > td {
  background-color: #fde9b8;
}

.table-hover .table-yellow-abo:hover {
  background-color: #fce19f;
}
.table-hover .table-yellow-abo:hover > td, .table-hover .table-yellow-abo:hover > th {
  background-color: #fce19f;
}

.table-pink {
  background-color: #ebc2d6;
}
.table-pink > th, .table-pink > td {
  background-color: #ebc2d6;
}

.table-hover .table-pink:hover {
  background-color: #e5afc9;
}
.table-hover .table-pink:hover > td, .table-hover .table-pink:hover > th {
  background-color: #e5afc9;
}

.table-cyan {
  background-color: #bdeaea;
}
.table-cyan > th, .table-cyan > td {
  background-color: #bdeaea;
}

.table-hover .table-cyan:hover {
  background-color: #aae4e4;
}
.table-hover .table-cyan:hover > td, .table-hover .table-cyan:hover > th {
  background-color: #aae4e4;
}

.table-green {
  background-color: #e6edcb;
}
.table-green > th, .table-green > td {
  background-color: #e6edcb;
}

.table-hover .table-green:hover {
  background-color: #dde6b8;
}
.table-hover .table-green:hover > td, .table-hover .table-green:hover > th {
  background-color: #dde6b8;
}

.table-orange {
  background-color: #ffdbc3;
}
.table-orange > th, .table-orange > td {
  background-color: #ffdbc3;
}

.table-hover .table-orange:hover {
  background-color: #ffccaa;
}
.table-hover .table-orange:hover > td, .table-hover .table-orange:hover > th {
  background-color: #ffccaa;
}

.table-orange-dsa {
  background-color: #f9cec7;
}
.table-orange-dsa > th, .table-orange-dsa > td {
  background-color: #f9cec7;
}

.table-hover .table-orange-dsa:hover {
  background-color: #f7bab0;
}
.table-hover .table-orange-dsa:hover > td, .table-hover .table-orange-dsa:hover > th {
  background-color: #f7bab0;
}

.table-red-gen {
  background-color: #ebc3c9;
}
.table-red-gen > th, .table-red-gen > td {
  background-color: #ebc3c9;
}

.table-hover .table-red-gen:hover {
  background-color: #e5b0b8;
}
.table-hover .table-red-gen:hover > td, .table-hover .table-red-gen:hover > th {
  background-color: #e5b0b8;
}

.table-text-color {
  background-color: #b8b8b8;
}
.table-text-color > th, .table-text-color > td {
  background-color: #b8b8b8;
}

.table-hover .table-text-color:hover {
  background-color: #ababab;
}
.table-hover .table-text-color:hover > td, .table-hover .table-text-color:hover > th {
  background-color: #ababab;
}

.table-black {
  background-color: #b8b8b8;
}
.table-black > th, .table-black > td {
  background-color: #b8b8b8;
}

.table-hover .table-black:hover {
  background-color: #ababab;
}
.table-hover .table-black:hover > td, .table-hover .table-black:hover > th {
  background-color: #ababab;
}

.table-white {
  background-color: white;
}
.table-white > th, .table-white > td {
  background-color: white;
}

.table-hover .table-white:hover {
  background-color: #f2f2f2;
}
.table-hover .table-white:hover > td, .table-hover .table-white:hover > th {
  background-color: #f2f2f2;
}

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

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

.table-gray-200 {
  background-color: #f9fafb;
}
.table-gray-200 > th, .table-gray-200 > td {
  background-color: #f9fafb;
}

.table-hover .table-gray-200:hover {
  background-color: #eaedf1;
}
.table-hover .table-gray-200:hover > td, .table-hover .table-gray-200:hover > th {
  background-color: #eaedf1;
}

.table-gray-300 {
  background-color: #f6f7f8;
}
.table-gray-300 > th, .table-gray-300 > td {
  background-color: #f6f7f8;
}

.table-hover .table-gray-300:hover {
  background-color: #e8eaed;
}
.table-hover .table-gray-300:hover > td, .table-hover .table-gray-300:hover > th {
  background-color: #e8eaed;
}

.table-gray-400 {
  background-color: #f1f3f5;
}
.table-gray-400 > th, .table-gray-400 > td {
  background-color: #f1f3f5;
}

.table-hover .table-gray-400:hover {
  background-color: #e2e6ea;
}
.table-hover .table-gray-400:hover > td, .table-hover .table-gray-400:hover > th {
  background-color: #e2e6ea;
}

.table-gray-500 {
  background-color: #e8eaed;
}
.table-gray-500 > th, .table-gray-500 > td {
  background-color: #e8eaed;
}

.table-hover .table-gray-500:hover {
  background-color: #dadde2;
}
.table-hover .table-gray-500:hover > td, .table-hover .table-gray-500:hover > th {
  background-color: #dadde2;
}

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

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

.table-gray-700 {
  background-color: #ccced0;
}
.table-gray-700 > th, .table-gray-700 > td {
  background-color: #ccced0;
}

.table-hover .table-gray-700:hover {
  background-color: #bfc1c4;
}
.table-hover .table-gray-700:hover > td, .table-hover .table-gray-700:hover > th {
  background-color: #bfc1c4;
}

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

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

.table-gray-900 {
  background-color: #c1c2c3;
}
.table-gray-900 > th, .table-gray-900 > td {
  background-color: #c1c2c3;
}

.table-hover .table-gray-900:hover {
  background-color: #b4b5b6;
}
.table-hover .table-gray-900:hover > td, .table-hover .table-gray-900:hover > th {
  background-color: #b4b5b6;
}

.table-active {
  background-color: rgba(0, 0, 0, 0.075);
}
.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: 1099.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;
  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;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #337c9c;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

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

.form-row {
  display: flex;
  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: inline-flex;
  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;
  font-size: 80%;
  color: #a5bf46;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #212529;
  background-color: rgba(165, 191, 70, 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: #a5bf46;
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #a5bf46;
  box-shadow: 0 0 0 0.2rem rgba(165, 191, 70, 0.25);
}

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

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

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

.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 {
  display: block;
}

.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: #a5bf46;
}

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

.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: #a5bf46;
}

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

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

.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: #b7cc6c;
}

.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(165, 191, 70, 0.25);
}

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

.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 {
  display: block;
}

.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(165, 191, 70, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0;
  font-size: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.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 {
  display: block;
}

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

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

.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 {
  display: block;
}

.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 {
  display: block;
}

.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 {
  display: block;
}

.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 {
  display: block;
}

.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: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    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: flex;
    align-items: 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 {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0;
  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;
}
.btn:hover {
  text-decoration: none;
}
.btn:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}
.btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

@media screen and (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
a.btn.disabled, fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-link {
  font-weight: 400;
  color: #000;
  background-color: transparent;
}
.btn-link:hover {
  color: #337c9c;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: none;
  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;
}
.fade:not(.show) {
  opacity: 0;
}

@media screen and (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.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: #000;
  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 {
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  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: #000;
  text-decoration: none;
  background-color: #fff;
}
.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: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn, .btn-group-vertical > .btn {
  position: relative;
  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 {
  z-index: 1;
}

.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 {
  margin-left: -1px;
}
.btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

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

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  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) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.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 {
  margin-left: 0;
}

.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 {
  flex-direction: column;
  align-items: flex-start;
  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 {
  margin-top: -1px;
  margin-left: 0;
}
.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] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.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: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control, .input-group > .custom-select, .input-group > .custom-file {
  position: relative;
  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 {
  margin-left: -1px;
}
.input-group > .custom-select + .form-control, .input-group > .custom-select + .custom-select, .input-group > .custom-select + .custom-file {
  margin-left: -1px;
}
.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 {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.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: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.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: 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 {
  margin-left: -1px;
}
.input-group-prepend .input-group-text + .input-group-text, .input-group-prepend .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-append .btn + .btn, .input-group-append .btn + .input-group-text {
  margin-left: -1px;
}
.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: flex;
  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 {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .input-group-append:not(:last-child) > .btn, .input-group > .input-group-append:not(:last-child) > .input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.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 {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.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: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #000;
  background-color: #fff;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}
.custom-control-input:active ~ .custom-control-label::before {
  color: #000;
  background-color: white;
}
.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: "";
  user-select: none;
  background-color: #fff;
  border: 1px solid #adb5bd;
}
.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: #fff;
}
.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='%23000' 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: #fff;
}
.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='%23000' d='M0 2h4'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before, .custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(252, 201, 0, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #fff;
}
.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='%23000'/%3E%3C/svg%3E");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(252, 201, 0, 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: #337c9c;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(51, 124, 156, 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: #337c9c;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}
.custom-file-input:focus ~ .custom-file-label::after {
  border-color: #337c9c;
}
.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;
  appearance: none;
}
.custom-range:focus {
  outline: none;
}
.custom-range:focus::-webkit-slider-thumb, .custom-range:focus::-moz-range-thumb, .custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(255, 255, 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: #fff;
  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;
}
.custom-range::-webkit-slider-thumb:active {
  background-color: white;
}
.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: #fff;
  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;
}
.custom-range::-moz-range-thumb:active {
  background-color: white;
}
.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: #fff;
  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;
}
.custom-range::-ms-thumb:active {
  background-color: white;
}
.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;
}

@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}
@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}
@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}
.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: flex;
  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 {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.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 {
  color: #000;
  background-color: #fff;
}
.nav-pills .show > .nav-link {
  color: #000;
  background-color: #fff;
}

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

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

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

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar > .container, .navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  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: flex;
  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 {
  flex-basis: 100%;
  flex-grow: 1;
  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;
}
.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 {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    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 {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    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 {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    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 {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    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 {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    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 {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1099.98px) {
  .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1100px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    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 {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container, .navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  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 {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  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 {
  color: rgba(0, 0, 0, 0.9);
}
.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 {
  color: #fff;
}
.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: flex;
  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 {
  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: flex;
  flex-direction: column;
}
.card-deck .card {
  margin-bottom: 0.5rem;
}

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

@media (min-width: 576px) {
  .card-group {
    flex-flow: row wrap;
  }
  .card-group > .card {
    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 {
    column-count: 3;
    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: flex;
  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: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  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: #000;
  background-color: #fff;
  border: 1px solid #fff;
}
.page-link:hover {
  z-index: 2;
  color: #000;
  text-decoration: none;
  background-color: #fff;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 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: #000;
  background-color: #fff;
  border-color: #fff;
}
.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: #212529;
  background-color: #fcc900;
}
.badge-primary[href]:hover, .badge-primary[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #c9a000;
}

.badge-secondary {
  color: #fff;
  background-color: #337c9c;
}
.badge-secondary[href]:hover, .badge-secondary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #265d76;
}

.badge-success {
  color: #212529;
  background-color: #a5bf46;
}
.badge-success[href]:hover, .badge-success[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #869c36;
}

.badge-info {
  color: #fff;
  background-color: #12b3b3;
}
.badge-info[href]:hover, .badge-info[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #0d8585;
}

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

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

.badge-blue {
  color: #fff;
  background-color: #337c9c;
}
.badge-blue[href]:hover, .badge-blue[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #265d76;
}

.badge-blue-sky {
  color: #212529;
  background-color: #56add4;
}
.badge-blue-sky[href]:hover, .badge-blue-sky[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #3297c5;
}

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

.badge-yellow-abo {
  color: #212529;
  background-color: #f9b000;
}
.badge-yellow-abo[href]:hover, .badge-yellow-abo[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #c68c00;
}

.badge-pink {
  color: #fff;
  background-color: #b6256c;
}
.badge-pink[href]:hover, .badge-pink[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #8c1c53;
}

.badge-cyan {
  color: #fff;
  background-color: #12b3b3;
}
.badge-cyan[href]:hover, .badge-cyan[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #0d8585;
}

.badge-green {
  color: #212529;
  background-color: #a5bf46;
}
.badge-green[href]:hover, .badge-green[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #869c36;
}

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

.badge-orange-dsa {
  color: #fff;
  background-color: #e85136;
}
.badge-orange-dsa[href]:hover, .badge-orange-dsa[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #d33418;
}

.badge-red-gen {
  color: #fff;
  background-color: #b8283d;
}
.badge-red-gen[href]:hover, .badge-red-gen[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #8e1f2f;
}

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

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

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

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

.badge-gray-200 {
  color: #212529;
  background-color: #e9ecef;
}
.badge-gray-200[href]:hover, .badge-gray-200[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #cbd3da;
}

.badge-gray-300 {
  color: #212529;
  background-color: #dee2e6;
}
.badge-gray-300[href]:hover, .badge-gray-300[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #c1c9d0;
}

.badge-gray-400 {
  color: #212529;
  background-color: #ced4da;
}
.badge-gray-400[href]:hover, .badge-gray-400[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #b1bbc4;
}

.badge-gray-500 {
  color: #212529;
  background-color: #adb5bd;
}
.badge-gray-500[href]:hover, .badge-gray-500[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #919ca6;
}

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

.badge-gray-700 {
  color: #fff;
  background-color: #495057;
}
.badge-gray-700[href]:hover, .badge-gray-700[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #32373b;
}

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

.badge-gray-900 {
  color: #fff;
  background-color: #212529;
}
.badge-gray-900[href]:hover, .badge-gray-900[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #0a0c0d;
}

.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: #836900;
  background-color: #fef4cc;
  border-color: #fef0b8;
}
.alert-primary hr {
  border-top-color: #feeb9f;
}
.alert-primary .alert-link {
  color: #504000;
}

.alert-secondary {
  color: #1b4051;
  background-color: #d6e5eb;
  border-color: #c6dae3;
}
.alert-secondary hr {
  border-top-color: #b5cfdb;
}
.alert-secondary .alert-link {
  color: #0e222b;
}

.alert-success {
  color: #566324;
  background-color: #edf2da;
  border-color: #e6edcb;
}
.alert-success hr {
  border-top-color: #dde6b8;
}
.alert-success .alert-link {
  color: #363e16;
}

.alert-info {
  color: #095d5d;
  background-color: #d0f0f0;
  border-color: #bdeaea;
}
.alert-info hr {
  border-top-color: #aae4e4;
}
.alert-info .alert-link {
  color: #052f2f;
}

.alert-warning {
  color: #836900;
  background-color: #fef4cc;
  border-color: #fef0b8;
}
.alert-warning hr {
  border-top-color: #feeb9f;
}
.alert-warning .alert-link {
  color: #504000;
}

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

.alert-blue {
  color: #1b4051;
  background-color: #d6e5eb;
  border-color: #c6dae3;
}
.alert-blue hr {
  border-top-color: #b5cfdb;
}
.alert-blue .alert-link {
  color: #0e222b;
}

.alert-blue-sky {
  color: #2d5a6e;
  background-color: #ddeff6;
  border-color: #d0e8f3;
}
.alert-blue-sky hr {
  border-top-color: #bcdeee;
}
.alert-blue-sky .alert-link {
  color: #1e3c4a;
}

.alert-yellow {
  color: #836900;
  background-color: #fef4cc;
  border-color: #fef0b8;
}
.alert-yellow hr {
  border-top-color: #feeb9f;
}
.alert-yellow .alert-link {
  color: #504000;
}

.alert-yellow-abo {
  color: #815c00;
  background-color: #feefcc;
  border-color: #fde9b8;
}
.alert-yellow-abo hr {
  border-top-color: #fce19f;
}
.alert-yellow-abo .alert-link {
  color: #4e3800;
}

.alert-pink {
  color: #5f1338;
  background-color: #f0d3e2;
  border-color: #ebc2d6;
}
.alert-pink hr {
  border-top-color: #e5afc9;
}
.alert-pink .alert-link {
  color: #350b1f;
}

.alert-cyan {
  color: #095d5d;
  background-color: #d0f0f0;
  border-color: #bdeaea;
}
.alert-cyan hr {
  border-top-color: #aae4e4;
}
.alert-cyan .alert-link {
  color: #052f2f;
}

.alert-green {
  color: #566324;
  background-color: #edf2da;
  border-color: #e6edcb;
}
.alert-green hr {
  border-top-color: #dde6b8;
}
.alert-green .alert-link {
  color: #363e16;
}

.alert-orange {
  color: #854114;
  background-color: #ffe5d4;
  border-color: #ffdbc3;
}
.alert-orange hr {
  border-top-color: #ffccaa;
}
.alert-orange .alert-link {
  color: #592b0d;
}

.alert-orange-dsa {
  color: #792a1c;
  background-color: #fadcd7;
  border-color: #f9cec7;
}
.alert-orange-dsa hr {
  border-top-color: #f7bab0;
}
.alert-orange-dsa .alert-link {
  color: #501c12;
}

.alert-red-gen {
  color: #601520;
  background-color: #f1d4d8;
  border-color: #ebc3c9;
}
.alert-red-gen hr {
  border-top-color: #e5b0b8;
}
.alert-red-gen .alert-link {
  color: #360c12;
}

.alert-text-color, .alert-black {
  color: black;
  background-color: #cccccc;
  border-color: #b8b8b8;
}
.alert-text-color hr, .alert-black hr {
  border-top-color: #ababab;
}
.alert-text-color .alert-link, .alert-black .alert-link {
  color: black;
}

.alert-white {
  color: #858585;
  background-color: white;
  border-color: white;
}
.alert-white hr {
  border-top-color: #f2f2f2;
}
.alert-white .alert-link {
  color: #6c6c6c;
}

.alert-gray-100 {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-gray-100 hr {
  border-top-color: #ececf6;
}
.alert-gray-100 .alert-link {
  color: #686868;
}

.alert-gray-200 {
  color: #797b7c;
  background-color: #fbfbfc;
  border-color: #f9fafb;
}
.alert-gray-200 hr {
  border-top-color: #eaedf1;
}
.alert-gray-200 .alert-link {
  color: #606162;
}

.alert-gray-300 {
  color: #737678;
  background-color: #f8f9fa;
  border-color: #f6f7f8;
}
.alert-gray-300 hr {
  border-top-color: #e8eaed;
}
.alert-gray-300 .alert-link {
  color: #5a5c5e;
}

.alert-gray-400 {
  color: #6b6e71;
  background-color: #f5f6f8;
  border-color: #f1f3f5;
}
.alert-gray-400 hr {
  border-top-color: #e2e6ea;
}
.alert-gray-400 .alert-link {
  color: #525557;
}

.alert-gray-500 {
  color: #5a5e62;
  background-color: #eff0f2;
  border-color: #e8eaed;
}
.alert-gray-500 hr {
  border-top-color: #dadde2;
}
.alert-gray-500 .alert-link {
  color: #424547;
}

.alert-gray-600 {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.alert-gray-600 hr {
  border-top-color: #c8cbcf;
}
.alert-gray-600 .alert-link {
  color: #202326;
}

.alert-gray-700 {
  color: #262a2d;
  background-color: #dbdcdd;
  border-color: #ccced0;
}
.alert-gray-700 hr {
  border-top-color: #bfc1c4;
}
.alert-gray-700 .alert-link {
  color: #0f1011;
}

.alert-gray-800 {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-gray-800 hr {
  border-top-color: #b9bbbe;
}
.alert-gray-800 .alert-link {
  color: #040505;
}

.alert-gray-900 {
  color: #111315;
  background-color: #d3d3d4;
  border-color: #c1c2c3;
}
.alert-gray-900 hr {
  border-top-color: #b4b5b6;
}
.alert-gray-900 .alert-link {
  color: black;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #fcc900;
  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 {
  animation: progress-bar-stripes 1s linear infinite;
}

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

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  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: #000;
  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: #000;
  background-color: #fff;
  border-color: #fff;
}

.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: #836900;
  background-color: #fef0b8;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #836900;
  background-color: #feeb9f;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #836900;
  border-color: #836900;
}

.list-group-item-secondary {
  color: #1b4051;
  background-color: #c6dae3;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #1b4051;
  background-color: #b5cfdb;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #1b4051;
  border-color: #1b4051;
}

.list-group-item-success {
  color: #566324;
  background-color: #e6edcb;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #566324;
  background-color: #dde6b8;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #566324;
  border-color: #566324;
}

.list-group-item-info {
  color: #095d5d;
  background-color: #bdeaea;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #095d5d;
  background-color: #aae4e4;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #095d5d;
  border-color: #095d5d;
}

.list-group-item-warning {
  color: #836900;
  background-color: #fef0b8;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #836900;
  background-color: #feeb9f;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #836900;
  border-color: #836900;
}

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

.list-group-item-blue {
  color: #1b4051;
  background-color: #c6dae3;
}
.list-group-item-blue.list-group-item-action:hover, .list-group-item-blue.list-group-item-action:focus {
  color: #1b4051;
  background-color: #b5cfdb;
}
.list-group-item-blue.list-group-item-action.active {
  color: #fff;
  background-color: #1b4051;
  border-color: #1b4051;
}

.list-group-item-blue-sky {
  color: #2d5a6e;
  background-color: #d0e8f3;
}
.list-group-item-blue-sky.list-group-item-action:hover, .list-group-item-blue-sky.list-group-item-action:focus {
  color: #2d5a6e;
  background-color: #bcdeee;
}
.list-group-item-blue-sky.list-group-item-action.active {
  color: #fff;
  background-color: #2d5a6e;
  border-color: #2d5a6e;
}

.list-group-item-yellow {
  color: #836900;
  background-color: #fef0b8;
}
.list-group-item-yellow.list-group-item-action:hover, .list-group-item-yellow.list-group-item-action:focus {
  color: #836900;
  background-color: #feeb9f;
}
.list-group-item-yellow.list-group-item-action.active {
  color: #fff;
  background-color: #836900;
  border-color: #836900;
}

.list-group-item-yellow-abo {
  color: #815c00;
  background-color: #fde9b8;
}
.list-group-item-yellow-abo.list-group-item-action:hover, .list-group-item-yellow-abo.list-group-item-action:focus {
  color: #815c00;
  background-color: #fce19f;
}
.list-group-item-yellow-abo.list-group-item-action.active {
  color: #fff;
  background-color: #815c00;
  border-color: #815c00;
}

.list-group-item-pink {
  color: #5f1338;
  background-color: #ebc2d6;
}
.list-group-item-pink.list-group-item-action:hover, .list-group-item-pink.list-group-item-action:focus {
  color: #5f1338;
  background-color: #e5afc9;
}
.list-group-item-pink.list-group-item-action.active {
  color: #fff;
  background-color: #5f1338;
  border-color: #5f1338;
}

.list-group-item-cyan {
  color: #095d5d;
  background-color: #bdeaea;
}
.list-group-item-cyan.list-group-item-action:hover, .list-group-item-cyan.list-group-item-action:focus {
  color: #095d5d;
  background-color: #aae4e4;
}
.list-group-item-cyan.list-group-item-action.active {
  color: #fff;
  background-color: #095d5d;
  border-color: #095d5d;
}

.list-group-item-green {
  color: #566324;
  background-color: #e6edcb;
}
.list-group-item-green.list-group-item-action:hover, .list-group-item-green.list-group-item-action:focus {
  color: #566324;
  background-color: #dde6b8;
}
.list-group-item-green.list-group-item-action.active {
  color: #fff;
  background-color: #566324;
  border-color: #566324;
}

.list-group-item-orange {
  color: #854114;
  background-color: #ffdbc3;
}
.list-group-item-orange.list-group-item-action:hover, .list-group-item-orange.list-group-item-action:focus {
  color: #854114;
  background-color: #ffccaa;
}
.list-group-item-orange.list-group-item-action.active {
  color: #fff;
  background-color: #854114;
  border-color: #854114;
}

.list-group-item-orange-dsa {
  color: #792a1c;
  background-color: #f9cec7;
}
.list-group-item-orange-dsa.list-group-item-action:hover, .list-group-item-orange-dsa.list-group-item-action:focus {
  color: #792a1c;
  background-color: #f7bab0;
}
.list-group-item-orange-dsa.list-group-item-action.active {
  color: #fff;
  background-color: #792a1c;
  border-color: #792a1c;
}

.list-group-item-red-gen {
  color: #601520;
  background-color: #ebc3c9;
}
.list-group-item-red-gen.list-group-item-action:hover, .list-group-item-red-gen.list-group-item-action:focus {
  color: #601520;
  background-color: #e5b0b8;
}
.list-group-item-red-gen.list-group-item-action.active {
  color: #fff;
  background-color: #601520;
  border-color: #601520;
}

.list-group-item-text-color {
  color: black;
  background-color: #b8b8b8;
}
.list-group-item-text-color.list-group-item-action:hover, .list-group-item-text-color.list-group-item-action:focus {
  color: black;
  background-color: #ababab;
}
.list-group-item-text-color.list-group-item-action.active {
  color: #fff;
  background-color: black;
  border-color: black;
}

.list-group-item-black {
  color: black;
  background-color: #b8b8b8;
}
.list-group-item-black.list-group-item-action:hover, .list-group-item-black.list-group-item-action:focus {
  color: black;
  background-color: #ababab;
}
.list-group-item-black.list-group-item-action.active {
  color: #fff;
  background-color: black;
  border-color: black;
}

.list-group-item-white {
  color: #858585;
  background-color: white;
}
.list-group-item-white.list-group-item-action:hover, .list-group-item-white.list-group-item-action:focus {
  color: #858585;
  background-color: #f2f2f2;
}
.list-group-item-white.list-group-item-action.active {
  color: #fff;
  background-color: #858585;
  border-color: #858585;
}

.list-group-item-gray-100 {
  color: #818182;
  background-color: #fdfdfe;
}
.list-group-item-gray-100.list-group-item-action:hover, .list-group-item-gray-100.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}
.list-group-item-gray-100.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-gray-200 {
  color: #797b7c;
  background-color: #f9fafb;
}
.list-group-item-gray-200.list-group-item-action:hover, .list-group-item-gray-200.list-group-item-action:focus {
  color: #797b7c;
  background-color: #eaedf1;
}
.list-group-item-gray-200.list-group-item-action.active {
  color: #fff;
  background-color: #797b7c;
  border-color: #797b7c;
}

.list-group-item-gray-300 {
  color: #737678;
  background-color: #f6f7f8;
}
.list-group-item-gray-300.list-group-item-action:hover, .list-group-item-gray-300.list-group-item-action:focus {
  color: #737678;
  background-color: #e8eaed;
}
.list-group-item-gray-300.list-group-item-action.active {
  color: #fff;
  background-color: #737678;
  border-color: #737678;
}

.list-group-item-gray-400 {
  color: #6b6e71;
  background-color: #f1f3f5;
}
.list-group-item-gray-400.list-group-item-action:hover, .list-group-item-gray-400.list-group-item-action:focus {
  color: #6b6e71;
  background-color: #e2e6ea;
}
.list-group-item-gray-400.list-group-item-action.active {
  color: #fff;
  background-color: #6b6e71;
  border-color: #6b6e71;
}

.list-group-item-gray-500 {
  color: #5a5e62;
  background-color: #e8eaed;
}
.list-group-item-gray-500.list-group-item-action:hover, .list-group-item-gray-500.list-group-item-action:focus {
  color: #5a5e62;
  background-color: #dadde2;
}
.list-group-item-gray-500.list-group-item-action.active {
  color: #fff;
  background-color: #5a5e62;
  border-color: #5a5e62;
}

.list-group-item-gray-600 {
  color: #383d41;
  background-color: #d6d8db;
}
.list-group-item-gray-600.list-group-item-action:hover, .list-group-item-gray-600.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}
.list-group-item-gray-600.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-gray-700 {
  color: #262a2d;
  background-color: #ccced0;
}
.list-group-item-gray-700.list-group-item-action:hover, .list-group-item-gray-700.list-group-item-action:focus {
  color: #262a2d;
  background-color: #bfc1c4;
}
.list-group-item-gray-700.list-group-item-action.active {
  color: #fff;
  background-color: #262a2d;
  border-color: #262a2d;
}

.list-group-item-gray-800 {
  color: #1b1e21;
  background-color: #c6c8ca;
}
.list-group-item-gray-800.list-group-item-action:hover, .list-group-item-gray-800.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}
.list-group-item-gray-800.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.list-group-item-gray-900 {
  color: #111315;
  background-color: #c1c2c3;
}
.list-group-item-gray-900.list-group-item-action:hover, .list-group-item-gray-900.list-group-item-action:focus {
  color: #111315;
  background-color: #b4b5b6;
}
.list-group-item-gray-900.list-group-item-action.active {
  color: #fff;
  background-color: #111315;
  border-color: #111315;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.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: 0.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: transform 0.3s ease-out;
  transform: translate(0, -25%);
}
.modal.show .modal-dialog {
  transform: translate(0, 0);
}

@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}

.modal-content {
  position: relative;
  display: flex;
  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: flex;
  align-items: flex-start;
  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;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.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% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }

  .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: "Myriad", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  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: "Myriad", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  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: #000;
}

.carousel {
  position: relative;
}

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

.carousel-item {
  position: relative;
  display: none;
  align-items: center;
  width: 100%;
  backface-visibility: hidden;
  perspective: 1000px;
}
.carousel-item.active {
  display: block;
  transition: transform 0.6s ease;
}

.carousel-item-next, .carousel-item-prev {
  display: block;
  transition: 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 {
  transform: translateX(0);
}

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

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

@supports (transform-style: preserve-3d) {
  .carousel-item-prev, .active.carousel-item-left {
    transform: translate3d(-100%, 0, 0);
  }
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: 0.6s;
  transition-property: opacity;
}
.carousel-fade .carousel-item.active {
  opacity: 1;
}
.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 {
  transform: translateX(0);
}
.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-prev {
  transform: translateX(0);
}

@supports (transform-style: preserve-3d) {
  .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item.active {
    transform: translate3d(0, 0, 0);
  }
  .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-prev {
    transform: translate3d(0, 0, 0);
  }
}
.carousel-control-prev, .carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}

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

.carousel-control-next:hover, .carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.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: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  position: relative;
  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: #fcc900 !important;
}

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

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

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

a.bg-secondary:hover, a.bg-secondary:focus {
  background-color: #265d76 !important;
}

button.bg-secondary:hover, button.bg-secondary:focus {
  background-color: #265d76 !important;
}

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

a.bg-success:hover, a.bg-success:focus {
  background-color: #869c36 !important;
}

button.bg-success:hover, button.bg-success:focus {
  background-color: #869c36 !important;
}

.bg-info {
  background-color: #12b3b3 !important;
}

a.bg-info:hover, a.bg-info:focus {
  background-color: #0d8585 !important;
}

button.bg-info:hover, button.bg-info:focus {
  background-color: #0d8585 !important;
}

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

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

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

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

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

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 {
  background-color: #dae0e5 !important;
}

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 {
  background-color: #1d2124 !important;
}

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

.bg-blue {
  background-color: #337c9c !important;
}

a.bg-blue:hover, a.bg-blue:focus {
  background-color: #265d76 !important;
}

button.bg-blue:hover, button.bg-blue:focus {
  background-color: #265d76 !important;
}

.bg-blue-sky {
  background-color: #56add4 !important;
}

a.bg-blue-sky:hover, a.bg-blue-sky:focus {
  background-color: #3297c5 !important;
}

button.bg-blue-sky:hover, button.bg-blue-sky:focus {
  background-color: #3297c5 !important;
}

.bg-yellow {
  background-color: #fcc900 !important;
}

a.bg-yellow:hover, a.bg-yellow:focus {
  background-color: #c9a000 !important;
}

button.bg-yellow:hover, button.bg-yellow:focus {
  background-color: #c9a000 !important;
}

.bg-yellow-abo {
  background-color: #f9b000 !important;
}

a.bg-yellow-abo:hover, a.bg-yellow-abo:focus {
  background-color: #c68c00 !important;
}

button.bg-yellow-abo:hover, button.bg-yellow-abo:focus {
  background-color: #c68c00 !important;
}

.bg-pink {
  background-color: #b6256c !important;
}

a.bg-pink:hover, a.bg-pink:focus {
  background-color: #8c1c53 !important;
}

button.bg-pink:hover, button.bg-pink:focus {
  background-color: #8c1c53 !important;
}

.bg-cyan {
  background-color: #12b3b3 !important;
}

a.bg-cyan:hover, a.bg-cyan:focus {
  background-color: #0d8585 !important;
}

button.bg-cyan:hover, button.bg-cyan:focus {
  background-color: #0d8585 !important;
}

.bg-green {
  background-color: #a5bf46 !important;
}

a.bg-green:hover, a.bg-green:focus {
  background-color: #869c36 !important;
}

button.bg-green:hover, button.bg-green:focus {
  background-color: #869c36 !important;
}

.bg-orange {
  background-color: #ff7d27 !important;
}

a.bg-orange:hover, a.bg-orange:focus {
  background-color: #f36100 !important;
}

button.bg-orange:hover, button.bg-orange:focus {
  background-color: #f36100 !important;
}

.bg-orange-dsa {
  background-color: #e85136 !important;
}

a.bg-orange-dsa:hover, a.bg-orange-dsa:focus {
  background-color: #d33418 !important;
}

button.bg-orange-dsa:hover, button.bg-orange-dsa:focus {
  background-color: #d33418 !important;
}

.bg-red-gen {
  background-color: #b8283d !important;
}

a.bg-red-gen:hover, a.bg-red-gen:focus {
  background-color: #8e1f2f !important;
}

button.bg-red-gen:hover, button.bg-red-gen:focus {
  background-color: #8e1f2f !important;
}

.bg-text-color {
  background-color: #000 !important;
}

a.bg-text-color:hover, a.bg-text-color:focus {
  background-color: black !important;
}

button.bg-text-color:hover, button.bg-text-color:focus {
  background-color: black !important;
}

.bg-black {
  background-color: #000 !important;
}

a.bg-black:hover, a.bg-black:focus {
  background-color: black !important;
}

button.bg-black:hover, button.bg-black:focus {
  background-color: black !important;
}

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

a.bg-white:hover, a.bg-white:focus {
  background-color: #e6e6e6 !important;
}

button.bg-white:hover, button.bg-white:focus {
  background-color: #e6e6e6 !important;
}

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

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

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

.bg-gray-200 {
  background-color: #e9ecef !important;
}

a.bg-gray-200:hover, a.bg-gray-200:focus {
  background-color: #cbd3da !important;
}

button.bg-gray-200:hover, button.bg-gray-200:focus {
  background-color: #cbd3da !important;
}

.bg-gray-300 {
  background-color: #dee2e6 !important;
}

a.bg-gray-300:hover, a.bg-gray-300:focus {
  background-color: #c1c9d0 !important;
}

button.bg-gray-300:hover, button.bg-gray-300:focus {
  background-color: #c1c9d0 !important;
}

.bg-gray-400 {
  background-color: #ced4da !important;
}

a.bg-gray-400:hover, a.bg-gray-400:focus {
  background-color: #b1bbc4 !important;
}

button.bg-gray-400:hover, button.bg-gray-400:focus {
  background-color: #b1bbc4 !important;
}

.bg-gray-500 {
  background-color: #adb5bd !important;
}

a.bg-gray-500:hover, a.bg-gray-500:focus {
  background-color: #919ca6 !important;
}

button.bg-gray-500:hover, button.bg-gray-500:focus {
  background-color: #919ca6 !important;
}

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

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

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

.bg-gray-700 {
  background-color: #495057 !important;
}

a.bg-gray-700:hover, a.bg-gray-700:focus {
  background-color: #32373b !important;
}

button.bg-gray-700:hover, button.bg-gray-700:focus {
  background-color: #32373b !important;
}

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

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

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

.bg-gray-900 {
  background-color: #212529 !important;
}

a.bg-gray-900:hover, a.bg-gray-900:focus {
  background-color: #0a0c0d !important;
}

button.bg-gray-900:hover, button.bg-gray-900:focus {
  background-color: #0a0c0d !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: #fcc900 !important;
}

.border-secondary {
  border-color: #337c9c !important;
}

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

.border-info {
  border-color: #12b3b3 !important;
}

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

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

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

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

.border-blue {
  border-color: #337c9c !important;
}

.border-blue-sky {
  border-color: #56add4 !important;
}

.border-yellow {
  border-color: #fcc900 !important;
}

.border-yellow-abo {
  border-color: #f9b000 !important;
}

.border-pink {
  border-color: #b6256c !important;
}

.border-cyan {
  border-color: #12b3b3 !important;
}

.border-green {
  border-color: #a5bf46 !important;
}

.border-orange {
  border-color: #ff7d27 !important;
}

.border-orange-dsa {
  border-color: #e85136 !important;
}

.border-red-gen {
  border-color: #b8283d !important;
}

.border-text-color, .border-black {
  border-color: #000 !important;
}

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

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

.border-gray-200 {
  border-color: #e9ecef !important;
}

.border-gray-300 {
  border-color: #dee2e6 !important;
}

.border-gray-400 {
  border-color: #ced4da !important;
}

.border-gray-500 {
  border-color: #adb5bd !important;
}

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

.border-gray-700 {
  border-color: #495057 !important;
}

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

.border-gray-900 {
  border-color: #212529 !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;
}

.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: flex !important;
}

.d-inline-flex {
  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: flex !important;
  }

  .d-sm-inline-flex {
    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: flex !important;
  }

  .d-md-inline-flex {
    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: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1100px) {
  .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: flex !important;
  }

  .d-xl-inline-flex {
    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: flex !important;
  }

  .d-print-inline-flex {
    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.85714%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.justify-content-center {
  justify-content: center !important;
}

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

.justify-content-around {
  justify-content: space-around !important;
}

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

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

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

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

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

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

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

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

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

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

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

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

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

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

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

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

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

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

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

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

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

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

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

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

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

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

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

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

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

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

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

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

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

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

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

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

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

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

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

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

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1100px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

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

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

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

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

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

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

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

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

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    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: 1100px) {
  .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: 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: sticky) {
  .sticky-top {
    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: 1100px) {
  .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: 1100px) {
  .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: #fcc900 !important;
}

.text-secondary {
  color: #337c9c !important;
}

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

.text-info {
  color: #12b3b3 !important;
}

.text-warning {
  color: #fcc900 !important;
}

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

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

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

.text-blue {
  color: #337c9c !important;
}

.text-blue-sky {
  color: #56add4 !important;
}

.text-yellow {
  color: #fcc900 !important;
}

.text-yellow-abo {
  color: #f9b000 !important;
}

.text-pink {
  color: #b6256c !important;
}

.text-cyan {
  color: #12b3b3 !important;
}

.text-green {
  color: #a5bf46 !important;
}

.text-orange {
  color: #ff7d27 !important;
}

.text-orange-dsa {
  color: #e85136 !important;
}

.text-red-gen {
  color: #b8283d !important;
}

.text-spe {
  color: #b10060 !important;
}

.text-text-color, .text-black {
  color: #000 !important;
}

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

.text-gray-100 {
  color: #f8f9fa !important;
}

.text-gray-200 {
  color: #e9ecef !important;
}

.text-gray-300 {
  color: #dee2e6 !important;
}

.text-gray-400 {
  color: #ced4da !important;
}

.text-gray-500 {
  color: #adb5bd !important;
}

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

.text-gray-700 {
  color: #495057 !important;
}

.text-gray-800 {
  color: #343a40 !important;
}

.text-gray-900 {
  color: #212529 !important;
}

.text-body {
  color: #000 !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 {
  * {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  *::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;
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  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, .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;
  }
}
@font-face {
  font-family: "Oswald";
  src: url(font/font/Oswald-Regular.eot);
  src: url(font/Oswald-Regular.eot?#iefix) format("embedded-opentype"), url(font/Oswald-Regular.woff2) format("woff2"), url(font/Oswald-Regular.woff) format("woff"), url(font/Oswald-Regular.ttf) format("truetype"), url(font/Oswald-Regular.svg#Oswald-Regular) format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Oswald Bold";
  src: url(font/Oswald-Bold.eot);
  src: url(font/Oswald-Bold.eot?#iefix) format("embedded-opentype"), url(font/Oswald-Bold.woff2) format("woff2"), url(font/Oswald-Bold.woff) format("woff"), url(font/Oswald-Bold.ttf) format("truetype"), url(font/Oswald-Bold.svg#Oswald-Bold) format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Myriad";
  src: url(font/MyriadPro-Regular.eot);
  src: url(font/MyriadPro-Regular.eot?#iefix) format("embedded-opentype"), url(font/MyriadPro-Regular.woff2) format("woff2"), url(font/MyriadPro-Regular.woff) format("woff"), url(font/MyriadPro-Regular.ttf) format("truetype"), url(font/MyriadPro-Regular.svg#MyriadPro-Regular) format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Myriad Bold";
  src: url(font/MyriadPro-Semibold.eot);
  src: url(font/MyriadPro-Semibold.eot?#iefix) format("embedded-opentype"), url(font/MyriadPro-Semibold.woff2) format("woff2"), url(font/MyriadPro-Semibold.woff) format("woff"), url(font/MyriadPro-Semibold.ttf) format("truetype"), url(font/MyriadPro-Semibold.svg#MyriadPro-Semibold) format("svg");
  font-weight: normal;
  font-style: normal;
}
.oswald {
  font-family: "Oswald", Arial, Helvetica, sans-serif;
}

.oswald-bold {
  font-family: "Oswald Bold", Arial, Helvetica, sans-serif;
}

.myriad {
  font-family: "Myriad", Arial, Helvetica, sans-serif;
}

.myriad-bold {
  font-family: "Myriad Bold", Arial, Helvetica, sans-serif;
}

.font-size-10 {
  font-size: 0.625rem;
}

.font-size-11 {
  font-size: 0.6875rem;
}

.font-size-12 {
  font-size: 0.75rem;
}

.font-size-13 {
  font-size: 0.8125rem;
}

.font-size-14 {
  font-size: 0.875rem;
}

.font-size-15 {
  font-size: 0.9375rem;
}

.font-size-16 {
  font-size: 1rem;
}

.font-size-17 {
  font-size: 1.0625rem;
}

.font-size-18 {
  font-size: 1.125rem;
}

.font-size-19 {
  font-size: 1.1875rem;
}

.font-size-20 {
  font-size: 1.25rem;
}

.font-size-21 {
  font-size: 1.3125rem;
}

.font-size-22 {
  font-size: 1.375rem;
}

.font-size-23 {
  font-size: 1.4375rem;
}

.font-size-24 {
  font-size: 1.5rem;
}

.font-size-25 {
  font-size: 1.5625rem;
}

.font-size-26 {
  font-size: 1.625rem;
}

.font-size-27 {
  font-size: 1.6875rem;
}

.font-size-28 {
  font-size: 1.75rem;
}

.font-size-29 {
  font-size: 1.8125rem;
}

.font-size-30 {
  font-size: 1.875rem;
}

.font-size-31 {
  font-size: 1.9375rem;
}

.font-size-32 {
  font-size: 2rem;
}

.font-size-33 {
  font-size: 2.0625rem;
}

.font-size-34 {
  font-size: 2.125rem;
}

.font-size-35 {
  font-size: 2.1875rem;
}

.font-size-36 {
  font-size: 2.25rem;
}

.font-size-37 {
  font-size: 2.3125rem;
}

.font-size-38 {
  font-size: 2.375rem;
}

.font-size-39 {
  font-size: 2.4375rem;
}

.font-size-40 {
  font-size: 2.5rem;
}

.font-size-64 {
  font-size: 4rem;
}

@media (max-width: 767.98px) {
  .font-size-10-m {
    font-size: 0.625rem !important;
  }

  .font-size-11-m {
    font-size: 0.6875rem !important;
  }

  .font-size-12-m {
    font-size: 0.75rem !important;
  }

  .font-size-13-m {
    font-size: 0.8125rem !important;
  }

  .font-size-14-m {
    font-size: 0.875rem !important;
  }

  .font-size-15-m {
    font-size: 0.9375rem !important;
  }

  .font-size-16-m {
    font-size: 1rem !important;
  }

  .font-size-17-m {
    font-size: 1.0625rem !important;
  }

  .font-size-18-m {
    font-size: 1.125rem !important;
  }

  .font-size-19-m {
    font-size: 1.1875rem !important;
  }

  .font-size-20-m {
    font-size: 1.25rem !important;
  }

  .font-size-21-m {
    font-size: 1.3125rem !important;
  }

  .font-size-22-m {
    font-size: 1.375rem !important;
  }

  .font-size-23-m {
    font-size: 1.4375rem !important;
  }

  .font-size-24-m {
    font-size: 1.5rem !important;
  }

  .font-size-25-m {
    font-size: 1.5625rem !important;
  }

  .font-size-26-m {
    font-size: 1.625rem !important;
  }

  .font-size-27-m {
    font-size: 1.6875rem !important;
  }

  .font-size-28-m {
    font-size: 1.75rem !important;
  }

  .font-size-29-m {
    font-size: 1.8125rem !important;
  }

  .font-size-30-m {
    font-size: 1.875rem !important;
  }

  .font-size-31-m {
    font-size: 1.9375rem !important;
  }

  .font-size-32-m {
    font-size: 2rem !important;
  }

  .font-size-33-m {
    font-size: 2.0625rem !important;
  }

  .font-size-34-m {
    font-size: 2.125rem !important;
  }

  .font-size-35-m {
    font-size: 2.1875rem !important;
  }

  .font-size-36-m {
    font-size: 2.25rem !important;
  }

  .font-size-37-m {
    font-size: 2.3125rem !important;
  }

  .font-size-38-m {
    font-size: 2.375rem !important;
  }

  .font-size-39-m {
    font-size: 2.4375rem !important;
  }

  .font-size-40-m {
    font-size: 2.5rem !important;
  }
}
.line-height-0 {
  line-height: 0;
}

.line-height-0-7 {
  line-height: 0.7;
}

.line-height-1 {
  line-height: 1;
}

.line-height-1-1 {
  line-height: 1.1;
}

.line-height-1-2 {
  line-height: 1.2;
}

.line-height-1-3 {
  line-height: 1.3;
}

.line-height-1-4 {
  line-height: 1.4;
}

.line-height-1-5 {
  line-height: 1.5;
}

.line-height-1-7 {
  line-height: 1.7;
}

.line-height-2 {
  line-height: 2;
}

@media (max-width: 767.98px) {
  .line-height-1-m {
    line-height: 1;
  }

  .line-height-1-1-m {
    line-height: 1.1;
  }

  .line-height-1-2-m {
    line-height: 1.2;
  }

  .line-height-1-3-m {
    line-height: 1.3;
  }

  .line-height-1-4-m {
    line-height: 1.4;
  }

  .line-height-1-5-m {
    line-height: 1.5;
  }

  .line-height-1-7-m {
    line-height: 1.7;
  }

  .line-height-2-m {
    line-height: 2;
  }
}
strong, b {
  font-family: "Myriad Bold", Arial, Helvetica, sans-serif;
  font-weight: normal;
}

.oswald strong, .oswald b {
  font-family: "Oswald Bold", Arial, Helvetica, sans-serif;
  font-weight: normal;
}

/*
main.scss
 */
body {
  background: #fff !important;
}

.header {
  background: #fff;
}

.top-header {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.top-header-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 86px;
  clear: both;
}

body.inf-theme .top-header-content {
  height: 86px;
}
body.inf-theme .user-register-form .form-group.form-item-field-nickname-0-value,
body.inf-theme .user-register-form .form-group.form-item-field-rpps-0-value,
body.inf-theme .user-register-form .form-group.field--name-field-rpps {
  margin-bottom: 0;
}

.region-top-header-left {
  display: flex;
}

.region-top-header-center {
  flex-grow: 1;
}

.site-logo {
  float: left;
  height: 100%;
  margin: 0;
}
.site-logo a {
  float: left;
  width: 100%;
  height: 100%;
}
.site-logo img {
  padding-top: 10px;
  width: 225px;
  height: auto;
}

@media (max-width: 1120px) {
  .site-logo img {
    width: 154px;
    padding-top: 12px;
    transition: width 0.2s;
  }
}
@media (max-width: 760px) {
  .site-logo img {
    width: 112px;
    padding-top: 13px;
  }
}
[id$=-topheaderbaseline] {
  margin-left: 35px;
  width: 145px;
  display: flex;
}
[id$=-topheaderbaseline] .content {
  align-self: center;
}

@media (max-width: 1120px) {
  [id$=-topheaderbaseline] {
    display: none;
  }
}
.search-block-form {
  display: flex;
  height: 130px;
  margin: 0 60px;
}
.search-block-form .top-header-search-form {
  width: 100%;
  align-self: center;
  position: relative;
  padding: 0;
  height: 34px;
  border: 1px solid #ced4da;
}
.search-block-form .top-header-search-form .form-input {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  padding: 4px 50px 0 10px;
  border: 0;
}
.search-block-form .top-header-search-form .form-submit {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: none;
  cursor: pointer;
  background: transparent url("images/search.svg") no-repeat top 50% left 50%;
  background-size: 100% 20px;
  padding: 0;
  width: 50px;
  height: 100%;
  opacity: 0.5;
}
.search-block-form .top-header-search-form .form-actions {
  position: absolute;
  top: 0;
  right: 60px;
  margin: 0;
  height: 100%;
  padding: 0;
}
.search-block-form .top-header-search-form .form-actions button {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: none;
  cursor: pointer;
  background: transparent url("images/search.svg") no-repeat top 50% left 50%;
  background-size: 100% 20px;
  padding: 0;
  width: 50px;
  height: 100%;
  opacity: 0.5;
}
.search-block-form .top-header-search-form .form-actions button:hover {
  opacity: 1;
}
.search-block-form .top-header-search-form .form-actions button:active {
  background-color: transparent;
}
.search-block-form .top-header-search-form fieldset {
  width: 100%;
}
.search-block-form .top-header-search-form fieldset .form-control {
  padding-right: 50px;
}

@media (max-width: 1120px) {
  .search-block-form {
    height: 76px;
  }
}
@media (max-width: 760px) {
  .search-block-form {
    display: none;
  }
}
.alert-wrapper {
  margin: 0 auto;
  max-width: 735px;
  max-height: 200px;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  margin-bottom: 1rem;
}
.alert-wrapper .alert {
  max-width: 736px;
}

.layout-no-sidebars .alert-wrapper {
  max-width: none;
}
.layout-no-sidebars .alert-wrapper .alert {
  max-width: 1100px;
}

.region-top-header-right {
  display: flex;
}

[id$=-gpssubscribebutton], [id$=-headereditionabonnes], [id$=-headersabonnerdes1eu] {
  display: flex;
  z-index: 3;
}

[id$=-gpssubscribebutton] > div, [id$=-headereditionabonnes] > div, [id$=-headersabonnerdes1eu] > div {
  align-self: center;
}

[id$=-headereditionabonnes] {
  display: flex;
  z-index: 3;
}
[id$=-headereditionabonnes] > div {
  align-self: center;
}

.wide-page {
  width: 100%;
}

.main-container {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.main-block {
  display: flex;
  flex-direction: row;
  padding: 1rem 1rem 0 1rem;
  background: #fff;
}

@media (max-width: 1120px) {
  .main-block {
    flex-direction: column;
    padding: 1rem 1rem 0 1rem;
  }
}
.main-content {
  flex-grow: 1;
  padding-right: 2rem;
  min-height: 700px;
}

@media (max-width: 1120px) {
  .main-content {
    padding: 0;
  }
}
.aside-content {
  width: 300px;
  flex: 0 0 300px;
}
.aside-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.aside-content a {
  color: #000;
}
.aside-content a:hover {
  color: #337c9c;
  text-decoration: none;
}

@media (max-width: 1120px) {
  .aside-content {
    width: auto;
    flex: 0 1 auto;
  }
}
.qdm-card {
  border: none;
  border-radius: 0;
  margin-bottom: 1rem;
  clear: both;
  background: none;
  z-index: 2;
}
.qdm-card .card-header {
  border: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
  background: none;
  z-index: 1;
}
.qdm-card .card-body {
  padding: 1rem;
}
.qdm-card .card-tab {
  float: left;
  display: inline-block;
  color: #fff;
  font-family: "Oswald", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 0.8125rem;
  line-height: 1;
  border-radius: 0;
  padding: 11px 10px 12px;
  position: relative;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
  min-height: 36px;
}
.qdm-card .card-tab.bg-blue:after {
  position: absolute;
  content: "";
  top: 0;
  right: -13px;
  width: 15px;
  height: 36px;
  background: transparent url(images/biseau-bg-blue.svg) no-repeat top 50% left 50%;
  background-size: 15px 60px;
}
.qdm-card .card-tab.bg-blue-sky:after {
  position: absolute;
  content: "";
  top: 0;
  right: -13px;
  width: 15px;
  height: 36px;
  background: transparent url(images/biseau-bg-blue-sky.svg) no-repeat top 50% left 50%;
  background-size: 15px 60px;
}
.qdm-card .card-tab.bg-blue-sky.big-tab:after {
  height: 60px;
}
.qdm-card .card-tab.bg-blue.big-tab:after {
  position: absolute;
  content: "";
  top: 0;
  right: -13px;
  width: 15px;
  height: 60px;
  background: transparent url(images/biseau-bg-blue.svg) no-repeat top 50% left 50%;
  background-size: 15px 60px;
}
.qdm-card .card-tab.bg-cyan:after {
  position: absolute;
  content: "";
  top: 0;
  right: -13px;
  width: 15px;
  height: 36px;
  background: transparent url(images/biseau-bg-cyan.svg) no-repeat top 50% left 50%;
  background-size: 15px 60px;
}
.qdm-card .card-tab.bg-blue-sky:after {
  border-bottom-color: #56add4;
}
.qdm-card .card-tab.bg-pink:after {
  border-bottom-color: #b6256c;
}
.qdm-card .card-tab.bg-yellow:after {
  border-bottom-color: #fcc900;
}
.qdm-card .card-tab.bg-green:after {
  border-bottom-color: #a5bf46;
}
.qdm-card .card-tab.icon.icon-boutique {
  background: transparent url("images/icon-boutique.svg") no-repeat top 50% left 10px;
  background-size: auto 16px;
  padding-left: 35px;
}
.qdm-card .card-tab.icon.icon-debat {
  background: transparent url("images/icon-debat.svg") no-repeat top 50% left 10px;
  background-size: auto 16px;
  padding-left: 38px;
}
.qdm-card .card-tab.icon.icon-decouvrir {
  background: transparent url("images/icon-decouvrir.svg") no-repeat top 50% left 10px;
  background-size: auto 16px;
  padding-left: 35px;
}
.qdm-card .card-tab.icon.icon-dossier {
  background: transparent url("images/icon-dossier.svg") no-repeat top 50% left 10px;
  background-size: auto 16px;
  padding-left: 36px;
}
.qdm-card .card-tab.icon.icon-emploi {
  background: transparent url("images/icon-emploi.svg") no-repeat top 50% left 10px;
  background-size: auto 16px;
  padding-left: 39px;
}
.qdm-card .card-tab.icon.icon-en-bref {
  background: transparent url("images/icon-en-bref.svg") no-repeat top 50% left 10px;
  background-size: auto 16px;
  padding-left: 36px;
}
.qdm-card .card-tab.icon.icon-lus {
  background: transparent url("images/icon-lus.svg") no-repeat top 50% left 10px;
  background-size: auto 16px;
  padding-left: 44px;
}
.qdm-card .card-tab.icon.icon-newsletter {
  background: transparent url("images/icon-newsletter.svg") no-repeat top 50% left 10px;
  background-size: auto 16px;
  padding-left: 41px;
}
.qdm-card .card-tab.icon.icon-notifications {
  background: transparent url("images/icon-notifications.svg") no-repeat top 50% left 10px;
  background-size: auto 16px;
  padding-left: 39px;
}
.qdm-card .card-tab.icon.icon-populaires {
  background: transparent url("images/icon-populaires.svg") no-repeat top 50% left 10px;
  background-size: auto 16px;
  padding-left: 37px;
}
.qdm-card .card-tab.icon.icon-sondage {
  background: transparent url("images/icon-sondage.svg") no-repeat top 50% left 10px;
  background-size: auto 16px;
  padding-left: 33px;
}
.qdm-card .card-tab.icon.icon-video {
  background: transparent url("images/icon-video.svg") no-repeat top 50% left 10px;
  background-size: auto 16px;
  padding-left: 36px;
}
.qdm-card .card-tab.icon.icon-sujet {
  background: transparent url("images/icon-sujet.svg") no-repeat top 50% left 10px;
  background-size: auto 16px;
  padding-left: 35px;
}
.qdm-card .card-tab.icon.icon-contribuez {
  background: transparent url("images/icon-contribuez.svg") no-repeat top 50% left 10px;
  background-size: auto 16px;
  padding-left: 32px;
}
.qdm-card .card-tab.icon.icon-image-semaine {
  background: transparent url("images/icon-image-semaine.svg") no-repeat top 50% left 10px;
  background-size: auto 16px;
  padding-left: 41px;
}
.qdm-card .card-tab.icon.icon-agenda {
  background: transparent url("images/icon-agenda.svg") no-repeat top 50% left 10px;
  background-size: auto 16px;
  padding-left: 37px;
}
.qdm-card .card-tab.icon.icon-twitter {
  background: transparent url("images/icon-twitter.svg") no-repeat top 50% left 10px;
  background-size: auto 16px;
  padding-left: 40px;
}
.qdm-card .card-tab.icon.icon-formation {
  background: transparent url("images/icon-formation.svg") no-repeat top 50% left 10px;
  background-size: auto 16px;
  padding-left: 41px;
}
.qdm-card .card-tab.big-tab {
  font-family: "Oswald Bold", Arial, Helvetica, sans-serif;
  font-size: 1.375rem;
  padding: 18px 20px 20px;
}
.qdm-card .card-tab.big-tab:after {
  border-bottom-width: 60px;
}
.qdm-card .card-tab.tab-plus {
  margin-left: 10px;
}
.qdm-card .card-tab.tab-plus:before {
  position: absolute;
  content: "";
  top: 0;
  left: -10px;
  width: 0;
  height: 0;
  border-top: 36px solid #56add4;
  border-left: 10px solid transparent;
}
.qdm-card.with-tab .card-body {
  position: relative;
}
.qdm-card.with-tab .card-body:before {
  position: absolute;
  content: "";
  top: -18px;
  left: 0;
  width: 100%;
  height: 18px;
}
.qdm-card.with-tab .card-body.bg-gray-200:before {
  background: #e9ecef;
}

@media (max-width: 768px) {
  .qdm-card .card-header {
    margin-left: -1rem;
    margin-right: -1rem;
    overflow: auto;
  }
}
@media (max-width: 768px) {
  .qdm-card .border-width-2 {
    margin-left: -1rem;
    margin-right: -1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 768px) {
  .qdm-card .card-tab.big-tab {
    font-size: 0.9375rem;
    padding: 8px 10px 10px;
  }
}
@media (max-width: 768px) {
  .qdm-card .card-tab.big-tab:after {
    border-bottom-width: 36px;
  }
}
@media (max-width: 768px) {
  .qdm-card.with-tab .card-body {
    margin-left: -1rem;
    margin-right: -1rem;
  }
}
.btn-ext {
  font-family: "Oswald Bold", Arial, Helvetica, sans-serif;
  font-size: 1.125rem;
  color: #343a40;
  border: 1px solid #343a40;
  background: none;
  text-transform: uppercase;
  padding: 8px 10px;
}

.btn-ext-font-size-22 {
  font-size: 1.375rem !important;
}

.btn-ext.oswald {
  font-family: "Oswald", Arial, Helvetica, sans-serif;
}
.btn-ext:hover {
  color: #337c9c;
  border-color: #337c9c;
}

.btn-ext-yellow {
  color: #343a40;
  border-color: #fcc900;
  background: #fcc900;
}
.btn-ext-yellow:hover {
  color: #fcc900;
  border-color: #343a40;
  background: #343a40;
}

.btn-ext-black {
  color: #fff;
  border-color: #343a40;
  background: #343a40;
}
.btn-ext-black:hover {
  color: #fcc900;
}

.btn-ext-black-green {
  color: #fff;
  border-color: #343a40;
  background: #343a40;
}
.btn-ext-black-green:hover {
  color: #a5bf46;
}

.btn-ext-black-red-gen {
  color: #fff;
  border-color: #343a40;
  background: #343a40;
}
.btn-ext-black-red-gen:hover {
  color: #b8283d;
}

.btn-ext-black-blue-inf {
  color: #fff;
  border-color: #343a40;
  background: #343a40;
}
.btn-ext-black-blue-inf:hover {
  color: #028faf;
}

.btn-int {
  font-family: "Oswald", Arial, Helvetica, sans-serif;
  color: #343a40;
  border: 1px solid #343a40;
  background: none;
  text-transform: uppercase;
  padding: 4px 25px;
}
.btn-int:hover {
  color: #337c9c;
  border-color: #337c9c;
}

.btn-int-yellow {
  color: #343a40;
  border-color: #fcc900;
  background: #fcc900;
}
.btn-int-yellow:hover {
  color: #fcc900;
  border-color: #343a40;
  background: #343a40;
}

.btn-int-white {
  color: #343a40;
  border-color: #343a40;
  background: #fff;
}
.btn-int-white:hover {
  color: #fff;
  border-color: #fff;
  background: #343a40;
}

.btn-int-black {
  color: #fff;
  border-color: #343a40;
  background: #343a40;
}
.btn-int-black:hover {
  color: #fcc900;
}

.btn-int-blue {
  color: #fff;
  border-color: #337c9c;
  background: #337c9c;
}
.btn-int-blue:hover {
  color: #337c9c;
  border-color: #337c9c;
  background: #fff;
}

.article-body a.btn-int-yellow,
.listing-body-article a.btn-int-yellow,
body.node--type-page .block-field-blocknodepagebody a.btn-int-yellow {
  color: #343a40;
}
.article-body a.btn-int-yellow:hover,
.listing-body-article a.btn-int-yellow:hover,
body.node--type-page .block-field-blocknodepagebody a.btn-int-yellow:hover {
  color: #fcc900;
  border-color: #343a40;
  background: #343a40;
  text-decoration: none;
}

.btn-jaime, .btn-repondre {
  color: #337c9c;
  font-size: 0.8125rem;
  filter: grayscale(100%) contrast(500%);
}

.btn-jaime:hover, .btn-repondre:hover {
  filter: none;
}

.btn-jaime {
  background: transparent url("images/comment-jaime.svg") no-repeat top 3px left 0;
  background-size: auto 19px;
  padding-left: 29px;
  margin-right: 10px;
}

.btn-repondre {
  background: transparent url("images/comment-repondre.svg") no-repeat top 5px left 0;
  background-size: auto 19px;
  padding-left: 32px;
}

.nb-com {
  position: relative;
  display: inline-block;
  width: 21px;
  height: 13px;
}
.nb-com span {
  position: absolute;
  bottom: -6px;
  left: 0;
  background: transparent url("images/nb-com.svg") no-repeat top 0 left 0;
  background-size: 21px auto;
  font-size: 0.625rem;
  line-height: 1.3;
  width: 21px;
  height: 20px;
  padding: 2px 0 0 0;
  margin: 0 0 0 5px;
  text-align: center;
}
.nb-com.nb-com-white {
  height: 12px;
  margin-right: 10px;
}
.nb-com.nb-com-white span {
  background: transparent url("images/nb-com-white.svg") no-repeat top 1px left 0;
}

.home a, .article-listing a {
  color: inherit;
}

.home a:hover, .article-listing a:hover {
  text-decoration: none;
}

.home a:hover .title, .article-listing a:hover .title {
  color: #337c9c;
}

.modal-confirmation {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 200px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-confirmation-content {
  background-color: #fefefe;
  margin: auto;
  padding: 15px;
  border: 1px solid #888;
  width: 15%;
}

.fermer {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.fermer:hover, .fermer:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

span.annuler, span.confirmer {
  color: #fff;
  border-color: #0556bb;
  background: #0556bb;
  cursor: pointer;
  font-family: "Myriad Bold", Arial, Helvetica, sans-serif;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  padding: 7px 20px;
  border-radius: 5px;
  align-self: center;
}

span.annuler:hover, span.confirmer:hover {
  color: #fff;
  border-color: #616771;
  background: #616771;
}

.actu .actu-abonne {
  content: "";
  display: inline-block;
  width: 20px;
  height: 10px;
  margin-right: 5px;
  position: relative;
}
.actu .actu-abonne:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: transparent url("images/actu-abonne.svg") no-repeat top 0 left 0;
  background-size: 20px 20px;
}
.actu .actu-abonne.actu-abonne-2:before {
  background: transparent url("images/actu-abonne-2.svg") no-repeat top 0 left 0;
}
.actu .actu-abonne.actu-abonne-3:before {
  background: transparent url("images/actu-abonne-2.svg") no-repeat top 0 left 0;
  width: 15px;
  height: 15px;
}
.actu img {
  background: #f8f9fa;
  outline: 1px solid #e9ecef;
  outline-offset: -1px;
  font-size: 0.9375rem;
  line-height: 100%;
  color: #adb5bd;
}

@media (max-width: 767.98px) {
  .actu .actu-abonne:before {
    width: 15px;
    height: 15px;
    background-size: 15px 15px;
  }
}
.actu-abonne-2 {
  position: relative;
  display: inline-block;
}
.actu-abonne-2 .actu-abonne-2-txt {
  position: absolute;
  bottom: 5px;
  left: 5px;
}

.sondage-after {
  padding: 0;
  list-style: none;
}
.sondage-after .input-color {
  position: relative;
  margin-right: 5px;
}
.sondage-after .input-color:before {
  position: absolute;
  content: "";
  top: -4px;
  bottom: -2px;
  right: 0;
  width: 3px;
}

.bloc-sondage-results .percent {
  position: relative;
  height: 36px;
  background: #dee2e6;
}
.bloc-sondage-results .percent .percent-graph {
  position: absolute;
  top: 0;
  left: 0;
  height: 36px;
}
.bloc-sondage-results .percent .percent-text {
  position: absolute;
  top: 9px;
  left: 10px;
}

.carousel {
  display: flex;
}
.carousel .carousel-left, .carousel .carousel-right {
  flex-shrink: 1;
}
.carousel .carousel-left button, .carousel .carousel-right button {
  width: 2rem;
  height: 100%;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
}
.carousel .carousel-left button {
  background: transparent url("images/carousel-left.svg") no-repeat top 50% left 50%;
  background-size: 50%;
  opacity: 0.5;
}
.carousel .carousel-left button:hover {
  background-color: rgba(0, 0, 0, 0.1);
  opacity: 1;
}
.carousel .carousel-right button {
  background: transparent url("images/carousel-right.svg") no-repeat top 50% left 50%;
  background-size: 50%;
  opacity: 0.5;
}
.carousel .carousel-right button:hover {
  background-color: rgba(0, 0, 0, 0.1);
  opacity: 1;
}
.carousel .carousel-container {
  flex-grow: 1;
}

.carousel-btns {
  height: 18px;
}

.carousel-btn {
  width: 18px;
  height: 18px;
  background: none;
  position: relative;
  border: none;
  padding: 0;
  cursor: pointer;
}
.carousel-btn:before {
  position: absolute;
  content: "";
  border: 1px solid #adb5bd;
  border-radius: 50%;
  top: 4px;
  left: 4px;
  width: 10px;
  height: 10px;
  background: none;
}

.carousel-btn-active:before {
  border: none;
  background: #12b3b3;
}

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

.border-width-1 {
  border-width: 1px !important;
}

.border-width-2 {
  border-width: 2px !important;
}

.border-width-3 {
  border-width: 3px !important;
}

.border-width-4 {
  border-width: 4px !important;
}

.border-width-5 {
  border-width: 5px !important;
}

.absolute {
  position: relative;
}

.absolute-center {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.aside-logo {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  width: 80px;
  height: 36px;
  vertical-align: middle;
  float: right;
}

.logo-medivia {
  background: transparent url("images/medivia.svg") no-repeat top 50% left 50%;
  background-size: 80px 36px;
}

.logo-idecollection {
  background: transparent url("images/idecollection.svg") no-repeat top 50% left 50%;
  background-size: 80px 36px;
}

.logo-emploi {
  background: transparent url("images/em.svg") no-repeat top 50% left 50%;
  background-size: 80px 36px;
}

.logo-mediformation {
  background: transparent url("images/medi-formation.svg") no-repeat top 50% left 50%;
}

.logo-trilogie {
  background: transparent url("images/trilogie.svg") no-repeat top 50% left 50%;
}

.video-container {
  position: relative;
}
.video-container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent url("images/play.svg") no-repeat top 50% left 50%;
  background-size: 45px 45px;
  filter: opacity(0.75);
}
.video-container:hover:before {
  filter: opacity(1);
}

.contributions {
  float: left;
  width: 100%;
}
.contributions a .nb-com {
  float: left;
  width: 30px;
  height: 20px;
  margin: 3px 5px 0 0;
  color: #000;
}
.contributions a .nb-com span {
  bottom: 0;
}
.contributions a .reactions {
  float: left;
  font-family: "Oswald", Arial, Helvetica, sans-serif;
  font-size: 0.75rem;
  text-transform: uppercase;
  margin: 3px 25px 0 0;
  color: #000;
}
.contributions a:hover .reactions {
  color: #337c9c;
  text-decoration: underline;
}
.contributions .partages {
  float: left;
  list-style: none;
  padding: 0;
  margin: 0;
}
.contributions .partages li {
  float: left;
  height: 23px;
  margin-right: 5px;
}
.contributions .partages li:last-child {
  margin: 0;
}
.contributions .partages li a {
  display: inline-block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 23px;
  height: 23px;
}
.contributions .partages li a.partage-twitter {
  background: transparent url("images/partage-twitter.svg") no-repeat top 50% left 50%;
  background-size: 23px 23px;
}
.contributions .partages li a.partage-facebook {
  background: transparent url("images/partage-facebook.svg") no-repeat top 50% left 50%;
  background-size: 23px 23px;
}
.contributions .partages li a.partage-linkedin {
  background: transparent url("images/partage-linkedin.svg") no-repeat top 50% left 50%;
  background-size: 23px 23px;
}
.contributions .partages li a.partage-email {
  background: transparent url("images/partage-email.svg") no-repeat top 50% left 50%;
  background-size: 23px 23px;
}

.clear-both {
  clear: both;
}

.article .article-breadcrumb a, .article .article-par a {
  color: #337c9c;
}
.article .article-breadcrumb a:hover, .article .article-par a:hover {
  text-decoration: underline;
}

.article-breadcrumb a:after {
  content: " > ";
}
.article-breadcrumb a:last-child:after {
  content: normal;
}

body.node--type-page .block-field-blocknodepagebody p, .listing-body-article p, .article-body p {
  margin-bottom: 1rem;
}

body.node--type-page .block-field-blocknodepagebody em, .listing-body-article em, .article-body em {
  font-style: italic;
}

body.node--type-page .block-field-blocknodepagebody .rtecenter, .listing-body-article .rtecenter, .article-body .rtecenter {
  text-align: center;
}

body.node--type-page .block-field-blocknodepagebody .question, .listing-body-article .question, .article-body .question {
  font-family: "Myriad Bold", Arial, Helvetica, sans-serif;
  font-size: 1.125rem;
}

body.node--type-page .block-field-blocknodepagebody .reponse, .listing-body-article .reponse, .article-body .reponse {
  border-left: 1px solid #dee2e6;
  margin-left: 1rem;
  padding-left: 1rem;
  display: block;
}

body.node--type-page .block-field-blocknodepagebody q:before, body.node--type-page .block-field-blocknodepagebody q:after {
  content: normal;
}

.listing-body-article q:before, .listing-body-article q:after {
  content: normal;
}

.article-body q:before, .article-body q:after {
  content: normal;
}

body.node--type-page .block-field-blocknodepagebody blockquote,
.listing-body-article blockquote,
.article-body blockquote {
  clear: both;
  position: relative;
  padding: 0 45px;
  font-family: "Myriad Bold", Arial, Helvetica, sans-serif;
  font-size: 1.375rem;
  font-style: italic;
  margin-bottom: 1rem;
}

body.node--type-page .block-field-blocknodepagebody q,
.listing-body-article q,
.article-body q {
  font-style: italic;
}

body.node--type-page .block-field-blocknodepagebody blockquote:before,
.listing-body-article blockquote:before,
.article-body blockquote:before {
  position: absolute;
  content: "";
  background: transparent url("images/cite-1.png") no-repeat top 0 left 0;
  width: 24px;
  height: 25px;
  top: 0;
  left: 0;
}

body.node--type-page .block-field-blocknodepagebody blockquote:after,
.listing-body-article blockquote:after,
.article-body blockquote:after {
  position: absolute;
  content: "";
  background: transparent url("images/cite-2.png") no-repeat top 0 left 0;
  width: 24px;
  height: 25px;
  bottom: 0;
  right: 0;
}

body.node--type-page.inf-theme .block-field-blocknodepagebody blockquote:before,
.inf-theme .listing-body-article blockquote:before,
.inf-theme .article-body blockquote:before {
  position: absolute;
  content: "";
  background: transparent url("images/cite-1-inf.svg") no-repeat top 0 left 0;
  width: 33px;
  height: 26px;
  background-size: 33px 26px;
  top: 0;
  left: 0;
}

body.node--type-page.inf-theme .block-field-blocknodepagebody blockquote:after,
.inf-theme .listing-body-article blockquote:after,
.inf-theme .article-body blockquote:after {
  position: absolute;
  content: "";
  background: transparent url("images/cite-2-inf.svg") no-repeat top 0 left 0;
  width: 33px;
  height: 26px;
  background-size: 33px 26px;
  bottom: 0;
  right: 0;
}

body.node--type-page .block-field-blocknodepagebody .cite img, .listing-body-article .cite img, .article-body .cite img {
  display: none;
}

body.node--type-page .block-field-blocknodepagebody ul, .listing-body-article ul, .article-body ul {
  list-style: none;
}

body.node--type-page .block-field-blocknodepagebody ul li, .listing-body-article ul li, .article-body ul li {
  position: relative;
}

body.node--type-page .block-field-blocknodepagebody ul li:before, .listing-body-article ul li:before, .article-body ul li:before {
  position: absolute;
  content: "●";
  top: 0;
  left: -20px;
}

body.node--type-page.inf-theme .block-field-blocknodepagebody ul li:before,
.inf-theme .listing-body-article ul li:before,
.inf-theme .article-body ul li:before {
  color: #09d6d6;
}

body.node--type-page .block-field-blocknodepagebody ol, .listing-body-article ol, .article-body ol {
  counter-reset: ol;
}

body.node--type-page .block-field-blocknodepagebody ol li, .listing-body-article ol li, .article-body ol li {
  list-style-type: none;
  counter-increment: ol;
  margin-bottom: 10px;
  position: relative;
}

body.node--type-page .block-field-blocknodepagebody ol li:before, .listing-body-article ol li:before, .article-body ol li:before {
  position: absolute;
  top: 0;
  left: -25px;
  content: counter(ol) " /";
  font-family: "Oswald Bold", Arial, Helvetica, sans-serif;
  font-size: 0.875rem;
}

body.node--type-page .block-field-blocknodepagebody h2, body.node--type-page .block-field-blocknodepagebody .intertitre1 {
  font-family: "Myriad Bold", Arial, Helvetica, sans-serif;
  font-size: 1.375rem;
}

.listing-body-article h2, .listing-body-article .intertitre1 {
  font-family: "Myriad Bold", Arial, Helvetica, sans-serif;
  font-size: 1.375rem;
}

.article-body h2, .article-body .intertitre1 {
  font-family: "Myriad Bold", Arial, Helvetica, sans-serif;
  font-size: 1.375rem;
}

body.node--type-page .block-field-blocknodepagebody .intertitre2, .listing-body-article .intertitre2, .article-body .intertitre2 {
  font-family: "Myriad Bold", Arial, Helvetica, sans-serif;
  font-size: 1.125rem;
}

body.node--type-page .block-field-blocknodepagebody .framed, .listing-body-article .framed, .article-body .framed {
  background: #e9ecef;
  padding: 0.5rem 1rem;
  margin: 0 0 1rem;
}

body.node--type-page .block-field-blocknodepagebody .notes, .listing-body-article .notes, .article-body .notes {
  font-style: italic;
  font-size: 0.875rem;
  line-height: 1.5;
}

body.node--type-page .block-field-blocknodepagebody h3, .listing-body-article h3, .article-body h3 {
  font-family: "Myriad Bold", Arial, Helvetica, sans-serif;
  font-size: 1.125rem;
}

body.node--type-page .block-field-blocknodepagebody a, .listing-body-article a, .article-body a {
  color: #337c9c;
}

body.node--type-page.inf-theme .block-field-blocknodepagebody a,
.inf-theme .listing-body-article a,
.inf-theme .article-body a {
  color: #028faf;
}

body.node--type-page .block-field-blocknodepagebody a:hover, .listing-body-article a:hover, .article-body a:hover {
  text-decoration: underline;
}

body.node--type-page .block-field-blocknodepagebody table, .listing-body-article table, .article-body table {
  border: 1px solid #dee2e6;
  margin-bottom: 1rem;
}

body.node--type-page .block-field-blocknodepagebody table caption, .listing-body-article table caption, .article-body table caption {
  caption-side: top;
  text-align: center;
  background: #337c9c;
  color: #fff;
  padding: 0.5rem;
}

.inf-theme.body.node--type-page .block-field-blocknodepagebody table caption,
.inf-theme .listing-body-article table caption,
.inf-theme .article-body table caption {
  caption-side: top;
  text-align: center;
  background: #028faf;
  color: #fff;
  padding: 0.5rem;
}

body.node--type-page .block-field-blocknodepagebody table th, body.node--type-page .block-field-blocknodepagebody table td {
  padding: 0.5rem;
  line-height: 1;
}

.listing-body-article table th, .listing-body-article table td {
  padding: 0.5rem;
  line-height: 1;
}

.article-body table th, .article-body table td {
  padding: 0.5rem;
  line-height: 1;
}

body.node--type-page .block-field-blocknodepagebody img, .listing-body-article img, .article-body img {
  max-width: 736px;
  height: auto;
  display: inline-block;
  text-align: center;
}

@media (max-width: 1120px) {
  body.node--type-page .block-field-blocknodepagebody img, .listing-body-article img, .article-body img {
    max-width: 748px;
  }
}
@media (max-width: 800px) {
  body.node--type-page .block-field-blocknodepagebody img, .listing-body-article img, .article-body img {
    max-width: 430px;
  }
}
@media (max-width: 480px) {
  body.node--type-page .block-field-blocknodepagebody img, .listing-body-article img, .article-body img {
    max-width: 270px;
  }
}
body.node--type-page .block-field-blocknodepagebody iframe, body.node--type-page .block-field-blocknodepagebody .twitter-tweet {
  margin: 1rem 0;
  max-width: 736px !important;
}
body.node--type-page .block-field-blocknodepagebody iframe#sas_124373_iframe {
  max-width: none !important;
}

.listing-body-article iframe, .listing-body-article .twitter-tweet {
  margin: 1rem 0;
  max-width: 736px !important;
}
.listing-body-article iframe#sas_124373_iframe {
  max-width: none !important;
}

.article-body iframe, .article-body .twitter-tweet {
  margin: 1rem 0;
  max-width: 736px !important;
}
.article-body iframe#sas_124373_iframe {
  max-width: none !important;
}

@media (max-width: 800px) {
  body.node--type-page .block-field-blocknodepagebody iframe, body.node--type-page .block-field-blocknodepagebody .twitter-tweet {
    max-width: 430px !important;
  }
  body.node--type-page .block-field-blocknodepagebody iframe#sas_124373_iframe {
    max-width: none !important;
  }

  .listing-body-article iframe, .listing-body-article .twitter-tweet {
    max-width: 430px !important;
  }
  .listing-body-article iframe#sas_124373_iframe {
    max-width: none !important;
  }

  .article-body iframe, .article-body .twitter-tweet {
    max-width: 430px !important;
  }
  .article-body iframe#sas_124373_iframe {
    max-width: none !important;
  }
}
@media (max-width: 480px) {
  body.node--type-page .block-field-blocknodepagebody iframe, body.node--type-page .block-field-blocknodepagebody .twitter-tweet {
    max-width: 270px !important;
  }
  body.node--type-page .block-field-blocknodepagebody iframe#sas_124373_iframe {
    max-width: none !important;
  }

  .listing-body-article iframe, .listing-body-article .twitter-tweet {
    max-width: 270px !important;
  }
  .listing-body-article iframe#sas_124373_iframe {
    max-width: none !important;
  }

  .article-body iframe, .article-body .twitter-tweet {
    max-width: 270px !important;
  }
  .article-body iframe#sas_124373_iframe {
    max-width: none !important;
  }
}
body.node--type-page.qph-theme .block-field-blocknodepagebody a {
  color: #a5bf46;
}

.qph-theme .listing-body-article a, .qph-theme .article-body a {
  color: #a5bf46;
}

body.node--type-page.qph-theme .block-field-blocknodepagebody table caption {
  background: #a5bf46;
}

.qph-theme .listing-body-article table caption, .qph-theme .article-body table caption {
  background: #a5bf46;
}

body.node--type-page.qph-theme .block-field-blocknodepagebody blockquote:before {
  background: transparent url("images/cite-1-qph.png") no-repeat top 0 left 0;
}

.qph-theme .listing-body-article blockquote:before, .qph-theme .article-body blockquote:before {
  background: transparent url("images/cite-1-qph.png") no-repeat top 0 left 0;
}

body.node--type-page.qph-theme .block-field-blocknodepagebody blockquote:after {
  background: transparent url("images/cite-2-qph.png") no-repeat top 0 left 0;
}

.qph-theme .listing-body-article blockquote:after, .qph-theme .article-body blockquote:after {
  background: transparent url("images/cite-2-qph.png") no-repeat top 0 left 0;
}

.dossier-children-articles p {
  margin-bottom: 0;
}
.dossier-children-articles .intertitre1, .dossier-children-articles .intertitre2, .dossier-children-articles .question {
  font-family: inherit;
  font-size: inherit;
}

.article-visuel {
  float: right;
  width: 350px;
}

.article-auteur {
  display: flex;
  flex-direction: row;
}

.article-avatar {
  align-self: center;
  margin-right: 1rem;
}

.article-nom-prenom {
  align-self: center;
}
.article-nom-prenom a {
  color: #000;
}
.article-nom-prenom a:hover {
  color: #337c9c;
}

.article-twitter a {
  display: inline-block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 40px;
  height: 25px;
  background: transparent url("images/article-twitter.svg") no-repeat top 50% left 50%;
  background-size: 20px auto;
}

.reagir-avatar-textarea, .reagir-avatar-comment, .reagir-reponse {
  display: flex;
}

.reagir-avatar-textarea .reagir-avatar img, .reagir-avatar-comment .reagir-avatar img, .reagir-reponse .reagir-avatar img {
  margin-right: 1rem;
}

.reagir-avatar-textarea .reagir-avatar, .reagir-avatar-comment .reagir-avatar, .reagir-reponse .reagir-avatar {
  flex-shrink: 0;
}

.reagir-avatar-textarea .reagir-textarea, .reagir-avatar-comment .reagir-textarea, .reagir-reponse .reagir-textarea {
  flex-grow: 1;
}

.reagir-avatar-textarea .reagir-textarea textarea, .reagir-avatar-comment .reagir-textarea textarea, .reagir-reponse .reagir-textarea textarea {
  min-height: 50px;
}

.reagir-avatar-textarea .reagir-textarea textarea:focus, .reagir-avatar-comment .reagir-textarea textarea:focus, .reagir-reponse .reagir-textarea textarea:focus {
  min-height: 150px;
}

.reagir-avatar-textarea .reagir-comment p, .reagir-avatar-comment .reagir-comment p, .reagir-reponse .reagir-comment p {
  margin-bottom: 0.5rem;
}

.regles-contrib {
  color: #337c9c;
}
.regles-contrib:hover {
  text-decoration: underline;
}

.blog-header {
  position: relative;
  margin-bottom: 10px;
}
.blog-header img {
  width: 300px;
  height: auto;
  min-height: 100px;
  display: block;
  background: #e9ecef;
}
.blog-header .blog-title {
  position: absolute;
  top: 10%;
  left: 0;
  width: 100%;
  height: 90%;
}
.blog-header .blog-title p {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Oswald Bold", Arial, Helvetica, sans-serif;
  font-size: 1.5625rem;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  line-height: 1;
  margin: 0;
  padding: 0 5px;
  text-shadow: 0 2px 9px rgba(0, 0, 0, 0.5);
  width: 100%;
  position: relative;
}
.blog-header .blog-title p:before {
  position: absolute;
  content: "";
  top: -30px;
  left: 0;
  width: 100%;
  height: 20px;
  background: transparent url("images/blog.svg") no-repeat top 50% left 50%;
}
.blog-header .blog-subtitle {
  position: absolute;
  top: 95px;
  left: 0;
  width: 100%;
  font-family: "Oswald", Arial, Helvetica, sans-serif;
  font-size: 0.8125rem;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  line-height: 1;
  margin: 0;
  text-shadow: 0 2px 9px rgba(0, 0, 0, 0.5);
}
.blog-header .blog-subtitle strong {
  font-family: "Oswald Bold", Arial, Helvetica, sans-serif;
  font-weight: normal;
}
.blog-header .blog-avatar {
  position: absolute;
  bottom: -28px;
  left: calc(50% - 28px);
  width: 56px;
  height: 56px;
}

.blog-items li {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #adb5bd;
  text-align: center;
}
.blog-items li:last-child {
  border-bottom: none;
}

.contribuez .content {
  position: relative;
  display: inline-block;
  text-align: center;
}
.contribuez .card-header {
  z-index: 3;
}
.contribuez .contribuez-img {
  position: absolute;
  left: 0;
  top: 19px;
  z-index: 2;
}
.contribuez .card-body {
  z-index: 1;
  margin-top: 64px;
  padding: 0.5rem 0 0 0;
  text-align: center;
  font-size: 0.8125rem;
}

.image-semaine {
  position: relative;
  max-width: 300px;
}
.image-semaine .card-header {
  z-index: 3;
}
.image-semaine .img-container {
  z-index: 1;
  overflow: hidden;
  margin-top: -19px;
  max-height: 150px;
}
.image-semaine .img-container img {
  filter: blur(1rem);
  max-height: 150px;
  max-width: none;
  width: 100%;
}
.image-semaine .btn-container {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.image-semaine .btn-container div {
  width: 90%;
  left: 5%;
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
}
.image-semaine .btn-container div .btn-int {
  padding: 4px 0;
}

@media (max-width: 768px) {
  .image-semaine .card-header {
    margin-left: 0;
    margin-right: 0;
  }
}
.agenda {
  position: relative;
  margin-top: 20px;
}
.agenda .card-header {
  position: absolute;
  top: -19px;
  z-index: 3;
}
.agenda .img-container {
  z-index: 1;
  overflow: hidden;
}
.agenda .btn-container {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.agenda .btn-container div {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.video {
  position: relative;
  margin-top: 20px;
}
.video .card-header {
  position: absolute;
  top: -19px;
  z-index: 3;
}
.video .img-container {
  overflow: hidden;
  position: relative;
  width: 300px;
  min-height: 200px;
  box-shadow: 0px 0px 30px 0px rgba(18, 179, 179, 0.5) inset;
}
.video .img-container .img-bg {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #12b3b3 url(/themes/custom/gps_b4_sass/css/images/icon-video.svg) no-repeat top 50% left 50%;
  background-size: 185px;
  opacity: 0.25;
  z-index: 1;
}
.video .img-container .img-play {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: transparent url(/themes/custom/gps_b4_sass/css/images/icon-video-black.svg) no-repeat top 35% left 50%;
  background-size: 62px 62px;
  opacity: 0.5;
  z-index: 3;
}
.video .img-container img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.video .txt-container {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 2;
  padding: 10px 15px;
  background: rgba(14, 79, 107, 0.8);
  text-align: left;
}

.menu-bar {
  display: flex;
  position: relative;
  height: 60px;
  background: #3b393e;
  margin-bottom: 52px;
}
.menu-bar .contextual-region {
  position: static;
}
.menu-bar .primary-nav {
  flex-grow: 1;
}
.menu-bar .primary-nav > .region {
  height: 100%;
}
.menu-bar .primary-nav > .region .navigation {
  height: 100%;
}
.menu-bar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 760px) {
  .menu-bar ul .li-edition-numerique {
    order: 100;
  }
  .menu-bar ul .li-btn-rechercher a.nav-link {
    padding: 0 14px 0 40px;
    background: #e9ecef url(images/search-black.svg) no-repeat top 10px left 14px;
    background-size: auto 18px;
  }
}

@media (max-width: 1120px) {
  .menu-bar {
    height: 40px;
    margin: 0;
  }
}
@media (max-width: 760px) {
  .menu-bar {
    height: auto;
    background: #fff;
  }
}
.menu.nav > li > .nav-link.edition-numerique {
  background: #fcc900;
  background-color: #fcc900;
  color: #3b393e;
  transition: color 0.15s ease-in-out, background 0.15s ease-in-out;
}
.menu.nav > li > a.nav-link.edition-numerique.active, .menu.nav > li > a.nav-link.edition-numerique.is-active {
  background: #fcc900;
  background-color: #fcc900;
  color: #3b393e;
  transition: color 0.15s ease-in-out, background 0.15s ease-in-out;
}
.menu.nav > li > .nav-link.edition-numerique:before, .menu.nav > li > .nav-link.edition-numerique:after {
  content: normal;
}
.menu.nav > li > a.nav-link.edition-numerique.active:before, .menu.nav > li > a.nav-link.edition-numerique.active:after {
  content: normal;
}
.menu.nav > li > a.nav-link.edition-numerique.is-active:before, .menu.nav > li > a.nav-link.edition-numerique.is-active:after {
  content: normal;
}
.menu.nav > li > .nav-link.edition-numerique:hover {
  background: #3b393e !important;
  color: #fcc900 !important;
}
.menu.nav > li > a.nav-link.edition-numerique.active:hover, .menu.nav > li > a.nav-link.edition-numerique.is-active:hover {
  background: #3b393e !important;
  color: #fcc900 !important;
}

@media (min-width: 1121px) {
  .menu.nav > li > .nav-link.edition-numerique {
    font-family: "Oswald Bold", Arial, Helvetica, sans-serif;
  }
  .menu.nav > li > a.nav-link.edition-numerique.active, .menu.nav > li > a.nav-link.edition-numerique.is-active {
    font-family: "Oswald Bold", Arial, Helvetica, sans-serif;
  }
}
@media (min-width: 761px) {
  .sub-menu.nav {
    position: absolute;
    bottom: -52px;
    left: 0;
    display: none;
    width: 100%;
    background: #e9ecef;
    height: 52px;
    z-index: 1;
  }
}
@media (min-width: 761px) and (max-width: 1120px) {
  .sub-menu.nav {
    bottom: auto;
    height: auto;
  }
}
@media (min-width: 761px) {
  .sub-menu.nav a {
    display: block;
    height: 52px;
    line-height: 52px;
    font-family: "Myriad", Arial, Helvetica, sans-serif;
    font-size: 0.875rem;
    color: #343a40;
    padding: 0 15px;
  }
}
@media (min-width: 761px) and (max-width: 1120px) {
  .sub-menu.nav a {
    height: 30px;
    line-height: 30px;
  }
}
@media (min-width: 761px) {
  .sub-menu.nav a.active {
    color: #337c9c;
    font-family: "Myriad Bold", Arial, Helvetica, sans-serif;
  }
  .sub-menu.nav a:focus, .sub-menu.nav a:hover {
    text-decoration: none;
    position: relative;
  }
  .sub-menu.nav a:focus:before, .sub-menu.nav a:hover:before {
    position: absolute;
    content: "";
    bottom: 0px;
    left: 15px;
    right: 15px;
    height: 5px;
    background: #337c9c;
  }
  .sub-menu.nav a.link-href {
    display: none;
  }
}
@media (min-width: 761px) and (max-width: 760px) {
  .sub-menu.nav a.link-href {
    display: block;
  }
}
@media (min-width: 761px) {
  .sub-menu.nav button.link-txt {
    display: none;
  }
}
@media (min-width: 761px) and (max-width: 760px) {
  .sub-menu.nav button.link-txt {
    display: block;
  }
}
@media (min-width: 761px) {
  .sub-menu.nav.hover {
    display: flex;
  }
}
@media (max-width: 760px) {
  .sub-menu.nav {
    position: fixed;
    top: 128px;
    left: 100%;
    width: 100%;
    background: #fff;
    box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.3);
    flex-direction: column;
    transition: left 0.2s;
  }
  .sub-menu.nav.sub-menu-hover-mobile {
    left: 0;
  }
  .sub-menu.nav a {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    color: #000;
    font-size: 1rem;
    font-family: "Myriad", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
  }
  .sub-menu.nav button {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 20px 0 35px;
    color: #337c9c;
    font-size: 1rem;
    font-family: "Oswald", Arial, Helvetica, sans-serif;
    text-align: left;
    text-transform: uppercase;
    background: none;
    border: none;
    position: relative;
  }
  .sub-menu.nav button:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 10px;
    top: 19px;
    left: 20px;
    background: #337c9c;
    transform: rotate(-45deg);
  }
  .sub-menu.nav button:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 10px;
    top: 12px;
    left: 20px;
    background: #337c9c;
    transform: rotate(45deg);
  }
  .sub-menu.nav button:hover:before, .sub-menu.nav button:hover:after {
    background: #fff;
  }
  .sub-menu.nav a:focus, .sub-menu.nav a:hover {
    text-decoration: none;
    background: #337c9c;
    color: #fff;
  }
  .sub-menu.nav button:focus, .sub-menu.nav button:hover {
    text-decoration: none;
    background: #337c9c;
    color: #fff;
  }
}
@media (max-width: 1120px) {
  .menu-bar-wrapper {
    display: none;
  }
  .menu-bar-wrapper.is-active {
    display: block;
    position: fixed;
    top: 76px;
    left: 0;
    z-index: 100000;
    width: 100%;
  }
}
@media (max-width: 760px) {
  .menu-bar-wrapper {
    display: block;
    position: relative;
  }
}
@media (max-width: 760px) {
  .menu.nav {
    flex-direction: column;
    position: fixed;
    top: 128px;
    left: -100%;
    width: 100%;
    background: #fff;
    box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.3);
    transition: left 0.2s;
  }
  .menu.nav.is-active {
    left: 0%;
  }
  .menu.nav.menu-nav-hover-mobile {
    left: -100%;
  }
  .menu.nav .nav-link {
    display: block;
    font-family: "Oswald", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #000;
    font-size: 1rem;
    height: 40px;
    line-height: 40px;
    padding: 0 14px;
    position: relative;
  }
  .menu.nav .nav-link[aria-haspopup=true]:after {
    margin-left: 0;
    vertical-align: baseline;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 0;
    border-right: 0;
    position: absolute;
    content: "";
    width: 1px;
    height: 10px;
    top: 12px;
    right: 20px;
    background: #000;
    transform: rotate(-45deg);
  }
  .menu.nav .nav-link[aria-haspopup=true]:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 10px;
    top: 19px;
    right: 20px;
    left: auto;
    border-top: none;
    border-left: none;
    background: #000;
    transform: rotate(45deg);
  }
  .menu.nav .nav-link:hover, .menu.nav .nav-link:focus {
    color: #fff;
    background: #337c9c;
  }
  .menu.nav .nav-link:hover[aria-haspopup=true]:after, .menu.nav .nav-link:hover.dropdown-toggle:after {
    background: #fff;
  }
  .menu.nav .nav-link:focus[aria-haspopup=true]:after, .menu.nav .nav-link:focus.dropdown-toggle:after {
    background: #fff;
  }
  .menu.nav .nav-link:hover[aria-haspopup=true]:before, .menu.nav .nav-link:hover.dropdown-toggle:before {
    background: #fff;
  }
  .menu.nav .nav-link:focus[aria-haspopup=true]:before, .menu.nav .nav-link:focus.dropdown-toggle:before {
    background: #fff;
  }
  .menu.nav .nav-link.btn-rechercher:hover {
    background: #adb5bd url(images/search-black.svg) no-repeat top 10px left 14px;
    background-size: auto 18px;
    color: #000;
  }
}
.menu-nav-hover-mobile .sub-menu {
  display: none;
}
.menu-nav-hover-mobile.is-active .sub-menu {
  display: flex;
}

@media (min-width: 761px) {
  .menu.nav .li-hover .sub-menu.nav {
    display: flex;
    z-index: 2;
  }
  .menu.nav > li.li-btn-rechercher {
    border-right: none;
  }
  .menu.nav > li > .nav-link {
    height: 60px;
    line-height: 60px;
    font-family: "Oswald", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #fff;
    padding: 0 24px;
  }
  .menu.nav > li > .nav-link.edition-numerique {
    padding: 0 26px;
  }
}
@media (min-width: 761px) and (max-width: 850px) {
  .menu.nav > li > .nav-link.edition-numerique {
    padding: 0 8px;
  }
}
@media (min-width: 761px) {
  .qph-theme .menu.nav > li > .nav-link {
    padding: 0 19px;
  }

  .inf-theme .menu.nav > li > .nav-link {
    padding: 0 31px;
  }
}
@media (min-width: 761px) and (max-width: 1120px) {
  .qdm-theme .menu.nav > li > .nav-link,
.qph-theme .menu.nav > li > .nav-link,
.inf-theme .menu.nav > li > .nav-link {
    height: 40px;
    line-height: 40px;
    font-size: 0.875rem;
    padding: 0 10px;
  }
}
@media (min-width: 761px) {
  .menu.nav > li > .nav-link.hover {
    border-bottom: 5px solid #337c9c;
  }
  .menu.nav > li > .nav-link.dropdown-toggle:after {
    content: normal;
  }
  .menu.nav > li:last-child .nav-link.hover {
    border-bottom: none;
  }
  .menu.nav > li > a.active, .menu.nav > li > a.is-active {
    background-color: #337c9c !important;
    position: relative;
  }
  .menu.nav > li > a.active:before, .menu.nav > li > a.is-active:before {
    position: absolute;
    content: "";
    top: 0;
    left: -12px;
    width: 0;
    height: 0;
    border-top: 61px solid #337c9c;
    border-left: 13px solid transparent;
    z-index: 1;
  }
}
@media (min-width: 761px) and (max-width: 1120px) {
  .menu.nav > li > a.active:before, .menu.nav > li > a.is-active:before {
    border-top: 41px solid #337c9c;
  }
}
@media (min-width: 761px) {
  .menu.nav > li > a.active.dropdown-toggle:after, .menu.nav > li > a.active:after {
    position: absolute;
    content: "";
    top: 0;
    right: -12px;
    width: 0;
    height: 0;
    border-bottom: 60px solid #337c9c;
    border-right: 13px solid transparent;
    border-top: 0;
    z-index: 1;
  }
  .menu.nav > li > a.is-active.dropdown-toggle:after, .menu.nav > li > a.is-active:after {
    position: absolute;
    content: "";
    top: 0;
    right: -12px;
    width: 0;
    height: 0;
    border-bottom: 60px solid #337c9c;
    border-right: 13px solid transparent;
    border-top: 0;
    z-index: 1;
  }
}
@media (min-width: 761px) and (max-width: 1120px) {
  .menu.nav > li > a.active.dropdown-toggle:after, .menu.nav > li > a.active:after {
    border-bottom: 40px solid #337c9c;
  }
  .menu.nav > li > a.is-active.dropdown-toggle:after, .menu.nav > li > a.is-active:after {
    border-bottom: 40px solid #337c9c;
  }
}
@media (min-width: 761px) {
  .menu.nav > li > a.menu-services.active, .menu.nav > li > a.menu-services.is-active, .menu.nav > li > a.btn-rechercher.active, .menu.nav > li > a.btn-rechercher.is-active {
    background-color: #3b393e !important;
  }
  .menu.nav > li > a.menu-services.active:before, .menu.nav > li > a.menu-services.active:after, .menu.nav > li > a.btn-rechercher.active:before, .menu.nav > li > a.btn-rechercher.active:after {
    content: normal;
  }
  .menu.nav > li > a.menu-services.is-active:before, .menu.nav > li > a.menu-services.is-active:after, .menu.nav > li > a.btn-rechercher.is-active:before, .menu.nav > li > a.btn-rechercher.is-active:after {
    content: normal;
  }
  .menu.nav > li > a.nav-link.edition-numerique.active, .menu.nav > li > a.nav-link.edition-numerique.is-active {
    background: #fcc900 !important;
    background-color: #fcc900;
  }
  .menu.nav > li > a.active + .sub-menu.nav {
    display: flex !important;
  }
  .menu.nav > li .menu-services {
    display: inline-block;
    text-indent: -99999px;
    padding: 0;
    width: 60px;
    height: 100%;
    background: transparent url("images/menu-bar-services.svg") no-repeat top 23px left 50%;
    background-size: auto 14px;
    position: relative;
  }
}
@media (min-width: 761px) and (max-width: 850px) {
  .menu.nav > li .menu-services {
    width: 30px;
  }
}
@media (min-width: 761px) {
  .menu.nav > li .menu-services:hover {
    border-bottom: none;
  }
}
@media (min-width: 761px) {
  .menu.nav > li .btn-rechercher {
    display: inline-block;
    text-indent: -99999px;
    padding: 0;
    width: 60px;
    height: 100%;
    background: transparent url("images/search-white.svg") no-repeat top 20px left 50%;
    background-size: auto 18px;
    position: relative;
  }
}
@media (min-width: 761px) and (max-width: 850px) {
  .menu.nav > li .btn-rechercher {
    width: 30px;
  }
}
@media (min-width: 761px) {
  .menu.nav > li .btn-rechercher:hover {
    border-bottom: none;
  }
}
@media (min-width: 761px) and (max-width: 1120px) {
  .menu.nav > li .menu-services {
    background: transparent url("images/menu-bar-services.svg") no-repeat top 13px left 50%;
    background-size: auto 14px;
  }

  .menu.nav > li .btn-rechercher {
    background: transparent url("images/search-white.svg") no-repeat top 10px left 50%;
    background-size: auto 18px;
  }
}
@media (min-width: 761px) {
  .menu.nav > li .menu-services.is-active {
    background: #337c9c url("images/menu-bar-services.svg") no-repeat top 23px left 50%;
    background-size: auto 14px;
    position: relative;
  }

  .menu.nav > li .btn-rechercher.is-active {
    background: #337c9c url("images/search-white.svg") no-repeat top 20px left 50%;
    background-size: auto 18px;
    position: relative;
  }
}
@media (min-width: 761px) and (max-width: 1120px) {
  .menu.nav > li .menu-services.is-active {
    background: #337c9c url("images/menu-bar-services.svg") no-repeat top 13px left 50%;
    background-size: auto 14px;
  }

  .menu.nav > li .btn-rechercher.is-active {
    background: #337c9c url("images/search-white.svg") no-repeat top 10px left 50%;
    background-size: auto 18px;
  }
}
@media (min-width: 761px) {
  .menu.nav > li .menu-services.is-active:before,
.menu.nav > li .btn-rechercher.is-active:before {
    position: absolute;
    content: "";
    top: 0;
    left: -13px;
    width: 0;
    height: 0;
    border-top: 61px solid #337c9c;
    border-left: 13px solid transparent;
    z-index: 1;
  }
}
@media (min-width: 761px) and (max-width: 1120px) {
  .menu.nav > li .menu-services.is-active:before,
.menu.nav > li .btn-rechercher.is-active:before {
    border-top: 41px solid #337c9c;
  }
}
@media (min-width: 761px) {
  .menu.nav > li .menu-services.is-active.dropdown-toggle:after, .menu.nav > li .menu-services.is-active:after,
.menu.nav > li .btn-rechercher.is-active.dropdown-toggle:after,
.menu.nav > li .btn-rechercher.is-active:after {
    position: absolute;
    content: "";
    top: 0;
    right: -13px;
    width: 0;
    height: 0;
    border-bottom: 60px solid #337c9c;
    border-right: 13px solid transparent;
    z-index: 1;
  }
}
@media (min-width: 761px) and (max-width: 1120px) {
  .menu.nav > li .menu-services.is-active.dropdown-toggle:after, .menu.nav > li .menu-services.is-active:after,
.menu.nav > li .btn-rechercher.is-active.dropdown-toggle:after,
.menu.nav > li .btn-rechercher.is-active:after {
    border-bottom: 40px solid #337c9c;
  }
}
@media (min-width: 761px) {
  .menu.nav > li:first-child > a.is-active:before, .menu.nav > li:first-child > a.active:before {
    content: normal;
  }
}
@media (min-width: 761px) and (max-width: 1120px) {
  .menu.nav > li {
    height: 40px;
  }
}
@media (min-width: 761px) {
  .menu.nav .li-menu-services,
.menu.nav .li-btn-rechercher {
    position: relative;
  }
  .menu.nav .menu-services + .sub-menu.nav,
.menu.nav .btn-rechercher + .sub-menu.nav {
    position: absolute;
    bottom: auto;
    top: 60px;
    background: #3b393e;
    flex-direction: column;
    height: auto;
    width: 220px;
    z-index: 9999999;
  }
  .menu.nav .menu-services + .sub-menu.nav li,
.menu.nav .btn-rechercher + .sub-menu.nav li {
    border-top: 1px solid #626165;
  }
  .menu.nav .menu-services + .sub-menu.nav li:nth-child(1), .menu.nav .menu-services + .sub-menu.nav li:nth-child(2),
.menu.nav .btn-rechercher + .sub-menu.nav li:nth-child(1),
.menu.nav .btn-rechercher + .sub-menu.nav li:nth-child(2) {
    border-top: none;
  }
  .menu.nav .menu-services + .sub-menu.nav a,
.menu.nav .btn-rechercher + .sub-menu.nav a {
    font-size: 1rem;
    font-family: "Oswald", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #fff;
  }
  .menu.nav .menu-services + .sub-menu.nav a:hover:before,
.menu.nav .btn-rechercher + .sub-menu.nav a:hover:before {
    left: 0;
    right: 0;
  }

  .menu-nav-not-hover .sub-menu {
    display: none !important;
  }

  .menu.nav > li > a.menu-services.active + .sub-menu.nav, .menu.nav.menu-nav-not-hover > li > a.menu-services.active + .sub-menu.nav,
.menu.nav > li > a.btn-rechercher.active + .sub-menu.nav, .menu.nav.menu-nav-not-hover > li > a.btn-rechercher.active + .sub-menu.nav {
    display: none !important;
  }
  .menu.nav.menu-nav-hover > li.li-hover > a.menu-services.active + .sub-menu.nav, .menu.nav.menu-nav-hover > li.li-hover > a.btn-rechercher.active + .sub-menu.nav {
    display: flex !important;
  }
  .menu.nav.menu-nav-not-hover > li > .nav-link.hover {
    border-bottom: none;
  }
}
@media (min-width: 768px) and (max-width: 1120px) {
  .menu.nav > li > a.menu-services + .sub-menu.nav,
.menu.nav > li > a.btn-rechercher + .sub-menu.nav {
    top: 40px;
    left: auto;
    right: 0;
    display: none;
  }
  .menu.nav > li > a.menu-services + .sub-menu.nav.clicked,
.menu.nav > li > a.btn-rechercher + .sub-menu.nav.clicked {
    display: block;
  }
}
.social-nav {
  padding: 14px 14px 0 0;
  display: none;
}
.social-nav ul.nav {
  height: 30px;
}
.social-nav li {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
.social-nav li:nth-child(1) .nav-link {
  background: transparent url("images/menu-bar-facebook.svg") no-repeat top 50% left 50%;
  background-size: auto 15px;
}
.social-nav li:nth-child(1) .nav-link:hover {
  background-size: auto 20px;
}
.social-nav li:nth-child(2) .nav-link {
  background: transparent url("images/menu-bar-twitter.svg") no-repeat top 50% left 50%;
  background-size: auto 15px;
}
.social-nav li:nth-child(2) .nav-link:hover {
  background-size: auto 20px;
}
.social-nav li:nth-child(3) .nav-link {
  background: transparent url("images/menu-bar-linkedin.svg") no-repeat top 50% left 50%;
  background-size: auto 15px;
}
.social-nav li:nth-child(3) .nav-link:hover {
  background-size: auto 20px;
}
.social-nav .nav-link {
  display: inline-block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  padding: 0;
  width: 30px;
  height: 30px;
  line-height: 1;
  opacity: 0.7;
  transition: background 0.25s, opacity 0.25s;
}
.social-nav .nav-link:hover {
  opacity: 1;
}

.menu--account, .block-gps-login-popup {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1120px) {
  .menu--account, .block-gps-login-popup {
    margin-right: 10px;
  }
}
@media (max-width: 760px) {
  .menu--account, .block-gps-login-popup {
    position: fixed;
    left: 0;
    top: 60px;
    width: 100%;
    margin: 0;
    background: #fff;
    display: none;
    z-index: 99999999;
    min-height: 68px;
  }

  .menu--account.is-active, .block-gps-login-popup.is-active {
    display: flex;
  }

  .menu--account .content, .block-gps-login-popup .content {
    width: 100%;
    height: 100%;
    min-height: 68px;
  }
}
.menu--account .gps-login, .block-gps-login-popup .gps-login {
  position: relative;
}

@media (max-width: 760px) {
  .menu--account .gps-login, .block-gps-login-popup .gps-login {
    width: 100%;
    height: 100%;
  }
}
.menu--account .gps-login .pas-inscrit, .block-gps-login-popup .gps-login .pas-inscrit {
  margin-top: 10px;
}

.menu--account .gps-login .pas-inscrit p, .block-gps-login-popup .gps-login .pas-inscrit p {
  margin: 0;
}

.menu--account .gps-login.is-active .gps-login-form, .block-gps-login-popup .gps-login.is-active .gps-login-form {
  right: 0;
  top: 55px;
  opacity: 1;
  display: block;
  z-index: 9999;
}

@media (max-width: 760px) {
  .menu--account .gps-login.is-active .gps-login-form, .block-gps-login-popup .gps-login.is-active .gps-login-form {
    top: 67px;
    width: 100%;
  }
}
.menu--account .title, .block-gps-login-popup .title {
  font-family: "Oswald", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}

.menu--account .gps-login-form, .block-gps-login-popup .gps-login-form {
  position: absolute;
  top: 0;
  right: -30px;
  width: 270px;
  z-index: 11;
  background: #fff;
  border: 1px solid #ebebeb;
  padding: 1rem;
  opacity: 0;
  display: none;
  transition: opacity 0.25s, top 0.25s, right 0.25s;
  box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.3);
}

.menu--account .gps-login-form:before, .block-gps-login-popup .gps-login-form:before {
  position: absolute;
  content: "";
  top: -8px;
  right: 34px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #ebebeb;
}

.menu--account .gps-login-form:after, .block-gps-login-popup .gps-login-form:after {
  position: absolute;
  content: "";
  top: -6px;
  right: 34px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
}

.menu--account .btn-se-connecter, .block-gps-login-popup .btn-se-connecter {
  display: flex;
  width: 64px;
  height: 46px;
  text-indent: 100%;
  line-height: 500px;
  white-space: nowrap;
  overflow: hidden;
  border: none;
  cursor: pointer;
  background: transparent url("images/compte.svg") no-repeat top 50% left 0;
  padding: 0;
  position: relative;
  margin-left: 20px;
  z-index: 12;
}

@media (max-width: 760px) {
  .menu--account .btn-se-connecter, .block-gps-login-popup .btn-se-connecter {
    height: 100%;
    min-height: 68px;
    margin: 0;
    text-indent: 0;
    line-height: normal;
    white-space: normal;
    overflow: visible;
    width: 100%;
    padding-left: 75px;
    background: #fff url(images/compte.svg) no-repeat top 50% left 20px;
    background-size: 46px 46px;
    font-family: "Myriad Bold", Arial, Helvetica, sans-serif;
    align-items: center;
  }
}
.menu--account .btn-se-connecter::before, .block-gps-login-popup .btn-se-connecter::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 18px;
  right: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #37363b;
}

@media (max-width: 760px) {
  .menu--account .btn-se-connecter::before, .block-gps-login-popup .btn-se-connecter::before {
    content: normal;
  }
}
.gps-pop .ajax-progress.ajax-progress-throbber {
  display: none;
}

.menu-compte {
  position: relative;
}
.menu-compte .btn-compte {
  display: flex;
  width: auto;
  height: 46px;
  overflow: hidden;
  border: none;
  cursor: pointer;
  background: #fff url("images/compte.svg") no-repeat top 50% left 0;
  padding: 0 20px 0 56px;
  position: relative;
  margin-left: 20px;
  z-index: 12;
  align-items: center;
}
.menu-compte .btn-compte::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 18px;
  right: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #37363b;
}
.menu-compte.f-picto .btn-compte {
  background: #fff url("images/portrait-woman.svg") no-repeat top 50% left 0;
}
.menu-compte.m-picto .btn-compte {
  background: #fff url("images/portrait-man.svg") no-repeat top 50% left 0;
}
.menu-compte .popin-compte {
  position: absolute;
  top: 0;
  right: -30px;
  width: 270px;
  z-index: 11;
  background: #fff;
  border: 1px solid #ebebeb;
  border-bottom: 1px solid #d9ad04;
  opacity: 0;
  display: none;
  transition: opacity 0.25s, top 0.25s, right 0.25s;
  box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.3);
}
.menu-compte .popin-compte:before {
  position: absolute;
  content: "";
  top: -13px;
  right: 34px;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #ebebeb;
}
.menu-compte .popin-compte:after {
  position: absolute;
  content: "";
  top: -12px;
  right: 34px;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #fff;
}
.menu-compte .popin-compte .espace-abonne {
  background: #fcc900;
  display: flex;
  flex-direction: column;
  position: relative;
}
.menu-compte .popin-compte ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu-compte .popin-compte ul a {
  display: block;
  font-family: "Oswald", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  padding: 0;
  padding-left: 3rem;
  margin: 0;
  color: #000;
  line-height: 46px;
  height: 46px;
}
.menu-compte .popin-compte ul a.mon-profil {
  background: transparent url("images/compte-profil.svg") no-repeat top 5px left 0.5rem;
  background-size: 25px 28px;
}
.menu-compte .popin-compte ul a.mes-alertes {
  background: transparent url("images/compte-alertes.svg") no-repeat top 5px left 0.5rem;
  background-size: 25px 28px;
}
.menu-compte .popin-compte ul a.mon-abonnement {
  background: transparent url("images/compte-abonnement.svg") no-repeat top 11px left 9px;
  background-size: 24px 21px;
}
.menu-compte .popin-compte ul a.mes-newsletters {
  background: transparent url("images/compte-newsletters.svg") no-repeat top 16px left 11px;
  background-size: 20px 15px;
}
.menu-compte .popin-compte ul a.me-deconnecter {
  background: transparent url("images/compte-me-deconnecter.svg") no-repeat top 5px left 0.5rem;
  background-size: 25px 28px;
}
.menu-compte .popin-compte ul a.abonne {
  background: transparent url("images/compte-abonne.svg") no-repeat top 3px left 0.5rem;
  background-size: 25px 28px;
}
.menu-compte .popin-compte ul a:hover {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.05);
}
.menu-compte.is-active .popin-compte {
  right: 0;
  top: 55px;
  opacity: 1;
  display: block;
  z-index: 9999;
}

@media (max-width: 760px) {
  .menu-compte {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 760px) {
  .menu-compte .btn-compte {
    height: 100%;
    min-height: 68px;
    margin: 0;
    text-indent: 0;
    line-height: normal;
    white-space: normal;
    overflow: visible;
    width: 100%;
    padding-left: 75px;
    background: #fff url("images/compte.svg") no-repeat top 50% left 20px;
    background-size: 46px 46px;
    font-family: "Myriad Bold", Arial, Helvetica, sans-serif;
  }
}
@media (max-width: 760px) {
  .menu-compte .btn-compte::before {
    content: normal;
  }
}
@media (max-width: 760px) {
  .menu-compte.f-picto .btn-compte {
    background-size: 46px 46px;
    background-position: top 50% left 1rem;
  }
}
@media (max-width: 760px) {
  .menu-compte.m-picto .btn-compte {
    background-size: 46px 46px;
    background-position: top 50% left 1rem;
  }
}
@media (max-width: 760px) {
  .menu-compte.is-active .popin-compte {
    top: 67px;
    width: 100%;
  }
  .menu-compte.is-active .popin-compte:before {
    content: normal;
  }
}
.show-menu-btn {
  display: none;
}

@media (max-width: 1120px) {
  .show-menu-btn {
    display: block;
  }
}
.block-gps-sharing-links .content {
  height: 100%;
}

article .block-gps-sharing-links .content {
  height: auto;
}

.partage-reseaux {
  display: none;
}

@media (max-width: 760px) {
  #block-gpssubscribebutton, .header-abo {
    display: flex;
    margin-right: 10px;
  }

  #block-gpssubscribebutton span, .header-abo span {
    display: none;
  }

  #block-gpssubscribebutton .btn, .header-abo .btn {
    font-family: "Oswald", Arial, Helvetica, sans-serif;
    font-size: 1rem;
    line-height: 100%;
  }
}
@media (max-width: 350px) {
  #block-gpssubscribebutton, .header-abo {
    display: none;
  }
}
body.node--type-article .block-gps-truncated-title-head {
  display: none;
}
body.node--type-article.scrolled .block-gps-truncated-title-head {
  display: flex;
  align-items: center;
  height: 76px;
  padding: 0 25px;
}
body.node--type-article.scrolled .block-gps-truncated-title-head .content {
  font-family: "Myriad Bold", Arial, Helvetica, sans-serif;
  font-size: 1.125rem;
  line-height: 1.125rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  width: 660px;
}
body.node--type-article.scrolled .search-block-form, body.node--type-article.scrolled .header-abo {
  display: none;
}
body.node--type-article.scrolled .menu--account {
  display: none;
}
body.node--type-article.scrolled .menu--account.is-active {
  display: flex;
}
body.node--type-article.scrolled #block-partagesurlesreseauxsociaux, body.node--type-article.scrolled #block-qph-b4-sass-partagesurlesreseauxsociaux, body.node--type-article.scrolled #block-gen-b4-sass-partagesurlesreseauxsociaux, body.node--type-article.scrolled #block-dsa-b4-sass-partagesurlesreseauxsociaux, body.node--type-article.scrolled #block-partagesurlesreseauxsociaux .content, body.node--type-article.scrolled #block-qph-b4-sass-partagesurlesreseauxsociaux .content, body.node--type-article.scrolled #block-gen-b4-sass-partagesurlesreseauxsociaux .content, body.node--type-article.scrolled #block-dsa-b4-sass-partagesurlesreseauxsociaux .content, body.node--type-article.scrolled #block-partagesurlesreseauxsociaux .content > div, body.node--type-article.scrolled #block-qph-b4-sass-partagesurlesreseauxsociaux .content > div, body.node--type-article.scrolled #block-gen-b4-sass-partagesurlesreseauxsociaux .content > div, body.node--type-article.scrolled #block-dsa-b4-sass-partagesurlesreseauxsociaux .content > div {
  height: 100%;
}
body.node--type-article.scrolled .partage-reseaux {
  display: flex;
  padding-right: 55px;
}

@media (max-width: 760px) {
  body.node--type-article.scrolled .block-gps-truncated-title-head {
    display: none;
  }
}
@media (max-width: 1120px) {
  body.node--type-article.scrolled .block-gps-truncated-title-head .content {
    width: 560px;
  }
}
@media (max-width: 1020px) {
  body.node--type-article.scrolled .block-gps-truncated-title-head .content {
    width: 460px;
  }
}
@media (max-width: 920px) {
  body.node--type-article.scrolled .block-gps-truncated-title-head .content {
    width: 360px;
  }
}
@media (min-width: 760px) {
  body.node--type-article.scrolled .block-gps-login-popup {
    display: none;
  }
}
@media (max-width: 760px) {
  body.node--type-article.scrolled .header-abo {
    display: flex;
  }
  body.node--type-article.scrolled .header-abo span {
    display: none;
  }
  body.node--type-article.scrolled .header-abo .btn {
    font-family: "Oswald", Arial, Helvetica, sans-serif;
    font-size: 1rem;
    line-height: 100%;
  }
}
@media (max-width: 500px) {
  body.node--type-article.scrolled .header-abo {
    display: none;
  }
}
@media (max-width: 1120px) {
  body.node--type-article.scrolled .partage-reseaux {
    padding-right: 1rem;
  }
}
@media (max-width: 900px) {
  body.node--type-article.scrolled .partage-reseaux {
    padding-right: 0;
  }
}
.partage-reseaux {
  align-items: center;
  justify-content: center;
  position: relative;
  display: none;
}
.partage-reseaux .partage-btn {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent url(images/partager.svg) no-repeat top 50% left 50%;
  background-size: 26px 26px;
  text-indent: 100%;
  line-height: 500px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  display: none;
  width: 76px;
  height: 76px;
}
.partage-reseaux .popin-partager:before {
  position: absolute;
  content: "";
  top: -8px;
  right: 34px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #ebebeb;
}
.partage-reseaux .popin-partager:after {
  position: absolute;
  content: "";
  top: -6px;
  right: 34px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
}
.partage-reseaux ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
}
.partage-reseaux ul li {
  margin-right: 5px;
}
.partage-reseaux ul li:last-child {
  margin: 0;
}
.partage-reseaux ul a {
  display: block;
  text-indent: 100%;
  line-height: 500px;
  white-space: nowrap;
  overflow: hidden;
  width: 26px;
  height: 26px;
}
.partage-reseaux ul a.partage-twitter {
  background: transparent url(images/partage-twitter.svg) no-repeat top 50% left 50%;
  background-size: 26px 26px;
}
.partage-reseaux ul a.partage-facebook {
  background: transparent url(images/partage-facebook.svg) no-repeat top 50% left 50%;
  background-size: 26px 26px;
}
.partage-reseaux ul a.partage-linkedin {
  background: transparent url(images/partage-linkedin.svg) no-repeat top 50% left 50%;
  background-size: 26px 26px;
}
.partage-reseaux ul a.partage-mail {
  background: transparent url(images/partage-email.svg) no-repeat top 50% left 50%;
  background-size: 26px 26px;
}
.partage-reseaux ul a.partage-com {
  background: transparent url(images/nb-com.svg) no-repeat top 50% left 50%;
  background-size: 26px 26px;
  text-indent: 0;
  white-space: normal;
  overflow: visible;
  font-size: 0.625rem;
  line-height: 0.625rem;
  padding: 7px 0 0 0;
  width: 26px;
  text-align: center;
  color: #000;
}
.partage-reseaux ul a.partage-com:hover {
  text-decoration: none;
}
.partage-reseaux .partager-via, .partage-reseaux .partage-txt {
  display: none;
}
.partage-reseaux.is-active .popin-partager {
  display: block;
}
.partage-reseaux.is-active li {
  margin-right: 15px;
  width: 45px;
  text-align: center;
}
.partage-reseaux.is-active .partager-via {
  display: block;
  width: 100%;
  font-family: "Oswald", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}
.partage-reseaux.is-active .partage-txt {
  display: block;
  font-size: 0.75rem;
  line-height: 100%;
}
.partage-reseaux.is-active a {
  width: 45px;
  height: 45px;
  display: inline-block;
}
.partage-reseaux.is-active a.partage-twitter, .partage-reseaux.is-active a.partage-facebook, .partage-reseaux.is-active a.partage-linkedin, .partage-reseaux.is-active a.partage-mail, .partage-reseaux.is-active a.partage-com {
  background-size: 100% 100%;
}

@media (max-width: 1120px) {
  .partage-reseaux {
    padding-right: 10px;
  }
}
@media (max-width: 760px) {
  .partage-reseaux .partage-btn {
    height: 60px;
  }
}
@media (max-width: 900px) {
  .partage-reseaux .partage-btn {
    display: block;
  }
}
@media (max-width: 900px) {
  .partage-reseaux .popin-partager {
    position: absolute;
    right: 10px;
    top: 76px;
    background: #fff;
    border: 1px solid #ebebeb;
    padding: 10px;
    box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.1);
    display: none;
  }
}
@media (max-width: 760px) {
  .partage-reseaux .popin-partager {
    top: 60px;
  }
}
@media (max-width: 768px) {
  .partage-reseaux ul li {
    margin-right: 15px;
  }
}
@media (max-width: 900px) {
  .partage-reseaux.is-active li.li-partage {
    width: 62px;
  }
  .partage-reseaux.is-active li.li-partage a.partage-com {
    width: 45px;
    font-family: "Oswald Bold", Arial, Helvetica, sans-serif;
    font-size: 1.25rem;
    line-height: 100%;
    margin-bottom: 8px;
    background: transparent url(images/nb-com.svg) no-repeat top 5px left 50%;
    padding: 10px 0 0 0;
  }
  .partage-reseaux.is-active li:nth-child(5) {
    margin-right: 0;
  }
}
@media (max-width: 1120px) {
  header.header {
    height: 76px;
  }
  header.header .top-header-content {
    height: 76px;
  }
}
@media (max-width: 760px) {
  header.header {
    height: 60px;
  }
  header.header .top-header-content {
    height: 60px;
  }
}
@media (min-width: 768px) and (max-width: 1120px) {
  header.header {
    margin-bottom: 23px;
  }
}
body.scrolled header.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  width: 100%;
  height: 76px;
  background: #fff;
  box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.1);
}
body.scrolled .top-header-content {
  height: 76px;
}
body.scrolled .site-logo img {
  width: 154px;
  padding-top: 12px;
  transition: width 0.2s;
}
body.scrolled #block-topheaderbaseline,
body.scrolled #block-qph-b4-sass-topheaderbaseline,
body.scrolled #block-gen-b4-sass-topheaderbaseline,
body.scrolled #block-dsa-b4-sass-topheaderbaseline,
body.scrolled #block-inf-b4-sass-topheaderbaseline {
  display: none;
}
body.scrolled .search-block-form {
  height: 76px;
}
body.scrolled .menu-bar-wrapper {
  display: none;
  position: fixed;
  top: 76px;
  left: 0;
  z-index: 100000;
  width: 100%;
}
body.scrolled .menu-bar-wrapper.is-active {
  display: block;
}
body.scrolled .menu-bar-wrapper .menu-bar {
  max-width: 1100px;
  margin: 0 auto;
}
body.scrolled .show-menu-btn {
  display: block;
}

@media (max-width: 760px) {
  body.scrolled header.header {
    height: 60px;
  }
}
@media (max-width: 760px) {
  body.scrolled .top-header-content {
    height: 60px;
  }
}
@media (max-width: 760px) {
  body.scrolled .site-logo img {
    width: 112px;
    padding-top: 13px;
  }
}
@media (max-width: 760px) {
  body.scrolled .menu-bar-wrapper {
    top: 60px;
  }
}
.show-menu-btn {
  border: none;
  width: 75px;
  margin: 0;
  padding: 0;
  text-indent: 100%;
  line-height: 500px;
  white-space: nowrap;
  overflow: hidden;
  background: #fff url("images/show-menu-open.svg") no-repeat top 50% left 50%;
  background-size: 25px 25px;
  cursor: pointer;
}
.show-menu-btn:focus {
  outline: 0;
}
.show-menu-btn.is-active {
  background: #fff url("images/show-menu-close.svg") no-repeat top 50% left 50%;
  background-size: 25px 25px;
}

#block-adbanner p, #block-qph-b4-sass-adbanner p, #block-gen-b4-sass-adbanner p, #block-dsa-b4-sass-adbanner p {
  margin: 0;
}

.region-sidebar {
  display: flex;
  flex-direction: column;
}
.region-sidebar > div {
  max-width: 300px;
}

@media (max-width: 1100px) {
  .region-sidebar {
    justify-content: center;
    align-items: center;
  }
  .region-sidebar > div {
    width: 100%;
    flex: 0 50%;
    text-align: center;
    justify-content: center;
    display: flex;
  }
  .region-sidebar > div .content {
    width: 100%;
  }

  #block-twitterinf .content {
    width: 100%;
  }
}
.row-en-bref {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}
.row-en-bref .col-en-bref {
  flex: 0 50%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

@media (max-width: 760px) {
  .row-en-bref .col-en-bref {
    flex: 0 100%;
  }
}
@media (max-width: 1100px) {
  .bloc-actualites {
    margin-left: -1rem;
    margin-right: -1rem;
  }
}
.bloc-sondage ul {
  margin: 0;
  padding: 0;
}
.bloc-sondage .form-group {
  margin-bottom: 0;
}
.bloc-sondage .form-check-label {
  position: relative;
  display: block;
  min-height: 36px;
  padding-left: 42px;
  margin-bottom: 20px;
  cursor: pointer;
}
.bloc-sondage .form-check-label:before {
  position: absolute;
  content: "";
  top: 0;
  left: 22px;
  width: 10px;
  height: 36px;
  background: #56add4;
}
.bloc-sondage .form-check-label label {
  margin-bottom: 0;
  cursor: pointer;
  font-size: 1.375rem;
  line-height: 36px;
  height: 36px;
  text-transform: uppercase;
}
.bloc-sondage .form-check-label label:before {
  position: absolute;
  top: 10px;
  left: 0;
  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: #fff;
  border-radius: 50%;
  border: 1px solid #adb5bd;
}
.bloc-sondage .form-check-label label:after {
  position: absolute;
  top: 10px;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}
.bloc-sondage .form-check-label input[type=radio] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  padding: 0;
  margin: 0;
}
.bloc-sondage .form-check-label input[type=radio]:checked ~ label:before {
  background-color: #fff;
}
.bloc-sondage .form-check-label input[type=radio]:checked ~ 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='%23000'/%3E%3C/svg%3E");
}
.bloc-sondage .form-check {
  position: relative;
  display: block;
  padding-left: 0;
}
.bloc-sondage .form-check:nth-child(1) .form-check-label:before {
  background: #a5bf46;
}
.bloc-sondage .form-check:nth-child(2) .form-check-label:before {
  background: #ff7d27;
}
.bloc-sondage .fieldgroup.col-auto {
  padding-right: 0;
  padding-left: 0;
}
.bloc-sondage .form-actions {
  text-align: center;
}
.bloc-sondage .form-actions button {
  display: inline-block;
  width: auto;
  background: none;
  color: #000;
  border: 1px solid #000;
}
.bloc-sondage .form-actions button:hover {
  color: #337c9c;
  border: 1px solid #337c9c;
}
.bloc-sondage .percent-graph {
  background: #adb5bd;
}
.bloc-sondage .percent-value {
  color: #343a40;
}
.bloc-sondage li:nth-child(1) .percent-graph {
  background: #a5bf46;
}
.bloc-sondage li:nth-child(1) .percent-value {
  color: #a5bf46;
}
.bloc-sondage li:nth-child(2) .percent-graph {
  background: #ff7d27;
}
.bloc-sondage li:nth-child(2) .percent-value {
  color: #ff7d27;
}
.bloc-sondage .row-sondage {
  display: flex;
  margin-bottom: 20px;
}
.bloc-sondage .row-sondage:last-child {
  margin-bottom: 0;
}
.bloc-sondage .row-sondage .col-left {
  width: 70px;
  text-align: right;
  padding-right: 5px;
}
.bloc-sondage .row-sondage .col-right {
  flex: 1;
}
.bloc-sondage .ajax-progress {
  display: none;
}

#wide-bloc {
  text-align: center;
  margin: 0 0 25px;
  padding: 25px 0;
  background: #ebebeb;
}

.menu--en-ce-moment {
  padding: 13px;
  flex-grow: 2;
}
.menu--en-ce-moment .h2-en-ce-moment {
  display: inline-block;
  padding-right: 20px;
  position: relative;
}
.menu--en-ce-moment .h2-en-ce-moment:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 30px;
  right: 0;
  top: -10px;
  background: #dadadb;
  transform: rotate(-15deg);
}
.menu--en-ce-moment ul {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0 0 0 20px;
}
.menu--en-ce-moment ul li {
  display: inline-block;
  margin-right: 20px;
}
.menu--en-ce-moment ul li:last-child {
  margin: 0;
}
.menu--en-ce-moment ul li a {
  font-family: "Myriad", Arial, Helvetica, sans-serif;
  font-size: 0.875rem;
  color: #343a40;
}
.menu--en-ce-moment ul li a:hover {
  color: #337c9c;
}

@media (max-width: 1120px) {
  .menu--en-ce-moment {
    display: none;
  }
}
body.scrolled .menu--en-ce-moment {
  display: none;
}

.partage-article {
  justify-content: left;
  margin: 1rem 0;
  display: flex;
}
.partage-article .li-partage-article a {
  text-indent: 0;
  line-height: 1;
  background: transparent url(images/nb-com.svg) no-repeat top 2px left 0;
  background-size: 32px 28px;
  width: 230px;
  height: 29px;
  position: relative;
}
.partage-article .li-partage-article a .nb-coms {
  position: absolute;
  top: 5px;
  left: 1px;
  width: 29px;
  font-family: "Oswald Bold", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1rem;
  padding: 0;
  text-align: center;
}
.partage-article .li-partage-article a .reactions {
  position: absolute;
  top: 5px;
  left: 38px;
  font-family: "Oswald Bold", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1rem;
}
.partage-article .li-partage-article a .commenter {
  position: absolute;
  top: 0;
  left: 120px;
  font-family: "Oswald Bold", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1rem;
  border: 1px solid #000;
  padding: 4px 6px;
  background: #e9ecef;
}

.footer-middle .rs {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
.footer-middle .actu {
  display: flex;
  align-items: center;
  height: 141px;
}
.footer-middle ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
}

@media (max-width: 768px) {
  .footer-middle .rs {
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .footer-middle .actu {
    justify-content: center;
    height: auto;
  }
}
.footer-third ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.region-footer-third {
  display: flex;
  flex-direction: row;
}

@media (max-width: 1100px) {
  .region-footer-third {
    flex-direction: column;
  }
}
.footer-third .footer-nav {
  width: 85%;
  display: flex;
  flex-direction: row;
}
.footer-third .footer-nav > li {
  flex-grow: 1;
  flex-basis: 0;
  margin-right: 1rem;
}
.footer-third .footer-nav > li > a {
  font-size: 1rem;
  Line-height: 1rem;
  color: #fff;
  font-family: "Oswald", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}

@media (max-width: 1100px) {
  .footer-third .footer-nav {
    width: 100%;
    flex-direction: column;
    margin-bottom: 10px;
  }
}
@media (max-width: 1100px) {
  .footer-third .footer-nav > li {
    padding-bottom: 5px;
    margin-bottom: 10px;
    position: relative;
  }
  .footer-third .footer-nav > li:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: -1rem;
    right: -1rem;
    height: 1px;
    background: #6c757d;
  }
}
.footer-nav-sub li {
  line-height: 100%;
  font-size: 1.125rem;
  margin-bottom: 5px;
}
.footer-nav-sub li a {
  font-size: 0.8125rem;
  line-height: 0.8125rem;
  color: #fff;
  font-family: "Myriad", Arial, Helvetica, sans-serif;
}

@media (max-width: 1100px) {
  .footer-nav-sub {
    display: none;
  }
}
.menu-liens-internes {
  width: 15%;
}
.menu-liens-internes li {
  line-height: 100%;
  font-size: 0.6875rem;
  margin: 0 0 10px 0;
}
.menu-liens-internes a {
  font-size: 0.6875rem;
  line-height: 0.9375rem;
  color: #adb5bd;
  font-family: "Myriad", Arial, Helvetica, sans-serif;
}

@media (max-width: 1100px) {
  .menu-liens-internes {
    width: 100%;
  }
}
.node--view-mode-teaser .article-body, .node--view-mode-teaser .listing-body-article {
  position: relative;
}
.node--view-mode-teaser .article-body:before, .node--view-mode-teaser .listing-body-article:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
}
.node--view-mode-teaser .article-illus {
  display: none;
}

.gps-login-form .user-login-form button {
  width: 100%;
  font-family: "Oswald", Arial, Helvetica, sans-serif;
  color: #fff;
  border: 1px solid #337c9c;
  background: #337c9c;
  text-transform: uppercase;
  padding: 4px 25px;
}
.gps-login-form .user-login-form button:hover {
  background: #fff;
  color: #337c9c;
}

.acces-bloc {
  clear: both;
}

@media (max-width: 768px) {
  .acces-bloc {
    margin-left: -1rem;
    margin-right: -1rem;
  }
}
@media (max-width: 768px) {
  .acces-bloc .btn-ext {
    font-size: 0.9375rem;
  }
}
.access-content {
  display: flex;
  width: 100%;
  flex-direction: column;
}
.access-content .access-1 {
  flex-grow: 1;
  position: relative;
  margin-bottom: 2rem;
}
.access-content .access-1:after {
  position: absolute;
  content: "";
  bottom: -2rem;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ced4da;
}
.access-content .access-2 {
  flex-grow: 1;
  margin-top: 2rem;
}
.access-content .access-2 button {
  font-family: "Oswald Bold", Arial, Helvetica, sans-serif;
  color: #000;
  border: 1px solid #fcc900;
  background: #fcc900;
  padding: 8px 10px;
  padding-left: 3rem;
  padding-right: 3rem;
  text-transform: uppercase;
  margin: 0 !important;
}
.access-content .access-2 button:hover {
  background: #000;
  border: 1px solid #000;
  color: #fcc900;
}
.access-content .form-group {
  margin: 0;
}
.access-content #edit-name {
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .access-content {
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .access-content .access-1 {
    margin-bottom: 0;
    margin-right: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 50%;
  }
  .access-content .access-1 p {
    margin-bottom: 3rem;
  }
}
@media (min-width: 768px) {
  .access-content .access-1:after {
    bottom: auto;
    left: auto;
    top: 0;
    right: -2rem;
    width: 1px;
    height: 100%;
  }
}
@media (min-width: 768px) {
  .access-content .access-2 {
    margin-top: 0;
    margin-left: 2rem;
    width: 50%;
  }
}
.img-float-right {
  float: right;
  margin: 0 0 0 1rem;
}

.img-float-left {
  float: left;
  margin: 0 1rem 0 0;
}

.img-float-right, .img-float-left {
  width: 465px;
}

@media (max-width: 768px) {
  .img-float-right, .img-float-left {
    float: none;
    width: 100%;
    margin: 0 0 0.5rem 0;
    text-align: center;
  }
}
.img-float-left-dossier {
  float: left;
  margin: 0 1rem 0 0;
  width: 370px;
}

@media (max-width: 768px) {
  .img-float-left-dossier {
    float: none;
    width: 100%;
    margin: 0 0 0.5rem 0;
    text-align: center;
  }
}
.article-single-image .article-legend {
  display: inline-block;
  width: 100%;
  max-width: 470px;
  padding: 0.2rem 0.5rem 0 0.5rem;
}

.article-slider {
  width: 470px;
  display: inline-block;
}
.article-slider .article-picture {
  position: relative;
}
.article-slider .article-picture .article-legend {
  width: 100%;
  padding: 35px 0.5rem 0.5rem 0.5rem;
  background: #e9ecef;
}

@media (max-width: 520px) {
  .article-slider {
    width: 256px;
  }
}
.diapo-slider {
  width: 736px;
  display: inline-block;
}
.diapo-slider .article-picture {
  position: relative;
}
.diapo-slider .article-picture .article-legend {
  width: 100%;
  padding: 35px 1rem 0.5rem 1rem;
  background: #e9ecef;
}

@media (max-width: 520px) {
  .diapo-slider {
    width: 256px;
  }
}
.owl-carousel {
  -webkit-tap-highlight-color: transparent;
  position: relative;
  display: none;
  width: 100%;
  z-index: 1;
}
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  vertical-align: bottom;
}

.owl.owl-carousel .owl-item img {
  display: block;
  vertical-align: bottom;
}

-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel {
  display: block;
}

.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.owl-theme .owl-dots, .owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-carousel {
  position: relative;
}
.owl-carousel .owl-nav {
  position: absolute;
  bottom: -30px;
  left: 0;
  display: block;
  width: 100%;
  height: 30px;
}
.owl-carousel .owl-nav span {
  display: none;
}
.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 30px;
  height: 30px;
  margin: 0;
  border-radius: 0;
  background: transparent url(images/slider-btn-left.svg) no-repeat top 50% left 50%;
  background-size: 13px 13px;
}
.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 30px;
  height: 30px;
  margin: 0;
  border-radius: 0;
  background: transparent url(images/slider-btn-right.svg) no-repeat top 50% left 50%;
  background-size: 13px 13px;
}

.owl-theme .owl-nav [class*=owl-] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: #f8f9fa;
  color: #fff;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #dee2e6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #337c9c;
}
.owl-theme.owl-carousel-article {
  position: relative;
}
.owl-theme.owl-carousel-article .owl-dots {
  position: absolute;
  top: 310px;
  left: 0;
  width: 100%;
  height: 30px;
  padding: 5px;
  background: #e9ecef;
}
.owl-theme.owl-carousel-article .owl-dots .owl-dot span {
  border: 1px solid #adb5bd;
  background: none;
}
.owl-theme.owl-carousel-article .owl-dots .owl-dot.active span, .owl-theme.owl-carousel-article .owl-dots .owl-dot:hover span {
  background: #337c9c;
}
.owl-theme.owl-carousel-article .owl-nav {
  position: absolute;
  top: 136px;
  left: 0;
  width: 100%;
  height: 40px;
  margin: 0;
}
.owl-theme.owl-carousel-article .owl-nav .owl-prev, .owl-theme.owl-carousel-article .owl-nav .owl-next {
  position: absolute;
  margin: 0;
  border-radius: 0;
  width: 40px;
  height: 40px;
  opacity: 0.25;
  top: 0;
}
.owl-theme.owl-carousel-article .owl-nav .owl-prev span, .owl-theme.owl-carousel-article .owl-nav .owl-next span {
  display: none;
}
.owl-theme.owl-carousel-article .owl-nav .owl-prev {
  left: 0;
  background: transparent url(images/slider-btn-left.svg) no-repeat top 50% left 0;
  background-size: 40px 40px;
}
.owl-theme.owl-carousel-article .owl-nav .owl-prev:hover {
  background: transparent url(images/slider-btn-left.svg) no-repeat top 50% left 0;
  background-size: 40px 40px;
  opacity: 1;
}
.owl-theme.owl-carousel-article .owl-nav .owl-next {
  right: 0;
  background: transparent url(images/slider-btn-right.svg) no-repeat top 50% left 0;
  background-size: 40px 40px;
}
.owl-theme.owl-carousel-article .owl-nav .owl-next:hover {
  background: transparent url(images/slider-btn-right.svg) no-repeat top 50% left 0;
  background-size: 40px 40px;
  opacity: 1;
}

@media (max-width: 520px) {
  .owl-theme.owl-carousel-article .owl-dots {
    top: 169px;
  }
}
@media (max-width: 520px) {
  .owl-theme.owl-carousel-article .owl-nav {
    top: 65px;
  }
}
.diapo-slider {
  width: 736px;
  display: inline-block;
}

@media (max-width: 768px) {
  .diapo-slider {
    width: 636px;
  }
}
@media (max-width: 668px) {
  .diapo-slider {
    width: 536px;
  }
}
@media (max-width: 568px) {
  .diapo-slider {
    width: 436px;
  }
}
@media (max-width: 468px) {
  .diapo-slider {
    width: 320px;
  }
}
.owl-theme.owl-carousel-diaporama {
  position: relative;
}
.owl-theme.owl-carousel-diaporama .owl-dots {
  counter-reset: slides-num;
  /* Initialize counter. */
  position: absolute;
  top: 485px;
  left: 0;
  width: 100%;
  height: 30px;
  padding: 5px;
  background: #e9ecef;
}
.owl-theme.owl-carousel-diaporama .owl-dots:after {
  content: counter(slides-num);
  display: inline-block;
  height: 20px;
  line-height: 20px;
  vertical-align: middle;
  padding-left: 5px;
  font-size: 0.8125rem;
  color: #343a40;
}
.owl-theme.owl-carousel-diaporama .owl-dots .owl-dot {
  display: inline-block;
  counter-increment: slides-num;
  position: relative;
}
.owl-theme.owl-carousel-diaporama .owl-dots .owl-dot span {
  display: none;
}
.owl-theme.owl-carousel-diaporama .owl-dots .owl-dot.active:before {
  content: counter(slides-num) " /";
  display: inline-block;
  vertical-align: middle;
  height: 20px;
  position: absolute;
  width: 100px;
  right: -1px;
  top: -13px;
  text-align: right;
  font-size: 0.8125rem;
  font-weight: normal;
  font-family: "Myriad", Arial, Helvetica, sans-serif;
  color: #343a40;
}
.owl-theme.owl-carousel-diaporama .owl-dots .owl-dot.active span {
  background: #337c9c;
}
.owl-theme.owl-carousel-diaporama .owl-dots .owl-dot:hover span {
  background: #337c9c;
}
.owl-theme.owl-carousel-diaporama .owl-nav {
  position: absolute;
  top: 222px;
  bottom: auto;
  left: 0;
  width: 100%;
  height: 40px;
  margin: 0;
}
.owl-theme.owl-carousel-diaporama .owl-nav .owl-prev, .owl-theme.owl-carousel-diaporama .owl-nav .owl-next {
  position: absolute;
  margin: 0;
  border-radius: 0;
  width: 40px;
  height: 40px;
  opacity: 0.5;
  top: 0;
}
.owl-theme.owl-carousel-diaporama .owl-nav .owl-prev span, .owl-theme.owl-carousel-diaporama .owl-nav .owl-next span {
  display: none;
}
.owl-theme.owl-carousel-diaporama .owl-nav .owl-prev {
  left: 0;
  background: transparent url(images/slider-btn-left-bis.svg) no-repeat top 50% left 0;
  background-size: 40px 40px;
}
.owl-theme.owl-carousel-diaporama .owl-nav .owl-prev:hover {
  background: transparent url(images/slider-btn-left-bis.svg) no-repeat top 50% left 0;
  background-size: 40px 40px;
  opacity: 0.85;
}
.owl-theme.owl-carousel-diaporama .owl-nav .owl-next {
  right: 0;
  background: transparent url(images/slider-btn-right-bis.svg) no-repeat top 50% left 0;
  background-size: 40px 40px;
}
.owl-theme.owl-carousel-diaporama .owl-nav .owl-next:hover {
  background: transparent url(images/slider-btn-right-bis.svg) no-repeat top 50% left 0;
  background-size: 40px 40px;
  opacity: 0.85;
}

@media (max-width: 768px) {
  .owl-theme.owl-carousel-diaporama .owl-dots {
    top: 419px;
  }
}
@media (max-width: 668px) {
  .owl-theme.owl-carousel-diaporama .owl-dots {
    top: 354px;
  }
}
@media (max-width: 568px) {
  .owl-theme.owl-carousel-diaporama .owl-dots {
    top: 288px;
  }
}
@media (max-width: 468px) {
  .owl-theme.owl-carousel-diaporama .owl-dots {
    top: 211px;
  }
}
@media (max-width: 768px) {
  .owl-theme.owl-carousel-diaporama .owl-nav {
    top: 189px;
  }
}
@media (max-width: 668px) {
  .owl-theme.owl-carousel-diaporama .owl-nav {
    top: 157px;
  }
}
@media (max-width: 568px) {
  .owl-theme.owl-carousel-diaporama .owl-nav {
    top: 124px;
  }
}
@media (max-width: 468px) {
  .owl-theme.owl-carousel-diaporama .owl-nav {
    top: 85px;
  }
}
.voyages-slider {
  position: relative;
  max-width: 300px;
}
.voyages-slider .logo-voyages {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  width: 131px;
  height: 67px;
  background: transparent url(images/voyages.png) no-repeat top 50% left 50%;
  z-index: 2;
}
.voyages-slider .owl-carousel .owl-dots {
  margin-top: 10px;
  height: 20px;
}
.voyages-slider .owl-carousel .owl-nav {
  bottom: auto;
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
  height: 40px;
  margin: 0;
}
.voyages-slider .owl-carousel .owl-nav .owl-prev, .voyages-slider .owl-carousel .owl-nav .owl-next {
  position: absolute;
  margin: 0;
  border-radius: 0;
  width: 40px;
  height: 40px;
  opacity: 0.25;
  top: 0;
}
.voyages-slider .owl-carousel .owl-nav .owl-prev span, .voyages-slider .owl-carousel .owl-nav .owl-next span {
  display: none;
}
.voyages-slider .owl-carousel .owl-nav .owl-prev {
  left: 0;
  background: transparent url(images/slider-btn-left.svg) no-repeat top 50% left 0;
  background-size: 40px 40px;
}
.voyages-slider .owl-carousel .owl-nav .owl-prev:hover {
  background: transparent url(images/slider-btn-left.svg) no-repeat top 50% left 0;
  background-size: 40px 40px;
  opacity: 1;
}
.voyages-slider .owl-carousel .owl-nav .owl-next {
  right: 0;
  background: transparent url(images/slider-btn-right.svg) no-repeat top 50% left 0;
  background-size: 40px 40px;
}
.voyages-slider .owl-carousel .owl-nav .owl-next:hover {
  background: transparent url(images/slider-btn-right.svg) no-repeat top 50% left 0;
  background-size: 40px 40px;
  opacity: 1;
}

.boutique-slider {
  max-width: 300px;
}

.bloc-sidebar-pub-carousel {
  max-width: 300px;
  margin: 0 0 1.5rem 0;
}
.bloc-sidebar-pub-carousel .owl-stage-outer {
  max-height: 250px;
}

@media (max-width: 768px) {
  .bloc-sidebar-pub-carousel {
    margin: 0 auto;
  }
}
.block-gps-sas-docdisplay-block, .block-essentiel, .pave-display, .pave-os {
  overflow: hidden;
}

.pave-os {
  text-align: center;
}

.block-gps-sas-docdisplay-block > div,
.block-essentiel > div,
.pave-display > div,
.pave-os > div,
#block-smartadserverblock-10 > div {
  margin: 0 0 1.5rem 0;
}

@media (max-width: 768px) {
  .block-gps-sas-docdisplay-block > div, .block-essentiel > div, .pave-display > div, .pave-os > div {
    margin-left: -1rem;
    margin-right: -1rem;
    margin-bottom: 2rem;
  }
}
.pave-display {
  overflow: visible;
}

#sas_76261,
#sas_106918 {
  text-align: center;
}

#sas_76261 a, #sas_76257 a {
  position: relative;
  display: inline-block;
}

#sas_76261 a:before, #sas_76257 a:before {
  position: absolute;
  content: "Publicité";
  font-family: "Myriad", Arial, Helvetica, sans-serif;
  font-size: 0.8125rem;
  line-height: 100%;
  color: #ced4da;
  bottom: -17px;
  right: 0;
}

@media (max-width: 1100px) {
  #sas_76261 a:before, #sas_76257 a:before {
    font-size: 0.625rem;
    right: auto;
    text-align: center;
    width: 100%;
  }
}
/** pub cœur article centrée Refs #40301 */
#sas_124373:empty {
  background: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
}

#sas_124373 {
  padding: 10px 0;
  margin: 10px 0 40px 0;
  background: #e9ecef;
  box-shadow: 1px 1px 5px #00000008 inset;
  text-align: center;
  position: relative;
}

#sas_124373 iframe {
  margin: 0;
}

#sas_124373 > div {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#sas_124373_info {
  font-family: Myriad, Arial, Helvetica, sans-serif;
  font-size: 0.8rem;
  color: #707479;
  text-align: center;
}

.pixel-gif #sas_76261 a:before, .pixel-gif #sas_76264 a:before, .pixel-gif #sas_76257 a:before {
  content: normal;
}

.ad-frise {
  text-align: center;
}
.ad-frise img {
  max-width: 100%;
  height: auto;
}

.article-single-image {
  text-align: center;
  display: inline-block;
}

.article-img-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 465px;
  height: 310px;
  text-align: center;
  box-shadow: -1px 2px 10px 3px rgba(0, 0, 0, 0.05) inset;
  background: #f8f9fa;
}
.article-img-container .img-fluid {
  max-width: 100%;
  max-height: 100%;
}

@media (max-width: 520px) {
  .article-img-container {
    width: 256px;
    height: 171px;
  }
}
.dossier-img-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 370px;
  height: 247px;
  text-align: center;
  box-shadow: -1px 2px 10px 3px rgba(0, 0, 0, 0.05) inset;
  background: #f8f9fa;
}
.dossier-img-container .img-fluid {
  max-width: 100%;
  max-height: 100%;
}

@media (max-width: 520px) {
  .dossier-img-container {
    width: 256px;
    height: 171px;
    display: inline-block;
  }
}
.article-diapo-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 736px;
  height: 491px;
  text-align: center;
  box-shadow: -1px 2px 10px 3px rgba(0, 0, 0, 0.05) inset;
  background: #f8f9fa;
}
.article-diapo-container .img-fluid {
  max-width: 100%;
  max-height: 100%;
}

@media (max-width: 768px) {
  .article-diapo-container {
    width: 636px;
    height: 424px;
  }
}
@media (max-width: 668px) {
  .article-diapo-container {
    width: 536px;
    height: 357px;
  }
}
@media (max-width: 568px) {
  .article-diapo-container {
    width: 436px;
    height: 291px;
  }
}
@media (max-width: 468px) {
  .article-diapo-container {
    width: 320px;
    height: 213px;
  }
}
.sur-le-meme-sujet-img-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 73px;
  height: 49px;
  text-align: center;
  box-shadow: -1px 2px 10px 3px rgba(0, 0, 0, 0.05) inset;
  background: #f8f9fa;
}
.sur-le-meme-sujet-img-container .img-fluid {
  max-width: 100%;
  max-height: 100%;
}

.megaban {
  width: 100%;
  text-align: center;
}
.megaban.not-empty {
  padding: 1.5rem;
  margin: 0 0 1.5rem;
  background: #ebebeb;
  min-height: 120px;
}
.megaban.not-empty.pixel-gif {
  padding: 0;
  margin: 0;
  background: none;
  min-height: 0;
}

@media (max-width: 768px) {
  .megaban {
    min-height: 0;
  }
}
@media (max-width: 768px) {
  .megaban.not-empty {
    padding: 0;
    margin: 0 0 1rem 0;
    background: none;
    min-height: 0;
  }
}
.skyscrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 9999;
}
.skyscrapper .skyscrapper-content {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.skyscrapper .skyscrapper-content .skyscrapper-wrapper {
  pointer-events: auto;
  position: absolute;
  right: -160px;
  top: 320px;
  width: 160px;
  transition: top 1s;
}

body.scrolled .skyscrapper .skyscrapper-content .skyscrapper-wrapper {
  top: 96px;
}

.side-journal-img {
  width: 145px;
  height: 215px;
  display: inline-block;
}

.journal-image {
  width: 168px;
  height: 157px;
  overflow: hidden;
  display: inline-block;
  position: relative;
}

.journal-image-shadow {
  width: 100%;
  height: 25px;
  box-shadow: 0 -5px 13px -10px #000000;
  margin-top: 1px;
}

.img-laune {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 280px;
  height: 187px;
  text-align: center;
  box-shadow: -1px 2px 10px 3px rgba(0, 0, 0, 0.05) inset;
  background: #f8f9fa;
}
.img-laune .img-fluid {
  max-height: 100%;
  z-index: 2;
}

@media (min-width: 340px) {
  .img-laune {
    width: 300px;
    height: 200px;
  }
}
@media (min-width: 360px) {
  .img-laune {
    width: 320px;
    height: 214px;
  }
}
@media (min-width: 380px) {
  .img-laune {
    width: 340px;
    height: 227px;
  }
}
@media (min-width: 400px) {
  .img-laune {
    width: 360px;
    height: 240px;
  }
}
@media (min-width: 440px) {
  .img-laune {
    width: 400px;
    height: 267px;
  }
}
@media (min-width: 460px) {
  .img-laune {
    width: 420px;
    height: 280px;
  }
}
@media (min-width: 480px) {
  .img-laune {
    width: 370px;
    height: 247px;
  }
}
.img-une-secondaire {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 234px;
  height: 156px;
  text-align: center;
  box-shadow: -1px 2px 10px 3px rgba(0, 0, 0, 0.05) inset;
  background: #f8f9fa;
}
.img-une-secondaire .img-fluid {
  max-height: 100%;
}

@media (max-width: 768px) {
  .img-une-secondaire {
    width: 136px;
    height: 91px;
  }
}
.img-actualites {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 202px;
  height: 135px;
  text-align: center;
  box-shadow: -1px 2px 10px 3px rgba(0, 0, 0, 0.05) inset;
  background: #f8f9fa;
}
.img-actualites.native {
  width: 186px;
  height: 124px;
}
.img-actualites .img-fluid {
  max-height: 100%;
}

@media (max-width: 768px) {
  .img-actualites {
    width: 136px;
    height: 91px;
  }
  .img-actualites.native {
    width: 136px;
    height: 91px;
  }
}
.img-dossier {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 256px;
  height: 171px;
  text-align: center;
  box-shadow: -1px 2px 10px 3px rgba(0, 0, 0, 0.05) inset;
  background: #f8f9fa;
}
.img-dossier .img-fluid {
  max-height: 100%;
}

.img-rubriques {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 78px;
  height: 52px;
  text-align: center;
  box-shadow: -1px 2px 10px 3px rgba(0, 0, 0, 0.05) inset;
  background: #f8f9fa;
}
.img-rubriques .img-fluid {
  max-height: 100%;
}

.billboard-interieur {
  text-align: center;
}

.badge-abonne {
  position: relative;
  font-weight: normal;
}
.badge-abonne:before {
  position: absolute;
  content: "";
  top: 5px;
  bottom: 5px;
  left: 0;
  width: 1px;
  background: #ced4da;
}

.nav-dossier {
  margin-bottom: 1rem;
}

.nav-dossier-btn {
  display: block;
  padding: 1rem;
}
.nav-dossier-btn:hover {
  background: #f8f9fa;
}
.nav-dossier-btn.text-left {
  padding-left: 3rem;
  position: relative;
  height: 100%;
}
.nav-dossier-btn.text-left:before {
  position: absolute;
  content: "";
  top: 0;
  left: 1rem;
  width: 20px;
  height: 100%;
  background: transparent url("images/carousel-left.svg") no-repeat top 50% left 50%;
  background-size: 50%;
}
.nav-dossier-btn.text-right {
  padding-right: 3rem;
  position: relative;
  height: 100%;
}
.nav-dossier-btn.text-right:before {
  position: absolute;
  content: "";
  top: 0;
  right: 1rem;
  width: 20px;
  height: 100%;
  background: transparent url("images/carousel-right.svg") no-repeat top 50% left 50%;
  background-size: 50%;
}

.contenus-partenaires-container {
  background: #e9ecef;
  padding: 2rem 1rem 1rem;
  margin-bottom: 3rem;
  position: relative;
  text-align: center;
}
.contenus-partenaires-container:before {
  position: absolute;
  top: 10px;
  left: 1rem;
  content: "Contenus partenaires";
  font-family: "Myriad", Arial, Helvetica, sans-serif;
  font-size: 0.9375rem;
  line-height: 15px;
  color: #495057;
}
.contenus-partenaires-container .owl-carousel .owl-stage-outer {
  max-height: 210px;
}

@media (max-width: 1120px) {
  .contenus-partenaires-container {
    margin-left: -1rem;
    margin-right: -1rem;
    padding: 2rem 0 1.5rem;
    height: auto;
  }
}
.contenus-partenaires {
  display: inline-block;
  width: 704px;
}
.contenus-partenaires img {
  width: 100%;
  height: auto;
}

@media (max-width: 1120px) {
  .contenus-partenaires {
    width: 224px;
  }
}
@media (max-width: 1120px) {
  .aside-content .side-journal, .aside-content .block-gps-debat-sondage, .aside-content .block-qdm-livechat-block, .aside-content .region-sidebar-content, .aside-content .block-gps-evenement-side, .aside-content .block-gps-formation-side, .aside-content .block-gps-image-semaine, .aside-content .block-gps-video-side, .aside-content .block-qdm-sidebar-blog-quotidien {
    display: none;
  }
}
.node__content {
  font-size: inherit;
  margin-top: 0;
}

body.scrolled [id^=sas-clickMap] {
  top: 62px !important;
}

[id^=sas_intextContainer] {
  margin: 0 auto 1rem auto;
}

@media (max-width: 1120px) {
  [id^=sas_intextContainer] {
    max-width: 748px;
  }
}
@media (max-width: 768px) {
  [id^=sas_intextContainer] {
    max-width: 460px;
  }
}
@media (max-width: 480px) {
  [id^=sas_intextContainer] {
    max-width: 320px;
  }
}
@media print {
  header.header, footer.site-footer, .megaban, .menu-bar-wrapper, .moment, aside.aside-content, .gps-breadcrumb, .billboard-interieur, .sur-le-meme-sujet, .partage-reseaux {
    display: none;
  }
}
body.node--type-page h1.title {
  font-family: "Myriad Bold", Arial, Helvetica, sans-serif;
  font-size: 2.25rem;
  line-height: 1.1;
  margin: 0 0 0.25rem 0;
}

.pagination .page-active span {
  font-family: "Oswald Bold", Arial, Helvetica, sans-serif;
}
.pagination .page-first .page-link, .pagination .page-last .page-link, .pagination .page-previous .page-link, .pagination .page-next .page-link {
  display: block;
  width: 36px;
  height: 36px;
  padding: 0;
}
.pagination .page-first .page-link, .pagination .page-previous .page-link {
  background: transparent url(images/slider-btn-left.svg) no-repeat top 50% left 50%;
  background-size: 25%;
}
.pagination .page-next .page-link {
  background: transparent url(images/slider-btn-right.svg) no-repeat top 50% left 50%;
  background-size: 25%;
}
.pagination .page-last .page-link {
  background: transparent url(images/slider-btn-right.svg) no-repeat top 50% left 35%;
  background-size: 25%;
  position: relative;
}
.pagination .page-last .page-link:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: transparent url(images/slider-btn-right.svg) no-repeat top 50% left 65%;
  background-size: 25%;
}
.pagination .page-first .page-link {
  background: transparent url(images/slider-btn-left.svg) no-repeat top 50% left 35%;
  background-size: 25%;
  position: relative;
}
.pagination .page-first .page-link:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: transparent url(images/slider-btn-left.svg) no-repeat top 50% left 65%;
  background-size: 25%;
}
.pagination .page-active .page-link:hover {
  border-color: #fff;
  cursor: default;
}
.pagination .page-ellipses .page-link {
  line-height: 0.4;
}
.pagination .page-ellipses .page-link:hover {
  border-color: #fff;
  cursor: default;
}

@media (max-width: 768px) {
  .pagination .pages-current {
    display: none;
  }
  .pagination .page-active {
    display: block;
  }
}
.video-brightcove {
  text-align: center;
  margin-bottom: 1rem;
}
.video-brightcove > div {
  display: inline-block;
  width: 100%;
}

.la-une-secondaire .img-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}
.la-une-secondaire .img-actualites {
  width: 234px;
  height: 156px;
}
.la-une-secondaire .text-chapo .text {
  display: none !important;
}

@media (max-width: 768px) {
  .la-une-secondaire .img-actualites {
    width: 136px;
    height: 91px;
  }
}
.user-register-form legend {
  margin-bottom: 0;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
.user-register-form .fieldset {
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  padding: 74px 1rem 1rem 1rem;
  margin: 2rem 0;
  position: relative;
  border-radius: 10px;
}
.user-register-form .fieldset.sub-fieldset {
  background: #fff;
  margin: 0;
  padding: 3rem 0 0 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  flex: 1;
}
.user-register-form .fieldset.sub-fieldset .legend {
  background-color: #56add4;
  font-family: "Oswald", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1;
  height: 40px;
}
.user-register-form .fieldset.sub-fieldset .profile-info {
  padding: 0.5rem 1rem 1rem 1rem;
}
.user-register-form .fieldset .legend {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  background: #337c9c;
  padding: 0 20px;
  font-family: "Oswald", Arial, Helvetica, sans-serif;
  font-size: 1.125rem;
  line-height: 58px;
  height: 58px;
  color: #fff;
  width: 100%;
  border-radius: 10px 10px 0 0;
  text-transform: uppercase;
}
.user-register-form .sub-fieldset-container {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  justify-content: space-between;
  margin-bottom: 1rem;
}
@media (max-width: 1100px) {
  .user-register-form .sub-fieldset-container {
    flex-direction: column;
  }
}
.user-register-form .form-item-editorial-choice {
  display: inline-block;
  margin-right: 1rem;
  margin-bottom: 0.5rem;
}
.user-register-form .newsletter-editorial {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem 1rem;
}
@media (max-width: 1100px) {
  .user-register-form .newsletter-editorial {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .user-register-form .newsletter-editorial {
    grid-template-columns: repeat(1, 1fr);
  }
}
.user-register-form .newsletter-specialite {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem 1rem;
  margin-bottom: 1rem;
}
@media (max-width: 1100px) {
  .user-register-form .newsletter-specialite {
    grid-template-columns: repeat(2, 1fr);
  }
}
.user-register-form .newsletter-editorial > div {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.user-register-form .newsletter-editorial .newsletter-checkbox-img {
  min-height: 156px;
  border-bottom: 1px solid #EEEFF3;
}
@media (max-width: 768px) {
  .user-register-form .newsletter-editorial .newsletter-checkbox-img {
    min-height: 0;
    display: none;
    border-bottom: none;
  }
}
.user-register-form .newsletter-editorial .form-item-editorial-selected-1 .newsletter-checkbox-img {
  background: url("images/newsletters/nl-01.png") no-repeat top 50% left 50%;
}
.user-register-form .newsletter-editorial .form-item-editorial-selected-2 .newsletter-checkbox-img {
  background: url("images/newsletters/nl-06.png") no-repeat top 50% left 50%;
}
.user-register-form .newsletter-editorial .form-item-editorial-selected-32 .newsletter-checkbox-img {
  background: url("images/newsletters/nl-02.png") no-repeat top 50% left 50%;
}
.user-register-form .newsletter-editorial .form-item-editorial-selected-65 .newsletter-checkbox-img {
  background: url("images/newsletters/nl-03.png") no-repeat top 50% left 50%;
}
.user-register-form .newsletter-editorial .form-item-editorial-selected-33 .newsletter-checkbox-img {
  background: url("images/newsletters/nl-04.png") no-repeat top 50% left 50%;
}
.user-register-form .newsletter-editorial .form-item-editorial-selected-34 .newsletter-checkbox-img {
  background: url("images/newsletters/nl-07.png") no-repeat top 50% left 50%;
}
.user-register-form .newsletter-editorial .form-item-editorial-selected-3 .newsletter-checkbox-img {
  background: url("images/newsletters/nl-05.png") no-repeat top 50% left 50%;
}
.user-register-form .newsletter-editorial .form-item-editorial-selected-4 .newsletter-checkbox-img {
  background: url("images/newsletters/nl-08.png") no-repeat top 50% left 50%;
}
.user-register-form .newsletter-editorial .form-item-editorial-selected-35 .newsletter-checkbox-img {
  background: url("images/newsletters/nl-09.png") no-repeat top 50% left 50%;
}
.user-register-form .newsletter-editorial .form-item-editorial-selected-47 .newsletter-checkbox-img {
  background: url("images/newsletters/nl-10.png") no-repeat top 50% left 50%;
}
.user-register-form .newsletter-editorial .newsletter-checkbox-label label {
  margin: 0;
  display: flex;
  flex-direction: row;
  gap: 1rem;
  justify-content: space-between;
  align-items: center;
}
.user-register-form .newsletter-editorial .newsletter-checkbox-label .label {
  font-family: "Myriad Bold", Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
  line-height: 1;
  flex: 1;
}
.user-register-form .newsletter-editorial .newsletter-checkbox-label .frequence {
  flex: 0 0 120px;
  background: url("images/newsletters/calendar.svg") no-repeat top 50% left 0;
  background-size: 19px 18px;
  padding-left: 30px;
  line-height: 1;
  min-height: 18px;
  align-self: flex-start;
}
.user-register-form .newsletter-editorial .newsletter-checkbox-description {
  flex-grow: 1;
  border-bottom: 1px solid #EEEFF3;
  padding-bottom: 1rem;
}
.user-register-form .newsletter-specialite > div {
  padding: 0;
  position: relative;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1100px) {
  .user-register-form .newsletter-specialite > div {
    width: 160px;
    margin: 0 auto;
  }
}
.user-register-form .newsletter-specialite .newsletter-checkbox-label {
  position: absolute;
  top: 0;
  left: 0;
  width: 334px;
  height: 224px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1100px) {
  .user-register-form .newsletter-specialite .newsletter-checkbox-label {
    width: 160px;
    height: 108px;
  }
}
.user-register-form .newsletter-specialite .newsletter-checkbox-label strong {
  font-size: 1.875rem;
  text-shadow: 0 0 5px #FFF, 0 0 10px #FFF, 0 0 15px #FFF, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #fff, 0 0 55px #fff, 0 0 75px #fff;
}
@media (max-width: 1100px) {
  .user-register-form .newsletter-specialite .newsletter-checkbox-label strong {
    font-size: 1.125rem;
  }
}
.user-register-form .newsletter-specialite .newsletter-checkbox-img {
  height: 224px;
  margin-bottom: 1rem;
}
@media (max-width: 1100px) {
  .user-register-form .newsletter-specialite .newsletter-checkbox-img {
    height: 108px;
  }
}
.user-register-form .newsletter-specialite .form-item-editorial-selected-36 .newsletter-checkbox-img {
  background: url("images/newsletters/spe-1.png") no-repeat top 50% left 50%;
  background-size: 334px 224px;
}
@media (max-width: 1100px) {
  .user-register-form .newsletter-specialite .form-item-editorial-selected-36 .newsletter-checkbox-img {
    background-size: 160px 108px;
  }
}
.user-register-form .newsletter-specialite .form-item-editorial-selected-37 .newsletter-checkbox-img {
  background: url("images/newsletters/spe-2.png") no-repeat top 50% left 50%;
  background-size: 334px 224px;
}
@media (max-width: 1100px) {
  .user-register-form .newsletter-specialite .form-item-editorial-selected-37 .newsletter-checkbox-img {
    background-size: 160px 108px;
  }
}
.user-register-form .newsletter-specialite .form-item-editorial-selected-38 .newsletter-checkbox-img {
  background: url("images/newsletters/spe-3.png") no-repeat top 50% left 50%;
  background-size: 334px 224px;
}
@media (max-width: 1100px) {
  .user-register-form .newsletter-specialite .form-item-editorial-selected-38 .newsletter-checkbox-img {
    background-size: 160px 108px;
  }
}
.user-register-form .newsletter-specialite .form-item-editorial-selected-39 .newsletter-checkbox-img {
  background: url("images/newsletters/spe-4.png") no-repeat top 50% left 50%;
  background-size: 334px 224px;
}
@media (max-width: 1100px) {
  .user-register-form .newsletter-specialite .form-item-editorial-selected-39 .newsletter-checkbox-img {
    background-size: 160px 108px;
  }
}
.user-register-form .newsletter-specialite .form-item-editorial-selected-40 .newsletter-checkbox-img {
  background: url("images/newsletters/spe-5.png") no-repeat top 50% left 50%;
  background-size: 334px 224px;
}
@media (max-width: 1100px) {
  .user-register-form .newsletter-specialite .form-item-editorial-selected-40 .newsletter-checkbox-img {
    background-size: 160px 108px;
  }
}
.user-register-form .newsletter-specialite .form-item-editorial-selected-41 .newsletter-checkbox-img {
  background: url("images/newsletters/spe-6.png") no-repeat top 50% left 50%;
  background-size: 334px 224px;
}
@media (max-width: 1100px) {
  .user-register-form .newsletter-specialite .form-item-editorial-selected-41 .newsletter-checkbox-img {
    background-size: 160px 108px;
  }
}
.user-register-form #edit-editorial-choice--wrapper, .user-register-form .form-item-editorial-selected-1, .user-register-form .form-item-editorial-selected-2, .user-register-form .form-item-editorial-selected-3, .user-register-form .form-item-editorial-selected-4, .user-register-form .form-item-pass-pass2 {
  margin-bottom: 0;
}
.user-register-form .password-strength__indicator.is-fair, .user-register-form .password-strength__indicator.is-good, .user-register-form .password-strength__indicator.is-strong {
  background: #a5bf46;
}
.user-register-form .password-strength__text.is-fair, .user-register-form .password-strength__text.is-good, .user-register-form .password-strength__text.is-strong {
  background: #a5bf46;
}
.user-register-form .password-suggestions.description {
  color: #6c757d !important;
  font-size: 80%;
  font-weight: 400;
}
.user-register-form .password-suggestions.description ul {
  margin-bottom: 0;
}

.qph-theme .user-register-form .fieldset .legend {
  background: #a5bf46;
}

.qph-theme .user-register-form .fieldset.sub-fieldset .legend {
  background: #c1d668;
}

.inf-theme .user-register-form .fieldset.sub-fieldset .legend {
  background: #29bddf;
}

.inf-theme .user-register-form .fieldset .legend {
  background: #028faf;
}

#gps_comments_thread iframe {
  min-height: 500px;
}

@media (max-width: 1100px) {
  .region-sidebar > div.block-gps-twitter-block {
    display: none;
  }
}
.sur-le-meme-sujet .card-body {
  padding-bottom: 0;
}
.sur-le-meme-sujet.sur-le-meme-sujet-video .card-body {
  padding-bottom: 1rem;
}

.la-une-surtitre p {
  margin: 0;
}

#sommaire-dossier #voir-plus {
  display: none;
}

.input-focus {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1rem;
  margin: 0;
  z-index: 10000000000000000;
  background: rgba(255, 255, 255, 0.95);
  display: flex;
  align-items: center;
  justify-content: center;
}
.input-focus .for-click {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.input-focus label, .input-focus input {
  z-index: 2;
}

@media (min-width: 1100px) {
  .owl-carousel-hp-videos {
    max-width: 704px;
  }
}
@media (min-width: 1100px) {
  .owl-carousel-article-video {
    max-width: 704px;
  }
}
.gps-video-une .img-laune {
  position: relative;
  box-shadow: 0px 0px 30px 0px rgba(18, 179, 179, 0.5) inset;
}
.gps-video-une .img-laune:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #12b3b3 url("images/icon-video.svg") no-repeat top 50% left 50%;
  background-size: 300px;
  opacity: 0.25;
  z-index: 1;
}
.gps-video-une .img-laune:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: transparent url("images/icon-video-black.svg") no-repeat top 50% left 50%;
  background-size: 62px 62px;
  opacity: 0.5;
  z-index: 3;
}

@media (max-width: 768px) {
  .gps-video-une .qdm-card .card-header {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1100px) {
  .gps-video-rubrique, .sur-le-meme-sujet-video {
    max-width: 736px;
  }
}
.gps-video-rubrique .owl-content, .sur-le-meme-sujet-video .owl-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.gps-video-rubrique .owl-container, .sur-le-meme-sujet-video .owl-container {
  padding-bottom: 16px;
}

@media (max-width: 1100px) {
  .gps-video-rubrique .owl-container, .sur-le-meme-sujet-video .owl-container {
    padding-bottom: 46px;
  }
}
.gps-video-rubrique .owl-img-container, .sur-le-meme-sujet-video .owl-img-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 224px;
  height: 150px;
  text-align: center;
  margin-bottom: 1rem;
  position: relative;
  box-shadow: 0px 0px 30px 0px rgba(18, 179, 179, 0.5) inset;
}

.gps-video-rubrique .owl-img-container:before, .sur-le-meme-sujet-video .owl-img-container:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #12b3b3 url("images/icon-video.svg") no-repeat top 50% left 50%;
  background-size: 185px;
  opacity: 0.25;
  z-index: 1;
}

.gps-video-rubrique .owl-img-container:after, .sur-le-meme-sujet-video .owl-img-container:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: transparent url("images/icon-video-black.svg") no-repeat top 50% left 50%;
  background-size: 62px 62px;
  opacity: 0.5;
  z-index: 3;
}

.gps-video-rubrique .owl-img-container img, .sur-le-meme-sujet-video .owl-img-container img {
  z-index: 2;
}

.gps-video-rubrique .owl-img-container.with-image:before {
  background: #12b3b3;
}

.sur-le-meme-sujet-video .owl-img-container.with-image:before {
  background: #12b3b3;
}
.sur-le-meme-sujet-video .owl-container {
  padding-bottom: 34px;
}
.sur-le-meme-sujet-video .owl-img-container {
  width: 164px;
  height: 110px;
}

.gps-carte-video {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.gps-carte-video-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 234px;
  height: 156px;
  text-align: center;
  margin-bottom: 0.5rem;
  position: relative;
  box-shadow: 0px 0px 30px 0px rgba(18, 179, 179, 0.5) inset;
}
.gps-carte-video-container:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #12b3b3 url("images/icon-video.svg") no-repeat top 50% left 50%;
  background-size: 185px;
  opacity: 0.25;
  z-index: 1;
}
.gps-carte-video-container:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: transparent url("images/icon-video-black.svg") no-repeat top 50% left 50%;
  background-size: 62px 62px;
  opacity: 0.5;
  z-index: 3;
}
.gps-carte-video-container .img-container {
  z-index: 2;
}
.gps-carte-video-container.with-image:before {
  background: none;
}
.gps-carte-video-container .img-actualites {
  width: 234px;
  height: 156px;
  text-align: center;
  box-shadow: none;
  background: none;
}

.a-lire-aussi {
  margin: 1rem 0 1rem 2rem;
  position: relative;
  padding: 0.5rem 0 0.5rem 1rem;
}
.a-lire-aussi:before {
  position: absolute;
  content: "";
  background: #337c9c;
  width: 4px;
  height: 100%;
  top: 0;
  left: 0;
}
.a-lire-aussi a {
  color: #000;
}
.a-lire-aussi a:hover {
  color: #337c9c;
}

@media (max-width: 768px) {
  .a-lire-aussi {
    margin: 1rem 0 1rem 0.5rem;
  }
}
.gps-theme-contenu {
  margin-bottom: 1rem;
}
.gps-theme-contenu a {
  background: #56add4;
  line-height: 28px;
  color: #fff;
  border-radius: 30px;
  padding: 0 10px;
  margin: 0 0.2rem 0.2rem 0;
  display: inline-block;
}
.gps-theme-contenu a:hover {
  background: #337c9c;
}

.bloc-commentaires {
  margin: 10px 0;
}

.source-content hr {
  margin-bottom: 0.5rem;
}

.listing-surtitre p {
  margin: 0;
}

body.node--type-homepage .layout--gps-listing .text-chapo {
  display: block !important;
}

@media (max-width: 768px) {
  body.node--type-homepage .layout--gps-listing .text-chapo {
    display: none !important;
  }
}
.listing-body-article .align-left.embedded-entity {
  float: none !important;
}

body.scrolled #sas_container_8764910 {
  margin-top: 90px !important;
}

.block-field-blocknodearticlefield-authors, .block-field-blocknodearticlechanged, .block-field-blocknodearticlecreated, .block-field-blocknodevideocreated, .block-field-blocknodearticletitle, .block-field-blocknodearticlefield-access-level, .block-field-blocknodedossiertitle, .block-field-blocknodedossierfield-access-level, .block-field-blocknodearticlecreated, .block-field-blocknodedossiercreated, .block-field-blocknodearticlefield-authors .content, .block-field-blocknodearticlechanged .content, .block-field-blocknodearticlecreated .content, .block-field-blocknodevideocreated .content, .block-field-blocknodearticletitle .content, .block-field-blocknodearticlefield-access-level .content, .block-field-blocknodedossiertitle .content, .block-field-blocknodedossierfield-access-level .content, .block-field-blocknodearticlecreated .content, .block-field-blocknodedossiercreated .content {
  display: inline;
}

body.path-frontpage .block-field-blocknodedossiercreated,
body.path-frontpage .block-field-blocknodearticlecreated {
  display: none;
}

.inscription-intro fieldset {
  margin: 0;
}

#edit-pass--description {
  display: block;
  margin-top: 2rem;
}

.user-login-form #edit-pass--description {
  display: block;
  margin-top: 0;
}

.infos-activation {
  width: 60px;
  height: 60px;
  background: transparent url("images/icon-info.svg") no-repeat top 50% left 50%;
  text-indent: -9999999999999px;
}

.qph-theme .infos-activation {
  background: transparent url("images/icon-info-qph.svg") no-repeat top 50% left 50%;
}

.bloc-aideinscription ul {
  list-style: disc outside none;
  margin-left: 6px;
  padding-left: 10px;
}
.bloc-aideinscription li {
  margin-bottom: 1rem;
}

.mentions-obligatoires {
  margin-bottom: -1rem !important;
}

.user-register-form .password-confirm {
  margin-bottom: 1rem;
}

.annonces li {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #adb5bd;
}
.annonces.annonces-emploi li:last-child {
  border-bottom: none;
}

.aside-content ul.annonces-liste {
  padding: 0 0 0 15px;
  margin: 0;
}
.aside-content ul.annonces-liste li {
  position: relative;
}
.aside-content ul.annonces-liste li:before {
  position: absolute;
  content: "";
  top: 7px;
  left: -15px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #12b3b3;
}

.owl-carousel-boutique a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.owl-carousel-boutique .owl-nav {
  bottom: 0;
  top: 80px;
  pointer-events: none;
}
.owl-carousel-boutique .owl-nav button {
  pointer-events: auto;
}
.owl-carousel-boutique img {
  max-width: 220px;
  height: auto;
}

.owl-carousel-formation {
  max-width: 736px;
  padding: 0 30px;
  margin-bottom: 1rem;
}
.owl-carousel-formation .item {
  min-height: 285px;
  padding: 1rem;
  position: relative;
  outline: 1px solid #adb5bd;
  outline-offset: -2px;
  background: #e9ecef;
}
.owl-carousel-formation a {
  display: flex;
  justify-content: center;
  flex-direction: column;
  font-size: 0.875rem;
  line-height: 1.2;
  margin: 0 0 5px 0;
}
.owl-carousel-formation .owl-nav {
  bottom: 0;
  top: 120px;
  pointer-events: none;
}
.owl-carousel-formation .owl-nav button {
  pointer-events: auto;
}
.owl-carousel-formation img {
  max-width: 220px;
  height: auto;
}

.view-comite-experts-block-home {
  max-width: 736px;
  margin-bottom: 3rem;
  margin-top: 3rem;
  border: 10px solid #a5bf46;
  background: #f8f7f8;
  padding: 2rem 1rem;
}
.view-comite-experts-block-home .title {
  font-family: "Oswald", Arial, Helvetica, sans-serif;
  font-size: 2.25rem;
  color: #a5bf46;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  background: transparent url(images/question-reponse.svg) no-repeat top 0 left 0;
  background-size: 60px 60px;
  padding: 5px 0 5px 65px;
  margin-bottom: 2rem;
}
.view-comite-experts-block-home .btn-comite-hp {
  border-color: #a5bf46;
  color: #a5bf46;
}
.view-comite-experts-block-home .btn-comite-hp:hover {
  background: #a5bf46 !important;
  color: #fff !important;
}
.view-comite-experts-block-home .views-field-webform-submission-value {
  font-size: 1.125rem;
  line-height: 1.2;
  margin-bottom: 1rem;
}
.view-comite-experts-block-home .view-content.row {
  margin: 0;
}
.view-comite-experts-block-home ul {
  list-style: none;
}

@media (max-width: 736px) {
  .view-comite-experts-block-home {
    display: none;
  }
}
figure.caption figcaption {
  text-align: center;
  color: #adb5bd;
  font-size: 0.875rem;
}

.form-item-civilite, .form-item-field-gender {
  display: inline-block;
  margin: 0 1rem 0 0;
}

#nickname-verif,
#email-verif {
  margin: -1rem 0 0;
  font-size: 0.875rem;
  color: #dc3545;
  height: 21px;
}
#nickname-verif a,
#email-verif a {
  color: #337c9c;
  text-decoration: underline;
}

#nickname-verif {
  padding-top: 20px;
}

.link-cond {
  color: #337c9c;
  text-decoration: underline;
}

.signature-dossier {
  clear: both;
}

.bloc-image-semaine {
  padding: 10px;
}
.bloc-image-semaine .bloc-image-semaine-title {
  position: relative;
  padding: 0 0 1rem 0;
  margin: 0 0 1rem 0;
}
.bloc-image-semaine .bloc-image-semaine-title:after {
  position: absolute;
  content: "";
  width: 80%;
  height: 1px;
  bottom: 0;
  left: 10%;
  background: #adb5bd;
}

body.qph-theme.node--type-comite-experts h1, body.qph-theme.node--type-comite-experts-reponses h1 {
  font-family: "Myriad Bold", Arial, Helvetica, sans-serif;
  font-size: 2.25rem;
  line-height: 1.1;
  margin: 0 0 1rem 0;
}
body.qph-theme .a-lire-aussi:before {
  background: #a5bf46;
}
body.qph-theme .expert-reponse {
  display: none;
}
body.qph-theme .comite-title {
  text-align: center;
}
body.qph-theme .comite-title-1 {
  font-family: "Oswald", Arial, Helvetica, sans-serif;
  font-size: 1.875rem;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 1rem;
}
body.qph-theme .comite-title-1:before {
  position: absolute;
  content: "";
  width: 50%;
  height: 1px;
  bottom: 0;
  left: 25%;
  background: #adb5bd;
}
body.qph-theme .webform-submission-comites-d-experts-form {
  background: #e9ecef;
  padding: 1rem;
  margin-bottom: 3rem;
}
body.qph-theme .webform-submission-comites-d-experts-form button.webform-button--submit.btn-ext-black-green {
  width: auto !important;
  font-family: "Oswald", Arial, Helvetica, sans-serif !important;
  font-size: 1.125rem !important;
  color: #000 !important;
  border: 1px solid #000 !important;
  background: none !important;
  text-transform: uppercase !important;
  padding: 4px 25px !important;
  margin: 0 !important;
}
body.qph-theme .webform-submission-comites-d-experts-form button.webform-button--submit.btn-ext-black-green:hover {
  color: #a5bf46 !important;
  border: 1px solid #a5bf46 !important;
}
body.qph-theme .comite-dernieres-header {
  position: relative;
  z-index: 1;
  margin-bottom: 3rem;
}
body.qph-theme .comite-dernieres-header-label {
  font-family: "Oswald", Arial, Helvetica, sans-serif;
  font-size: 1.875rem;
  text-transform: uppercase;
  line-height: 1.2;
  padding: 6px 75px 6px 0;
  display: inline-block;
  background: #fff url(images/question-reponse.svg) no-repeat top 0 right 15px;
  background-size: 48px 48px;
}
body.qph-theme .comite-dernieres-header-label:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  bottom: 10px;
  left: 0;
  background: #adb5bd;
  z-index: -1;
}
body.qph-theme .view-comite-experts-block {
  margin-bottom: 2rem;
}
body.qph-theme .view-comite-experts-block .views-row {
  width: 100%;
}
body.qph-theme .view-comite-experts-block .webform-submission-comites-d-experts-form .form-item-question {
  padding: 0;
  margin: 0 0 1rem 0;
}
body.qph-theme .view-comite-experts-block .webform-submission-comites-d-experts-form .form-item-question:before, body.qph-theme .view-comite-experts-block .webform-submission-comites-d-experts-form .form-item-question:after {
  content: normal;
}
body.qph-theme .view-comite-d-experts .view-content.row {
  margin: 0 !important;
}
body.qph-theme .view-comite-d-experts-reponses .view-content.row, body.qph-theme .view-comite-d-experts .view-content.row, body.qph-theme .view-comite-experts-block .view-content.row {
  margin: 0 !important;
  width: 100%;
}
body.qph-theme .view-comite-d-experts-reponses .view-content.row .views-row, body.qph-theme .view-comite-d-experts .view-content.row .views-row, body.qph-theme .view-comite-experts-block .view-content.row .views-row {
  width: 100%;
}
body.qph-theme .view-comite-d-experts-reponses .webform-submission-data--webform-comites-d-experts, body.qph-theme .view-comite-d-experts .webform-submission-data--webform-comites-d-experts, body.qph-theme .view-comite-experts-block .webform-submission-data--webform-comites-d-experts {
  margin: 1rem 0 3rem 0;
}
body.qph-theme .view-comite-d-experts-reponses .form-item-question, body.qph-theme .view-comite-d-experts .form-item-question, body.qph-theme .view-comite-experts-block .form-item-question {
  position: relative;
  padding: 0 45px;
  font-family: "Myriad Bold", Arial, Helvetica, sans-serif;
  font-size: 1.1875rem;
  font-style: italic;
  margin-bottom: 2rem;
}
body.qph-theme .view-comite-d-experts-reponses .form-item-question:before, body.qph-theme .view-comite-d-experts .form-item-question:before, body.qph-theme .view-comite-experts-block .form-item-question:before {
  position: absolute;
  content: "";
  background: transparent url(images/cite-1-qph.png) no-repeat top 0 left 0;
  width: 24px;
  height: 25px;
  top: 0;
  left: 0;
}
body.qph-theme .view-comite-d-experts-reponses .form-item-question:after, body.qph-theme .view-comite-d-experts .form-item-question:after, body.qph-theme .view-comite-experts-block .form-item-question:after {
  position: absolute;
  content: "";
  background: transparent url(images/cite-2-qph.png) no-repeat top 0 left 0;
  width: 24px;
  height: 25px;
  bottom: 0;
  right: 0;
}
body.qph-theme .view-comite-d-experts-reponses .form-item-question label, body.qph-theme .view-comite-d-experts .form-item-question label, body.qph-theme .view-comite-experts-block .form-item-question label {
  display: none;
}
body.qph-theme .view-comite-d-experts-reponses .form-item-reponse, body.qph-theme .view-comite-d-experts-reponses .form-item-nom-de-l-expert, body.qph-theme .view-comite-d-experts-reponses .form-item-date {
  position: relative;
  background: #e9ecef;
  margin: 0;
}
body.qph-theme .view-comite-d-experts .form-item-reponse, body.qph-theme .view-comite-d-experts .form-item-nom-de-l-expert, body.qph-theme .view-comite-d-experts .form-item-date {
  position: relative;
  background: #e9ecef;
  margin: 0;
}
body.qph-theme .view-comite-experts-block .form-item-reponse, body.qph-theme .view-comite-experts-block .form-item-nom-de-l-expert, body.qph-theme .view-comite-experts-block .form-item-date {
  position: relative;
  background: #e9ecef;
  margin: 0;
}
body.qph-theme .view-comite-d-experts-reponses .form-item-reponse:before, body.qph-theme .view-comite-d-experts-reponses .form-item-nom-de-l-expert:before, body.qph-theme .view-comite-d-experts-reponses .form-item-date:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background: #343a40;
}
body.qph-theme .view-comite-d-experts .form-item-reponse:before, body.qph-theme .view-comite-d-experts .form-item-nom-de-l-expert:before, body.qph-theme .view-comite-d-experts .form-item-date:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background: #343a40;
}
body.qph-theme .view-comite-experts-block .form-item-reponse:before, body.qph-theme .view-comite-experts-block .form-item-nom-de-l-expert:before, body.qph-theme .view-comite-experts-block .form-item-date:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background: #343a40;
}
body.qph-theme .view-comite-d-experts-reponses .form-item-reponse label, body.qph-theme .view-comite-d-experts-reponses .form-item-nom-de-l-expert label, body.qph-theme .view-comite-d-experts-reponses .form-item-date label {
  display: none;
}
body.qph-theme .view-comite-d-experts .form-item-reponse label, body.qph-theme .view-comite-d-experts .form-item-nom-de-l-expert label, body.qph-theme .view-comite-d-experts .form-item-date label {
  display: none;
}
body.qph-theme .view-comite-experts-block .form-item-reponse label, body.qph-theme .view-comite-experts-block .form-item-nom-de-l-expert label, body.qph-theme .view-comite-experts-block .form-item-date label {
  display: none;
}
body.qph-theme .view-comite-d-experts-reponses .form-item-reponse, body.qph-theme .view-comite-d-experts .form-item-reponse, body.qph-theme .view-comite-experts-block .form-item-reponse {
  padding: 1rem 45px;
}
body.qph-theme .view-comite-d-experts-reponses .form-item-nom-de-l-expert, body.qph-theme .view-comite-d-experts .form-item-nom-de-l-expert, body.qph-theme .view-comite-experts-block .form-item-nom-de-l-expert {
  padding: 0 45px 0;
  font-weight: bold;
}
body.qph-theme .view-comite-d-experts-reponses .form-item-date, body.qph-theme .view-comite-d-experts .form-item-date, body.qph-theme .view-comite-experts-block .form-item-date {
  padding: 0 45px 1rem;
}
body.qph-theme a:hover {
  color: #a5bf46;
}
body.qph-theme .bloc-sondage .form-check-label:before {
  background: #adb5bd;
}
body.qph-theme .bloc-sondage .form-actions button:hover {
  color: #a5bf46;
  border: 1px solid #a5bf46;
}
body.qph-theme .header-abo a:hover {
  color: #fcc900;
}
body.qph-theme .btn {
  transition: none !important;
}
body.qph-theme .btn-int:hover {
  color: #a5bf46;
  border-color: #a5bf46;
}
body.qph-theme .menu-compte .popin-compte ul a.abonne:hover {
  color: #000;
}
body.qph-theme .text-blue {
  color: #a5bf46 !important;
}
body.qph-theme .acces-bloc .btn:hover {
  color: #fcc900;
}
body.qph-theme .gps-login-form .user-login-form button {
  border: 1px solid #a5bf46;
  background: #a5bf46;
}
body.qph-theme .gps-login-form .user-login-form button:hover {
  border: 1px solid #000;
  background: #000;
  color: #a5bf46;
}
body.qph-theme .owl-theme .owl-dots .owl-dot.active span, body.qph-theme .owl-theme .owl-dots .owl-dot:hover span {
  background: #a5bf46;
}
body.qph-theme #block-qph-b4-sass-topheaderbaseline, body.qph-theme #block-gen-b4-sass-topheaderbaseline, body.qph-theme #block-dsa-b4-sass-topheaderbaseline, body.qph-theme [id$=-topheaderbaseline] {
  width: 200px;
  display: flex;
}
body.qph-theme .acces-bloc .mentions-obligatoires, body.qph-theme #edit-intro .mentions-obligatoires {
  margin-bottom: 0 !important;
}
body.qph-theme .annonces li {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e9ecef;
}
body.qph-theme .annonces-toutes {
  position: relative;
  padding-left: 1rem;
}
body.qph-theme .annonces-toutes:after {
  position: absolute;
  content: "";
  top: 2px;
  left: 0;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 10px solid #a5bf46;
}
body.qph-theme .aside-content a:hover, body.qph-theme .home a:hover .title, body.qph-theme .article-listing a:hover .title {
  color: #a5bf46;
}
body.qph-theme .btn-int-yellow:hover {
  color: #fcc900;
  border-color: #000;
}
body.qph-theme .menu--en-ce-moment ul li a:hover {
  color: #a5bf46;
}
body.qph-theme .bloc-twitter-title {
  height: 50px;
  line-height: 40px;
  padding: 0 0 10px 55px;
  margin-bottom: 10px;
  border-bottom: 1px solid #adb5bd;
  background: transparent url("images/twitter.svg") no-repeat top 0 left 0;
  background-size: 40px 40px;
}
body.qph-theme .bloc-twitter-title span {
  color: #2ca6ed;
}
body.qph-theme .bloc-comite {
  padding: 10px;
}
body.qph-theme .bloc-comite .bloc-comite-title {
  position: relative;
  padding: 60px 0 1rem 0;
  margin: 0 0 1rem 0;
  background: transparent url(images/question-reponse-black.svg) no-repeat top 0 left 50%;
  background-size: 60px 60px;
}
body.qph-theme .bloc-comite .bloc-comite-title:after {
  position: absolute;
  content: "";
  width: 80%;
  height: 1px;
  bottom: 0;
  left: 10%;
  background: #adb5bd;
}
body.qph-theme .bloc-comite ul {
  padding-left: 10px;
}
body.qph-theme .bloc-comite ul li {
  position: relative;
  font-size: 0.875rem;
}
body.qph-theme .bloc-comite ul li:before {
  position: absolute;
  top: 0;
  left: -10px;
  content: "•";
  color: #a5bf46;
}
body.qph-theme .bloc-annonces-classees {
  width: 300px;
}
body.qph-theme .bloc-annonces-classees .bloc-annonces-classees-title {
  position: relative;
  padding: 0 0 1rem 0;
  margin: 0 0 1rem 0;
}
body.qph-theme .bloc-annonces-classees .bloc-annonces-classees-title:after {
  position: absolute;
  content: "";
  width: 80%;
  height: 1px;
  bottom: 0;
  left: 10%;
  background: #adb5bd;
}
body.qph-theme .bloc-offres-emploi {
  width: 300px;
}
body.qph-theme .bloc-offres-emploi .bloc-offres-emploi-title {
  position: relative;
  padding: 0 0 1rem 0;
  margin: 0 0 1rem 0;
}
body.qph-theme .bloc-offres-emploi .bloc-offres-emploi-title:after {
  position: absolute;
  content: "";
  width: 80%;
  height: 1px;
  bottom: 0;
  left: 10%;
  background: #adb5bd;
}
body.qph-theme .bloc-offres-emploi .annonces.annonces-emploi li:last-child {
  border-bottom: 1px solid #e9ecef;
}
body.qph-theme .bloc-boutique {
  width: 300px;
}
body.qph-theme .bloc-boutique .bloc-boutique-title {
  position: relative;
  padding: 0 0 1rem 0;
  margin: 0 0 1rem 0;
}
body.qph-theme .bloc-boutique .bloc-boutique-title:after {
  position: absolute;
  content: "";
  width: 80%;
  height: 1px;
  bottom: 0;
  left: 10%;
  background: #adb5bd;
}
body.qph-theme .bloc-boutique .myriad-bold.font-size-16 {
  padding: 0 1rem 1rem;
}
body.qph-theme .link-cond {
  color: #a5bf46;
  text-decoration: underline;
}
body.qph-theme .bloc-hp-edition-abonnes {
  border: 1px solid #adb5bd;
  border-top: 6px solid #a5bf46;
}
body.qph-theme .bloc-hp-edition-abonnes a:hover .btn {
  color: #fcc900;
  border-color: #000;
  background: #000;
}
body.qph-theme .footer-top a:hover .btn {
  color: #fcc900;
  border-color: #000;
  background: #000;
}
body.qph-theme .gps-theme-contenu a {
  background: #fff;
  border: 2px solid #a5bf46;
  color: #000;
  margin: 0 0.8rem 0.8rem 0;
}
body.qph-theme .gps-theme-contenu a:hover {
  background: #a5bf46;
  color: #fff;
}
body.qph-theme .block-gps-themes-formations h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 1rem 0;
}
body.qph-theme .block-gps-themes-formations h3 span {
  font-family: "Oswald", Arial, Helvetica, sans-serif;
  font-size: 1.875rem;
  text-transform: uppercase;
  background: #fff;
  display: inline-block;
  padding: 0 16px 0 0;
}
body.qph-theme .block-gps-themes-formations h3 span:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  bottom: 10px;
  left: 0;
  background: #adb5bd;
  z-index: -1;
}
body.qph-theme.scrolled #block-qph-b4-sass-topheaderbaseline {
  display: none;
}

@media (max-width: 768px) {
  body.qph-theme.node--type-comite-experts h1, body.qph-theme.node--type-comite-experts-reponses h1 {
    font-size: 1.875rem;
  }
}
@media (max-width: 1120px) {
  body.qph-theme #block-qph-b4-sass-topheaderbaseline,
body.qph-theme #block-gen-b4-sass-topheaderbaseline,
body.qph-theme #block-dsa-b4-sass-topheaderbaseline,
body.qph-theme [id$=-topheaderbaseline] {
    display: none;
  }
}
@media (min-width: 761px) {
  body.qph-theme .menu.nav > li > a.active, body.qph-theme .menu.nav > li > a.is-active {
    background-color: #a5bf46 !important;
    position: relative;
  }
  body.qph-theme .menu.nav > li > a.active.btn-rechercher, body.qph-theme .menu.nav > li > a.is-active.btn-rechercher {
    background-color: transparent !important;
  }
  body.qph-theme .menu.nav > li > .nav-link:hover, body.qph-theme .menu.nav > li > .nav-link.hover {
    border-bottom-color: #a5bf46;
  }
  body.qph-theme .menu.nav > li > a.active:before, body.qph-theme .menu.nav > li > a.is-active:before {
    border-top: 61px solid #a5bf46;
  }
  body.qph-theme .menu.nav > li > a.active.dropdown-toggle:after, body.qph-theme .menu.nav > li > a.active:after {
    border-bottom-color: #a5bf46;
  }
  body.qph-theme .menu.nav > li > a.is-active.dropdown-toggle:after, body.qph-theme .menu.nav > li > a.is-active:after {
    border-bottom-color: #a5bf46;
  }
  body.qph-theme .sub-menu.nav a:focus:before, body.qph-theme .sub-menu.nav a:hover:before {
    background: #a5bf46;
  }
  body.qph-theme .menu.nav .menu-services + .sub-menu.nav,
body.qph-theme .menu.nav .btn-rechercher + .sub-menu.nav {
    left: auto;
    right: 0;
  }
  body.qph-theme .menu.nav > li > .nav-link.two-lines {
    text-align: center;
    line-height: 130%;
    padding-top: 10px;
  }
  body.qph-theme .menu.nav > li > .nav-link.two-lines.exercice-professionnel {
    width: 151px;
  }
  body.qph-theme .menu.nav > li > .nav-link.two-lines.medicament-para {
    width: 158px;
  }
  body.qph-theme .menu.nav > li > .nav-link.two-lines.gestion-officine {
    width: 127px;
  }
  body.qph-theme .menu.nav > li > .nav-link.two-lines.a-vous-la-parole, body.qph-theme .menu.nav > li > .nav-link.two-lines.petites-annonces {
    width: 120px;
  }
  body.qph-theme .menu.nav > li > .nav-link.two-lines.nouvelles-missions {
    width: 120px;
  }

  body.inf-theme .menu.nav > li > a.active, body.inf-theme .menu.nav > li > a.is-active {
    background-color: #028faf !important;
    position: relative;
  }
  body.inf-theme .menu.nav > li > a.active.btn-rechercher, body.inf-theme .menu.nav > li > a.is-active.btn-rechercher {
    background-color: transparent !important;
  }
  body.inf-theme .menu.nav > li > .nav-link:hover, body.inf-theme .menu.nav > li > .nav-link.hover {
    border-bottom-color: #028faf;
  }
  body.inf-theme .menu.nav > li > a.active:before, body.inf-theme .menu.nav > li > a.is-active:before {
    border-top: 61px solid #028faf;
  }
  body.inf-theme .menu.nav > li > a.active.dropdown-toggle:after, body.inf-theme .menu.nav > li > a.active:after {
    border-bottom-color: #028faf;
  }
  body.inf-theme .menu.nav > li > a.is-active.dropdown-toggle:after, body.inf-theme .menu.nav > li > a.is-active:after {
    border-bottom-color: #028faf;
  }
  body.inf-theme .sub-menu.nav a:focus:before, body.inf-theme .sub-menu.nav a:hover:before {
    background: #028faf;
  }
  body.inf-theme .menu.nav .menu-services + .sub-menu.nav,
body.inf-theme .menu.nav .btn-rechercher + .sub-menu.nav {
    left: auto;
    right: 0;
  }
  body.inf-theme .menu.nav > li > .nav-link.two-lines {
    text-align: center;
    line-height: 130%;
    padding-top: 10px;
  }
  body.inf-theme .menu.nav > li > .nav-link.two-lines.profession-ide {
    width: 120px;
  }
  body.inf-theme .menu.nav > li > .nav-link.two-lines.ipa-specialites {
    width: 123px;
  }
  body.inf-theme .menu.nav > li > .nav-link.two-lines.exercice-liberal {
    width: 104px;
  }
  body.inf-theme .menu.nav > li > .nav-link.two-lines.formation-professionnelle {
    width: 157px;
  }
}
@media (min-width: 761px) and (max-width: 1120px) {
  body.inf-theme .menu.nav > li > a.active:before, body.inf-theme .menu.nav > li > a.is-active:before {
    border-top: 41px solid #028faf;
  }
}
@media (max-width: 1120px) and (min-width: 761px) {
  body.qph-theme .menu.nav > li > .nav-link {
    font-size: 0.6875rem;
    line-height: 40px;
  }
  body.qph-theme .menu.nav > li > .nav-link.two-lines {
    line-height: 120%;
    padding-top: 7px;
  }
  body.qph-theme .menu.nav > li > .nav-link.two-lines.exercice-professionnel, body.qph-theme .menu.nav > li > .nav-link.two-lines.medicament-para {
    width: 103px;
    padding-left: 0;
    padding-right: 0;
  }
  body.qph-theme .menu.nav > li > .nav-link.two-lines.gestion-officine {
    width: 81px;
    padding-left: 0;
    padding-right: 0;
  }
  body.qph-theme .menu.nav > li > .nav-link.two-lines.a-vous-la-parole, body.qph-theme .menu.nav > li > .nav-link.two-lines.petites-annonces {
    width: 77px;
    padding-left: 5px;
    padding-right: 5px;
  }
  body.qph-theme .menu.nav > li > .nav-link.two-lines.nouvelles-missions {
    width: 96px;
    padding-left: 5px;
    padding-right: 5px;
  }

  body.inf-theme .menu.nav > li > .nav-link {
    font-size: 0.6875rem;
    line-height: 40px;
  }
  body.inf-theme .menu.nav > li > .nav-link.two-lines {
    line-height: 120%;
    padding-top: 7px;
  }
  body.inf-theme .menu.nav > li > .nav-link.two-lines.profession-ide {
    width: 73px;
    padding-left: 10px;
    padding-right: 10px;
  }
  body.inf-theme .menu.nav > li > .nav-link.two-lines.ipa-specialites {
    width: 81px;
    padding-left: 10px;
    padding-right: 10px;
  }
  body.inf-theme .menu.nav > li > .nav-link.two-lines.exercice-liberal {
    width: 77px;
    padding-left: 5px;
    padding-right: 5px;
  }
  body.inf-theme .menu.nav > li > .nav-link.two-lines.formation-professionnelle {
    width: 98px;
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 760px) {
  body.qph-theme a:hover {
    color: #a5bf46;
  }
  body.qph-theme .menu.nav .nav-link:hover, body.qph-theme .menu.nav .nav-link:focus {
    background: #a5bf46;
    color: #fff;
  }
  body.qph-theme .sub-menu.nav a:focus, body.qph-theme .sub-menu.nav a:hover {
    background: #a5bf46;
    color: #fff;
  }
  body.qph-theme .sub-menu.nav button {
    color: #a5bf46;
  }
  body.qph-theme .sub-menu.nav button:focus, body.qph-theme .sub-menu.nav button:hover {
    background: #a5bf46;
    color: #fff;
  }
  body.qph-theme .sub-menu.nav button:before, body.qph-theme .sub-menu.nav button:after {
    background: #a5bf46;
  }
  body.qph-theme .sub-menu.nav button:hover:before, body.qph-theme .sub-menu.nav button:hover:after {
    background: #fff;
  }

  body.inf-theme a:hover {
    color: #028faf;
  }
  body.inf-theme .menu.nav .nav-link:hover, body.inf-theme .menu.nav .nav-link:focus {
    background: #028faf;
    color: #fff;
  }
  body.inf-theme .sub-menu.nav a:focus, body.inf-theme .sub-menu.nav a:hover {
    background: #028faf;
    color: #fff;
  }
  body.inf-theme .sub-menu.nav button {
    color: #028faf;
  }
  body.inf-theme .sub-menu.nav button:focus, body.inf-theme .sub-menu.nav button:hover {
    background: #028faf;
    color: #fff;
  }
  body.inf-theme .sub-menu.nav button:before, body.inf-theme .sub-menu.nav button:after {
    background: #028faf;
  }
  body.inf-theme .sub-menu.nav button:hover:before, body.inf-theme .sub-menu.nav button:hover:after {
    background: #fff;
  }
}
@media (max-width: 760px) {
  body.qph-theme .menu.nav .btn-rechercher.nav-link:focus,
body.qph-theme .menu.nav .btn-rechercher.nav-link:hover {
    background: #adb5bd url(images/search-black.svg) no-repeat top 10px left 14px;
    background-size: auto 18px;
    color: #000;
  }
}
@media (max-width: 767px) {
  body.qph-theme .bloc-hp-edition-abonnes img {
    max-width: 100px;
  }
}
@media (min-width: 761px) {
  body.qph-theme .sub-menu.nav a.active {
    color: #a5bf46;
  }
}
@media (max-width: 640px) {
  body.qph-theme .block-gps-themes-formations h3 span {
    font-size: 1.25rem;
  }
}
.bloc-communaute-content {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 100%;
}
.bloc-communaute-content .bloc-communaute-item {
  display: inline-block;
  width: 28px;
  height: 28px;
  background: #adb5bd;
}
.bloc-communaute-content .bloc-communaute-item a {
  display: block;
  width: 28px;
  height: 28px;
}

.qph-gps-une-principale {
  margin: 0 auto 1rem;
  position: relative;
  max-width: 736px;
}
.qph-gps-une-principale .une-principale-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.qph-gps-une-principale .une-principale-txt {
  position: relative;
  z-index: 2;
  padding-top: 120px;
  margin-bottom: 1rem;
}
.qph-gps-une-principale .une-principale-txt .text-chapo .text {
  display: none !important;
}
.qph-gps-une-principale .une-principale-txt-wrapper {
  margin: 0 5%;
  padding: 10px 10px 0 10px;
  background: #fff;
  border-top: 5px solid #a5bf46;
  margin-bottom: 1rem;
  text-align: center;
  min-height: 100px;
}
.qph-gps-une-principale .une-principale-txt .badge-abonne:before {
  content: normal;
}

@media (min-width: 480px) {
  .qph-gps-une-principale .une-principale-txt-wrapper {
    padding: 20px 10px 0 10px;
  }
}
@media (min-width: 410px) {
  .qph-gps-une-principale .une-principale-txt-wrapper {
    min-height: 110px;
  }
}
@media (min-width: 440px) {
  .qph-gps-une-principale .une-principale-txt-wrapper {
    min-height: 120px;
  }
}
@media (min-width: 480px) {
  .qph-gps-une-principale .une-principale-txt-wrapper {
    min-height: 130px;
  }
}
@media (min-width: 520px) {
  .qph-gps-une-principale .une-principale-txt-wrapper {
    min-height: 140px;
  }
}
@media (min-width: 600px) {
  .qph-gps-une-principale .une-principale-txt-wrapper {
    min-height: 150px;
  }
}
@media (min-width: 620px) {
  .qph-gps-une-principale .une-principale-txt-wrapper {
    min-height: 160px;
  }
}
@media (min-width: 680px) {
  .qph-gps-une-principale .une-principale-txt-wrapper {
    min-height: 170px;
  }
}
@media (min-width: 720px) {
  .qph-gps-une-principale .une-principale-txt-wrapper {
    min-height: 85px;
  }
}
@media (min-width: 350px) {
  .qph-gps-une-principale .une-principale-txt {
    padding-top: 140px;
  }
}
@media (min-width: 380px) {
  .qph-gps-une-principale .une-principale-txt {
    padding-top: 150px;
  }
}
@media (min-width: 410px) {
  .qph-gps-une-principale .une-principale-txt {
    padding-top: 160px;
  }
}
@media (min-width: 430px) {
  .qph-gps-une-principale .une-principale-txt {
    padding-top: 170px;
  }
}
@media (min-width: 470px) {
  .qph-gps-une-principale .une-principale-txt {
    padding-top: 190px;
  }
}
@media (min-width: 500px) {
  .qph-gps-une-principale .une-principale-txt {
    padding-top: 200px;
  }
}
@media (min-width: 530px) {
  .qph-gps-une-principale .une-principale-txt {
    padding-top: 210px;
  }
}
@media (min-width: 560px) {
  .qph-gps-une-principale .une-principale-txt {
    padding-top: 230px;
  }
}
@media (min-width: 590px) {
  .qph-gps-une-principale .une-principale-txt {
    padding-top: 240px;
  }
}
@media (min-width: 620px) {
  .qph-gps-une-principale .une-principale-txt {
    padding-top: 250px;
  }
}
@media (min-width: 650px) {
  .qph-gps-une-principale .une-principale-txt {
    padding-top: 270px;
  }
}
@media (min-width: 700px) {
  .qph-gps-une-principale .une-principale-txt {
    padding-top: 300px;
  }
}
@media (min-width: 750px) {
  .qph-gps-une-principale .une-principale-txt {
    padding-top: 400px;
  }
}
.qph-gps-carte {
  position: relative;
}
.qph-gps-carte .qph-gps-carte-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.qph-gps-carte .qph-gps-carte-txt {
  position: relative;
  z-index: 2;
  padding-top: 140px;
  margin-bottom: 1rem;
}
.qph-gps-carte .qph-gps-carte-txt-wrapper {
  margin: 0 5%;
  padding: 10px 10px 0 10px;
  background: #fff;
  border-top: 5px solid #a5bf46;
  margin-bottom: 1rem;
  text-align: center;
  min-height: 75px;
}
.qph-gps-carte .qph-gps-carte-txt .badge-abonne:before {
  content: normal;
}

@media (min-width: 480px) {
  .qph-gps-carte .qph-gps-carte-txt-wrapper {
    padding: 20px 10px 0 10px;
  }
}
@media (min-width: 350px) {
  .qph-gps-carte .qph-gps-carte-txt {
    padding-top: 160px;
  }
}
@media (min-width: 380px) {
  .qph-gps-carte .qph-gps-carte-txt {
    padding-top: 180px;
  }
}
@media (min-width: 410px) {
  .qph-gps-carte .qph-gps-carte-txt {
    padding-top: 200px;
  }
}
@media (min-width: 430px) {
  .qph-gps-carte .qph-gps-carte-txt {
    padding-top: 220px;
  }
}
@media (min-width: 470px) {
  .qph-gps-carte .qph-gps-carte-txt {
    padding-top: 240px;
  }
}
@media (min-width: 500px) {
  .qph-gps-carte .qph-gps-carte-txt {
    padding-top: 260px;
  }
}
@media (min-width: 530px) {
  .qph-gps-carte .qph-gps-carte-txt {
    padding-top: 280px;
  }
}
@media (min-width: 560px) {
  .qph-gps-carte .qph-gps-carte-txt {
    padding-top: 310px;
  }
}
@media (min-width: 576px) {
  .qph-gps-carte .qph-gps-carte-txt {
    padding-top: 130px;
  }
}
@media (min-width: 620px) {
  .qph-gps-carte .qph-gps-carte-txt {
    padding-top: 130px;
  }
}
@media (min-width: 650px) {
  .qph-gps-carte .qph-gps-carte-txt {
    padding-top: 160px;
  }
}
@media (min-width: 700px) {
  .qph-gps-carte .qph-gps-carte-txt {
    padding-top: 150px;
  }
}
@media (min-width: 750px) {
  .qph-gps-carte .qph-gps-carte-txt {
    padding-top: 180px;
  }
}
@media (min-width: 768px) {
  .qph-gps-carte .qph-gps-carte-txt {
    padding-top: 195px;
  }
}
@media (min-width: 860px) {
  .qph-gps-carte .qph-gps-carte-txt {
    padding-top: 220px;
  }
}
@media (min-width: 930px) {
  .qph-gps-carte .qph-gps-carte-txt {
    padding-top: 240px;
  }
}
@media (min-width: 990px) {
  .qph-gps-carte .qph-gps-carte-txt {
    padding-top: 260px;
  }
}
@media (min-width: 1050px) {
  .qph-gps-carte .qph-gps-carte-txt {
    padding-top: 280px;
  }
}
@media (min-width: 1121px) {
  .qph-gps-carte .qph-gps-carte-txt {
    padding-top: 170px;
  }
}
body.qph-theme .bloc-sondage {
  padding: 10px;
}
body.qph-theme .bloc-sondage .bloc-sondage-title {
  position: relative;
  padding: 0 0 1rem 0;
  margin: 0 0 1rem 0;
}
body.qph-theme .bloc-sondage .bloc-sondage-title:after {
  position: absolute;
  content: "";
  width: 80%;
  height: 1px;
  bottom: 0;
  left: 10%;
  background: #adb5bd;
}
body.qph-theme .bloc-sondage .bloc-sondage-boutons {
  display: flex;
  flex-direction: row;
}
body.qph-theme .bloc-sondage .bloc-sondage-boutons .bloc-sondage-bouton {
  flex-grow: 1;
}
body.qph-theme .bloc-sondage .bloc-sondage-boutons .bloc-sondage-bouton .btn {
  width: 80%;
  padding: 4px 0;
}
body.qph-theme .bloc-sondage .bloc-sondage-boutons .bloc-sondage-bouton:nth-child(1) .btn {
  border: 2px solid #a5bf46;
}
body.qph-theme .bloc-sondage .bloc-sondage-boutons .bloc-sondage-bouton:nth-child(1) .btn:hover {
  background: #a5bf46;
  color: #fff;
}
body.qph-theme .bloc-sondage .bloc-sondage-boutons .bloc-sondage-bouton:nth-child(2) .btn {
  border: 2px solid #ff7d27;
}
body.qph-theme .bloc-sondage .bloc-sondage-boutons .bloc-sondage-bouton:nth-child(2) .btn:hover {
  background: #ff7d27;
  color: #fff;
}
body.qph-theme .bloc-sondage .bloc-sondage-boutons .bloc-sondage-bouton:nth-child(3) .btn {
  border: 2px solid #343a40;
}
body.qph-theme .bloc-sondage .bloc-sondage-boutons .bloc-sondage-bouton:nth-child(3) .btn:hover {
  background: #343a40;
  color: #fff;
}

.qph-rub .rub-header {
  position: relative;
  z-index: 1;
  margin-bottom: 1rem;
}
.qph-rub .rub-header .rub-header-label {
  font-family: "Oswald", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 1.875rem;
  line-height: 1.2;
  padding: 6px 75px 6px 0;
  display: inline-block;
}
.qph-rub .rub-header .rub-header-label:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  bottom: 10px;
  left: 0;
  background: #adb5bd;
  z-index: -1;
}

@media (max-width: 768px) {
  .qph-rub .rub-header .rub-header-label {
    font-size: 1.25rem;
    padding: 0 75px 0 0;
  }
}
.qph-rub-1230824 .rub-header .rub-header-label {
  background: #fff url("images/picto-medicament-parapharmacie.svg") no-repeat top 0 right 15px;
  background-size: 48px 48px;
}

@media (max-width: 768px) {
  .qph-rub-1230824 .rub-header .rub-header-label {
    width: 205px;
  }
}
.qph-rub-1230834 .rub-header .rub-header-label {
  background: #fff url("images/picto-gestion-officine.svg") no-repeat top 0 right 15px;
  background-size: 48px 48px;
}

@media (max-width: 768px) {
  .qph-rub-1230834 .rub-header .rub-header-label {
    width: 145px;
  }
}
.qph-rub-1230826 .rub-header .rub-header-label {
  background: #fff url("images/picto-formation.svg") no-repeat top 0 right 15px;
  background-size: 48px 48px;
  padding: 6px 75px 6px 0;
}

@media (max-width: 768px) {
  .qph-rub-1230826 .rub-header .rub-header-label {
    width: 165px;
  }
}
.bloc-vol-ordo {
  background: #bd1d1d;
  width: 300px;
}
.bloc-vol-ordo button {
  color: #bd1d1d !important;
}
.bloc-vol-ordo button .annonces li {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #adb5bd;
}
.bloc-vol-ordo a:hover {
  color: #000;
}
.bloc-vol-ordo a:hover button {
  color: #fff !important;
  background: transparent !important;
  border: 1px solid #fff !important;
}

.bloc-au-voleur {
  border: 1px solid #bd1d1d !important;
  width: 300px;
}
.bloc-au-voleur a:hover p {
  color: #bd1d1d !important;
}

.bloc-communaute {
  width: 300px;
}

.bloc-ecrire-a-la-redaction {
  width: 300px;
}
.bloc-ecrire-a-la-redaction a:hover .btn.btn-block.btn-int {
  color: #a5bf46;
  border-color: #a5bf46;
}

.view-milibris {
  padding: 1rem;
}
.view-milibris > .view-content.row {
  margin: 0 !important;
}
.view-milibris > .view-content.row > .views-row {
  width: 100%;
  border-bottom: 1px solid #dee2e6;
  margin-bottom: 1rem !important;
}
.view-milibris > .view-content.row > .views-row:last-child {
  border-bottom: none;
}
.view-milibris .badge-abonne, .view-milibris .nb-com, .view-milibris .block-field-blocknodearticlecreated {
  display: none;
}
.view-milibris .text-chapo {
  display: block !important;
  font-size: 0.8125rem !important;
}

.owl-carousel.owl-carousel-hp-comite {
  padding: 0 40px;
  margin-bottom: 1rem;
  max-width: 684px;
}
.owl-carousel.owl-carousel-hp-comite .owl-nav {
  bottom: 0;
  top: 40px;
  pointer-events: none;
}
.owl-carousel.owl-carousel-hp-comite .owl-nav button {
  pointer-events: auto;
}
.owl-carousel.owl-carousel-hp-comite button.owl-prev {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 15px;
  height: 30px;
  margin: 0;
  border-radius: 0;
  background: transparent url(images/comite-hp-left.svg) no-repeat top 50% left 50%;
  background-size: 15px 30px;
}
.owl-carousel.owl-carousel-hp-comite button.owl-next {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 15px;
  height: 30px;
  margin: 0;
  border-radius: 0;
  background: transparent url(images/comite-hp-right.svg) no-repeat top 50% left 50%;
  background-size: 15px 30px;
}

.view-sondages .views-field-created {
  color: #adb5bd;
}

body.inf-theme .a-lire-aussi:before {
  background: #028faf;
}
body.inf-theme .home a:hover .title, body.inf-theme .article-listing a:hover .title, body.inf-theme a:hover {
  color: #028faf;
}
body.inf-theme .footer-third a:hover {
  color: #dc949e;
}
body.inf-theme .bloc-sondage .form-actions button:hover {
  color: #a5bf46;
  border: 1px solid #a5bf46;
}
body.inf-theme .header-abo a:hover {
  color: #fcc900;
}
body.inf-theme .btn {
  transition: none !important;
}
body.inf-theme .btn-int:hover {
  color: #028faf;
  border-color: #028faf;
}
body.inf-theme .menu-compte .popin-compte ul a.abonne:hover {
  color: #000;
}
body.inf-theme .text-blue {
  color: #028faf !important;
}
body.inf-theme .acces-bloc .btn:hover {
  color: #fcc900;
}
body.inf-theme .gps-login-form .user-login-form button {
  border: 1px solid #028faf;
  background: #028faf;
}
body.inf-theme .gps-login-form .user-login-form button:hover {
  border: 1px solid #000;
  background: #000;
  color: #028faf;
}
body.inf-theme .owl-theme .owl-dots .owl-dot.active span, body.inf-theme .owl-theme .owl-dots .owl-dot:hover span {
  background: #028faf;
}
body.inf-theme .menu--en-ce-moment ul li a:hover {
  color: #028faf;
}
body.inf-theme .gps-theme-contenu a {
  background: #028faf;
  border: 2px solid #028faf;
  color: #fff;
  margin: 0 0.8rem 0.8rem 0;
  font-family: "Myriad Bold", Arial, Helvetica, sans-serif;
}
body.inf-theme .gps-theme-contenu a:hover {
  background: #fff;
  border: 2px solid #028faf;
  color: #028faf;
}
body.inf-theme .listing-body-article .gps-theme-contenu {
  cursor: text;
}
body.inf-theme .listing-body-article .gps-theme-contenu a {
  pointer-events: none;
  background: none;
  border: none;
  color: #028faf;
  padding: 0;
  position: relative;
}
body.inf-theme .listing-body-article .gps-theme-contenu a:before {
  content: "#";
}
body.inf-theme .listing-body-article .gps-theme-contenu a:hover {
  background: #fff;
  border: 2px solid #028faf;
  color: #028faf;
}
body.inf-theme .link-cond {
  color: #028faf;
  text-decoration: underline;
}
body.inf-theme .bloc-hp-edition-abonnes {
  border: 1px solid #adb5bd;
  border-top: 6px solid #028faf;
}
body.inf-theme .bloc-hp-edition-abonnes a:hover .btn {
  color: #fcc900;
  border-color: #000;
  background: #000;
}
body.inf-theme .footer-top a:hover .btn {
  color: #fcc900;
  border-color: #000;
  background: #000;
}
body.inf-theme .site-logo {
  height: 64px;
}
body.inf-theme .site-logo a {
  height: auto;
}
body.inf-theme .site-logo a img {
  padding-top: 10px;
  width: 333px;
}
body.inf-theme .region-top-header-left {
  display: flex;
  flex-direction: column;
}
body.inf-theme.scrolled .site-logo a img {
  width: 197px;
  padding-top: 19px;
}
body.inf-theme.scrolled .region-top-header-left {
  flex-direction: row;
}
body.inf-theme [id$=-topheaderbaseline] {
  margin-left: 0;
  width: 333px;
  height: 18px;
  display: flex;
}
body.inf-theme [id$=-topheaderbaseline] .content {
  width: 100%;
  text-align: center;
}
body.inf-theme .bloc-ecrire-a-la-redaction a:hover .btn.btn-block.btn-int {
  color: #028faf;
  border-color: #028faf;
}

@media (max-width: 1120px) {
  body.inf-theme .region-top-header-left {
    flex-direction: row;
  }
  body.inf-theme .region-top-header-left [id$=-topheaderbaseline] {
    display: none;
  }
}
@media (max-width: 760px) {
  body.inf-theme.scrolled .site-logo a img {
    padding-top: 11px;
  }
}
@media (max-width: 1120px) {
  body.inf-theme .site-logo a img {
    width: 197px;
    padding-top: 19px;
    transition: width 0.2s;
  }
}
@media (max-width: 760px) {
  body.inf-theme .site-logo a img {
    width: 197px;
    padding-top: 13px;
  }
}
.bloc-semaine-deligne {
  width: 300px;
  position: relative;
}
.bloc-semaine-deligne .title {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 1rem;
  background-color: rgba(255, 255, 255, 0.75);
  font-family: "Oswald Bold", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 1.125rem;
  text-align: center;
  line-height: 1.2;
}
.bloc-semaine-deligne .title span {
  font-size: 1.375rem;
}

.bloc-meteo {
  width: 300px;
  padding: 10px;
}
.bloc-meteo .bloc-meteo-title {
  position: relative;
  padding: 0 0 1rem 0;
  margin: 0 0 1rem 0;
}
.bloc-meteo .bloc-meteo-title:after {
  position: absolute;
  content: "";
  width: 80%;
  height: 1px;
  bottom: 0;
  left: 10%;
  background: #adb5bd;
}

.bloc-humeurs {
  width: 300px;
  padding: 10px;
}
.bloc-humeurs .bloc-meteo-title {
  position: relative;
  padding: 0 0 1rem 0;
  margin: 0 0 1rem 0;
}
.bloc-humeurs .bloc-meteo-title:after {
  position: absolute;
  content: "";
  width: 80%;
  height: 1px;
  bottom: 0;
  left: 10%;
  background: #adb5bd;
}
.bloc-humeurs .bloc-meteo-sup {
  background: transparent url("images/humeurs.png") no-repeat top 0 right 50%;
  background-size: 90px 90px;
  padding-top: 100px;
}

.gen-rub .rub-header {
  position: relative;
  z-index: 1;
  margin-bottom: 1rem;
}
.gen-rub .rub-header .rub-header-label {
  font-family: "Oswald", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 1.875rem;
  line-height: 1.2;
  padding: 6px 75px 6px 0;
  display: inline-block;
}
.gen-rub .rub-header .rub-header-label:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  bottom: 10px;
  left: 0;
  background: #adb5bd;
  z-index: -1;
}

@media (max-width: 768px) {
  .gen-rub .rub-header .rub-header-label {
    font-size: 1.25rem;
    padding: 0 75px 0 0;
  }
}
.gen-rub-1230846 .rub-header .rub-header-label {
  background: #fff url("images/picto-jeunes-medecins.svg") no-repeat top 0 right 15px;
  background-size: 48px 48px;
}

@media (max-width: 768px) {
  .gen-rub-1230846 .rub-header .rub-header-label {
    width: 150px;
  }
}
.gen-rub-1230841 .rub-header .rub-header-label {
  background: #fff url("images/picto-congres.svg") no-repeat top 0 right 15px;
  background-size: 48px 48px;
}

@media (max-width: 768px) {
  .gen-rub-1230841 .rub-header .rub-header-label {
    width: 145px;
    height: 48px;
    line-height: 48px;
  }
}
.gen-rub-1230854 .rub-header .rub-header-label {
  background: #fff url("images/picto-vos-patients.svg") no-repeat top 0 right 15px;
  background-size: 48px 48px;
}

@media (max-width: 768px) {
  .gen-rub-1230854 .rub-header .rub-header-label {
    width: 180px;
    height: 48px;
    line-height: 48px;
  }
}
.inf-rub .rub-header {
  position: relative;
  z-index: 1;
  margin-bottom: 1rem;
}
.inf-rub .rub-header .rub-header-label {
  font-family: "Oswald", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 1.875rem;
  line-height: 1.2;
  padding: 6px 10px 6px 50px;
  display: inline-block;
}

.inf-rub-1230855 .rub-header-label {
  background: url("images/inf/ide.svg") no-repeat top 2px left 0;
  background-size: 45px 45px;
}

.inf-rub-1230856 .rub-header-label {
  background: url("images/inf/ipa.svg") no-repeat top 2px left 0;
  background-size: 45px 45px;
}

.inf-rub-1230867 .rub-header-label {
  background: url("images/inf/etudiants.svg") no-repeat top 2px left 0;
  background-size: 45px 45px;
}

.inf-rub-1230872 .rub-header-label {
  background: url("images/inf/formation-pro.svg") no-repeat top 2px left 0;
  background-size: 45px 45px;
}

.inf-rub-1230880 .rub-header-label {
  background: url("images/inf/as-ap.svg") no-repeat top 2px left 0;
  background-size: 45px 45px;
}

.inf-rub-1230872 .rub-header-label {
  background: url("images/inf/formation-pro.svg") no-repeat top 2px left 0;
  background-size: 45px 45px;
}

.rub-etiquette {
  position: relative;
}
.rub-etiquette .etiquette {
  position: absolute;
  top: 10px;
  left: 0;
  font-family: "Oswald", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1;
  background: #fff;
  padding: 5px 5px 5px 15px;
}
.rub-etiquette .etiquette:after {
  position: absolute;
  content: "";
  width: 5px;
  height: 14px;
  top: 6px;
  left: 0;
  background: #b8283d;
}

@media (max-width: 575px) {
  .rub-etiquette .etiquette {
    font-size: 0.625rem;
  }
}
@media (max-width: 575px) {
  .rub-etiquette .etiquette:after {
    top: 3px;
  }
}
.node--type-meteo-epidemiologique-type h1.title {
  font-family: "Myriad Bold", Arial, Helvetica, sans-serif;
  font-size: 2.25rem;
  line-height: 1.1;
  margin-bottom: 1rem !important;
}
.node--type-meteo-epidemiologique-type .bulletins-list {
  margin: 0;
  display: flex;
  flex-flow: column wrap;
  flex: 1 1 30%;
  max-height: 130px;
  color: #b8283d;
  padding-left: 20px;
}
.node--type-meteo-epidemiologique-type .bloc-semaine img {
  margin: 0 1rem 1rem 0;
}
.node--type-meteo-epidemiologique-type .bloc-semaine a {
  color: #b8283d;
}
.node--type-meteo-epidemiologique-type .bloc-semaine a:hover {
  text-decoration: underline;
}
.node--type-meteo-epidemiologique-type hr {
  clear: both;
}

@media (max-width: 767.98px) {
  .node--type-meteo-epidemiologique-type h1.title {
    font-size: 1.875rem !important;
  }
}
@media (max-width: 1100px) {
  .node--type-meteo-epidemiologique-type .bulletins-list {
    flex: 1 1 48%;
    max-height: 190px;
  }
}
@media (max-width: 768px) {
  .node--type-meteo-epidemiologique-type .bulletins-list {
    flex: 1 1 100%;
    max-height: none;
  }
}
.node--type-fmc.qdm-theme .badge-abonne {
  display: none;
}
.node--type-fmc.qdm-theme .block-page-title-block h1.title {
  font-family: "Myriad Bold", Arial, Helvetica, sans-serif;
  font-size: 2.25rem;
  line-height: 1.1;
  margin-bottom: 1rem !important;
}
.node--type-fmc.qdm-theme .block-page-title-block h1.title .badge-abonne {
  display: inline;
}
.node--type-fmc.qdm-theme .view-la-une-fmc .view-content.row {
  margin: 0 0 1rem 0 !important;
}

.inf-theme .layout__region--une {
  display: flex;
  flex-direction: row;
  width: 736px;
  margin: 0 auto;
}
.inf-theme .layout__region--une > div:nth-child(1) {
  width: 505px;
  padding-right: 18px;
}
.inf-theme .layout__region--une > div:nth-child(2) {
  width: 231px;
}
.inf-theme .layout__region--une .gen-gps-une-principale {
  position: relative;
}
.inf-theme .layout__region--une .gen-gps-une-principale .badge-abonne {
  position: absolute;
  top: 0;
  left: 0;
  text-shadow: 2px 0 0 #444444, -2px 0 0 #444444, 0 2px 0 #444444, 0 -2px 0 #444444, 1px 1px #444444, -1px -1px 0 #444444, 1px -1px 0 #444444, -1px 1px 0 #444444;
  padding: 5px 6px;
}
.inf-theme .layout__region--une .gen-gps-une-principale .badge-abonne:before {
  content: normal;
}
.inf-theme .layout__region--une .gen-gps-une-principale .surtitre {
  display: none;
}
.inf-theme .layout__region--une .gen-gps-une-principale .une-principale-txt .title {
  position: absolute;
  width: 100%;
  bottom: 0;
  background: #3d3d3d;
  background-color: rgba(60, 60, 60, 0.8);
  padding: 0.5rem 1rem;
}
.inf-theme .layout__region--une .gen-gps-une-principale a:hover .une-principale-txt .title {
  background: #b8283d;
}
.inf-theme .layout__region--une .gen-gps-une-principale .text-chapo {
  position: absolute;
  top: 6px;
  right: 11px;
}
.inf-theme .layout__region--une .gen-gps-une-principale .text-chapo .text {
  display: none;
}
.inf-theme .layout__region--une .gen-gps-une-principale .text-chapo .nb-com {
  margin-bottom: 2px;
}
.inf-theme .layout__region--une .gen-gps-une-principale .text-chapo .nb-com span {
  color: #fff;
  background: transparent url(images/nb-com-white-bg.svg) no-repeat top 0 left 0;
}
.inf-theme .layout__region--une a:hover .gen-gps-une-principale .une-principale-txt .title {
  background: #b8283d;
}
.inf-theme .layout__region--une a:hover .inf-gps-une-principale .une-principale-txt .title {
  background: rgba(2, 143, 175, 0.8);
}
.inf-theme .layout__region--une .view-display-id-la_une_secondaire_block .text-chapo .text {
  display: none !important;
}
.inf-theme .layout__region--une .view-display-id-la_une_secondaire_block .img-actualites {
  width: 231px;
  height: 152px;
}
.inf-theme .layout__region--une .view-display-id-la_une_secondaire_block .nb-com span {
  color: #fff;
  background: transparent url(images/nb-com-white-bg.svg) no-repeat top 0 left 0;
}
.inf-theme .layout__region--une .view-display-id-la_une_secondaire_block .text-chapo {
  position: absolute;
  top: 5px;
  right: 11px;
}
.inf-theme .layout__region--une .view-display-id-la_une_secondaire_block .badge-abonne {
  position: absolute;
  top: 0;
  left: 0;
  text-shadow: 2px 0 0 #444444, -2px 0 0 #444444, 0 2px 0 #444444, 0 -2px 0 #444444, 1px 1px #444444, -1px -1px 0 #444444, 1px -1px 0 #444444, -1px 1px 0 #444444;
  padding: 3px 6px;
}
.inf-theme .layout__region--une .view-display-id-la_une_secondaire_block .badge-abonne:before {
  content: normal;
}
.inf-theme .layout__region--une .view-display-id-la_une_secondaire_block a:hover .gen-gps-carte-txt .title {
  background: #b8283d;
}
.inf-theme .layout__region--une .view-display-id-la_une_secondaire_block a:hover .inf-gps-carte-txt .title {
  background: rgba(2, 143, 175, 0.8);
}
.inf-theme .layout__region--une .qph-gps-carte,
.inf-theme .layout__region--une .inf-gps-carte {
  position: relative;
  width: 231px;
  height: 152px;
  margin-bottom: 17px;
}
.inf-theme .layout__region--une .qph-gps-carte .gen-gps-carte-txt .surtitre,
.inf-theme .layout__region--une .inf-gps-carte .gen-gps-carte-txt .surtitre {
  display: none;
}
.inf-theme .layout__region--une .qph-gps-carte .gen-gps-carte-txt .title,
.inf-theme .layout__region--une .inf-gps-carte .gen-gps-carte-txt .title {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  background: #3d3d3d;
  background-color: rgba(60, 60, 60, 0.8);
  padding: 0.5rem 1rem;
}

.form-search-fmc {
  display: block;
  width: 100%;
  background: #eef6f6;
  border: 1px solid #b0d5d2;
}
.form-search-fmc .col-form-label {
  font-family: "Oswald", Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
  line-height: 1;
  text-transform: uppercase;
  color: #64aba5;
}
.form-search-fmc .btn {
  padding: 6px 0;
  background: #d9ebea;
  border: 1px solid #d9ebea;
  color: #64aba5;
}
.form-search-fmc .btn:hover {
  border: 1px solid #c4dfde !important;
  background: #c4dfde !important;
  color: #000 !important;
}
.form-search-fmc .form-control {
  border: 1px solid #fff;
}
.form-search-fmc .form-row > div {
  flex: auto;
}

.inf-gps-carte-txt-wrapper .block-field-blocknodearticlefield-surtitre,
.inf-gps-une-principale .surtitre {
  display: none;
}

@media (max-width: 768px) {
  .inf-theme .layout__region--une {
    width: 487px;
    flex-direction: column;
  }
}
@media (max-width: 537px) {
  .inf-theme .layout__region--une {
    width: 100%;
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .inf-theme .layout__region--une .la-une-secondaire {
    display: flex;
    flex-direction: row;
  }
  .inf-theme .layout__region--une .la-une-secondaire > article:nth-child(1) {
    margin-left: 4px;
    margin-right: 8px;
  }
  .inf-theme .layout__region--une .la-une-secondaire > article:nth-child(2) {
    margin-left: 8px;
    margin-right: 5px;
  }
}
@media (max-width: 537px) {
  .inf-theme .layout__region--une .la-une-secondaire {
    width: 100%;
    flex-direction: column;
  }
  .inf-theme .layout__region--une .la-une-secondaire > article:nth-child(1), .inf-theme .layout__region--une .la-une-secondaire > article:nth-child(2) {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 768px) {
  .inf-theme .layout__region--une .la-une-secondaire-fmc .views-row {
    display: flex;
    flex-direction: row;
  }
  .inf-theme .layout__region--une .la-une-secondaire-fmc .views-row > article:nth-child(1) {
    margin-left: 4px;
    margin-right: 8px;
  }
  .inf-theme .layout__region--une .la-une-secondaire-fmc .views-row > article:nth-child(2) {
    margin-left: 8px;
    margin-right: 5px;
  }
}
@media (max-width: 537px) {
  .inf-theme .layout__region--une .la-une-secondaire-fmc .views-row {
    width: 100%;
    flex-direction: column;
  }
  .inf-theme .layout__region--une .la-une-secondaire-fmc .views-row > article:nth-child(1), .inf-theme .layout__region--une .la-une-secondaire-fmc .views-row > article:nth-child(2) {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 768px) {
  .inf-theme .layout__region--une > div:nth-child(1) {
    width: 487px;
    margin-bottom: 1rem;
    padding-right: 0;
  }
}
@media (max-width: 537px) {
  .inf-theme .layout__region--une > div:nth-child(1) {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .inf-theme .layout__region--une > div:nth-child(2) {
    width: 487px;
  }
}
@media (max-width: 537px) {
  .inf-theme .layout__region--une > div:nth-child(2) {
    width: 100%;
  }
}
@media (max-width: 537px) {
  .inf-theme .layout__region--une .view-display-id-la_une_secondaire_block .img-actualites {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 537px) {
  .inf-theme .layout__region--une .qph-gps-carte {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .inf-theme .layout__region--une .qph-gps-carte .gen-gps-carte-txt,
.inf-theme .layout__region--une .qph-gps-carte .inf-gps-carte-txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 537px) {
  .inf-theme .layout__region--une .qph-gps-carte .gen-gps-carte-txt .title {
    font-size: 1.125rem;
  }
}
.node--type-homepage .form-search-fmc {
  border-top: none;
}

.view-fmc-a-la-une-bloc > .view-content.row {
  margin: 0;
}

.bloc-fmc-hp-title {
  padding: 1rem;
  background: #64aba5;
  text-align: center;
}
.bloc-fmc-hp-title h2 {
  font-family: "Oswald", Arial, Helvetica, sans-serif;
  font-size: 1.625rem;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
}

.bloc-fmc-hp-title-abonne {
  padding-left: 2rem;
  position: relative;
}
.bloc-fmc-hp-title-abonne:before {
  position: absolute;
  content: "";
  top: 11px;
  left: 16px;
  width: 1px;
  height: 20px;
  background: rgba(255, 255, 255, 0.5);
}

.bloc-fmc-hp-block-hp {
  padding: 0.5rem;
  border-left: 1px solid #b1d5d2;
  border-right: 1px solid #b1d5d2;
}

.view-fmc-a-la-une-bloc .view-content.row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.view-fmc-a-la-une-bloc .view-content.row > .views-row {
  flex: 1 1 0px;
  margin: 0.5rem;
}
.view-fmc-a-la-une-bloc .view-content.row > .views-row > article {
  max-width: 223px;
  margin: 0 auto;
}
.view-fmc-a-la-une-bloc .img-container {
  display: flex;
  justify-content: center;
}
.view-fmc-a-la-une-bloc .img-actualites {
  width: 223px;
  height: 147px;
  margin-bottom: 0.5rem;
}
.view-fmc-a-la-une-bloc .img-actualites img {
  width: 100%;
  height: auto;
}
.view-fmc-a-la-une-bloc .surtitre {
  font-family: "Oswald", Arial, Helvetica, sans-serif;
  font-size: 0.875rem;
  line-height: 1;
  text-transform: uppercase;
  padding-left: 10px;
  color: #000 !important;
  margin-bottom: 0.5rem !important;
  position: relative;
}
.view-fmc-a-la-une-bloc .surtitre:after {
  position: absolute;
  content: "";
  top: 1px;
  left: 0;
  width: 4px;
  height: 12px;
  background: #64aba5;
}
.view-fmc-a-la-une-bloc .title {
  font-size: 1rem;
  color: #000 !important;
}
.view-fmc-a-la-une-bloc .badge-abonne, .view-fmc-a-la-une-bloc .text, .view-fmc-a-la-une-bloc .block-field-blocknodearticlefield-access-level {
  display: none;
}
.view-fmc-a-la-une-bloc a:hover .surtitre, .view-fmc-a-la-une-bloc a:hover .title {
  color: #b8283d !important;
}

@media (max-width: 790px) {
  .view-fmc-a-la-une-bloc .view-content.row {
    flex-direction: column;
  }
}
body.qph-theme .sur-le-meme-sujet .reco-title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 1rem;
}
body.qph-theme .sur-le-meme-sujet .reco-title {
  font-family: "Oswald", Arial, Helvetica, sans-serif;
  font-size: 1.875rem;
  text-transform: uppercase;
  background: #fff;
  display: inline-block;
  padding: 0 16px 0 0;
}
body.inf-theme .sur-le-meme-sujet .reco-title {
  font-family: "Oswald", Arial, Helvetica, sans-serif;
  font-size: 1.875rem;
  text-transform: uppercase;
  background: #fff;
  display: inline-block;
  padding: 6px 10px 6px 50px;
  line-height: 1.2;
  background: url(images/inf/reco.svg) no-repeat top 2px left 0;
  background-size: 45px 45px;
  margin-bottom: 1rem;
}
body.qph-theme .sur-le-meme-sujet .reco-title:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  bottom: 10px;
  left: 0;
  background: #adb5bd;
  z-index: -1;
}
body.qph-theme .sur-le-meme-sujet > .row > div:last-child, body.inf-theme .sur-le-meme-sujet > .row > div:last-child {
  display: none;
}

@media (max-width: 640px) {
  body.qph-theme .sur-le-meme-sujet .reco-title {
    font-size: 1.25rem;
  }
}
.video-qph,
.video-gen {
  position: relative;
  outline: 1px solid #adb5bd;
  outline-offset: -1px;
  width: 300px;
}
.video-qph a,
.video-gen a {
  width: 100%;
  height: 100%;
  display: block;
  padding: 1rem;
}
.video-qph .img-container,
.video-gen .img-container {
  overflow: hidden;
  position: relative;
  width: 268px;
  height: auto;
  box-shadow: 0px 0px 30px 0px rgba(18, 179, 179, 0.5) inset;
}
.video-qph .img-container .img-bg,
.video-gen .img-container .img-bg {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #12b3b3 url(/themes/custom/gps_b4_sass/css/images/icon-video.svg) no-repeat top 50% left 50%;
  background-size: 185px;
  opacity: 0.25;
  z-index: 1;
}
.video-qph .img-container .img-play,
.video-gen .img-container .img-play {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: transparent url(/themes/custom/gps_b4_sass/css/images/icon-video-black.svg) no-repeat top 50% left 50%;
  background-size: 62px 62px;
  opacity: 0.5;
  z-index: 3;
}
.video-qph .img-container img,
.video-gen .img-container img {
  z-index: 2;
}

.view.view-tous-les-articles-d-actualite > .view-content.row, .view.view-tous-les-articles-d-actualite-gen > .view-content.row {
  margin: 0 !important;
}

.view-conflits-d-interet .nav-link {
  padding: 3px 8px 0;
}
.view-conflits-d-interet .nav-pills .nav-link.active, .view-conflits-d-interet .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #000;
}
.view-conflits-d-interet .views-field-title {
  font-family: "Myriad Bold", Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
  margin-bottom: 1rem;
}

.form-item-captcha-response {
  margin-bottom: 0;
}

.reload-captcha-wrapper {
  margin-bottom: 1rem;
}

.bloc-pas-inscrit {
  display: flex;
}

.block-gps-access-rights .access-2 .bloc-pas-inscrit, .block-gps-access-rights .access-2 h1, .block-gps-access-rights .access-2 .mentions-obligatoires {
  display: none;
}

.bcb .form-item-filtre {
  margin: 0;
  padding: 0;
}
.bcb fieldset {
  margin-bottom: 0;
}
.bcb #edit-filtre {
  display: flex;
}
.bcb #edit-filtre label.option {
  margin: 0;
  padding: 0.5rem 1rem;
  cursor: pointer;
}
.bcb #edit-filtre input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.bcb #edit-filtre input:checked + label.option {
  background: #e9ecef;
  border-radius: 3px 3px 0px 0px;
}
.bcb #alphanum-menu {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 0 1rem 0;
}
.bcb #alphanum-menu li {
  flex-grow: 1;
  list-style: none;
  font-family: "Oswald", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 1.125rem;
  min-width: 25px;
  max-width: 27px;
}
.bcb #alphanum-menu li a {
  width: 100%;
  text-align: center;
  display: block;
}
.bcb #alphanum-menu li a:hover {
  background: #337c9c;
  color: #fff;
}
.bcb #edit-search {
  border: 1px solid #ced4da;
  border-radius: 0;
  padding: 0.375rem 45px 0.375rem 0.75rem;
}

@media (max-width: 480px) {
  .bcb #edit-filtre label.option {
    font-size: 0.8125rem;
    padding: 0.5rem 0.5rem;
  }
}
.monographie-true input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.monographie-true .tabs {
  overflow: hidden;
}
.monographie-true .tab {
  width: 100%;
  color: white;
  overflow: hidden;
  margin-bottom: 0.5rem;
}
.monographie-true .tab-label {
  display: flex;
  justify-content: space-between;
  padding: 0.5rem 0;
  margin: 0;
  font-family: "Myriad Bold", Arial, Helvetica, sans-serif;
  font-size: 1.375rem;
  color: #000;
  cursor: pointer;
  position: relative;
  z-index: 1;
  padding-right: 30px;
}
.monographie-true .tab-label span {
  background: #fff;
  z-index: 2;
  padding-right: 10px;
}
.monographie-true .tab-label:hover {
  color: #337c9c;
}
.monographie-true .tab-label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: calc(100% - 30px);
  height: 1px;
  background: #e5e5e5;
}
.monographie-true .tab-label::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 30%;
  right: 0;
  background: #337c9c url(images/bcb-plus.png) no-repeat top 50% left 50%;
  border-radius: 20px;
  z-index: 3;
}
.monographie-true .tab-content {
  max-height: 0;
  padding: 0;
  color: #000;
  background: #fff;
  transition: all 0.35s;
  font-family: "Myriad", Arial, Helvetica, sans-serif !important;
  font-size: 1rem !important;
  color: #000 !important;
}
.monographie-true .tab-close {
  display: flex;
  justify-content: flex-end;
  padding: 0.5rem 0;
  margin: 0;
  font-family: "Myriad Bold", Arial, Helvetica, sans-serif;
  font-size: 1.375rem;
  color: #000;
  cursor: pointer;
}
.monographie-true .tab-close:hover {
  background: #e9ecef;
}
.monographie-true input:checked + .tab-label {
  color: #337c9c;
}
.monographie-true input:checked + .tab-label::after {
  background: #337c9c url(images/bcb-moins.png) no-repeat top 50% left 50%;
}
.monographie-true input:checked ~ .tab-content {
  max-height: 100vh;
}

@media (max-width: 780px) {
  .monographie-true .tab-label {
    font-size: 1rem;
  }
}
.bcb-search {
  position: relative;
}

.bcb-search-btn {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
.bcb-search-btn .form-group {
  margin: 0 !important;
  height: 100%;
}
.bcb-search-btn .text-center {
  height: 100%;
}
.bcb-search-btn button {
  height: 100%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: none;
  cursor: pointer;
  background: transparent url(images/search.svg) no-repeat top 50% left 50%;
  background-size: 100% 20px;
  margin: 0 !important;
  padding: 0 !important;
  width: 50px !important;
  height: 100%;
  opacity: 0.5;
}
.bcb-search-btn button.btn-ext-yellow:hover {
  color: #fcc900;
  border-color: none;
  background: transparent url(images/search.svg) no-repeat top 50% left 50%;
  background-size: 100% 20px;
}

.form-required::after {
  content: "";
  vertical-align: super;
  display: inline-block;
  background-image: url(images/required.svg);
  background-repeat: no-repeat;
  background-size: 7px 7px;
  width: 7px;
  height: 7px;
  margin: 0 0.3em;
}

.layout--gps-edition-numerique-full {
  max-width: 736px;
}

.qdm-theme .courrier-enquete {
  border-top: 4px solid #fcc900;
  border-bottom: 4px solid #dee2e6;
  padding: 1rem 0 0 0;
  margin: 1rem 0;
}
.qdm-theme .gps-rub-tournante-block {
  border-top: 4px solid #fcc900;
  border-bottom: 4px solid #dee2e6;
  padding: 1rem 1rem 0 1rem;
  margin: 1rem 0 2rem 0;
}
.qdm-theme .gps-rub-tournante-block img {
  height: auto;
  max-width: 224px;
  max-height: 149px;
}
.qdm-theme .enquete-sondage {
  padding: 1rem 0 1rem 0;
  margin: 0;
}

.qph-theme .gps-rub-tournante-block {
  position: relative;
  background: #3b393e;
}
.qph-theme .gps-rub-tournante-block:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 4px;
  background: silver;
  background: linear-gradient(90deg, silver 0%, silver 16.666%, #9abe18 16.666%, #9abe18 100%);
}
.qph-theme .bloc-la-loi-et-vous {
  position: relative;
  background: #f8f8f8;
}
.qph-theme .bloc-la-loi-et-vous:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 4px;
  background: #3b393e;
  background: linear-gradient(90deg, #3b393e 0%, #3b393e 16.666%, #9abe18 16.666%, #9abe18 100%);
}
.qph-theme .bloc-libre {
  background: #f8f8f8;
  position: relative;
}
.qph-theme .bloc-libre:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #9abe18;
}
.qph-theme .bloc-libre .bloc-libre-img {
  border-top: 4px solid #3b393e;
}
.qph-theme .bloc-image-de-la-semaine {
  background: #3b393e;
  position: relative;
}
.qph-theme .bloc-image-de-la-semaine:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #9abe18;
}
.qph-theme .bloc-image-de-la-semaine .bloc-libre-img {
  border-top: 4px solid #a9a9a9;
}

.gps-courrier-droit-block, .gps-enquete-sondage-block, .gps-enquete-sondage-article-block {
  padding: 0 1rem;
}

.qdm-theme .gps-courrier-droit-block {
  border-top: 4px solid #fcc900;
  border-bottom: 1px solid #dee2e6;
  padding: 1rem 1rem 0 1rem;
  margin: 1rem 0 2rem 0;
}

.qdm-theme .gps-enquete-sondage-block,
.qdm-theme .gps-enquete-sondage-article-block {
  border-top: 4px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
  padding: 1rem 1rem 0 1rem;
  margin: 1rem 0 2rem 0;
}

.gps-social-block {
  background: #f2f2f2;
}

.lien-a-suivre a {
  color: #fff;
  text-decoration: underline;
}
.lien-a-suivre a:hover {
  color: #fff;
  text-decoration: underline;
}

.gps-une-principale-block img {
  height: auto;
  max-width: 360px;
  max-height: 240px;
}

.gps-une-secondaire-block img {
  height: auto;
  max-width: 172px;
  max-height: 114px;
}

.layout--gps-edition-numerique-full .title .trigger {
  display: inline-block;
  color: #337c9c;
  cursor: pointer;
  position: relative;
  padding-right: 25px;
}
.layout--gps-edition-numerique-full .title .trigger:before {
  position: absolute;
  content: "";
  top: 10px;
  right: 0;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #337c9c;
}
.layout--gps-edition-numerique-full .title .trigger input {
  position: absolute;
  right: 250px;
  bottom: 0;
  visibility: hidden;
  height: 1px;
  width: 1px;
}

.qph-theme .layout--gps-edition-numerique-full .title .trigger {
  color: #a5bf46;
}
.qph-theme .layout--gps-edition-numerique-full .title .trigger:before {
  border-top: 10px solid #a5bf46;
}
.qph-theme .ui-widget.ui-widget-content.ui-datepicker .ui-state-highlight,
.qph-theme .ui-widget.ui-widget-content.ui-datepicker .ui-widget-content .ui-state-highlight,
.qph-theme .ui-widget.ui-widget-content.ui-datepicker .ui-widget-header .ui-state-highlight {
  background: #a5bf46;
  border: 1px solid #a5bf46;
}
.qph-theme .ui-widget.ui-widget-content.ui-datepicker .ui-state-hover {
  background: #a5bf46;
}

.ui-widget.ui-widget-content.ui-datepicker {
  border: 1px solid #dddddd;
  position: relative;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
}
.ui-widget.ui-widget-content.ui-datepicker:before {
  position: absolute;
  content: "";
  top: -7px;
  right: 17px;
  width: 12px;
  height: 7px;
  background: transparent url(images/date-picker-arrow.png) no-repeat top 0 left 0;
  background-size: 12px 7px;
}
.ui-widget.ui-widget-content.ui-datepicker .ui-widget-header {
  background: #fff;
  border: none;
}
.ui-widget.ui-widget-content.ui-datepicker .ui-state-default, .ui-widget.ui-widget-content.ui-datepicker .ui-widget-content .ui-state-default, .ui-widget.ui-widget-content.ui-datepicker .ui-widget-header .ui-state-default, .ui-widget.ui-widget-content.ui-datepicker .ui-button {
  border: 1px solid #fff;
  background: #fff;
  color: #1a171b;
  font-weight: bold;
  text-align: center;
  border-radius: 5px;
}
.ui-widget.ui-widget-content.ui-datepicker html .ui-button.ui-state-disabled:hover, .ui-widget.ui-widget-content.ui-datepicker html .ui-button.ui-state-disabled:active {
  border: 1px solid #fff;
  background: #fff;
  color: #1a171b;
  font-weight: bold;
  text-align: center;
  border-radius: 5px;
}
.ui-widget.ui-widget-content.ui-datepicker .ui-state-hover {
  background: #337c9c;
  color: #fff;
}
.ui-widget.ui-widget-content.ui-datepicker .ui-state-highlight, .ui-widget.ui-widget-content.ui-datepicker .ui-widget-content .ui-state-highlight, .ui-widget.ui-widget-content.ui-datepicker .ui-widget-header .ui-state-highlight {
  background: #337c9c;
  border: 1px solid #337c9c;
  color: #fff;
}
.ui-widget.ui-widget-content.ui-datepicker .ui-datepicker-prev .ui-icon.ui-icon-circle-triangle-w {
  background: transparent url(images/date-picker-left.png) no-repeat top 0 left 0;
  background-size: 16px 16px;
}
.ui-widget.ui-widget-content.ui-datepicker .ui-datepicker-next .ui-icon.ui-icon-circle-triangle-e {
  background: transparent url(images/date-picker-right.png) no-repeat top 0 left 0;
  background-size: 16px 16px;
}
.ui-widget.ui-widget-content.ui-datepicker .ui-datepicker-prev.ui-state-hover .ui-icon, .ui-widget.ui-widget-content.ui-datepicker .ui-datepicker-next.ui-state-hover .ui-icon {
  filter: invert(100%);
}

.js input.form-autocomplete {
  background-image: none !important;
}

body.node--type-dossier.qdm-theme iframe.p3-outlet {
  margin-top: 70px;
}

.qph-theme .block-views-blockcomite-experts-block-home-block-1 {
  display: none;
}

.picto-abo:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 17px;
  background: transparent url(images/picto-abo.svg) no-repeat top 50% left 50%;
  margin-right: 10px;
}
.picto-abo.big-picto-abo:before {
  width: 22px;
  height: 22px;
  background-size: 100%;
}

.lp-abo .main-block {
  background: transparent;
}
.lp-abo .main-content {
  padding: 0;
}
.lp-abo .alert {
  max-width: none;
}
.lp-abo header.header {
  height: 110px;
  margin-bottom: 10px;
}
.lp-abo header.header .top-header-content {
  display: flex;
  justify-content: space-between;
  height: 110px;
}
.lp-abo .site-logo {
  display: flex;
  float: none;
  width: auto;
  height: auto;
}
.lp-abo .site-logo a {
  display: flex;
  float: none;
  width: auto;
  height: auto;
  align-items: center;
  justify-content: center;
}
.lp-abo .site-logo img {
  padding: 10px 0 0 0;
  width: 225px;
}
.lp-abo .site-logo .baseline {
  font-family: "Oswald", Arial, Helvetica, sans-serif;
  font-size: 1.75rem;
  text-transform: uppercase;
  color: #37363b;
  position: relative;
  padding: 0 0 0 25px;
  margin: 0 0 0 25px;
}
.lp-abo .site-logo .baseline:before {
  position: absolute;
  content: "";
  top: -6px;
  left: 0;
  width: 1px;
  height: 54px;
  background: #ebebeb;
}
.lp-abo .compte {
  display: flex;
  align-items: center;
  justify-content: center;
}
.lp-abo .offres-compte {
  display: flex;
}
.lp-abo .offres {
  display: flex;
  align-items: center;
  justify-content: center;
}
.lp-abo .offres .toogle-btn {
  font-family: "Oswald", Arial, Helvetica, sans-serif;
  font-size: 1.75rem;
  color: #37363b;
  border: none;
  background: none;
  cursor: pointer;
  position: relative;
  padding-right: 40px;
  margin-right: 20px;
  outline: none;
}
.lp-abo .offres .toogle-btn:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 18px;
  right: 20px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #37363b;
}
.lp-abo .offres .toogle-btn:after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 1px;
  height: 54px;
  background: #ebebeb;
}
.lp-abo .menu-offres {
  display: flex;
  flex-direction: column;
  position: relative;
}
.lp-abo .menu-offres .toggle-collapse {
  display: none;
  position: absolute;
  z-index: 9998;
  min-width: 275px;
  top: 54px;
  right: 20px;
  background: #fff;
  border: 1px solid #ebebeb;
  box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.3);
}
.lp-abo .menu-offres .toggle-collapse:before {
  position: absolute;
  content: "";
  top: -8px;
  right: 34px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #ebebeb;
}
.lp-abo .menu-offres .toggle-collapse:after {
  position: absolute;
  content: "";
  top: -6px;
  right: 34px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
}
.lp-abo .menu-offres .toggle-collapse ul {
  padding: 10px;
  margin: 0;
  list-style: none;
}
.lp-abo .menu-offres .toggle-collapse a {
  font-family: "Oswald", Arial, Helvetica, sans-serif;
  font-size: 1.125rem;
  color: #343739;
  padding: 10px 0 10px 50px;
  display: inline-block;
  width: 100%;
  position: relative;
}
.lp-abo .menu-offres .toggle-collapse a:before {
  position: absolute;
  content: "•";
  font-size: 1.5625rem;
  top: 4px;
  left: 23px;
}
.lp-abo .menu-offres .toggle-collapse a:hover {
  color: #317e9c;
}
.lp-abo .menu-offres .toggle-collapse a.offre-spe {
  color: #f9b000;
}
.lp-abo .menu-offres .toggle-collapse a.offre-spe:before {
  content: "";
  background: transparent url("images/lp-abo/offre-spe.svg") no-repeat top 50% left 50%;
  width: 23px;
  height: 23px;
  background-size: 23px 23px;
  top: 10px;
  left: 14px;
}
.lp-abo .menu-offres.is-active .toggle-collapse {
  display: block;
}

@media (max-width: 1120px) {
  .lp-abo header.header {
    height: 60px;
  }
}
@media (max-width: 1120px) {
  .lp-abo header.header .top-header-content {
    justify-content: left;
    height: 60px;
  }
}
@media (max-width: 760px) {
  .lp-abo header.header .top-header-content {
    height: 60px;
  }
}
@media (max-width: 1120px) {
  .lp-abo .site-logo img {
    width: 110px;
  }
}
@media (max-width: 1120px) {
  .lp-abo .site-logo .baseline {
    font-size: 1rem;
    padding: 0 0 0 10px;
    margin: 0 0 0 10px;
  }
}
@media (max-width: 1120px) {
  .lp-abo .site-logo .baseline:before {
    height: 38px;
  }
}
@media (max-width: 1120px) {
  .lp-abo .offres-compte {
    width: 100%;
    background: #fff;
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    flex-direction: column;
  }
  .lp-abo .offres-compte.is-active {
    display: flex;
  }
  .lp-abo .offres-compte .offres {
    order: 2;
  }
  .lp-abo .offres-compte .compte {
    order: 1;
    justify-content: left;
  }
  .lp-abo .offres-compte .popin-compte {
    right: auto;
    left: 0;
  }
  .lp-abo .offres-compte .menu-compte {
    width: 100%;
  }
  .lp-abo .offres-compte .menu-compte .btn-compte {
    width: 100%;
    height: 66px;
    background-size: 46px 46px;
    background-position: top 50% left 15px;
    margin: 0;
    outline: none;
    text-indent: 0;
    line-height: normal;
    align-items: center;
    justify-content: left;
    padding: 0 0 0 76px;
    font-family: "Myriad Bold", Arial, Helvetica, sans-serif;
    font-size: 1rem;
  }
  .lp-abo .offres-compte .menu-compte .btn-compte:before {
    content: normal;
  }
  .lp-abo .offres-compte .menu-compte .popin-compte {
    top: 66px;
    width: 100%;
    border: none;
  }
  .lp-abo .offres-compte .menu-compte .popin-compte:before, .lp-abo .offres-compte .menu-compte .popin-compte:after {
    content: normal;
  }
  .lp-abo .offres-compte .menu-offres {
    width: 100%;
  }
  .lp-abo .offres-compte .menu-offres .toogle-btn {
    display: none;
  }
  .lp-abo .offres-compte .menu-offres .toggle-collapse {
    display: block;
    width: 100%;
    top: 0;
    left: 0;
    right: auto;
    border: none;
  }
}
@media (max-width: 1120px) and (max-width: 760px) {
  .lp-abo .offres-compte .menu-offres .toggle-collapse {
    top: 68px;
  }

  .lp-abo.lp-abo-qdm .offres-compte .menu-offres .toggle-collapse {
    top: 48px;
  }
}
@media (max-width: 1120px) {
  .lp-abo .offres-compte .menu-offres .toggle-collapse:before, .lp-abo .offres-compte .menu-offres .toggle-collapse:after {
    content: normal;
  }
}
body.scrolled .lp-abo header.header {
  height: 60px;
}
body.scrolled .lp-abo header.header .top-header-content {
  justify-content: left;
  height: 60px;
}
body.scrolled .lp-abo .offres-compte {
  display: none;
}
body.scrolled .lp-abo .offres-compte.is-active {
  display: flex;
}
body.scrolled .lp-abo .site-logo .baseline {
  font-size: 1rem;
  padding: 0 0 0 10px;
  margin: 0 0 0 10px;
}
body.scrolled .lp-abo .site-logo .baseline:before {
  height: 38px;
}
body.scrolled .lp-abo .site-logo img {
  width: 110px;
  padding-top: 10px;
}
body.scrolled .lp-abo .offres-compte {
  width: 100%;
  max-width: 1100px;
  background: #fff;
  display: none;
  position: absolute;
  top: 60px;
  left: 50%;
  margin-left: -550px;
  flex-direction: column;
}
body.scrolled .lp-abo .offres-compte .offres {
  order: 2;
}
body.scrolled .lp-abo .offres-compte .compte {
  order: 1;
  justify-content: left;
}
body.scrolled .lp-abo .offres-compte .compte .menu-compte {
  width: 100%;
}
body.scrolled .lp-abo .offres-compte .compte .menu-compte .btn-compte {
  width: 100%;
  height: 66px;
  background-size: 46px 46px;
  background-position: top 50% left 15px;
  margin: 0;
  outline: none;
  text-indent: 0;
  line-height: normal;
  align-items: center;
  justify-content: left;
  padding: 0 0 0 76px;
  font-family: "Myriad Bold", Arial, Helvetica, sans-serif;
  font-size: 1rem;
}
body.scrolled .lp-abo .offres-compte .compte .menu-compte .btn-compte:before {
  content: normal;
}
body.scrolled .lp-abo .offres-compte .compte .menu-compte .popin-compte {
  top: 66px;
  width: 100%;
  border: none;
}
body.scrolled .lp-abo .offres-compte .menu-offres {
  width: 100%;
}
body.scrolled .lp-abo .offres-compte .menu-offres .toogle-btn {
  display: none;
}
body.scrolled .lp-abo .offres-compte .menu-offres .toggle-collapse {
  display: block;
  width: 100%;
  top: 0;
  left: 0;
  right: auto;
  border: none;
}
body.scrolled .lp-abo .offres-compte-wrapper {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1120px) {
  body.scrolled .lp-abo .offres-compte {
    margin: 0;
    left: auto;
  }
}
.lp-abo .switch-abo {
  background: #f8f9fa;
  border: 2px solid #e9ecef;
  border-radius: 20px;
  width: 280px;
  margin: auto;
  margin-bottom: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lp-abo .switch-abo .switch-abo-col {
  width: 140px;
  text-align: center;
  border-radius: 20px;
  font-family: "Myriad Bold", Arial, Helvetica, sans-serif;
  font-size: 1.125rem;
  padding: 6px 0;
}
.lp-abo .switch-abo .switch-abo-col-2 {
  position: relative;
}
.lp-abo .switch-abo .switch-abo-col-2 .mois-offerts {
  position: absolute;
  bottom: -64px;
  left: -97px;
  color: #f9b000;
  width: 195px;
  font-family: "Myriad Bold", Arial, Helvetica, sans-serif;
  line-height: 1;
}
.lp-abo .switch-abo .switch-abo-col-2 .mois-offerts span {
  font-family: "Myriad", Arial, Helvetica, sans-serif;
  color: #000;
}
.lp-abo .switch-abo .switch-abo-col-2 .mois-offerts:before {
  position: absolute;
  content: "";
  right: 5px;
  top: -21px;
  width: 35px;
  height: 30px;
  background: transparent url("images/mois-offerts-arrow-2.png") no-repeat top 50% left 50%;
  background-size: 35px 30px;
}
.lp-abo .switch-abo .switch {
  display: flex;
  position: relative;
  display: inline-block;
  width: 70px;
  height: 32px;
}
.lp-abo .switch-abo .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.lp-abo .switch-abo .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px solid #dee2e6;
  background-color: transparent;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.lp-abo .switch-abo .slider:before {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  left: 2px;
  bottom: 2px;
  background-color: #fcc900;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.lp-abo .switch-abo input:checked + .slider {
  background-color: transparent;
}
.lp-abo .switch-abo input:focus + .slider {
  box-shadow: 0 0 1px #f9b000;
}
.lp-abo .switch-abo input:checked + .slider:before {
  -webkit-transform: translateX(38px);
  -ms-transform: translateX(38px);
  transform: translateX(38px);
}
.lp-abo .switch-abo .slider.round {
  border-radius: 34px;
}
.lp-abo .switch-abo .slider.round:before {
  border-radius: 50%;
}
.lp-abo .offer-block {
  border: 2px solid #dee2e6;
  height: 100%;
  padding: 2rem 1rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.lp-abo .offer-block input {
  align-self: center;
}
.lp-abo .offer-block.offer-reco {
  border: 3px solid #f9b000;
  position: relative;
}
.lp-abo .offer-block.offer-reco:before {
  position: absolute;
  content: "LA PLUS POPULAIRE";
  font-family: "Oswald Bold", Arial, Helvetica, sans-serif;
  font-size: 0.9rem;
  line-height: 46px;
  top: -25px;
  left: -3px;
  width: 155px;
  height: 46px;
  background: transparent url("images/lp-abo/reco.png") no-repeat top 50% left 50%;
  background-size: 155px 46px;
}
.lp-abo .offer-block hr {
  width: 42px;
}
.lp-abo .offer-block .offer-illus {
  display: inline-block;
  width: 250px;
  height: 250px;
}
.lp-abo .offer-list {
  list-style: none;
  text-align: left;
  padding-left: 30px;
  flex-grow: 1;
}
.lp-abo .offer-list li {
  position: relative;
  padding-left: 25px;
}
.lp-abo .offer-list li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: transparent url("images/lp-abo/check-mark.svg") no-repeat top 50% left 50%;
  background-size: 12px 12px;
}
.lp-abo .offer-list li.not {
  color: #848484;
}
.lp-abo .offer-list li.not:before {
  background: transparent url("images/lp-abo/check-mark-not.svg") no-repeat top 50% left 50%;
  background-size: 12px 12px;
}
.lp-abo .btn-abo-yellow {
  display: inline-block;
  color: #000;
  border-color: #f9b000;
  background: #f9b000;
  cursor: pointer;
  font-family: "Myriad Bold", Arial, Helvetica, sans-serif;
  font-size: 1.125rem;
  text-align: center;
  vertical-align: middle;
  padding: 10px 60px;
  line-height: 1.5;
  border: none;
  border-radius: 5px;
  align-self: center;
}
.lp-abo .btn-abo-yellow-small {
  font-size: 0.875rem;
}
.lp-abo .btn-abo-yellow:hover {
  color: #f9b000;
  border-color: #000;
  background: #000;
}
.lp-abo .btn-abo-blue {
  display: inline-block;
  color: #fff;
  border-color: #337c9c;
  background: #337c9c;
  cursor: pointer;
  font-family: "Myriad Bold", Arial, Helvetica, sans-serif;
  font-size: 1.125rem;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  padding: 10px 60px;
  line-height: 1.5;
  border-radius: 5px;
}
.lp-abo .btn-abo-blue:hover {
  color: #fff;
  border-color: #000;
  background: #000;
}
.lp-abo .row-abo {
  margin-right: -0.75rem;
  margin-left: -0.75rem;
  justify-content: center;
}
.lp-abo .row-abo > div {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-bottom: 1.5rem;
}
.lp-abo .plus-block {
  display: inline-block;
  width: 100%;
  height: 100%;
  border: 2px solid #dee2e6;
  padding: 1rem;
  text-align: center;
}
.lp-abo .plus-block:hover {
  border: 2px solid #337c9c;
}
.lp-abo .plus-block div {
  font-family: "Oswald Bold", Arial, Helvetica, sans-serif;
  font-size: 1.125rem;
  padding-top: 90px;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.lp-abo .avantages-block {
  height: 100%;
  min-height: 313px;
}
.lp-abo .avantages-block > div {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
}
.lp-abo .avantages-block > div .text-lines {
  position: absolute;
  width: 100%;
  min-height: 120px;
  bottom: 0;
  left: 0;
  padding: 1rem 1.5rem;
  background-color: rgba(255, 255, 255, 0.85);
}
.lp-abo .avantages-block > div .text-lines .line-1 {
  font-family: "Oswald Bold", Arial, Helvetica, sans-serif;
  line-height: 1.2;
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}
.lp-abo .avantages-block > div .text-lines .line-2 {
  font-family: "Myriad", Arial, Helvetica, sans-serif;
  line-height: 1.2;
  font-size: 1rem;
}
.lp-abo .faq-container {
  margin-bottom: 5rem;
}
.lp-abo .lp-abo-accordion {
  background: #fff;
  border-bottom: 1px solid #dee2e6;
  font-family: "Myriad", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.2;
}
.lp-abo .lp-abo-accordion .lp-abo-accordion-header {
  font-family: "Oswald Bold", Arial, Helvetica, sans-serif;
  font-size: 1.125rem;
  color: #000;
  background: #fff;
  padding: 0.5rem 1.5rem 0.5rem 0;
  position: relative;
  border: none;
  border-top: 1px solid #dee2e6;
  position: relative;
}
.lp-abo .lp-abo-accordion .lp-abo-accordion-header:before {
  position: absolute;
  content: "";
  top: 16px;
  right: 10px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000;
}
.lp-abo .lp-abo-accordion .lp-abo-accordion-header.is-active:before {
  position: absolute;
  content: "";
  top: 16px;
  right: 10px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 0;
  border-bottom: 5px solid #000;
}
.lp-abo .lp-abo-accordion .lp-abo-accordion-header:hover {
  color: #337c9c;
  cursor: pointer;
}
.lp-abo .lp-abo-accordion .lp-abo-accordion-content {
  display: none;
  border: none;
  margin-bottom: 1rem;
}
.lp-abo .lp-abo-accordion .lp-abo-accordion-content.is-active {
  display: block;
}
.lp-abo .lp-footer-1 .footer-1-1, .lp-abo .lp-footer-1 .footer-1-2, .lp-abo .lp-footer-1 .footer-1-3 {
  padding-left: 55px;
}

@media (max-width: 1120px) {
  .lp-abo .switch-abo .slider:before {
    height: 15px;
    width: 15px;
  }
}
@media (max-width: 1120px) {
  .lp-abo .switch-abo input:checked + .slider:before {
    -webkit-transform: translateX(22px);
    -ms-transform: translateX(22px);
    transform: translateX(22px);
  }
}
@media (max-width: 1120px) {
  .lp-abo .offer-list {
    padding: 0;
  }
}
@media (max-width: 1120px) {
  .lp-abo .row-abo {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
}
@media (max-width: 1120px) {
  .lp-abo .row-abo > div {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-bottom: 1rem;
  }
}
.lp-abo-qdm .footer-1-1 {
  background: transparent url("images/lp-abo/qdm/footer/footer-1.svg") no-repeat top 0 left 0;
  background-size: 36px 36px;
}
.lp-abo-qdm .footer-1-2 {
  background: transparent url("images/lp-abo/qdm/footer/footer-2.svg") no-repeat top 0 left 0;
  background-size: 36px 36px;
}
.lp-abo-qdm .footer-1-3 {
  background: transparent url("images/lp-abo/qdm/footer/footer-3.svg") no-repeat top 0 left 0;
  background-size: 36px 36px;
}

.lp-abo-qph .footer-1-1 {
  background: transparent url("images/lp-abo/qph/footer/footer-1.svg") no-repeat top 0 left 0;
  background-size: 36px 36px;
}
.lp-abo-qph .footer-1-2 {
  background: transparent url("images/lp-abo/qph/footer/footer-2.svg") no-repeat top 0 left 0;
  background-size: 36px 36px;
}
.lp-abo-qph .footer-1-3 {
  background: transparent url("images/lp-abo/qph/footer/footer-3.svg") no-repeat top 0 left 0;
  background-size: 36px 36px;
}

.lp-abo-gen .footer-1-1 {
  background: transparent url("images/lp-abo/gen/footer/footer-1.svg") no-repeat top 0 left 0;
  background-size: 36px 36px;
}
.lp-abo-gen .footer-1-2 {
  background: transparent url("images/lp-abo/gen/footer/footer-2.svg") no-repeat top 0 left 0;
  background-size: 36px 36px;
}
.lp-abo-gen .footer-1-3 {
  background: transparent url("images/lp-abo/gen/footer/footer-3.svg") no-repeat top 0 left 0;
  background-size: 36px 36px;
}

.lp-abo-qdm .offre-digital {
  background: transparent url("images/lp-abo/qdm/offre/offre-digital.svg") no-repeat top 50% left 50%;
  background-size: 220px 220px;
  align-self: center;
}
.lp-abo-qdm .offre-integral {
  background: transparent url("images/lp-abo/qdm/offre/offre-integral.svg") no-repeat top 50% left 50%;
  background-size: 220px 220px;
  align-self: center;
}
.lp-abo-qdm .offre-vacances-annuel {
  background: transparent url("images/lp-abo/qdm/offre/offre-vacances-annuel.png") no-repeat top 50% left 50%;
  background-size: 250px 178px;
  align-self: center;
}
.lp-abo-qdm .offre-vacances-mensuel {
  background: transparent url("images/lp-abo/qdm/offre/offre-vacances-mensuel.png") no-repeat top 50% left 50%;
  background-size: 250px 178px;
  align-self: center;
}
.lp-abo-qdm .offre-rentree-integrale {
  background: transparent url("images/lp-abo/qdm/offre/offre-rentree-integrale.svg") no-repeat top 50% left 50%;
  background-size: 300px 230px;
  align-self: center;
  width: 300px !important;
  height: 230px !important;
}
.lp-abo-qdm .offre-rentree-numerique {
  background: transparent url("images/lp-abo/qdm/offre/offre-rentree-numerique.svg") no-repeat top 50% left 50%;
  background-size: 300px 230px;
  align-self: center;
  width: 300px !important;
  height: 230px !important;
}
.lp-abo-qdm .offre-flash-digital {
  background: transparent url("images/lp-abo/qdm/offre/offre-flash-digital.svg") no-repeat top 50% left 50%;
  background-size: 400px 400px;
  align-self: center;
  width: 400px !important;
  height: 400px !important;
}
.lp-abo-qdm .offre-flash-integral {
  background: transparent url("images/lp-abo/qdm/offre/offre-flash-integral.svg") no-repeat top 50% left 50%;
  background-size: 400px 400px;
  align-self: center;
  width: 400px !important;
  height: 400px !important;
}

.lp-abo-qph .offre-annuel {
  background: transparent url("images/lp-abo/qph/offre/offre-annuel.svg") no-repeat top 50% left 50%;
  background-size: 220px 220px;
  align-self: center;
}
.lp-abo-qph .offre-mensuel {
  background: transparent url("images/lp-abo/qph/offre/offre-mensuel.svg") no-repeat top 50% left 50%;
  background-size: 220px 220px;
  align-self: center;
}
.lp-abo-qph .offre-retraites {
  background: transparent url("images/lp-abo/qph/offre/offre-retraites.svg") no-repeat top 50% left 50%;
  background-size: 220px 220px;
  align-self: center;
}
.lp-abo-qph .offre-vacances-annuel {
  background: transparent url("images/lp-abo/qph/offre/offre-vacances-annuel.png") no-repeat top 50% left 50%;
  background-size: 250px 178px;
  align-self: center;
}
.lp-abo-qph .offre-vacances-mensuel {
  background: transparent url("images/lp-abo/qph/offre/offre-vacances-mensuel.png") no-repeat top 50% left 50%;
  background-size: 250px 178px;
  align-self: center;
}
.lp-abo-qph .offre-rentree {
  background: transparent url("images/lp-abo/qph/offre/offre-rentree.svg") no-repeat top 50% left 50%;
  background-size: 300px 230px;
  align-self: center;
  width: 300px !important;
  height: 230px !important;
}
.lp-abo-qph .offre-flash {
  background: transparent url("images/lp-abo/qph/offre/offre-flash.svg") no-repeat top 50% left 50%;
  background-size: 300px 230px;
  align-self: center;
  width: 300px !important;
  height: 230px !important;
}
.lp-abo-qph .offre-flash {
  background: transparent url("images/lp-abo/qph/offre/offre-flash.svg") no-repeat top 50% left 50%;
  background-size: 400px 400px;
  align-self: center;
  width: 400px !important;
  height: 400px !important;
}

.lp-abo-gen .offre-annuel {
  background: transparent url("images/lp-abo/gen/offre/offre-annuel.svg") no-repeat top 50% left 50%;
  background-size: 220px 220px;
  align-self: center;
}
.lp-abo-gen .offre-mensuel {
  background: transparent url("images/lp-abo/gen/offre/offre-mensuel.svg") no-repeat top 50% left 50%;
  background-size: 220px 220px;
  align-self: center;
}
.lp-abo-gen .offre-retraites {
  background: transparent url("images/lp-abo/gen/offre/offre-retraites.svg") no-repeat top 50% left 50%;
  background-size: 220px 220px;
  align-self: center;
}
.lp-abo-gen .offre-vacances-annuel {
  background: transparent url("images/lp-abo/gen/offre/offre-vacances-annuel.png") no-repeat top 50% left 50%;
  background-size: 250px 178px;
  align-self: center;
}
.lp-abo-gen .offre-vacances-mensuel {
  background: transparent url("images/lp-abo/gen/offre/offre-vacances-mensuel.png") no-repeat top 50% left 50%;
  background-size: 250px 178px;
  align-self: center;
}
.lp-abo-gen .offre-rentree {
  background: transparent url("images/lp-abo/gen/offre/offre-rentree.svg") no-repeat top 50% left 50%;
  background-size: 300px 230px;
  align-self: center;
  width: 300px !important;
  height: 230px !important;
}
.lp-abo-gen .offre-flash {
  background: transparent url("images/lp-abo/gen/offre/offre-flash.svg") no-repeat top 50% left 50%;
  background-size: 300px 230px;
  align-self: center;
  width: 300px !important;
  height: 230px !important;
}
.lp-abo-gen .offre-flash {
  background: transparent url("images/lp-abo/gen/offre/offre-flash.svg") no-repeat top 50% left 50%;
  background-size: 400px 400px;
  align-self: center;
  width: 400px !important;
  height: 400px !important;
}

.lp-abo-qdm .avantages-01 {
  background: transparent url("images/lp-abo/qdm/avantages/avantages-01.png") no-repeat top 50% left 50%;
  background-size: cover;
}
.lp-abo-qdm .avantages-02 {
  background: transparent url("images/lp-abo/qdm/avantages/avantages-02.png") no-repeat top 50% left 50%;
  background-size: cover;
}
.lp-abo-qdm .avantages-03 {
  background: transparent url("images/lp-abo/qdm/avantages/avantages-03.png") no-repeat top 50% left 50%;
  background-size: cover;
}
.lp-abo-qdm .avantages-04 {
  background: transparent url("images/lp-abo/qdm/avantages/avantages-04.png") no-repeat top 50% left 50%;
  background-size: cover;
}
.lp-abo-qdm .avantages-05 {
  background: transparent url("images/lp-abo/qdm/avantages/avantages-05.png") no-repeat top 50% left 50%;
  background-size: cover;
}
.lp-abo-qdm .avantages-06 {
  background: transparent url("images/lp-abo/qdm/avantages/avantages-06.png") no-repeat top 50% left 50%;
  background-size: cover;
}

.lp-abo-qph .avantages-01 {
  background: transparent url("images/lp-abo/qph/avantages/avantages-01.png") no-repeat top 50% left 50%;
  background-size: cover;
}
.lp-abo-qph .avantages-02 {
  background: transparent url("images/lp-abo/qph/avantages/avantages-02.png") no-repeat top 50% left 50%;
  background-size: cover;
}
.lp-abo-qph .avantages-03 {
  background: transparent url("images/lp-abo/qph/avantages/avantages-03.png") no-repeat top 50% left 50%;
  background-size: cover;
}
.lp-abo-qph .avantages-04 {
  background: transparent url("images/lp-abo/qph/avantages/avantages-04.png") no-repeat top 50% left 50%;
  background-size: cover;
}
.lp-abo-qph .avantages-05 {
  background: transparent url("images/lp-abo/qph/avantages/avantages-05.png") no-repeat top 50% left 50%;
  background-size: cover;
}
.lp-abo-qph .avantages-06 {
  background: transparent url("images/lp-abo/qph/avantages/avantages-06.png") no-repeat top 50% left 50%;
  background-size: cover;
}

.lp-abo-gen .avantages-01 {
  background: transparent url("images/lp-abo/gen/avantages/avantages-01.png") no-repeat top 50% left 50%;
  background-size: cover;
}
.lp-abo-gen .avantages-02 {
  background: transparent url("images/lp-abo/gen/avantages/avantages-02.png") no-repeat top 50% left 50%;
  background-size: cover;
}
.lp-abo-gen .avantages-03 {
  background: transparent url("images/lp-abo/gen/avantages/avantages-03.png") no-repeat top 50% left 50%;
  background-size: cover;
}
.lp-abo-gen .avantages-04 {
  background: transparent url("images/lp-abo/gen/avantages/avantages-04.png") no-repeat top 50% left 50%;
  background-size: cover;
}
.lp-abo-gen .avantages-05 {
  background: transparent url("images/lp-abo/gen/avantages/avantages-05.png") no-repeat top 50% left 50%;
  background-size: cover;
}
.lp-abo-gen .avantages-06 {
  background: transparent url("images/lp-abo/gen/avantages/avantages-06.png") no-repeat top 50% left 50%;
  background-size: cover;
}

.lp-abo .tarif-mensuel, .lp-abo .tarif-annuel {
  display: none;
}

.lp-abo-not-checked .switch-abo-col-1 {
  background: #337c9c;
}
.lp-abo-not-checked .switch-abo-col-1 a {
  color: #fff;
}
.lp-abo-not-checked .tarif-mensuel {
  display: block;
}

.lp-abo-checked .switch-abo-col-2 {
  background: #337c9c;
}
.lp-abo-checked .switch-abo-col-2 a {
  color: #fff;
}
.lp-abo-checked .tarif-annuel {
  display: block;
}

.lp-abo-qdm .plus-etudiants {
  background: transparent url("images/lp-abo/qdm/plus/plus-etudiants.svg") no-repeat top 0 left 50%;
  background-size: 85px 85px;
}
.lp-abo-qdm .plus-etab-labo {
  background: transparent url("images/lp-abo/qdm/plus/plus-etab-labo.svg") no-repeat top 0 left 50%;
  background-size: 85px 85px;
}
.lp-abo-qdm .plus-pros {
  background: transparent url("images/lp-abo/qdm/plus/plus-pros.svg") no-repeat top 0 left 50%;
  background-size: 85px 85px;
}

.lp-abo-qph .plus-etudiants {
  background: transparent url("images/lp-abo/qph/plus/plus-etudiants.svg") no-repeat top 0 left 50%;
  background-size: 85px 85px;
}
.lp-abo-qph .plus-etab-labo {
  background: transparent url("images/lp-abo/qph/plus/plus-etab-labo.svg") no-repeat top 0 left 50%;
  background-size: 85px 85px;
}
.lp-abo-qph .plus-pros {
  background: transparent url("images/lp-abo/qph/plus/plus-pros.svg") no-repeat top 0 left 50%;
  background-size: 85px 85px;
}

.lp-abo .inclus-block {
  height: 100%;
  min-height: 303px;
}
.lp-abo .inclus-block > div {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
}
.lp-abo .inclus-block .text-line {
  position: absolute;
  width: 100%;
  min-height: 120px;
  top: 0;
  left: 0;
  padding: 0.5rem;
  text-align: center;
  font-family: "Oswald", Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
  line-height: 1.2;
}

@media (max-width: 1120px) {
  .lp-abo .inclus-block .text-line {
    background-color: rgba(255, 255, 255, 0.85);
  }
}
.lp-abo-qdm .inclus-01 {
  background: transparent url("images/lp-abo/qdm/inclus/inclus-01.jpg") no-repeat top 50% left 50%;
  background-size: cover;
}
.lp-abo-qdm .inclus-02 {
  background: transparent url("images/lp-abo/qdm/inclus/inclus-02.jpg") no-repeat top 50% left 50%;
  background-size: cover;
}
.lp-abo-qdm .inclus-03 {
  background: transparent url("images/lp-abo/qdm/inclus/inclus-03.jpg") no-repeat top 50% left 50%;
  background-size: cover;
  background-color: rgba(255, 255, 255, 0.85);
}
.lp-abo-qdm .inclus-04 {
  background: transparent url("images/lp-abo/qdm/inclus/inclus-04.jpg") no-repeat top 50% left 50%;
  background-size: cover;
  background-color: rgba(255, 255, 255, 0.85);
}

.lp-abo-qph .inclus-block {
  min-height: 365px;
}
.lp-abo-qph .inclus-block .text-line {
  min-height: 85px;
}
.lp-abo-qph .inclus-01 {
  background: transparent url("images/lp-abo/qph/inclus/inclus-01.jpg") no-repeat top 50% left 50%;
  background-size: cover;
}
.lp-abo-qph .inclus-02 {
  background: transparent url("images/lp-abo/qph/inclus/inclus-02.jpg") no-repeat top 50% left 50%;
  background-size: cover;
}
.lp-abo-qph .inclus-03 {
  background: transparent url("images/lp-abo/qph/inclus/inclus-03.jpg") no-repeat top 50% left 50%;
  background-size: cover;
}

.lp-off {
  display: block;
}

.lp-on {
  display: none;
}

.lp-abo .h1-lp {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.lp-abo .lp-off {
  display: none;
}
.lp-abo .lp-on {
  display: block;
}

.lp-abo-confirmation .offer-list {
  display: none;
}
.lp-abo-confirmation .offer-block-confirmation {
  border: 2px solid #dee2e6;
  height: auto;
  text-align: center;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.lp-abo-confirmation .offer-block-confirmation .offer-block-confirmation-header {
  padding: 1rem 1rem 0;
}
.lp-abo-confirmation .offer-block-confirmation .offer-block-confirmation-header .offer-illus {
  margin-bottom: 0 !important;
  background-size: 150px 150px !important;
  width: 150px;
  height: 150px;
}
.lp-abo-confirmation .offer-block-confirmation .offer-block-confirmation-footer {
  padding: 2rem;
  background: #dee2e6;
}
.lp-abo-confirmation .offer-block-confirmation .offer-block-confirmation-footer > div {
  padding-left: 45px;
}
.lp-abo-confirmation .offer-block-confirmation .offer-block-confirmation-footer .confirmation-compte {
  background: transparent url("images/confirmation-compte.svg") no-repeat top 5px left 0;
  background-size: 30px 30px;
}
.lp-abo-confirmation .offer-block-confirmation .offer-block-confirmation-footer .confirmation-adresse {
  background: transparent url("images/confirmation-adresse.svg") no-repeat top 5px left 0;
  background-size: 30px 30px;
}
.lp-abo-confirmation .offer-block-confirmation .offer-block-confirmation-footer .confirmation-paiement {
  background: transparent url("images/confirmation-paiement.svg") no-repeat top 5px left 0;
  background-size: 30px 30px;
}

.rester-co {
  background: transparent url("images/lp-abo/qdm/rester-co/rester-co.png") no-repeat top 50% right 0;
  padding: 4rem 0;
  display: flex;
  align-items: end;
  justify-content: flex-start;
}

.qph-theme .rester-co {
  background: transparent url("images/lp-abo/qph/rester-co/rester-co.png") no-repeat top 50% right 0;
}

.rester-co-wrapper {
  background: #f9b000;
  padding: 2rem 7rem;
  font-family: "Oswald", Arial, Helvetica, sans-serif;
  font-size: 2rem;
  line-height: 1.4;
  display: inline-block;
}
@media (max-width: 768px) {
  .rester-co-wrapper {
    padding: 1rem 2rem;
    font-size: 1.125rem;
  }
}
.rester-co-wrapper span {
  font-family: "Oswald Bold", Arial, Helvetica, sans-serif;
}

body.qdm-theme .lp-abo .site-logo a img, body.qph-theme .lp-abo .site-logo a img {
  padding-top: 0;
}

.user-register-form .field--name-field-justificatif input[type=file] {
  background: none;
  border: 0;
  padding: 0;
  height: auto;
}
.user-register-form .field--name-field-justificatif button[data-drupal-selector=edit-field-justificatif-0-remove-button] {
  font-family: "Oswald", Arial, Helvetica, sans-serif;
  color: #fff;
  border-color: #000;
  background: #000;
  padding: 4px 25px;
  font-size: 1rem !important;
  display: inline-block;
  width: auto !important;
}
.user-register-form .field--name-field-justificatif .text-center {
  text-align: left !important;
}

@media (max-width: 1120px) {
  .nav-profile {
    flex-direction: column;
  }
  .nav-profile .nav-link {
    border: 1px solid #adb5bd;
    border-radius: 0;
    text-align: center;
    color: #000;
  }
  .nav-profile .nav-link.active {
    border: 1px solid #adb5bd;
    border-radius: 0;
    text-align: center;
    color: #000;
  }
  .nav-profile .nav-link:hover, .nav-profile .nav-link:focus {
    border-color: #adb5bd;
    color: #337c9c;
  }
  .nav-profile .nav-link.active {
    position: relative;
  }
  .nav-profile .nav-link.active:hover, .nav-profile .nav-link.active:focus {
    border-color: #adb5bd;
    color: #337c9c;
  }
  .nav-profile .nav-link.active:before {
    position: absolute;
    content: "";
    top: 16px;
    right: 10px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #000;
  }
  .nav-profile .nav-item {
    order: 2;
    display: none;
  }
  .nav-profile .parent-active {
    order: 1;
    display: block;
  }
  .nav-profile.nav-profile-open .nav-item {
    display: block;
  }
  .nav-profile.nav-profile-open .nav-link.active:before {
    border-top: 0;
    border-bottom: 8px solid #000;
  }
}
.justif-abo, #edit-field-justificatif-0--label sup {
  display: none;
}

.path-abonnement .justif-abo {
  display: block;
}
.path-abonnement #edit-field-justificatif-0--label sup {
  display: inline;
}

.sso-check .modal-header p {
  padding-left: 50px;
  background: transparent url("images/warning.svg") no-repeat top 0 left 2px;
  background-size: 33px 33px;
}
.sso-check .btn {
  font-family: "Oswald Bold", Arial, Helvetica, sans-serif;
  padding: 10px 25px;
}

.qdm-theme .sso-check .modal-body .modal-body-content {
  padding-bottom: 145px;
  background: transparent url("images/sso-qdm.png") no-repeat bottom 0 left 50%;
}

.qph-theme .sso-check .modal-body .modal-body-content {
  padding-bottom: 145px;
  background: transparent url("images/sso-qph.png") no-repeat bottom 0 left 50%;
}

.reserve-to-abonne {
  display: inline-block;
  background: #fcc900;
  padding: 4px 10px 3px;
  margin: 0 0 20px;
  line-height: 16px;
}

.lp-abo-confirmation .offer-block-confirmation .prix {
  display: none;
}

.tableau-nos-offres thead {
  position: relative;
}
.tableau-nos-offres thead .th {
  background: #337c9c;
  color: #fff;
  text-align: center;
  padding: 10px;
  font-family: "Oswald", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 1.5rem;
}
.tableau-nos-offres thead .th strong {
  font-family: "Oswald Bold", Arial, Helvetica, sans-serif;
}
.tableau-nos-offres thead .th-blue .th {
  position: relative;
  background: #337c9c;
}
.tableau-nos-offres thead .th-blue .th:before {
  z-index: -1;
  position: absolute;
  content: "";
  background: #337c9c;
  bottom: -40px;
  left: 0;
  width: 100%;
  height: 40px;
}
.tableau-nos-offres thead .th-blue .gutter {
  width: 10px;
  padding: 0;
  font-size: 0px;
  line-height: 0px;
}
.tableau-nos-offres thead .th-gray td {
  text-align: center;
  font-family: "Oswald", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 1.25rem;
  line-height: 1;
  padding: 0 10px;
}
.tableau-nos-offres thead .th-gray td .title {
  display: block;
  width: 100%;
  background: #f2f2f2;
  padding: 15px 10px;
}
.tableau-nos-offres thead .th-gray .gutter {
  width: 10px;
  padding: 0;
  font-size: 0;
  line-height: 0;
}
.tableau-nos-offres tbody th {
  width: 235px;
  text-align: right;
  line-height: 1;
}
.tableau-nos-offres tbody th span {
  font-weight: normal;
}
.tableau-nos-offres tbody td {
  padding: 0 10px;
  text-align: center;
  position: relative;
  font-family: "Myriad Bold", Arial, Helvetica, sans-serif;
  font-size: 1.125rem;
  line-height: 1;
}
.tableau-nos-offres tbody td.td-head {
  font-size: 1rem;
  padding-top: 15px;
  padding-bottom: 15px;
}
.tableau-nos-offres tbody td.ps {
  padding-top: 5px;
  padding-bottom: 5px;
}
.tableau-nos-offres tbody td.e {
  font-size: 0.875rem;
  padding-top: 5px;
  padding-bottom: 5px;
}
.tableau-nos-offres tbody td.td-button {
  padding-top: 0;
  padding-bottom: 15px;
}
.tableau-nos-offres tbody td.gutter {
  padding: 0;
}
.tableau-nos-offres tbody td span {
  background: #f2f2f2;
  display: block;
  width: 100%;
  padding: 18px 0;
}
.tableau-nos-offres tbody td.table-bottom {
  font-family: "Myriad", Arial, Helvetica, sans-serif;
  font-size: 0.875rem;
  text-align: left;
  padding: 10px;
}
.tableau-nos-offres tbody td sup {
  top: -0.2em;
}
.tableau-nos-offres tbody td.oui {
  position: relative;
  color: transparent;
}
.tableau-nos-offres tbody td.oui:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: transparent url("images/table-oui.svg") no-repeat top 50% left 50%;
}
.tableau-nos-offres tbody td.non {
  position: relative;
  color: transparent;
}
.tableau-nos-offres tbody td.non:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: transparent url("images/table-non.svg") no-repeat top 50% left 50%;
}
.tableau-nos-offres .inner-table {
  padding: 0;
  border: 1px solid #e6e6e6;
}
.tableau-nos-offres .inner-table table {
  width: 100%;
}

.qph-theme .tableau-nos-offres {
  width: 100%;
}

.qph-theme .tableau-nos-offres tbody th {
  width: 235px;
}

.qph-theme .tableau-nos-offres tbody td.oui:after {
  background: transparent url(images/table-oui-qph.svg) no-repeat top 50% left 50%;
}

.nos-offres-mobile-choix {
  margin-bottom: 2.5rem;
}

.nos-offres-mobile {
  max-width: 320px;
  margin: 0 auto;
}
.nos-offres-mobile .buttons-1 {
  list-style: none;
  margin: 0;
  padding: 0 4px;
  display: flex;
  flex-direction: row;
}
.nos-offres-mobile .buttons-1 button {
  margin: 0 5px 0 0;
  padding: 10px 13px;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border: none;
  font-family: "Oswald", Arial, Helvetica, sans-serif;
  font-size: 1.125rem;
  outline: none;
  color: #000;
}
.nos-offres-mobile .buttons-1 button.active {
  background: #f9b000;
}
.nos-offres-mobile .buttons-1 button.inactive {
  background: #e9ecef;
}
.nos-offres-mobile .buttons-1 button.inactive:hover {
  background: #f9b000;
  cursor: pointer;
}
.nos-offres-mobile .buttons-2 {
  list-style: none;
  margin: 0;
  padding: 8px;
  display: flex;
  flex-direction: row;
  background: #f9b000;
  width: 100%;
}
.nos-offres-mobile .buttons-2 li {
  border: 2px solid #fff;
  background: #fff;
  width: 50%;
}
.nos-offres-mobile .buttons-2 li:nth-child(1) {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.nos-offres-mobile .buttons-2 li:nth-child(2) {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.nos-offres-mobile .buttons-2 button {
  width: 100%;
  font-family: "Myriad", Arial, Helvetica, sans-serif;
  font-size: 0.875rem;
  line-height: 1;
  border: none;
  background: none;
  outline: none;
  border-radius: 20px;
  padding: 6px 0;
  position: relative;
  color: #000;
}
.nos-offres-mobile .buttons-2 button.active {
  background: #337c9c;
  color: #fff;
}
.nos-offres-mobile .buttons-2 button.inactive:hover {
  cursor: pointer;
}
.nos-offres-mobile .buttons-2 button .mois-offerts {
  position: absolute;
  bottom: -40px;
  left: -40px;
  font-family: "Myriad Bold", Arial, Helvetica, sans-serif;
  font-size: 0.875rem;
  color: #f9b000;
}
.nos-offres-mobile .buttons-2 button .mois-offerts.not {
  left: -86px;
}
.nos-offres-mobile .buttons-2 button .mois-offerts:before {
  content: "";
  position: absolute;
  right: -30px;
  top: -13px;
  width: 24px;
  height: 20px;
  background: transparent url("images/mois-offerts-arrow.png") no-repeat top 50% left 50%;
  background-size: 24px 20px;
}
.nos-offres-mobile .tableau-nos-offres {
  width: 100%;
}
.nos-offres-mobile .tableau-nos-offres tbody td {
  font-size: 1rem;
  background: #f8f9fa;
  padding: 15px 10px;
}
.nos-offres-mobile .tableau-nos-offres tbody td.inner-table {
  background: #fff;
  padding: 0;
}
.nos-offres-mobile .tableau-nos-offres tbody td.td-head {
  font-size: 1rem;
  padding-top: 15px;
  padding-bottom: 15px;
}
.nos-offres-mobile .tableau-nos-offres tbody td.ps {
  padding-top: 5px;
  padding-bottom: 5px;
}
.nos-offres-mobile .tableau-nos-offres tbody td.e {
  font-size: 0.875rem;
  padding-top: 5px;
  padding-bottom: 5px;
}
.nos-offres-mobile .tableau-nos-offres tbody td.td-button {
  padding-top: 0;
  padding-bottom: 20px;
}
.nos-offres-mobile .tableau-nos-offres tbody td.table-bottom {
  font-size: 0.875rem;
  background: #fff;
}
.nos-offres-mobile .tableau-nos-offres tbody td:before {
  content: normal;
}
.nos-offres-mobile .tableau-nos-offres tbody th {
  width: 185px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.nos-offres-mobile .tableau-nos-offres tbody th.text-blue {
  height: 60px;
}
.nos-offres-mobile .tableau-nos-offres tbody .tr-1 td,
.nos-offres-mobile .tableau-nos-offres tbody .tr-2 td,
.nos-offres-mobile .tableau-nos-offres tbody .tr-3 td,
.nos-offres-mobile .tableau-nos-offres tbody .tr-4 td {
  background: #fff;
}
.nos-offres-mobile .tableau-nos-offres tbody .tr-2,
.nos-offres-mobile .tableau-nos-offres tbody .tr-3 {
  height: 42px;
}

.qph-theme .nos-offres-mobile .buttons-2 {
  border: 2px solid #e9ecef;
  border-radius: 20px;
  padding: 0;
  background: #f8f9fa;
}
.qph-theme .nos-offres-mobile .buttons-2 li {
  border: none;
  background: none;
}
.qph-theme .nos-offres-mobile .buttons-2 button.active {
  background: #a5bf46;
}

.offres-ps .e {
  display: none;
}
.offres-ps th.text-blue.ps {
  visibility: hidden;
}

.offres-e .ps {
  display: none;
}
.offres-e th.text-blue.e {
  visibility: hidden;
}

.etablissements-labos {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 2rem;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
}

.etablissements-labos-wrapper {
  display: flex;
  flex-direction: row;
  gap: 2rem;
}

.comparateur-revenus .row {
  margin-bottom: 0.5rem;
}
.comparateur-revenus .meter {
  position: relative;
  width: 100%;
  height: 100%;
}
.comparateur-revenus .meter-content {
  width: 0%;
  transition: width 1s ease-in-out;
}
.comparateur-revenus .meter-content,
.comparateur-revenus .value {
  background: #e9ecef;
  height: 100%;
}
.comparateur-revenus span {
  display: block;
  width: 100%;
  position: absolute;
  text-align: center;
}
.comparateur-revenus .mon-revenu {
  color: #fff;
  font-family: "Myriad Bold", Arial, Helvetica, sans-serif;
}
.comparateur-revenus .mon-revenu .specialite {
  color: #337c9c;
  font-family: "Myriad Bold", Arial, Helvetica, sans-serif;
}
.comparateur-revenus .mon-revenu .meter-content,
.comparateur-revenus .mon-revenu .value {
  background: #337c9c;
}
.comparateur-revenus .revenus-input {
  background-image: url("images/comparateur-revenus/illus.svg");
  background-repeat: no-repeat;
  background-position: top 2rem left 2rem;
  background-size: 93px 96px;
  background-color: #e9ecef;
}
@media (max-width: 767.98px) {
  .comparateur-revenus .revenus-input {
    background-image: none;
  }
}
.comparateur-revenus .revenus-input-content {
  padding: 1rem 2rem 1rem 157px;
  min-height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .comparateur-revenus .revenus-input-content {
    padding: 1rem;
  }
}
.comparateur-revenus .revenus-input-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.comparateur-revenus .revenus-input-wrapper p {
  margin-bottom: 1.5rem;
}
@media (max-width: 767.98px) {
  .comparateur-revenus .revenus-input-wrapper p {
    padding-left: 60px;
    background-image: url("images/comparateur-revenus/illus.svg");
    background-repeat: no-repeat;
    background-position: top 0 left 0;
    background-size: 50px;
    background-color: #e9ecef;
    min-height: 60px;
    margin-bottom: 0.5rem;
  }
}
.comparateur-revenus .revenus-input-wrapper .btn {
  color: #fff;
}
.comparateur-revenus .revenus-input-wrapper .btn:hover {
  color: #fcc900;
  border-color: #343a40;
  text-decoration: none;
}
.comparateur-revenus .revenus-input-champ {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}
.comparateur-revenus .revenus-input-champ label {
  width: 225px;
  flex: 0 0 225px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 3px;
}
@media (max-width: 767.98px) {
  .comparateur-revenus .revenus-input-champ label {
    display: none;
  }
}
.comparateur-revenus .revenus-input-champ input {
  width: 100%;
  margin: 0 1rem;
  padding: 3px 0 0 1rem;
}
.comparateur-revenus .revenus-input-champ input::-webkit-outer-spin-button, .comparateur-revenus .revenus-input-champ input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.comparateur-revenus .revenus-input-champ input[type=number] {
  -moz-appearance: textfield;
}
.comparateur-revenus .revenus-input-champ input::placeholder {
  color: #fff;
}
@media (max-width: 767.98px) {
  .comparateur-revenus .revenus-input-champ input {
    margin-left: 0;
    padding: 0 0 0 0.5rem;
  }
  .comparateur-revenus .revenus-input-champ input::placeholder {
    color: #adb5bd;
  }
}
.comparateur-revenus .revenus-input-champ a {
  width: 120px;
  flex: 0 0 120px;
}
.comparateur-revenus .comparateur-revenus-1-content,
.comparateur-revenus .comparateur-revenus-2-content {
  width: 90%;
  margin: 1rem auto;
}
@media (max-width: 768px) {
  .comparateur-revenus .comparateur-revenus-1-content,
.comparateur-revenus .comparateur-revenus-2-content {
    width: 100%;
  }
}
.comparateur-revenus .specialite {
  padding-top: 3px;
  text-align: right;
}
@media (max-width: 768px) {
  .comparateur-revenus .specialite {
    padding-top: 0;
    text-align: left;
  }
}
.comparateur-revenus .value-meter {
  display: flex;
  flex-direction: row;
}
.comparateur-revenus .value-meter .value {
  min-width: 80px;
  padding: 3px 0 0 10px;
}
.comparateur-revenus .comparateur-revenus-2 .mon-revenu .specialite {
  color: #56add4;
}
.comparateur-revenus .comparateur-revenus-2 .mon-revenu .meter-content,
.comparateur-revenus .comparateur-revenus-2 .mon-revenu .value {
  background: #56add4;
}

.region-moment {
  width: 100%;
  display: flex;
  flex-direction: row;
}

#block-blocinfodujour {
  padding: 13px;
  margin-top: -52px;
}
#block-blocinfodujour a {
  position: relative;
  padding-left: 20px;
}
#block-blocinfodujour a:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 30px;
  left: 0;
  top: -10px;
  background: #dadadb;
  transform: rotate(-15deg);
}
@media (max-width: 1120px) {
  #block-blocinfodujour {
    display: none;
  }
}

@media (min-width: 761px) {
  .info-jour {
    display: none;
  }
}

.menu-compte.m-picto.need-justif .btn-compte:after {
  position: absolute;
  top: 0;
  left: 35px;
  content: "";
  height: 10px;
  width: 10px;
  background-color: #dc3545;
  border-radius: 50%;
}
@media (max-width: 760px) {
  .menu-compte.m-picto.need-justif .btn-compte:after {
    top: 10px;
    left: 50px;
  }
}
.menu-compte.m-picto.need-justif a.mon-abonnement {
  position: relative;
}
.menu-compte.m-picto.need-justif a.mon-abonnement:after {
  position: absolute;
  top: 12px;
  left: 165px;
  content: "";
  height: 10px;
  width: 10px;
  background-color: #dc3545;
  border-radius: 50%;
}
@media (max-width: 760px) {
  .menu-compte.m-picto.need-justif a.mon-abonnement:after {
    top: 12px;
    left: 165px;
  }
}

.qdm-theme .gps-inscription-nl-quotidienne .col-gauche {
  background: transparent url("images/nl-quotidienne-qdm.png") no-repeat bottom 0 left 0;
}
@media (max-width: 767.98px) {
  .qdm-theme .gps-inscription-nl-quotidienne .col-gauche {
    background: none;
  }
}

.qph-theme .gps-inscription-nl-quotidienne .col-gauche {
  background: transparent url("images/nl-quotidienne-qph.png") no-repeat bottom 0 left 0;
}
@media (max-width: 767.98px) {
  .qph-theme .gps-inscription-nl-quotidienne .col-gauche {
    background: none;
  }
}

.gps-inscription-nl-quotidienne {
  display: flex;
  flex-direction: row;
  min-height: 90px;
}
@media (max-width: 767.98px) {
  .gps-inscription-nl-quotidienne {
    flex-direction: column;
  }
}

.gps-inscription-nl-quotidienne .col-gauche {
  padding: 1rem 0.5rem 1rem 90px;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .gps-inscription-nl-quotidienne .col-gauche {
    padding: 1rem 1rem 0 1rem;
  }
}

.webform-submission-justificatif-form .btn {
  font-family: Oswald, Arial, Helvetica, sans-serif !important;
  padding: 4px 25px !important;
  width: auto !important;
  font-size: 1rem !important;
}
.webform-submission-justificatif-form .btn[name=justificatif_remove_button] {
  font-family: Oswald, Arial, Helvetica, sans-serif !important;
  padding: 4px 25px !important;
  width: auto !important;
  font-size: 1rem !important;
  color: #343a40 !important;
  border-color: #343a40 !important;
  background: none !important;
}

.gps-inscription-nl-quotidienne .col-droite {
  flex: 0 0 235px;
  padding: 1rem 1rem 1rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .gps-inscription-nl-quotidienne .col-droite {
    flex: 1;
    padding: 1rem;
  }
}

.qph-theme .gps-inscription-nl-quotidienne .btn-ext:hover {
  border: 1px solid #a5bf46;
}

.inf-theme .bloc-recruteurs {
  width: 300px;
  border: 3px solid #e9ecef;
}
.inf-theme .bloc-recruteurs .bloc-recruteurs-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.inf-theme .bloc-recruteurs .bloc-recruteurs-list > div {
  flex: 50%;
  margin: 5px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.inf-theme .bloc-ecrire-a-la-redaction {
  background: #028faf;
  background: linear-gradient(135deg, #028faf 0%, #09d5d5 100%);
  padding: 3px;
}
.inf-theme .bloc-ecrire-a-la-redaction a {
  background: #fff;
  padding: 1rem;
}
.inf-theme .bloc-ecrire-a-la-redaction .p-3 {
  padding-bottom: 0 !important;
}
.inf-theme .bloc-ecrire-a-la-redaction .border-gray-500 {
  border: none !important;
}
.inf-theme .gps-evenement-veille-juridique {
  margin: 3rem 0;
}
.inf-theme .gps-evenement-veille-juridique .gps-evenement {
  background: #028faf;
  background: linear-gradient(135deg, #028faf 0%, #09d5d5 100%);
  padding: 3px;
}
.inf-theme .gps-evenement-veille-juridique .gps-evenement-content {
  background: #fff;
  padding: 20px;
  display: flex;
  flex-direction: column;
}
.inf-theme .gps-evenement-veille-juridique .gps-evenement-content img {
  margin-bottom: 1rem;
}
.inf-theme .gps-evenement-veille-juridique .gps-evenement-content p {
  font-family: "Oswald", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
  text-transform: uppercase;
  text-align: center;
}
.inf-theme .gps-evenement-veille-juridique .gps-veille {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.inf-theme .gps-evenement-veille-juridique .gps-veille-title {
  font-family: "Oswald", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 1.2;
  padding: 6px 10px 6px 50px;
  display: inline-block;
  background: url(images/inf/veille.svg) no-repeat top 2px left 0;
  background-size: 45px 45px;
  margin-bottom: 0.5rem;
}
.inf-theme .gps-evenement-veille-juridique .gps-veille-content {
  background: #028faf;
  flex: 1;
  padding: 1rem;
  display: flex;
  align-items: center;
}
.inf-theme .gps-evenement-veille-juridique .gps-veille-content ul {
  margin: 0;
  padding: 0;
  color: #fff;
  list-style: none;
}
.inf-theme .gps-evenement-veille-juridique .gps-veille-content li {
  font-family: "Myriad Bold", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.2;
  position: relative;
  padding: 0 0 0 1.2rem;
  margin-bottom: 13px;
}
.inf-theme .gps-evenement-veille-juridique .gps-veille-content li:before {
  position: absolute;
  content: "•";
  font-size: 1.875rem;
  left: 0;
  top: -10px;
}
.inf-theme .gps-evenement-veille-juridique .gps-veille-content li:last-child {
  margin-bottom: 0;
}
.inf-theme .gps-evenement-veille-juridique .gps-veille-content a:hover {
  color: #fff;
  text-decoration: underline;
}
.inf-theme .gps-video-podcast-dossier {
  margin: 3rem 0;
}
.inf-theme .gps-video-podcast-dossier .gps-video-podcast-dossier-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.inf-theme .gps-video-podcast-dossier .content-rub {
  font-family: "Oswald", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 1.875rem;
  line-height: 1.2;
  padding: 6px 10px 6px 50px;
  display: inline-block;
}
.inf-theme .gps-video-podcast-dossier .content-rub.rub-video {
  background: url(images/inf/video.svg) no-repeat top 2px left 0;
  background-size: 45px 45px;
}
.inf-theme .gps-video-podcast-dossier .content-rub.rub-podcast {
  background: url(images/inf/podcast.svg) no-repeat top 2px left 0;
  background-size: 45px 45px;
}
.inf-theme .gps-video-podcast-dossier .content-rub.rub-dossier {
  background: url(images/inf/dossier.svg) no-repeat top 2px left 0;
  background-size: 45px 45px;
}
.inf-theme .gps-video-podcast-dossier .content-img {
  width: 100%;
  height: auto;
  max-height: none;
  background: #e9ecef;
}
@media (min-width: 576px) {
  .inf-theme .gps-video-podcast-dossier .content-img {
    width: 100%;
    height: 39%;
    max-height: 156px;
  }
}
.inf-theme .gps-video-podcast-dossier .content-img a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
}
.inf-theme .gps-video-podcast-dossier .content-img a img {
  max-height: 100%;
}
.inf-theme .gps-video-podcast-dossier .content-txt {
  background: #028faf;
  padding: 1rem;
  color: #fff;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.inf-theme .gps-video-podcast-dossier .content-txt div {
  flex-grow: 1;
}
.inf-theme .gps-video-podcast-dossier .content-surtitre {
  font-family: "Myriad", Arial, Helvetica, sans-serif;
  font-size: 0.9375rem;
  line-height: 1.2;
}
.inf-theme .gps-video-podcast-dossier .content-titre {
  font-family: "Myriad Bold", Arial, Helvetica, sans-serif;
  font-size: 1.125rem;
  line-height: 1.2;
}
.inf-theme .gps-video-podcast-dossier a:hover .content-surtitre,
.inf-theme .gps-video-podcast-dossier a:hover .content-titre {
  color: #fff;
  text-decoration: underline;
}
.inf-theme .gps-video-podcast-dossier a.btn {
  border: 1px solid #fff;
}
.inf-theme .gps-video-podcast-dossier a.btn:hover {
  background: #fff;
  border: 1px solid #fff;
  color: #028faf;
}
.inf-theme .bloc-newsletters {
  background: #028faf;
  background: linear-gradient(135deg, #028faf 0%, #09d5d5 100%);
  padding: 3px;
}
.inf-theme .bloc-newsletters .bloc-newsletters-content {
  background: #fff;
  padding: 1rem;
}

.carte-legislative #department-card {
  width: 80%;
  display: block;
  margin: auto;
}
.carte-legislative .cls-1 {
  stroke: #ebebee;
  fill: #cecdd4;
  transition: all 1s;
  cursor: pointer;
}
.carte-legislative .isActived {
  fill: #a8a4b2;
}
.carte-legislative .isSelected {
  fill: #FFD300;
}
.carte-legislative .container {
  width: 620px;
  margin: auto;
}
.carte-legislative .sticky-map {
  font-size: 13px;
  font-weight: 600;
  color: white;
  padding: 0 1rem;
  border-radius: 100px;
  background: rgba(60, 53, 84, 0.8);
}
.carte-legislative .describe {
  margin-top: 7rem;
  opacity: 1;
  transition: 0.5s all;
}
.carte-legislative .describe--transition {
  opacity: 0;
}
.carte-legislative .describe-title:after {
  content: "";
  display: block;
  height: 3px;
  width: 10rem;
  background: #ffd300;
  margin: 0.5rem auto 0 auto;
}
.carte-legislative .describe-subhead {
  font-size: 1.6rem;
  font-weight: 400;
  text-align: center;
}
.carte-legislative .describe-title__department,
.carte-legislative .describe-title__department--other {
  font-weight: 600;
  text-transform: uppercase;
}
.carte-legislative .wrapper {
  display: flex;
  margin-top: 3rem;
}
.carte-legislative .wrapper li {
  list-style: none;
}
.carte-legislative .wrapper__desc {
  width: 60%;
  padding-left: 2rem;
  overflow-Y: auto;
  height: 30rem;
}
.carte-legislative .wrapper__map {
  width: 40%;
  min-height: 15rem;
  display: flex;
  justify-content: center;
  padding-right: 2rem;
  border-right: 0.1rem solid rgba(60, 53, 84, 0.2);
}
.carte-legislative .wrapper__map svg {
  width: 90%;
}
.carte-legislative .circonscription {
  display: none;
}
.carte-legislative .circonscription--active {
  display: block;
}
.carte-legislative .list-candidate {
  padding: 0;
  font-size: 0;
}
.carte-legislative .list-candidate--card .list-candidate__picture {
  width: 100px !important;
  height: 100px !important;
}
@media (max-width: 767.98px) {
  .carte-legislative .list-candidate--card .list-candidate__picture {
    width: 50px !important;
    height: 50px !important;
  }
}
.carte-legislative .list-candidate--card h5 {
  font-size: 0.75rem;
  font-weight: 400;
  margin: 0;
}
.carte-legislative .list-candidate li {
  display: block;
  border-bottom: solid 0.1rem rgba(60, 53, 84, 0.2);
  padding: 1rem 0;
  margin-bottom: 1rem;
  width: 100%;
}
.carte-legislative .list-candidate div {
  display: inline-block;
  vertical-align: top;
}
.carte-legislative .list-candidate__picture {
  width: 20%;
  background-size: cover;
  background-position: center;
  border-radius: 50%;
  border: solid 0.2rem #cecdd4;
  position: relative;
}
.carte-legislative .isElu:after {
  content: "";
  background: #ffffff url("images/elu.svg") no-repeat top 50% left 50%;
  background-size: contain;
  position: absolute;
  width: 2.5rem;
  height: 2.5rem;
  bottom: -1.1rem;
  right: -0.4rem;
  border-radius: 50%;
}
@media (max-width: 767.98px) {
  .carte-legislative .isElu:after {
    width: 25px;
    height: 25px;
    bottom: -11px;
    right: -4px;
  }
}
.carte-legislative .isNotElu:after {
  content: "";
  background: #ffffff url("images/notelu.svg") no-repeat top 50% left 50%;
  background-size: contain;
  position: absolute;
  width: 2.5rem;
  height: 2.5rem;
  bottom: -1.1rem;
  border-radius: 50%;
  right: -0.4rem;
}
@media (max-width: 767.98px) {
  .carte-legislative .isNotElu:after {
    width: 25px;
    height: 25px;
    bottom: -11px;
    right: -4px;
  }
}
.carte-legislative .list-candidate__picture:before {
  content: "";
  padding-bottom: 100%;
  display: block;
}
.carte-legislative .list-candidate__desc {
  width: 80%;
  padding-left: 2rem;
}
@media (max-width: 767.98px) {
  .carte-legislative .list-candidate__desc {
    width: 80%;
    padding-left: 10px;
  }
}
.carte-legislative .list-candidate h1 {
  padding: 0;
  margin: 0;
  font-size: 1.25rem;
}
.carte-legislative .list-candidate h2 {
  padding: 0;
  margin: 0;
  font-size: 1rem;
}
.carte-legislative .list-candidate h3 {
  padding: 0;
  margin: 0;
  font-size: 0.875rem;
}
.carte-legislative .list-candidate h6 {
  padding: 0;
  margin: 0;
  font-size: 0.875rem;
}
.carte-legislative .list-candidate p {
  padding: 0;
  margin: 0;
  font-size: 0.875rem;
}
.carte-legislative .legend {
  font-size: 0;
  margin: 3rem 0;
}
.carte-legislative .legend__block {
  font-size: 0.8125rem;
  display: inline-block;
  width: 33.33333%;
  text-align: center;
  font-weight: 600;
}
.carte-legislative .legend__block span {
  position: relative;
}
.carte-legislative .legend__block--content span:before {
  content: "";
  height: 0.4rem;
  width: 1.5rem;
  display: block;
  background: #a8a4b2;
  position: absolute;
  top: 50%;
  left: -2rem;
  transform: translateY(-50%);
}
.carte-legislative .legend__block--isSelected span:before {
  content: "";
  height: 0.4rem;
  width: 1.5rem;
  display: block;
  background: #FFD300;
  position: absolute;
  top: 50%;
  left: -2rem;
  transform: translateY(-50%);
}
.carte-legislative .legend__block--nocontent span:before {
  content: "";
  height: 0.4rem;
  width: 1.5rem;
  display: block;
  background: #cecdd4;
  position: absolute;
  top: 50%;
  left: -2rem;
  transform: translateY(-50%);
}
.carte-legislative #department-other {
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  margin-top: 3rem;
}
.carte-legislative #department-other span {
  background-color: #CECDD4;
  padding: 0.5rem 1rem;
  border-radius: 20rem;
  cursor: pointer;
}
.carte-legislative .other-dep_wrapper {
  margin-top: 7rem;
}
.carte-legislative #dpts > div {
  display: none;
}
.carte-legislative area.map-dpt {
  outline: solid;
}
.carte-legislative .map-france {
  margin-left: 93px;
}

.popover-primes {
  max-width: 350px;
}
.popover-primes.bs-popover-top, .popover-primes.bs-popover-bottom {
  margin: 0;
}
.popover-primes .popover-body {
  padding: 0;
}
.popover-primes .popover-body p {
  font-size: 0.75rem;
  margin: 0;
}
.popover-primes .popover-body hr {
  margin: 0.5rem 0;
}
.popover-primes .popover-body .prix {
  font-family: "Oswald", Arial, Helvetica, sans-serif;
  font-size: 1rem;
}
.popover-primes .popover-body .prix strong, .popover-primes .popover-body .prix b {
  font-family: "Oswald Bold", Arial, Helvetica, sans-serif;
  font-weight: normal;
}
.popover-primes .popover-body .eco {
  background: #000;
  color: #fff;
  padding: 0.25rem 0.5rem;
  display: inline-block;
  font-size: 1.0625rem;
}

.bloc-offres-primes .offer-block * {
  cursor: pointer;
}

.qdm-theme .popover-primes .eco {
  background: #337c9c;
}
.qdm-theme .popover-primes.popover {
  border: none;
}
.qdm-theme .popover-primes .arrow {
  display: none;
}

.qph-theme .popover-primes .eco {
  background: #a5bf46;
}

.bloc-primes {
  max-width: 750px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .bloc-primes {
    max-width: 300px;
  }
}
.bloc-primes .btn-lg {
  padding: 0;
}

.bloc-primes-row {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
}

.bloc-primes-col {
  flex: 0 1 23%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .bloc-primes-col {
    flex: 0 1 50%;
  }
}

.path-toutes-les-videos .btn {
  margin-bottom: 2px;
}
.path-toutes-les-videos .view-filters {
  background: #e9ecef;
  padding: 1rem;
  margin-bottom: 1rem;
}
.path-toutes-les-videos .form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: 0;
  margin-left: 0;
}
@media (max-width: 768px) {
  .path-toutes-les-videos .form-row {
    flex-direction: column;
  }
}
.path-toutes-les-videos .form-row > fieldset {
  flex-grow: 1;
  display: flex;
  flex-direction: row;
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 0;
  align-items: center;
  justify-content: center;
}
.path-toutes-les-videos .form-row > fieldset label {
  flex: 0 0 70px;
  margin: 0 1rem 0 0;
}
.path-toutes-les-videos .form-row > fieldset select {
  flex: 1;
}
.path-toutes-les-videos .form-row > .form-group#edit-actions {
  flex: 0 0 118px;
  padding: 0;
  margin: 0 0 0 1rem;
}
@media (max-width: 768px) {
  .path-toutes-les-videos .form-row > .form-group#edit-actions {
    flex: 1;
    margin: 1rem 0 0 0;
    align-self: center;
  }
}
.path-toutes-les-videos .form-group {
  margin-bottom: 0;
}

.inf-theme.path-toutes-les-videos .btn {
  margin-bottom: 2px;
  color: #fff;
  border-color: #028faf;
  background: #028faf;
}
.inf-theme.path-toutes-les-videos .btn:hover {
  color: #028faf;
  border-color: #000;
  background: #000;
}

.inf-theme .listing-body-article p.signature {
  font-family: "Myriad Bold", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-style: italic;
}
.inf-theme .listing-body-article p.signature span {
  display: block;
  font-family: "Myriad", Arial, Helvetica, sans-serif;
}
.inf-theme .listing-body-article p.signature a {
  font-family: "Myriad", Arial, Helvetica, sans-serif;
  font-style: normal;
}

.inf-theme .layout--gps-article-listing-podcast .block-field-blocknodearticlebody {
  display: inline;
}
.inf-theme .layout--gps-article-listing-podcast .block-field-blocknodearticlebody .content {
  display: inline;
}
.inf-theme .text-podcast span.text {
  display: inline;
}
.inf-theme .text-podcast span.text p {
  display: inline;
}
.inf-theme #middle-ad-placement {
  display: none;
}
.inf-theme .gps-homepage-video .card-body {
  background: #008fb1;
}
.inf-theme .gps-homepage-video a {
  color: #fff;
}
.inf-theme .gps-homepage-video a:hover {
  color: #000;
}
.inf-theme .gps-homepage-video .gps-video-une a {
  color: #000;
}
.inf-theme .gps-homepage-video .gps-video-une a:hover {
  color: #008fb1;
}
.inf-theme .gps-homepage-video .btn.btn-block.btn-ext {
  color: #000;
  border: 1px solid #000;
}
.inf-theme .gps-homepage-video .btn.btn-block.btn-ext:hover {
  color: #008fb1;
  border: 1px solid #008fb1;
}
.inf-theme .gps-homepage-video .btn.btn-int {
  border: 1px solid #fff;
  color: #fff;
}
.inf-theme .gps-homepage-video .btn.btn-int:hover {
  border: 1px solid #fff;
  background: #fff;
  color: #008fb1;
}
.inf-theme .card-video {
  background: url(images/inf/video.svg) no-repeat top 0 left -7px;
  background-size: 45px 45px;
  font-family: "Oswald", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 1.2;
  padding: 6px 10px 6px 40px;
  display: inline-block;
  margin-bottom: 0.5rem;
}
.inf-theme .gps-video-rubrique .owl-img-container,
.inf-theme .sur-le-meme-sujet-video .owl-img-container {
  box-shadow: 0 0 30px 0 rgba(255, 255, 255, 0.5) inset;
}
.inf-theme .gps-video-rubrique .owl-img-container:before,
.inf-theme .sur-le-meme-sujet-video .owl-img-container:before {
  background: #cbe7e8 url(images/icon-video.svg) no-repeat top 50% left 50%;
  opacity: 0.25;
}

#poool-widget {
  position: relative;
}

#poool-widget .p3-component.p3-advanced-paywall::after,
#poool-widget .p3-component.p3-paywall.p3-locked::after {
  position: absolute;
  background: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.05)), to(white));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.05), white);
  background-position: center top;
  top: -110px;
  content: "";
  width: calc(100% + 10px);
  height: 165px;
  z-index: 1;
}

.p3-component .p3-outlet {
  position: relative;
  z-index: 2;
}

.bloc-forums {
  background: #028faf;
  background: linear-gradient(135deg, #028faf 0, #09d5d5 100%);
  padding: 3px;
}
.bloc-forums .bloc-forums-content {
  background: #fff;
  padding: 1rem;
  text-align: center;
}
.bloc-forums .bloc-forums-title {
  font-family: "Oswald", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 1.2;
  display: inline-block;
  background: url(images/inf/forums.svg) no-repeat top 8px left 0;
  background-size: 36px;
  padding: 6px 10px 6px 50px;
  margin: 0 0 1rem 0;
}
.bloc-forums ul {
  text-align: left;
  list-style: none;
}
.bloc-forums ul li {
  line-height: 1.2;
  margin: 0 0 0.5rem 0;
}
.bloc-forums ul a {
  font-family: "Myriad Bold", Arial, Helvetica, sans-serif;
}

@media (max-width: 767.98px) {
  .gps-calendar .fc-toolbar {
    flex-direction: column;
    min-height: 130px;
  }
}
.gps-calendar .fc-center h2 {
  font-family: "Myriad Bold", Arial, Helvetica, sans-serif;
  line-height: 1.1;
  font-size: 1.375rem;
}
@media (max-width: 767.98px) {
  .gps-calendar .fc-center {
    order: -1;
  }
}
.gps-calendar .fc-button-primary {
  color: #fff;
  background-color: #3b393e;
  border-color: #3b393e;
}
.gps-calendar .fc-button-primary:not(:disabled).fc-button-active,
.gps-calendar .fc-button-primary:not(:disabled):active {
  color: #fff;
  background-color: #028faf;
  border-color: #028faf;
}

.gps-evenement-block {
  background: #028faf;
  background: linear-gradient(135deg, #028faf 0, #09d5d5 100%);
  padding: 3px;
  margin-bottom: 3rem;
}
.gps-evenement-block h3 {
  background: url(images/inf/event.svg) no-repeat top 0 left 0;
  background-size: 45px 45px;
  padding: 8px 10px 8px 60px;
}
.gps-evenement-block .webform-submission-form button.btn-ext-black-blue-inf.webform-button--submit {
  background: #fff;
  border: 1px solid #000;
  color: #000;
  margin: 20px 0 0 0 !important;
}
.gps-evenement-block .webform-submission-form button.btn-ext-black-blue-inf.webform-button--submit:hover {
  border: 1px solid #028faf;
  color: #028faf;
}
.gps-evenement-block #edit-actions {
  margin-bottom: 0;
}
.gps-evenement-block .not-logged .btn.btn-int {
  background: #028faf;
  border: 1px solid #028faf;
  color: #fff;
  font-family: "Oswald Bold", Arial, Helvetica, sans-serif;
  font-size: 1.125rem;
  padding: 8px 50px;
  margin-bottom: 1rem;
}
.gps-evenement-block .not-logged .btn.btn-int:hover {
  background: #fff;
  border: 1px solid #028faf;
  color: #028faf;
}
.gps-evenement-block .not-logged .links a {
  color: #028faf;
}
.gps-evenement-block .not-logged .links a:hover {
  text-decoration: underline;
}

.gps-evenement-block-content {
  background: #fff;
  padding: 20px;
}

.inf-theme .fc-day-grid-event {
  background: #028faf !important;
  color: #fff;
}
.inf-theme .fc-day-grid-event:hover {
  background: #fff !important;
  color: #028faf;
}
.inf-theme .fc-unthemed td.fc-today {
  background: #c0e3eb;
}
.inf-theme .fc-event {
  border: 1px solid #028faf;
}

.block-field-blocknodeevenementfield-visuel-event img {
  max-width: 100%;
  height: auto;
}

.node--type-evenement a {
  font-family: "Myriad Bold", Arial, Helvetica, sans-serif;
}
.node--type-evenement .evenement-date {
  padding: 0 0 1rem 32px;
  background: url(images/agenda/evenement-01.png) no-repeat top 0 left 0;
  background-size: 22px;
}
.node--type-evenement .evenement-date div {
  display: inline;
}
.node--type-evenement .evenement-lieu {
  padding: 0 0 1rem 32px;
  background: url(images/agenda/evenement-02.png) no-repeat top 0 left 0;
  background-size: 22px;
}
.node--type-evenement .evenement-lieu div {
  display: inline;
}
.node--type-evenement .evenement-prix {
  padding: 0 0 1rem 32px;
  background: url(images/agenda/evenement-03.png) no-repeat top 0 left 0;
  background-size: 22px;
}
.node--type-evenement .evenement-prix div {
  display: inline;
}
.node--type-evenement .evenement-site {
  padding: 0 0 1rem 32px;
  background: url(images/agenda/evenement-04.png) no-repeat top 0 left 0;
  background-size: 22px;
}
.node--type-evenement .evenement-site div {
  display: inline;
}
.node--type-evenement .evenement-coordonnees {
  padding: 0 0 1rem 32px;
  background: url(images/agenda/evenement-05.png) no-repeat top 0 left 0;
  background-size: 22px;
}
.node--type-evenement .evenement-coordonnees div {
  display: inline;
}
.node--type-evenement .evenement-img {
  width: 100%;
  height: 100%;
  background: url(images/agenda/photo.svg) no-repeat top 50% left 50%;
  background-size: 75%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100px;
  max-width: 200px;
  margin: 0 auto;
}
.node--type-evenement .evenement-img > div {
  width: 100%;
  height: 100%;
  background: #fff;
  display: flex;
  align-items: start;
  justify-content: center;
}

.qdm-theme .evenement-infos a {
  color: #337c9c;
}
.qdm-theme .evenement-infos a:hover {
  color: #337c9c;
  text-decoration: underline;
}

.qph-theme .evenement-infos a {
  color: #a5bf46;
}
.qph-theme .evenement-infos a:hover {
  color: #a5bf46;
  text-decoration: underline;
}

.inf-theme .evenement-infos a {
  color: #028faf;
}
.inf-theme .evenement-infos a:hover {
  color: #028faf;
  text-decoration: underline;
}

.calculateur-btn button {
  border: 1px solid #000;
  width: 100%;
  text-align: center;
  background: transparent;
  color: #000;
  margin: 0 0 1rem 0;
  font-family: "Myriad Bold", Arial, Helvetica, sans-serif;
  line-height: 1;
  padding: 10px;
}
.calculateur-btn button:hover {
  border: 1px solid #028faf;
  background: #028faf;
  color: #fff;
  cursor: pointer;
}
@media (min-width: 768px) {
  .calculateur-btn button[rel="9"], .calculateur-btn button[rel="7"] {
    margin-bottom: 0;
  }
}

.calculateur .calcul-title:before {
  content: "";
  min-height: 90px;
  display: block;
}
.calculateur .avertissement {
  background: #028faf;
  background: linear-gradient(135deg, #028faf 0, #09d5d5 100%);
  padding: 3px;
}
.calculateur .avertissement .avertissement-content {
  background: #fff url("images/avertissement.png") no-repeat top 16px left 10px;
  padding: 10px 10px 10px 60px;
}
.calculateur .exemple p {
  font-style: italic;
}

.cadre-resultat {
  background: #028faf;
  background: linear-gradient(135deg, #028faf 0, #09d5d5 100%);
  padding: 3px;
  margin-bottom: 2rem;
}

.cadre-resultat-content {
  background: #e9ecef;
  padding: 10px;
  text-align: center;
  font-family: "Myriad Bold", Arial, Helvetica, sans-serif;
  font-size: 1.375rem;
  line-height: 1.1;
}

.inf-theme .bloc-offres-emploi {
  border: 3px solid #e9ecef;
}
.inf-theme .bloc-offres-emploi-title {
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #adb5bd;
}
.inf-theme .annonces li {
  border-bottom: none;
}
.inf-theme .bloc-libre {
  border: 3px solid #e9ecef;
  padding: 1rem;
}

.bloc-calculdedose {
  background: #028faf;
  background: linear-gradient(135deg, #028faf 0, #09d5d5 100%);
  padding: 3px;
}

.bloc-calculdedose-content {
  background: #fff;
  padding: 22px;
  text-align: center;
}

.contenu-encadre {
  clear: both;
  background: #e9ecef;
  padding: 1rem;
  margin-bottom: 1rem;
}

.bloc-article-pdf {
  padding: 1rem 0;
}
.bloc-article-pdf ul {
  padding-left: 1rem;
}
.bloc-article-pdf li {
  background: transparent url("images/icon-pdf.svg") no-repeat top 0 left 0;
  background-size: 27px;
  padding: 10px 0 0 37px;
  margin-bottom: 0.5rem;
}

.article-body img,
.listing-body-article img {
  margin: 0.5rem 0;
}
.article-body img.align-left,
.listing-body-article img.align-left {
  margin: 0.5rem 1rem 0.5rem 0;
}
.article-body img.align-right,
.listing-body-article img.align-right {
  margin: 0.5rem 0 0.5rem 1rem;
}
.article-body p.chapo,
.listing-body-article p.chapo {
  line-height: 1.2;
  font-size: 1.25rem;
  font-family: "Myriad Bold", Arial, Helvetica, sans-serif;
}
.article-body .cadre-bordure,
.listing-body-article .cadre-bordure {
  padding: 1rem;
  margin-bottom: 1rem;
  background: #FFF;
  border: 1px solid #CCC;
  box-shadow: 5px 5px 0 #eee;
}

.article-body .quiz-correct.answer,
.listing-body-article .quiz-correct.answer,
body.node--type-page .block-field-blocknodepagebody .quiz-correct.answer {
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border-radius: 0.25rem;
  color: #155724;
  background-color: #d4edda;
  border: 1px solid #c3e6cb;
}
.article-body .quiz-incorrect.answer,
.listing-body-article .quiz-incorrect.answer,
body.node--type-page .block-field-blocknodepagebody .quiz-incorrect.answer {
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border-radius: 0.25rem;
  color: #721c24;
  background-color: #f8d7da;
  border: 1px solid #f5c6cb;
}

button[name=Vrai] {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  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;
  color: #fff;
  background-color: #28a745;
  border: 1px solid #28a745;
  margin-right: 1rem;
}

button[name=Faux] {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  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;
  color: #fff;
  background-color: #dc3545;
  border: 1px solid #dc3545;
  margin-right: 1rem;
}

#block-headerraccourciforum .content,
#block-headerraccourciforum .content > div {
  width: 100%;
  height: 100%;
}
#block-headerraccourciforum .content > div {
  display: flex;
  align-items: center;
  justify-content: center;
}
#block-headerraccourciforum a {
  line-height: 1;
  font-size: 1.5rem;
  font-family: "Oswald", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  background: transparent url("images/forum.svg") no-repeat top 15px left 12px;
  background-size: 35px 32px;
  padding: 15px 12px 15px 59px;
  border: 1px solid transparent;
  margin: 0 17px 0 0;
}
#block-headerraccourciforum a:hover {
  border: 1px solid #04dadc;
}
@media (max-width: 760px) {
  #block-headerraccourciforum a {
    font-size: 1rem;
    background: transparent url("images/forum.svg") no-repeat top 5px left 50%;
    background-size: 25px 22px;
    padding: 30px 7px 5px 7px;
    margin: 3px 17px 0 0;
  }
}

.scrolled #block-headerraccourciforum {
  display: none;
}

.node--type-homepage.scrolled #block-headerraccourciforum {
  display: block;
}

h1.abonnement-dsa {
  color: #e85136;
  text-transform: uppercase;
  font-family: "Oswald", Arial, Helvetica, sans-serif;
  font-size: 2.25rem;
  height: 117px;
  display: flex;
  flex-direction: row;
}
@media (max-width: 1100px) {
  h1.abonnement-dsa {
    font-size: 1.875rem;
    height: auto;
    flex-direction: column;
  }
}
h1.abonnement-dsa span {
  height: 117px;
  line-height: 117px;
}
@media (max-width: 1100px) {
  h1.abonnement-dsa span {
    height: auto;
    line-height: 1.2;
    width: 100%;
  }
}
h1.abonnement-dsa span:nth-child(1) {
  background: transparent url("images/dss-h1.png") no-repeat top 50% right 20px;
  padding-right: 218px;
}
@media (max-width: 1100px) {
  h1.abonnement-dsa span:nth-child(1) {
    background: transparent url("images/dss-h1.png") no-repeat top 0 left 0;
    padding-top: 86px;
    background-size: 140px;
  }
}

#edit-tarif-individuel {
  border: 2px solid #e85136;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
}

.form-item-tarif-groupe-header,
.form-item-tarif-individuel-header {
  padding-left: 96px;
  background: transparent url(images/tarif-individuel.svg) no-repeat top 50% left 0;
  background-size: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  margin: 0;
  height: 80px;
  margin-bottom: 1rem;
}
@media (max-width: 1100px) {
  .form-item-tarif-groupe-header,
.form-item-tarif-individuel-header {
    padding-left: 0;
    padding-top: 86px;
    background: transparent url(images/tarif-individuel.svg) no-repeat top 0 left 50%;
    background-size: 80px;
    height: auto;
  }
}

.form-item-tarif-groupe-header,
.form-item-tarif-individuel-header {
  padding-left: 96px;
  background: transparent url(images/tarif-individuel.svg) no-repeat top 50% left 0;
  background-size: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  margin: 0;
  height: 80px;
  margin-bottom: 1rem;
}
@media (max-width: 1100px) {
  .form-item-tarif-groupe-header,
.form-item-tarif-individuel-header {
    padding-left: 0;
    padding-top: 86px;
    background: transparent url(images/tarif-individuel.svg) no-repeat top 0 left 50%;
    background-size: 80px;
    height: auto;
  }
}

.form-item-tarif-groupe-header {
  background: transparent url(images/tarif-groupe.svg) no-repeat top 50% left 0;
  background-size: 80px;
}
@media (max-width: 1100px) {
  .form-item-tarif-groupe-header {
    background: transparent url(images/tarif-groupe.svg) no-repeat top 0 left 50%;
    background-size: 80px;
  }
}

.tarif-individuel-header,
.tarif-groupe-header {
  display: flex;
  flex-direction: column;
}
@media (max-width: 1100px) {
  .tarif-individuel-header,
.tarif-groupe-header {
    text-align: center;
  }
}

.form-item-tarif-individuel-header h2,
.form-item-tarif-individuel-header p,
.form-item-tarif-groupe-header h2,
.form-item-tarif-groupe-header p {
  margin: 0;
}

#dss-abo-pdf {
  display: inline-block;
  background: #e85136 url(images/telecharger.svg) no-repeat top 50% left 18px;
  background-size: 20px 24px;
  padding: 10px 20px 10px 50px;
  color: #fff;
  text-transform: uppercase;
  font-family: "Oswald", Arial, Helvetica, sans-serif;
  font-size: 1.125rem;
  border: 1px solid #e85136;
  text-align: center;
}

#dss-abo-pdf:hover {
  background: #000 url(images/telecharger.svg) no-repeat top 50% left 18px;
  background-size: 20px 24px;
}

#edit-tarif-individuel-footer {
  margin: 0;
}

#edit-tarif-groupe {
  border: 2px solid #26aa95;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
}
#edit-tarif-groupe #edit-actions,
#edit-tarif-groupe .webform-button--submit {
  margin-bottom: 0 !important;
}

.form-item-tarif-groupe-content {
  margin: 0;
}

.form-item-tarif-groupe-content ul {
  list-style: none;
}

.form-item-tarif-groupe-content li {
  position: relative;
  margin-bottom: 0.5rem;
  background: transparent;
}

.form-item-tarif-groupe-content li:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 15px;
  top: 3px;
  left: -28px;
  background: transparent url(images/checkmark.svg) no-repeat top 50% left 50%;
  background-size: 20px;
}

#edit-service-client {
  background: #e9ecef url(images/service-client.png) no-repeat bottom 0 left 0;
  height: 250px;
  padding: 20px 20px 20px 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1100px) {
  #edit-service-client {
    background-size: 200px;
    height: auto;
    padding: 20px;
  }
}
@media (max-width: 680px) {
  #edit-service-client {
    background-size: 100px;
  }
}

.service-client-txt {
  width: 100%;
  margin-bottom: 20px;
}
@media (max-width: 1100px) {
  .service-client-txt {
    text-align: center;
  }
}

.service-client-container {
  width: 100%;
  display: flex;
  flex-direction: row;
}
@media (max-width: 1100px) {
  .service-client-container {
    flex-direction: column;
    align-items: center;
  }
}

.service-client-tel {
  background: transparent url(images/service-client-tel.svg) no-repeat top 0 left 0;
  background-size: 28px;
  width: 40%;
  padding: 10px 10px 0 38px;
}
@media (max-width: 1100px) {
  .service-client-tel {
    width: 200px;
    margin-bottom: 1rem;
  }
}

.service-client-mail {
  background: transparent url(images/service-client-mail.svg) no-repeat top 0 left 0;
  background-size: 43px;
  width: 60%;
  padding: 10px 10px 0 53px;
}
@media (max-width: 1100px) {
  .service-client-mail {
    width: 200px;
  }
}

.inf-theme .bloc-mediformation {
  border: 3px solid #e9ecef;
}
.inf-theme .bloc-mediformation .bloc-mediformation-title {
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #adb5bd;
}
.inf-theme .bloc-mediformation .bloc-mediformation-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.inf-theme .bloc-mediformation a {
  flex: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.inf-theme .bloc-mediformation a p {
  font-size: 0.875rem;
}

body.qdm-theme .menu-compte.need-justif .btn-compte {
  padding: 0 35px 0 0;
}
@media (max-width: 760px) {
  body.qdm-theme .menu-compte.need-justif .btn-compte {
    padding: 0 0 0 14px;
  }
  body.qdm-theme .menu-compte.need-justif .btn-compte .user-display-initials-name {
    position: relative;
  }
  body.qdm-theme .menu-compte.need-justif .btn-compte .user-display-initials-name:after {
    position: absolute;
    top: -2px;
    left: auto;
    right: -16px;
    content: "";
    height: 10px;
    width: 10px;
    background-color: #dc3545;
    border-radius: 50%;
  }
}
body.qdm-theme .menu-compte.need-justif .btn-compte:after {
  position: absolute;
  top: 14px;
  left: auto;
  right: 19px;
  content: "";
  height: 10px;
  width: 10px;
  background-color: #dc3545;
  border-radius: 50%;
}
@media (max-width: 760px) {
  body.qdm-theme .menu-compte.need-justif .btn-compte:after {
    content: normal;
  }
}
body.qdm-theme .menu-compte.need-justif a.mon-abonnement {
  position: relative;
}
body.qdm-theme .menu-compte.need-justif a.mon-abonnement:after {
  position: absolute;
  top: 12px;
  left: 165px;
  content: "";
  height: 10px;
  width: 10px;
  background-color: #dc3545;
  border-radius: 50%;
}
@media (max-width: 760px) {
  body.qdm-theme .menu-compte.need-justif a.mon-abonnement:after {
    top: 12px;
    left: 165px;
  }
}

.pseudo-suffix {
  display: block;
  margin: -1rem 0 1rem 0;
}

.date-parution {
  position: relative;
  padding-right: 25px;
  display: inline-block;
}
.date-parution:before {
  position: absolute;
  content: "";
  top: 10px;
  right: 0;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #337c9c;
}
.date-parution.text-spe {
  padding-right: 15px;
}
.date-parution.text-spe:before {
  top: 7px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000 !important;
}
.date-parution input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border: none;
  caret-color: transparent;
  cursor: pointer;
  outline: none;
  color: transparent;
}

.qdm-theme .date-parution {
  color: #337c9c;
}
.qdm-theme .date-parution:before {
  border-top: 10px solid #337c9c;
}

.qph-theme .date-parution {
  color: #a5bf46;
}
.qph-theme .date-parution:before {
  border-top: 10px solid #a5bf46;
}

.path-parution .ui-widget.ui-widget-content.ui-datepicker {
  z-index: 9999 !important;
}
.path-parution .ui-widget.ui-widget-content.ui-datepicker:before {
  right: auto;
  left: 17px;
}
.path-parution .ui-datepicker-month,
.path-parution .ui-datepicker-year {
  border: none;
}

.node--type-le-droit-et-vous article > header,
.node--type-la-loi-et-vous article > header {
  display: none;
}
.node--type-le-droit-et-vous fieldset#edit-illustration,
.node--type-la-loi-et-vous fieldset#edit-illustration {
  margin-bottom: 3rem;
}
.node--type-le-droit-et-vous fieldset#edit-posez-votre-question,
.node--type-la-loi-et-vous fieldset#edit-posez-votre-question {
  display: flex;
  flex-direction: column;
  padding: 1rem;
  border: 1px solid #A9A9A9;
}
.node--type-le-droit-et-vous fieldset#edit-posez-votre-question legend,
.node--type-la-loi-et-vous fieldset#edit-posez-votre-question legend {
  float: left;
  text-align: center;
}
.node--type-le-droit-et-vous fieldset#edit-posez-votre-question .fieldset-legend.font-size-16.myriad-bold,
.node--type-la-loi-et-vous fieldset#edit-posez-votre-question .fieldset-legend.font-size-16.myriad-bold {
  font-size: 1.625rem;
}
.node--type-le-droit-et-vous fieldset#edit-posez-votre-question .webform-button--submit,
.node--type-la-loi-et-vous fieldset#edit-posez-votre-question .webform-button--submit {
  margin-bottom: 0 !important;
}
.node--type-le-droit-et-vous fieldset#edit-posez-votre-question .fieldset-wrapper .form-group:last-child,
.node--type-la-loi-et-vous fieldset#edit-posez-votre-question .fieldset-wrapper .form-group:last-child {
  margin-bottom: 0 !important;
}

#la_loi_et_vous--posez_votre_question legend {
  display: none;
}

.view-le-droit-et-vous-block .view-content.row,
.view-la-loi-et-vous-block .view-content.row {
  margin: 0 !important;
  width: 100%;
}
.view-le-droit-et-vous-block .view-content.row .views-row,
.view-la-loi-et-vous-block .view-content.row .views-row {
  width: 100%;
}

.reponses-avocat {
  display: flex;
  flex-direction: column;
  margin-bottom: 3rem;
}
.reponses-avocat .question-pseudo {
  color: #6B6B6B;
}
.reponses-avocat .question-txt {
  font-weight: bold;
}
.reponses-avocat .reponse {
  margin-top: 3rem;
  display: flex;
  flex-direction: row;
  gap: 1rem;
  padding: 1rem;
  background: #E7ECEF;
  position: relative;
  border-bottom: 5px solid #417C9E;
}
.reponses-avocat .reponse:before {
  position: absolute;
  content: "";
  top: -2rem;
  left: 0;
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 2rem solid transparent;
  border-bottom: 2rem solid #E7ECEF;
}
.reponses-avocat .reponse-photo {
  flex: 0 0 80px;
}
.reponses-avocat .reponse-photo img {
  width: 100%;
  height: auto;
  border-radius: 100%;
}
.reponses-avocat .reponse-txt {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.reponses-avocat .reponse-txt-name {
  font-size: 1.125rem;
  font-weight: bold;
}
.reponses-avocat .reponse-txt-content {
  margin-bottom: 1rem;
}
.reponses-avocat .reponse-signature p {
  margin-bottom: 0;
}
.reponses-avocat .reponse-signature .signature-nom {
  font-weight: bold;
  font-style: italic;
}
.reponses-avocat .reponse-signature .signature-titre {
  font-style: italic;
}
.reponses-avocat .reponse-signature .signature-adresse {
  font-size: 0.875rem;
  background: transparent url("images/signature-adresse.svg") no-repeat top 2px left 0;
  padding-left: 1.5rem;
}
.reponses-avocat .reponse-signature .signature-site {
  font-size: 0.875rem;
  background: transparent url("images/signature-site.svg") no-repeat top 4px left 0;
  padding-left: 1.5rem;
}
.reponses-avocat .reponse-signature .signature-email {
  font-size: 0.875rem;
  background: transparent url("images/signature-email.svg") no-repeat top 5px left 0;
  padding-left: 1.5rem;
}
.reponses-avocat .reponse-signature a {
  color: #417C9E;
  text-decoration: underline;
}

.qph-theme .reponses-avocat .reponse {
  border-bottom: 5px solid #a5bf46;
}

.reponse-avocat .question .question-pseudo {
  font-family: "Myriad", Arial, Helvetica, sans-serif;
  color: #6b6b6b;
  font-size: 1rem;
}
.reponse-avocat .question .question-txt {
  font-family: "Myriad Bold", Arial, Helvetica, sans-serif;
  font-size: 1rem;
}
.reponse-avocat .reponse-txt {
  margin-top: 3rem;
  margin-bottom: 3rem;
  display: flex;
  flex-direction: column;
  padding: 1rem;
  background: #e7ecef;
  position: relative;
  border-bottom: 5px solid #417C9E;
}
.reponse-avocat .reponse-txt:before {
  position: absolute;
  content: "";
  top: -2rem;
  left: 0;
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 2rem solid transparent;
  border-bottom: 2rem solid #e7ecef;
}
.reponse-avocat .reponse-txt .reponse-txt-name {
  font-family: "Myriad Bold", Arial, Helvetica, sans-serif;
  font-size: 1.125rem;
  margin-bottom: 1rem;
}

.qph-theme .reponse-avocat .reponse-txt {
  border-bottom: 5px solid #a5bf46;
}

.webform-submission-data--webform-la-loi-et-vous {
  width: 100%;
}

#la_loi_et_vous--pseudo {
  color: #6B6B6B;
  margin-bottom: 0;
}
#la_loi_et_vous--pseudo label {
  display: none;
}

#la_loi_et_vous--question {
  font-weight: bold;
}
#la_loi_et_vous--question label {
  display: none;
}

#sas_106918 img {
  margin-bottom: 1.5rem;
}

.view-global-fulltext-search form > div {
  display: flex;
  flex-wrap: wrap;
  margin-right: 0;
  margin-left: 0;
  flex-direction: column;
}
.view-global-fulltext-search form > div #edit-actions {
  margin: 0 auto;
}

.stycky-button-abo {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999999;
  pointer-events: none;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

@media (min-width: 768px) {
  .stycky-button-abo {
    display: none;
  }
}
.stycky-button-abo-content {
  pointer-events: auto;
  background: white;
  background: linear-gradient(0deg, white 0%, white 10%, rgba(255, 255, 255, 0) 90%, rgba(255, 255, 255, 0) 100%);
  padding: 1rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.newsletters-form .newsletter-checkbox-knobs,
.newsletters-form .newsletter-checkbox-layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.newsletters-form .newsletter-checkbox-wrapper {
  position: relative;
  width: 140px;
  height: 32px;
  margin: 0;
  align-self: end;
}
.newsletters-form .newsletter-checkbox {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 3;
}
.newsletters-form .newsletter-checkbox-knobs {
  z-index: 2;
}
.newsletters-form .newsletter-checkbox-layer {
  width: 100%;
  background-color: #E8EBEF;
  transition: 0.3s ease all;
  z-index: 1;
  border-radius: 32px;
}
.newsletters-form .newsletter-checkbox-knobs:before,
.newsletters-form .newsletter-checkbox-knobs:after,
.newsletters-form .newsletter-checkbox-knobs span {
  position: absolute;
  top: 4px;
  width: 20px;
  height: 10px;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  padding: 9px 4px;
  border-radius: 2px;
  transition: 0.3s ease all;
}
.newsletters-form .newsletter-checkbox-knobs:before,
.newsletters-form .newsletter-checkbox-knobs:after {
  color: #4e4e4e;
  z-index: 1;
}
.newsletters-form .newsletter-checkbox-knobs:before {
  content: "Inscrit";
  font-family: "Myriad Bold", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  color: transparent;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 6px;
  text-align: center;
  padding: 9px 0 0 0;
}
.newsletters-form .newsletter-checkbox-knobs:after {
  content: "Je m’inscris";
  font-family: "Myriad Bold", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  color: #337C9C;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: right;
  padding: 9px 20px 0 0;
}
.newsletters-form .newsletter-checkbox-knobs span {
  width: 26px;
  height: 26px;
  border: 1px solid #337C9C;
  border-radius: 30px;
  top: 3px;
  left: 3px;
  right: auto;
  background-color: #fff;
  z-index: 2;
  background: #fff url("images/newsletter-check-white.svg") no-repeat top 50% left 50%;
}
.newsletters-form .newsletter-checkbox:checked + .newsletter-checkbox-knobs span {
  border: 1px solid #10cf74;
  background: #fff url("images/newsletter-check.svg") no-repeat top 50% left 50%;
}
.newsletters-form .newsletter-checkbox:checked ~ .newsletter-checkbox-layer {
  background-color: #10cf74;
}
.newsletters-form .newsletter-checkbox:checked + .newsletter-checkbox-knobs:before {
  color: #fff;
}
.newsletters-form .newsletter-checkbox:checked + .newsletter-checkbox-knobs:after {
  color: transparent;
}
.newsletters-form .newsletter-checkbox-wrapper:hover .newsletter-checkbox-knobs span {
  background: #fff url("images/newsletter-check-grey.svg") no-repeat top 50% left 50%;
}
.newsletters-form .newsletter-checkbox:checked + .newsletter-checkbox-knobs span {
  background: #fff url("images/newsletter-check.svg") no-repeat top 50% left 50% !important;
}
.newsletters-form .input-all .newsletter-checkbox-wrapper {
  width: 186px;
}
.newsletters-form .input-all .newsletter-checkbox-wrapper .newsletter-checkbox-knobs:before {
  content: "Inscrit à tout";
}
.newsletters-form .input-all .newsletter-checkbox-wrapper .newsletter-checkbox-knobs:after {
  content: "Je m’inscris à tout";
}

.path-inscription .user-register-form #edit-editorial-selected,
.page-user-register .user-register-form #edit-editorial-selected {
  display: inline-block;
  margin: 0 0 1rem 1rem;
  padding: 0.5rem 1rem;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.path-inscription .user-register-form #edit-editorial-selected > div,
.page-user-register .user-register-form #edit-editorial-selected > div {
  display: flex;
  flex-direction: row-reverse;
  padding: 0;
  margin-bottom: 1rem;
}
.path-inscription .user-register-form #edit-editorial-selected > div .newsletter-checkbox-label,
.page-user-register .user-register-form #edit-editorial-selected > div .newsletter-checkbox-label {
  flex-grow: 1;
}
.path-inscription .user-register-form #edit-editorial-selected > div .newsletter-checkbox-wrapper,
.page-user-register .user-register-form #edit-editorial-selected > div .newsletter-checkbox-wrapper {
  margin-right: 10px;
}
.path-inscription #edit-optin-service-select > div,
.page-user-register #edit-optin-service-select > div {
  display: flex;
  flex-direction: row-reverse;
  padding: 0;
}
.path-inscription #edit-optin-service-select > div .newsletter-checkbox-label,
.page-user-register #edit-optin-service-select > div .newsletter-checkbox-label {
  flex-grow: 1;
}
.path-inscription #edit-optin-service-select > div .newsletter-checkbox-wrapper,
.page-user-register #edit-optin-service-select > div .newsletter-checkbox-wrapper {
  margin-right: 10px;
}

.form-services .form-check {
  padding-left: 0;
}
.form-services #edit-optin-service-select > div {
  display: flex;
  flex-direction: row;
  padding-bottom: 1rem;
  border-bottom: 1px solid #EEEFF3;
}
@media (max-width: 1100px) {
  .form-services #edit-optin-service-select > div {
    flex-direction: column;
  }
}
.form-services #edit-optin-service-select > div:last-child {
  border-bottom: none;
}
.form-services #edit-optin-service-select > div .newsletter-checkbox-label {
  flex: 1;
  padding-right: 1rem;
}
.form-services .newsletter-checkbox-wrapper {
  align-self: flex-start;
}
@media (max-width: 1100px) {
  .form-services .newsletter-checkbox-wrapper {
    align-self: flex-end;
  }
}

.qdm-theme .newsletter-editorial .newsletter-checkbox-label {
  min-height: 40px;
  margin-bottom: -1rem;
}

.qph-theme .newsletter-editorial .newsletter-checkbox-label {
  min-height: 60px;
  margin-bottom: -1rem;
}

.inf-theme .newsletter-editorial .newsletter-checkbox-label {
  min-height: 40px;
  margin-bottom: -1rem;
}

.newsletters-form-actions.not-visible {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  pointer-events: none;
}
.newsletters-form-actions.not-visible .newsletters-form-actions-wrapper {
  pointer-events: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background-color: rgba(0, 0, 0, 0.56);
  display: flex;
  align-items: center;
  justify-content: center;
}
.newsletters-form-actions.not-visible .newsletters-form-actions-wrapper button,
.newsletters-form-actions.not-visible .newsletters-form-actions-wrapper .form-group {
  margin: 0 !important;
}

.password-container {
  position: relative;
}

.password-container input[type=password] {
  padding-right: 40px;
}

.password-container button.toggle-password,
.gps-login-form .user-login-form .password-container button.toggle-password {
  position: absolute;
  right: 10px;
  top: 20px;
  transform: translateY(-50%);
  padding: 0;
  cursor: pointer;
  background: transparent url(images/toggle-password.svg) no-repeat top 50% left 50%;
  width: 25px;
  height: 25px;
  border: none;
  display: none;
  outline: none;
}
.password-container button.toggle-password:hover,
.gps-login-form .user-login-form .password-container button.toggle-password:hover {
  background: transparent url(images/toggle-password-hover.svg) no-repeat top 50% left 50%;
}
.password-container button.toggle-password.active,
.gps-login-form .user-login-form .password-container button.toggle-password.active {
  background: transparent url(images/toggle-password-off.svg) no-repeat top 50% left 50%;
}

input::-ms-reveal,
input::-ms-clear {
  display: none;
}

.sepa-block {
  margin-top: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.sepa-block p {
  margin: 0;
}

.sepa-paiement {
  display: inline-block;
  padding-left: 16px;
  background: transparent url(images/sepa/paiement-securise.svg) no-repeat top 2px left 0;
}

.sepa-mensuel .sepa-img {
  display: inline-block;
  background: transparent url(images/sepa/sepa-mensuel.png) no-repeat top 50% left 50%;
  width: 340px;
  height: 50px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.sepa-annuel .sepa-img {
  display: inline-block;
  background: transparent url(images/sepa/sepa-annuel.png) no-repeat top 50% left 50%;
  width: 340px;
  height: 50px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

#edit-optin-service-select p {
  margin-bottom: 0;
}

.sepa-gift {
  font-family: "Myriad Bold", Arial, Helvetica, sans-serif;
  background: transparent url(images/sepa-gift.svg) no-repeat top -3px left 0;
  background-size: 24px;
  padding-left: 28px;
  display: inline-block;
  margin-top: 0.5rem;
}

.dpc-landing-page #edit-text {
  font-family: "Myriad", Arial, Helvetica, sans-serif;
  font-size: 1.125rem;
  line-height: 1.4;
  margin-bottom: 1rem;
}

.factures-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.factures-list .facture-item {
  display: flex;
  flex-direction: row;
  gap: 1rem;
}
.factures-list .facture-item-id-date-prix {
  flex: 1;
}
.factures-list .facture-item-prix {
  font-family: "Myriad Bold", Arial, Helvetica, sans-serif;
  font-size: 1.125rem;
  line-height: 1.4;
  color: #337c9c;
}

.alert-success::before {
  content: normal;
}

.lp-abo.promotional-campaign header.header {
  height: 86px;
  z-index: 9999;
}

.lp-abo.promotional-campaign header.header .top-header-content {
  height: 86px;
}

body.qdm-theme.scrolled .lp-abo.promotional-campaign header.header {
  height: 60px;
}

@media (max-width: 760px) {
  .lp-abo.promotional-campaign header.header {
    height: 60px;
  }

  .lp-abo.promotional-campaign header.header .top-header-content {
    height: 60px;
  }
}
body.qdm-theme .block-gen-disciplines-block > .content {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media (max-width: 790px) {
  body.qdm-theme .block-gen-disciplines-block > .content {
    flex-direction: column;
  }
}
body.qdm-theme .block-gen-disciplines-block > .content > article {
  flex: 1 1 0px;
  margin: 0.5rem;
}
body.qdm-theme .block-gen-disciplines-block > .content > article .layout--gps-carte > div {
  gap: 1rem;
}
body.qdm-theme .block-gen-disciplines-block > .content .text-chapo .text {
  display: none;
}
body.qdm-theme .node--type-fmc .la-une-secondaire-fmc .view-content.row .views-row {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
@media (min-width: 576px) {
  body.qdm-theme .node--type-fmc .la-une-secondaire-fmc .view-content.row .views-row {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  body.qdm-theme .node--type-fmc .la-une-secondaire-fmc .view-content.row .views-row {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}
body.qdm-theme .node--type-fmc .la-une-secondaire-fmc .view-content.row .views-row .img-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}
body.qdm-theme .node--type-fmc .la-une-secondaire-fmc .view-content.row .views-row .img-actualites {
  width: 234px;
  height: 156px;
}
@media (max-width: 768px) {
  body.qdm-theme .node--type-fmc .la-une-secondaire-fmc .view-content.row .views-row .img-actualites {
    width: 136px;
    height: 91px;
  }
}
body.qdm-theme .node--type-fmc .la-une-secondaire-fmc .text-chapo {
  display: none !important;
}
body.qdm-theme .show-menu-btn {
  width: 50px;
}
@media (min-width: 761px) {
  body.qdm-theme .menu.nav > li.li-menu-services-qdm > a.active + .sub-menu.nav {
    display: none !important;
  }
  body.qdm-theme .menu.nav > li.li-menu-services-qdm > a.active + .sub-menu.nav.visible {
    display: flex !important;
  }
}
@media (max-width: 1100px) {
  body.qdm-theme #guide-interactif {
    display: none;
  }
}
body.qdm-theme #guide-button-info {
  display: none;
}
body.qdm-theme #guide-inactif {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  pointer-events: none;
}
body.qdm-theme #guide-inactif-content {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  height: 100%;
  pointer-events: none;
}
body.qdm-theme .guide-button-wrapper {
  position: absolute;
  bottom: 125px;
  left: -20px;
}
body.qdm-theme #guide-button {
  position: relative;
  cursor: pointer;
  border: none;
  outline: none;
  pointer-events: auto;
}
body.qdm-theme #guide-button .guide-button-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 45px;
  height: 45px;
  background: transparent url(images/guide/guide-button.gif) no-repeat top 50% left 50%;
  text-indent: -9999px;
  padding: 0;
  margin: 0;
  border-radius: 60px;
  z-index: 2;
}
body.qdm-theme #guide-button .guide-button-square {
  position: absolute;
  top: -2px;
  left: -2px;
  width: 50px;
  height: 50px;
  background-color: #38849a;
  transform: rotate(-14deg);
  transition: ease-in 0.1s;
  z-index: 1;
  box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.3);
}
body.qdm-theme #guide-button:hover .guide-button-square {
  transform: rotate(0deg);
}
body.qdm-theme #guide-button-info {
  position: absolute;
  top: -15px;
  left: 85px;
  width: 265px;
  background: #fff;
  box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.3);
  border: 1px solid #ebebeb;
  padding: 20px;
}
body.qdm-theme #guide-button-info:before {
  position: absolute;
  content: "";
  width: 22px;
  height: 44px;
  background: transparent url(images/guide/pointe.png) no-repeat top 50% left 50%;
  top: 25px;
  left: -22px;
}
body.qdm-theme .guide-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.3);
  z-index: 1;
  text-indent: -9999px;
  cursor: pointer;
  border: none;
  margin: 0;
  padding: 0;
}
body.qdm-theme .guide-revoir-button,
body.qdm-theme .guide-plus-tard-button {
  background: none;
  border: none;
  font-size: 0.875rem;
  line-height: 1;
  text-decoration: underline;
  cursor: pointer;
}
body.qdm-theme .guide-revoir-button:hover,
body.qdm-theme .guide-plus-tard-button:hover {
  text-decoration: none;
}
body.qdm-theme .guide-parti,
body.qdm-theme .guide-next-button,
body.qdm-theme .guide-prev-button {
  font-size: 1rem !important;
  padding: 8px 30px;
}
body.qdm-theme .guide-buttons {
  display: flex;
  flex-direction: row;
  gap: 15px;
}
body.qdm-theme .guide-tools {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
body.qdm-theme .guide-close-button {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  outline: none;
  border: none;
  cursor: pointer;
  background: transparent url(images/guide/guide-close.svg) no-repeat top 50% left 50%;
  background-size: 10px;
}
body.qdm-theme #guide-step-0 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
}
body.qdm-theme #guide-step-0 #guide-step-0-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 380px;
  height: 392px;
  padding: 20px;
  background: #FFF;
  box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.3);
  border: 1px solid #ebebeb;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
body.qdm-theme #guide-step-1 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
}
body.qdm-theme #guide-step-1 .guide-overlay {
  background: transparent;
}
body.qdm-theme #guide-step-1 #guide-step-1-content {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
body.qdm-theme #guide-step-1 #guide-step-1-content #guide-step-1-content-wrapper {
  position: absolute;
  top: 100px;
  left: 360px;
  background: #FFF;
  box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.3);
  border: 1px solid #ebebeb;
  width: 420px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  z-index: 2;
}
body.qdm-theme #guide-step-1 #guide-step-1-content #guide-step-1-content-wrapper:before {
  content: "";
  position: absolute;
  top: -20px;
  left: 20px;
  width: 0px;
  height: 0px;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #fff;
}
body.qdm-theme #guide-step-2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
}
body.qdm-theme #guide-step-2 img {
  position: absolute;
  top: 4px;
  left: -337px;
}
body.qdm-theme #guide-step-2 #guide-step-2-content {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
body.qdm-theme #guide-step-2 #guide-step-2-content #guide-step-2-content-wrapper {
  position: absolute;
  top: 5px;
  left: 506px;
  background: #FFF;
  box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.3);
  border: 1px solid #ebebeb;
  width: 368px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  z-index: 2;
}
body.qdm-theme #guide-step-2 #guide-step-2-content #guide-step-2-content-wrapper:before {
  content: "";
  position: absolute;
  top: 20px;
  left: -20px;
  width: 0px;
  height: 0px;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 20px solid #fff;
}
body.qdm-theme #guide-step-3 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
}
body.qdm-theme #guide-step-3 img {
  width: 100%;
}
body.qdm-theme #guide-step-3 .guide-step-3-row {
  display: flex;
  flex-direction: row;
  gap: 2rem;
}
body.qdm-theme #guide-step-3 .guide-step-3-col-1 {
  flex: 1;
}
body.qdm-theme #guide-step-3 .guide-step-3-col-2 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 0 0 344px;
}
body.qdm-theme #guide-step-3 .guide-overlay {
  background: transparent;
}
body.qdm-theme #guide-step-3 #guide-step-3-content {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
body.qdm-theme #guide-step-3 #guide-step-3-content #guide-step-3-content-wrapper {
  position: absolute;
  top: 90px;
  right: 0;
  background: #FFF;
  box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.3);
  border: 1px solid #ebebeb;
  width: 610px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  z-index: 2;
}
body.qdm-theme #guide-step-3 #guide-step-3-content #guide-step-3-content-wrapper:before {
  content: "";
  position: absolute;
  top: -20px;
  right: 50px;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #fff;
}
body.qdm-theme #guide-step-3 #guide-step-3-content #guide-step-3-content-wrapper.pas-abonne:before {
  right: 150px;
}
body.qdm-theme #guide-step-4 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
}
body.qdm-theme #guide-step-4 #guide-step-4-content {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
body.qdm-theme #guide-step-4 #guide-step-4-content #guide-step-4-content-wrapper {
  position: absolute;
  top: 180px;
  left: 360px;
  background: #FFF;
  box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.3);
  border: 1px solid #ebebeb;
  width: 420px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  z-index: 2;
  align-items: center;
  justify-content: center;
}
body.qdm-theme .guide-square {
  position: relative;
}
body.qdm-theme .guide-square:before {
  position: absolute;
  content: "";
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  top: -10px;
  left: -10px;
  box-shadow: 0 0 0 9999px rgba(51, 51, 51, 0.3);
  z-index: 4;
}
body.qdm-theme.body-guide-step-3 .region-top-header-right .toogle-group {
  position: relative;
}
body.qdm-theme.body-guide-step-3 .region-top-header-right .toogle-group:before {
  content: "";
  position: absolute;
  width: calc(100% + 20px);
  height: 100%;
  top: 0;
  left: -10px;
  box-shadow: 0 0 0 9999px rgba(51, 51, 51, 0.3);
}
body.qdm-theme.body-guide-step-3 .region-top-header-right .toogle-group.content-actif:before {
  content: "";
}
body.qdm-theme.body-guide-step-3 .region-top-header-right .toogle-group.content-inactif:before {
  content: normal;
}
@media (max-width: 800px) {
  body.qdm-theme .gps-subdomain-list-select,
body.qdm-theme .block-gps-login-popup .btn-se-connecter {
    font-size: 13px;
  }
}
@media (max-width: 760px) {
  body.qdm-theme .gps-subdomain-list-select,
body.qdm-theme .block-gps-login-popup .btn-se-connecter {
    font-size: 1rem;
  }
  body.qdm-theme .menu-compte .btn-compte {
    background: none;
    padding-left: 14px;
    min-height: 48px;
  }
}
@media (min-width: 761px) {
  body.qdm-theme .menu-bar-wrapper {
    background: transparent url("images/menu-bg.png") repeat-x top 0 left 0;
    min-height: 39px;
  }
  body.qdm-theme .menu-bar {
    display: flex;
    position: relative;
    height: 38px;
    margin-bottom: 52px;
    width: 100%;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    background: none;
  }
  body.qdm-theme .menu-bar ul {
    height: 100%;
  }
  body.qdm-theme .menu-bar ul ul {
    height: auto;
  }
  body.qdm-theme .menu-bar li {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  body.qdm-theme .menu-bar li.li-menu-edition-quotidienne {
    flex-grow: 1;
    justify-content: flex-end;
  }
  body.qdm-theme .menu.nav > li > a.nav-link.menu-edition-quotidienne {
    font-family: "oswald", Arial, Helvetica, sans-serif;
    font-size: 0.875rem;
    background: #3b393e;
    color: #fcc900;
    padding: 0 14px;
    text-transform: uppercase;
  }
  body.qdm-theme .menu-bar .primary-nav > .region-primary-nav {
    display: flex;
    justify-content: space-between;
  }
  body.qdm-theme .menu.nav {
    gap: 20px;
    width: 100%;
  }
  body.qdm-theme .menu.nav .nav-link {
    padding: 0;
  }
  body.qdm-theme .menu.nav > li > a.nav-link {
    height: 37px;
    line-height: 37px;
    font-family: "Myriad", Arial, Helvetica, sans-serif;
    font-size: 0.875rem;
    text-transform: none;
    color: inherit;
    padding: 1px 0 0 0;
  }
  body.qdm-theme .menu.nav > li > a.nav-link.is-active,
body.qdm-theme .menu.nav > li > a.nav-link.active {
    position: relative;
    background-color: transparent !important;
  }
  body.qdm-theme .menu.nav > li > a.nav-link.is-active:before,
body.qdm-theme .menu.nav > li > a.nav-link.active:before {
    position: absolute;
    content: "";
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #337c9c;
    border-top: none;
    border-left: none;
  }
  body.qdm-theme .menu.nav > li > a.is-active.dropdown-toggle:after,
body.qdm-theme .menu.nav > li > a.is-active:after,
body.qdm-theme .menu.nav > li > a.active:after {
    content: normal;
  }
  body.qdm-theme .menu.nav > li > a.active:before,
body.qdm-theme .menu.nav > li > a.is-active:before {
    content: normal;
  }
  body.qdm-theme .li-hover .sub-menu {
    display: none !important;
  }
  body.qdm-theme .menu.nav > li > .nav-link:hover {
    border: none;
    position: relative;
  }
  body.qdm-theme .menu.nav > li > .nav-link.hover {
    border-bottom: none;
  }
  body.qdm-theme .menu.nav > li > a.nav-link.hover:hover {
    color: #337c9c;
  }
  body.qdm-theme .menu.nav > li > a.nav-link.menu-edition-quotidienne:hover {
    background: #fcc900;
    color: #3b393e !important;
  }
  body.qdm-theme .sub-menu.nav {
    bottom: -33px;
    background: #fff;
    padding: 10px 0 8px;
  }
  body.qdm-theme .sub-menu.nav a {
    height: auto;
    line-height: 1;
    padding: 0 20px 0 0;
  }
  body.qdm-theme .menu-bar-wrapper {
    height: 70px;
    top: 86px;
  }
  body.qdm-theme .moment {
    margin-top: -24px;
    display: none;
  }
  body.qdm-theme .menu--en-ce-moment {
    padding: 0;
  }
  body.qdm-theme .menu--en-ce-moment .h2-en-ce-moment:before {
    height: 21px;
    top: -6px;
  }
  body.qdm-theme .sub-menu.nav a:focus,
body.qdm-theme .sub-menu.nav a:hover {
    color: #337c9c;
  }
  body.qdm-theme .sub-menu.nav a:focus:before,
body.qdm-theme .sub-menu.nav a:hover:before {
    content: normal;
  }
  body.qdm-theme .megaban.not-empty {
    padding: 0 0 25px 0;
    margin: 0;
    background: 0 0;
    min-height: 120px;
  }
  body.qdm-theme .megaban.not-empty.pixel-gif {
    padding: 0;
    margin: 0;
    background: none;
    min-height: 0;
  }
  body.qdm-theme .site-logo img {
    padding-top: 20px;
    width: 165px;
    height: auto;
    margin-right: 20px;
  }
  body.qdm-theme .top-header-content {
    height: 86px;
  }
  body.qdm-theme .region-top-header-right {
    gap: 30px;
  }
  body.qdm-theme .block-gps-login-popup .btn-se-connecter {
    font-family: "Myriad Bold", Arial, Helvetica, sans-serif;
    text-indent: 0;
    line-height: normal;
    white-space: normal;
    overflow: visible;
    width: auto;
    height: auto;
    background: transparent url(images/se-connecter.svg) no-repeat top 7px left 0;
    margin-left: 0;
    padding: 8px 20px 6px 22px;
  }
  body.qdm-theme .block-gps-login-popup .btn-se-connecter:focus {
    outline: none;
  }
  body.qdm-theme .block-gps-login-popup .gps-login.is-active .gps-login-form,
body.qdm-theme .menu--account .gps-login.is-active .gps-login-form {
    top: 33px;
  }
  body.qdm-theme .block-gps-login-popup .gps-login.is-active .gps-login-form:before,
body.qdm-theme .menu--account .gps-login.is-active .gps-login-form:before {
    right: 113px;
  }
  body.qdm-theme .block-gps-login-popup .gps-login.is-active .gps-login-form:after,
body.qdm-theme .menu--account .gps-login.is-active .gps-login-form:after {
    right: 113px;
  }
  body.qdm-theme .block-gps-login-popup .btn-se-connecter:before {
    top: 12px;
  }
  body.qdm-theme .menu-compte.m-picto .btn-compte,
body.qdm-theme .menu-compte.f-picto .btn-compte {
    background: none;
  }
  body.qdm-theme .menu-compte .btn-compte {
    padding: 0 20px 0 0;
    margin-left: 0;
  }
  body.qdm-theme .menu-compte .btn-compte:focus {
    outline: none;
  }
  body.qdm-theme .main-container {
    width: auto;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }
  body.qdm-theme .footer-third .main-container,
body.qdm-theme .footer-middle .main-container {
    width: 100%;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
  }
  body.qdm-theme .main-block {
    width: 100%;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
  }
  body.qdm-theme .moment {
    background: #fff;
  }
  body.qdm-theme .block-gps-subdomain-menu {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  body.qdm-theme .gps-subdomain-list-select {
    padding: 8px 20px 6px 56px;
    margin: 0;
    border: none;
    background: none;
    text-align: left;
    font-family: "Myriad Bold", Arial, Helvetica, sans-serif;
    position: relative;
  }
  body.qdm-theme .gps-subdomain-list-select:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    top: 15px;
    right: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #37363b;
  }
  body.qdm-theme .gps-subdomain-list-select:focus {
    outline: none;
  }
  body.qdm-theme .gps-subdomain-list-select:hover {
    cursor: pointer;
  }
  body.qdm-theme .gps-subdomain-list-select:hover .cadre {
    transform: rotate(0deg) !important;
  }
  body.qdm-theme .gps-subdomain-list-select .cadre {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: 0;
    width: 40px;
    height: 40px;
    background-color: #337c9f;
    transform: rotate(-14deg);
    transition: ease-in 100ms;
    z-index: 1;
  }
  body.qdm-theme .gps-subdomain-list-select .cadre:hover {
    transform: rotate(0deg);
  }
  body.qdm-theme .gps-subdomain-list-select .cadre.medecine-generale {
    background-color: #b7283c;
    transform: rotate(-45deg);
  }
  body.qdm-theme .gps-subdomain-list-select .cadre.medecine-generale:hover .cadre {
    transform: rotate(0deg) !important;
  }
  body.qdm-theme .gps-subdomain-list-select .picto {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: 0;
    width: 40px;
    height: 40px;
    z-index: 2;
    filter: invert(100%) sepia(78%) saturate(18%) hue-rotate(324deg) brightness(106%) contrast(105%);
  }
  body.qdm-theme .gps-subdomain-list-select .picto.cancerologie {
    background: transparent url(images/univers/cancero.svg) no-repeat top 50% left 50%;
    background-size: 28px;
  }
  body.qdm-theme .gps-subdomain-list-select .picto.cardiologie {
    background: transparent url(images/univers/cardio.svg) no-repeat top 50% left 50%;
    background-size: 35px;
  }
  body.qdm-theme .gps-subdomain-list-select .picto.diabetologie-endocrinologie {
    background: transparent url(images/univers/diabeto.svg) no-repeat top 50% left 50%;
    background-size: 28px;
  }
  body.qdm-theme .gps-subdomain-list-select .picto.medecine-generale {
    background: transparent url(images/univers/gene.svg) no-repeat top 50% left 50%;
    background-size: 35px;
  }
  body.qdm-theme .gps-subdomain-list-select .picto.gynecologie-obstetrique {
    background: transparent url(images/univers/gyneco.svg) no-repeat top 50% left 50%;
    background-size: 35px;
  }
  body.qdm-theme .gps-subdomain-list-select .picto.infectiologie {
    background: transparent url(images/univers/infectio.svg) no-repeat top 50% left 50%;
    background-size: 35px;
  }
  body.qdm-theme .gps-subdomain-list-select .picto.neurologie-psychiatrie {
    background: transparent url(images/univers/neuro.svg) no-repeat top 50% left 50%;
    background-size: 35px;
  }
  body.qdm-theme .gps-subdomain-list-select .picto.pediatrie {
    background: transparent url(images/univers/pediatrie.svg) no-repeat top 50% left 50%;
    background-size: 35px;
  }
  body.qdm-theme .gps-subdomain-list-select .picto.pneumologie {
    background: transparent url(images/univers/pneumo.svg) no-repeat top 1px left 50%;
    background-size: 35px;
  }
  body.qdm-theme .gps-subdomain-list-select .picto.psychiatrie {
    background: transparent url(images/univers/psycho.svg) no-repeat top 50% left 50%;
    background-size: 35px;
  }
  body.qdm-theme .gps-subdomain-list-select .picto.rhumatologie {
    background: transparent url(images/univers/rhumato.svg) no-repeat top 50% left 50%;
    background-size: 35px;
  }
  body.qdm-theme .gps-subdomain-list-select .picto.www {
    background: transparent url(images/univers/www.svg) no-repeat top 50% left 50%;
    background-size: 40px;
  }
  body.qdm-theme .gps-subdomain-list {
    display: flex;
    flex-direction: column;
    position: relative;
  }
  body.qdm-theme .gps-subdomain-options {
    position: absolute;
    display: none;
    flex-direction: column;
    background: #fff;
    z-index: 999999;
    opacity: 0;
    top: 50px;
    width: 275px;
    box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.3);
    border: 1px solid #ebebeb;
  }
  body.qdm-theme .gps-subdomain-options:before {
    position: absolute;
    content: "";
    top: -13px;
    left: 60px;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #ebebeb;
  }
  body.qdm-theme .gps-subdomain-options:after {
    position: absolute;
    content: "";
    top: -12px;
    left: 60px;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #fff;
  }
  body.qdm-theme .gps-subdomain-options.visible {
    opacity: 1;
    display: flex;
  }
  body.qdm-theme .gps-subdomain-options a {
    padding: 12px 5px 12px 50px;
    font-family: "Oswald", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
  }
  body.qdm-theme .gps-subdomain-options a.cancerologie {
    background: #fff url(images/univers/cancero.svg) no-repeat top 50% left 9px;
    background-size: 28px;
  }
  body.qdm-theme .gps-subdomain-options a.cardiologie {
    background: #fff url(images/univers/cardio.svg) no-repeat top 50% left 5px;
    background-size: 35px;
  }
  body.qdm-theme .gps-subdomain-options a.diabetologie-endocrinologie {
    background: #fff url(images/univers/diabeto.svg) no-repeat top 50% left 9px;
    background-size: 28px;
  }
  body.qdm-theme .gps-subdomain-options a.medecine-generale {
    background: #fff url(images/univers/gene.svg) no-repeat top 50% left 12px;
    background-size: 25px;
  }
  body.qdm-theme .gps-subdomain-options a.gynecologie-obstetrique {
    background: #fff url(images/univers/gyneco.svg) no-repeat top 50% left 6px;
    background-size: 35px;
  }
  body.qdm-theme .gps-subdomain-options a.infectiologie {
    background: #fff url(images/univers/infectio.svg) no-repeat top 50% left 5px;
    background-size: 35px;
  }
  body.qdm-theme .gps-subdomain-options a.neurologie-psychiatrie {
    background: #fff url(images/univers/neuro.svg) no-repeat top 50% left 5px;
    background-size: 35px;
  }
  body.qdm-theme .gps-subdomain-options a.pediatrie {
    background: #fff url(images/univers/pediatrie.svg) no-repeat top 50% left 5px;
    background-size: 35px;
  }
  body.qdm-theme .gps-subdomain-options a.pneumologie {
    background: #fff url(images/univers/pneumo.svg) no-repeat top 7px left 5px;
    background-size: 35px;
  }
  body.qdm-theme .gps-subdomain-options a.psychiatrie {
    background: #fff url(images/univers/psycho.svg) no-repeat top 50% left 5px;
    background-size: 35px;
  }
  body.qdm-theme .gps-subdomain-options a.rhumatologie {
    background: #fff url(images/univers/rhumato.svg) no-repeat top 50% left 5px;
    background-size: 35px;
  }
  body.qdm-theme .gps-subdomain-options a.www {
    background: #fff url(images/univers/www.svg) no-repeat top 50% left 5px;
    background-size: 40px;
  }
  body.qdm-theme .gps-subdomain-options a:hover {
    color: #000;
    background-color: #ebebeb;
  }
}
@media (max-width: 1120px) {
  body.qdm-theme .block-gps-login-popup, body.qdm-theme .menu--account {
    margin-right: 0;
  }
  body.qdm-theme [id$=-gpssubscribebutton],
body.qdm-theme [id$=-headereditionabonnes],
body.qdm-theme [id$=-headersabonnerdes1eu] {
    margin-right: 10px;
  }
}
@media (min-width: 761px) and (max-width: 1120px) {
  body.qdm-theme .menu.nav {
    padding: 0 1rem;
    gap: 10px;
  }
  body.qdm-theme .menu.nav > li > a.nav-link {
    font-size: 0.72rem;
  }
  body.qdm-theme .menu-bar {
    margin-bottom: 33px;
  }
  body.qdm-theme header.header {
    height: 155px;
  }
  body.qdm-theme .sub-menu.nav {
    bottom: auto;
    top: 39px;
    padding: 0 1rem;
  }
  body.qdm-theme .sub-menu.nav a {
    font-size: 0.72rem;
    padding: 8px 20px 5px 0;
  }
}
body.qdm-theme.scrolled header.header {
  height: 87px;
}
@media (max-width: 760px) {
  body.qdm-theme.scrolled header.header {
    height: 60px;
  }
}
@media (min-width: 761px) {
  body.qdm-theme.path-frontpage .moment {
    display: block;
    width: 100%;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
  }
}

@media (min-width: 761px) {
  body.qdm-theme.habillage-not-empty .menu.nav {
    margin: 0 1rem;
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
  }
  body.qdm-theme.habillage-not-empty .menu--en-ce-moment {
    padding-left: 1rem;
  }
  body.qdm-theme.habillage-not-empty .sub-menu.nav {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  body.qdm-theme.habillage-not-empty .menu-bar-wrapper {
    background: transparent;
  }
}
@media (max-width: 1120px) {
  body.qdm-theme.habillage-not-empty .menu.nav {
    margin: 0;
    border: none;
  }
  body.qdm-theme.habillage-not-empty .menu-bar-wrapper {
    background: transparent url(images/menu-bg.png) repeat-x top 0 left 0;
  }
}

body.qdm-theme.subdomain-gene .text-secondary {
  color: #b7283c !important;
}
body.qdm-theme.subdomain-gene .menu.nav > li > a.nav-link.hover:hover {
  color: #b7283c;
}
body.qdm-theme.subdomain-gene .menu.nav > li > a.nav-link.active:before,
body.qdm-theme.subdomain-gene .menu.nav > li > a.nav-link.is-active:before {
  background: #b7283c;
}
body.qdm-theme.subdomain-gene .sub-menu.nav a:focus,
body.qdm-theme.subdomain-gene .sub-menu.nav a:hover {
  color: #b7283c;
}
body.qdm-theme.subdomain-gene .sub-menu.nav a.active {
  color: #b7283c;
}
body.qdm-theme.subdomain-gene .text-blue {
  color: #b7283c !important;
}
body.qdm-theme.subdomain-gene .article-listing a:hover .title,
body.qdm-theme.subdomain-gene .home a:hover .title {
  color: #b7283c;
}
body.qdm-theme.subdomain-gene .menu--en-ce-moment ul li a:hover {
  color: #b7283c;
}
body.qdm-theme.subdomain-gene .btn-ext:hover {
  color: #b7283c;
  border-color: #b7283c;
}
body.qdm-theme.subdomain-gene a:hover {
  color: #b7283c;
}

body.qdm-theme .gps-subdomain-list-mobile {
  display: none;
}
@media (max-width: 760px) {
  body.qdm-theme .sub-menu.nav a {
    line-height: 1;
    padding-top: 14px;
    padding-bottom: 10px;
  }
  body.qdm-theme .menu.nav .nav-link.menu-edition-quotidienne {
    background-color: #3b393e;
    color: #fcc900;
  }
  body.qdm-theme .menu.nav .nav-link.menu-edition-quotidienne:hover {
    background-color: #fcc900;
    color: #3b393e;
  }
  body.qdm-theme .block-gps-login-popup .content,
body.qdm-theme .menu--account .content {
    min-height: 48px;
  }
  body.qdm-theme .menu--account.is-active {
    z-index: 99999999;
  }
  body.qdm-theme .block-gps-subdomain-menu {
    z-index: 9998;
    position: relative;
  }
  body.qdm-theme .menu-compte .popin-compte:after {
    content: normal;
  }
  body.qdm-theme .menu-compte.is-active .popin-compte {
    top: 48px;
  }
  body.qdm-theme .menu-compte.m-picto .btn-compte {
    background: #fff;
    padding: 0 14px;
    min-height: 48px;
    outline: none;
  }
  body.qdm-theme .menu-compte.m-picto .btn-compte:hover {
    outline: none;
  }
  body.qdm-theme .block-gps-login-popup,
body.qdm-theme .menu--account {
    min-height: 48px;
  }
  body.qdm-theme .gps-subdomain-list-mobile {
    display: block;
  }
  body.qdm-theme .menu.nav {
    top: 156px;
  }
  body.qdm-theme .menu.nav .li-menu-edition-quotidienne {
    order: -1;
  }
  body.qdm-theme .menu.nav .nav-link:focus,
body.qdm-theme .menu.nav .nav-link:hover,
body.qdm-theme .sub-menu.nav a:focus,
body.qdm-theme .sub-menu.nav a:hover {
    color: #000;
    background: #ebebeb;
  }
  body.qdm-theme .menu.nav .nav-link:hover.dropdown-toggle:before,
body.qdm-theme .menu.nav .nav-link:hover[aria-haspopup=true]:before,
body.qdm-theme .menu.nav .nav-link:hover.dropdown-toggle:after,
body.qdm-theme .menu.nav .nav-link:hover[aria-haspopup=true]:after,
body.qdm-theme .sub-menu.nav button:hover:after,
body.qdm-theme .sub-menu.nav button:hover:before {
    background: #000;
  }
  body.qdm-theme .sub-menu.nav button:focus, body.qdm-theme .sub-menu.nav button:hover {
    color: #000;
    background: #ebebeb;
  }
  body.qdm-theme .sub-menu.nav {
    top: 156px;
  }
  body.qdm-theme .gps-subdomain-list-mobile {
    margin-left: 15px;
    position: absolute;
    top: 0;
    left: 0;
  }
  body.qdm-theme .gps-subdomain-list-mobile button {
    width: 40px;
    height: 40px;
    background: transparent;
    outline: none;
    border: none;
    padding: 0;
    margin: 15px 0 0 0;
    position: relative;
    cursor: pointer;
  }
  body.qdm-theme .gps-subdomain-list-mobile button:hover {
    outline: none;
  }
  body.qdm-theme .gps-subdomain-list-mobile button .cadre {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #337c9f;
    transform: rotate(-14deg);
    transition: ease-in 0.1s;
    z-index: 1;
    width: 30px;
    height: 30px;
    display: block;
  }
  body.qdm-theme .gps-subdomain-list-mobile button .cadre.medecine-generale {
    background-color: #b7283c;
    transform: rotate(-45deg);
  }
  body.qdm-theme .gps-subdomain-list-mobile button .picto {
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    filter: invert(100%) sepia(78%) saturate(18%) hue-rotate(324deg) brightness(106%) contrast(105%);
  }
  body.qdm-theme .gps-subdomain-list-mobile button .picto.cancerologie {
    background: transparent url(images/univers/cancero.svg) no-repeat top 50% left 50%;
    background-size: 22px;
  }
  body.qdm-theme .gps-subdomain-list-mobile button .picto.cardiologie {
    background: transparent url(images/univers/cardio.svg) no-repeat top 50% left 50%;
    background-size: 25px;
  }
  body.qdm-theme .gps-subdomain-list-mobile button .picto.diabetologie-endocrinologie {
    background: transparent url(images/univers/diabeto.svg) no-repeat top 50% left 50%;
    background-size: 22px;
  }
  body.qdm-theme .gps-subdomain-list-mobile button .picto.medecine-generale {
    background: transparent url(images/univers/gene.svg) no-repeat top 50% left 50%;
    background-size: 25px;
  }
  body.qdm-theme .gps-subdomain-list-mobile button .picto.gynecologie-obstetrique {
    background: transparent url(images/univers/gyneco.svg) no-repeat top 50% left 50%;
    background-size: 25px;
  }
  body.qdm-theme .gps-subdomain-list-mobile button .picto.infectiologie {
    background: transparent url(images/univers/infectio.svg) no-repeat top 50% left 50%;
    background-size: 25px;
  }
  body.qdm-theme .gps-subdomain-list-mobile button .picto.neurologie-psychiatrie {
    background: transparent url(images/univers/neuro.svg) no-repeat top 50% left 50%;
    background-size: 25px;
  }
  body.qdm-theme .gps-subdomain-list-mobile button .picto.pediatrie {
    background: transparent url(images/univers/pediatrie.svg) no-repeat top 50% left 50%;
    background-size: 25px;
  }
  body.qdm-theme .gps-subdomain-list-mobile button .picto.pneumologie {
    background: transparent url(images/univers/pneumo.svg) no-repeat top 1px left 50%;
    background-size: 25px;
  }
  body.qdm-theme .gps-subdomain-list-mobile button .picto.psycho {
    background: transparent url(images/univers/psycho.svg) no-repeat top 50% left 50%;
    background-size: 25px;
  }
  body.qdm-theme .gps-subdomain-list-mobile button .picto.rhumatologie {
    background: transparent url(images/univers/rhumato.svg) no-repeat top 50% left 50%;
    background-size: 25px;
  }
  body.qdm-theme .gps-subdomain-list-mobile button .picto.www {
    background: transparent url(images/univers/www.svg) no-repeat top 50% left 50%;
    background-size: 30px;
  }
  body.qdm-theme .gps-subdomain-list {
    display: none;
  }
  body.qdm-theme .gps-subdomain-list.is-active {
    display: block;
    position: fixed;
    z-index: 9999999;
    width: 100%;
    top: 0;
    left: 0;
  }
  body.qdm-theme .gps-subdomain-list.is-active .gps-subdomain-list-select {
    border: none;
    position: absolute;
    top: 108px;
    min-height: 48px;
    align-items: center;
    width: 100%;
    font-family: Oswald, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    outline: none;
    text-align: left;
    padding: 0 0 0 56px;
    color: #fff;
    cursor: pointer;
  }
  body.qdm-theme .gps-subdomain-list.is-active .gps-subdomain-list-select.cancerologie {
    background: #337c9f url(images/univers/white/cancero.svg) no-repeat top 50% left 10px;
    background-size: 28px;
  }
  body.qdm-theme .gps-subdomain-list.is-active .gps-subdomain-list-select.cardiologie {
    background: #337c9f url(images/univers/white/cardio.svg) no-repeat top 50% left 5px;
    background-size: 35px;
  }
  body.qdm-theme .gps-subdomain-list.is-active .gps-subdomain-list-select.diabetologie-endocrinologie {
    background: #337c9f url(images/univers/white/diabeto.svg) no-repeat top 50% left 10px;
    background-size: 28px;
  }
  body.qdm-theme .gps-subdomain-list.is-active .gps-subdomain-list-select.medecine-generale {
    background: #B7283C url(images/univers/white/gene.svg) no-repeat top 50% left 12px;
    background-size: 25px;
  }
  body.qdm-theme .gps-subdomain-list.is-active .gps-subdomain-list-select.gynecologie-obstetrique {
    background: #337c9f url(images/univers/white/gyneco.svg) no-repeat top 50% left 6px;
    background-size: 35px;
  }
  body.qdm-theme .gps-subdomain-list.is-active .gps-subdomain-list-select.infectiologie {
    background: #337c9f url(images/univers/white/infectio.svg) no-repeat top 50% left 5px;
    background-size: 35px;
  }
  body.qdm-theme .gps-subdomain-list.is-active .gps-subdomain-list-select.neurologie-psychiatrie {
    background: #337c9f url(images/univers/white/neuro.svg) no-repeat top 50% left 5px;
    background-size: 35px;
  }
  body.qdm-theme .gps-subdomain-list.is-active .gps-subdomain-list-select.pediatrie {
    background: #337c9f url(images/univers/white/pediatrie.svg) no-repeat top 50% left 5px;
    background-size: 35px;
  }
  body.qdm-theme .gps-subdomain-list.is-active .gps-subdomain-list-select.pneumologie {
    background: #337c9f url(images/univers/white/pneumo.svg) no-repeat top 7px left 5px;
    background-size: 35px;
  }
  body.qdm-theme .gps-subdomain-list.is-active .gps-subdomain-list-select.psycho {
    background: #337c9f url(images/univers/white/psycho.svg) no-repeat top 50% left 5px;
    background-size: 35px;
  }
  body.qdm-theme .gps-subdomain-list.is-active .gps-subdomain-list-select.rhumatologie {
    background: #337c9f url(images/univers/white/rhumato.svg) no-repeat top 50% left 5px;
    background-size: 35px;
  }
  body.qdm-theme .gps-subdomain-list.is-active .gps-subdomain-list-select.www {
    background: #337c9f url(images/univers/white/www.svg) no-repeat top 50% left 5px;
    background-size: 40px;
  }
  body.qdm-theme .gps-subdomain-list.is-active .gps-subdomain-list-select:focus {
    outline: none;
  }
  body.qdm-theme .gps-subdomain-list.is-active .gps-subdomain-list-select:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 10px;
    top: 21px;
    right: 20px;
    left: auto;
    border-top: none;
    border-left: none;
    background: #fff;
    transform: rotate(45deg);
  }
  body.qdm-theme .gps-subdomain-list.is-active .gps-subdomain-list-select:after {
    margin-left: 0;
    vertical-align: baseline;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 0;
    border-right: 0;
    position: absolute;
    content: "";
    width: 1px;
    height: 10px;
    top: 14px;
    right: 20px;
    background: #fff;
    transform: rotate(-45deg);
  }
  body.qdm-theme .block-gps-login-popup .btn-se-connecter {
    font-family: Oswald, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    background: #fff url(images/se-connecter.svg) no-repeat top 50% left 18px;
    padding-left: 56px;
    min-height: 48px;
  }
  body.qdm-theme .block-gps-login-popup .btn-se-connecter:focus {
    outline: none;
  }
  body.qdm-theme .block-gps-login-popup .gps-login-form:before,
body.qdm-theme .menu--account .gps-login-form:before,
body.qdm-theme .block-gps-login-popup .gps-login-form:after,
body.qdm-theme .menu--account .gps-login-form:after {
    content: normal;
  }
  body.qdm-theme .block-gps-login-popup .gps-login.is-active .gps-login-form,
body.qdm-theme .menu--account .gps-login.is-active .gps-login-form {
    top: 48px;
  }
  body.qdm-theme .gps-subdomain-options {
    display: flex;
    flex-direction: column;
    background: #fff;
    position: absolute;
    top: 108px;
    right: -100%;
    transition: right 500ms;
    width: 100%;
    font-family: Oswald, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
  }
  body.qdm-theme .gps-subdomain-options.visible {
    display: flex;
    flex-direction: column;
    position: absolute;
    right: 0;
    transition: right 500ms;
  }
  body.qdm-theme .gps-subdomain-options a {
    height: 40px;
    line-height: 40px;
    padding-left: 75px;
  }
  body.qdm-theme .gps-subdomain-options a.cancerologie {
    background: #fff url(images/univers/cancero.svg) no-repeat top 50% left 28px;
    background-size: 28px;
  }
  body.qdm-theme .gps-subdomain-options a.cardiologie {
    background: #fff url(images/univers/cardio.svg) no-repeat top 50% left 25px;
    background-size: 35px;
  }
  body.qdm-theme .gps-subdomain-options a.diabetologie-endocrinologie {
    background: #fff url(images/univers/diabeto.svg) no-repeat top 50% left 28px;
    background-size: 28px;
  }
  body.qdm-theme .gps-subdomain-options a.medecine-generale {
    background: #fff url(images/univers/gene.svg) no-repeat top 50% left 32px;
    background-size: 25px;
  }
  body.qdm-theme .gps-subdomain-options a.gynecologie-obstetrique {
    background: #fff url(images/univers/gyneco.svg) no-repeat top 50% left 26px;
    background-size: 35px;
  }
  body.qdm-theme .gps-subdomain-options a.infectiologie {
    background: #fff url(images/univers/infectio.svg) no-repeat top 50% left 25px;
    background-size: 35px;
  }
  body.qdm-theme .gps-subdomain-options a.neurologie-psychiatrie {
    background: #fff url(images/univers/neuro.svg) no-repeat top 50% left 25px;
    background-size: 35px;
  }
  body.qdm-theme .gps-subdomain-options a.pediatrie {
    background: #fff url(images/univers/pediatrie.svg) no-repeat top 50% left 25px;
    background-size: 35px;
  }
  body.qdm-theme .gps-subdomain-options a.pneumologie {
    background: #fff url(images/univers/pneumo.svg) no-repeat top 7px left 25px;
    background-size: 35px;
  }
  body.qdm-theme .gps-subdomain-options a.psycho {
    background: #fff url(images/univers/psycho.svg) no-repeat top 50% left 25px;
    background-size: 35px;
  }
  body.qdm-theme .gps-subdomain-options a.rhumatologie {
    background: #fff url(images/univers/rhumato.svg) no-repeat top 50% left 25px;
    background-size: 35px;
  }
  body.qdm-theme .gps-subdomain-options a.www {
    background: #fff url(images/univers/www.svg) no-repeat top 50% left 25px;
    background-size: 40px;
  }
  body.qdm-theme .gps-subdomain-options a.d-none {
    display: block !important;
    order: -1;
  }
  body.qdm-theme .gps-subdomain-options a.d-none:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 10px;
    top: 11px;
    right: auto;
    left: 20px;
    border-top: none;
    border-left: none;
    background: #000;
    transform: rotate(45deg);
  }
  body.qdm-theme .gps-subdomain-options a.d-none:after {
    margin-left: 0;
    vertical-align: baseline;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 0;
    border-right: 0;
    position: absolute;
    content: "";
    width: 1px;
    height: 10px;
    top: 18px;
    left: 20px;
    right: auto;
    background: #000;
    transform: rotate(-45deg);
  }
  body.qdm-theme .gps-subdomain-options a:hover {
    background-color: #ebebeb;
    color: #000;
  }
}

@media (min-width: 761px) {
  body.qdm-theme.node--type-article.scrolled .block-gps-subdomain-menu {
    display: none;
  }
  body.qdm-theme.node--type-article.scrolled .block-gps-truncated-title-head .content {
    width: 785px;
  }
  body.qdm-theme.node--type-article.scrolled .block-gps-login-popup,
body.qdm-theme.node--type-article.scrolled .block-gps-login-popup .content {
    min-height: 48px;
  }
}

body.qdm-theme.page-node-158904 .alert-wrapper,
body.qdm-theme.page-node-2727 .alert-wrapper {
  margin: 0 auto;
}
body.qdm-theme.page-node-158904 #block-gps-b4-sass-breadcrumbs,
body.qdm-theme.page-node-158904 #block-gps-b4-sass-page-title,
body.qdm-theme.page-node-158904 .main-block .aside-content,
body.qdm-theme.page-node-2727 #block-gps-b4-sass-breadcrumbs,
body.qdm-theme.page-node-2727 #block-gps-b4-sass-page-title,
body.qdm-theme.page-node-2727 .main-block .aside-content {
  display: none;
}
body.qdm-theme.page-node-158904 .main-block,
body.qdm-theme.page-node-2727 .main-block {
  max-width: none;
  padding: 0;
}
body.qdm-theme.page-node-158904 .main-content,
body.qdm-theme.page-node-2727 .main-content {
  padding-right: 0;
}

.titre-enrichi .titre-enrichi-wrapper {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1100px) {
  .titre-enrichi .titre-enrichi-wrapper {
    padding: 0 1rem;
  }
}
.titre-enrichi h1 {
  color: #000;
  text-align: center;
  font-family: "Oswald Bold", Arial, Helvetica, sans-serif;
  font-size: 2.25rem;
  line-height: 1.4;
  text-transform: uppercase;
  padding: 0 1rem 1rem;
}
.titre-enrichi .section-01 {
  padding: 3rem 0;
}
.titre-enrichi .section-01 .section-01-content {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .titre-enrichi .section-01 .section-01-content {
    flex-direction: column;
  }
}
.titre-enrichi .section-01 .section-01-content .section-01-txt {
  flex-grow: 1;
}
.titre-enrichi .section-02 {
  padding: 3rem 0;
  background: #EDEDED;
}
.titre-enrichi .section-02 h2 {
  font-size: 1.625rem !important;
  margin-bottom: 2rem;
}
.titre-enrichi .section-02 .section-02-content {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .titre-enrichi .section-02 .section-02-content {
    flex-direction: column;
  }
}
.titre-enrichi .section-02 .section-02-content .section-02-txt {
  flex-grow: 1;
}
.titre-enrichi .section-03 {
  padding: 3rem 0;
}
.titre-enrichi .section-03 h2 {
  font-size: 1.625rem !important;
  margin-bottom: 2rem;
}
.titre-enrichi .section-03 .section-03-content {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1000px) {
  .titre-enrichi .section-03 .section-03-content {
    flex-direction: column;
  }
}
.titre-enrichi .section-03 .section-03-content .section-01-txt {
  flex-grow: 1;
}
.titre-enrichi .section-04 {
  padding: 3rem 0;
}
.titre-enrichi .section-04 .section-04-title {
  margin-bottom: 2rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
}
.titre-enrichi .section-04 .section-04-title h2 {
  font-size: 1.625rem !important;
  margin: 0;
}
.titre-enrichi .section-04 .section-04-buttons {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0.5rem;
}
.titre-enrichi .section-04 .section-04-buttons button {
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  outline: 0;
}
.titre-enrichi .section-04 .section-04-buttons button:hover {
  text-decoration: underline;
}
.titre-enrichi .section-05 {
  padding: 3rem 0 0;
  background: #F9B000;
}
.titre-enrichi .section-05 .section-05-content {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  align-items: center;
  justify-content: center;
}
.titre-enrichi .section-05 .section-05-content .section-05-txt {
  flex-grow: 1;
}
@media (max-width: 1100px) {
  .titre-enrichi .section-05 .section-05-content {
    flex-direction: column;
  }
  .titre-enrichi .section-05 .section-05-content .section-05-txt {
    text-align: center;
  }
}
.titre-enrichi .section-05 .section-05-service {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 3rem;
}
@media (max-width: 1100px) {
  .titre-enrichi .section-05 .section-05-service {
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 1rem;
  }
}
.titre-enrichi .section-05 .section-05-service > div {
  display: flex;
  flex-direction: row;
  gap: 1rem;
}
.titre-enrichi .section-05 .section-05-service a {
  text-decoration: underline;
}
.titre-enrichi .section-05 .section-05-tel img {
  width: 20px;
  height: 21.66px;
  flex-shrink: 0;
}
.titre-enrichi .section-05 .section-05-mail img {
  width: 26px;
  height: 16.568px;
  flex-shrink: 0;
  margin-top: 3px;
}
.titre-enrichi #titre-enrichi-accordion .ui-accordion-header {
  margin-top: 25px;
  padding: 15px;
  position: relative;
}
.titre-enrichi #titre-enrichi-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  top: 23px;
  right: 1rem;
  background: url(images/titre-enrichi/accordion-plus.png) no-repeat top 50% left 50%;
  background-size: 23px;
}

body.qdm-theme .li-menu-services-qdm {
  position: relative;
}
body.qdm-theme .li-menu-services-qdm .menu-services-qdm {
  background: transparent url(images/menu-bar-services-2.svg) no-repeat top 50% left 50%;
  background-size: 13px;
  width: 13px;
  text-indent: -99999999px;
}
body.qdm-theme .li-menu-services-qdm .menu-services-qdm:hover {
  filter: invert(40%) sepia(69%) saturate(404%) hue-rotate(153deg) brightness(93%) contrast(92%);
}
@media (max-width: 760px) {
  body.qdm-theme .li-menu-services-qdm .menu-services-qdm {
    text-indent: 0;
    background: none;
    width: auto;
  }
  body.qdm-theme .li-menu-services-qdm .menu-services-qdm:hover {
    filter: none;
  }
}
body.qdm-theme .li-menu-services-qdm .sub-menu.nav {
  position: absolute;
  top: 38px;
  left: -13px;
  flex-direction: column;
  flex-wrap: nowrap;
  background: #fff;
  height: fit-content;
  width: 220px;
  z-index: 9999999;
  border: 1px solid #ebebeb;
  box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.3);
  padding: 0;
}
body.qdm-theme .li-menu-services-qdm .sub-menu.nav.visible {
  display: flex !important;
  z-index: 9999999;
}
body.qdm-theme .li-menu-services-qdm .sub-menu.nav:before {
  position: absolute;
  content: "";
  top: -8px;
  left: 10px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #ebebeb;
}
body.qdm-theme .li-menu-services-qdm .sub-menu.nav:after {
  position: absolute;
  content: "";
  top: -6px;
  left: 10px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
}
body.qdm-theme .li-menu-services-qdm .sub-menu.nav li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
body.qdm-theme .li-menu-services-qdm .sub-menu.nav li a {
  font-size: 0.875rem;
  font-family: Myriad, Arial, Helvetica, sans-serif;
  line-height: 1;
  text-transform: none;
  color: #000;
  padding: 12px 15px 8px 15px;
}
body.qdm-theme .li-menu-services-qdm .sub-menu.nav li a:hover {
  color: #337c9c;
}
body.qdm-theme .li-menu-services-qdm .sub-menu.nav li a.services-rechercher {
  padding-left: 37px;
  position: relative;
}
body.qdm-theme .li-menu-services-qdm .sub-menu.nav li a.services-rechercher:before {
  position: absolute;
  content: "";
  width: 13px;
  height: 13px;
  background: transparent url(images/search-black.svg) no-repeat top 0 left 0;
  background-size: 13px;
  top: 11px;
  left: 15px;
}
@media (max-width: 760px) {
  body.qdm-theme .li-menu-services-qdm .sub-menu.nav li a {
    font-size: 1rem;
    font-family: Myriad, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
  }
}
@media (max-width: 760px) {
  body.qdm-theme .li-menu-services-qdm .sub-menu.nav {
    position: fixed;
    top: 156px;
    left: 100%;
    width: 100%;
  }
  body.qdm-theme .li-menu-services-qdm .sub-menu.nav:before, body.qdm-theme .li-menu-services-qdm .sub-menu.nav:after {
    content: normal;
  }
  body.qdm-theme .li-menu-services-qdm .sub-menu.nav.sub-menu-hover-mobile {
    left: 0;
  }
}
body.qdm-theme .li-menu-services-qdm li:last-child {
  background: #ebebeb;
}
body.qdm-theme .li-menu-services-qdm .sub-menu .link-href {
  display: none;
}

.sas-header-container {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999999999;
  background: #fff;
}

.wide-page {
  position: relative;
  z-index: 1;
}

header.header {
  position: relative;
  z-index: 2;
}

@media (min-width: 761px) {
  body.qdm-theme .menu.nav > li > a.nav-link.menu-rechercher-qdm {
    background: transparent url(images/search-black.svg) no-repeat top 50% left 50%;
    background-size: 13px;
    width: 13px;
    text-indent: -99999999px;
  }
}
/*# sourceMappingURL=maps/style.css.map */
