@charset 'UTF-8';
@import url('https://fonts.googleapis.com/css?family=Raleway:200,200i,400,400i,500,600,700,900');
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url('https://use.typekit.net/scq6wlk.css');
/*!
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue : #007bff;
  --indigo : #6610f2;
  --purple : #6f42c1;
  --pink : #e83e8c;
  --red : #dc3545;
  --orange : #fd7e14;
  --yellow : #ffc107;
  --green : #28a745;
  --teal : #20c997;
  --cyan : #17a2b8;
  --white : #ffffff;
  --gray : #6c757d;
  --gray-dark : #343a40;
  --primary : #007bff;
  --secondary : #6c757d;
  --success : #28a745;
  --info : #17a2b8;
  --warning : #ffc107;
  --danger : #dc3545;
  --light : #f8f9fa;
  --dark : #343a40;
  --breakpoint-xs : 0;
  --breakpoint-sm : 480px;
  --breakpoint-md : 768px;
  --breakpoint-lg : 1024px;
  --breakpoint-xl : 1340px;
  --font-family-sans-serif : -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  --font-family-monospace : SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
}

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

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

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

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display : block;
}

body {
  margin : 0;
  font-family : -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  font-size : 1rem;
  font-weight : 400;
  line-height : 1.5;
  color : #212529;
  text-align : left;
  background-color : #ffffff;
}

[tabindex='-1']:focus {
  outline : 0 !important;
}

hr {
  -webkit-box-sizing : content-box;
          box-sizing : content-box;
  height : 0;
  overflow : visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top : 0;
  margin-bottom : .5rem;
}

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

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

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

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

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

dt {
  font-weight : 700;
}

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

blockquote {
  margin : 0 0 1rem;
}

dfn {
  font-style : italic;
}

b,
strong {
  font-weight : bolder;
}

small {
  font-size : 80%;
}

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

sub {
  bottom : -.25em;
}

sup {
  top : -.5em;
}

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

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

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

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

figure {
  margin : 0 0 1rem;
}

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

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

table {
  border-collapse : collapse;
}

caption {
  padding-top : .75rem;
  padding-bottom : .75rem;
  color : #6c757d;
  text-align : left;
  caption-side : bottom;
}

th {
  text-align : inherit;
}

label {
  display : inline-block;
  margin-bottom : .5rem;
}

button {
  border-radius : 0;
}

button:focus {
  outline : 1px dotted;
  outline : 5px auto -webkit-focus-ring-color;
}

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

button,
input {
  overflow : visible;
}

button,
select {
  text-transform : none;
}

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

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

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

input[type='date'],
input[type='time'],
input[type='datetime-local'],
input[type='month'] {
  -webkit-appearance : listbox;
}

textarea {
  overflow : auto;
  resize : vertical;
}

fieldset {
  min-width : 0;
  padding : 0;
  margin : 0;
  border : 0;
}

legend {
  display : block;
  width : 100%;
  max-width : 100%;
  padding : 0;
  margin-bottom : .5rem;
  font-size : 1.5rem;
  line-height : inherit;
  color : inherit;
  white-space : normal;
}

progress {
  vertical-align : baseline;
}

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

[type='search'] {
  outline-offset : -2px;
  -webkit-appearance : none;
}

[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance : none;
}

::-webkit-file-upload-button {
  font : inherit;
  -webkit-appearance : button;
}

output {
  display : inline-block;
}

summary {
  display : list-item;
  cursor : pointer;
}

template {
  display : none;
}

[hidden] {
  display : none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom : .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, .1);
}

small,
.small {
  font-size : 80%;
  font-weight : 400;
}

mark,
.mark {
  padding : .2em;
  background-color : #fcf8e3;
}

.list-unstyled {
  padding-left : 0;
  list-style : none;
}

.list-inline {
  padding-left : 0;
  list-style : none;
}

.list-inline-item {
  display : inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right : .5rem;
}

.initialism {
  font-size : 90%;
  text-transform : uppercase;
}

.blockquote {
  margin-bottom : 1rem;
  font-size : 1.25rem;
}

.blockquote-footer {
  display : block;
  font-size : 80%;
  color : #6c757d;
}
.blockquote-footer::before {
  content : '\2014 \00A0';
}

.img-fluid {
  max-width : 100%;
  height : auto;
}

.img-thumbnail {
  padding : .25rem;
  background-color : #ffffff;
  border : 1px solid #dee2e6;
  border-radius : .25rem;
  max-width : 100%;
  height : auto;
}

.figure {
  display : inline-block;
}

.figure-img {
  margin-bottom : .5rem;
  line-height : 1;
}

.figure-caption {
  font-size : 90%;
  color : #6c757d;
}

code {
  font-size : 87.5%;
  color : #e83e8c;
  word-break : break-word;
}
a > code {
  color : inherit;
}

kbd {
  padding : .2rem .4rem;
  font-size : 87.5%;
  color : #ffffff;
  background-color : #212529;
  border-radius : .2rem;
}
kbd kbd {
  padding : 0;
  font-size : 100%;
  font-weight : 700;
}

pre {
  display : block;
  font-size : 87.5%;
  color : #212529;
}
pre code {
  font-size : inherit;
  color : inherit;
  word-break : normal;
}

.pre-scrollable {
  max-height : 340px;
  overflow-y : scroll;
}

.container {
  width : 100%;
  padding-right : 15px;
  padding-left : 15px;
  margin-right : auto;
  margin-left : auto;
}
@media (min-width: 480px) {
  .container {
    max-width : 767px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width : 768px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width : 1024px;
  }
}
@media (min-width: 1340px) {
  .container {
    max-width : 1280px;
  }
}

.container-fluid {
  width : 100%;
  padding-right : 15px;
  padding-left : 15px;
  margin-right : auto;
  margin-left : auto;
}

.row {
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  -ms-flex-wrap : wrap;
      flex-wrap : wrap;
  margin-right : -15px;
  margin-left : -15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  -webkit-box-ordinal-group : 0;
      -ms-flex-order : -1;
          order : -1;
}

.order-last {
  -webkit-box-ordinal-group : 14;
      -ms-flex-order : 13;
          order : 13;
}

.order-0 {
  -webkit-box-ordinal-group : 1;
      -ms-flex-order : 0;
          order : 0;
}

.order-1 {
  -webkit-box-ordinal-group : 2;
      -ms-flex-order : 1;
          order : 1;
}

.order-2 {
  -webkit-box-ordinal-group : 3;
      -ms-flex-order : 2;
          order : 2;
}

.order-3 {
  -webkit-box-ordinal-group : 4;
      -ms-flex-order : 3;
          order : 3;
}

.order-4 {
  -webkit-box-ordinal-group : 5;
      -ms-flex-order : 4;
          order : 4;
}

.order-5 {
  -webkit-box-ordinal-group : 6;
      -ms-flex-order : 5;
          order : 5;
}

.order-6 {
  -webkit-box-ordinal-group : 7;
      -ms-flex-order : 6;
          order : 6;
}

.order-7 {
  -webkit-box-ordinal-group : 8;
      -ms-flex-order : 7;
          order : 7;
}

.order-8 {
  -webkit-box-ordinal-group : 9;
      -ms-flex-order : 8;
          order : 8;
}

.order-9 {
  -webkit-box-ordinal-group : 10;
      -ms-flex-order : 9;
          order : 9;
}

.order-10 {
  -webkit-box-ordinal-group : 11;
      -ms-flex-order : 10;
          order : 10;
}

.order-11 {
  -webkit-box-ordinal-group : 12;
      -ms-flex-order : 11;
          order : 11;
}

.order-12 {
  -webkit-box-ordinal-group : 13;
      -ms-flex-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: 480px) {
  .col-sm {
    -ms-flex-preferred-size : 0;
        flex-basis : 0;
    -webkit-box-flex : 1;
        -ms-flex-positive : 1;
            flex-grow : 1;
    max-width : 100%;
  }
  .col-sm-auto {
    -webkit-box-flex : 0;
        -ms-flex : 0 0 auto;
            flex : 0 0 auto;
    width : auto;
    max-width : none;
  }
  .col-sm-1 {
    -webkit-box-flex : 0;
        -ms-flex : 0 0 8.33333%;
            flex : 0 0 8.33333%;
    max-width : 8.33333%;
  }
  .col-sm-2 {
    -webkit-box-flex : 0;
        -ms-flex : 0 0 16.66667%;
            flex : 0 0 16.66667%;
    max-width : 16.66667%;
  }
  .col-sm-3 {
    -webkit-box-flex : 0;
        -ms-flex : 0 0 25%;
            flex : 0 0 25%;
    max-width : 25%;
  }
  .col-sm-4 {
    -webkit-box-flex : 0;
        -ms-flex : 0 0 33.33333%;
            flex : 0 0 33.33333%;
    max-width : 33.33333%;
  }
  .col-sm-5 {
    -webkit-box-flex : 0;
        -ms-flex : 0 0 41.66667%;
            flex : 0 0 41.66667%;
    max-width : 41.66667%;
  }
  .col-sm-6 {
    -webkit-box-flex : 0;
        -ms-flex : 0 0 50%;
            flex : 0 0 50%;
    max-width : 50%;
  }
  .col-sm-7 {
    -webkit-box-flex : 0;
        -ms-flex : 0 0 58.33333%;
            flex : 0 0 58.33333%;
    max-width : 58.33333%;
  }
  .col-sm-8 {
    -webkit-box-flex : 0;
        -ms-flex : 0 0 66.66667%;
            flex : 0 0 66.66667%;
    max-width : 66.66667%;
  }
  .col-sm-9 {
    -webkit-box-flex : 0;
        -ms-flex : 0 0 75%;
            flex : 0 0 75%;
    max-width : 75%;
  }
  .col-sm-10 {
    -webkit-box-flex : 0;
        -ms-flex : 0 0 83.33333%;
            flex : 0 0 83.33333%;
    max-width : 83.33333%;
  }
  .col-sm-11 {
    -webkit-box-flex : 0;
        -ms-flex : 0 0 91.66667%;
            flex : 0 0 91.66667%;
    max-width : 91.66667%;
  }
  .col-sm-12 {
    -webkit-box-flex : 0;
        -ms-flex : 0 0 100%;
            flex : 0 0 100%;
    max-width : 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group : 0;
        -ms-flex-order : -1;
            order : -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group : 14;
        -ms-flex-order : 13;
            order : 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group : 1;
        -ms-flex-order : 0;
            order : 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group : 2;
        -ms-flex-order : 1;
            order : 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group : 3;
        -ms-flex-order : 2;
            order : 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group : 4;
        -ms-flex-order : 3;
            order : 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group : 5;
        -ms-flex-order : 4;
            order : 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group : 6;
        -ms-flex-order : 5;
            order : 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group : 7;
        -ms-flex-order : 6;
            order : 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group : 8;
        -ms-flex-order : 7;
            order : 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group : 9;
        -ms-flex-order : 8;
            order : 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group : 10;
        -ms-flex-order : 9;
            order : 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group : 11;
        -ms-flex-order : 10;
            order : 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group : 12;
        -ms-flex-order : 11;
            order : 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group : 13;
        -ms-flex-order : 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 {
    -ms-flex-preferred-size : 0;
        flex-basis : 0;
    -webkit-box-flex : 1;
        -ms-flex-positive : 1;
            flex-grow : 1;
    max-width : 100%;
  }
  .col-md-auto {
    -webkit-box-flex : 0;
        -ms-flex : 0 0 auto;
            flex : 0 0 auto;
    width : auto;
    max-width : none;
  }
  .col-md-1 {
    -webkit-box-flex : 0;
        -ms-flex : 0 0 8.33333%;
            flex : 0 0 8.33333%;
    max-width : 8.33333%;
  }
  .col-md-2 {
    -webkit-box-flex : 0;
        -ms-flex : 0 0 16.66667%;
            flex : 0 0 16.66667%;
    max-width : 16.66667%;
  }
  .col-md-3 {
    -webkit-box-flex : 0;
        -ms-flex : 0 0 25%;
            flex : 0 0 25%;
    max-width : 25%;
  }
  .col-md-4 {
    -webkit-box-flex : 0;
        -ms-flex : 0 0 33.33333%;
            flex : 0 0 33.33333%;
    max-width : 33.33333%;
  }
  .col-md-5 {
    -webkit-box-flex : 0;
        -ms-flex : 0 0 41.66667%;
            flex : 0 0 41.66667%;
    max-width : 41.66667%;
  }
  .col-md-6 {
    -webkit-box-flex : 0;
        -ms-flex : 0 0 50%;
            flex : 0 0 50%;
    max-width : 50%;
  }
  .col-md-7 {
    -webkit-box-flex : 0;
        -ms-flex : 0 0 58.33333%;
            flex : 0 0 58.33333%;
    max-width : 58.33333%;
  }
  .col-md-8 {
    -webkit-box-flex : 0;
        -ms-flex : 0 0 66.66667%;
            flex : 0 0 66.66667%;
    max-width : 66.66667%;
  }
  .col-md-9 {
    -webkit-box-flex : 0;
        -ms-flex : 0 0 75%;
            flex : 0 0 75%;
    max-width : 75%;
  }
  .col-md-10 {
    -webkit-box-flex : 0;
        -ms-flex : 0 0 83.33333%;
            flex : 0 0 83.33333%;
    max-width : 83.33333%;
  }
  .col-md-11 {
    -webkit-box-flex : 0;
        -ms-flex : 0 0 91.66667%;
            flex : 0 0 91.66667%;
    max-width : 91.66667%;
  }
  .col-md-12 {
    -webkit-box-flex : 0;
        -ms-flex : 0 0 100%;
            flex : 0 0 100%;
    max-width : 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group : 0;
        -ms-flex-order : -1;
            order : -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group : 14;
        -ms-flex-order : 13;
            order : 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group : 1;
        -ms-flex-order : 0;
            order : 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group : 2;
        -ms-flex-order : 1;
            order : 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group : 3;
        -ms-flex-order : 2;
            order : 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group : 4;
        -ms-flex-order : 3;
            order : 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group : 5;
        -ms-flex-order : 4;
            order : 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group : 6;
        -ms-flex-order : 5;
            order : 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group : 7;
        -ms-flex-order : 6;
            order : 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group : 8;
        -ms-flex-order : 7;
            order : 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group : 9;
        -ms-flex-order : 8;
            order : 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group : 10;
        -ms-flex-order : 9;
            order : 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group : 11;
        -ms-flex-order : 10;
            order : 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group : 12;
        -ms-flex-order : 11;
            order : 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group : 13;
        -ms-flex-order : 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: 1024px) {
  .col-lg {
    -ms-flex-preferred-size : 0;
        flex-basis : 0;
    -webkit-box-flex : 1;
        -ms-flex-positive : 1;
            flex-grow : 1;
    max-width : 100%;
  }
  .col-lg-auto {
    -webkit-box-flex : 0;
        -ms-flex : 0 0 auto;
            flex : 0 0 auto;
    width : auto;
    max-width : none;
  }
  .col-lg-1 {
    -webkit-box-flex : 0;
        -ms-flex : 0 0 8.33333%;
            flex : 0 0 8.33333%;
    max-width : 8.33333%;
  }
  .col-lg-2 {
    -webkit-box-flex : 0;
        -ms-flex : 0 0 16.66667%;
            flex : 0 0 16.66667%;
    max-width : 16.66667%;
  }
  .col-lg-3 {
    -webkit-box-flex : 0;
        -ms-flex : 0 0 25%;
            flex : 0 0 25%;
    max-width : 25%;
  }
  .col-lg-4 {
    -webkit-box-flex : 0;
        -ms-flex : 0 0 33.33333%;
            flex : 0 0 33.33333%;
    max-width : 33.33333%;
  }
  .col-lg-5 {
    -webkit-box-flex : 0;
        -ms-flex : 0 0 41.66667%;
            flex : 0 0 41.66667%;
    max-width : 41.66667%;
  }
  .col-lg-6 {
    -webkit-box-flex : 0;
        -ms-flex : 0 0 50%;
            flex : 0 0 50%;
    max-width : 50%;
  }
  .col-lg-7 {
    -webkit-box-flex : 0;
        -ms-flex : 0 0 58.33333%;
            flex : 0 0 58.33333%;
    max-width : 58.33333%;
  }
  .col-lg-8 {
    -webkit-box-flex : 0;
        -ms-flex : 0 0 66.66667%;
            flex : 0 0 66.66667%;
    max-width : 66.66667%;
  }
  .col-lg-9 {
    -webkit-box-flex : 0;
        -ms-flex : 0 0 75%;
            flex : 0 0 75%;
    max-width : 75%;
  }
  .col-lg-10 {
    -webkit-box-flex : 0;
        -ms-flex : 0 0 83.33333%;
            flex : 0 0 83.33333%;
    max-width : 83.33333%;
  }
  .col-lg-11 {
    -webkit-box-flex : 0;
        -ms-flex : 0 0 91.66667%;
            flex : 0 0 91.66667%;
    max-width : 91.66667%;
  }
  .col-lg-12 {
    -webkit-box-flex : 0;
        -ms-flex : 0 0 100%;
            flex : 0 0 100%;
    max-width : 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group : 0;
        -ms-flex-order : -1;
            order : -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group : 14;
        -ms-flex-order : 13;
            order : 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group : 1;
        -ms-flex-order : 0;
            order : 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group : 2;
        -ms-flex-order : 1;
            order : 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group : 3;
        -ms-flex-order : 2;
            order : 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group : 4;
        -ms-flex-order : 3;
            order : 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group : 5;
        -ms-flex-order : 4;
            order : 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group : 6;
        -ms-flex-order : 5;
            order : 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group : 7;
        -ms-flex-order : 6;
            order : 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group : 8;
        -ms-flex-order : 7;
            order : 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group : 9;
        -ms-flex-order : 8;
            order : 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group : 10;
        -ms-flex-order : 9;
            order : 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group : 11;
        -ms-flex-order : 10;
            order : 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group : 12;
        -ms-flex-order : 11;
            order : 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group : 13;
        -ms-flex-order : 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: 1340px) {
  .col-xl {
    -ms-flex-preferred-size : 0;
        flex-basis : 0;
    -webkit-box-flex : 1;
        -ms-flex-positive : 1;
            flex-grow : 1;
    max-width : 100%;
  }
  .col-xl-auto {
    -webkit-box-flex : 0;
        -ms-flex : 0 0 auto;
            flex : 0 0 auto;
    width : auto;
    max-width : none;
  }
  .col-xl-1 {
    -webkit-box-flex : 0;
        -ms-flex : 0 0 8.33333%;
            flex : 0 0 8.33333%;
    max-width : 8.33333%;
  }
  .col-xl-2 {
    -webkit-box-flex : 0;
        -ms-flex : 0 0 16.66667%;
            flex : 0 0 16.66667%;
    max-width : 16.66667%;
  }
  .col-xl-3 {
    -webkit-box-flex : 0;
        -ms-flex : 0 0 25%;
            flex : 0 0 25%;
    max-width : 25%;
  }
  .col-xl-4 {
    -webkit-box-flex : 0;
        -ms-flex : 0 0 33.33333%;
            flex : 0 0 33.33333%;
    max-width : 33.33333%;
  }
  .col-xl-5 {
    -webkit-box-flex : 0;
        -ms-flex : 0 0 41.66667%;
            flex : 0 0 41.66667%;
    max-width : 41.66667%;
  }
  .col-xl-6 {
    -webkit-box-flex : 0;
        -ms-flex : 0 0 50%;
            flex : 0 0 50%;
    max-width : 50%;
  }
  .col-xl-7 {
    -webkit-box-flex : 0;
        -ms-flex : 0 0 58.33333%;
            flex : 0 0 58.33333%;
    max-width : 58.33333%;
  }
  .col-xl-8 {
    -webkit-box-flex : 0;
        -ms-flex : 0 0 66.66667%;
            flex : 0 0 66.66667%;
    max-width : 66.66667%;
  }
  .col-xl-9 {
    -webkit-box-flex : 0;
        -ms-flex : 0 0 75%;
            flex : 0 0 75%;
    max-width : 75%;
  }
  .col-xl-10 {
    -webkit-box-flex : 0;
        -ms-flex : 0 0 83.33333%;
            flex : 0 0 83.33333%;
    max-width : 83.33333%;
  }
  .col-xl-11 {
    -webkit-box-flex : 0;
        -ms-flex : 0 0 91.66667%;
            flex : 0 0 91.66667%;
    max-width : 91.66667%;
  }
  .col-xl-12 {
    -webkit-box-flex : 0;
        -ms-flex : 0 0 100%;
            flex : 0 0 100%;
    max-width : 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group : 0;
        -ms-flex-order : -1;
            order : -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group : 14;
        -ms-flex-order : 13;
            order : 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group : 1;
        -ms-flex-order : 0;
            order : 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group : 2;
        -ms-flex-order : 1;
            order : 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group : 3;
        -ms-flex-order : 2;
            order : 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group : 4;
        -ms-flex-order : 3;
            order : 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group : 5;
        -ms-flex-order : 4;
            order : 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group : 6;
        -ms-flex-order : 5;
            order : 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group : 7;
        -ms-flex-order : 6;
            order : 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group : 8;
        -ms-flex-order : 7;
            order : 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group : 9;
        -ms-flex-order : 8;
            order : 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group : 10;
        -ms-flex-order : 9;
            order : 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group : 11;
        -ms-flex-order : 10;
            order : 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group : 12;
        -ms-flex-order : 11;
            order : 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group : 13;
        -ms-flex-order : 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 : .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 : #ffffff;
}

.table-sm th,
.table-sm td {
  padding : .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, .05);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-dark {
  color : #ffffff;
  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, .05);
}
.table-dark.table-hover tbody tr:hover {
  background-color : rgba(255, 255, 255, .075);
}

@media (max-width: 479.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: 1023.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: 1339.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 : .375rem .75rem;
  font-size : 1rem;
  line-height : 1.5;
  color : #495057;
  background-color : #ffffff;
  background-clip : padding-box;
  border : 1px solid #ced4da;
  border-radius : .25rem;
  -webkit-transition : border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition : border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition : border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition : border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .form-control {
    -webkit-transition : none;
    transition : none;
  }
}
.form-control::-ms-expand {
  background-color : transparent;
  border : 0;
}
.form-control:focus {
  color : #495057;
  background-color : #ffffff;
  border-color : #80bdff;
  outline : 0;
  -webkit-box-shadow : 0 0 0 .2rem rgba(0, 123, 255, .25);
          box-shadow : 0 0 0 .2rem rgba(0, 123, 255, .25);
}
.form-control::-webkit-input-placeholder {
  color : #6c757d;
  opacity : 1;
}
.form-control::-moz-placeholder {
  color : #6c757d;
  opacity : 1;
}
.form-control::-ms-input-placeholder {
  color : #6c757d;
  opacity : 1;
}
.form-control::placeholder {
  color : #6c757d;
  opacity : 1;
}
.form-control:disabled,
.form-control[readonly] {
  background-color : #e9ecef;
  opacity : 1;
}

select.form-control:focus::-ms-value {
  color : #495057;
  background-color : #ffffff;
}

.form-control-file,
.form-control-range {
  display : block;
  width : 100%;
}

.col-form-label {
  padding-top : calc(.375rem + 1px);
  padding-bottom : calc(.375rem + 1px);
  margin-bottom : 0;
  font-size : inherit;
  line-height : 1.5;
}

.col-form-label-lg {
  padding-top : calc(.5rem + 1px);
  padding-bottom : calc(.5rem + 1px);
  font-size : 1.25rem;
  line-height : 1.5;
}

.col-form-label-sm {
  padding-top : calc(.25rem + 1px);
  padding-bottom : calc(.25rem + 1px);
  font-size : .875rem;
  line-height : 1.5;
}

.form-control-plaintext {
  display : block;
  width : 100%;
  padding-top : .375rem;
  padding-bottom : .375rem;
  margin-bottom : 0;
  line-height : 1.5;
  color : #212529;
  background-color : transparent;
  border : solid transparent;
  border-width : 1px 0;
}
.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
  padding-right : 0;
  padding-left : 0;
}

.form-control-sm {
  height : calc(1.8125rem + 2px);
  padding : .25rem .5rem;
  font-size : .875rem;
  line-height : 1.5;
  border-radius : .2rem;
}

.form-control-lg {
  height : calc(2.875rem + 2px);
  padding : .5rem 1rem;
  font-size : 1.25rem;
  line-height : 1.5;
  border-radius : .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 : .25rem;
}

.form-row {
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  -ms-flex-wrap : wrap;
      flex-wrap : wrap;
  margin-right : -5px;
  margin-left : -5px;
}
.form-row > .col,
.form-row > [class*='col-'] {
  padding-right : 5px;
  padding-left : 5px;
}

.form-check {
  position : relative;
  display : block;
  padding-left : 1.25rem;
}

.form-check-input {
  position : absolute;
  margin-top : .3rem;
  margin-left : -1.25rem;
}
.form-check-input:disabled ~ .form-check-label {
  color : #6c757d;
}

.form-check-label {
  margin-bottom : 0;
}

.form-check-inline {
  display : -webkit-inline-box;
  display : -ms-inline-flexbox;
  display : inline-flex;
  -webkit-box-align : center;
      -ms-flex-align : center;
          align-items : center;
  padding-left : 0;
  margin-right : .75rem;
}
.form-check-inline .form-check-input {
  position : static;
  margin-top : 0;
  margin-right : .3125rem;
  margin-left : 0;
}

.valid-feedback {
  display : none;
  width : 100%;
  margin-top : .25rem;
  font-size : 80%;
  color : #28a745;
}

.valid-tooltip {
  position : absolute;
  top : 100%;
  z-index : 5;
  display : none;
  max-width : 100%;
  padding : .25rem .5rem;
  margin-top : .1rem;
  font-size : .875rem;
  line-height : 1.5;
  color : #ffffff;
  background-color : rgba(40, 167, 69, .9);
  border-radius : .25rem;
}

.was-validated .form-control:valid,
.form-control.is-valid,
.was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color : #28a745;
}
.was-validated .form-control:valid:focus,
.form-control.is-valid:focus,
.was-validated
  .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color : #28a745;
  -webkit-box-shadow : 0 0 0 .2rem rgba(40, 167, 69, .25);
          box-shadow : 0 0 0 .2rem rgba(40, 167, 69, .25);
}
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip,
.form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated
  .custom-select:valid ~ .valid-feedback,
.was-validated
  .custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display : block;
}

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

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

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

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

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

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

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

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

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

.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
  -webkit-box-shadow : 0 0 0 .2rem rgba(40, 167, 69, .25);
          box-shadow : 0 0 0 .2rem rgba(40, 167, 69, .25);
}

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

.invalid-tooltip {
  position : absolute;
  top : 100%;
  z-index : 5;
  display : none;
  max-width : 100%;
  padding : .25rem .5rem;
  margin-top : .1rem;
  font-size : .875rem;
  line-height : 1.5;
  color : #ffffff;
  background-color : rgba(220, 53, 69, .9);
  border-radius : .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;
  -webkit-box-shadow : 0 0 0 .2rem rgba(220, 53, 69, .25);
          box-shadow : 0 0 0 .2rem rgba(220, 53, 69, .25);
}
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip,
.form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated
  .custom-select:invalid ~ .invalid-feedback,
.was-validated
  .custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display : block;
}

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

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

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

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

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

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

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

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

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

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
  -webkit-box-shadow : 0 0 0 .2rem rgba(220, 53, 69, .25);
          box-shadow : 0 0 0 .2rem rgba(220, 53, 69, .25);
}

.form-inline {
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  -webkit-box-orient : horizontal;
  -webkit-box-direction : normal;
      -ms-flex-flow : row wrap;
          flex-flow : row wrap;
  -webkit-box-align : center;
      -ms-flex-align : center;
          align-items : center;
}
.form-inline .form-check {
  width : 100%;
}
@media (min-width: 480px) {
  .form-inline label {
    display : -webkit-box;
    display : -ms-flexbox;
    display : flex;
    -webkit-box-align : center;
        -ms-flex-align : center;
            align-items : center;
    -webkit-box-pack : center;
        -ms-flex-pack : center;
            justify-content : center;
    margin-bottom : 0;
  }
  .form-inline .form-group {
    display : -webkit-box;
    display : -ms-flexbox;
    display : flex;
    -webkit-box-flex : 0;
        -ms-flex : 0 0 auto;
            flex : 0 0 auto;
    -webkit-box-orient : horizontal;
    -webkit-box-direction : normal;
        -ms-flex-flow : row wrap;
            flex-flow : row wrap;
    -webkit-box-align : center;
        -ms-flex-align : center;
            align-items : center;
    margin-bottom : 0;
  }
  .form-inline .form-control {
    display : inline-block;
    width : auto;
    vertical-align : middle;
  }
  .form-inline .form-control-plaintext {
    display : inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width : auto;
  }
  .form-inline .form-check {
    display : -webkit-box;
    display : -ms-flexbox;
    display : flex;
    -webkit-box-align : center;
        -ms-flex-align : center;
            align-items : center;
    -webkit-box-pack : center;
        -ms-flex-pack : center;
            justify-content : center;
    width : auto;
    padding-left : 0;
  }
  .form-inline .form-check-input {
    position : relative;
    margin-top : 0;
    margin-right : .25rem;
    margin-left : 0;
  }
  .form-inline .custom-control {
    -webkit-box-align : center;
        -ms-flex-align : center;
            align-items : center;
    -webkit-box-pack : center;
        -ms-flex-pack : center;
            justify-content : center;
  }
  .form-inline .custom-control-label {
    margin-bottom : 0;
  }
}

.btn {
  display : inline-block;
  font-weight : 400;
  text-align : center;
  white-space : nowrap;
  vertical-align : middle;
  -webkit-user-select : none;
     -moz-user-select : none;
      -ms-user-select : none;
          user-select : none;
  border : 1px solid transparent;
  padding : .375rem .75rem;
  font-size : 1rem;
  line-height : 1.5;
  border-radius : .25rem;
  -webkit-transition : color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition : color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition : color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition : color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition : none;
    transition : none;
  }
}
.btn:hover,
.btn:focus {
  text-decoration : none;
}
.btn:focus,
.btn.focus {
  outline : 0;
  -webkit-box-shadow : 0 0 0 .2rem rgba(0, 123, 255, .25);
          box-shadow : 0 0 0 .2rem rgba(0, 123, 255, .25);
}
.btn.disabled,
.btn:disabled {
  opacity : .65;
}
.btn:not(:disabled):not(.disabled) {
  cursor : pointer;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events : none;
}

.btn-primary {
  color : #ffffff;
  background-color : #007bff;
  border-color : #007bff;
}
.btn-primary:hover {
  color : #ffffff;
  background-color : #0069d9;
  border-color : #0062cc;
}
.btn-primary:focus,
.btn-primary.focus {
  -webkit-box-shadow : 0 0 0 .2rem rgba(0, 123, 255, .5);
          box-shadow : 0 0 0 .2rem rgba(0, 123, 255, .5);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color : #ffffff;
  background-color : #007bff;
  border-color : #007bff;
}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color : #ffffff;
  background-color : #0062cc;
  border-color : #005cbf;
}
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow : 0 0 0 .2rem rgba(0, 123, 255, .5);
          box-shadow : 0 0 0 .2rem rgba(0, 123, 255, .5);
}

.btn-secondary {
  color : #ffffff;
  background-color : #6c757d;
  border-color : #6c757d;
}
.btn-secondary:hover {
  color : #ffffff;
  background-color : #5a6268;
  border-color : #545b62;
}
.btn-secondary:focus,
.btn-secondary.focus {
  -webkit-box-shadow : 0 0 0 .2rem rgba(108, 117, 125, .5);
          box-shadow : 0 0 0 .2rem rgba(108, 117, 125, .5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color : #ffffff;
  background-color : #6c757d;
  border-color : #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color : #ffffff;
  background-color : #545b62;
  border-color : #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow : 0 0 0 .2rem rgba(108, 117, 125, .5);
          box-shadow : 0 0 0 .2rem rgba(108, 117, 125, .5);
}

.btn-success {
  color : #ffffff;
  background-color : #28a745;
  border-color : #28a745;
}
.btn-success:hover {
  color : #ffffff;
  background-color : #218838;
  border-color : #1e7e34;
}
.btn-success:focus,
.btn-success.focus {
  -webkit-box-shadow : 0 0 0 .2rem rgba(40, 167, 69, .5);
          box-shadow : 0 0 0 .2rem rgba(40, 167, 69, .5);
}
.btn-success.disabled,
.btn-success:disabled {
  color : #ffffff;
  background-color : #28a745;
  border-color : #28a745;
}
.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color : #ffffff;
  background-color : #1e7e34;
  border-color : #1c7430;
}
.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  -webkit-box-shadow : 0 0 0 .2rem rgba(40, 167, 69, .5);
          box-shadow : 0 0 0 .2rem rgba(40, 167, 69, .5);
}

.btn-info {
  color : #ffffff;
  background-color : #17a2b8;
  border-color : #17a2b8;
}
.btn-info:hover {
  color : #ffffff;
  background-color : #138496;
  border-color : #117a8b;
}
.btn-info:focus,
.btn-info.focus {
  -webkit-box-shadow : 0 0 0 .2rem rgba(23, 162, 184, .5);
          box-shadow : 0 0 0 .2rem rgba(23, 162, 184, .5);
}
.btn-info.disabled,
.btn-info:disabled {
  color : #ffffff;
  background-color : #17a2b8;
  border-color : #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color : #ffffff;
  background-color : #117a8b;
  border-color : #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  -webkit-box-shadow : 0 0 0 .2rem rgba(23, 162, 184, .5);
          box-shadow : 0 0 0 .2rem rgba(23, 162, 184, .5);
}

.btn-warning {
  color : #212529;
  background-color : #ffc107;
  border-color : #ffc107;
}
.btn-warning:hover {
  color : #212529;
  background-color : #e0a800;
  border-color : #d39e00;
}
.btn-warning:focus,
.btn-warning.focus {
  -webkit-box-shadow : 0 0 0 .2rem rgba(255, 193, 7, .5);
          box-shadow : 0 0 0 .2rem rgba(255, 193, 7, .5);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color : #212529;
  background-color : #ffc107;
  border-color : #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color : #212529;
  background-color : #d39e00;
  border-color : #c69500;
}
.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  -webkit-box-shadow : 0 0 0 .2rem rgba(255, 193, 7, .5);
          box-shadow : 0 0 0 .2rem rgba(255, 193, 7, .5);
}

.btn-danger {
  color : #ffffff;
  background-color : #dc3545;
  border-color : #dc3545;
}
.btn-danger:hover {
  color : #ffffff;
  background-color : #c82333;
  border-color : #bd2130;
}
.btn-danger:focus,
.btn-danger.focus {
  -webkit-box-shadow : 0 0 0 .2rem rgba(220, 53, 69, .5);
          box-shadow : 0 0 0 .2rem rgba(220, 53, 69, .5);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color : #ffffff;
  background-color : #dc3545;
  border-color : #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color : #ffffff;
  background-color : #bd2130;
  border-color : #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow : 0 0 0 .2rem rgba(220, 53, 69, .5);
          box-shadow : 0 0 0 .2rem rgba(220, 53, 69, .5);
}

.btn-light {
  color : #212529;
  background-color : #f8f9fa;
  border-color : #f8f9fa;
}
.btn-light:hover {
  color : #212529;
  background-color : #e2e6ea;
  border-color : #dae0e5;
}
.btn-light:focus,
.btn-light.focus {
  -webkit-box-shadow : 0 0 0 .2rem rgba(248, 249, 250, .5);
          box-shadow : 0 0 0 .2rem rgba(248, 249, 250, .5);
}
.btn-light.disabled,
.btn-light:disabled {
  color : #212529;
  background-color : #f8f9fa;
  border-color : #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color : #212529;
  background-color : #dae0e5;
  border-color : #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  -webkit-box-shadow : 0 0 0 .2rem rgba(248, 249, 250, .5);
          box-shadow : 0 0 0 .2rem rgba(248, 249, 250, .5);
}

.btn-dark {
  color : #ffffff;
  background-color : #343a40;
  border-color : #343a40;
}
.btn-dark:hover {
  color : #ffffff;
  background-color : #23272b;
  border-color : #1d2124;
}
.btn-dark:focus,
.btn-dark.focus {
  -webkit-box-shadow : 0 0 0 .2rem rgba(52, 58, 64, .5);
          box-shadow : 0 0 0 .2rem rgba(52, 58, 64, .5);
}
.btn-dark.disabled,
.btn-dark:disabled {
  color : #ffffff;
  background-color : #343a40;
  border-color : #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color : #ffffff;
  background-color : #1d2124;
  border-color : #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  -webkit-box-shadow : 0 0 0 .2rem rgba(52, 58, 64, .5);
          box-shadow : 0 0 0 .2rem rgba(52, 58, 64, .5);
}

.btn-outline-primary {
  color : #007bff;
  background-color : transparent;
  background-image : none;
  border-color : #007bff;
}
.btn-outline-primary:hover {
  color : #ffffff;
  background-color : #007bff;
  border-color : #007bff;
}
.btn-outline-primary:focus,
.btn-outline-primary.focus {
  -webkit-box-shadow : 0 0 0 .2rem rgba(0, 123, 255, .5);
          box-shadow : 0 0 0 .2rem rgba(0, 123, 255, .5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color : #007bff;
  background-color : transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color : #ffffff;
  background-color : #007bff;
  border-color : #007bff;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  -webkit-box-shadow : 0 0 0 .2rem rgba(0, 123, 255, .5);
          box-shadow : 0 0 0 .2rem rgba(0, 123, 255, .5);
}

.btn-outline-secondary {
  color : #6c757d;
  background-color : transparent;
  background-image : none;
  border-color : #6c757d;
}
.btn-outline-secondary:hover {
  color : #ffffff;
  background-color : #6c757d;
  border-color : #6c757d;
}
.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  -webkit-box-shadow : 0 0 0 .2rem rgba(108, 117, 125, .5);
          box-shadow : 0 0 0 .2rem rgba(108, 117, 125, .5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color : #6c757d;
  background-color : transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color : #ffffff;
  background-color : #6c757d;
  border-color : #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  -webkit-box-shadow : 0 0 0 .2rem rgba(108, 117, 125, .5);
          box-shadow : 0 0 0 .2rem rgba(108, 117, 125, .5);
}

.btn-outline-success {
  color : #28a745;
  background-color : transparent;
  background-image : none;
  border-color : #28a745;
}
.btn-outline-success:hover {
  color : #ffffff;
  background-color : #28a745;
  border-color : #28a745;
}
.btn-outline-success:focus,
.btn-outline-success.focus {
  -webkit-box-shadow : 0 0 0 .2rem rgba(40, 167, 69, .5);
          box-shadow : 0 0 0 .2rem rgba(40, 167, 69, .5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color : #28a745;
  background-color : transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color : #ffffff;
  background-color : #28a745;
  border-color : #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  -webkit-box-shadow : 0 0 0 .2rem rgba(40, 167, 69, .5);
          box-shadow : 0 0 0 .2rem rgba(40, 167, 69, .5);
}

.btn-outline-info {
  color : #17a2b8;
  background-color : transparent;
  background-image : none;
  border-color : #17a2b8;
}
.btn-outline-info:hover {
  color : #ffffff;
  background-color : #17a2b8;
  border-color : #17a2b8;
}
.btn-outline-info:focus,
.btn-outline-info.focus {
  -webkit-box-shadow : 0 0 0 .2rem rgba(23, 162, 184, .5);
          box-shadow : 0 0 0 .2rem rgba(23, 162, 184, .5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color : #17a2b8;
  background-color : transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color : #ffffff;
  background-color : #17a2b8;
  border-color : #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  -webkit-box-shadow : 0 0 0 .2rem rgba(23, 162, 184, .5);
          box-shadow : 0 0 0 .2rem rgba(23, 162, 184, .5);
}

.btn-outline-warning {
  color : #ffc107;
  background-color : transparent;
  background-image : none;
  border-color : #ffc107;
}
.btn-outline-warning:hover {
  color : #212529;
  background-color : #ffc107;
  border-color : #ffc107;
}
.btn-outline-warning:focus,
.btn-outline-warning.focus {
  -webkit-box-shadow : 0 0 0 .2rem rgba(255, 193, 7, .5);
          box-shadow : 0 0 0 .2rem rgba(255, 193, 7, .5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color : #ffc107;
  background-color : transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color : #212529;
  background-color : #ffc107;
  border-color : #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  -webkit-box-shadow : 0 0 0 .2rem rgba(255, 193, 7, .5);
          box-shadow : 0 0 0 .2rem rgba(255, 193, 7, .5);
}

.btn-outline-danger {
  color : #dc3545;
  background-color : transparent;
  background-image : none;
  border-color : #dc3545;
}
.btn-outline-danger:hover {
  color : #ffffff;
  background-color : #dc3545;
  border-color : #dc3545;
}
.btn-outline-danger:focus,
.btn-outline-danger.focus {
  -webkit-box-shadow : 0 0 0 .2rem rgba(220, 53, 69, .5);
          box-shadow : 0 0 0 .2rem rgba(220, 53, 69, .5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color : #dc3545;
  background-color : transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color : #ffffff;
  background-color : #dc3545;
  border-color : #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  -webkit-box-shadow : 0 0 0 .2rem rgba(220, 53, 69, .5);
          box-shadow : 0 0 0 .2rem rgba(220, 53, 69, .5);
}

.btn-outline-light {
  color : #f8f9fa;
  background-color : transparent;
  background-image : none;
  border-color : #f8f9fa;
}
.btn-outline-light:hover {
  color : #212529;
  background-color : #f8f9fa;
  border-color : #f8f9fa;
}
.btn-outline-light:focus,
.btn-outline-light.focus {
  -webkit-box-shadow : 0 0 0 .2rem rgba(248, 249, 250, .5);
          box-shadow : 0 0 0 .2rem rgba(248, 249, 250, .5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color : #f8f9fa;
  background-color : transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color : #212529;
  background-color : #f8f9fa;
  border-color : #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  -webkit-box-shadow : 0 0 0 .2rem rgba(248, 249, 250, .5);
          box-shadow : 0 0 0 .2rem rgba(248, 249, 250, .5);
}

.btn-outline-dark {
  color : #343a40;
  background-color : transparent;
  background-image : none;
  border-color : #343a40;
}
.btn-outline-dark:hover {
  color : #ffffff;
  background-color : #343a40;
  border-color : #343a40;
}
.btn-outline-dark:focus,
.btn-outline-dark.focus {
  -webkit-box-shadow : 0 0 0 .2rem rgba(52, 58, 64, .5);
          box-shadow : 0 0 0 .2rem rgba(52, 58, 64, .5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color : #343a40;
  background-color : transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color : #ffffff;
  background-color : #343a40;
  border-color : #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  -webkit-box-shadow : 0 0 0 .2rem rgba(52, 58, 64, .5);
          box-shadow : 0 0 0 .2rem rgba(52, 58, 64, .5);
}

.btn-link {
  font-weight : 400;
  color : #007bff;
  background-color : transparent;
}
.btn-link:hover {
  color : #0056b3;
  text-decoration : underline;
  background-color : transparent;
  border-color : transparent;
}
.btn-link:focus,
.btn-link.focus {
  text-decoration : underline;
  border-color : transparent;
  -webkit-box-shadow : none;
          box-shadow : none;
}
.btn-link:disabled,
.btn-link.disabled {
  color : #6c757d;
  pointer-events : none;
}

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

.btn-sm,
.btn-group-sm > .btn {
  padding : .25rem .5rem;
  font-size : .875rem;
  line-height : 1.5;
  border-radius : .2rem;
}

.btn-block {
  display : block;
  width : 100%;
}
.btn-block + .btn-block {
  margin-top : .5rem;
}

input[type='submit'].btn-block,
input[type='reset'].btn-block,
input[type='button'].btn-block {
  width : 100%;
}

.fade {
  -webkit-transition : opacity .15s linear;
  transition : opacity .15s linear;
}
@media screen and (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition : none;
    transition : none;
  }
}
.fade:not(.show) {
  opacity : 0;
}

.collapse:not(.show) {
  display : none;
}

.collapsing {
  position : relative;
  height : 0;
  overflow : hidden;
  -webkit-transition : height .35s ease;
  transition : height .35s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition : none;
    transition : none;
  }
}

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

.dropdown-toggle::after {
  display : inline-block;
  width : 0;
  height : 0;
  margin-left : .255em;
  vertical-align : .255em;
  content : '';
  border-top : .3em solid;
  border-right : .3em solid transparent;
  border-bottom : 0;
  border-left : .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 : .5rem 0;
  margin : .125rem 0 0;
  font-size : 1rem;
  color : #212529;
  text-align : left;
  list-style : none;
  background-color : #ffffff;
  background-clip : padding-box;
  border : 1px solid rgba(0, 0, 0, .15);
  border-radius : .25rem;
}

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

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

.dropup .dropdown-toggle::after {
  display : inline-block;
  width : 0;
  height : 0;
  margin-left : .255em;
  vertical-align : .255em;
  content : '';
  border-top : 0;
  border-right : .3em solid transparent;
  border-bottom : .3em solid;
  border-left : .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 : .125rem;
}

.dropright .dropdown-toggle::after {
  display : inline-block;
  width : 0;
  height : 0;
  margin-left : .255em;
  vertical-align : .255em;
  content : '';
  border-top : .3em solid transparent;
  border-right : 0;
  border-bottom : .3em solid transparent;
  border-left : .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 : .125rem;
}

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

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

.dropleft .dropdown-toggle::before {
  display : inline-block;
  width : 0;
  height : 0;
  margin-right : .255em;
  vertical-align : .255em;
  content : '';
  border-top : .3em solid transparent;
  border-right : .3em solid;
  border-bottom : .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 : .5rem 0;
  overflow : hidden;
  border-top : 1px solid #e9ecef;
}

.dropdown-item {
  display : block;
  width : 100%;
  padding : .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 : #ffffff;
  text-decoration : none;
  background-color : #007bff;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
  color : #6c757d;
  background-color : transparent;
}

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

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

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

.btn-group,
.btn-group-vertical {
  position : relative;
  display : -webkit-inline-box;
  display : -ms-inline-flexbox;
  display : inline-flex;
  vertical-align : middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position : relative;
  -webkit-box-flex : 0;
      -ms-flex : 0 1 auto;
          flex : 0 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index : 1;
}
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index : 1;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
  margin-left : -1px;
}

.btn-toolbar {
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  -ms-flex-wrap : wrap;
      flex-wrap : wrap;
  -webkit-box-pack : start;
      -ms-flex-pack : start;
          justify-content : flex-start;
}
.btn-toolbar .input-group {
  width : auto;
}

.btn-group > .btn:first-child {
  margin-left : 0;
}

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

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius : 0;
  border-bottom-left-radius : 0;
}

.dropdown-toggle-split {
  padding-right : .5625rem;
  padding-left : .5625rem;
}
.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left : 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right : 0;
}

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

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

.btn-group-vertical {
  -webkit-box-orient : vertical;
  -webkit-box-direction : normal;
      -ms-flex-direction : column;
          flex-direction : column;
  -webkit-box-align : start;
      -ms-flex-align : start;
          align-items : flex-start;
  -webkit-box-pack : center;
      -ms-flex-pack : center;
          justify-content : center;
}
.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
  width : 100%;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top : -1px;
  margin-left : 0;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius : 0;
  border-bottom-left-radius : 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius : 0;
  border-top-right-radius : 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom : 0;
}
.btn-group-toggle > .btn input[type='radio'],
.btn-group-toggle > .btn input[type='checkbox'],
.btn-group-toggle > .btn-group > .btn input[type='radio'],
.btn-group-toggle > .btn-group > .btn input[type='checkbox'] {
  position : absolute;
  clip : rect(0, 0, 0, 0);
  pointer-events : none;
}

.input-group {
  position : relative;
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  -ms-flex-wrap : wrap;
      flex-wrap : wrap;
  -webkit-box-align : stretch;
      -ms-flex-align : stretch;
          align-items : stretch;
  width : 100%;
}
.input-group > .form-control,
.input-group > .custom-select,
.input-group > .custom-file {
  position : relative;
  -webkit-box-flex : 1;
      -ms-flex : 1 1 auto;
          flex : 1 1 auto;
  width : 1%;
  margin-bottom : 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left : -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index : 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index : 4;
}
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius : 0;
  border-bottom-right-radius : 0;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius : 0;
  border-bottom-left-radius : 0;
}
.input-group > .custom-file {
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  -webkit-box-align : center;
      -ms-flex-align : center;
          align-items : center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius : 0;
  border-bottom-right-radius : 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius : 0;
  border-bottom-left-radius : 0;
}

.input-group-prepend,
.input-group-append {
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position : relative;
  z-index : 2;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left : -1px;
}

.input-group-prepend {
  margin-right : -1px;
}

.input-group-append {
  margin-left : -1px;
}

.input-group-text {
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  -webkit-box-align : center;
      -ms-flex-align : center;
          align-items : center;
  padding : .375rem .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 : .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 : .5rem 1rem;
  font-size : 1.25rem;
  line-height : 1.5;
  border-radius : .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 : .25rem .5rem;
  font-size : .875rem;
  line-height : 1.5;
  border-radius : .2rem;
}

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

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius : 0;
  border-bottom-left-radius : 0;
}

.custom-control {
  position : relative;
  display : block;
  min-height : 1.5rem;
  padding-left : 1.5rem;
}

.custom-control-inline {
  display : -webkit-inline-box;
  display : -ms-inline-flexbox;
  display : inline-flex;
  margin-right : 1rem;
}

.custom-control-input {
  position : absolute;
  z-index : -1;
  opacity : 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color : #ffffff;
  background-color : #007bff;
}
.custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow : 0 0 0 1px #ffffff, 0 0 0 .2rem rgba(0, 123, 255, .25);
          box-shadow : 0 0 0 1px #ffffff, 0 0 0 .2rem rgba(0, 123, 255, .25);
}
.custom-control-input:active ~ .custom-control-label::before {
  color : #ffffff;
  background-color : #b3d7ff;
}
.custom-control-input:disabled ~ .custom-control-label {
  color : #6c757d;
}
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color : #e9ecef;
}

.custom-control-label {
  position : relative;
  margin-bottom : 0;
}
.custom-control-label::before {
  position : absolute;
  top : .25rem;
  left : -1.5rem;
  display : block;
  width : 1rem;
  height : 1rem;
  pointer-events : none;
  content : '';
  -webkit-user-select : none;
     -moz-user-select : none;
      -ms-user-select : none;
          user-select : none;
  background-color : #dee2e6;
}
.custom-control-label::after {
  position : absolute;
  top : .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 : .25rem;
}

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

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image : url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 8 8\'%3E%3Cpath fill=\'%23fff\' d=\'M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z\'/%3E%3C/svg%3E');
}

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

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image : url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 4 4\'%3E%3Cpath stroke=\'%23fff\' d=\'M0 2h4\'/%3E%3C/svg%3E');
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color : rgba(0, 123, 255, .5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color : rgba(0, 123, 255, .5);
}

.custom-radio .custom-control-label::before {
  border-radius : 50%;
}

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

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image : url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'-4 -4 8 8\'%3E%3Ccircle r=\'3\' fill=\'%23fff\'/%3E%3C/svg%3E');
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color : rgba(0, 123, 255, .5);
}

.custom-select {
  display : inline-block;
  width : 100%;
  height : calc(2.25rem + 2px);
  padding : .375rem 1.75rem .375rem .75rem;
  line-height : 1.5;
  color : #495057;
  vertical-align : middle;
  background : #ffffff 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 .75rem center;
  background-size : 8px 10px;
  border : 1px solid #ced4da;
  border-radius : .25rem;
  -webkit-appearance : none;
     -moz-appearance : none;
          appearance : none;
}
.custom-select:focus {
  border-color : #80bdff;
  outline : 0;
  -webkit-box-shadow : 0 0 0 .2rem rgba(128, 189, 255, .5);
          box-shadow : 0 0 0 .2rem rgba(128, 189, 255, .5);
}
.custom-select:focus::-ms-value {
  color : #495057;
  background-color : #ffffff;
}
.custom-select[multiple],
.custom-select[size]:not([size='1']) {
  height : auto;
  padding-right : .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 : .375rem;
  padding-bottom : .375rem;
  font-size : 75%;
}

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

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

.custom-file-input {
  position : relative;
  z-index : 2;
  width : 100%;
  height : calc(2.25rem + 2px);
  margin : 0;
  opacity : 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color : #80bdff;
  -webkit-box-shadow : 0 0 0 .2rem rgba(0, 123, 255, .25);
          box-shadow : 0 0 0 .2rem rgba(0, 123, 255, .25);
}
.custom-file-input:focus ~ .custom-file-label::after {
  border-color : #80bdff;
}
.custom-file-input:disabled ~ .custom-file-label {
  background-color : #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content : 'Browse';
}

.custom-file-label {
  position : absolute;
  top : 0;
  right : 0;
  left : 0;
  z-index : 1;
  height : calc(2.25rem + 2px);
  padding : .375rem .75rem;
  line-height : 1.5;
  color : #495057;
  background-color : #ffffff;
  border : 1px solid #ced4da;
  border-radius : .25rem;
}
.custom-file-label::after {
  position : absolute;
  top : 0;
  right : 0;
  bottom : 0;
  z-index : 3;
  display : block;
  height : 2.25rem;
  padding : .375rem .75rem;
  line-height : 1.5;
  color : #495057;
  content : 'Browse';
  background-color : #e9ecef;
  border-left : 1px solid #ced4da;
  border-radius : 0 .25rem .25rem 0;
}

.custom-range {
  width : 100%;
  padding-left : 0;
  background-color : transparent;
  -webkit-appearance : none;
     -moz-appearance : none;
          appearance : none;
}
.custom-range:focus {
  outline : none;
}
.custom-range:focus::-webkit-slider-thumb {
  -webkit-box-shadow : 0 0 0 1px #ffffff, 0 0 0 .2rem rgba(0, 123, 255, .25);
          box-shadow : 0 0 0 1px #ffffff, 0 0 0 .2rem rgba(0, 123, 255, .25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow : 0 0 0 1px #ffffff, 0 0 0 .2rem rgba(0, 123, 255, .25);
}
.custom-range:focus::-ms-thumb {
  box-shadow : 0 0 0 1px #ffffff, 0 0 0 .2rem rgba(0, 123, 255, .25);
}
.custom-range::-moz-focus-outer {
  border : 0;
}
.custom-range::-webkit-slider-thumb {
  width : 1rem;
  height : 1rem;
  margin-top : -.25rem;
  background-color : #007bff;
  border : 0;
  border-radius : 1rem;
  -webkit-transition : background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition : background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition : background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition : background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  -webkit-appearance : none;
          appearance : none;
}
@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition : none;
    transition : none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color : #b3d7ff;
}
.custom-range::-webkit-slider-runnable-track {
  width : 100%;
  height : .5rem;
  color : transparent;
  cursor : pointer;
  background-color : #dee2e6;
  border-color : transparent;
  border-radius : 1rem;
}
.custom-range::-moz-range-thumb {
  width : 1rem;
  height : 1rem;
  background-color : #007bff;
  border : 0;
  border-radius : 1rem;
  -webkit-transition : background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition : background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition : background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition : background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  -moz-appearance : none;
       appearance : none;
}
@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -webkit-transition : none;
    transition : none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color : #b3d7ff;
}
.custom-range::-moz-range-track {
  width : 100%;
  height : .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 : .2rem;
  margin-left : .2rem;
  background-color : #007bff;
  border : 0;
  border-radius : 1rem;
  -webkit-transition : background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition : background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition : background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition : background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  appearance : none;
}
@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -webkit-transition : none;
    transition : none;
  }
}
.custom-range::-ms-thumb:active {
  background-color : #b3d7ff;
}
.custom-range::-ms-track {
  width : 100%;
  height : .5rem;
  color : transparent;
  cursor : pointer;
  background-color : transparent;
  border-color : transparent;
  border-width : .5rem;
}
.custom-range::-ms-fill-lower {
  background-color : #dee2e6;
  border-radius : 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right : 15px;
  background-color : #dee2e6;
  border-radius : 1rem;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  -webkit-transition : background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition : background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition : background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition : background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    -webkit-transition : none;
    transition : none;
  }
}

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

.nav-link {
  display : block;
  padding : .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 : .25rem;
  border-top-right-radius : .25rem;
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color : #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color : #6c757d;
  background-color : transparent;
  border-color : transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color : #495057;
  background-color : #ffffff;
  border-color : #dee2e6 #dee2e6 #ffffff;
}
.nav-tabs .dropdown-menu {
  margin-top : -1px;
  border-top-left-radius : 0;
  border-top-right-radius : 0;
}

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

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

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

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

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

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

.navbar {
  position : relative;
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  -ms-flex-wrap : wrap;
      flex-wrap : wrap;
  -webkit-box-align : center;
      -ms-flex-align : center;
          align-items : center;
  -webkit-box-pack : justify;
      -ms-flex-pack : justify;
          justify-content : space-between;
  padding : .5rem 1rem;
}
.navbar > .container,
.navbar > .container-fluid {
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  -ms-flex-wrap : wrap;
      flex-wrap : wrap;
  -webkit-box-align : center;
      -ms-flex-align : center;
          align-items : center;
  -webkit-box-pack : justify;
      -ms-flex-pack : justify;
          justify-content : space-between;
}

.navbar-brand {
  display : inline-block;
  padding-top : .3125rem;
  padding-bottom : .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 : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  -webkit-box-orient : vertical;
  -webkit-box-direction : normal;
      -ms-flex-direction : column;
          flex-direction : column;
  padding-left : 0;
  margin-bottom : 0;
  list-style : none;
}
.navbar-nav .nav-link {
  padding-right : 0;
  padding-left : 0;
}
.navbar-nav .dropdown-menu {
  position : static;
  float : none;
}

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

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

.navbar-toggler {
  padding : .25rem .75rem;
  font-size : 1.25rem;
  line-height : 1;
  background-color : transparent;
  border : 1px solid transparent;
  border-radius : .25rem;
}
.navbar-toggler:hover,
.navbar-toggler:focus {
  text-decoration : none;
}
.navbar-toggler:not(:disabled):not(.disabled) {
  cursor : pointer;
}

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

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

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

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

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

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

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

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

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

.navbar-expand {
  -webkit-box-orient : horizontal;
  -webkit-box-direction : normal;
      -ms-flex-flow : row nowrap;
          flex-flow : row nowrap;
  -webkit-box-pack : start;
      -ms-flex-pack : start;
          justify-content : flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right : 0;
  padding-left : 0;
}
.navbar-expand .navbar-nav {
  -webkit-box-orient : horizontal;
  -webkit-box-direction : normal;
      -ms-flex-direction : row;
          flex-direction : row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position : absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right : .5rem;
  padding-left : .5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  -ms-flex-wrap : nowrap;
      flex-wrap : nowrap;
}
.navbar-expand .navbar-collapse {
  display : -webkit-box !important;
  display : -ms-flexbox !important;
  display : flex !important;
  -ms-flex-preferred-size : auto;
      flex-basis : auto;
}
.navbar-expand .navbar-toggler {
  display : none;
}

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

.navbar-light .navbar-nav .nav-link {
  color : rgba(0, 0, 0, .5);
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color : rgba(0, 0, 0, .7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color : rgba(0, 0, 0, .3);
}

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

.navbar-light .navbar-toggler {
  color : rgba(0, 0, 0, .5);
  border-color : rgba(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, .5);
}
.navbar-light .navbar-text a {
  color : rgba(0, 0, 0, .9);
}
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color : rgba(0, 0, 0, .9);
}

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

.navbar-dark .navbar-nav .nav-link {
  color : rgba(255, 255, 255, .5);
}
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color : rgba(255, 255, 255, .75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color : rgba(255, 255, 255, .25);
}

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

.navbar-dark .navbar-toggler {
  color : rgba(255, 255, 255, .5);
  border-color : rgba(255, 255, 255, .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, .5);
}
.navbar-dark .navbar-text a {
  color : #ffffff;
}
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color : #ffffff;
}

.card {
  position : relative;
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  -webkit-box-orient : vertical;
  -webkit-box-direction : normal;
      -ms-flex-direction : column;
          flex-direction : column;
  min-width : 0;
  word-wrap : break-word;
  background-color : #ffffff;
  background-clip : border-box;
  border : 1px solid rgba(0, 0, 0, .125);
  border-radius : .25rem;
}
.card > hr {
  margin-right : 0;
  margin-left : 0;
}
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius : .25rem;
  border-top-right-radius : .25rem;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius : .25rem;
  border-bottom-left-radius : .25rem;
}

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

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

.card-subtitle {
  margin-top : -.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 : .75rem 1.25rem;
  margin-bottom : 0;
  background-color : rgba(0, 0, 0, .03);
  border-bottom : 1px solid rgba(0, 0, 0, .125);
}
.card-header:first-child {
  border-radius : calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
  border-top : 0;
}

.card-footer {
  padding : .75rem 1.25rem;
  background-color : rgba(0, 0, 0, .03);
  border-top : 1px solid rgba(0, 0, 0, .125);
}
.card-footer:last-child {
  border-radius : 0 0 calc(.25rem - 1px) calc(.25rem - 1px);
}

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

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

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

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

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

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

.card-deck {
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  -webkit-box-orient : vertical;
  -webkit-box-direction : normal;
      -ms-flex-direction : column;
          flex-direction : column;
}
.card-deck .card {
  margin-bottom : 15px;
}
@media (min-width: 480px) {
  .card-deck {
    -webkit-box-orient : horizontal;
    -webkit-box-direction : normal;
        -ms-flex-flow : row wrap;
            flex-flow : row wrap;
    margin-right : -15px;
    margin-left : -15px;
  }
  .card-deck .card {
    display : -webkit-box;
    display : -ms-flexbox;
    display : flex;
    -webkit-box-flex : 1;
        -ms-flex : 1 0 0px;
            flex : 1 0 0;
    -webkit-box-orient : vertical;
    -webkit-box-direction : normal;
        -ms-flex-direction : column;
            flex-direction : column;
    margin-right : 15px;
    margin-bottom : 0;
    margin-left : 15px;
  }
}

.card-group {
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  -webkit-box-orient : vertical;
  -webkit-box-direction : normal;
      -ms-flex-direction : column;
          flex-direction : column;
}
.card-group > .card {
  margin-bottom : 15px;
}
@media (min-width: 480px) {
  .card-group {
    -webkit-box-orient : horizontal;
    -webkit-box-direction : normal;
        -ms-flex-flow : row wrap;
            flex-flow : row wrap;
  }
  .card-group > .card {
    -webkit-box-flex : 1;
        -ms-flex : 1 0 0px;
            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 : .25rem;
  }
  .card-group > .card:only-child .card-img-top,
  .card-group > .card:only-child .card-header {
    border-top-left-radius : .25rem;
    border-top-right-radius : .25rem;
  }
  .card-group > .card:only-child .card-img-bottom,
  .card-group > .card:only-child .card-footer {
    border-bottom-right-radius : .25rem;
    border-bottom-left-radius : .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 : .75rem;
}

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

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

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

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

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

.breadcrumb {
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  -ms-flex-wrap : wrap;
      flex-wrap : wrap;
  padding : .75rem 1rem;
  margin-bottom : 1rem;
  list-style : none;
  background-color : #e9ecef;
  border-radius : .25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left : .5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  display : inline-block;
  padding-right : .5rem;
  color : #6c757d;
  content : '/';
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration : underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration : none;
}

.breadcrumb-item.active {
  color : #6c757d;
}

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

.page-link {
  position : relative;
  display : block;
  padding : .5rem .75rem;
  margin-left : -1px;
  line-height : 1.25;
  color : #007bff;
  background-color : #ffffff;
  border : 1px solid #dee2e6;
}
.page-link:hover {
  z-index : 2;
  color : #0056b3;
  text-decoration : none;
  background-color : #e9ecef;
  border-color : #dee2e6;
}
.page-link:focus {
  z-index : 2;
  outline : 0;
  -webkit-box-shadow : 0 0 0 .2rem rgba(0, 123, 255, .25);
          box-shadow : 0 0 0 .2rem rgba(0, 123, 255, .25);
}
.page-link:not(:disabled):not(.disabled) {
  cursor : pointer;
}

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

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

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

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

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

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

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

.pagination-sm .page-link {
  padding : .25rem .5rem;
  font-size : .875rem;
  line-height : 1.5;
}

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

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

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

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

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

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

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

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

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

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

.badge-danger {
  color : #ffffff;
  background-color : #dc3545;
}
.badge-danger[href]:hover,
.badge-danger[href]:focus {
  color : #ffffff;
  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 : #ffffff;
  background-color : #343a40;
}
.badge-dark[href]:hover,
.badge-dark[href]:focus {
  color : #ffffff;
  text-decoration : none;
  background-color : #1d2124;
}

.jumbotron {
  padding : 2rem 1rem;
  margin-bottom : 2rem;
  background-color : #e9ecef;
  border-radius : .3rem;
}
@media (min-width: 480px) {
  .jumbotron {
    padding : 4rem 2rem;
  }
}

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

.alert {
  position : relative;
  padding : .75rem 1.25rem;
  margin-bottom : 1rem;
  border : 1px solid transparent;
  border-radius : .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 : .75rem 1.25rem;
  color : inherit;
}

.alert-primary {
  color : #004085;
  background-color : #cce5ff;
  border-color : #b8daff;
}
.alert-primary hr {
  border-top-color : #9fcdff;
}
.alert-primary .alert-link {
  color : #002752;
}

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

.alert-success {
  color : #155724;
  background-color : #d4edda;
  border-color : #c3e6cb;
}
.alert-success hr {
  border-top-color : #b1dfbb;
}
.alert-success .alert-link {
  color : #0b2e13;
}

.alert-info {
  color : #0c5460;
  background-color : #d1ecf1;
  border-color : #bee5eb;
}
.alert-info hr {
  border-top-color : #abdde5;
}
.alert-info .alert-link {
  color : #062c33;
}

.alert-warning {
  color : #856404;
  background-color : #fff3cd;
  border-color : #ffeeba;
}
.alert-warning hr {
  border-top-color : #ffe8a1;
}
.alert-warning .alert-link {
  color : #533f03;
}

.alert-danger {
  color : #721c24;
  background-color : #f8d7da;
  border-color : #f5c6cb;
}
.alert-danger hr {
  border-top-color : #f1b0b7;
}
.alert-danger .alert-link {
  color : #491217;
}

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

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

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

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

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

.progress-bar {
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  -webkit-box-orient : vertical;
  -webkit-box-direction : normal;
      -ms-flex-direction : column;
          flex-direction : column;
  -webkit-box-pack : center;
      -ms-flex-pack : center;
          justify-content : center;
  color : #ffffff;
  text-align : center;
  white-space : nowrap;
  background-color : #007bff;
  -webkit-transition : width .6s ease;
  transition : width .6s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .progress-bar {
    -webkit-transition : none;
    transition : none;
  }
}

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

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

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

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

.list-group {
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  -webkit-box-orient : vertical;
  -webkit-box-direction : normal;
      -ms-flex-direction : column;
          flex-direction : column;
  padding-left : 0;
  margin-bottom : 0;
}

.list-group-item-action {
  width : 100%;
  color : #495057;
  text-align : inherit;
}
.list-group-item-action:hover,
.list-group-item-action:focus {
  color : #495057;
  text-decoration : none;
  background-color : #f8f9fa;
}
.list-group-item-action:active {
  color : #212529;
  background-color : #e9ecef;
}

.list-group-item {
  position : relative;
  display : block;
  padding : .75rem 1.25rem;
  margin-bottom : -1px;
  background-color : #ffffff;
  border : 1px solid rgba(0, 0, 0, .125);
}
.list-group-item:first-child {
  border-top-left-radius : .25rem;
  border-top-right-radius : .25rem;
}
.list-group-item:last-child {
  margin-bottom : 0;
  border-bottom-right-radius : .25rem;
  border-bottom-left-radius : .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 : #ffffff;
}
.list-group-item.active {
  z-index : 2;
  color : #ffffff;
  background-color : #007bff;
  border-color : #007bff;
}

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

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

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

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

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

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

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

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

.list-group-item-danger {
  color : #721c24;
  background-color : #f5c6cb;
}
.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color : #721c24;
  background-color : #f1b0b7;
}
.list-group-item-danger.list-group-item-action.active {
  color : #ffffff;
  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 : #ffffff;
  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 : #ffffff;
  background-color : #1b1e21;
  border-color : #1b1e21;
}

.close {
  float : right;
  font-size : 1.5rem;
  font-weight : 700;
  line-height : 1;
  color : #000000;
  text-shadow : 0 1px 0 #ffffff;
  opacity : .5;
}
.close:not(:disabled):not(.disabled) {
  cursor : pointer;
}
.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
  color : #000000;
  text-decoration : none;
  opacity : .75;
}

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

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

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

.modal-dialog {
  position : relative;
  width : auto;
  margin : .5rem;
  pointer-events : none;
}
.modal.fade .modal-dialog {
  -webkit-transition : -webkit-transform .3s ease-out;
  transition : -webkit-transform .3s ease-out;
  transition : transform .3s ease-out;
  transition : transform .3s ease-out, -webkit-transform .3s ease-out;
  -webkit-transform : translate(0, -25%);
          transform : translate(0, -25%);
}
@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition : none;
    transition : none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform : translate(0, 0);
          transform : translate(0, 0);
}

.modal-dialog-centered {
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  -webkit-box-align : center;
      -ms-flex-align : center;
          align-items : center;
  min-height : calc(100% - (.5rem * 2));
}
.modal-dialog-centered::before {
  display : block;
  height : calc(100vh - (.5rem * 2));
  content : '';
}

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

.modal-backdrop {
  position : fixed;
  top : 0;
  right : 0;
  bottom : 0;
  left : 0;
  z-index : 1040;
  background-color : #000000;
}
.modal-backdrop.fade {
  opacity : 0;
}
.modal-backdrop.show {
  opacity : .5;
}

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

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

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

.modal-footer {
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  -webkit-box-align : center;
      -ms-flex-align : center;
          align-items : center;
  -webkit-box-pack : end;
      -ms-flex-pack : end;
          justify-content : flex-end;
  padding : 1rem;
  border-top : 1px solid #e9ecef;
}
.modal-footer > :not(:first-child) {
  margin-left : .25rem;
}
.modal-footer > :not(:last-child) {
  margin-right : .25rem;
}

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

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

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

.tooltip {
  position : absolute;
  z-index : 1070;
  display : block;
  margin : 0;
  font-family : -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  font-style : normal;
  font-weight : 400;
  line-height : 1.5;
  text-align : left;
  text-align : start;
  text-decoration : none;
  text-shadow : none;
  text-transform : none;
  letter-spacing : normal;
  word-break : normal;
  word-spacing : normal;
  white-space : normal;
  line-break : auto;
  font-size : .875rem;
  word-wrap : break-word;
  opacity : 0;
}
.tooltip.show {
  opacity : .9;
}
.tooltip .arrow {
  position : absolute;
  display : block;
  width : .8rem;
  height : .4rem;
}
.tooltip .arrow::before {
  position : absolute;
  content : '';
  border-color : transparent;
  border-style : solid;
}

.bs-tooltip-top,
.bs-tooltip-auto[x-placement^='top'] {
  padding : .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 : .4rem .4rem 0;
  border-top-color : #000000;
}

.bs-tooltip-right,
.bs-tooltip-auto[x-placement^='right'] {
  padding : 0 .4rem;
}
.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^='right'] .arrow {
  left : 0;
  width : .4rem;
  height : .8rem;
}
.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^='right'] .arrow::before {
  right : 0;
  border-width : .4rem .4rem .4rem 0;
  border-right-color : #000000;
}

.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^='bottom'] {
  padding : .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 .4rem .4rem;
  border-bottom-color : #000000;
}

.bs-tooltip-left,
.bs-tooltip-auto[x-placement^='left'] {
  padding : 0 .4rem;
}
.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^='left'] .arrow {
  right : 0;
  width : .4rem;
  height : .8rem;
}
.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^='left'] .arrow::before {
  left : 0;
  border-width : .4rem 0 .4rem .4rem;
  border-left-color : #000000;
}

.tooltip-inner {
  max-width : 200px;
  padding : .25rem .5rem;
  color : #ffffff;
  text-align : center;
  background-color : #000000;
  border-radius : .25rem;
}

.popover {
  position : absolute;
  top : 0;
  left : 0;
  z-index : 1060;
  display : block;
  max-width : 276px;
  font-family : -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  font-style : normal;
  font-weight : 400;
  line-height : 1.5;
  text-align : left;
  text-align : start;
  text-decoration : none;
  text-shadow : none;
  text-transform : none;
  letter-spacing : normal;
  word-break : normal;
  word-spacing : normal;
  white-space : normal;
  line-break : auto;
  font-size : .875rem;
  word-wrap : break-word;
  background-color : #ffffff;
  background-clip : padding-box;
  border : 1px solid rgba(0, 0, 0, .2);
  border-radius : .3rem;
}
.popover .arrow {
  position : absolute;
  display : block;
  width : 1rem;
  height : .5rem;
  margin : 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 : .5rem;
}
.bs-popover-top .arrow,
.bs-popover-auto[x-placement^='top'] .arrow {
  bottom : calc((.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 : .5rem .5rem 0;
}
.bs-popover-top .arrow::before,
.bs-popover-auto[x-placement^='top'] .arrow::before {
  bottom : 0;
  border-top-color : rgba(0, 0, 0, .25);
}

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

.bs-popover-right,
.bs-popover-auto[x-placement^='right'] {
  margin-left : .5rem;
}
.bs-popover-right .arrow,
.bs-popover-auto[x-placement^='right'] .arrow {
  left : calc((.5rem + 1px) * -1);
  width : .5rem;
  height : 1rem;
  margin : .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 : .5rem .5rem .5rem 0;
}
.bs-popover-right .arrow::before,
.bs-popover-auto[x-placement^='right'] .arrow::before {
  left : 0;
  border-right-color : rgba(0, 0, 0, .25);
}

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

.bs-popover-bottom,
.bs-popover-auto[x-placement^='bottom'] {
  margin-top : .5rem;
}
.bs-popover-bottom .arrow,
.bs-popover-auto[x-placement^='bottom'] .arrow {
  top : calc((.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 .5rem .5rem .5rem;
}
.bs-popover-bottom .arrow::before,
.bs-popover-auto[x-placement^='bottom'] .arrow::before {
  top : 0;
  border-bottom-color : rgba(0, 0, 0, .25);
}

.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^='bottom'] .arrow::after {
  top : 1px;
  border-bottom-color : #ffffff;
}
.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 : -.5rem;
  content : '';
  border-bottom : 1px solid #f7f7f7;
}

.bs-popover-left,
.bs-popover-auto[x-placement^='left'] {
  margin-right : .5rem;
}
.bs-popover-left .arrow,
.bs-popover-auto[x-placement^='left'] .arrow {
  right : calc((.5rem + 1px) * -1);
  width : .5rem;
  height : 1rem;
  margin : .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 : .5rem 0 .5rem .5rem;
}
.bs-popover-left .arrow::before,
.bs-popover-auto[x-placement^='left'] .arrow::before {
  right : 0;
  border-left-color : rgba(0, 0, 0, .25);
}

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

.popover-header {
  padding : .5rem .75rem;
  margin-bottom : 0;
  font-size : 1rem;
  color : inherit;
  background-color : #f7f7f7;
  border-bottom : 1px solid #ebebeb;
  border-top-left-radius : calc(.3rem - 1px);
  border-top-right-radius : calc(.3rem - 1px);
}
.popover-header:empty {
  display : none;
}

.popover-body {
  padding : .5rem .75rem;
  color : #212529;
}

.carousel {
  position : relative;
}

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

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

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display : block;
  -webkit-transition : -webkit-transform .6s ease;
  transition : -webkit-transform .6s ease;
  transition : transform .6s ease;
  transition : transform .6s ease, -webkit-transform .6s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .carousel-item.active,
  .carousel-item-next,
  .carousel-item-prev {
    -webkit-transition : none;
    transition : none;
  }
}

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

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

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

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

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

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

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

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

.carousel-control-prev,
.carousel-control-next {
  position : absolute;
  top : 0;
  bottom : 0;
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  -webkit-box-align : center;
      -ms-flex-align : center;
          align-items : center;
  -webkit-box-pack : center;
      -ms-flex-pack : center;
          justify-content : center;
  width : 15%;
  color : #ffffff;
  text-align : center;
  opacity : .5;
}
.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color : #ffffff;
  text-decoration : none;
  outline : 0;
  opacity : .9;
}

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

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

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

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

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

.carousel-indicators {
  position : absolute;
  right : 0;
  bottom : 10px;
  left : 0;
  z-index : 15;
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  -webkit-box-pack : center;
      -ms-flex-pack : center;
          justify-content : center;
  padding-left : 0;
  margin-right : 15%;
  margin-left : 15%;
  list-style : none;
}
.carousel-indicators li {
  position : relative;
  -webkit-box-flex : 0;
      -ms-flex : 0 1 auto;
          flex : 0 1 auto;
  width : 30px;
  height : 3px;
  margin-right : 3px;
  margin-left : 3px;
  text-indent : -999px;
  cursor : pointer;
  background-color : rgba(255, 255, 255, .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 : #ffffff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 480px) {
  .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 : -webkit-box !important;
    display : -ms-flexbox !important;
    display : flex !important;
  }
  .d-sm-inline-flex {
    display : -webkit-inline-box !important;
    display : -ms-inline-flexbox !important;
    display : inline-flex !important;
  }
}

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

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

@media (min-width: 1340px) {
  .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 : -webkit-box !important;
    display : -ms-flexbox !important;
    display : flex !important;
  }
  .d-xl-inline-flex {
    display : -webkit-inline-box !important;
    display : -ms-inline-flexbox !important;
    display : inline-flex !important;
  }
}

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

.embed-responsive {
  position : relative;
  display : block;
  width : 100%;
  padding : 0;
  overflow : hidden;
}
.embed-responsive::before {
  display : block;
  content : '';
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position : absolute;
  top : 0;
  bottom : 0;
  left : 0;
  width : 100%;
  height : 100%;
  border : 0;
}

.embed-responsive-21by9::before {
  padding-top : 42.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 {
  -webkit-box-orient : horizontal !important;
  -webkit-box-direction : normal !important;
      -ms-flex-direction : row !important;
          flex-direction : row !important;
}

.flex-column {
  -webkit-box-orient : vertical !important;
  -webkit-box-direction : normal !important;
      -ms-flex-direction : column !important;
          flex-direction : column !important;
}

.flex-row-reverse {
  -webkit-box-orient : horizontal !important;
  -webkit-box-direction : reverse !important;
      -ms-flex-direction : row-reverse !important;
          flex-direction : row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient : vertical !important;
  -webkit-box-direction : reverse !important;
      -ms-flex-direction : column-reverse !important;
          flex-direction : column-reverse !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 480px) {
  .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: 1024px) {
  .float-lg-left {
    float : left !important;
  }
  .float-lg-right {
    float : right !important;
  }
  .float-lg-none {
    float : none !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

.shadow-sm {
  -webkit-box-shadow : 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
          box-shadow : 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}

.shadow {
  -webkit-box-shadow : 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
          box-shadow : 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

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

.shadow-none {
  -webkit-box-shadow : none !important;
          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 : .25rem !important;
}

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

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

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

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

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

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

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

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

.ml-2,
.mx-2 {
  margin-left : .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 : .25rem !important;
}

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

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

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

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

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

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

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

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

.pl-2,
.px-2 {
  padding-left : .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: 480px) {
  .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 : .25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top : .25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right : .25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom : .25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left : .25rem !important;
  }
  .m-sm-2 {
    margin : .5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top : .5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right : .5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom : .5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left : .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 : .25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top : .25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right : .25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom : .25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left : .25rem !important;
  }
  .p-sm-2 {
    padding : .5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top : .5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right : .5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom : .5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left : .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 : .25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top : .25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right : .25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom : .25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left : .25rem !important;
  }
  .m-md-2 {
    margin : .5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top : .5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right : .5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom : .5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left : .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 : .25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top : .25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right : .25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom : .25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left : .25rem !important;
  }
  .p-md-2 {
    padding : .5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top : .5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right : .5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom : .5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left : .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: 1024px) {
  .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 : .25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top : .25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right : .25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom : .25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left : .25rem !important;
  }
  .m-lg-2 {
    margin : .5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top : .5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right : .5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom : .5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left : .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 : .25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top : .25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right : .25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom : .25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left : .25rem !important;
  }
  .p-lg-2 {
    padding : .5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top : .5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right : .5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom : .5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left : .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: 1340px) {
  .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 : .25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top : .25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right : .25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom : .25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left : .25rem !important;
  }
  .m-xl-2 {
    margin : .5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top : .5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right : .5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom : .5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left : .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 : .25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top : .25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right : .25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom : .25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left : .25rem !important;
  }
  .p-xl-2 {
    padding : .5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top : .5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right : .5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom : .5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left : .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: 480px) {
  .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: 1024px) {
  .text-lg-left {
    text-align : left !important;
  }
  .text-lg-right {
    text-align : right !important;
  }
  .text-lg-center {
    text-align : center !important;
  }
}

@media (min-width: 1340px) {
  .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 : #ffffff !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-black-50 {
  color : rgba(0, 0, 0, .5) !important;
}

.text-white-50 {
  color : rgba(255, 255, 255, .5) !important;
}

.text-hide {
  font : 0/0 a;
  color : transparent;
  text-shadow : none;
  background-color : transparent;
  border : 0;
}

.visible {
  visibility : visible !important;
}

.invisible {
  visibility : hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow : none !important;
    -webkit-box-shadow : none !important;
            box-shadow : none !important;
  }
  a:not(.btn) {
    text-decoration : underline;
  }
  abbr[title]::after {
    content : ' (' attr(title) ')';
  }
  pre {
    white-space : pre-wrap !important;
  }
  pre,
  blockquote {
    border : 1px solid #adb5bd;
    page-break-inside : avoid;
  }
  thead {
    display : table-header-group;
  }
  tr,
  img {
    page-break-inside : avoid;
  }
  p,
  h2,
  h3 {
    orphans : 3;
    widows : 3;
  }
  h2,
  h3 {
    page-break-after : avoid;
  }
  @page {
    size : a3;
  }
  body {
    min-width : 992px !important;
  }
  .container {
    min-width : 992px !important;
  }
  .navbar {
    display : none;
  }
  .badge {
    border : 1px solid #000000;
  }
  .table {
    border-collapse : collapse !important;
  }
  .table td,
  .table th {
    background-color : #ffffff !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;
  }
}

@-webkit-keyframes bs-notify-fadeOut {
  0% {
    opacity : .9;
  }
  100% {
    opacity : 0;
  }
}

@keyframes bs-notify-fadeOut {
  0% {
    opacity : .9;
  }
  100% {
    opacity : 0;
  }
}

select.bs-select-hidden,
.bootstrap-select > select.bs-select-hidden,
select.selectpicker {
  display : none !important;
}

.bootstrap-select {
  width : 220px \0;
  /*IE9 and below*/
  vertical-align : middle;
}
.bootstrap-select > .dropdown-toggle {
  position : relative;
  width : 100%;
  text-align : right;
  white-space : nowrap;
  display : -webkit-inline-box;
  display : -ms-inline-flexbox;
  display : inline-flex;
  -webkit-box-align : center;
      -ms-flex-align : center;
          align-items : center;
  -webkit-box-pack : justify;
      -ms-flex-pack : justify;
          justify-content : space-between;
}
.bootstrap-select > .dropdown-toggle:after {
  margin-top : -1px;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color : #999999;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:active {
  color : rgba(255, 255, 255, .5);
}
.bootstrap-select > select {
  position : absolute !important;
  bottom : 0;
  left : 50%;
  display : block !important;
  width : .5px !important;
  height : 100% !important;
  padding : 0 !important;
  opacity : 0 !important;
  border : none;
  z-index : 0 !important;
}
.bootstrap-select > select.mobile-device {
  top : 0;
  left : 0;
  display : block !important;
  width : 100% !important;
  z-index : 2 !important;
}
.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle,
.bootstrap-select.is-invalid .dropdown-toggle,
.was-validated .bootstrap-select select:invalid + .dropdown-toggle {
  border-color : #b94a48;
}
.bootstrap-select.is-valid .dropdown-toggle,
.was-validated .bootstrap-select select:valid + .dropdown-toggle {
  border-color : #28a745;
}
.bootstrap-select.fit-width {
  width : auto !important;
}
.bootstrap-select:not([class*='col-']):not([class*='form-control']):not(.input-group-btn) {
  width : 220px;
}
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle,
.bootstrap-select .dropdown-toggle:focus {
  outline : thin dotted #333333 !important;
  outline : 5px auto -webkit-focus-ring-color !important;
  outline-offset : -2px;
}

.bootstrap-select.form-control {
  margin-bottom : 0;
  padding : 0;
  border : none;
  height : auto;
}
:not(.input-group) > .bootstrap-select.form-control:not([class*='col-']) {
  width : 100%;
}
.bootstrap-select.form-control.input-group-btn {
  float : none;
  z-index : auto;
}

.form-inline .bootstrap-select,
.form-inline .bootstrap-select.form-control:not([class*='col-']) {
  width : auto;
}

.bootstrap-select:not(.input-group-btn),
.bootstrap-select[class*='col-'] {
  float : none;
  display : inline-block;
  margin-left : 0;
}

.bootstrap-select.dropdown-menu-right,
.bootstrap-select[class*='col-'].dropdown-menu-right,
.row .bootstrap-select[class*='col-'].dropdown-menu-right {
  float : right;
}

.form-inline .bootstrap-select,
.form-horizontal .bootstrap-select,
.form-group .bootstrap-select {
  margin-bottom : 0;
}

.form-group-lg .bootstrap-select.form-control,
.form-group-sm .bootstrap-select.form-control {
  padding : 0;
}
.form-group-lg .bootstrap-select.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.form-control .dropdown-toggle {
  height : 100%;
  font-size : inherit;
  line-height : inherit;
  border-radius : inherit;
}

.bootstrap-select.form-control-sm .dropdown-toggle,
.bootstrap-select.form-control-lg .dropdown-toggle {
  font-size : inherit;
  line-height : inherit;
  border-radius : inherit;
}

.bootstrap-select.form-control-sm .dropdown-toggle {
  padding : .25rem .5rem;
}

.bootstrap-select.form-control-lg .dropdown-toggle {
  padding : .5rem 1rem;
}

.form-inline .bootstrap-select .form-control {
  width : 100%;
}

.bootstrap-select.disabled,
.bootstrap-select > .disabled {
  cursor : not-allowed;
}
.bootstrap-select.disabled:focus,
.bootstrap-select > .disabled:focus {
  outline : none !important;
}

.bootstrap-select.bs-container {
  position : absolute;
  top : 0;
  left : 0;
  height : 0 !important;
  padding : 0 !important;
}
.bootstrap-select.bs-container .dropdown-menu {
  z-index : 1060;
}

.bootstrap-select .dropdown-toggle .filter-option {
  position : static;
  top : 0;
  left : 0;
  float : left;
  height : 100%;
  width : 100%;
  text-align : left;
  overflow : hidden;
  -webkit-box-flex : 0;
      -ms-flex : 0 1 auto;
          flex : 0 1 auto;
}
.bs3.bootstrap-select .dropdown-toggle .filter-option {
  padding-right : inherit;
}
.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option {
  position : absolute;
  padding-top : inherit;
  padding-bottom : inherit;
  padding-left : inherit;
  float : none;
}
.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner {
  padding-right : inherit;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  overflow : hidden;
}

.bootstrap-select .dropdown-toggle .filter-expand {
  width : 0 !important;
  float : left;
  opacity : 0 !important;
  overflow : hidden;
}

.bootstrap-select .dropdown-toggle .caret {
  position : absolute;
  top : 50%;
  right : 12px;
  margin-top : -2px;
  vertical-align : middle;
}

.input-group .bootstrap-select.form-control .dropdown-toggle {
  border-radius : inherit;
}

.bootstrap-select[class*='col-'] .dropdown-toggle {
  width : 100%;
}

.bootstrap-select .dropdown-menu {
  min-width : 100%;
  -webkit-box-sizing : border-box;
          box-sizing : border-box;
}
.bootstrap-select .dropdown-menu > .inner:focus {
  outline : none !important;
}
.bootstrap-select .dropdown-menu.inner {
  position : static;
  float : none;
  border : 0;
  padding : 0;
  margin : 0;
  border-radius : 0;
  -webkit-box-shadow : none;
          box-shadow : none;
}
.bootstrap-select .dropdown-menu li {
  position : relative;
}
.bootstrap-select .dropdown-menu li.active small {
  color : rgba(255, 255, 255, .5) !important;
}
.bootstrap-select .dropdown-menu li.disabled a {
  cursor : not-allowed;
}
.bootstrap-select .dropdown-menu li a {
  cursor : pointer;
  -webkit-user-select : none;
     -moz-user-select : none;
      -ms-user-select : none;
          user-select : none;
}
.bootstrap-select .dropdown-menu li a.opt {
  position : relative;
  padding-left : 2.25em;
}
.bootstrap-select .dropdown-menu li a span.check-mark {
  display : none;
}
.bootstrap-select .dropdown-menu li a span.text {
  display : inline-block;
}
.bootstrap-select .dropdown-menu li small {
  padding-left : .5em;
}
.bootstrap-select .dropdown-menu .notify {
  position : absolute;
  bottom : 5px;
  width : 96%;
  margin : 0 2%;
  min-height : 26px;
  padding : 3px 5px;
  background : whitesmoke;
  border : 1px solid #e3e3e3;
  -webkit-box-shadow : inset 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow : inset 0 1px 1px rgba(0, 0, 0, .05);
  pointer-events : none;
  opacity : .9;
  -webkit-box-sizing : border-box;
          box-sizing : border-box;
}
.bootstrap-select .dropdown-menu .notify.fadeOut {
  -webkit-animation : 300ms linear 750ms forwards bs-notify-fadeOut;
          animation : 300ms linear 750ms forwards bs-notify-fadeOut;
}

.bootstrap-select .no-results {
  padding : 3px;
  background : #f5f5f5;
  margin : 0 5px;
  white-space : nowrap;
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option {
  position : static;
  display : inline;
  padding : 0;
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
  display : inline;
}

.bootstrap-select.fit-width .dropdown-toggle .bs-caret:before {
  content : '\00a0';
}

.bootstrap-select.fit-width .dropdown-toggle .caret {
  position : static;
  top : auto;
  margin-top : -1px;
}

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  position : absolute;
  display : inline-block;
  right : 15px;
  top : 5px;
}

.bootstrap-select.show-tick .dropdown-menu li a span.text {
  margin-right : 34px;
}

.bootstrap-select .bs-ok-default:after {
  content : '';
  display : block;
  width : .5em;
  height : 1em;
  border-style : solid;
  border-width : 0 .26em .26em 0;
  -webkit-transform : rotate(45deg);
          transform : rotate(45deg);
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle {
  z-index : 1061;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
  content : '';
  border-left : 7px solid transparent;
  border-right : 7px solid transparent;
  border-bottom : 7px solid rgba(204, 204, 204, .2);
  position : absolute;
  bottom : -4px;
  left : 9px;
  display : none;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
  content : '';
  border-left : 6px solid transparent;
  border-right : 6px solid transparent;
  border-bottom : 6px solid white;
  position : absolute;
  bottom : -4px;
  left : 10px;
  display : none;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
  bottom : auto;
  top : -4px;
  border-top : 7px solid rgba(204, 204, 204, .2);
  border-bottom : 0;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
  bottom : auto;
  top : -4px;
  border-top : 6px solid white;
  border-bottom : 0;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
  right : 12px;
  left : auto;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
  right : 13px;
  left : auto;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:after,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:after {
  display : block;
}

.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding : 4px 8px;
}

.bs-actionsbox {
  width : 100%;
  -webkit-box-sizing : border-box;
          box-sizing : border-box;
}
.bs-actionsbox .btn-group button {
  width : 50%;
}

.bs-donebutton {
  float : left;
  width : 100%;
  -webkit-box-sizing : border-box;
          box-sizing : border-box;
}
.bs-donebutton .btn-group button {
  width : 100%;
}

.bs-searchbox + .bs-actionsbox {
  padding : 0 8px 4px;
}

.bs-searchbox .form-control {
  margin-bottom : 0;
  width : 100%;
  float : none;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding : 0;
  margin : 0;
  border : 0;
  outline : none;
  vertical-align : top;
}

.fancybox-wrap {
  position : absolute;
  top : 0;
  left : 0;
  z-index : 8020;
}

.fancybox-skin {
  position : relative;
  background : #f9f9f9;
  color : #444444;
  text-shadow : none;
  border-radius : 4px;
}

.fancybox-opened {
  z-index : 8030;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow : 0 10px 25px rgba(0, 0, 0, .5);
          box-shadow : 0 10px 25px rgba(0, 0, 0, .5);
}

.fancybox-outer,
.fancybox-inner {
  position : relative;
}

.fancybox-inner {
  overflow : hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling : touch;
}

.fancybox-error {
  color : #444444;
  font : 14px/20px 'Helvetica Neue',Helvetica,Arial,sans-serif;
  margin : 0;
  padding : 15px;
  white-space : nowrap;
}

.fancybox-image,
.fancybox-iframe {
  display : block;
  width : 100%;
  height : 100%;
}

.fancybox-image {
  max-width : 100%;
  max-height : 100%;
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image : url('../img/fancybox_sprite.png');
}

#fancybox-loading {
  position : fixed;
  top : 50%;
  left : 50%;
  margin-top : -22px;
  margin-left : -22px;
  background-position : 0 -108px;
  opacity : .8;
  cursor : pointer;
  z-index : 8060;
}

#fancybox-loading div {
  width : 44px;
  height : 44px;
  background : url('../img/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
  position : absolute;
  top : -18px;
  right : -18px;
  width : 36px;
  height : 36px;
  cursor : pointer;
  z-index : 8040;
}

.fancybox-nav {
  position : absolute;
  top : 0;
  width : 40%;
  height : 100%;
  cursor : pointer;
  text-decoration : none;
  background : transparent url('../img/blank.gif');
  /* helps IE */
  -webkit-tap-highlight-color : rgba(0, 0, 0, 0);
  z-index : 8040;
}

.fancybox-prev {
  left : 0;
}

.fancybox-next {
  right : 0;
}

.fancybox-nav span {
  position : absolute;
  top : 50%;
  width : 36px;
  height : 34px;
  margin-top : -18px;
  cursor : pointer;
  z-index : 8040;
  visibility : hidden;
}

.fancybox-prev span {
  left : 10px;
  background-position : 0 -36px;
}

.fancybox-next span {
  right : 10px;
  background-position : 0 -72px;
}

.fancybox-nav:hover span {
  visibility : visible;
}

.fancybox-tmp {
  position : absolute;
  top : -99999px;
  left : -99999px;
  max-width : 99999px;
  max-height : 99999px;
  overflow : visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow : visible !important;
  width : auto;
}

.fancybox-lock body {
  overflow : hidden !important;
}

.fancybox-lock-test {
  overflow-y : hidden !important;
}

.fancybox-overlay {
  position : absolute;
  top : 0;
  left : 0;
  overflow : hidden;
  display : none;
  z-index : 8010;
  background : url('../img/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
  position : fixed;
  bottom : 0;
  right : 0;
}

.fancybox-lock .fancybox-overlay {
  overflow : auto;
  overflow-y : scroll;
}

/* Title helper */
.fancybox-title {
  visibility : hidden;
  font : normal 13px/20px 'Helvetica Neue',Helvetica,Arial,sans-serif;
  position : relative;
  text-shadow : none;
  z-index : 8050;
}

.fancybox-opened .fancybox-title {
  visibility : visible;
}

.fancybox-title-float-wrap {
  position : absolute;
  bottom : 0;
  right : 50%;
  margin-bottom : -35px;
  z-index : 8050;
  text-align : center;
}

.fancybox-title-float-wrap .child {
  display : inline-block;
  margin-right : -100%;
  padding : 2px 20px;
  background : transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background : rgba(0, 0, 0, .8);
  border-radius : 15px;
  text-shadow : 0 1px 2px #222222;
  color : #ffffff;
  font-weight : bold;
  line-height : 24px;
  white-space : nowrap;
}

.fancybox-title-outside-wrap {
  position : relative;
  margin-top : 10px;
  color : #ffffff;
}

.fancybox-title-inside-wrap {
  padding-top : 10px;
}

.fancybox-title-over-wrap {
  position : absolute;
  bottom : 0;
  left : 0;
  color : #ffffff;
  padding : 10px;
  background : #000000;
  background : rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    background-image : url('../img/fancybox_sprite@2x.png');
    background-size : 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
  #fancybox-loading div {
    background-image : url('../img/fancybox_loading@2x.gif');
    background-size : 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}

.noty_layout_mixin,
#noty_layout__top,
#noty_layout__topLeft,
#noty_layout__topCenter,
#noty_layout__topRight,
#noty_layout__bottom,
#noty_layout__bottomLeft,
#noty_layout__bottomCenter,
#noty_layout__bottomRight,
#noty_layout__center,
#noty_layout__centerLeft,
#noty_layout__centerRight {
  position : fixed;
  margin : 0;
  padding : 0;
  z-index : 9999999;
  -webkit-transform : translateZ(0) scale(1, 1);
          transform : translateZ(0) scale(1, 1);
  -webkit-backface-visibility : hidden;
          backface-visibility : hidden;
  -webkit-font-smoothing : subpixel-antialiased;
          filter : blur(0);
  -webkit-filter : blur(0);
  max-width : 90%;
}

#noty_layout__top {
  top : 0;
  left : 5%;
  width : 90%;
}

#noty_layout__topLeft {
  top : 20px;
  left : 20px;
  width : 325px;
}

#noty_layout__topCenter {
  top : 5%;
  left : 50%;
  width : 325px;
  -webkit-transform : translate(calc(-50% - .5px)) translateZ(0) scale(1, 1);
          transform : translate(calc(-50% - .5px)) translateZ(0) scale(1, 1);
}

#noty_layout__topRight {
  top : 20px;
  right : 20px;
  width : 325px;
}

#noty_layout__bottom {
  bottom : 0;
  left : 5%;
  width : 90%;
}

#noty_layout__bottomLeft {
  bottom : 20px;
  left : 20px;
  width : 325px;
}

#noty_layout__bottomCenter {
  bottom : 5%;
  left : 50%;
  width : 325px;
  -webkit-transform : translate(calc(-50% - .5px)) translateZ(0) scale(1, 1);
          transform : translate(calc(-50% - .5px)) translateZ(0) scale(1, 1);
}

#noty_layout__bottomRight {
  bottom : 20px;
  right : 20px;
  width : 325px;
}

#noty_layout__center {
  top : 50%;
  left : 50%;
  width : 325px;
  -webkit-transform : translate(calc(-50% - .5px), calc(-50% - .5px)) translateZ(0) scale(1, 1);
          transform : translate(calc(-50% - .5px), calc(-50% - .5px)) translateZ(0) scale(1, 1);
}

#noty_layout__centerLeft {
  top : 50%;
  left : 20px;
  width : 325px;
  -webkit-transform : translate(0, calc(-50% - .5px)) translateZ(0) scale(1, 1);
          transform : translate(0, calc(-50% - .5px)) translateZ(0) scale(1, 1);
}

#noty_layout__centerRight {
  top : 50%;
  right : 20px;
  width : 325px;
  -webkit-transform : translate(0, calc(-50% - .5px)) translateZ(0) scale(1, 1);
          transform : translate(0, calc(-50% - .5px)) translateZ(0) scale(1, 1);
}

.noty_progressbar {
  display : none;
}

.noty_has_timeout.noty_has_progressbar .noty_progressbar {
  display : block;
  position : absolute;
  left : 0;
  bottom : 0;
  height : 3px;
  width : 100%;
  background-color : #646464;
  opacity : .2;
  filter : alpha(opacity=10);
}

.noty_bar {
  -webkit-backface-visibility : hidden;
  -webkit-transform : translate(0, 0) translateZ(0) scale(1, 1);
          transform : translate(0, 0) scale(1, 1);
  -webkit-font-smoothing : subpixel-antialiased;
  overflow : hidden;
}

.noty_effects_open {
  opacity : 0;
  -webkit-transform : translate(50%);
          transform : translate(50%);
  -webkit-animation : noty_anim_in .5s cubic-bezier(.68, -.55, .265, 1.55);
          animation : noty_anim_in .5s cubic-bezier(.68, -.55, .265, 1.55);
  -webkit-animation-fill-mode : forwards;
          animation-fill-mode : forwards;
}

.noty_effects_close {
  -webkit-animation : noty_anim_out .5s cubic-bezier(.68, -.55, .265, 1.55);
          animation : noty_anim_out .5s cubic-bezier(.68, -.55, .265, 1.55);
  -webkit-animation-fill-mode : forwards;
          animation-fill-mode : forwards;
}

.noty_fix_effects_height {
  -webkit-animation : noty_anim_height 75ms ease-out;
          animation : noty_anim_height 75ms ease-out;
}

.noty_close_with_click {
  cursor : pointer;
}

.noty_close_button {
  position : absolute;
  top : 2px;
  right : 2px;
  font-weight : bold;
  width : 20px;
  height : 20px;
  text-align : center;
  line-height : 20px;
  background-color : rgba(0, 0, 0, .05);
  border-radius : 2px;
  cursor : pointer;
  -webkit-transition : all .2s ease-out;
  transition : all .2s ease-out;
}

.noty_close_button:hover {
  background-color : rgba(0, 0, 0, .1);
}

.noty_modal {
  position : fixed;
  width : 100%;
  height : 100%;
  background-color : #000000;
  z-index : 10000;
  opacity : .3;
  left : 0;
  top : 0;
}

.noty_modal.noty_modal_open {
  opacity : 0;
  -webkit-animation : noty_modal_in .3s ease-out;
          animation : noty_modal_in .3s ease-out;
}

.noty_modal.noty_modal_close {
  -webkit-animation : noty_modal_out .3s ease-out;
          animation : noty_modal_out .3s ease-out;
  -webkit-animation-fill-mode : forwards;
          animation-fill-mode : forwards;
}

@-webkit-keyframes noty_modal_in {
  100% {
    opacity : .3;
  }
}

@keyframes noty_modal_in {
  100% {
    opacity : .3;
  }
}

@-webkit-keyframes noty_modal_out {
  100% {
    opacity : 0;
  }
}

@keyframes noty_modal_out {
  100% {
    opacity : 0;
  }
}

@keyframes noty_modal_out {
  100% {
    opacity : 0;
  }
}

@-webkit-keyframes noty_anim_in {
  100% {
    -webkit-transform : translate(0);
            transform : translate(0);
    opacity : 1;
  }
}

@keyframes noty_anim_in {
  100% {
    -webkit-transform : translate(0);
            transform : translate(0);
    opacity : 1;
  }
}

@-webkit-keyframes noty_anim_out {
  100% {
    -webkit-transform : translate(50%);
            transform : translate(50%);
    opacity : 0;
  }
}

@keyframes noty_anim_out {
  100% {
    -webkit-transform : translate(50%);
            transform : translate(50%);
    opacity : 0;
  }
}

@-webkit-keyframes noty_anim_height {
  100% {
    height : 0;
  }
}

@keyframes noty_anim_height {
  100% {
    height : 0;
  }
}

.noty_theme__bootstrap-v4.noty_bar {
  margin : 4px 0;
  overflow : hidden;
  position : relative;
  border : 1px solid transparent;
  border-radius : .25rem;
}
.noty_theme__bootstrap-v4.noty_bar .noty_body {
  padding : .75rem 1.25rem;
}
.noty_theme__bootstrap-v4.noty_bar .noty_buttons {
  padding : 10px;
}
.noty_theme__bootstrap-v4.noty_bar .noty_close_button {
  font-size : 1.5rem;
  font-weight : 700;
  line-height : 1;
  color : #000000;
  text-shadow : 0 1px 0 #ffffff;
  filter : alpha(opacity=20);
  opacity : .5;
  background : transparent;
}
.noty_theme__bootstrap-v4.noty_bar .noty_close_button:hover {
  background : transparent;
  text-decoration : none;
  cursor : pointer;
  filter : alpha(opacity=50);
  opacity : .75;
}

.noty_theme__bootstrap-v4.noty_type__alert,
.noty_theme__bootstrap-v4.noty_type__notification {
  background-color : #ffffff;
  color : inherit;
}

.noty_theme__bootstrap-v4.noty_type__warning {
  background-color : #fcf8e3;
  color : #8a6d3b;
  border-color : #faebcc;
}

.noty_theme__bootstrap-v4.noty_type__error {
  background-color : #f2dede;
  color : #a94442;
  border-color : #ebccd1;
}

.noty_theme__bootstrap-v4.noty_type__info,
.noty_theme__bootstrap-v4.noty_type__information {
  background-color : #d9edf7;
  color : #31708f;
  border-color : #bce8f1;
}

.noty_theme__bootstrap-v4.noty_type__success {
  background-color : #dff0d8;
  color : #3c763d;
  border-color : #d6e9c6;
}

/* Slider */
.slick-slider {
  position : relative;
  display : block;
  -webkit-box-sizing : border-box;
          box-sizing : border-box;
  -webkit-touch-callout : none;
  -webkit-user-select : none;
     -moz-user-select : none;
      -ms-user-select : none;
          user-select : none;
  -ms-touch-action : pan-y;
      touch-action : pan-y;
  -webkit-tap-highlight-color : transparent;
}

.slick-list {
  position : relative;
  overflow : hidden;
  display : block;
  margin : 0;
  padding : 0;
}
.slick-list:focus {
  outline : none;
}
.slick-list.dragging {
  cursor : pointer;
  cursor : hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform : translate3d(0, 0, 0);
          transform : translate3d(0, 0, 0);
}

.slick-track {
  position : relative;
  left : 0;
  top : 0;
  display : block;
  margin-left : auto;
  margin-right : auto;
}
.slick-track:before,
.slick-track:after {
  content : '';
  display : table;
}
.slick-track:after {
  clear : both;
}
.slick-loading .slick-track {
  visibility : hidden;
}

.slick-slide {
  float : left;
  height : 100%;
  min-height : 1px;
  display : none;
}
[dir='rtl'] .slick-slide {
  float : right;
}
.slick-slide img {
  display : block;
}
.slick-slide.slick-loading img {
  display : none;
}
.slick-slide.dragging img {
  pointer-events : none;
}
.slick-initialized .slick-slide {
  display : block;
}
.slick-loading .slick-slide {
  visibility : hidden;
}
.slick-vertical .slick-slide {
  display : block;
  height : auto;
  border : 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display : none;
}

/* Slider */
.slick-loading .slick-list {
  background : #ffffff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face {
  font-family : 'slick';
  src : url('./fonts/slick.eot');
  src : url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
  font-weight : normal;
  font-style : normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position : absolute;
  display : block;
  height : 20px;
  width : 20px;
  line-height : 0;
  font-size : 0;
  cursor : pointer;
  background : transparent;
  color : transparent;
  top : 50%;
  -webkit-transform : translate(0, -50%);
          transform : translate(0, -50%);
  padding : 0;
  border : none;
  outline : none;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline : none;
  background : transparent;
  color : transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity : 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity : .25;
}
.slick-prev:before,
.slick-next:before {
  font-family : 'slick';
  font-size : 20px;
  line-height : 1;
  color : white;
  opacity : .75;
  -webkit-font-smoothing : antialiased;
  -moz-osx-font-smoothing : grayscale;
}

.slick-prev {
  left : -25px;
}
[dir='rtl'] .slick-prev {
  left : auto;
  right : -25px;
}
.slick-prev:before {
  content : '←';
}
[dir='rtl'] .slick-prev:before {
  content : '→';
}

.slick-next {
  right : -25px;
}
[dir='rtl'] .slick-next {
  left : -25px;
  right : auto;
}
.slick-next:before {
  content : '→';
}
[dir='rtl'] .slick-next:before {
  content : '←';
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom : 30px;
}

.slick-dots {
  position : absolute;
  bottom : -25px;
  list-style : none;
  display : block;
  text-align : center;
  padding : 0;
  margin : 0;
  width : 100%;
}
.slick-dots li {
  position : relative;
  display : inline-block;
  height : 20px;
  width : 20px;
  margin : 0 5px;
  padding : 0;
  cursor : pointer;
}
.slick-dots li button {
  border : 0;
  background : transparent;
  display : block;
  height : 20px;
  width : 20px;
  outline : none;
  line-height : 0;
  font-size : 0;
  color : transparent;
  padding : 5px;
  cursor : pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline : none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity : 1;
}
.slick-dots li button:before {
  position : absolute;
  top : 0;
  left : 0;
  content : '•';
  width : 20px;
  height : 20px;
  font-family : 'slick';
  font-size : 6px;
  line-height : 20px;
  text-align : center;
  color : black;
  opacity : .25;
  -webkit-font-smoothing : antialiased;
  -moz-osx-font-smoothing : grayscale;
}
.slick-dots li.slick-active button:before {
  color : black;
  opacity : .75;
}

/* Fonts */
/* Colors */
/* Marging */
/* Padding */
.no-padding {
  padding : 0;
}

hr {
  border-top : 2px solid #004774;
}

button,
.btn {
  -webkit-appearance : none;
          -moz-appearance : none;
       appearance : none;
  border : none;
  background : none;
  cursor : pointer;
  border-radius : 0;
}

.form-inline .form-control {
  border-radius : 0;
}

button:focus,
.btn:focus,
.form-inline input.form-control:focus {
  outline : none;
  -webkit-box-shadow : none;
          box-shadow : none;
}

button:focus-visible,
.btn:focus-visible,
.form-inline input.form-control:focus-visible {
  outline : -webkit-focus-ring-color auto 1px;
}

.border-light-blue {
  border-color : #00bcf4 !important;
  color : #00bcf4 !important;
}
.border-light-blue:hover {
  color : #ffffff !important;
  background-color : #00bcf4 !important;
}

.border-medium-blue {
  border-color : #005cbc !important;
  color : #005cbc !important;
}
.border-medium-blue:hover {
  color : #ffffff !important;
  background-color : #005cbc !important;
}

.border-blue {
  border-color : #2038b4 !important;
  color : #2038b4 !important;
}
.border-blue:hover {
  color : #ffffff !important;
  background-color : #2038b4 !important;
}

.border-orange {
  border-color : #db5e12 !important;
  color : #db5e12 !important;
}
.border-orange:hover {
  color : #ffffff !important;
  background-color : #db5e12 !important;
}

.border-red {
  border-color : #d83320 !important;
  color : #d83320 !important;
}
.border-red:hover {
  color : #ffffff !important;
  background-color : #d83320 !important;
}

.border-yellow {
  border-color : #fab836 !important;
  color : #fab836 !important;
}
.border-yellow:hover {
  color : #ffffff !important;
  background-color : #fab836 !important;
}

/* widget RS */
.addthis-smartlayers,
div#at4-follow,
div#at4-share,
div#at4-thankyou,
div#at4-whatsnext {
  right : -1px;
  z-index : 1030;
}

.atss.atss-right a {
  border : 1px solid transparent;
  background-color : transparent;
}

@media (max-width: 1023.98px) {
  .addthis-smartlayers,
  div#at4-thankyou {
    display : none;
  }
}

.hp .addthis-smartlayers,
.hp div#at4-thankyou {
  display : none;
}

/* back to top */
.wrapper-scroll-top {
  position : fixed;
  bottom : 30px;
  z-index : 2;
  right : 0;
  opacity : 1;
  -webkit-transition : opacity .4s ease;
  transition : opacity .4s ease;
}
@media print {
  .wrapper-scroll-top {
    display : none;
  }
}
.wrapper-scroll-top.hidden {
  opacity : 0;
  pointer-events : none;
}
.wrapper-scroll-top .scroll-top {
  width : 48px;
  height : 48px;
  background-color : #1d1d1b;
  font-size : 16px;
  color : #ffffff;
  line-height : 50px;
  margin-right : 12px;
  padding-top : 2px;
  opacity : .9;
}

.hp .wrapper-scroll-top {
  display : none;
}

/* breadcrumb */
.breadcrumb {
  padding : 0 0 19px;
  margin-bottom : 33px;
  background-color : transparent;
  border-radius : 0;
  -webkit-box-pack : center;
      -ms-flex-pack : center;
          justify-content : center;
  font-size : .79em;
  color : #818181;
}
@media (max-width: 1023.98px) {
  .breadcrumb {
    font-size : 1.098em;
  }
}
@media (max-width: 1023.98px) and (max-width: 767.98px) {
  .breadcrumb {
    font-size : .835em;
  }
}
.breadcrumb a {
  color : #818181;
  text-decoration : none;
}
.breadcrumb .separator {
  margin : 0 5px;
}
@media (max-width: 1023.98px) {
  .breadcrumb {
    padding : 38px 0 29px;
    margin-bottom : 25px;
    border-width : 4px;
  }
  .breadcrumb .separator {
    margin : 0 10px;
  }
}
@media (max-width: 767.98px) {
  .breadcrumb {
    padding : 9px 0 13px;
    margin-bottom : 10px;
    border-width : 2px;
  }
  .breadcrumb .separator {
    margin : 0 6px;
  }
}

/* title page */
.title-page {
  margin-bottom : 15px !important;
  color : #00bcf4;
  text-align : center;
  line-height : 1.5em;
  letter-spacing : 2px;
  margin : auto;
}
@media (max-width: 1023.98px) {
  .title-page {
    margin-bottom : 40px !important;
  }
}
@media (max-width: 767.98px) {
  .title-page {
    margin-bottom : 22px !important;
  }
}
.title-page.title-highlighted {
  color : #df5512;
}
.title-page.h1 {
  font-size : 38px !important;
  font-weight : 500 !important;
  line-height : 48px;
}
@media (max-width: 767.98px) {
  .title-page.h1 {
    font-size : 24px !important;
    font-weight : 600 !important;
    margin-top : 30px;
    line-height : 30px;
  }
}

/* Accordion default style */
.wrapper-accordion .card {
  background-color : transparent;
  border : none;
  border-radius : 0;
}
.wrapper-accordion .card .card-header {
  padding : 0;
  border : 0;
  border-radius : 0;
}
.wrapper-accordion .card .card-header .btn-accordion {
  width : 100%;
}
@media print {
  .wrapper-accordion .card .collapse:not(.show) {
    display : block;
  }
}
.wrapper-accordion .card .card-body {
  padding : 0;
}

/* contenue wysiwyg */
.wysiwyg {
  word-wrap : break-word;
  font-size : .79em;
  line-height : 27px;
}
@media (max-width: 1023.98px) {
  .wysiwyg {
    font-size : 1.098em;
  }
}
@media (max-width: 1023.98px) and (max-width: 767.98px) {
  .wysiwyg {
    font-size : .835em;
  }
}
.wysiwyg * {
  font-weight : 500;
}
.wysiwyg b,
.wysiwyg strong {
  font-weight : 700;
}
.wysiwyg b em,
.wysiwyg strong em {
  font-weight : 700;
}
.wysiwyg h2,
.wysiwyg h3 {
  font-size : 2.353em;
  font-weight : normal;
  text-transform : none;
  margin-top : 20px;
}
.wysiwyg a {
  color : #004774;
}
.wysiwyg img {
  max-width : 100%;
}
.wysiwyg p {
  font-size : 20px;
  font-weight : 400;
  margin-bottom : 0;
}
.wysiwyg ul:not(.social-bar) {
  font-size : 1.2em;
  margin-bottom : 36px;
}
.wysiwyg ul:not(.social-bar) li {
  position : relative;
  padding-left : 7px;
  margin-bottom : 5px;
}
.wysiwyg ul:not(.social-bar) li::before {
  content : '';
  position : absolute;
  left : 0;
  top : 13px;
  display : inline-block;
  width : 2px;
  height : 2px;
  background-color : #004774;
}
.wysiwyg ul:not(.social-bar) li ul {
  font-size : 1em;
}
.wysiwyg ol {
  font-size : 1.2em;
  margin-left : 15px;
}
.wysiwyg table td {
  padding : 6px;
}
@media (max-width: 1023.98px) {
  .wysiwyg {
    line-height : 37px;
  }
  .wysiwyg h2,
  .wysiwyg h3 {
    margin-bottom : 12px;
    font-size : 2.143em;
  }
  .wysiwyg p {
    font-size : .9em;
    line-height : 1.6;
  }
  .wysiwyg ul:not(.social-bar) {
    margin-bottom : 50px;
  }
  .wysiwyg ul:not(.social-bar) li {
    padding-left : 10px;
    margin-bottom : 8px;
  }
  .wysiwyg ul:not(.social-bar) li::before {
    top : 17px;
    width : 3px;
    height : 3px;
  }
}
@media (max-width: 767.98px) {
  .wysiwyg {
    line-height : 16px;
  }
  .wysiwyg h2,
  .wysiwyg h3 {
    font-size : 1.5em;
  }
  .wysiwyg p {
    font-size : 16px;
    line-height : 1.6;
  }
  .wysiwyg ul:not(.social-bar) {
    margin-bottom : 38px;
  }
  .wysiwyg ul:not(.social-bar) li {
    padding-left : 8px;
    margin-bottom : 1px;
  }
  .wysiwyg ul:not(.social-bar) li::before {
    top : 8px;
    width : 2px;
    height : 2px;
  }
}

.noty_bar {
  width : 370px !important;
}

.video-container,
.pdf-container {
  margin : 0 auto;
}

.pdf-container {
  margin-bottom : 10px;
}
.pdf-container .embed-responsive {
  overflow : initial;
}

/* Icons */
@font-face {
  font-family : 'icomoon';
  src : url('../fonts/icomoon/icomoon.eot?jtwx3s');
  src : url('../fonts/icomoon/icomoon.eot?jtwx3s#iefix') format('embedded-opentype'), url('../fonts/icomoon/icomoon.ttf?jtwx3s') format('truetype'), url('../fonts/icomoon/icomoon.woff?jtwx3s') format('woff'), url('../fonts/icomoon/icomoon.svg?jtwx3s#icomoon') format('svg');
  font-weight : normal;
  font-style : normal;
  font-display : block;
}

[class^='icon-'],
[class*=' icon-'] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family : 'icomoon' !important;
  speak : none;
  font-style : normal;
  font-weight : normal;
  font-variant : normal;
  text-transform : none;
  line-height : 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing : antialiased;
  -moz-osx-font-smoothing : grayscale;
}

.icon-linkedin-o:before {
  content : '\e906';
  color : #003366;
}

.icon-check:before {
  content : '\e90e';
}

.icon-plus:before {
  content : '\e90f';
}

.icon-print:before {
  content : '\e954';
}

.icon-chevron-right:before {
  content : '\e90b';
}

.icon-search-big:before {
  content : '\e90c';
}

.icon-search:before {
  content : '\e90d';
}

.icon-close:before {
  content : '\e90a';
}

.icon-download:before {
  content : '\e907';
}

.icon-evolution:before {
  content : '\e908';
}

.icon-custom-arrow:before {
  content : '\e910';
}

.icon-burger:before {
  content : '\e909';
}

.icon-alertes:before {
  content : '\e911';
}

.icon-archives:before {
  content : '\e912';
}

.icon-arrow-left:before {
  content : '\e913';
}

.icon-arrow-right:before {
  content : '\e914';
}

.icon-chevron-down:before {
  content : '\e915';
}

.icon-chevron-up:before {
  content : '\e916';
}

.icon-communiques:before {
  content : '\e917';
}

.icon-excel:before {
  content : '\e918';
}

.icon-exporter:before {
  content : '\e919';
}

.icon-facebook:before {
  content : '\e91a';
}

.icon-filtrer:before {
  content : '\e91b';
}

.icon-fleche-left:before {
  content : '\e91c';
}

.icon-fleche-right:before {
  content : '\e91d';
}

.icon-linkedin:before {
  content : '\e91e';
}

.icon-pdf:before {
  content : '\e91f';
}

.icon-telegram:before {
  content : '\e920';
}

.icon-twitter:before {
  content : '\e921';
}

.icon-up:before {
  content : '\e922';
}

.icon-user:before {
  content : '\e923';
}

.icon-select-up:before {
  content : '\e924';
}

.icon-select-down:before {
  content : '\e925';
}

.icon-tel:before {
  content : '\e926';
}

.icon-felicitation:before {
  content : '\e927';
}

.icon-youtube:before {
  content : '\ea9e';
}

.icon-checkmark:before {
  content : '\ea10';
}

.icon-affichage:before {
  content : '\e900';
}

.icon-astuce:before {
  content : '\e902';
}

.icon-location:before {
  content : '\e948';
}

.icon--arrow-order:before {
  content : '\e901';
}

.icon--accept:before {
  content : '\e903';
}

.icon--parameter:before {
  content : '\e904';
}

.icon--refuse:before {
  content : '\e905';
}

.icon-pencil {
  width : 25px;
  height : 25px;
  position : absolute;
  display : block;
  left : 0;
  background : url('../images/ico/pencil.svg') no-repeat;
}

.icon-exit {
  width : 25px;
  height : 25px;
  position : absolute;
  display : block;
  left : 0;
  background : url('../images/ico/exit.svg') no-repeat;
}

.arrow {
  width : 25px;
  height : 25px;
  display : block;
  background-size : 25px 25px;
  background : url('../images/ico/Arrow.svg') no-repeat;
}
.arrow.arrow-right {
  -webkit-transform : rotate(180deg);
          transform : rotate(180deg);
}

.cta,
.bouton-link {
  display : inline-block;
  padding : 12px 24px;
  border : none;
  font-size : 15px;
  font-weight : 500;
  line-height : 24px;
  text-transform : uppercase;
  text-align : center;
  cursor : pointer;
}
.cta.blue-cta,
.bouton-link,
.cta.blue-cta:hover,
.bouton-link:hover {
  background-color : #005cbc;
  color : #ffffff !important;
}
.cta.white-cta,
.white-cta.bouton-link,
.cta.white-cta:hover,
.white-cta.bouton-link:hover {
  background-color : #ffffff;
  color : #004774;
}
.cta.purple-cta,
.purple-cta.bouton-link,
.cta.purple-cta:hover,
.purple-cta.bouton-link:hover {
  background-color : #914088;
  color : #ffffff;
}
.cta:hover,
.bouton-link:hover {
  text-decoration : none;
}
.cta.disabled,
.disabled.bouton-link {
  pointer-events : none;
  background-color : #eff7ff;
}
@media (max-width: 1023.98px) {
  .cta,
  .bouton-link {
    padding : 15px 20px;
    font-size : 1em;
  }
}
@media (max-width: 767.98px) {
  .cta,
  .bouton-link {
    margin : auto;
    border-radius : 0;
    font-size : 12px;
    font-weight : 600;
    line-height : 1.5;
    padding : 14px 20px;
  }
}

.btn.btn-connexion {
  display : block;
  width : 145px;
  padding : 8px;
  background-color : #eff7ff;
  -webkit-box-sizing : border-box;
          box-sizing : border-box;
  position : absolute;
  top : -5px;
  bottom : -15px;
  right : 0;
  font-size : .79em;
  font-weight : 500;
  color : #ffffff;
  text-transform : uppercase;
}
.btn.btn-connexion .icon {
  font-size : 38px;
  vertical-align : middle;
}

.social-link {
  width : 22px;
  height : auto;
  max-height : 24px;
  fill : #ffffff;
}

.search-icon {
  width : 30px;
  height : 33px;
  fill : #004774;
}

.bouton-link {
  color : #ffffff !important;
}

.btn-with-arrow {
  color : #005cbc;
  text-transform : uppercase;
  font-size : .8em;
  font-weight : 600;
  line-height : 1.25em;
  letter-spacing : 1px;
  margin-left : 25px;
  position : relative;
}
.btn-with-arrow::before {
  content : '\e910';
  font-family : 'icomoon' !important;
  font-size : 9px;
  margin-right : 10px;
  vertical-align : text-bottom;
  position : absolute;
  margin : 5px -30px;
}
.btn-with-arrow::before:hover {
  text-decoration : none;
}
@media (max-width: 1023.98px) {
  .btn-with-arrow {
    font-size : 1em;
  }
}
@media (max-width: 767.98px) {
  .btn-with-arrow {
    font-size : .8em;
  }
}

.header {
  height : 165px;
}
@media (max-width: 1023.98px) {
  .header {
    height : auto;
    color : #313031;
    border-bottom : 1px #f8f9fa solid;
  }
}
@media (max-width: 767.98px) {
  .header {
    padding : 8px 0;
  }
}
.header .dropdown-menu:hover {
  display : block;
}
.header .navbar-brand {
  font-weight : 600;
  font-size : .6em;
  letter-spacing : 1px;
  margin : 0;
  padding : 0;
  -webkit-box-flex : 1;
      -ms-flex : 1;
          flex : 1;
}
@media (max-width: 767.98px) {
  .header .navbar-brand img {
    width : 70%;
  }
}
.header .wrapper-search {
  margin-top : -23px;
}
@media (max-width: 1023.98px) {
  .header .wrapper-search {
    position : fixed;
    top : 80px;
    left : 0;
    right : 0;
    z-index : 1;
    margin-top : 0;
    background-color : #ffffff;
    border-top : 1px solid #f8f9fa;
  }
}
@media (max-width: 767.98px) {
  .header .wrapper-search {
    top : 55px;
  }
}
.header .wrapper-search .search-form {
  position : relative;
  margin-top : 25px;
}
.header .wrapper-search .search-form .form-control {
  width : 100%;
  height : 64px;
  padding : 0 45px 0 30px;
  border : 0;
  -webkit-box-shadow : 0 3px 0 rgba(2, 37, 191, .1);
          box-shadow : 0 3px 0 rgba(2, 37, 191, .1);
  font-weight : 500;
  font-size : 1em;
}
.header .wrapper-search .search-form:focus {
  -webkit-box-shadow : 0 0 7px 0 rgba(0, 0, 0, .15) inset;
          box-shadow : 0 0 7px 0 rgba(0, 0, 0, .15) inset;
}
.header .wrapper-search .search-form::-webkit-input-placeholder {
  color : #004774;
  font-weight : 500;
}
.header .wrapper-search .search-form::-moz-placeholder {
  color : #004774;
  font-weight : 500;
}
.header .wrapper-search .search-form::-ms-input-placeholder {
  color : #004774;
  font-weight : 500;
}
.header .wrapper-search .search-form::placeholder {
  color : #004774;
  font-weight : 500;
}
.header .wrapper-search .search-form .btn {
  position : absolute;
  right : 12px;
  font-size : 20px;
  color : #818181;
}
.header .wrapper-connexion {
  position : relative;
  top : 0;
  left : 0;
  right : 0;
  z-index : 1;
}
.header .wrapper-connexion .container {
  position : relative;
}
@media (max-width: 1023.98px) {
  .header .wrapper-connexion .container {
    max-width : 100%;
  }
}
.header .wrapper-connexion .container .btn-connexion {
  position : absolute;
  top : -49px;
  bottom : -15px;
  right : 0;
  display : block;
  width : 145px;
  height : 64px;
  padding : 8px;
  -webkit-box-sizing : border-box;
          box-sizing : border-box;
  background : #eff7ff;
  font-size : .79em;
  font-weight : 500;
  color : #ffffff;
  text-transform : uppercase;
}
@media (max-width: 1023.98px) {
  .header .wrapper-connexion .container .btn-connexion {
    top : 0;
    width : 129px;
    height : 134px;
  }
  .header .wrapper-connexion .container .btn-connexion .icon {
    font-size : 78px;
  }
}
@media (max-width: 767.98px) {
  .header .wrapper-connexion .container .btn-connexion {
    right : 15px;
    width : 65px;
    height : 66px;
  }
  .header .wrapper-connexion .container .btn-connexion .icon {
    font-size : 30px;
  }
}
@media print {
  .header .sidenav.menu-principal {
    display : none;
  }
}
.header .top-header-mobile {
  padding-top : 10px;
}
.header .top-header-mobile .logo {
  margin : 32px 0 60px;
  text-align : center;
}
@media (max-width: 1023.98px) {
  .header .top-header-mobile .logo img {
    width : 200px;
  }
}
.header .top-header-mobile .navbar-toggler {
  position : absolute;
  top : 0;
  left : 0;
  width : 130px;
  height : 130px;
  border-radius : 0;
}
.header .top-header-mobile .navbar-toggler .icon {
  font-size : 30px;
  color : #313031;
}
@media (max-width: 767.98px) {
  .header .top-header-mobile .logo {
    margin : 16px 0 20px;
  }
  .header .top-header-mobile .logo img {
    width : 100px;
  }
  .header .top-header-mobile .navbar-toggler {
    width : 64px;
    height : 61px;
    left : 25px;
  }
  .header .top-header-mobile .navbar-toggler .icon {
    font-size : 20px;
  }
}
.header .navbar-top {
  z-index : 1;
  color : #ffffff;
  padding : 0;
}
@media print {
  .header .navbar-top {
    display : none;
  }
}
.header .navbar-top .container {
  position : relative;
}
.header .navbar-top .container .navbar-nav a {
  color : #ffffff;
}
.header .navbar-top .container .navbar-nav .nav-link {
  padding : 5px 0;
  margin : 0;
  line-height : 21px;
}
.header .navbar-top .container .navbar-nav span {
  font-size : 1.016em;
  font-style : italic;
}
.header .navbar-top .container .navbar-nav .icon {
  margin : 0 8px;
  font-style : normal;
}
.header .navbar-top .container .navbar-nav .icon.icon-youtube {
  font-size : 1.2em;
}
.header .navbar-top .container .navbar-nav .form-connexion {
  margin : -10rem 0rem;
}
.header .dropdown-menu {
  padding : 15px 0;
  border : 1px solid rgba(32, 56, 180, .1);
  border-radius : 0;
  -webkit-box-shadow : 0 3px 0 rgba(2, 37, 191, .1);
          box-shadow : 0 3px 0 rgba(2, 37, 191, .1);
}
@media (max-width: 1023.98px) {
  .header .dropdown-menu {
    border : 0;
  }
}
.header .dropdown-menu .p {
  font-size : .6em;
  font-weight : 600;
  line-height : .9em;
  letter-spacing : 1px;
  text-transform : uppercase;
  color : #c0c0c0;
  padding : 10px 0 10px 20px;
}
@media (max-width: 1023.98px) {
  .header .dropdown-menu .p {
    display : none;
  }
}
.header .dropdown-menu .dropdown-item {
  position : relative;
  padding : 0;
}
.header .dropdown-menu .dropdown-item > a {
  color : #313031;
  display : block;
  padding : 10px 28px 10px 20px;
  font-size : .89em;
  font-weight : 500;
}
.header .dropdown-menu .dropdown-item > a:hover,
.header .dropdown-menu .dropdown-item > a:focus,
.header .dropdown-menu .dropdown-item > a:active {
  text-decoration : none;
  color : #005cbc;
}
.header .dropdown-menu .dropdown-item > a.dropdown-toggle {
  padding : 10px 62px 10px 20px;
}
.header .dropdown-menu .dropdown-item > a.dropdown-toggle::after {
  content : '\e914';
  font-family : 'icomoon' !important;
  font-size : 10px;
  speak : none;
  font-style : normal;
  font-weight : normal;
  font-variant : normal;
  text-transform : none;
  line-height : 1;
  -webkit-font-smoothing : antialiased;
  -moz-osx-font-smoothing : grayscale;
  border : 0;
  position : absolute;
  right : 35px;
  top : 16px;
}
@media (max-width: 1023.98px) {
  .header .dropdown-menu .dropdown-item > a.dropdown-toggle::after {
    content : '+';
    font-size : 1em;
    color : #c0c0c0;
    top : 5px;
  }
}
@media (max-width: 1023.98px) {
  .header .dropdown-menu .dropdown-item > a.dropdown-toggle.show::after {
    content : '-';
  }
}
.header .dropdown-menu .dropdown-item::before {
  content : '';
  height : 1px;
  background : #ffffff;
  position : absolute;
  bottom : 0;
  left : 19px;
  right : 28px;
}
.header .dropdown-menu .dropdown-item:last-child:before {
  display : none;
}
.header .dropdown-menu .dropdown-item:active {
  background-color : #ffffff;
}
.header .dropdown-menu .dropdown-item:hover {
  background-color : #ffffff;
}
.header .dropdown-menu .dropdown-item.dropdown-sub-menu .dropdown-toggle:hover,
.header .dropdown-menu .dropdown-item.dropdown-sub-menu .dropdown-toggle:focus {
  color : #005cbc;
}
.header .dropdown-menu .dropdown-item.dropdown-sub-menu .dropdown-menu {
  left : 100%;
  top : 0;
  padding : 29px 0;
}
.header .dropdown-menu .dropdown-item.dropdown-sub-menu .dropdown-menu .list-item {
  display : block;
  margin-bottom : 24px;
}
.header .dropdown-menu .dropdown-item.dropdown-sub-menu .dropdown-menu .list-item:last-child {
  margin-bottom : 0;
}
.header .dropdown-menu .dropdown-item.dropdown-sub-menu .dropdown-menu .list-item .nav-link-second-level {
  font-size : .875em;
  font-weight : 700;
  font-style : normal;
  padding-top : 5px !important;
  opacity : 1;
}
@media (max-width: 1023.98px) {
  .header .dropdown-menu .dropdown-item.dropdown-sub-menu .dropdown-menu .list-item .nav-link-second-level {
    font-size : 1.2em;
  }
}
@media (max-width: 767.98px) {
  .header .dropdown-menu .dropdown-item.dropdown-sub-menu .dropdown-menu .list-item .nav-link-second-level {
    font-size : .8em;
  }
}
.header .dropdown-menu .dropdown-item.dropdown-sub-menu .dropdown-menu .list-item .nav-link-primary {
  margin-bottom : 6px;
  padding-left : 28px;
  font-size : .79em;
  color : #313031;
  font-weight : 500;
  font-style : normal;
  opacity : 1;
}
@media (max-width: 1023.98px) {
  .header .dropdown-menu .dropdown-item.dropdown-sub-menu .dropdown-menu .list-item .nav-link-primary {
    color : #004774;
    padding-left : 15px;
    font-size : 1.2em;
  }
}
@media (max-width: 767.98px) {
  .header .dropdown-menu .dropdown-item.dropdown-sub-menu .dropdown-menu .list-item .nav-link-primary {
    font-size : .8em;
  }
}
.header .dropdown-menu .dropdown-item.dropdown-sub-menu .dropdown-menu .list-item a {
  display : block;
  padding : 0 62px 0 28px;
  margin-bottom : 2px;
  font-family : 'semplicitapro', sans-serif;
  font-size : .79em;
  font-style : italic;
  color : #313031;
  opacity : .5;
}
@media (max-width: 1023.98px) {
  .header .dropdown-menu .dropdown-item.dropdown-sub-menu .dropdown-menu .list-item a {
    font-size : 1.2em;
  }
}
@media (max-width: 767.98px) {
  .header .dropdown-menu .dropdown-item.dropdown-sub-menu .dropdown-menu .list-item a {
    font-size : .8em;
  }
}
.header .dropdown-menu .dropdown-item.dropdown-sub-menu:hover .dropdown-toggle {
  color : #005cbc;
}
@media (min-width: 1024px) {
  .header .dropdown-menu .dropdown-item.dropdown-sub-menu:hover .dropdown-menu {
    display : block;
  }
}
.header .search-form-mobile {
  padding : 0 25px;
  margin : 40px 0;
}
.header .search-form-mobile .form-control {
  width : 85%;
  background : #f8f9fa;
  border : 0;
}
@media (max-width: 1023.98px) {
  .header .search-form-mobile .form-control {
    width : 88%;
    padding : 30px;
    font-size : 1.2em;
  }
}
@media (max-width: 767.98px) {
  .header .search-form-mobile .form-control {
    width : 80%;
    padding : 25px 15px;
    font-size : 1em;
  }
}
.header .search-form-mobile .btn {
  background : #f8f9fa;
  padding : 7px;
}
@media (max-width: 1023.98px) {
  .header .search-form-mobile .btn {
    padding : 17px;
  }
}
@media (max-width: 767.98px) {
  .header .search-form-mobile .btn {
    padding : 13px;
  }
}
.header .search-form-mobile .btn .icon {
  opacity : .3;
  font-size : 20px;
}
@media (max-width: 767.98px) {
  .header .search-form-mobile .btn .icon {
    font-size : 19px;
  }
}

.navbar-main {
  padding : 28px 0 0;
}
@media (max-width: 1023.98px) {
  .navbar-main {
    padding : 10px 0;
  }
  .navbar-main h1 {
    text-align : center;
    margin : 0;
  }
  .navbar-main .navbar-brand {
    -webkit-box-flex : 1;
        -ms-flex : 1;
            flex : 1;
    text-align : center;
  }
  .navbar-main .navbar-menu {
    padding : 0;
    text-align : left;
    padding-left : 30px;
  }
  .navbar-main .label-menu {
    margin-left : 28px;
    font-size : 2.06em;
    font-weight : bold;
    vertical-align : middle;
  }
  .navbar-main .menu-principal {
    position : fixed;
    width : 80%;
    left : 0;
    top : 0;
    margin : 0;
    z-index : 999;
    overflow-y : scroll;
    -webkit-transform : translateX(-100%);
            transform : translateX(-100%);
    height : 100%;
    height : calc(100% + 60px);
    will-change : transform;
    -webkit-backface-visibility : hidden;
            backface-visibility : hidden;
    -webkit-transform : translateX(-105%);
            transform : translateX(-105%);
    background-color : #ffffff;
  }
  .navbar-main .menu-principal .navbar-nav {
    margin-top : 40px;
  }
  .navbar-main .menu-principal .navbar-nav .nav-item.nav-item-highlight {
    margin-left : 0;
    background-color : #ffffff;
  }
  .navbar-main .menu-principal .navbar-nav .nav-item.nav-item-highlight .nav-link {
    color : #818181;
  }
  .navbar-main .menu-principal .navbar-nav .nav-item,
  .navbar-main .menu-principal .navbar-nav .nav-item.nav-item-highlight {
    border-right : none;
  }
  .navbar-main .menu-principal .navbar-nav .nav-item .nav-link,
  .navbar-main .menu-principal .navbar-nav .nav-item.nav-item-highlight .nav-link {
    padding : 13px 40px 15px;
    font-size : 1.8em;
    position : relative;
  }
}
@media (max-width: 1023.98px) and (max-width: 767.98px) {
  .navbar-main .menu-principal .navbar-nav .nav-item .nav-link,
  .navbar-main .menu-principal .navbar-nav .nav-item.nav-item-highlight .nav-link {
    padding : 10px 15px 10px 25px;
    font-size : 1.06em;
  }
}
@media (max-width: 1023.98px) {
  .navbar-main .menu-principal .navbar-nav .nav-item .nav-link.dropdown-toggle::after,
  .navbar-main .menu-principal .navbar-nav .nav-item.nav-item-highlight .nav-link.dropdown-toggle::after {
    speak : none;
    font-style : normal;
    font-weight : bold;
    font-variant : normal;
    text-transform : none;
    line-height : 1;
    -webkit-font-smoothing : antialiased;
    -moz-osx-font-smoothing : grayscale;
    border : 0;
    position : absolute;
    right : 37px;
    content : '+';
    color : #c0c0c0;
    top : 15px;
    font-size : 35px;
  }
}
@media (max-width: 1023.98px) and (max-width: 767.98px) {
  .navbar-main .menu-principal .navbar-nav .nav-item .nav-link.dropdown-toggle::after,
  .navbar-main .menu-principal .navbar-nav .nav-item.nav-item-highlight .nav-link.dropdown-toggle::after {
    font-size : 25px;
    top : 10px;
  }
}
@media (max-width: 1023.98px) {
  .navbar-main .menu-principal .navbar-nav .nav-item:hover .nav-link,
  .navbar-main .menu-principal .navbar-nav .nav-item:focus .nav-link,
  .navbar-main .menu-principal .navbar-nav .nav-item.nav-item-highlight:hover .nav-link,
  .navbar-main .menu-principal .navbar-nav .nav-item.nav-item-highlight:focus .nav-link {
    color : #313031;
  }
  .navbar-main .menu-principal .navbar-nav .nav-item.show::before,
  .navbar-main .menu-principal .navbar-nav .nav-item.nav-item-highlight.show::before {
    background-color : transparent;
  }
  .navbar-main .menu-principal .navbar-nav .nav-item.show .nav-link,
  .navbar-main .menu-principal .navbar-nav .nav-item.nav-item-highlight.show .nav-link {
    color : #313031;
  }
  .navbar-main .menu-principal .navbar-nav .nav-item.dropdown.show,
  .navbar-main .menu-principal .navbar-nav .nav-item.nav-item-highlight.dropdown.show {
    background-color : #ffffff;
    color : #313031;
  }
  .navbar-main .menu-principal .navbar-nav .nav-item.dropdown.show .nav-link.dropdown-toggle::after,
  .navbar-main .menu-principal .navbar-nav .nav-item.nav-item-highlight.dropdown.show .nav-link.dropdown-toggle::after {
    content : '-';
    color : #c0c0c0;
    font-size : 30px;
    line-height : .5;
  }
  .navbar-main .menu-principal .navbar-nav .nav-item.show,
  .navbar-main .menu-principal .navbar-nav .nav-item:hover,
  .navbar-main .menu-principal .navbar-nav .nav-item:focus,
  .navbar-main .menu-principal .navbar-nav .nav-item.nav-item-highlight.show,
  .navbar-main .menu-principal .navbar-nav .nav-item.nav-item-highlight:hover,
  .navbar-main .menu-principal .navbar-nav .nav-item.nav-item-highlight:focus {
    background-color : #ffffff;
    -webkit-box-shadow : none;
            box-shadow : none;
  }
  .navbar-main .menu-principal .navbar-nav .nav-item .nav-link.dropdown-toggle[aria-expanded='false'],
  .navbar-main .menu-principal .navbar-nav .nav-item.nav-item-highlight .nav-link.dropdown-toggle[aria-expanded='false'] {
    color : #313031;
  }
  .navbar-main .menu-principal .navbar-nav .nav-item .dropdown-menu,
  .navbar-main .menu-principal .navbar-nav .nav-item.nav-item-highlight .dropdown-menu {
    padding : 0 0 20px;
    background-color : #ffffff;
    -webkit-box-shadow : none;
            box-shadow : none;
  }
}
@media (max-width: 1023.98px) and (max-width: 767.98px) {
  .navbar-main .menu-principal .navbar-nav .nav-item .dropdown-menu,
  .navbar-main .menu-principal .navbar-nav .nav-item.nav-item-highlight .dropdown-menu {
    padding : 6px 0 12px;
  }
}
@media (max-width: 1023.98px) {
  .navbar-main .menu-principal .navbar-nav .nav-item .dropdown-menu .dropdown-item,
  .navbar-main .menu-principal .navbar-nav .nav-item.nav-item-highlight .dropdown-menu .dropdown-item {
    color : #565656;
  }
  .navbar-main .menu-principal .navbar-nav .nav-item .dropdown-menu .dropdown-item > a,
  .navbar-main .menu-principal .navbar-nav .nav-item.nav-item-highlight .dropdown-menu .dropdown-item > a {
    padding : 10px 0 10px 40px;
    font-size : 1.5em;
    font-weight : normal;
    line-height : 40px;
    color : #565656;
    white-space : normal;
  }
}
@media (max-width: 1023.98px) and (max-width: 767.98px) {
  .navbar-main .menu-principal .navbar-nav .nav-item .dropdown-menu .dropdown-item > a,
  .navbar-main .menu-principal .navbar-nav .nav-item.nav-item-highlight .dropdown-menu .dropdown-item > a {
    padding : 0 0 0 25px;
    font-size : .9em;
    line-height : 32px;
  }
}
@media (max-width: 1023.98px) {
  .navbar-main .menu-principal .navbar-nav .nav-item .dropdown-menu .dropdown-item a,
  .navbar-main .menu-principal .navbar-nav .nav-item.nav-item-highlight .dropdown-menu .dropdown-item a {
    color : #313031;
  }
  .navbar-main .menu-principal .navbar-nav .nav-item .dropdown-menu .dropdown-item.dropdown-sub-menu .list-item a,
  .navbar-main .menu-principal .navbar-nav .nav-item.nav-item-highlight .dropdown-menu .dropdown-item.dropdown-sub-menu .list-item a {
    padding : 0 120px 0 100px;
  }
}
@media (max-width: 1023.98px) and (max-width: 1023.98px) {
  .navbar-main .menu-principal .navbar-nav .nav-item .dropdown-menu .dropdown-item.dropdown-sub-menu .list-item a,
  .navbar-main .menu-principal .navbar-nav .nav-item.nav-item-highlight .dropdown-menu .dropdown-item.dropdown-sub-menu .list-item a {
    padding-left : 40px;
  }
}
@media (max-width: 1023.98px) and (max-width: 1023.98px) and (max-width: 767.98px) {
  .navbar-main .menu-principal .navbar-nav .nav-item .dropdown-menu .dropdown-item.dropdown-sub-menu .list-item a,
  .navbar-main .menu-principal .navbar-nav .nav-item.nav-item-highlight .dropdown-menu .dropdown-item.dropdown-sub-menu .list-item a {
    padding-left : 25px;
  }
}
@media (max-width: 1023.98px) {
  .navbar-main .menu-principal .menu-contact {
    margin : 70px 30px 65px;
    text-align : center;
  }
}
@media (max-width: 1023.98px) and (max-width: 767.98px) {
  .navbar-main .menu-principal .menu-contact {
    margin : 50px 0;
  }
}
@media (max-width: 1023.98px) {
  .navbar-main .menu-principal .menu-contact .nav-item {
    margin : 0 !important;
    padding : 0 !important;
  }
  .navbar-main .menu-principal .menu-contact .nav-contact {
    margin-bottom : 23px;
  }
}
@media (max-width: 1023.98px) and (max-width: 767.98px) {
  .navbar-main .menu-principal .menu-contact .nav-contact {
    display : none;
  }
}
@media (max-width: 1023.98px) {
  .navbar-main .menu-principal .menu-contact .nav-contact a {
    font-size : 27px;
    text-decoration : underline;
    color : #005cbc;
  }
  .navbar-main .menu-principal .menu-contact .nav-item {
    margin : 0 15px;
  }
}
@media (max-width: 1023.98px) and (max-width: 767.98px) {
  .navbar-main .menu-principal .menu-contact .nav-item {
    margin : 0;
  }
}
@media (max-width: 1023.98px) {
  .navbar-main .menu-principal .menu-contact .nav-item::before {
    display : none;
  }
  .navbar-main .menu-principal .menu-contact .nav-item .icon {
    width : 60px;
    height : 60px;
    padding : 0;
    border-radius : 100%;
    font-size : 28px;
    color : #313031;
    text-align : center;
  }
  .navbar-main .menu-principal .menu-contact .nav-item .icon::before {
    line-height : 60px;
  }
}
@media (max-width: 1023.98px) and (max-width: 767.98px) {
  .navbar-main .menu-principal .menu-contact .nav-item .icon {
    width : 30px;
    height : 30px;
    font-size : 15px;
  }
  .navbar-main .menu-principal .menu-contact .nav-item .icon::before {
    line-height : 30px;
  }
}
@media (max-width: 1023.98px) {
  .navbar-main .visible {
    -webkit-transform : translate3d(0, 0, 0);
            transform : translate3d(0, 0, 0);
            -webkit-transition : all .2s ease 0s;
            transition : all .2s ease 0s;
    -webkit-transition : all 60ms ease 60ms;
  }
  .navbar-main .close {
    -webkit-transform : translate3d(-100%, 0, 0);
            transform : translate3d(-100%, 0, 0);
            transition : all .1s ease 0s;
    -webkit-transition : all .1s ease 0s;
  }
}
@media (max-width: 767.98px) {
  .navbar-main {
    padding : 0 15px !important;
  }
  .navbar-main h1 {
    margin : 0;
    text-align : center;
    -webkit-box-flex : 0;
    -ms-flex : 0 0 33.33333%;
        flex : 0 0 33.33333%;
    max-width : 33.33333%;
  }
  .navbar-main h1 .navbar-brand {
    width : 100%;
    display : initial;
  }
  .navbar-main .navbar-brand {
    text-align : center;
    -webkit-box-flex : 0;
    -ms-flex : 0 0 33.33333%;
        flex : 0 0 33.33333%;
    max-width : 33.33333%;
  }
  .navbar-main .navbar-menu {
    margin-left : 0;
    padding-left : 0;
    text-align : left;
  }
  .navbar-main .navbar-menu .icon {
    color : #313031;
    font-size : 16px;
    padding-left : 5px;
  }
  .navbar-main .label-menu {
    font-size : .965em;
    margin-left : 5px;
  }
}
@media print {
  .navbar-main {
    display : block;
    text-align : center;
  }
}
.navbar-main h1 {
  -webkit-box-flex : 1;
      -ms-flex : 1;
          flex : 1;
  margin-bottom : 0;
}
.navbar-main .container {
  -webkit-box-align : end;
      -ms-flex-align : end;
          align-items : flex-end;
}
@media (max-width: 1023.98px) {
  .navbar-main .container {
    -webkit-box-align : center;
        -ms-flex-align : center;
            align-items : center;
  }
}
.navbar-main .navbar-nav .nav-item {
  position : relative;
  padding : 0 .7em;
}
.navbar-main .navbar-nav .nav-item .nav-link {
  font-weight : 600;
  padding : .5em 0 .31em 0;
  text-transform : uppercase;
  font-size : .9em;
  line-height : 1.5em;
  color : #313031;
}
@media (min-width: 1024px) {
  .navbar-main .navbar-nav .nav-item .nav-link.dropdown-toggle::after {
    display : none;
  }
}
.navbar-main .navbar-nav .nav-item .nav-link.show,
.navbar-main .navbar-nav .nav-item .nav-link:hover,
.navbar-main .navbar-nav .nav-item .nav-link:focus {
  -webkit-box-shadow : 0 3px 0 #005cbc;
          box-shadow : 0 3px 0 #005cbc;
}
@media (max-width: 1023.98px) {
  .navbar-main .navbar-nav .nav-item .nav-link.show,
  .navbar-main .navbar-nav .nav-item .nav-link:hover,
  .navbar-main .navbar-nav .nav-item .nav-link:focus {
    -webkit-box-shadow : none;
            box-shadow : none;
  }
}
.navbar-main .navbar-nav .nav-item .nav-link.active {
  color : #00bcf4 !important;
}
.navbar-main .navbar-nav .nav-item.no-border {
  border : none;
}
.navbar-main .navbar-nav .nav-item.nav-item-highlight .nav-link {
  color : #818181;
}
.navbar-main .btn-search {
  margin-left : 8px;
  margin-bottom : 5px;
}
@media (max-width: 1023.98px) {
  .navbar-main .btn-search {
    width : 33%;
    padding-right : 30px;
    text-align : right;
    margin : 0;
    font-size : 22px;
  }
}
@media (max-width: 767.98px) {
  .navbar-main .btn-search {
    text-align : right;
    position : inherit;
    padding : 0;
    margin : 0;
  }
}
@media print {
  .navbar-main .btn-search {
    display : none;
  }
}
@media (max-width: 767.98px) {
  .navbar-main .btn-search .icon {
    color : #313031;
    font-size : 18px;
  }
}
.navbar-main .btn-search .icon.icon-close {
  display : none;
}
.navbar-main .btn-search[aria-expanded='true'] .icon-search {
  display : none;
}
.navbar-main .btn-search[aria-expanded='true'] .icon-close {
  display : block;
  margin-bottom : 4px;
}
@media (max-width: 767.98px) {
  .navbar-main .btn-search[aria-expanded='true'] .icon-close {
    margin-bottom : 0;
  }
}
@media print {
  .navbar-main .navbar-toggler.navbar-menu {
    display : none;
  }
}

.menu-opened #sidenav-overlay {
  display : block;
}

#sidenav-overlay {
  position : fixed;
  top : 0;
  left : 0;
  right : 0;
  width : 100vw;
  height : 100vh;
  background-color : rgba(0, 0, 0, .5);
  z-index : 997;
  display : none;
}

@media (max-width: 1023.98px) {
  body.menu-opened,
  body.search-opened {
    position : fixed;
    overflow : hidden;
    width : 100%;
  }
  body.menu-opened .top-header-mobile .btn-search {
    display : none;
  }
  body.search-opened .top-header-mobile .navbar-menu {
    display : none;
  }
}

@media (max-width: 1023.98px) {
  .modal {
    padding-right : 0 !important;
  }
}

.modal .modal-dialog {
  max-width : 831px;
}
@media (max-width: 1023.98px) {
  .modal .modal-dialog {
    max-width : 100%;
    margin : 0;
  }
}
.modal .modal-dialog .modal-content {
  border : 0;
  border-radius : 0;
}
.modal .modal-dialog .modal-content .modal-header {
  background-color : #005cbc;
  padding : 22px 33px;
  border : 0;
  border-radius : 0;
}
.modal .modal-dialog .modal-content .modal-header .close {
  font-size : 1.05em;
  font-weight : 200;
  text-transform : uppercase;
  color : #ffffff;
  text-shadow : none;
  opacity : 1;
}
.modal .modal-dialog .modal-content .modal-header .close .icon {
  margin-left : 5px;
  font-size : 14px;
}
@media (max-width: 1023.98px) {
  .modal .modal-dialog .modal-content .modal-header {
    height : 130px;
    padding : 0;
    background-color : #ffffff;
  }
  .modal .modal-dialog .modal-content .modal-header .close {
    background-color : #004774;
    width : 130px;
    height : 130px;
    -webkit-box-sizing : border-box;
            box-sizing : border-box;
    margin : 0 0 -1rem auto;
  }
  .modal .modal-dialog .modal-content .modal-header .close .icon {
    font-size : 50px;
    margin-left : 0;
  }
}
@media (max-width: 1023.98px) and (max-width: 767.98px) {
  .modal .modal-dialog .modal-content .modal-header {
    height : 62px;
  }
  .modal .modal-dialog .modal-content .modal-header .close {
    width : 62px;
    height : 62px;
    margin-right : 15px;
  }
  .modal .modal-dialog .modal-content .modal-header .close .icon {
    font-size : 25px;
  }
}
.modal .modal-dialog .modal-content .modal-body {
  padding : 40px 39px;
}
@media (max-width: 767.98px) {
  .modal .modal-dialog .modal-content .modal-body {
    padding : 20px 15px;
  }
}
.modal .modal-dialog .modal-content .modal-body .modal-title {
  margin-bottom : 50px;
  font-size : 1.69em;
  text-align : center;
}
.modal .modal-dialog .modal-content .modal-body .wrapper-modal-connexion {
  max-width : 330px;
  margin : auto;
}
@media (max-width: 1023.98px) {
  .modal .modal-dialog .modal-content .modal-body .wrapper-modal-connexion {
    max-width : 690px;
    margin-top : 28px;
  }
}
@media (max-width: 1023.98px) and (max-width: 767.98px) {
  .modal .modal-dialog .modal-content .modal-body .wrapper-modal-connexion {
    margin-top : 16px;
  }
}
.modal .modal-dialog .modal-content .modal-body .wrapper-modal-connexion .form-group {
  margin-bottom : 19px;
}
.modal .modal-dialog .modal-content .modal-body .wrapper-modal-connexion .form-group input {
  width : 100%;
  padding : 12px 15px;
  border : 1px solid #004774;
  border-radius : 0;
  font-size : .79em;
  line-height : 1.35em;
  color : #004774;
}
.modal .modal-dialog .modal-content .modal-body .wrapper-modal-connexion .form-group input::-webkit-input-placeholder {
  font-size : 1em;
  color : #004774;
}
.modal .modal-dialog .modal-content .modal-body .wrapper-modal-connexion .form-group input::-moz-placeholder {
  font-size : 1em;
  color : #004774;
}
.modal .modal-dialog .modal-content .modal-body .wrapper-modal-connexion .form-group input::-ms-input-placeholder {
  font-size : 1em;
  color : #004774;
}
.modal .modal-dialog .modal-content .modal-body .wrapper-modal-connexion .form-group input::placeholder {
  font-size : 1em;
  color : #004774;
}
.modal .modal-dialog .modal-content .modal-body .wrapper-modal-connexion .form-group .text-muted a {
  font-size : .79em;
  text-decoration : underline;
  color : #004774;
}
@media (max-width: 1023.98px) {
  .modal .modal-dialog .modal-content .modal-body .wrapper-modal-connexion .form-group {
    margin-bottom : 31px;
  }
  .modal .modal-dialog .modal-content .modal-body .wrapper-modal-connexion .form-group input {
    padding : 0 32px;
    font-size : 2em;
    line-height : 2.15em;
  }
  .modal .modal-dialog .modal-content .modal-body .wrapper-modal-connexion .form-group .text-muted {
    margin : 24px 0;
  }
  .modal .modal-dialog .modal-content .modal-body .wrapper-modal-connexion .form-group .text-muted a {
    font-size : 1.875em;
  }
}
@media (max-width: 1023.98px) and (max-width: 767.98px) {
  .modal .modal-dialog .modal-content .modal-body .wrapper-modal-connexion .form-group {
    margin-bottom : 16px;
  }
  .modal .modal-dialog .modal-content .modal-body .wrapper-modal-connexion .form-group input {
    padding : 0 20px;
    font-size : 1em;
    line-height : 2.1em;
  }
  .modal .modal-dialog .modal-content .modal-body .wrapper-modal-connexion .form-group .text-muted {
    margin : 10px 0 29px;
  }
  .modal .modal-dialog .modal-content .modal-body .wrapper-modal-connexion .form-group .text-muted a {
    font-size : .94em;
  }
}
.modal .modal-dialog .modal-content .modal-body .wrapper-modal-connexion .cta,
.modal .modal-dialog .modal-content .modal-body .wrapper-modal-connexion .bouton-link {
  display : block;
  width : 100%;
}
@media (max-width: 767.98px) {
  .modal .modal-dialog .modal-content .modal-body .wrapper-modal-connexion .cta,
  .modal .modal-dialog .modal-content .modal-body .wrapper-modal-connexion .bouton-link {
    display : inline-block;
    width : auto;
  }
}
.modal .modal-dialog .modal-content .modal-body .wrapper-modal-connexion .cta .icon,
.modal .modal-dialog .modal-content .modal-body .wrapper-modal-connexion .bouton-link .icon {
  margin-right : 10px;
  vertical-align : middle;
  font-size : 18px;
}
.modal .modal-dialog .modal-content .modal-body .wrapper-modal-connexion .cta span,
.modal .modal-dialog .modal-content .modal-body .wrapper-modal-connexion .bouton-link span {
  vertical-align : middle;
}
.modal .modal-dialog .modal-content .modal-body .wrapper-modal-connexion .cta:hover,
.modal .modal-dialog .modal-content .modal-body .wrapper-modal-connexion .bouton-link:hover {
  text-decoration : none;
}
@media (max-width: 1023.98px) {
  .modal .modal-dialog .modal-content .modal-body .wrapper-modal-connexion .form-check {
    margin : 24px 0 10px;
  }
}
@media (max-width: 1023.98px) and (max-width: 767.98px) {
  .modal .modal-dialog .modal-content .modal-body .wrapper-modal-connexion .form-check {
    margin : 8px 0 6px;
  }
}
.modal .modal-dialog .modal-content .modal-body .wrapper-modal-connexion hr {
  margin : 36px 0;
}
@media (max-width: 1023.98px) {
  .modal .modal-dialog .modal-content .modal-body .wrapper-modal-connexion hr {
    margin : 51px 0;
  }
}
@media (max-width: 1023.98px) and (max-width: 767.98px) {
  .modal .modal-dialog .modal-content .modal-body .wrapper-modal-connexion hr {
    margin : 20px 0;
  }
}
.modal .modal-dialog .modal-content .modal-body .wrapper-modal-connexion .footer-connexion p {
  margin-bottom : 15px;
  text-align : center;
  font-size : .79em;
  font-weight : 500;
  color : #004774;
}
@media (max-width: 1023.98px) {
  .modal .modal-dialog .modal-content .modal-body .wrapper-modal-connexion .footer-connexion p {
    margin-bottom : 10px;
    font-size : 2em;
  }
}
@media (max-width: 1023.98px) and (max-width: 767.98px) {
  .modal .modal-dialog .modal-content .modal-body .wrapper-modal-connexion .footer-connexion p {
    margin-bottom : 5px;
    font-size : 1em;
  }
}
.modal .modal-dialog .modal-content .modal-body .wrapper-modal-connexion .info {
  margin : 28px 0;
  font-size : 10px;
  line-height : 1.2em;
  font-style : italic;
  color : #004774;
}
@media (max-width: 1023.98px) {
  .modal .modal-dialog .modal-content .modal-body .wrapper-modal-connexion .info {
    margin : 51px 0 26px;
    font-size : 24px;
  }
}
@media (max-width: 1023.98px) and (max-width: 767.98px) {
  .modal .modal-dialog .modal-content .modal-body .wrapper-modal-connexion .info {
    margin : 26px 0 0;
    font-size : 12px;
  }
}

.footer {
  color : #ffffff;
}
@media print {
  .footer {
    display : none;
  }
}
.footer a {
  color : #ffffff;
  text-decoration : none;
}
.footer a:hover {
  color : #ffffff;
  text-decoration : none;
}
.footer h4,
.footer .link-footer {
  font-weight : normal;
  font-size : 1em;
  text-transform : uppercase;
}
.footer h4 {
  margin : 0 0 .5em 0;
}
.footer .link-footer {
  margin : 0;
  display : block;
  margin-bottom : 1.3em;
}
.footer .link-footer:last-child {
  margin-bottom : 0;
}
.footer ul {
  margin : 0;
}
.footer ul li {
  margin : 0;
}
.footer ul a {
  font-size : .79em;
}
.footer .footer-top {
  text-align : center;
  margin : 0;
}
.footer .footer-top--left {
  color : #005cbc;
  background : #eff7ff;
}
.footer .footer-top--left .left-container {
  max-width : 1100px;
  margin-left : auto;
  margin-right : 0;
}
@media (max-width: 1023.98px) {
  .footer .footer-top--left .left-container {
    width : auto;
    max-width : inherit;
    margin : 0;
  }
}
.footer .footer-top--left .img-container {
  padding-top : 20px;
}
.footer .footer-top--left .img-container img {
  width : 290px;
}
.footer .footer-top--right {
  padding : 63px 0;
  background : #005cbc;
}
.footer .footer-top--right .right-container {
  max-width : 400px;
}
@media (max-width: 1023.98px) {
  .footer .footer-top--right .right-container {
    width : auto;
    max-width : inherit;
  }
}
.footer .footer-top--right .socials-links li {
  display : inline-block;
  margin-right : 20px;
}
.footer .footer-top--right .socials-links li:last-child {
  margin-right : 0;
}
.footer .footer-top--right .socials-links li a .icon::before {
  font-size : 20px;
}
.footer .footer-top--right .socials-links li a .icon::before.icon-youtube::before {
  font-size : 24px;
}
.footer .footer-top .p {
  font-size : 1.25em;
  font-weight : 500;
  margin-bottom : 18px;
}
@media (max-width: 1023.98px) {
  .footer .footer-top {
    padding : 0;
    border-bottom : 0;
    background-color : #eff7ff;
  }
  .footer .footer-top--right {
    padding : 41.5px 0;
  }
  .footer .footer-top .img-container {
    padding-top : 0;
  }
  .footer .footer-top .desc {
    margin-top : 20px;
  }
  .footer .footer-top .desc .cta,
  .footer .footer-top .desc .bouton-link {
    margin-bottom : 36px;
  }
  .footer .footer-top .p {
    margin-bottom : 25px;
    font-size : 1.2em;
    font-weight : 600;
  }
}
@media (max-width: 767.98px) {
  .footer .footer-top .img-container {
    -webkit-box-ordinal-group : 3;
        -ms-flex-order : 2;
            order : 2;
  }
  .footer .footer-top .img-container img {
    width : 100%;
  }
  .footer .footer-top .p {
    margin-bottom : 15px;
    margin-top : 20px;
  }
  .footer .footer-top .cta,
  .footer .footer-top .bouton-link {
    margin-bottom : 17px;
    font-weight : 600;
  }
  .footer .footer-top .socials-links li {
    margin-right : 15px;
  }
}
.footer .footer-main {
  background-color : #313031;
  padding : 31px 0 17px;
}
.footer .footer-main ul {
  border-top : 1px solid #565656;
  margin-top : 10px;
  padding-top : 10px;
}
.footer .footer-main ul li {
  position : relative;
  line-height : 20px;
}
.footer .footer-main ul li a:not(.primary-link) {
  line-height : 22px;
  font-weight : 500;
  color : #c0c0c0;
}
.footer .footer-main .primary-link {
  font-weight : 600;
  font-size : .9em;
}
.footer .footer-main a.primary-link {
  display : inline-block;
  text-transform : uppercase;
  line-height : 20px;
  color : #ffffff;
  font-size : .9em;
  font-weight : 600;
}
.footer .footer-main .links-mobile li {
  margin-bottom : 12px;
}
.footer .footer-main .highlighted ul li {
  border-bottom : 1px solid #565656;
  padding : 10px 0;
}
@media (min-width: 1024px) {
  .footer .footer-main .highlighted ul li:first-child {
    padding : 0 0 10px 0;
  }
}
.footer .footer-main .highlighted ul li a,
.footer .footer-main .highlighted ul li .primary-link {
  color : #ffffff;
  font-size : .81em;
  font-weight : 700;
  line-height : 18px;
}
@media (max-width: 767.98px) {
  .footer .footer-main .highlighted ul li a,
  .footer .footer-main .highlighted ul li .primary-link {
    font-size : 15px;
    line-height : 22px;
    font-weight : 500;
  }
}
@media (max-width: 1023.98px) {
  .footer .footer-main {
    position : relative;
    padding : 30px 0 44px;
    border : 0;
    background-color : #313031;
  }
  .footer .footer-main .pr-3 {
    position : relative;
    border-bottom : 1px solid #565656;
    padding : 10px 0;
  }
  .footer .footer-main .pr-3 .collapse-btn {
    position : absolute;
    right : 0;
    text-align : right;
    background-color : transparent;
    line-height : 1em;
  }
  .footer .footer-main .pr-3 .collapse-btn:focus {
    -webkit-box-shadow : none;
            box-shadow : none;
  }
  .footer .footer-main .pr-3 .collapse-btn::after {
    content : '+';
    color : #838383;
    font-size : 1.1em;
    font-weight : bold;
  }
  .footer .footer-main .pr-3 .collapse-btn[aria-expanded='true']::after {
    content : '-';
    font-size : 1.8em;
    line-height : 0;
  }
  .footer .footer-main a.primary-link {
    display : inline;
    font-size : 1em;
    line-height : 1em;
  }
  .footer .footer-main ul {
    border : 0;
    margin : 10px 0 0 0;
    padding : 0;
  }
  .footer .footer-main ul li {
    margin-bottom : 5px;
  }
  .footer .footer-main ul li a {
    font-size : 1em;
  }
  .footer .footer-main .highlighted ul li {
    border : 0;
    padding : 0;
  }
  .footer .footer-main .highlighted ul li a {
    color : #c0c0c0;
    font-weight : 400;
  }
}
@media (max-width: 767.98px) {
  .footer .footer-main {
    padding : 23px 0 24px;
  }
  .footer .footer-main::before {
    left : 0;
    right : 0;
  }
  .footer .footer-main a.primary-link {
    font-size : .938em;
    display : inline;
  }
  .footer .footer-main ul li a {
    font-size : 15px;
  }
}
.footer .footer-bottom {
  padding : 35px 0;
  overflow : hidden;
  background-color : #313031;
}
@media (max-width: 1023.98px) {
  .footer .footer-bottom {
    padding : 0 0 25px 0;
  }
}
.footer .footer-bottom ul {
  margin-bottom : 50px;
}
.footer .footer-bottom ul li:not(:last-child)::after {
  content : '/';
  color : #c0c0c0;
  margin-left : 8px;
}
.footer .footer-bottom ul li a {
  color : #c0c0c0;
  font-size : .81em;
  font-weight : 400;
}
@media (max-width: 1023.98px) {
  .footer .footer-bottom ul {
    background-color : #313031;
    margin-bottom : 20px;
  }
  .footer .footer-bottom ul li {
    margin-bottom : 24px;
  }
  .footer .footer-bottom ul li a {
    font-size : 1.098em;
  }
}
@media (max-width: 767.98px) {
  .footer .footer-bottom ul {
    padding : 12px 0 8px;
  }
  .footer .footer-bottom ul li {
    margin-bottom : 0;
  }
  .footer .footer-bottom ul li a {
    font-size : .75em;
  }
}
@media (max-width: 1023.98px) {
  .footer .footer-bottom img {
    width : 100%;
  }
}

.form-check {
  padding-left : 0;
  margin : 4px 0;
}
.form-check .form-check-input {
  position : absolute;
  z-index : -1;
  top : 6px;
  left : 0;
  display : block;
  margin : 0;
  opacity : 0;
}
.form-check .form-check-input:checked + .form-check-label::after {
  content : '';
  position : absolute;
  left : 4px;
  top : 1px;
  width : 6px;
  height : 9px;
  border : solid #004774;
  border-width : 0 2px 2px 0;
  -webkit-transform : rotate(45deg);
          transform : rotate(45deg);
}
@media (max-width: 1023.98px) {
  .form-check .form-check-input:checked + .form-check-label::after {
    left : 8px;
    top : 6px;
    width : 9px;
    height : 16px;
    border-width : 0 3px 3px 0;
  }
}
@media (max-width: 1023.98px) and (max-width: 767.98px) {
  .form-check .form-check-input:checked + .form-check-label::after {
    left : 4px;
    top : 3px;
    width : 4px;
    height : 8px;
    border-width : 0 2px 2px 0;
  }
}
.form-check .form-check-label {
  position : relative;
  padding-left : 20px;
  font-size : 10px;
  color : #004774;
  cursor : pointer;
}
.form-check .form-check-label::before {
  content : '';
  position : absolute;
  top : 0;
  left : 0;
  display : block;
  height : 14px;
  width : 14px;
  background-color : #ffffff;
  border : 1px solid #004774;
}
@media (max-width: 1023.98px) {
  .form-check .form-check-label {
    font-size : 24px;
    padding-left : 41px;
  }
  .form-check .form-check-label::before {
    height : 24px;
    width : 24px;
    top : 5px;
  }
}
@media (max-width: 1023.98px) and (max-width: 767.98px) {
  .form-check .form-check-label {
    font-size : 12px;
    padding-left : 21px;
  }
  .form-check .form-check-label::before {
    height : 12px;
    width : 12px;
    top : 2px;
  }
}

.dropdown-select .form-check {
  margin : 0 0 2px;
}
@media (max-width: 1023.98px) {
  .dropdown-select .form-check {
    margin : 0 0 10px;
  }
}
@media (max-width: 1023.98px) and (max-width: 767.98px) {
  .dropdown-select .form-check {
    margin : 0;
  }
}
.dropdown-select .form-check .form-check-input {
  top : 7px;
  left : 1px;
}
.dropdown-select .form-check .form-check-input:checked + .form-check-label::after {
  top : 2px;
}
@media (max-width: 1023.98px) {
  .dropdown-select .form-check .form-check-input:checked + .form-check-label::after {
    left : 7px;
    top : 1px;
  }
}
@media (max-width: 1023.98px) and (max-width: 767.98px) {
  .dropdown-select .form-check .form-check-input:checked + .form-check-label::after {
    left : 4px;
    top : 3px;
  }
}
.dropdown-select .form-check .form-check-label {
  font-size : .677em;
  font-weight : bold;
}
.dropdown-select .form-check .form-check-label::before {
  border : 1px solid rgba(0, 0, 0, .2);
}
@media (max-width: 1023.98px) {
  .dropdown-select .form-check .form-check-label {
    font-size : .941em;
    padding-left : 37px;
  }
  .dropdown-select .form-check .form-check-label::before {
    height : 22px;
    width : 22px;
    top : 0;
  }
}
@media (max-width: 1023.98px) and (max-width: 767.98px) {
  .dropdown-select .form-check .form-check-label {
    font-size : .75em;
    font-weight : normal;
    padding-left : 21px;
  }
  .dropdown-select .form-check .form-check-label::before {
    height : 12px;
    width : 12px;
    top : 2px;
  }
}

/*input{
  border: 1px solid $blue;
  border-radius: 0px;
  color:$blue;
  font-size: 12,64px;
  padding: 8px;
  margin: 0 auto;
}
#login-modal{
  form *{
    display: block;
  }
  button{
    margin:0 auto;
  }
  a, p{
    color: $blue;
  }
}*/
.trombino-box .filtre-trombino {
  width : 100%;
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  -ms-flex-wrap : wrap;
      flex-wrap : wrap;
  float : left;
  position : relative;
  min-height : 1px;
  padding-right : 15px;
  padding-left : 15px;
  margin-bottom : 77px;
}
.trombino-box .filtre-trombino .label-filtre {
  float : left;
  position : relative;
  min-height : 1px;
  padding-left : 15px;
  color : #999999;
  font-size : 22px;
  text-transform : uppercase;
  line-height : 2;
  padding-right : 0;
}
.trombino-box .filtre-trombino .select-filtre {
  float : left;
  position : relative;
  min-height : 1px;
  padding-right : 15px;
  padding-left : 54px;
}
.trombino-box .filtre-trombino .select-filtre:after {
  width : 18px;
  border-left : 8px solid transparent;
  border-right : 8px solid transparent;
  border-top : 8px solid #003366;
  position : absolute;
  top : 15px;
  right : 25px;
  content : '';
}
.trombino-box .filtre-trombino .select-filtre select {
  height : calc(2.25rem + 5px);
     -moz-appearance : none;
  /* Firefox */
  -webkit-appearance : none;
  /* Safari and Chrome */
          appearance : none;
}

.trombino-box .bloc-trombino {
  float : left;
  position : relative;
  min-height : 1px;
  padding-right : 15px;
  padding-left : 15px;
  color : #000000;
  font-weight : 600;
  margin-bottom : 20px;
}
.trombino-box .bloc-trombino .bloc-trombino-body {
  display : inline-block;
  position : relative;
  height : 100%;
  width : 100%;
  padding : 14px 10px 45px 10px;
}
.trombino-box .bloc-trombino .bloc-trombino-body .bloc-trombino-img {
  border-radius : 100%;
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  -webkit-box-flex : 0;
      -ms-flex : 0 0 105px;
          flex : 0 0 105px;
  height : 105px;
  -webkit-box-pack : center;
      -ms-flex-pack : center;
          justify-content : center;
  overflow : hidden;
  position : relative;
  width : 105px;
  margin : 0 auto;
  margin-bottom : 14px;
}
.trombino-box .bloc-trombino .bloc-trombino-body .bloc-trombino-img .img_overlay {
  -webkit-box-align : center;
      -ms-flex-align : center;
          align-items : center;
  bottom : 0;
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  -webkit-box-pack : center;
      -ms-flex-pack : center;
          justify-content : center;
  left : 0;
  opacity : 1;
  position : absolute;
  right : 0;
  top : 0;
  -webkit-transition : opacity .25s;
  transition : opacity .25s;
  z-index : 1;
}
.trombino-box .bloc-trombino .bloc-trombino-body .bloc-trombino-img img {
  /* height: 100%;*/
}
.trombino-box .bloc-trombino .bloc-trombino-body .bloc-trombino-img figure {
  margin : 0;
}
.trombino-box .bloc-trombino .bloc-trombino-body .bloc-content-info {
  padding : 0 15px;
  text-align : center;
}
.trombino-box .bloc-trombino .bloc-trombino-body .bloc-content-info .bloc-trombino-fullname {
  margin-bottom : 20px;
  text-transform : uppercase;
  padding-left : 8px;
}
.trombino-box .bloc-trombino .bloc-trombino-body .bloc-content-info .bloc-trombino-libelle {
  padding-left : 8px;
}
.trombino-box .bloc-trombino .bloc-trombino-body .bloc-content-info .bloc-trombino-phone {
  text-align : center;
  margin-bottom : 20px;
}
.trombino-box .bloc-trombino .bloc-trombino-body .bloc-content-info .bloc-trombino-mail {
  text-align : center;
}
.trombino-box .bloc-trombino .bloc-trombino-body .bloc-content-info .bloc-trombino-mail i {
  color : #003366;
  font-size : 25px;
  margin-right : 10px;
  top : 7px;
  position : relative;
}

.trombino-box .bloc-loading {
  display : none;
  z-index : 1000;
  opacity : .7;
  margin-bottom : 50px;
}
.trombino-box .bloc-loading .loader {
  border : 16px solid #ffffff;
  border-top : 16px solid #e6e6e6;
  border-radius : 50%;
  width : 120px;
  height : 120px;
  -webkit-animation : spin 2s linear infinite;
          animation : spin 2s linear infinite;
  margin : 0 auto;
}

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

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

.label-link-sociaux {
  font-size : 31px;
  font-weight : 700;
  color : #0088e4;
  float : left;
}

.picto-link-sociaux {
  font-size : 31px;
  font-weight : 700;
  color : #ffffff;
  float : left;
  padding-left : 10px;
}
.picto-link-sociaux a {
  padding-left : 10px;
}
.picto-link-sociaux a:hover {
  text-decoration : none;
}
.picto-link-sociaux a i {
  color : #0088e4;
}

@media screen and (max-width: 767px) {
  .filtre-trombino {
    margin-bottom : 35px !important;
  }
  .label-filtre {
    width : 100%;
  }
  .select-filtre {
    width : 100%;
    padding-left : 15px !important;
  }
  .bloc-trombino {
    width : 100%;
  }
  .label-link-sociaux {
    width : 100%;
    font-size : 25px;
  }
  .picto-link-sociaux {
    width : 100%;
  }
}

@media screen and (min-width: 768px) {
  .label-filtre {
    width : 50%;
  }
  .select-filtre {
    width : 50%;
  }
  .bloc-trombino {
    width : 50%;
  }
  .no-padding-left {
    padding-left : 15px !important;
  }
  .no-padding-right {
    padding-right : 15px !important;
  }
  .custom-padding {
    padding-left : 15px !important;
    padding-right : 15px !important;
  }
  .label-link-sociaux {
    width : 100%;
  }
  .picto-link-sociaux {
    width : 100%;
  }
}

@media screen and (min-width: 1025px) {
  .label-filtre {
    width : 33.33333333%;
  }
  .select-filtre {
    width : 50%;
  }
  .bloc-trombino {
    width : 33.33333333%;
  }
  .no-padding-left {
    padding-left : 15px !important;
  }
  .no-padding-right {
    padding-right : 15px !important;
  }
  .custom-padding {
    padding-left : 15px !important;
    padding-right : 15px !important;
  }
  .label-link-sociaux {
    width : 100%;
  }
  .picto-link-sociaux {
    width : 100%;
  }
}

@media screen and (min-width: 1200px) {
  .label-filtre {
    width : 33.33333333%;
  }
  .select-filtre {
    width : 50%;
  }
  .bloc-trombino {
    width : 33.33333333%;
  }
  .no-padding-left {
    padding-left : 0 !important;
  }
  .no-padding-right {
    padding-right : 0 !important;
  }
  .custom-padding {
    padding-left : 7.5px !important;
    padding-right : 7.5px !important;
  }
  .label-link-sociaux {
    width : auto;
  }
  .picto-link-sociaux {
    width : auto;
  }
}

.tac_activate {
  background : #004774 !important;
}
.tac_activate .tac_float .tarteaucitronAllow {
  background-color : #9ab1cd !important;
  color : white;
}

@media print {
  #tarteaucitronRoot {
    display : none;
  }
}

#tarteaucitronRoot.tarteaucitronBeforeVisible #tarteaucitronAlertBig {
  display : -webkit-box !important;
  display : -ms-flexbox !important;
  display : flex !important;
}
@media (max-width: 1023.98px) {
  #tarteaucitronRoot.tarteaucitronBeforeVisible #tarteaucitronAlertBig {
    display : block !important;
  }
}

#tarteaucitronRoot .tarteaucitronAllow {
  background : #9ab1cd;
  color : white;
}

#tarteaucitronRoot .tarteaucitronDeny {
  background : #9ab1cd;
  color : white;
}

#tarteaucitronRoot #tarteaucitronAlertBig {
  -webkit-box-align : center;
      -ms-flex-align : center;
          align-items : center;
  -webkit-box-pack : center;
      -ms-flex-pack : center;
          justify-content : center;
  background : #005cbc !important;
  padding : 24px 0 !important;
  font-family : 'semplicitapro', sans-serif !important;
  font-size : 15px !important;
  line-height : 24px;
}
#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert {
  width : 21%;
  font-family : 'semplicitapro', sans-serif !important;
  font-size : 15px !important;
  font-weight : 500;
  line-height : 24px;
  padding : 0 20px 0 20px;
}
@media (max-width: 1023.98px) {
  #tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert {
    width : 100%;
    padding : 0;
    margin-bottom : 10px;
    text-align : center;
  }
}
#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronCloseAlert {
  background : #ffffff;
  color : #005cbc;
  text-transform : uppercase;
  font-size : 15px !important;
  font-family : 'semplicitapro', sans-serif !important;
  font-weight : 500;
  line-height : 24px;
  padding : 12px 24px;
  margin-left : 16px !important;
  -webkit-box-sizing : border-box;
          box-sizing : border-box;
  margin-bottom : 0;
}
@media (max-width: 767.98px) {
  #tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronCloseAlert {
    padding : 12px 7px;
  }
}
#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronCloseAlert::before {
  content : '\e904';
  font-family : 'icomoon';
  margin-right : 5px;
  font-size : 16px;
}
@media (max-width: 767.98px) {
  #tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronCloseAlert {
    font-size : 12px !important;
    font-weight : 600;
    margin-left : 0 !important;
    margin-top : 10px;
  }
}
@media (max-width: 412px), screen and (orientation: portrait) {
  #tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronCloseAlert {
    width : 275px;
  }
}
#tarteaucitronRoot #tarteaucitronAlertBig .tarteaucitronDeny {
  background : #ffffff;
  color : #005cbc;
  text-transform : uppercase;
  font-size : 15px !important;
  font-family : 'semplicitapro', sans-serif !important;
  font-weight : 500;
  line-height : 24px;
  padding : 12px 24px;
  margin-left : 16px !important;
  -webkit-box-sizing : border-box;
          box-sizing : border-box;
}
@media (max-width: 767.98px) {
  #tarteaucitronRoot #tarteaucitronAlertBig .tarteaucitronDeny {
    font-size : 12px !important;
    font-weight : 600;
    margin-left : 12px !important;
    padding : 12px 7px;
  }
}
#tarteaucitronRoot #tarteaucitronAlertBig .tarteaucitronAllow {
  background : #ffffff;
  color : #005cbc;
  text-transform : uppercase;
  font-size : 15px !important;
  font-family : 'semplicitapro', sans-serif !important;
  font-weight : 500;
  line-height : 24px;
  padding : 12px 24px;
  -webkit-box-sizing : border-box;
          box-sizing : border-box;
}
@media (max-width: 767.98px) {
  #tarteaucitronRoot #tarteaucitronAlertBig .tarteaucitronAllow {
    font-size : 12px !important;
    font-weight : 600;
    margin : 0;
    padding : 12px 7px;
  }
}
#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronPrivacyUrl {
  margin-left : 90px;
  font-family : 'semplicitapro', sans-serif !important;
  font-size : 15px !important;
  font-weight : 500;
  line-height : 24px;
}
@media (max-width: 1023.98px) {
  #tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronPrivacyUrl {
    width : 100%;
    margin : 10px 0 0 0;
  }
}
@media (max-width: 767.98px) {
  #tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronPrivacyUrl {
    margin-left : 0;
    margin-top : 10px;
  }
}
#tarteaucitronRoot #tarteaucitronAlertBig .tarteaucitronCross::before {
  content : '\e905';
  font-family : 'icomoon';
  font-size : 10px;
  margin-right : 5px;
  display : inline-block;
  color : #005cbc;
}
#tarteaucitronRoot #tarteaucitronAlertBig .tarteaucitronCheck::before {
  content : '\e903';
  font-family : 'icomoon';
  font-size : 10px;
  margin-right : 5px;
  display : inline-block;
  color : #005cbc;
}
#tarteaucitronRoot #tarteaucitronAlertBig .tarteaucitronParameters::before {
  content : '\e904';
  font-family : 'icomoon';
  font-size : 10px;
  margin-right : 5px;
  display : inline-block;
  color : #005cbc;
}

#tarteaucitronRoot #tarteaucitron #tarteaucitronServices .tarteaucitronTitle button {
  background : #005cbc !important;
  color : white;
}

#tarteaucitronRoot #tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsAllowed {
  border-color : #9ab1cd;
}
#tarteaucitronRoot #tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsAllowed .tarteaucitronAllow {
  background : #9ab1cd;
  color : white;
}
#tarteaucitronRoot #tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsAllowed .tarteaucitronDeny {
  background : #9ab1cd;
  color : white;
}

#tarteaucitronRoot #tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsDenied {
  border-color : #9ab1cd;
}
#tarteaucitronRoot #tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsDenied .tarteaucitronAllow {
  background : #9ab1cd;
  color : white;
}
#tarteaucitronRoot #tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsDenied .tarteaucitronDeny {
  background : #9ab1cd;
  color : white;
}

#tarteaucitronRoot #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine {
  background : #005cbc !important;
  border-color : #005cbc !important;
}

#tarteaucitronRoot #tarteaucitron #tarteaucitronServices #tarteaucitronAllAllowed.tarteaucitronIsSelected,
#tarteaucitronRoot #tarteaucitron #tarteaucitronServices #tarteaucitronAllDenied.tarteaucitronIsSelected,
#tarteaucitronRoot #tarteaucitron #tarteaucitronServices #tarteaucitronAllDenied2.tarteaucitronIsSelected {
  background : #9ab1cd;
  color : white;
}

#tarteaucitronRoot #tarteaucitron #tarteaucitronInfo,
#tarteaucitronRoot #tarteaucitron #tarteaucitronClosePanel,
#tarteaucitronRoot #tarteaucitron .tarteaucitronDetails {
  background : #005cbc !important;
  border-color : #005cbc !important;
}

.wrapper-tetiere {
  margin-bottom : 20px;
}
.wrapper-tetiere .before-datePublished {
  margin-bottom : 25px !important;
}
.wrapper-tetiere .before-datePublished::after {
  content : '';
  display : block;
  height : 15px;
  background-image : url('../images/article-h1-lignes.svg');
  background-repeat : no-repeat;
  background-position : center bottom;
}
@media (max-width: 1023.98px) {
  .wrapper-tetiere .before-datePublished {
    font-size : 24px !important;
    line-height : 1.25;
    letter-spacing : 1.5px;
    font-weight : 600 !important;
  }
}
.wrapper-tetiere .title-datePublished {
  text-align : center;
  display : block;
  line-height : 1.4;
  color : grey;
  font-size : 11px;
  font-weight : 600;
  text-transform : uppercase;
  margin-bottom : 40px !important;
}
.wrapper-tetiere .wrapper-image {
  text-align : center;
}
.wrapper-tetiere .wrapper-image img {
  max-width : 100%;
}

.wrapper-list-rubriques {
  padding : 63px 0 45px;
  margin-bottom : 50px;
}
@media (max-width: 1023.98px) {
  .wrapper-list-rubriques {
    padding : 50px 0 37px;
    margin-bottom : 60px;
  }
}
@media (max-width: 1023.98px) and (max-width: 767.98px) {
  .wrapper-list-rubriques {
    padding : 25px 0;
    margin-bottom : 24px;
  }
}
.wrapper-list-rubriques .wrapper-rubrique {
  min-height : 52px;
  margin-bottom : 26px;
}
@media (max-width: 1023.98px) {
  .wrapper-list-rubriques .wrapper-rubrique {
    min-height : 73px;
  }
}
@media (max-width: 1023.98px) and (max-width: 767.98px) {
  .wrapper-list-rubriques .wrapper-rubrique {
    min-height : 36px;
    margin-bottom : 13px;
  }
}
.wrapper-list-rubriques .wrapper-rubrique .link-rubrique {
  position : relative;
  display : table;
  width : 100%;
  height : 100%;
  padding : 0 10px;
  overflow : hidden;
  background-color : #9ab1cd;
  font-size : 1.016em;
  font-weight : bold;
  text-align : center;
  text-transform : uppercase;
  color : #ffffff;
  -webkit-transition : background-color .3s ease;
          transition : background-color .3s ease;
}
@media (max-width: 1023.98px) {
  .wrapper-list-rubriques .wrapper-rubrique .link-rubrique {
    font-size : 1.411em;
  }
}
@media (max-width: 1023.98px) and (max-width: 767.98px) {
  .wrapper-list-rubriques .wrapper-rubrique .link-rubrique {
    font-size : .75em;
  }
}
.wrapper-list-rubriques .wrapper-rubrique .link-rubrique .title-rubrique {
  display : table-cell;
  height : 100%;
  vertical-align : middle;
  opacity : 1;
  -webkit-transition : opacity .3s ease;
          transition : opacity .3s ease;
}
.wrapper-list-rubriques .wrapper-rubrique .link-rubrique .intro-rubrique {
  display : table;
  opacity : 0;
  -webkit-transition : opacity .3s ease;
          transition : opacity .3s ease;
  position : absolute;
  top : 0;
  bottom : 0;
  left : 0;
  width : 100%;
  height : 100%;
  padding : 0 10px;
  -webkit-box-sizing : border-box;
          box-sizing : border-box;
  background-color : #004774;
  font-size : .80em;
  text-decoration : none;
}
.wrapper-list-rubriques .wrapper-rubrique .link-rubrique .intro-rubrique span {
  display : table-cell;
  height : 100%;
  vertical-align : middle;
}
.wrapper-list-rubriques .wrapper-rubrique .link-rubrique:hover .hover.title-rubrique {
  opacity : 0;
}
.wrapper-list-rubriques .wrapper-rubrique .link-rubrique:hover .hover + .intro-rubrique {
  opacity : 1;
}

.wrapper-pagination {
  padding : 37px 0 55px;
  font-weight : 500;
}
@media (max-width: 1023.98px) {
  .wrapper-pagination {
    padding : 45px 0 80px;
  }
}
@media (max-width: 1023.98px) and (max-width: 767.98px) {
  .wrapper-pagination {
    padding : 0 0 25px;
  }
}
.wrapper-pagination .page-item .page-link:focus {
  -webkit-box-shadow : none;
          box-shadow : none;
}
.wrapper-pagination .pagination {
  font-size : .987em;
}
@media (max-width: 1023.98px) {
  .wrapper-pagination .pagination {
    margin-bottom : 60px;
    font-size : 1.375em;
  }
}
@media (max-width: 1023.98px) and (max-width: 767.98px) {
  .wrapper-pagination .pagination {
    margin-bottom : 15px;
    font-size : .75em;
  }
}
.wrapper-pagination .pagination .page-item {
  margin : 0 9px;
}
.wrapper-pagination .pagination .page-item .page-link {
  width : 32px;
  height : 32px;
  line-height : 32px;
  padding : 0;
  border : 0;
  border-radius : 0;
  background-color : #e5e5e5;
  color : #004774;
  text-align : center;
}
.wrapper-pagination .pagination .page-item.disabled .page-link {
  background-color : #004774;
  color : #ffffff;
}
@media (max-width: 1023.98px) {
  .wrapper-pagination .pagination .page-item {
    margin : 0 13px;
  }
  .wrapper-pagination .pagination .page-item .page-link {
    width : 44px;
    height : 44px;
    line-height : 44px;
  }
}
@media (max-width: 1023.98px) and (max-width: 767.98px) {
  .wrapper-pagination .pagination .page-item {
    margin : 0 6px;
  }
  .wrapper-pagination .pagination .page-item .page-link {
    width : 22px;
    height : 22px;
    line-height : 22px;
  }
}
.wrapper-pagination .page-prev,
.wrapper-pagination .page-next {
  font-size : .79em;
}
@media (max-width: 1023.98px) {
  .wrapper-pagination .page-prev,
  .wrapper-pagination .page-next {
    font-size : 1.098em;
  }
}
@media (max-width: 1023.98px) and (max-width: 767.98px) {
  .wrapper-pagination .page-prev,
  .wrapper-pagination .page-next {
    font-size : .835em;
  }
}
.wrapper-pagination .page-prev .page-link,
.wrapper-pagination .page-next .page-link {
  padding : 0 8px;
  height : 43px;
  line-height : 43px;
  border-radius : 6px;
  background-color : #004774;
  color : #ffffff;
}
@media (max-width: 1023.98px) {
  .wrapper-pagination .page-prev .page-link,
  .wrapper-pagination .page-next .page-link {
    height : 60px;
    line-height : 60px;
    border-radius : 9px;
  }
}
@media (max-width: 767.98px) {
  .wrapper-pagination .page-prev .page-link,
  .wrapper-pagination .page-next .page-link {
    width : 130px;
    height : 30px;
    line-height : 30px;
    border-radius : 5px;
  }
}
.wrapper-pagination .page-prev.disabled .page-link,
.wrapper-pagination .page-next.disabled .page-link {
  background-color : #e5e5e5;
  color : #004774;
}

.dropdown-select .btn-select {
  position : relative;
  width : 100%;
  padding : 9px 40px 9px 16px;
  background-color : #ffffff;
  border : 1px solid #ffffff;
  font-size : .677em;
  font-weight : bold;
  text-align : left;
  color : #004774;
}
.dropdown-select .btn-select[aria-expanded='true'] {
  border-color : #cfcfcf;
}
.dropdown-select .btn-select[aria-expanded='true'] .icon {
  -webkit-transform : rotateX(180deg);
          transform : rotateX(180deg);
}
.dropdown-select .btn-select::after {
  display : none;
}
.dropdown-select .btn-select .icon {
  position : absolute;
  top : 11px;
  right : 17px;
  font-size : 17px;
  -webkit-transition : all .3s ease;
          transition : all .3s ease;
}

.dropdown-select.show .btn-select {
  border-color : #cfcfcf;
}
.dropdown-select.show .btn-select .icon {
  -webkit-transform : rotateX(180deg);
          transform : rotateX(180deg);
}

.dropdown-select .collapse,
.dropdown-select .collapsing {
  position : absolute;
  background-color : #ffffff;
  border : 1px solid rgba(0, 0, 0, .15);
  z-index : 1;
  top : -2px !important;
  width : 100%;
  margin : 0;
  border-radius : 0;
  border-top : 0;
  border-color : #cfcfcf;
  -webkit-transform : translate3d(0px, 36px, 0px) !important;
          transform : translate3d(0px, 36px, 0px) !important;
}
.dropdown-select .collapse .content-filter,
.dropdown-select .collapsing .content-filter {
  padding : 0 16px 18px;
}
.dropdown-select .collapse .link-unhook,
.dropdown-select .collapsing .link-unhook {
  display : inline-block;
  margin : 14px 0 25px 20px;
  font-size : .677em;
  font-weight : bold;
  color : #004774;
  text-decoration : underline;
}

@media (max-width: 1023.98px) {
  .dropdown-select {
    margin-bottom : 37px;
  }
  .dropdown-select .btn-select {
    padding : 15px 55px 12px 30px;
    font-size : .941em;
  }
  .dropdown-select .btn-select .icon {
    top : 16px;
    right : 19px;
    font-size : 21px;
  }
  .dropdown-select .collapse,
  .dropdown-select .collapsing {
    -webkit-transform : translate3d(0px, 51px, 0px) !important;
            transform : translate3d(0px, 51px, 0px) !important;
  }
  .dropdown-select .collapse .content-filter,
  .dropdown-select .collapsing .content-filter {
    padding : 12px 30px 30px;
  }
  .dropdown-select .collapse .link-unhook,
  .dropdown-select .collapsing .link-unhook {
    margin : 20px 0 30px 37px;
    font-size : .941em;
  }
}
@media (max-width: 1023.98px) and (max-width: 767.98px) {
  .dropdown-select {
    margin-bottom : 19px;
  }
  .dropdown-select .btn-select {
    padding : 4px 24px 1px 10px;
    font-size : .75em;
    font-weight : normal;
  }
  .dropdown-select .btn-select .icon {
    top : 8px;
    right : 7px;
    font-size : 11px;
  }
  .dropdown-select .collapse,
  .dropdown-select .collapsing {
    -webkit-transform : translate3d(0px, 26px, 0px) !important;
            transform : translate3d(0px, 26px, 0px) !important;
  }
  .dropdown-select .collapse .content-filter,
  .dropdown-select .collapsing .content-filter {
    padding : 6px 10px 15px;
  }
  .dropdown-select .collapse .link-unhook,
  .dropdown-select .collapsing .link-unhook {
    margin : 10px 0 15px 18px;
    font-size : .75em;
    font-weight : normal;
  }
}

.wrapper-navigation-page {
  max-width : 1060px;
  margin : 0 auto 30px auto;
}
@media (max-width: 1023.98px) {
  .wrapper-navigation-page {
    margin-bottom : 30px;
  }
  .wrapper-navigation-page .container {
    padding : 0 30px;
  }
}
@media (max-width: 767.98px) {
  .wrapper-navigation-page {
    padding : 13px 0 15px;
    margin-bottom : 0;
  }
  .wrapper-navigation-page .container {
    padding : 0 15px;
  }
  .wrapper-navigation-page .nav {
    width : 37px;
    margin-bottom : 10px;
  }
  .wrapper-navigation-page .page-next .nav {
    float : right;
  }
}
.wrapper-navigation-page .navigation-page {
  width : 49%;
}
@media (max-width: 1023.98px) {
  .wrapper-navigation-page .navigation-page {
    margin-bottom : 20px;
    width : 100%;
  }
}
@media (max-width: 767.98px) {
  .wrapper-navigation-page .navigation-page {
    margin : 0 15px;
  }
}
.wrapper-navigation-page .navigation-page:nth-child(1) {
  margin-right : 20px;
}
@media (max-width: 1023.98px) {
  .wrapper-navigation-page .navigation-page:nth-child(1) {
    margin-right : 0;
  }
}
@media (max-width: 767.98px) {
  .wrapper-navigation-page .navigation-page:nth-child(1) {
    margin-right : 15px;
  }
}
.wrapper-navigation-page .page-prev,
.wrapper-navigation-page .page-next {
  position : relative;
  height : 236px;
  overflow : hidden;
}
@media (max-width: 1023.98px) {
  .wrapper-navigation-page .page-prev,
  .wrapper-navigation-page .page-next {
    height : auto;
  }
}
.wrapper-navigation-page .page-prev img,
.wrapper-navigation-page .page-next img {
  width : 100%;
  height : 236px;
  -webkit-filter : brightness(50%);
          filter : brightness(50%);
}
@media (max-width: 1023.98px) {
  .wrapper-navigation-page .page-prev img,
  .wrapper-navigation-page .page-next img {
    height : inherit;
  }
}
.wrapper-navigation-page .page-prev .desc,
.wrapper-navigation-page .page-next .desc {
  color : #ffffff;
  position : absolute;
  bottom : 0;
  padding : 20px;
}
.wrapper-navigation-page .page-prev .desc p,
.wrapper-navigation-page .page-next .desc p {
  text-transform : uppercase;
  font-size : .6em;
  font-weight : 600;
  line-height : .9em;
  letter-spacing : 1px;
}
@media (max-width: 1023.98px) {
  .wrapper-navigation-page .page-prev .desc p,
  .wrapper-navigation-page .page-next .desc p {
    font-size : 1em;
  }
}
@media (max-width: 767.98px) {
  .wrapper-navigation-page .page-prev .desc p,
  .wrapper-navigation-page .page-next .desc p {
    font-size : 9px;
    line-height : 1.4;
    font-weight : 700;
  }
}
.wrapper-navigation-page .page-next {
  text-align : right;
}
.wrapper-navigation-page .page-next .desc {
  right : 0;
}
.wrapper-navigation-page a {
  color : #ffffff;
}
.wrapper-navigation-page a:hover {
  text-decoration : none;
}
.wrapper-navigation-page .title-nav {
  margin-bottom : 2px;
  font-size : 1.5em;
  font-weight : 500;
  line-height : 2em;
}
@media (max-width: 1023.98px) {
  .wrapper-navigation-page .title-nav {
    font-size : 1.882em;
    margin-bottom : 20px;
  }
}
@media (max-width: 767.98px) {
  .wrapper-navigation-page .title-nav {
    font-size : 19px;
    line-height : 1.4;
  }
}

.more-link {
  margin-bottom : 44px;
}
@media (max-width: 1023.98px) {
  .more-link {
    margin-bottom : 35px;
  }
}
@media (max-width: 767.98px) {
  .more-link {
    margin-bottom : 18px;
  }
}

@media print {
  .article-nav {
    display : none;
  }
}

.article-nav img {
  margin-bottom : 50px;
}
@media (max-width: 1023.98px) {
  .article-nav img {
    width : 100%;
    margin-bottom : 10px;
  }
}

.wrapper-tablesorter {
  max-width : 100%;
  overflow-x : auto;
}
.wrapper-tablesorter .table {
  font-size : .9375em;
}
@media (max-width: 1023.98px) {
  .wrapper-tablesorter .table {
    font-size : 1em;
  }
}
.wrapper-tablesorter .table.table-image {
  font-size : 1.125em;
}
.wrapper-tablesorter .table thead {
  border-bottom : 4px solid #f8f9fa;
}
.wrapper-tablesorter .table tbody tr[data-href]:hover {
  text-decoration : underline;
  cursor : pointer;
}
.wrapper-tablesorter .table.radio tbody tr:hover {
  text-decoration : none !important;
  cursor : default;
}
.wrapper-tablesorter .table tr {
  height : 56px;
}
.wrapper-tablesorter .table tr.audience:hover {
  background-color : #2038b4;
}
.wrapper-tablesorter .table tr.audience:hover td {
  color : #ffffff;
}
.wrapper-tablesorter .table tr.audience:hover td .icon {
  color : #ffffff;
}
.wrapper-tablesorter .table tr.diffusion:hover {
  background-color : #005cbc;
}
.wrapper-tablesorter .table tr.diffusion:hover td {
  color : #ffffff;
}
.wrapper-tablesorter .table tr.diffusion:hover td .icon {
  color : #ffffff;
}
.wrapper-tablesorter .table tr.frequentation:hover {
  background-color : #00bcf4;
}
.wrapper-tablesorter .table tr.frequentation:hover td {
  color : #ffffff;
}
.wrapper-tablesorter .table tr.frequentation:hover td .icon {
  color : #ffffff;
}
.wrapper-tablesorter .table th {
  position : relative;
  vertical-align : middle;
  border : none;
  padding : 25px 0;
  font-size : 15px;
  font-weight : 600;
  text-align : right;
  color : #565656;
}
@media (max-width: 767.98px) {
  .wrapper-tablesorter .table th {
    font-size : 12px;
  }
}
.wrapper-tablesorter .table th .tablesorter-header-inner {
  width : 70%;
  text-align : right;
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  -webkit-box-align : center;
      -ms-flex-align : center;
          align-items : center;
  margin-left : auto;
  margin-right : 15px;
}
@media (max-width: 1023.98px) {
  .wrapper-tablesorter .table th .tablesorter-header-inner {
    width : auto;
  }
}
.wrapper-tablesorter .table th .icon-sort {
  display : inline-grid;
  vertical-align : middle;
  margin : 0 0 0 5px;
  color : #c0c0c0;
}
.wrapper-tablesorter .table th .icon-sort .icon {
  cursor : pointer;
  margin-left : 10px;
  font-size : 8px;
}
@media (max-width: 767.98px) {
  .wrapper-tablesorter .table th .icon-sort .icon {
    margin-left : 4px;
  }
}
.wrapper-tablesorter .table th .icon-sort .icon.icon-select-up {
  margin-bottom : 4px;
}
@media (max-width: 1023.98px) {
  .wrapper-tablesorter .table th .icon-sort .icon.icon-select-up {
    margin-bottom : 0;
  }
}
.wrapper-tablesorter .table th.headerSortDown {
  color : #005cbc;
}
.wrapper-tablesorter .table th.headerSortDown .icon {
  margin : 0;
}
.wrapper-tablesorter .table th.headerSortDown .icon-select-up {
  display : none;
}
.wrapper-tablesorter .table th.headerSortDown .icon-select-down::before {
  content : '\e901';
  font-family : 'icomoon';
  font-size : 18px;
  color : #005cbc;
}
@media (max-width: 767.98px) {
  .wrapper-tablesorter .table th.headerSortDown .icon-select-down::before {
    font-size : 12px;
  }
}
.wrapper-tablesorter .table th.headerSortUp {
  color : #005cbc;
}
.wrapper-tablesorter .table th.headerSortUp .icon {
  margin : 0;
}
.wrapper-tablesorter .table th.headerSortUp .icon-select-down {
  display : none;
}
.wrapper-tablesorter .table th.headerSortUp .icon-select-up::before {
  display : inline-block;
  content : '\e901';
  font-family : 'icomoon';
  font-size : 18px;
  color : #005cbc;
  -webkit-transform : rotate(180deg);
          transform : rotate(180deg);
}
@media (max-width: 767.98px) {
  .wrapper-tablesorter .table th.headerSortUp .icon-select-up::before {
    font-size : 12px;
  }
}
.wrapper-tablesorter .table th:nth-child(1),
.wrapper-tablesorter .table th:nth-child(2),
.wrapper-tablesorter .table th:nth-child(3) {
  text-align : left;
}
.wrapper-tablesorter .table th:nth-child(1) .tablesorter-header-inner,
.wrapper-tablesorter .table th:nth-child(2) .tablesorter-header-inner,
.wrapper-tablesorter .table th:nth-child(3) .tablesorter-header-inner {
  margin : 0;
}
.wrapper-tablesorter .table .last-figures {
  background-color : #ffffff !important;
}
.wrapper-tablesorter .table .last-figures td {
  border-bottom : 1px solid #f8f9fa;
}
.wrapper-tablesorter .table .previous-waves {
  background-color : #eff7ff !important;
  border-bottom : 1px solid #ffffff;
}
.wrapper-tablesorter .table .previous-waves td:first-child {
  font-weight : 500 !important;
}
.wrapper-tablesorter .table .previous-waves td {
  font-size : 12px;
}
.wrapper-tablesorter .table td {
  font-size : 13px;
  text-align : center;
  border-top : none;
  padding : 10px 10px 10px;
  color : #565656;
  vertical-align : middle;
  font-weight : 500;
}
.wrapper-tablesorter .table td.text-right {
  padding-right : 20px !important;
}
.wrapper-tablesorter .table td:first-child {
  font-weight : 700;
}
.wrapper-tablesorter .table td .picto-logo img {
  width : auto;
  max-height : 40px;
}
.wrapper-tablesorter .table td .text-align-right {
  display : block;
  width : 35%;
  text-align : right;
  margin : auto;
}
@media (max-width: 1023.98px) {
  .wrapper-tablesorter .table td .text-align-right {
    width : auto;
  }
}
.wrapper-tablesorter .table tbody tr:nth-child(2n) {
  background-color : #eff7ff;
}
@media (max-width: 1023.98px) {
  .wrapper-tablesorter .table .source {
    padding : 13px 20px 17px !important;
  }
  .wrapper-tablesorter .table th {
    padding : 5px 10px 26px;
    border : 0;
    font-weight : bold;
  }
  .wrapper-tablesorter .table th,
  .wrapper-tablesorter .table td {
    text-align : center;
  }
  .wrapper-tablesorter .table td {
    font-size : .829em;
    padding : 10px 10px 10px;
  }
  .wrapper-tablesorter .table td:last-child {
    border-right-width : 0;
  }
  .wrapper-tablesorter .table tbody {
    font-weight : 400;
    line-height : 24px;
  }
  .wrapper-tablesorter .table tbody tr:nth-child(2n) {
    background-color : transparent;
  }
  .wrapper-tablesorter .table tbody tr:nth-child(2n+1) {
    background-color : #eff7ff;
  }
}
@media (max-width: 767.98px) {
  .wrapper-tablesorter .table .source {
    padding : 5px 10px 7px !important;
  }
  .wrapper-tablesorter .table th {
    padding : 2px 2px 15px;
    line-height : 1.2;
    font-weight : 600;
    text-align : right !important;
  }
  .wrapper-tablesorter .table td {
    font-size : 12px;
    padding : 7px 5px 10px;
  }
  .wrapper-tablesorter .table tbody {
    line-height : 1.2;
  }
}
@media print {
  .wrapper-tablesorter .table th {
    padding : 5px 5px 26px 5px;
  }
  .wrapper-tablesorter .table td {
    padding : 10px 5px;
  }
}
.wrapper-tablesorter .table.table-chart {
  margin-bottom : 30px;
}
@media (max-width: 767.98px) {
  .wrapper-tablesorter .table.table-chart {
    margin-bottom : 20px;
  }
}
.wrapper-tablesorter .table.table-chart th,
.wrapper-tablesorter .table.table-chart td {
  text-align : center;
}
@media (min-width: 1024px) {
  .wrapper-tablesorter .table.table-chart th:first-child,
  .wrapper-tablesorter .table.table-chart td:first-child {
    padding-left : 12px;
  }
  .wrapper-tablesorter .table.table-chart th:last-child,
  .wrapper-tablesorter .table.table-chart td:last-child {
    padding-right : 12px;
  }
}
.wrapper-tablesorter .table.table-chart td:first-child {
  font-weight : normal;
}
.wrapper-tablesorter .table.table-chart th.underline {
  border-bottom : 1px solid #eeeeee;
}
.wrapper-tablesorter .table tfoot th {
  background-color : #eff7ff;
  border-top : 2px solid #ffffff;
  font-weight : normal;
}
@media (max-width: 767.98px) {
  .wrapper-tablesorter .table.table-scroll {
    position : relative;
  }
}
@media (max-width: 767.98px) {
  .wrapper-tablesorter .table.table-scroll tr.scroll {
    display : table;
    width : 100%;
    position : absolute;
    background-color : #ffffff;
  }
}
@media (max-width: 767.98px) {
  .wrapper-tablesorter .table.table-scroll tr.scroll th {
    padding : 15px 10px;
  }
}
.wrapper-tablesorter.not-sorts th {
  padding : 15px 12px;
}
@media (max-width: 1023.98px) {
  .wrapper-tablesorter.not-sorts th {
    padding : 18px 10px 16px;
  }
}
@media (max-width: 767.98px) {
  .wrapper-tablesorter.not-sorts th {
    padding : 7px 5px 10px;
  }
}
.wrapper-tablesorter.not-sorts th .icon-sort {
  display : none;
}
.wrapper-tablesorter p {
  margin-bottom : 20px;
  color : #565656;
}

.notif-table {
  margin-bottom : 40px;
}
.notif-table p {
  margin : 0;
  line-height : 1.4em;
  color : #565656;
  font-size : 15px;
  font-weight : 500;
}
@media (max-width: 767.98px) {
  .notif-table p {
    font-size : 12px;
  }
}

.tendence-table {
  max-width : 100%;
  overflow-x : auto;
  font-size : 13px;
  line-height : 1.4;
  font-weight : 500;
}
@media (max-width: 767.98px) {
  .tendence-table table {
    font-size : 12px;
  }
}
.tendence-table table thead th {
  white-space : nowrap;
  border : 0 !important;
  font-weight : bold;
}
.tendence-table table th,
.tendence-table table td {
  background : #d7e7f8 !important;
  vertical-align : middle !important;
  text-align : center;
  font-size : 13px;
}
@media (max-width: 1023.98px) {
  .tendence-table table th,
  .tendence-table table td {
    font-size : 1em !important;
  }
}
@media (max-width: 767.98px) {
  .tendence-table table th,
  .tendence-table table td {
    font-size : 12px !important;
  }
}
.wrapper-membre .tendence-table table th,
.wrapper-membre
    .tendence-table table td {
  background : #d7e7f8 !important;
  border-color : rgba(0, 35, 58, .1) !important;
}
.tendence-table table td {
  padding : 15px 0 15px 20px;
}
.tendence-table table td:first-child {
  font-weight : 700;
  text-align : left;
}
@media (max-width: 767.98px) {
  .tendence-table table td:first-child {
    font-weight : 600;
  }
}

.wrapper-filters {
  -webkit-box-pack : end;
      -ms-flex-pack : end;
          justify-content : flex-end;
}
@media (max-width: 1023.98px) {
  .wrapper-filters {
    -webkit-box-pack : center;
        -ms-flex-pack : center;
            justify-content : center;
  }
}
.wrapper-filters .filters {
  -webkit-box-pack : end;
      -ms-flex-pack : end;
          justify-content : flex-end;
  margin-right : 0;
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
}
@media (max-width: 1023.98px) {
  .wrapper-filters .filters {
    -webkit-box-pack : center;
        -ms-flex-pack : center;
            justify-content : center;
    text-align : center;
  }
}
@media (max-width: 767.98px) {
  .wrapper-filters .filters {
    margin-bottom : 30px;
    margin-top : 20px;
  }
}

.dropdown-filter {
  position : relative;
}
@media (max-width: 1023.98px) {
  .dropdown-filter {
    width : 100%;
  }
}
.dropdown-filter:last-child .btn-filter {
  padding-right : 0;
}
.dropdown-filter .btn-filter {
  position : relative;
  color : #565656;
  border-left : 1px solid #eeeeee;
  padding : 40px 48px 0 15px;
}
.dropdown-filter .btn-filter.active {
  color : #005cbc;
}
@media (max-width: 1023.98px) {
  .dropdown-filter .btn-filter {
    position : static;
    padding : 0;
    margin : 40px 0 0 0;
    text-align : left;
    border : 0;
  }
}
@media (max-width: 767.98px) {
  .dropdown-filter .btn-filter {
    width : 100%;
    line-height : 29px;
    padding : 0;
    margin : 0;
    text-align : center;
  }
}
.dropdown-filter .btn-filter .icon {
  display : inline-block;
  vertical-align : middle;
  font-size : 18px;
  margin-bottom : 4px;
  margin-right : 5px;
}
.dropdown-filter .btn-filter .icon.icon-archives,
.dropdown-filter .btn-filter .icon.icon-affichage {
  font-size : 20px;
}
@media (max-width: 1023.98px) {
  .dropdown-filter .btn-filter .icon {
    margin-right : 10px;
    font-size : 17px;
    vertical-align : initial;
  }
}
@media (max-width: 767.98px) {
  .dropdown-filter .btn-filter .icon {
    margin-right : 0;
    margin-top : 1px;
    font-size : 18px;
    display : block;
  }
}
.dropdown-filter .btn-filter .label {
  font-size : 15px;
  font-weight : 600 !important;
  line-height : 1em;
  font-weight : 500;
  text-align : center;
}
@media (max-width: 1023.98px) {
  .dropdown-filter .btn-filter .label {
    display : inline-block;
    font-size : 1em;
  }
}
@media (max-width: 767.98px) {
  .dropdown-filter .btn-filter .label {
    font-size : .75em;
    font-weight : 600;
    display : block;
    margin-top : 10px;
  }
}
.dropdown-filter .btn-filter[aria-expanded='true'] {
  color : #005cbc;
}
.dropdown-filter .border-filter {
  content : '';
  display : none;
  position : absolute;
  left : 15px;
  right : 38px;
  bottom : -10px;
  height : 3px;
  background-color : #005cbc;
}
@media (max-width: 1023.98px) {
  .dropdown-filter .border-filter {
    left : 0;
    right : 0;
  }
}
@media (max-width: 767.98px) {
  .dropdown-filter .border-filter {
    bottom : -18px;
  }
}
.dropdown-filter .btn-filter[aria-expanded='true'] + .border-filter {
  display : block;
}
.dropdown-filter .dropdown-menu-filter {
  position : absolute;
  z-index : 1;
  min-width : 100%;
  margin-top : 11px;
}
@media (max-width: 767.98px) {
  .dropdown-filter .dropdown-menu-filter {
    margin-top : 20px;
  }
}
.dropdown-filter .dropdown-menu-filter.archives {
  right : 0;
}
@media (max-width: 1023.98px) {
  .dropdown-filter .dropdown-menu-filter.archives {
    right : auto;
    left : 0;
  }
}
@media (max-width: 767.98px) {
  .dropdown-filter .dropdown-menu-filter.archives {
    right : 0;
    left : auto;
  }
}
@media (max-width: 767.98px) {
  .dropdown-filter .dropdown-menu-filter.export {
    right : 0;
  }
}
.dropdown-filter .dropdown-menu-filter .content-filter {
  padding : 37px 49px 25px;
  background-color : #ffffff;
  color : #565656;
  border : 1px solid #eeeeee;
  border-radius : 0;
  -webkit-box-shadow : 0 3px 0 rgba(2, 37, 191, .1);
          box-shadow : 0 3px 0 rgba(2, 37, 191, .1);
  font-weight : 500;
}
@media (max-width: 1023.98px) {
  .dropdown-filter .dropdown-menu-filter .content-filter {
    padding : 20px 30px;
    width : 220px;
  }
}
@media (max-width: 767.98px) {
  .dropdown-filter .dropdown-menu-filter .content-filter {
    padding : 20px;
  }
}
.dropdown-filter .dropdown-menu-filter .content-filter .list-link li {
  margin-bottom : 17px;
}
@media (max-width: 1023.98px) {
  .dropdown-filter .dropdown-menu-filter .content-filter .list-link li {
    margin-bottom : 30px;
  }
}
@media (max-width: 767.98px) {
  .dropdown-filter .dropdown-menu-filter .content-filter .list-link li {
    margin-bottom : 20px;
  }
}
.dropdown-filter .dropdown-menu-filter .content-filter .list-link li:last-child {
  margin-bottom : 0;
}
.dropdown-filter .dropdown-menu-filter .content-filter .list-link li .cta,
.dropdown-filter .dropdown-menu-filter .content-filter .list-link li .bouton-link {
  white-space : nowrap;
  width : 100%;
}
.dropdown-filter .dropdown-menu-filter .content-filter .list-link li .cta .icon,
.dropdown-filter .dropdown-menu-filter .content-filter .list-link li .bouton-link .icon {
  margin-right : 10px;
  font-size : 16px;
  vertical-align : middle;
}
.dropdown-filter .dropdown-menu-filter .content-filter .bloc-text {
  font-size : .79em;
  color : #565656;
}
@media (max-width: 1023.98px) {
  .dropdown-filter .dropdown-menu-filter .content-filter .bloc-text {
    font-size : 1.098em;
  }
}
@media (max-width: 1023.98px) and (max-width: 767.98px) {
  .dropdown-filter .dropdown-menu-filter .content-filter .bloc-text {
    font-size : .835em;
  }
}
.dropdown-filter .dropdown-menu-filter .content-filter .bloc-text a {
  color : #565656;
}
@media (max-width: 1023.98px) {
  .dropdown-filter .dropdown-menu-filter .content-filter .bloc-text {
    font-size : .8em;
  }
}
@media (max-width: 1023.98px) {
  .dropdown-filter .dropdown-menu-filter .content-filter .cta,
  .dropdown-filter .dropdown-menu-filter .content-filter .bouton-link {
    height : auto;
    line-height : 20px;
    border-radius : 0;
    font-size : .8em;
    font-family : 'semplicitapro', sans-serif;
  }
}
.dropdown-filter .bootstrap-select {
  min-width : 270px;
  background-color : #ffffff;
  margin-bottom : 20px;
}
@media (max-width: 1023.98px) {
  .dropdown-filter .bootstrap-select {
    width : 100% !important;
    min-width : auto;
  }
}
.dropdown-filter .bootstrap-select .dropdown-menu {
  width : 100%;
  min-width : auto !important;
  margin : 0;
  border : none;
  border-radius : 0;
  background-color : #eeeeee;
}
.dropdown-filter .bootstrap-select .btn,
.dropdown-filter .bootstrap-select .dropdown-item {
  font-size : .93em;
  color : #565656;
  white-space : normal;
  font-weight : 500;
}
@media (max-width: 1023.98px) {
  .dropdown-filter .bootstrap-select .btn,
  .dropdown-filter .bootstrap-select .dropdown-item {
    font-size : 1em;
  }
}
@media (max-width: 767.98px) {
  .dropdown-filter .bootstrap-select .btn,
  .dropdown-filter .bootstrap-select .dropdown-item {
    font-size : .75em;
  }
}
.dropdown-filter .bootstrap-select .btn.selected,
.dropdown-filter .bootstrap-select .btn.active,
.dropdown-filter .bootstrap-select .dropdown-item.selected,
.dropdown-filter .bootstrap-select .dropdown-item.active {
  color : #ffffff;
  background-color : #005cbc;
}
.dropdown-filter .bootstrap-select .btn {
  padding : 6px 6px 6px 18px;
  line-height : 24px;
  background-color : #f8f9fa;
  font-weight : 500;
}
.dropdown-filter .bootstrap-select .btn::after {
  vertical-align : middle;
  font-size : 15px;
}
@media (max-width: 767.98px) {
  .dropdown-filter .bootstrap-select .btn::after {
    font-size : 18px;
    position : absolute;
    right : 15px;
    top : 17px;
  }
}

@media print {
  .anchors-wrapper {
    display : none;
  }
}

.anchors-wrapper .list-link {
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  width : 100%;
  -webkit-box-pack : justify;
      -ms-flex-pack : justify;
          justify-content : space-between;
  margin-bottom : 0;
}
.anchors-wrapper .list-link .nav-item .anchor-link {
  color : #818181;
  -webkit-transition : all .3s;
  transition : all .3s;
  padding : 20px 24px;
  margin-right : 20px;
  font-size : .93em;
  font-weight : 600;
  text-align : center;
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  height : 60px;
  -webkit-box-align : center;
      -ms-flex-align : center;
          align-items : center;
}
@media (max-width: 767.98px) {
  .anchors-wrapper .list-link .nav-item .anchor-link {
    font-size : .75em;
  }
}
@media print {
  .anchors-wrapper .list-link .nav-item .anchor-link {
    padding : 10px;
    margin-right : 10px;
  }
}
.anchors-wrapper .list-link .nav-item .anchor-link.active {
  background-color : #ffffff;
  color : #005cbc;
  -webkit-box-shadow : 4px 0 0 rgba(0, 35, 58, .1);
          box-shadow : 4px 0 0 rgba(0, 35, 58, .1);
}
.anchors-wrapper .list-link .nav-item .anchor-link:hover {
  text-decoration : none;
}
.anchors-wrapper .list-link.list-btn {
  margin-left : 7px;
}
@media (max-width: 1023.98px) {
  .anchors-wrapper .list-link.list-btn {
    margin : 0;
    padding : 20px 0;
  }
}
@media (max-width: 767.98px) {
  .anchors-wrapper .list-link.list-btn {
    padding : 10px 0;
  }
}
.anchors-wrapper .list-link.list-btn .nav-item {
  margin-right : 0;
  margin-left : 25px;
}
@media (max-width: 1023.98px) {
  .anchors-wrapper .list-link.list-btn .nav-item {
    display : block;
    width : 100%;
    padding : 8px 0 12px;
    margin : 0;
  }
}
@media (max-width: 767.98px) {
  .anchors-wrapper .list-link.list-btn .nav-item {
    padding : 4px 0 6px;
  }
}
.anchors-wrapper .list-link.list-btn .nav-item .btn {
  height : 40px;
  line-height : 40px;
  padding : 0 9px;
  background-color : #eff7ff;
  font-size : .875em;
  font-weight : 500;
  color : #ffffff;
}
@media (max-width: 1023.98px) {
  .anchors-wrapper .list-link.list-btn .nav-item .btn {
    display : block;
    height : 58px;
    line-height : 58px;
    padding : 0 25px;
    font-size : 1.875em;
    text-align : left;
  }
}
@media (max-width: 767.98px) {
  .anchors-wrapper .list-link.list-btn .nav-item .btn {
    height : 29px;
    line-height : 29px;
    padding : 0 12px;
    font-size : .937em;
  }
}
.anchors-wrapper .list-link.list-btn .nav-item .btn .icon {
  margin-right : 5px;
  font-size : 22px;
  vertical-align : middle;
}
@media (max-width: 1023.98px) {
  .anchors-wrapper .list-link.list-btn .nav-item .btn .icon {
    display : inline-block;
    margin-right : 15px;
    margin-bottom : 4px;
  }
}
@media (max-width: 767.98px) {
  .anchors-wrapper .list-link.list-btn .nav-item .btn .icon {
    margin-right : 8px;
    font-size : 12px;
  }
}

.anchors-wrapper hr {
  position : absolute;
  top : -15px;
  left : 15px;
  right : 15px;
  border-top : 2px solid #b7cfdc;
}

@media (max-width: 1023.98px) {
  .anchor-wrapper-mobile {
    width : 39em;
    height : 3.5em;
    overflow-x : auto;
    overflow-y : hidden;
    white-space : nowrap;
    display : block;
  }
}

@media (max-width: 767.98px) {
  .anchor-wrapper-mobile {
    width : 19em;
  }
}

@media print {
  .anchor-wrapper-mobile {
    width : 100%;
    overflow : visible;
  }
}

.cta[data-toggle='modal'],
.bouton-link[data-toggle='modal'] {
  padding : 5px;
  border-radius : 0;
  margin-left : 10px;
}
@media (max-width: 1023.98px) {
  .cta[data-toggle='modal'],
  .bouton-link[data-toggle='modal'] {
    padding : 0 10px;
    height : 40px;
    line-height : 39px;
    font-size : .8em;
  }
}
@media (max-width: 1023.98px) and (max-width: 767.98px) {
  .cta[data-toggle='modal'],
  .bouton-link[data-toggle='modal'] {
    padding : 0 5px;
    margin-left : 5px;
    height : 20px;
    line-height : 19px;
  }
}

.icon-close.icon-open {
  display : inline-block;
  -webkit-transform : rotate(45deg);
          transform : rotate(45deg);
}

.modal .modal-dialog {
  border-radius : 10px;
  overflow : hidden;
}
.modal .modal-dialog .modal-content .modal-header {
  background-color : #005cbc;
  color : #ffffff;
}
.modal .modal-dialog .modal-content .modal-header .cta,
.modal .modal-dialog .modal-content .modal-header .bouton-link {
  border-radius : 100%;
  padding : 8px;
  width : 30px;
  height : 30px;
}
.modal .modal-dialog .modal-content .modal-header .icon {
  color : #313031 !important;
}
.modal .modal-dialog .modal-content .modal-body a {
  color : #313031 !important;
}
.modal .modal-dialog .modal-body::before,
.modal .modal-dialog .modal-body::after {
  display : none;
}

@media (max-width: 1023.98px) {
  .social-bar-wrapper {
    -webkit-box-ordinal-group : 3;
        -ms-flex-order : 2;
            order : 2;
  }
}

@media print {
  .social-bar-wrapper {
    display : none !important;
  }
}

.container-support .social-bar-wrapper {
  position : absolute;
  top : 115px;
  left : -85px;
}
@media screen and (max-width: 1260px) {
  .container-support .social-bar-wrapper {
    left : -65px;
  }
}
@media screen and (max-width: 1200px) {
  .container-support .social-bar-wrapper {
    left : -55px;
  }
}
.section-w-cta .container-support .social-bar-wrapper {
  top : 215px;
}

.wrapper-data .social-bar-wrapper {
  margin : 110px 0 0 0;
}
@media (max-width: 1023.98px) {
  .wrapper-data .social-bar-wrapper {
    margin : 0;
  }
}

.social-bar-wrapper .social-bar-title {
  font-size : 12px;
  font-weight : 600;
  text-transform : uppercase;
  text-align : center;
  margin : 32px 0 3px 0;
}

.social-bar-wrapper .social-bar {
  position : -webkit-sticky;
  position : sticky;
  top : 0;
  margin : 0 0 0 -45px;
}
@media (max-width: 1023.98px) {
  .social-bar-wrapper .social-bar {
    position : relative;
    text-align : center;
    margin : 0;
  }
}
.container-support .social-bar-wrapper .social-bar {
  position : relative;
  margin : 0;
}
.wrapper-data .social-bar-wrapper .social-bar {
  margin : 0;
}
@media (max-width: 1023.98px) {
  .social-bar-wrapper .social-bar li {
    display : inline-block;
  }
}
.social-bar-wrapper .social-bar a,
.social-bar-wrapper .social-bar button {
  display : inline-block;
  padding : 10px;
  color : #313031;
  font-size : 20px;
  text-decoration : none;
}
.social-bar-wrapper .social-bar a.plus,
.social-bar-wrapper .social-bar button.plus {
  border-top : 1px solid #eeeeee;
}
@media (max-width: 1023.98px) {
  .social-bar-wrapper .social-bar a.plus,
  .social-bar-wrapper .social-bar button.plus {
    border : 0;
  }
}

/* charte ghraphique */
.chart-container {
  max-width : 100%;
  overflow-x : auto;
  overflow-y : hidden;
  text-align : center;
}
@media print {
  .chart-container {
    overflow : visible;
  }
}
.chart-container .chart-title {
  font-weight : 500;
  font-size : 20px;
}

@media (max-width: 767.98px) {
  .google-chart-container {
    overflow-x : auto;
    overflow-y : hidden;
  }
}

.bloc-loading {
  display : none;
  z-index : 1000;
  opacity : .7;
  margin-bottom : 50px;
}
.bloc-loading .loader {
  border : 16px solid #ffffff;
  border-top : 16px solid #e6e6e6;
  border-radius : 50%;
  width : 120px;
  height : 120px;
  -webkit-animation : spin 2s linear infinite;
          animation : spin 2s linear infinite;
  margin : 0 auto;
}

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

/* page */
/* Section Search Banner */
.search-banner {
  margin-bottom : 30px;
}
@media (max-width: 1023.98px) {
  .search-banner {
    background-color : #eff7ff;
  }
}
.search-banner .wrapper-search {
  padding : 48px 0;
}
@media (max-width: 767.98px) {
  .search-banner .wrapper-search {
    padding : 20px 0 19px;
  }
}
.search-banner .wrapper-search .h1 {
  color : #00bcf4;
  font-size : 38px;
  font-weight : 500 !important;
}
@media (max-width: 1023.98px) {
  .search-banner .wrapper-search .h1 {
    font-weight : 600 !important;
    font-size : 1.8em;
  }
}
@media (max-width: 767.98px) {
  .search-banner .wrapper-search .h1 {
    font-size : 1.5em;
  }
}
.search-banner .wrapper-search p {
  margin-bottom : 30px;
  font-weight : 500;
}
.search-banner .wrapper-search img {
  width : 500px;
}
@media (max-width: 767.98px) {
  .search-banner .wrapper-search img {
    width : 100%;
  }
}
.search-banner .wrapper-search .title {
  margin : auto;
}
.search-banner .wrapper-search .search-form input[type='text'] {
  width : calc(100% - 70px);
  height : 64px;
  border : none;
  border-radius : 0;
  font-family : 'semplicitapro', sans-serif;
  font-weight : 500;
  text-overflow : ellipsis;
  -webkit-box-shadow : 0 3px 0 rgba(0, 35, 58, .1);
          box-shadow : 0 3px 0 rgba(0, 35, 58, .1);
  padding : .375rem 2rem;
}
@media (max-width: 1023.98px) {
  .search-banner .wrapper-search .search-form input[type='text'] {
    text-align : left;
  }
}
.search-banner .wrapper-search .search-form input[type='text']::-webkit-input-placeholder {
  font-family : 'semplicitapro', sans-serif;
  font-weight : 500;
  font-size : 1em;
  line-height : 36px;
}
.search-banner .wrapper-search .search-form input[type='text']::-moz-placeholder {
  font-family : 'semplicitapro', sans-serif;
  font-weight : 500;
  font-size : 1em;
  line-height : 36px;
}
.search-banner .wrapper-search .search-form input[type='text']::-ms-input-placeholder {
  font-family : 'semplicitapro', sans-serif;
  font-weight : 500;
  font-size : 1em;
  line-height : 36px;
}
.search-banner .wrapper-search .search-form input[type='text']::placeholder {
  font-family : 'semplicitapro', sans-serif;
  font-weight : 500;
  font-size : 1em;
  line-height : 36px;
}
@media (max-width: 1023.98px) {
  .search-banner .wrapper-search .search-form input[type='text']::-webkit-input-placeholder {
    text-align : left;
  }
  .search-banner .wrapper-search .search-form input[type='text']::-moz-placeholder {
    text-align : left;
  }
  .search-banner .wrapper-search .search-form input[type='text']::-ms-input-placeholder {
    text-align : left;
  }
  .search-banner .wrapper-search .search-form input[type='text']::placeholder {
    text-align : left;
  }
}
.search-banner .wrapper-search .search-form .btn {
  padding : 19px 20px 15px 0;
  background-color : #ffffff;
  -webkit-box-shadow : 0 3px 0 rgba(2, 37, 191, .1);
          box-shadow : 0 3px 0 rgba(2, 37, 191, .1);
}
@media (max-width: 1023.98px) {
  .search-banner .wrapper-search .search-form .btn {
    padding : 20px 20px 15px 0;
  }
}
.search-banner .wrapper-search .search-form .btn .icon {
  color : #313031;
  opacity : .4;
  padding : 0 10px;
}
.search-banner .wrapper-search .search-form .btn .icon:before {
  font-size : 25px;
}

/* Section Présentation */
.presentation {
  margin-bottom : 28px;
}
.presentation .description {
  margin-bottom : 22px;
  font-size : .79em;
  font-size : .9375em;
}
@media (max-width: 1023.98px) {
  .presentation .description {
    font-size : 1.098em;
  }
}
@media (max-width: 1023.98px) and (max-width: 767.98px) {
  .presentation .description {
    font-size : .835em;
  }
}
@media (max-width: 1023.98px) {
  .presentation .description {
    margin-bottom : 30px;
  }
}
@media (max-width: 767.98px) {
  .presentation .description {
    margin-bottom : 11px;
  }
}
.presentation .wrapper-certifications {
  text-align : center;
}
.presentation .wrapper-certifications .certifications {
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  -webkit-box-pack : center;
      -ms-flex-pack : center;
          justify-content : center;
}
.presentation .wrapper-certifications .certifications > a {
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  -webkit-box-align : center;
      -ms-flex-align : center;
          align-items : center;
  -webkit-box-pack : center;
      -ms-flex-pack : center;
          justify-content : center;
  width : 210px;
  height : 210px;
  margin : 20px;
  border : 4px solid rgba(32, 56, 180, .1);
  text-decoration : none;
}
@media (max-width: 1023.98px) {
  .presentation .wrapper-certifications .certifications > a {
    width : 140px;
    height : 140px;
    margin : 20px 10px;
    border : 2px solid rgba(32, 56, 180, .1);
  }
}
@media (max-width: 767.98px) {
  .presentation .wrapper-certifications .certifications > a {
    width : 88px;
    height : 88px;
  }
}
.presentation .wrapper-certifications .certifications > a figure {
  margin : 0;
}
.presentation .wrapper-certifications .certifications > a figure img {
  width : 100%;
  max-width : 120px;
}
@media (max-width: 767.98px) {
  .presentation .wrapper-certifications .certifications > a figure img {
    width : 80%;
  }
}
.presentation .wrapper-certifications .certifications > a .text {
  display : none;
}
.presentation .wrapper-certifications .certifications > a:hover {
  background-color : #2038b4;
  border : 0;
  color : #ffffff;
}
.presentation .wrapper-certifications .certifications > a:hover img {
  display : none;
}
.presentation .wrapper-certifications .certifications > a:hover .text {
  display : block;
  font-size : .9em;
  line-height : 24px;
}
.presentation .wrapper-certifications .certifications > a.diffusion:hover {
  background-color : #0088e4;
}
.presentation .wrapper-certifications .certifications > a.frequentation:hover {
  background-color : #00bcf4;
}

/* Section last Actus */
.section-last-actus {
  background-color : #f8f9fa;
  margin-bottom : 55px;
}
.section-last-actus .h1 {
  font-weight : 600 !important;
  font-size : 1.25em;
  line-height : 1.75em;
  letter-spacing : 1px;
  color : #313031;
}
@media (max-width: 767.98px) {
  .section-last-actus .h1 {
    font-size : 1.099em;
  }
}
@media (max-width: 1023.98px) {
  .section-last-actus .container .list-btn {
    position : absolute;
    bottom : 5px;
    right : 0;
  }
}
@media (max-width: 1023.98px) {
  .section-last-actus {
    margin-bottom : 49px;
  }
  .section-last-actus .cta,
  .section-last-actus .bouton-link {
    width : auto;
    height : 60px;
    padding : 0 20px;
    line-height : 60px;
    font-size : 1.098em;
  }
}
@media (max-width: 767.98px) {
  .section-last-actus {
    margin-bottom : 32px;
  }
  .section-last-actus .cta,
  .section-last-actus .bouton-link {
    height : 30px;
    padding : 0 15px;
    line-height : 30px;
    font-size : 12px;
  }
}
.section-last-actus .last-chiffres {
  height : 100%;
  padding : 40px 0 0;
}
.section-last-actus .last-chiffres * {
  position : static;
}
.section-last-actus .last-chiffres .list {
  padding : 10px 0 16px;
}
.section-last-actus .last-chiffres .list li {
  position : relative;
  border-bottom : 1px solid rgba(32, 56, 180, .1);
}
.section-last-actus .last-chiffres .list li:first-child::before {
  top : 50%;
}
.section-last-actus .last-chiffres .list li:last-child {
  margin-bottom : 0 !important;
}
.section-last-actus .last-chiffres .list li:last-child::before {
  bottom : 50%;
}
.section-last-actus .last-chiffres .list li a {
  position : relative;
  display : block;
  padding : 17px 0;
  -webkit-box-sizing : border-box;
          box-sizing : border-box;
  font-size : 15px;
  font-weight : 500;
  line-height : 1.6;
  color : #313031;
}
.section-last-actus .last-chiffres .list li a:hover {
  text-decoration : none;
}
.section-last-actus .last-chiffres .list li a .icon-chevron-right {
  position : absolute;
  right : 0;
  top : 50%;
  font-size : 12px;
  margin-top : -10px;
}
.section-last-actus .last-chiffres .list li a .chiffre-type {
  text-transform : uppercase;
  font-size : 13px;
  font-weight : 600;
  letter-spacing : 1px;
}
.section-last-actus .last-chiffres .list li a .chiffre-type::after {
  content : '';
  display : block;
  height : 5px;
  background-image : url('../images/lignes-frequentation.svg');
  background-repeat : no-repeat;
}
.section-last-actus .last-chiffres .list li a .chiffre-type.diffusion::after {
  background-image : url('../images/lignes-diffusion.svg');
}
.section-last-actus .last-chiffres .list li a .chiffre-type.audience::after {
  background-image : url('../images/lignes-audience.svg');
}
@media (max-width: 1023.98px) {
  .section-last-actus .last-chiffres .h1 {
    margin : 0;
  }
  .section-last-actus .last-chiffres .list-btn {
    top : 40px;
    right : 10px;
  }
  .section-last-actus .last-chiffres .list {
    padding : 10px 0 24px;
    height : auto;
  }
  .section-last-actus .last-chiffres .list li {
    padding-left : 0;
    margin-bottom : 10px;
  }
  .section-last-actus .last-chiffres .list li::before {
    bottom : -107px;
    width : 3px;
  }
  .section-last-actus .last-chiffres .list li::after {
    left : -6px;
    width : 15px;
    height : 15px;
    margin-top : -9px;
  }
  .section-last-actus .last-chiffres .list li a {
    font-size : 1em;
    padding-right : 40px;
  }
  .section-last-actus .last-chiffres .list li a .icon {
    font-size : 20px;
    margin-top : -14px;
  }
}
@media (max-width: 767.98px) {
  .section-last-actus .last-chiffres .h1 {
    font-size : 1.099em;
  }
  .section-last-actus .last-chiffres .list {
    padding : 10px 5px 24px 0;
  }
  .section-last-actus .last-chiffres .list li {
    margin-bottom : 10px;
  }
  .section-last-actus .last-chiffres .list li::before {
    bottom : -34px;
    width : 2px;
  }
  .section-last-actus .last-chiffres .list li::after {
    left : -3px;
    width : 8px;
    height : 8px;
    margin-top : -5px;
  }
  .section-last-actus .last-chiffres .list li a {
    padding : 0 25px 15px 0;
    font-size : 15px;
    line-height : 1.6;
  }
  .section-last-actus .last-chiffres .list li a .chiffre-type {
    font-size : 11px;
    line-height : 1.8;
    display : table;
  }
  .section-last-actus .last-chiffres .list li a .icon {
    font-size : 15px;
    margin-top : -6px;
  }
}
.section-last-actus .wrapper-actus {
  padding-bottom : 50px;
  margin-top : 40px;
}
.section-last-actus .wrapper-actus .list-actus li {
  display : inline-block;
  width : 45%;
  background-color : #ffffff;
  margin : 0 5% 8% 0;
  -webkit-box-shadow : 0 3px 0 rgba(2, 37, 191, .1);
          box-shadow : 0 3px 0 rgba(2, 37, 191, .1);
}
.section-last-actus .wrapper-actus .list-actus li:last-child,
.section-last-actus .wrapper-actus .list-actus li:nth-child(2) {
  margin : 0;
}
.section-last-actus .wrapper-actus .list-actus li:nth-child(3) {
  margin-bottom : 22px;
}
.section-last-actus .wrapper-actus .list-actus li .image-wrapper {
  height : 170px;
  overflow : hidden;
}
.section-last-actus .wrapper-actus .list-actus li .image-wrapper img {
  width : 100%;
}
.section-last-actus .wrapper-actus .list-actus li a {
  color : #313031;
}
.section-last-actus .wrapper-actus .list-actus li a:hover {
  text-decoration : none;
}
.section-last-actus .wrapper-actus .list-actus li .h3 {
  height : 80px;
  text-transform : none;
  font-weight : 600 !important;
  font-size : .9em;
  line-height : 1.7em;
  margin-top : 20px;
  letter-spacing : normal;
}
.section-last-actus .wrapper-actus .list-actus li .date {
  color : #818181;
  font-weight : 600 !important;
  font-size : .6em;
  line-height : 1em;
  letter-spacing : 1px;
  margin-bottom : 20px;
  text-transform : uppercase;
}
.section-last-actus .wrapper-actus .list-btn {
  margin-left : 20px;
}
@media (max-width: 1023.98px) {
  .section-last-actus .wrapper-actus {
    margin-bottom : 0;
    padding : 0;
  }
  .section-last-actus .wrapper-actus .list-actus {
    margin : 0;
  }
  .section-last-actus .wrapper-actus .list-actus li {
    width : 47%;
    margin-bottom : 20px !important;
  }
}
@media (max-width: 767.98px) {
  .section-last-actus .wrapper-actus {
    padding-bottom : 0;
  }
  .section-last-actus .wrapper-actus .list-actus li {
    width : 100%;
    display : -webkit-box;
    display : -ms-flexbox;
    display : flex;
    margin-bottom : 20px !important;
  }
  .section-last-actus .wrapper-actus .list-actus li div:first-child {
    padding-right : 0;
  }
  .section-last-actus .wrapper-actus .list-actus li .image-wrapper {
    height : 120px;
    width : 40%;
    overflow : hidden;
  }
  .section-last-actus .wrapper-actus .list-actus li .image-wrapper img {
    width : 100%;
    height : 120px;
  }
  .section-last-actus .wrapper-actus .list-actus li .title-wrapper {
    width : 60%;
    padding : 10px 0 0 15px;
  }
  .section-last-actus .wrapper-actus .list-actus li .h3 {
    margin : 0;
    overflow-wrap : break-word;
    line-height : 1.4;
    font-size : .93em;
  }
}
.section-last-actus .wrapper-agenda {
  margin-bottom : 50px;
}
.section-last-actus .wrapper-agenda .carousel-agenda {
  margin : 20px 0;
}
.section-last-actus .wrapper-agenda .carousel-agenda .slick-slide {
  margin : 0 10px;
  background-color : #ffffff;
  color : #313031;
  border-bottom : 3px solid #e0e5f4;
}
.section-last-actus .wrapper-agenda .carousel-agenda .slick-slide a {
  padding : 16px 20px 0 20px;
  color : #313031;
}
.section-last-actus .wrapper-agenda .carousel-agenda .slick-slide a:hover {
  text-decoration : none;
}
.section-last-actus .wrapper-agenda .carousel-agenda .slick-slide .carousel-item {
  display : -webkit-box !important;
  display : -ms-flexbox !important;
  display : flex !important;
}
.section-last-actus .wrapper-agenda .carousel-agenda .slick-slide .carousel-item .date {
  text-align : right;
  color : #0088e4;
  font-weight : 600;
  height : 130px;
}
.section-last-actus .wrapper-agenda .carousel-agenda .slick-slide .carousel-item .date .day {
  font-size : 56px;
  line-height : 1;
}
.section-last-actus .wrapper-agenda .carousel-agenda .slick-slide .carousel-item .date .month,
.section-last-actus .wrapper-agenda .carousel-agenda .slick-slide .carousel-item .date .year {
  font-size : .9em;
  line-height : 1.2em;
  letter-spacing : 2px;
  text-transform : uppercase;
}
.section-last-actus .wrapper-agenda .carousel-agenda .slick-slide .carousel-item .title {
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  -webkit-box-orient : vertical;
  -webkit-box-direction : normal;
      -ms-flex-direction : column;
          flex-direction : column;
  -webkit-box-flex : 1;
      -ms-flex : 1;
          flex : 1;
  min-height : 100px;
  font-size : .9em;
  font-weight : 600;
  line-height : 1.2em;
  margin-right : 10px;
}
.section-last-actus .wrapper-agenda .carousel-agenda .slick-slide .carousel-item .title p {
  margin-top : auto;
  font-size : .9em;
  font-weight : 600;
  line-height : 1.2em;
}
.section-last-actus .wrapper-agenda .carousel-agenda .slick-slide:hover {
  background-color : #0088e4;
}
.section-last-actus .wrapper-agenda .carousel-agenda .slick-slide:hover a {
  color : #ffffff;
}
.section-last-actus .wrapper-agenda .carousel-agenda .slick-slide:hover .date {
  color : #ffffff;
}
.section-last-actus .wrapper-agenda .carousel-agenda .slick-prev,
.section-last-actus .wrapper-agenda .carousel-agenda .slick-next {
  width : 30px;
  height : 30px;
  background-color : #ffffff;
  -webkit-box-shadow : 0 3px 0 rgba(2, 37, 191, .1);
          box-shadow : 0 3px 0 rgba(2, 37, 191, .1);
  border-radius : 100%;
}
.section-last-actus .wrapper-agenda .carousel-agenda .slick-prev::before,
.section-last-actus .wrapper-agenda .carousel-agenda .slick-next::before {
  color : #005cbc;
  font-family : 'icomoon' !important;
  font-size : 10px;
}
@media (max-width: 1023.98px) {
  .section-last-actus .wrapper-agenda .carousel-agenda .slick-prev,
  .section-last-actus .wrapper-agenda .carousel-agenda .slick-next {
    margin : 0 15px;
    z-index : 1;
  }
}
.section-last-actus .wrapper-agenda .carousel-agenda .slick-prev::before {
  content : '\e910';
  display : inline-block;
  margin-top : 2px;
  -webkit-transform : rotate(180deg);
          transform : rotate(180deg);
}
.section-last-actus .wrapper-agenda .carousel-agenda .slick-next::before {
  content : '\e910';
}
@media (max-width: 1023.98px) {
  .section-last-actus .wrapper-agenda .carousel-agenda .slick-list {
    height : 143px;
  }
}
.section-last-actus .wrapper-agenda .list-btn {
  margin-left : 5px;
}

.nav-tabs.tabs-link {
  margin-bottom : 20px;
  border : 0;
}
.nav-tabs.tabs-link .nav-item {
  margin-right : 19px;
}
.nav-tabs.tabs-link .nav-item:last-child {
  margin-right : 0;
}
.nav-tabs.tabs-link .nav-item .nav-link {
  position : relative;
  padding : 0;
  border : 0;
  border-bottom : 4px solid #004774;
  font-size : 1.031em;
  text-transform : uppercase;
  color : #6c8fb3;
  font-weight : 500;
}
.nav-tabs.tabs-link .nav-item .nav-link.active {
  color : #004774;
  font-weight : 900;
  background-color : transparent;
  border-bottom : 4px solid #004774;
}
.nav-tabs.tabs-link .nav-item .nav-link.active::after {
  content : '';
  position : absolute;
  left : 50%;
  bottom : -11px;
  display : block;
  width : 14px;
  margin-left : -7px;
  border-top : 7px solid #004774;
  border-right : 7px solid transparent;
  border-left : 7px solid transparent;
}
@media (max-width: 1023.98px) {
  .nav-tabs.tabs-link {
    margin-bottom : 32px;
  }
  .nav-tabs.tabs-link .nav-item {
    margin-right : 46px;
  }
  .nav-tabs.tabs-link .nav-item .nav-link {
    text-align : center;
    padding : 0 10px 6px;
    border-bottom : 3px solid #004774;
    font-size : 1.098em;
  }
  .nav-tabs.tabs-link .nav-item .nav-link.active {
    font-weight : 500;
    border-bottom : 3px solid #004774;
  }
  .nav-tabs.tabs-link .nav-item .nav-link.active::after {
    bottom : -17px;
    width : 28px;
    margin-left : -14px;
    border-top : 14px solid #004774;
    border-right : 14px solid transparent;
    border-left : 14px solid transparent;
  }
}
@media (max-width: 767.98px) {
  .nav-tabs.tabs-link {
    margin-bottom : 32px;
  }
  .nav-tabs.tabs-link .nav-item {
    margin-right : 30px;
  }
  .nav-tabs.tabs-link .nav-item .nav-link {
    width : 130px;
    height : 39px;
    padding-bottom : 1px;
    -webkit-box-sizing : border-box;
            box-sizing : border-box;
    border-bottom : 2px solid #004774;
    font-size : 12px;
    font-weight : bold;
  }
  .nav-tabs.tabs-link .nav-item .nav-link.active {
    font-weight : bold;
    border-bottom : 2px solid #004774;
  }
  .nav-tabs.tabs-link .nav-item .nav-link.active::after {
    bottom : -9px;
    width : 14px;
    margin-left : -7px;
    border-top : 7px solid #004774;
    border-right : 7px solid transparent;
    border-left : 7px solid transparent;
  }
}

/* Section Demain La Presse */
.section-demain-la-presse {
  padding : 0 0 64px 0;
}
.section-demain-la-presse .h1 {
  margin-bottom : 24px;
}
.section-demain-la-presse .h1 img {
  width : 285px;
}
.section-demain-la-presse .h1 span {
  margin-left : -25px;
}
@media (max-width: 1023.98px) {
  .section-demain-la-presse .h1 img {
    width : 395px;
  }
  .section-demain-la-presse .h1 span {
    margin-left : -32px;
  }
}
@media (max-width: 767.98px) {
  .section-demain-la-presse .h1 img {
    width : 195px;
  }
  .section-demain-la-presse .h1 span {
    margin-left : -16px;
  }
}
.section-demain-la-presse .desc {
  font-weight : 500;
  font-size : 17px;
  line-height : 30px;
  margin : 0 auto 30px auto;
}
.section-demain-la-presse .list-actions .push-action {
  display : block;
  padding : 35px 20px 28px;
  margin-bottom : 30px;
}
.section-demain-la-presse .list-actions .push-action:hover {
  text-decoration : none;
}
.section-demain-la-presse .list-actions .push-action img {
  width : 300px;
}
.section-demain-la-presse .list-actions .push-action .title-action {
  margin : 24px 0 8px;
  font-size : 1.355em;
  color : #000000;
  text-transform : uppercase;
}
.section-demain-la-presse .list-actions .push-action .icon {
  font-size : 20px;
  color : #1f4769;
}
@media (max-width: 1023.98px) {
  .section-demain-la-presse .desc {
    margin-bottom : 50px;
  }
  .section-demain-la-presse .list-actions .push-action {
    padding : 48px 20px 38px;
    margin-bottom : 37px;
  }
  .section-demain-la-presse .list-actions .push-action img {
    width : 410px;
  }
  .section-demain-la-presse .list-actions .push-action .title-action {
    margin : 34px 0 12px;
    font-size : 1.882em;
  }
  .section-demain-la-presse .list-actions .push-action .icon {
    font-size : 26px;
  }
}
@media (max-width: 767.98px) {
  .section-demain-la-presse {
    padding : 0 0 10px;
    margin-bottom : 25px;
  }
  .section-demain-la-presse .desc {
    margin-bottom : 17px;
  }
  .section-demain-la-presse .list-actions .push-action {
    padding : 35px 20px 17px;
    margin-bottom : 18px;
  }
  .section-demain-la-presse .list-actions .push-action img {
    width : 205px;
  }
  .section-demain-la-presse .list-actions .push-action .title-action {
    margin : 8px 0;
    font-size : .875em;
  }
  .section-demain-la-presse .list-actions .push-action .icon {
    font-size : 16px;
  }
}

/* Section Adhérer à l'ACPM */
.section-adhesion {
  margin-bottom : 40px;
}
@media print {
  .section-adhesion {
    display : none;
  }
}
.section-adhesion .wrapper-adherer-acpm {
  background-color : #eff7ff;
  padding : 64px 110px;
  letter-spacing : 1px;
}
.section-adhesion .wrapper-adherer-acpm .h1 {
  font-size : 2em;
  font-weight : 500 !important;
  color : #00bcf4;
  margin-bottom : 36px;
}
.section-adhesion .wrapper-adherer-acpm .description {
  font-size : 1em;
  font-weight : 500;
}
.section-adhesion .wrapper-adherer-acpm .img-wrapper {
  margin-top : 30px;
}
.section-adhesion .wrapper-adherer-acpm .img-wrapper img {
  width : 359px;
}
.section-adhesion .wrapper-adherer-acpm .list-check li {
  margin-bottom : 2px;
  font-size : .9em;
  font-weight : 500;
  padding : 20px 0;
}
.section-adhesion .wrapper-adherer-acpm .list-check li:not(:last-child) {
  border-bottom : 1px solid #eeeeee;
}
.section-adhesion .wrapper-adherer-acpm .list-check li .wrapper-icon {
  width : 50px;
}
.section-adhesion .wrapper-adherer-acpm .list-check li .wrapper-icon .icon {
  padding : 9px 8px 9px 10px;
  margin-right : 30px;
  background-color : #00bcf4;
  border-radius : 100%;
  color : #ffffff;
}
@media (max-width: 1023.98px) {
  .section-adhesion {
    margin-bottom : 32px;
  }
  .section-adhesion .container {
    background-color : #eff7ff;
  }
  .section-adhesion .wrapper-adherer-acpm {
    padding : 32px 50px 48px;
  }
  .section-adhesion .wrapper-adherer-acpm .h1 {
    font-size : 1.3em;
    font-weight : 600 !important;
  }
  .section-adhesion .wrapper-adherer-acpm .description {
    padding : 0 25px 30px;
  }
  .section-adhesion .wrapper-adherer-acpm .img-wrapper img {
    margin-bottom : 30px;
  }
  .section-adhesion .wrapper-adherer-acpm .list-check {
    padding : 0 10px;
  }
  .section-adhesion .wrapper-adherer-acpm .list-check li {
    margin-bottom : 0;
  }
  .section-adhesion .wrapper-adherer-acpm .btn-wrapper {
    text-align : center;
  }
}
@media (max-width: 767.98px) {
  .section-adhesion {
    margin-bottom : 20px;
  }
  .section-adhesion .wrapper-adherer-acpm {
    padding : 0 10px;
  }
  .section-adhesion .wrapper-adherer-acpm .h1 {
    margin-top : 32px;
  }
  .section-adhesion .wrapper-adherer-acpm .description {
    padding : 0 0 4px;
    text-align : center;
  }
  .section-adhesion .wrapper-adherer-acpm .img-wrapper img {
    width : 100%;
  }
  .section-adhesion .wrapper-adherer-acpm .list-check {
    padding : 0;
  }
  .section-adhesion .wrapper-adherer-acpm .list-check li {
    margin-bottom : 10px;
    font-size : 14px;
    line-height : 1.5;
  }
  .section-adhesion .wrapper-adherer-acpm .list-check li .icon {
    margin-right : 15px !important;
  }
  .section-adhesion .wrapper-adherer-acpm .btn-wrapper {
    margin-bottom : 32px;
  }
  .section-adhesion .wrapper-adherer-acpm .cta,
  .section-adhesion .wrapper-adherer-acpm .bouton-link {
    padding : 14px 20px;
    line-height : 1.5;
    font-size : 12px;
  }
}

/* Bloc Espaces ACPM */
.wrapper-espaces-acpm {
  margin : 38px 0 73px;
}
.wrapper-espaces-acpm .h3 {
  margin-bottom : 24px;
}
.wrapper-espaces-acpm .push-espace-container {
  height : 146px;
  margin-bottom : 40px;
}
@media (max-width: 1023.98px) {
  .wrapper-espaces-acpm .push-espace-container {
    margin-bottom : 10px;
    height : auto;
  }
}
.wrapper-espaces-acpm .push-espace-container .push-espace {
  height : 100%;
  width : 100%;
  padding : 25px 18px;
  background-color : #f8f9fa;
  border-bottom : 4px solid #f8f9fa;
}
.wrapper-espaces-acpm .push-espace-container .push-espace:hover {
  text-decoration : none;
}
.wrapper-espaces-acpm .push-espace-container .push-espace:hover .desc-espace {
  color : #ffffff !important;
}
.wrapper-espaces-acpm .push-espace-container .push-espace .d-table-cell {
  vertical-align : middle;
}
.wrapper-espaces-acpm .push-espace-container .push-espace .d-table-cell .title-espace {
  font-size : 24px;
  font-weight : 500;
  line-height : 34px;
}
@media (max-width: 767.98px) {
  .wrapper-espaces-acpm .push-espace-container .push-espace .d-table-cell .title-espace {
    font-size : 19px;
    line-height : 26px;
  }
}
.wrapper-espaces-acpm .push-espace-container .push-espace .d-table-cell .title-espace .icon {
  margin-left : 7px;
  font-size : .6em;
  font-weight : normal;
}
.wrapper-espaces-acpm .push-espace-container .push-espace .d-table-cell .title-espace p {
  width : 60%;
  display : inline-block;
}
@media (max-width: 1023.98px) {
  .wrapper-espaces-acpm .push-espace-container .push-espace .d-table-cell .title-espace p {
    width : auto;
  }
}
.wrapper-espaces-acpm .push-espace-container .push-espace .d-table-cell .desc-espace {
  color : #313031;
  font-size : 15px;
  font-weight : 500;
  line-height : 24px;
}
@media (max-width: 767.98px) {
  .wrapper-espaces-acpm .push-espace-container .push-espace .d-table-cell .desc-espace {
    font-size : 14px;
    line-height : 22px;
  }
}
@media (max-width: 1023.98px) {
  .wrapper-espaces-acpm {
    margin : 23px 0 30px;
  }
  .wrapper-espaces-acpm .push-espace {
    height : auto;
    padding : 45px 60px 53px;
    margin-bottom : 25px;
  }
  .wrapper-espaces-acpm .push-espace .d-table-cell .title-espace {
    font-size : 1.882em;
  }
  .wrapper-espaces-acpm .push-espace .d-table-cell .title-espace .icon {
    margin-left : 10px;
    font-size : 25px;
  }
  .wrapper-espaces-acpm .push-espace .d-table-cell .desc-espace {
    font-size : 1.41em;
  }
}
@media (max-width: 767.98px) {
  .wrapper-espaces-acpm {
    margin : 0 0 11px;
  }
  .wrapper-espaces-acpm .push-espace {
    padding : 20px 18px;
    margin-bottom : 15px;
  }
  .wrapper-espaces-acpm .push-espace .d-table-cell .title-espace {
    font-size : 1.176em;
  }
  .wrapper-espaces-acpm .push-espace .d-table-cell .title-espace .icon {
    margin-left : 3px;
    font-size : 15px;
  }
  .wrapper-espaces-acpm .push-espace .d-table-cell .desc-espace {
    font-size : .941em;
  }
}

#cookie-sticky {
  position : fixed;
  bottom : 0;
  z-index : 1000;
  background-color : #004774;
  color : #ffffff;
  height : auto;
  font-size : .79em;
  width : 100%;
  display : none;
}
#cookie-sticky .content-sticky {
  max-width : 960px;
  margin : auto;
  padding : 30px 5px;
}
#cookie-sticky .content-sticky a {
  text-decoration : underline;
  color : #ffffff;
}
#cookie-sticky .cookie-close {
  position : absolute;
  right : 10px;
  top : 10px;
  cursor : pointer;
  font-size : 15px;
}

.wrapper-article {
  max-width : 1060px;
  margin : 0 auto 60px auto;
}
@media (max-width: 1023.98px) {
  .wrapper-article {
    margin : 0 auto 25px auto;
  }
}
.wrapper-article.links {
  background-color : #eff7ff;
  color : #313031;
  padding : 50px 100px;
  margin-bottom : 30px;
}
@media (max-width: 1023.98px) {
  .wrapper-article.links {
    padding : 20px;
  }
}
.wrapper-article.links .h3 {
  text-align : center;
  text-transform : uppercase;
  color : #00bcf4;
  font-size : 1.5em !important;
  font-weight : 400 !important;
  letter-spacing : 1px;
}
.wrapper-article.links ul li {
  font-size : .9em;
  border-bottom : 1px solid #eeeeee;
  padding : 15px 0;
  position : relative;
}
.wrapper-article.links ul li::before {
  content : '\e915';
  margin-right : 20px;
  position : absolute;
  font-family : 'icomoon' !important;
  font-size : 10px;
}
.wrapper-article.links ul li a {
  color : #313031;
  margin-left : 50px;
}
.wrapper-article.links ul li a:hover {
  text-decoration : none;
}
.wrapper-article.links ul li a .chevron {
  position : absolute;
  right : 0;
  margin-top : 4px;
}
@media (max-width: 1023.98px) {
  .wrapper-article.links ul li a {
    display : block;
  }
}
.wrapper-article.links ul li.download::before {
  content : '\e907';
  font-family : 'icomoon' !important;
  font-size : 10px;
}

.wrapper-accordion.related-posts {
  padding : 42px 0;
  margin-bottom : 50px;
}
@media (max-width: 1023.98px) {
  .wrapper-accordion.related-posts {
    padding : 36px 0;
    margin-bottom : 33px;
  }
}
@media (max-width: 767.98px) {
  .wrapper-accordion.related-posts {
    padding : 19px 0;
    margin-bottom : 16px;
  }
}
.wrapper-accordion.related-posts #accordion-posts {
  max-width : 840px;
  margin : auto;
}
.wrapper-accordion.related-posts .card {
  border-bottom : 1px solid rgba(192, 192, 192, .2);
}
.wrapper-accordion.related-posts .card:first-child .card-header .btn-accordion {
  border-top : 1px solid rgba(192, 192, 192, .2);
}
.wrapper-accordion.related-posts .card .card-header {
  background-color : transparent;
}
.wrapper-accordion.related-posts .card .card-header .btn-accordion {
  position : relative;
  padding : 19px 55px 14px 0;
  font-size : 1em;
  text-align : left;
}
.wrapper-accordion.related-posts .card .card-header .btn-accordion .icon {
  position : absolute;
  top : 18px;
  right : 0;
  font-size : 22px;
  -webkit-transition : all .3s ease;
          transition : all .3s ease;
}
.wrapper-accordion.related-posts .card .card-header .btn-accordion.collapsed .icon {
  -webkit-transform : rotateX(180deg);
          transform : rotateX(180deg);
}
.wrapper-accordion.related-posts .card .corps-collapse {
  border-bottom : 2px solid #004774;
}
.wrapper-accordion.related-posts .card .card-body {
  padding-bottom : 44px;
}
@media (max-width: 1023.98px) {
  .wrapper-accordion.related-posts .card .card-body {
    padding-bottom : 38px;
  }
}
@media (max-width: 767.98px) {
  .wrapper-accordion.related-posts .card .card-body {
    padding-bottom : 18px;
  }
}
.wrapper-accordion.related-posts .card .card-body .wrapper-image img {
  width : 100%;
}
.wrapper-accordion.related-posts .card-body-inner {
  font-size : .9375em;
}
.wrapper-accordion.related-posts .card-body-inner a {
  color : #004774;
  text-decoration : underline;
}
.wrapper-accordion.related-posts .card-body-inner .card-body-list {
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  -webkit-box-pack : justify;
      -ms-flex-pack : justify;
          justify-content : space-between;
  margin-bottom : 10px;
}
.wrapper-accordion.related-posts .card-body-inner .card-body-list .card-body-title {
  margin-right : 10px;
}

.download.pdf::before {
  content : '\e907';
  font-family : 'icomoon' !important;
}

.download.pdf a {
  color : #313031;
  margin-left : 10px;
  font-size : 1.2em;
  font-weight : normal;
}

.float_left,
.object-left {
  float : left;
  margin : 0 5px 5px 0;
}

.float_right,
.object-right {
  float : right;
  margin : 0 5px 5px 5px;
}

.object-center {
  text-align : center;
  margin : 0 0 5px 0;
}

.content-article {
  max-width : 840px;
  margin : auto;
  height : auto;
}
@media (max-width: 1023.98px) {
  .content-article {
    margin-bottom : 25px;
  }
}
@media (max-width: 767.98px) {
  .content-article {
    padding : 0 8px;
  }
}
.content-article .wrapper-chapo {
  margin-bottom : 25px;
  font-size : 20px;
  font-weight : 400;
  line-height : 1.5em;
}
@media (max-width: 1023.98px) {
  .content-article .wrapper-chapo {
    margin-top : 25px;
    font-size : 1.411em;
  }
}
@media (max-width: 767.98px) {
  .content-article .wrapper-chapo {
    margin : 0 0 20px 0;
    font-size : 22px;
    line-height : 1.4;
  }
}

.container-list-actus .wrapper-tetiere {
  margin-bottom : 0;
}

.container-list-actus .wrapper-slide-rs {
  padding : 32px 0 45px;
  margin-bottom : 55px;
}
@media (max-width: 1023.98px) {
  .container-list-actus .wrapper-slide-rs {
    padding : 25px 0 35px;
    margin-bottom : 22px;
  }
}
@media (max-width: 1023.98px) and (max-width: 767.98px) {
  .container-list-actus .wrapper-slide-rs {
    padding : 13px 0 17px;
    margin-bottom : 16px;
  }
}
.container-list-actus .wrapper-slide-rs .h1 {
  margin-bottom : 12px;
}
@media (max-width: 1023.98px) {
  .container-list-actus .wrapper-slide-rs .h1 {
    margin-bottom : 29px;
  }
}
@media (max-width: 1023.98px) and (max-width: 767.98px) {
  .container-list-actus .wrapper-slide-rs .h1 {
    margin-bottom : 5px;
  }
}
.container-list-actus .wrapper-slide-rs .carousel {
  margin-bottom : 35px;
}
@media (max-width: 1023.98px) {
  .container-list-actus .wrapper-slide-rs .carousel {
    margin-bottom : 58px;
  }
}
@media (max-width: 1023.98px) and (max-width: 767.98px) {
  .container-list-actus .wrapper-slide-rs .carousel {
    margin-bottom : 11px;
  }
}
.container-list-actus .wrapper-slide-rs .carousel .carousel-control-prev,
.container-list-actus .wrapper-slide-rs .carousel .carousel-control-next {
  position : static;
  width : 100%;
  height : 50px;
  background-color : #004774;
  opacity : 1;
  font-size : 22px;
}
@media (max-width: 1023.98px) {
  .container-list-actus .wrapper-slide-rs .carousel .carousel-control-prev,
  .container-list-actus .wrapper-slide-rs .carousel .carousel-control-next {
    width : 60px;
    height : 60px;
    font-size : 27px;
  }
}
@media (max-width: 1023.98px) and (max-width: 767.98px) {
  .container-list-actus .wrapper-slide-rs .carousel .carousel-control-prev,
  .container-list-actus .wrapper-slide-rs .carousel .carousel-control-next {
    width : 37px;
    height : 37px;
    font-size : 17px;
  }
}
.container-list-actus .wrapper-slide-rs .carousel .wrapper-item-twitter {
  padding : 15px;
  min-height : 158px;
  background-color : #1da1f3;
  color : #ffffff;
}
.container-list-actus .wrapper-slide-rs .carousel .wrapper-item-twitter .icon {
  font-size : 76px;
}
.container-list-actus .wrapper-slide-rs .carousel .wrapper-item-twitter .content-twitter {
  padding : 0 10px 0 22px;
}
.container-list-actus .wrapper-slide-rs .carousel .wrapper-item-twitter .content-twitter .title-twitter {
  margin-bottom : 10px;
  font-size : 1.016em;
  font-weight : bold;
}
.container-list-actus .wrapper-slide-rs .carousel .wrapper-item-twitter .content-twitter .desc-twitter {
  font-size : .79em;
}
@media (max-width: 1023.98px) {
  .container-list-actus .wrapper-slide-rs .carousel .wrapper-item-twitter .content-twitter .desc-twitter {
    font-size : 1.098em;
  }
}
@media (max-width: 1023.98px) and (max-width: 767.98px) {
  .container-list-actus .wrapper-slide-rs .carousel .wrapper-item-twitter .content-twitter .desc-twitter {
    font-size : .835em;
  }
}
.container-list-actus .wrapper-slide-rs .carousel .wrapper-item-twitter .img-twitter img {
  width : 220px;
}
@media (max-width: 1023.98px) {
  .container-list-actus .wrapper-slide-rs .carousel .wrapper-item-twitter {
    margin-bottom : 13px;
    padding : 15px 70px 15px 88px;
    min-height : 242px;
  }
  .container-list-actus .wrapper-slide-rs .carousel .wrapper-item-twitter .icon {
    font-size : 107px;
  }
  .container-list-actus .wrapper-slide-rs .carousel .wrapper-item-twitter .content-twitter {
    padding : 0 0 0 50px;
  }
  .container-list-actus .wrapper-slide-rs .carousel .wrapper-item-twitter .content-twitter .title-twitter {
    margin-bottom : 13px;
    font-size : 1.411em;
  }
}
@media (max-width: 1023.98px) and (max-width: 767.98px) {
  .container-list-actus .wrapper-slide-rs .carousel .wrapper-item-twitter {
    margin-bottom : 7px;
    padding : 10px 10px 10px 20px;
    min-height : 121px;
  }
  .container-list-actus .wrapper-slide-rs .carousel .wrapper-item-twitter .icon {
    font-size : 52px;
  }
  .container-list-actus .wrapper-slide-rs .carousel .wrapper-item-twitter .content-twitter {
    padding : 0 0 0 20px;
  }
  .container-list-actus .wrapper-slide-rs .carousel .wrapper-item-twitter .content-twitter .title-twitter {
    margin-bottom : 4px;
    font-size : .706em;
  }
}
.container-list-actus .wrapper-slide-rs .label-medias {
  font-size : .79em;
  font-weight : 600;
  text-transform : uppercase;
}
@media (max-width: 1023.98px) {
  .container-list-actus .wrapper-slide-rs .label-medias {
    font-size : 1.098em;
  }
}
@media (max-width: 1023.98px) and (max-width: 767.98px) {
  .container-list-actus .wrapper-slide-rs .label-medias {
    font-size : .835em;
  }
}
@media (max-width: 1023.98px) {
  .container-list-actus .wrapper-slide-rs .label-medias {
    margin-bottom : 18px;
  }
}
@media (max-width: 1023.98px) and (max-width: 767.98px) {
  .container-list-actus .wrapper-slide-rs .label-medias {
    margin-bottom : 8px;
  }
}
.container-list-actus .wrapper-slide-rs .list-rs li {
  margin-left : 9px;
}
.container-list-actus .wrapper-slide-rs .list-rs li .icon {
  padding : 3px;
  background-color : #004774;
  color : #ffffff;
  font-size : 21px;
}
.container-list-actus .wrapper-slide-rs .list-rs li .icon:hover {
  text-decoration : none;
}
@media (max-width: 1023.98px) {
  .container-list-actus .wrapper-slide-rs .list-rs {
    padding-top : 27px;
  }
  .container-list-actus .wrapper-slide-rs .list-rs li {
    margin : 0 9px;
  }
  .container-list-actus .wrapper-slide-rs .list-rs li .icon {
    padding : 6px;
    font-size : 26px;
  }
}
@media (max-width: 1023.98px) and (max-width: 767.98px) {
  .container-list-actus .wrapper-slide-rs .list-rs {
    padding-top : 14px;
  }
  .container-list-actus .wrapper-slide-rs .list-rs li {
    margin : 0 6px;
  }
  .container-list-actus .wrapper-slide-rs .list-rs li .icon {
    padding : 3px;
    font-size : 14px;
  }
}
@media (max-width: 767.98px) {
  .container-list-actus .wrapper-slide-rs .cta,
  .container-list-actus .wrapper-slide-rs .bouton-link {
    display : block;
    width : 224px;
    margin : auto;
  }
}

.container-list-actus .wrapper-list-actus .wrapper-filters {
  padding : 20px 0;
  margin-bottom : 8px;
  background-color : #e6e6e6;
}
@media (max-width: 1023.98px) {
  .container-list-actus .wrapper-list-actus .wrapper-filters {
    margin-bottom : 15px;
    padding-bottom : 0;
  }
  .container-list-actus .wrapper-list-actus .wrapper-filters .dropdown-select {
    margin-bottom : 20px;
  }
  .container-list-actus .wrapper-list-actus .wrapper-filters .cta,
  .container-list-actus .wrapper-list-actus .wrapper-filters .bouton-link {
    margin-top : 24px;
  }
}
@media (max-width: 1023.98px) and (max-width: 767.98px) {
  .container-list-actus .wrapper-list-actus .wrapper-filters {
    margin-bottom : 18px;
  }
  .container-list-actus .wrapper-list-actus .wrapper-filters .cta,
  .container-list-actus .wrapper-list-actus .wrapper-filters .bouton-link {
    margin-top : 11px;
    width : auto;
    padding : 0 15px;
  }
}

.container-list-actus .wrapper-list-actus .list-actus .wrapper-actu {
  padding : 26px 0 18px;
  margin-bottom : 15px;
  border-bottom : 2px solid #004774;
}
.container-list-actus .wrapper-list-actus .list-actus .wrapper-actu .h2 {
  font-size : 1.125em;
  font-weight : 600 !important;
  margin-bottom : 6px;
}
.container-list-actus .wrapper-list-actus .list-actus .wrapper-actu .date-actu,
.container-list-actus .wrapper-list-actus .list-actus .wrapper-actu .intro-actu {
  font-size : .79em;
}
@media (max-width: 1023.98px) {
  .container-list-actus .wrapper-list-actus .list-actus .wrapper-actu .date-actu,
  .container-list-actus .wrapper-list-actus .list-actus .wrapper-actu .intro-actu {
    font-size : 1.098em;
  }
}
@media (max-width: 1023.98px) and (max-width: 767.98px) {
  .container-list-actus .wrapper-list-actus .list-actus .wrapper-actu .date-actu,
  .container-list-actus .wrapper-list-actus .list-actus .wrapper-actu .intro-actu {
    font-size : .835em;
  }
}
.container-list-actus .wrapper-list-actus .list-actus .wrapper-actu .intro-actu {
  font-size : .9375em;
  line-height : 2.531em;
}
.container-list-actus .wrapper-list-actus .list-actus .wrapper-actu .wrapper-image {
  margin : 13px 0 20px;
}
.container-list-actus .wrapper-list-actus .list-actus .wrapper-actu .wrapper-image img {
  max-width : 100%;
}
.container-list-actus .wrapper-list-actus .list-actus .wrapper-actu a {
  color : #000000;
}
.container-list-actus .wrapper-list-actus .list-actus .wrapper-actu a:hover {
  text-decoration : none;
}

@media (max-width: 1023.98px) {
  .container-list-actus .wrapper-list-actus .list-actus .wrapper-actu {
    padding : 39px 0 46px;
    border-width : 3px;
  }
  .container-list-actus .wrapper-list-actus .list-actus .wrapper-actu .h2 {
    font-size : 2em;
  }
  .container-list-actus .wrapper-list-actus .list-actus .wrapper-actu .intro-actu {
    font-size : 2.125em;
  }
  .container-list-actus .wrapper-list-actus .list-actus .wrapper-actu .wrapper-image {
    margin : 6px 0 14px;
  }
}

@media (max-width: 1023.98px) and (max-width: 767.98px) {
  .container-list-actus .wrapper-list-actus .list-actus .wrapper-actu {
    padding : 0 0 13px;
    border-width : 2px;
  }
  .container-list-actus .wrapper-list-actus .list-actus .wrapper-actu .h2 {
    font-size : 1.125em;
  }
  .container-list-actus .wrapper-list-actus .list-actus .wrapper-actu .intro-actu {
    font-size : .9375em;
    line-height : 14px;
  }
  .container-list-actus .wrapper-list-actus .list-actus .wrapper-actu .wrapper-image {
    margin : 0 0 2px;
  }
}

.container-list-actus .wrapper-list-actus .no-result {
  font-size : 1.1875em;
  margin : 15px 0 25px 0;
}

.container-list-actus .cta,
.container-list-actus .bouton-link {
  width : 100%;
  padding : 0;
  height : 43px;
  line-height : 43px;
}
.container-list-actus .cta .icon,
.container-list-actus .bouton-link .icon {
  margin-right : 8px;
  font-size : 26px;
  vertical-align : middle;
}
@media (max-width: 1023.98px) {
  .container-list-actus .cta,
  .container-list-actus .bouton-link {
    height : 60px;
    line-height : 60px;
    font-size : 1.093em;
  }
  .container-list-actus .cta .icon,
  .container-list-actus .bouton-link .icon {
    margin-right : 10px;
    font-size : 36px;
  }
}
@media (max-width: 1023.98px) and (max-width: 767.98px) {
  .container-list-actus .cta,
  .container-list-actus .bouton-link {
    height : 30px;
    line-height : 30px;
    font-size : .75em;
    font-weight : bold;
  }
  .container-list-actus .cta .icon,
  .container-list-actus .bouton-link .icon {
    margin-right : 5px;
    font-size : 18px;
  }
}

.container-list-actus .link-archives {
  display : block;
  padding : 30px 15px 24px;
  margin-bottom : 66px;
  background-color : #004774;
  color : #ffffff;
}
.container-list-actus .link-archives:hover {
  text-decoration : none;
}

.wrapper-data .wrapper-chapo {
  font-size : 20px;
  font-weight : 400;
  text-align : center;
  line-height : 30px;
}

@media (max-width: 767.98px) {
  .wrapper-data .title-page {
    font-weight : 600 !important;
    font-size : 24px !important;
  }
}

.wrapper-data .classement-chart-container .chart-title {
  font-weight : 500;
  font-size : 20px;
}
@media (max-width: 767.98px) {
  .wrapper-data .classement-chart-container .chart-title {
    font-size : 16px;
  }
}

.tabs-btn {
  -webkit-box-pack : center;
      -ms-flex-pack : center;
          justify-content : center;
  border : 0;
  margin-bottom : 0;
}
@media (max-width: 767.98px) {
  .tabs-btn {
    margin : 0;
    width : auto;
    height : 4em;
    overflow-x : auto;
    overflow-y : hidden;
    white-space : nowrap;
    display : block;
  }
  .tabs-btn .nav-item {
    display : inline-block;
    width : auto;
  }
}
.tabs-btn .nav-link {
  height : 80px;
  font-size : 15px;
  font-weight : 600;
  text-align : center;
  color : #818181;
}
.tabs-btn .nav-link.active {
  background-color : #ffffff;
  color : #005cbc;
  -webkit-box-shadow : 4px 0 0 rgba(0, 35, 58, .1);
          box-shadow : 4px 0 0 rgba(0, 35, 58, .1);
}
.tabs-btn .nav-link .d-table {
  width : 100%;
  height : 100%;
}
@media (max-width: 767.98px) {
  .tabs-btn .nav-link {
    font-size : .75em;
    height : 64px;
  }
}

.classement-data {
  margin-bottom : 28px;
}
@media (max-width: 1023.98px) {
  .classement-data {
    margin : 0;
  }
}

.wrapper-support {
  margin-bottom : 20px;
}
@media (min-width: 1024px) {
  .wrapper-support #allFilters {
    display : block;
  }
}
.wrapper-support .alert-danger {
  margin-top : 15px;
  width : 50%;
}
.wrapper-support .title-support {
  font-size : 15px;
  white-space : nowrap;
  color : #565656;
  padding-top : 40px;
  display : inline-block;
  margin-right : 10px;
  font-weight : 500;
}
.wrapper-support .title-support .source::before {
  content : '•';
  margin-right : 5px;
}
.wrapper-support .date-support {
  display : inline;
  font-weight : 400;
  font-size : 13px;
  color : #818181;
}
@media (max-width: 767.98px) {
  .wrapper-support .date-support {
    display : block;
    font-size : 12px;
  }
}
@media (max-width: 1023.98px) {
  .wrapper-support {
    margin-bottom : 38px;
  }
  .wrapper-support .cta,
  .wrapper-support .bouton-link {
    height : 49px;
    line-height : 49px;
    border-radius : 9px;
    font-family : 'Open Sans';
    font-size : 1.5em;
    font-weight : normal;
  }
  .wrapper-support .cta[aria-expanded='true'],
  .wrapper-support .bouton-link[aria-expanded='true'] {
    background-color : #ffffff;
    border : 1px solid #004774;
    color : #004774;
  }
  .wrapper-support .cta-fonctions {
    padding-top : 12px;
  }
  .wrapper-support .cta-fonctions .cta,
  .wrapper-support .cta-fonctions .bouton-link {
    width : 100%;
    padding : 0;
  }
  .wrapper-support .title-support {
    font-size : 1em;
  }
}
@media (max-width: 767.98px) {
  .wrapper-support {
    margin-bottom : 18px;
    border-top : 1px solid #eeeeee;
    border-bottom : 1px solid #eeeeee;
  }
  .wrapper-support .cta,
  .wrapper-support .bouton-link {
    height : 28px;
    line-height : 28px;
    border-radius : 4px;
    font-size : .75em;
  }
  .wrapper-support .cta-fonctions {
    padding-top : 6px;
  }
  .wrapper-support .title-support {
    font-size : .75em;
    margin-top : 20px;
    padding : 0;
  }
}

.wrapper-legende {
  margin : 0;
}
.wrapper-legende .btn-legende {
  margin-bottom : 10px;
  padding : 20px 0 0 0;
  border-top : 4px solid rgba(49, 48, 49, .1);
}
@media (max-width: 767.98px) {
  .wrapper-legende .btn-legende {
    margin-bottom : 0;
  }
}
.wrapper-legende .btn-legende .label {
  font-size : 15px;
  font-weight : 600;
  letter-spacing : 1px;
  text-transform : uppercase;
  color : #565656;
}
@media (max-width: 767.98px) {
  .wrapper-legende .btn-legende .label {
    font-size : 12px;
  }
}
.wrapper-legende .btn-legende .icon {
  display : inline-block;
  font-size : 12px;
  margin-left : 10px;
  -webkit-transition : all .3s ease;
          transition : all .3s ease;
}
.wrapper-legende .btn-legende[aria-expanded='true'] .icon {
  -webkit-transform : rotateX(180deg);
          transform : rotateX(180deg);
}
@media print {
  .wrapper-legende .collapse:not(.show) {
    display : block;
  }
}
.wrapper-legende .wysiwyg {
  font-size : .8125em;
  margin-bottom : 60px;
}
@media (max-width: 1023.98px) {
  .wrapper-legende .wysiwyg {
    font-size : 1em;
    margin : 0;
  }
}
@media (max-width: 767.98px) {
  .wrapper-legende .wysiwyg {
    font-size : 1em;
    margin-top : 8px;
  }
}
.wrapper-legende .wysiwyg ul {
  font-size : 13px;
  line-height : 1.4;
  margin-bottom : 0;
}
.wrapper-legende .wysiwyg ul li {
  padding : 0;
  color : #565656;
}
.wrapper-legende .wysiwyg ul li::before {
  content : none;
}
@media (max-width: 767.98px) {
  .wrapper-legende .wysiwyg ul li {
    font-size : .75em;
  }
}
.wrapper-legende .wysiwyg p {
  font-size : 13px;
  line-height : 1.4;
}
@media (max-width: 767.98px) {
  .wrapper-legende .wysiwyg p {
    font-size : .75em;
  }
}
.wrapper-legende.section-support {
  border : 0 !important;
}

@media print {
  .wrapper-buttons {
    display : none;
  }
}

.wrapper-buttons .link-btn {
  margin-bottom : 50px;
}
.wrapper-buttons .link-btn a {
  display : block;
  position : relative;
  padding : 32px 40px 36px;
  height : 100%;
  color : #ffffff;
  border : 4px solid rgba(49, 48, 49, .1);
}
.wrapper-buttons .link-btn a:hover {
  text-decoration : none;
}
.wrapper-buttons .link-btn a .title {
  margin-bottom : 10px;
  font-size : 1.5em;
  font-weight : 600;
  line-height : 32px;
  letter-spacing : 2px;
  text-transform : uppercase;
  color : #0088e4;
}
.wrapper-buttons .link-btn a .desc {
  font-size : .93em;
  font-weight : 500;
  line-height : 24px;
  color : #313031;
}
.wrapper-buttons .link-btn a .plus {
  background : #0088e4;
  font-size : 3em;
  line-height : 1.2em;
  position : absolute;
  right : 0;
  bottom : 0;
  width : 56px;
  height : 56px;
  text-align : center;
}
.wrapper-buttons .link-btn:nth-child(2) {
  margin-left : 20px;
}
@media (max-width: 1023.98px) {
  .wrapper-buttons .link-btn:nth-child(2) {
    margin-left : 0;
  }
}

@media (max-width: 1023.98px) {
  .wrapper-buttons .row {
    margin : 0;
  }
  .wrapper-buttons .link-btn {
    margin-bottom : 25px;
  }
  .wrapper-buttons .link-btn a {
    letter-spacing : 1px;
    padding : 25px 30px;
  }
  .wrapper-buttons .link-btn a .title {
    font-size : 1.2em;
    line-height : 30px;
  }
  .wrapper-buttons .link-btn a .desc {
    font-size : 1em;
    line-height : 30px;
  }
}

@media (max-width: 767.98px) {
  .wrapper-buttons {
    margin-bottom : 13px;
  }
  .wrapper-buttons .link-btn {
    margin-bottom : 17px;
  }
  .wrapper-buttons .link-btn a {
    padding : 25px;
  }
  .wrapper-buttons .link-btn a .title {
    margin-bottom : 15px;
    font-size : 19px;
    line-height : 26px;
  }
  .wrapper-buttons .link-btn a .desc {
    font-size : 12px;
    line-height : 19px;
  }
  .wrapper-buttons .link-btn a .plus {
    font-size : 1.8em;
    width : 32px;
    height : 32px;
  }
}

.section-chart {
  padding : 50px 0 20px;
}
@media (max-width: 767.98px) {
  .section-chart {
    padding : 20px 0;
  }
}
.wrapper-bilan .section-chart {
  padding-top : 30px;
}
@media (max-width: 767.98px) {
  .wrapper-bilan .section-chart {
    padding-top : 20px;
  }
}
.section-chart .h1 {
  font-size : 2em;
  color : #1d1d1b;
  letter-spacing : 1px;
}
@media (max-width: 1023.98px) {
  .section-chart .h1 {
    font-size : 1.5em !important;
    font-weight : 600 !important;
  }
}
@media (max-width: 767.98px) {
  .section-chart .h1 {
    font-size : 1.18em !important;
  }
}
.section-chart .h3 {
  padding-top : 10px;
  text-transform : none;
  font-weight : 500 !important;
  text-align : center;
}
@media (max-width: 767.98px) {
  .section-chart .h3 {
    font-size : 1em;
    margin-bottom : 20px;
  }
}
.section-chart#supports .title-page {
  margin-top : 30px;
  margin-bottom : 60px !important;
}
.section-chart#supports ul {
  margin : 0;
}
.section-chart#supports ul li {
  font-size : .875em;
  color : #004774;
  margin-bottom : 14px;
}
@media (max-width: 1023.98px) {
  .section-chart#supports ul li {
    font-size : 1.882em;
  }
}
@media (max-width: 767.98px) {
  .section-chart#supports ul li {
    font-size : .937em;
  }
}
.section-chart#supports ul li a {
  color : #004774;
}
.section-chart .btn-collapsed {
  color : #004774;
}
.section-chart .btn-collapsed:hover {
  text-decoration : none;
}
.section-chart .btn-collapsed .h1 {
  font-size : 2.353em;
  font-weight : bold !important;
}
.section-chart .btn-collapsed .h1 .icon {
  display : inline-block;
  margin-left : 5px;
  font-size : 22px;
  font-weight : normal;
  -webkit-transition : all .3s ease;
          transition : all .3s ease;
}
@media (max-width: 767.98px) {
  .section-chart .btn-collapsed .h1 {
    font-size : 1.125em;
    font-weight : normal !important;
  }
  .section-chart .btn-collapsed .h1 .icon {
    margin-left : 10px;
    font-size : 11px;
  }
}
.section-chart .btn-collapsed.collapsed .icon {
  -webkit-transform : rotateX(180deg);
          transform : rotateX(180deg);
}

.container-chart .bar-chart {
  margin-bottom : 10px;
}
@media (max-width: 767.98px) {
  .container-chart .bar-chart {
    margin-bottom : 5px;
  }
}
.container-chart .bar-chart .label-bar {
  display : inline-block;
  width : 29%;
  padding-right : 25px;
  -webkit-box-sizing : border-box;
          box-sizing : border-box;
  font-size : .875em;
  text-align : right;
}
@media (max-width: 1023.98px) {
  .container-chart .bar-chart .label-bar {
    width : 100%;
    margin-bottom : 12px;
    text-align : left;
  }
}
@media (max-width: 767.98px) {
  .container-chart .bar-chart .label-bar {
    margin-bottom : 0;
  }
}
.container-chart .bar-chart .bar {
  display : inline-block;
  width : 70%;
  height : 28px;
  vertical-align : middle;
  font-size : 0;
  text-align : left;
}
@media (max-width: 1023.98px) {
  .container-chart .bar-chart .bar {
    width : 100%;
    height : 39px;
  }
}
@media (max-width: 767.98px) {
  .container-chart .bar-chart .bar {
    height : 20px;
  }
}
.container-chart .bar-chart .bar .pourcent-bar {
  width : 85%;
  display : inline-block;
  height : 100%;
  vertical-align : top;
  background-color : #005cbc;
}
.container-chart .bar-chart .bar .value-bar {
  display : inline-block;
  width : 15%;
  font-size : 18px;
  font-weight : bold;
  padding-left : 10px;
  -webkit-box-sizing : border-box;
          box-sizing : border-box;
}
@media (max-width: 1023.98px) {
  .container-chart .bar-chart .bar .value-bar {
    font-size : 22.6px;
    padding-left : 26px;
  }
}
@media (max-width: 767.98px) {
  .container-chart .bar-chart .bar .value-bar {
    font-size : 12px;
    padding-left : 7px;
  }
}

.section-chiffres {
  margin : 60px 0;
}
@media (max-width: 1023.98px) {
  .section-chiffres {
    margin : 0 0 40px;
  }
}
@media (max-width: 767.98px) {
  .section-chiffres {
    margin : 0 0 20px;
  }
}
.section-chiffres .wrapper-chiffres {
  padding : 50px 40px 25px;
}
@media (max-width: 1023.98px) {
  .section-chiffres .wrapper-chiffres {
    padding : 40px 50px 25px;
  }
}
@media (max-width: 767.98px) {
  .section-chiffres .wrapper-chiffres {
    padding : 20px 30px 15px;
  }
}
.section-chiffres .wrapper-chiffres .title-page,
.section-chiffres .wrapper-chiffres h2,
.section-chiffres .wrapper-chiffres h3 {
  font-size : 1.694em !important;
  text-transform : uppercase;
  color : #ffffff;
  margin-bottom : 50px !important;
  color : #ffffff;
}
@media (max-width: 1023.98px) {
  .section-chiffres .wrapper-chiffres .title-page,
  .section-chiffres .wrapper-chiffres h2,
  .section-chiffres .wrapper-chiffres h3 {
    font-size : 2.353em !important;
  }
}
@media (max-width: 767.98px) {
  .section-chiffres .wrapper-chiffres .title-page,
  .section-chiffres .wrapper-chiffres h2,
  .section-chiffres .wrapper-chiffres h3 {
    margin-bottom : 25px !important;
    font-size : 1.125em !important;
  }
}
.section-chiffres .wrapper-chiffres td {
  width : 50%;
  color : #ffffff;
}
@media (max-width: 1023.98px) {
  .section-chiffres .wrapper-chiffres td {
    display : block;
    width : 100%;
  }
}
.section-chiffres .wrapper-chiffres .btn-collapsed {
  width : 210px;
  height : 60px;
  line-height : 60px;
  padding : 0;
  margin-bottom : 25px;
  font-size : 1.098em;
}
@media (max-width: 767.98px) {
  .section-chiffres .wrapper-chiffres .btn-collapsed {
    width : 130px;
    height : 30px;
    line-height : 30px;
    font-size : .75em;
  }
}
.section-chiffres .wrapper-chiffres ul {
  margin : 0;
}
.section-chiffres .wrapper-chiffres ul li {
  position : relative;
  padding-left : 10px;
  margin-bottom : 4px;
}
.section-chiffres .wrapper-chiffres ul li::after {
  content : '';
  position : absolute;
  left : 0;
  top : 10px;
  display : inline-block;
  width : 4px;
  height : 4px;
  background-color : #ffffff;
  border-radius : 4px;
}
.section-chiffres .wrapper-chiffres ul li a {
  font-size : 1.015em;
  color : #ffffff;
}
@media (max-width: 1023.98px) {
  .section-chiffres .wrapper-chiffres ul li a {
    font-size : 1.525em;
  }
}
@media (max-width: 767.98px) {
  .section-chiffres .wrapper-chiffres ul li a {
    font-size : .762em;
  }
}

.section-access-observatoire {
  margin-bottom : 60px;
}
@media (max-width: 767.98px) {
  .section-access-observatoire {
    margin-bottom : 35px;
  }
}
.section-access-observatoire .wrapper-access-observatoire {
  padding : 35px 50px 60px;
}
@media (max-width: 1023.98px) {
  .section-access-observatoire .wrapper-access-observatoire {
    padding : 45px 50px 40px;
  }
}
@media (max-width: 767.98px) {
  .section-access-observatoire .wrapper-access-observatoire {
    padding : 20px 10px;
  }
}
.section-access-observatoire .wrapper-access-observatoire .title-page,
.section-access-observatoire .wrapper-access-observatoire .contenu-observatoire {
  color : #ffffff;
}
.section-access-observatoire .wrapper-access-observatoire .contenu-observatoire {
  margin-bottom : 60px;
}
@media (max-width: 767.98px) {
  .section-access-observatoire .wrapper-access-observatoire .contenu-observatoire {
    margin-bottom : 15px;
  }
}
@media (max-width: 1023.98px) {
  .section-access-observatoire .wrapper-access-observatoire .cta,
  .section-access-observatoire .wrapper-access-observatoire .bouton-link {
    width : 210px;
    height : 60px;
    line-height : 60px;
    margin-bottom : 25px;
    padding : 0;
    font-size : 1.098em;
  }
}
@media (max-width: 1023.98px) and (max-width: 767.98px) {
  .section-access-observatoire .wrapper-access-observatoire .cta,
  .section-access-observatoire .wrapper-access-observatoire .bouton-link {
    width : 130px;
    height : 30px;
    line-height : 30px;
    margin-bottom : 10px;
    font-size : .75em;
  }
}

.wrapper-data.wrapper-bilan .wrapper-tablesorter .table th {
  padding : 13px 12px 10px;
}

.wrapper-data.wrapper-bilan .wrapper-tetiere {
  margin-bottom : 0;
}

.wrapper-data.wrapper-bilan .wrapper-support {
  margin-bottom : 30px;
}
@media (max-width: 767.98px) {
  .wrapper-data.wrapper-bilan .wrapper-support {
    margin-bottom : 20px;
  }
}

@media (max-width: 1023.98px) {
  .wrapper-data.wrapper-bilan .dropdown-links {
    margin-bottom : 40px;
  }
}
@media (max-width: 1023.98px) and (max-width: 767.98px) {
  .wrapper-data.wrapper-bilan .dropdown-links {
    margin-bottom : 20px;
  }
}

.dropdown-links {
  display : inline-block;
  max-width : 100%;
  min-width : 400px;
  font-size : 1.015em;
}
@media (max-width: 1023.98px) {
  .dropdown-links {
    font-size : 1.5em;
  }
}
@media (max-width: 767.98px) {
  .dropdown-links {
    font-size : .75em;
    min-width : 290px;
  }
}
.dropdown-links .dropdown-toggle {
  display : inline-block;
  width : 100%;
  height : 47px;
  line-height : 47px;
  padding : 0 58px 0 30px;
  background-color : #004774;
  font-weight : bold;
  text-transform : uppercase;
  color : #ffffff;
  font-size : 1.015em;
}
@media (max-width: 1023.98px) {
  .dropdown-links .dropdown-toggle {
    padding : 0 66px 0 20px;
    height : 64px;
    line-height : 64px;
  }
}
@media (max-width: 767.98px) {
  .dropdown-links .dropdown-toggle {
    padding : 0 34px 0 10px;
    height : 32px;
    line-height : 32px;
  }
}
.dropdown-links .dropdown-toggle span {
  display : block;
  white-space : nowrap;
  overflow : hidden;
  text-overflow : ellipsis;
}
.dropdown-links .dropdown-toggle::after {
  position : absolute;
  top : 20px;
  right : 32px;
  border-top : .5em solid;
  border-right : .5em solid transparent;
  border-left : .5em solid transparent;
}
@media (max-width: 1023.98px) {
  .dropdown-links .dropdown-toggle::after {
    top : 28px;
    right : 20px;
  }
}
@media (max-width: 767.98px) {
  .dropdown-links .dropdown-toggle::after {
    top : 14px;
    right : 10px;
  }
}
.dropdown-links .dropdown-menu {
  max-width : 100% !important;
  border-radius : 0;
  margin-top : 0;
  right : 0;
}
.dropdown-links .dropdown-menu .dropdown-item {
  font-size : .9375rem;
  padding : .25rem 1rem;
  white-space : normal;
  color : #004774;
}
.dropdown-links .dropdown-menu .dropdown-item.first {
  padding : .25rem 1rem .25rem 2rem;
}
.dropdown-links .dropdown-menu .dropdown-item.second {
  padding : .25rem 1rem .25rem 3rem;
}

.bloc-tab {
  display : inline-block;
  width : 39%;
}
@media (max-width: 1023.98px) {
  .bloc-tab {
    width : 100%;
  }
}

.bloc-graph {
  display : inline-block;
  width : 60%;
  margin-top : 70px;
  vertical-align : top;
}
@media (max-width: 1023.98px) {
  .bloc-graph {
    width : 100%;
    margin-top : 0;
  }
}

.observatoire_table {
  font-size : 1.355em !important;
  text-transform : uppercase;
  margin-bottom : 20px;
}
@media (max-width: 1023.98px) {
  .observatoire_table {
    font-size : 1.882em !important;
  }
}
@media (max-width: 767.98px) {
  .observatoire_table {
    margin-bottom : 10px;
    font-size : 1.099em !important;
  }
}
.observatoire_table .number {
  padding : 5px;
  margin-left : 10px;
  background-color : #db5e12;
}

.table-image td {
  vertical-align : middle;
}
.table-image td.image {
  text-align : center;
}
.table-image td.image img {
  width : 145px;
}

.fancybox-lock .fancybox-overlay {
  background-color : rgba(0, 0, 0, .8);
}
.fancybox-lock .fancybox-overlay .fancybox-close {
  background-image : url('../images/fancybox_sprite.png');
}

.wrapper-classement-header {
  padding : 48px 0 0 0;
}
@media (max-width: 767.98px) {
  .wrapper-classement-header {
    padding : 5px 0 0 0;
  }
}

.deco-image {
  margin-bottom : 3em;
}
@media (max-width: 1023.98px) {
  .deco-image {
    margin-bottom : 2em;
  }
}
@media print {
  .deco-image {
    display : none;
  }
}
@media (max-width: 1023.98px) {
  .deco-image img {
    width : 100%;
  }
}

.astuce-mobile {
  background-color : #f8f9fa;
  font-size : 12px;
  padding : 16px;
  margin : 20px 0;
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  -webkit-box-align : center;
      -ms-flex-align : center;
          align-items : center;
}
@media print {
  .astuce-mobile {
    display : none !important;
  }
}
.astuce-mobile .icon {
  font-size : 20px;
  color : #00bcf4;
  margin-right : 20px;
}
.astuce-mobile .astuce {
  text-transform : uppercase;
  letter-spacing : 1px;
  font-size : 9px;
  font-weight : 700;
}

.section-calendar {
  margin-bottom : 20px;
}
.section-calendar .wrapper-filters {
  background-color : #f8f9fa !important;
  height : auto !important;
}
.section-calendar .main-timeline {
  position : relative;
  z-index : 0;
  list-style : none;
  padding : 0;
}
.section-calendar .main-timeline::before {
  content : '';
  position : absolute;
  top : 0;
  bottom : 0;
  left : 50%;
  margin-left : -1.5px;
  width : 3px;
  background-color : #004774;
}
.section-calendar .main-timeline .month-title {
  margin-bottom : 116px;
}
.section-calendar .main-timeline li {
  margin-bottom : 70px;
  margin-top : -116px;
}
@media (max-width: 1023.98px) {
  .section-calendar .main-timeline li {
    margin-top : 0;
  }
  .section-calendar .main-timeline li .row {
    background-color : #e6e6e6;
    margin-left : 0;
    margin-right : 0;
  }
}
.section-calendar .main-timeline li .ancre-date {
  display : inline-block;
  width : 150px;
  height : 44px;
  line-height : 44px;
  margin-bottom : 30px;
  margin-top : 87px;
  background-color : #004774;
  text-align : center;
  color : #ffffff;
  border-radius : 8px;
  text-transform : uppercase;
  z-index : 15;
  position : relative;
}
.section-calendar .main-timeline li .ancre-date.link-more {
  margin-bottom : 0;
}
.section-calendar .main-timeline li .content-timeline {
  width : 100%;
  padding : 15px;
  height : 120px;
  background-color : #e6e6e6;
  text-align : center;
}
.section-calendar .main-timeline li .content-timeline .title {
  margin-bottom : 10px;
  font-size : 1em;
  font-weight : bold;
  text-transform : uppercase;
}
.section-calendar .main-timeline li .date-timeline {
  position : relative;
  margin-left : -15px;
  font-size : .875em;
  color : #004774;
  line-height : 1.5em;
  text-transform : uppercase;
  padding-bottom : 12px;
}
.section-calendar .main-timeline li .date-timeline::before {
  content : '';
  position : absolute;
  left : 0;
  right : 0;
  bottom : 0;
  height : 4px;
  background-color : #004774;
}
@media (max-width: 1023.98px) {
  .section-calendar .main-timeline li .date-timeline::before {
    display : none;
  }
}
.section-calendar .main-timeline li .date-timeline::after {
  content : '';
  position : absolute;
  right : 0;
  bottom : 0;
  width : 25px;
  height : 25px;
  border-radius : 100%;
  margin-bottom : -10px;
  margin-right : -13px;
  background-color : #004774;
}
@media (max-width: 1023.98px) {
  .section-calendar .main-timeline li .date-timeline::after {
    display : none;
  }
}
.section-calendar .main-timeline li .date-timeline span {
  font-size : 2em;
  font-weight : bold;
  display : block;
}
.section-calendar .main-timeline li:first-child {
  margin-top : 0;
}
.section-calendar .main-timeline li:first-child .ancre-date {
  margin-top : 0;
}
.section-calendar .main-timeline li:nth-child(even) .row {
  -webkit-box-orient : horizontal;
  -webkit-box-direction : reverse;
      -ms-flex-direction : row-reverse;
          flex-direction : row-reverse;
}
.section-calendar .main-timeline li:nth-child(even) .date-timeline {
  margin-left : 0;
  margin-right : -15px;
}
.section-calendar .main-timeline li:nth-child(even) .date-timeline::after {
  right : auto;
  left : 0;
  margin-right : 0;
  margin-left : -13px;
}
.section-calendar .main-timeline .more-info {
  margin-bottom : 0 !important;
}
.section-calendar .main-timeline .sep-timeline {
  margin : 0;
  z-index : 22;
  position : relative;
}
@media screen and (max-width: 1024px) {
  .section-calendar {
    /*#collapseFilters{
      height: 200px;
      padding: 35px 0 0px;
      margin-bottom: 15px;
      .dropdown-select{
        .btn-select {
          padding: 10px 7px 9px 10px;
          font-size: .75em;
          .icon {
            top: 8px;
          }
        }
      }
    }*/
  }
  .section-calendar .main-timeline .month-title {
    margin-bottom : 10px !important;
  }
  .section-calendar .main-timeline li {
    margin-bottom : 40px !important;
  }
  .section-calendar .main-timeline li .ancre-date {
    margin-top : 0 !important;
  }
  .section-calendar .main-timeline li .row {
    z-index : 1;
    position : relative;
  }
  .section-calendar .main-timeline li .row .date-timeline {
    font-size : 24px;
    margin-top : 15px;
    padding-bottom : 0;
    margin-right : 0 !important;
    margin-left : 0 !important;
  }
  .section-calendar .main-timeline li .content-timeline {
    height : 130px !important;
  }
  .section-calendar .main-timeline .more-info {
    margin : 0 !important;
  }
  .section-calendar .main-timeline .sep-timeline {
    z-index : 1;
    position : relative;
  }
}
@media screen and (max-width: 768px) {
  .section-calendar {
    /*#collapseFilters{
      height: 200px;
      padding: 40px 0 0px;
      margin-bottom: 0;
      .dropdown-select{
        .btn-select {
          padding: 10px 7px 9px 10px;
          font-size: .75em;
          font-weight: bold;
        }
      }
    }*/
  }
  .section-calendar .date-timeline {
    font-size : 20px;
  }
}

.bloc-publication table {
  margin-bottom : 25px;
}
.bloc-publication table tr td:nth-child(1) {
  text-align : left;
}
.bloc-publication table tr td:nth-child(2) {
  text-align : right;
}

.bloc-publication ul {
  margin-left : 25px;
  list-style : initial;
}

.bloc-publication h2,
.bloc-publication h3 {
  text-transform : uppercase;
  font-weight : 600 !important;
}

@media (max-width: 1023.98px) {
  .wrapper-fiche-support .wrapper-tetiere {
    margin-bottom : 24px;
  }
}

@media (max-width: 767.98px) {
  .wrapper-fiche-support .wrapper-tetiere {
    margin-bottom : 8px;
  }
}

.wrapper-fiche-support.fiche-marque .wrapper-tetiere {
  margin-bottom : 0;
}
.wrapper-fiche-support.fiche-marque .wrapper-tetiere .desc-membre {
  font-size : 1.354em;
  text-transform : uppercase;
}
@media (max-width: 1023.98px) {
  .wrapper-fiche-support.fiche-marque .wrapper-tetiere .desc-membre {
    font-size : 1.882em;
  }
}
@media (max-width: 767.98px) {
  .wrapper-fiche-support.fiche-marque .wrapper-tetiere .desc-membre {
    font-size : .937em;
  }
}
.wrapper-fiche-support.fiche-marque .wrapper-tetiere .link-support {
  margin : 0 10px;
  font-size : 1.015em;
  font-weight : bold;
  color : #000000;
  text-decoration : underline;
}
@media (max-width: 1023.98px) {
  .wrapper-fiche-support.fiche-marque .wrapper-tetiere .link-support {
    font-size : 1.411em;
  }
}
@media (max-width: 767.98px) {
  .wrapper-fiche-support.fiche-marque .wrapper-tetiere .link-support {
    font-size : .75em;
    margin : 0;
  }
}
.wrapper-fiche-support.fiche-marque .wrapper-tetiere .link-support:hover {
  text-decoration : none;
}
.wrapper-fiche-support.fiche-marque .wrapper-tetiere hr {
  margin : 20px 50px 30px;
  border-color : #eff7ff;
}
@media (max-width: 1023.98px) {
  .wrapper-fiche-support.fiche-marque .wrapper-tetiere hr {
    margin : 20px -40px 30px;
  }
}
@media (max-width: 767.98px) {
  .wrapper-fiche-support.fiche-marque .wrapper-tetiere hr {
    margin : 10px -20px;
  }
}

.wrapper-fiche-support .wrapper-membre {
  padding-bottom : 50px;
}
@media (max-width: 1023.98px) {
  .wrapper-fiche-support .wrapper-membre {
    padding : 40px;
  }
}
@media (max-width: 767.98px) {
  .wrapper-fiche-support .wrapper-membre {
    padding : 20px;
  }
}
.wrapper-fiche-support .wrapper-membre .row > div:first-child,
.wrapper-fiche-support .wrapper-membre .row > div:last-child {
  padding : 0;
}
@media (max-width: 1023.98px) {
  .wrapper-fiche-support .wrapper-membre .row > div:first-child,
  .wrapper-fiche-support .wrapper-membre .row > div:last-child {
    padding-left : 15px;
    padding-right : 15px;
  }
}
.wrapper-fiche-support .wrapper-membre .logo {
  margin-top : 50px;
}
@media (max-width: 1023.98px) {
  .wrapper-fiche-support .wrapper-membre .logo {
    margin-top : 0;
    margin-bottom : 15px;
  }
}
.wrapper-fiche-support .wrapper-membre .logo img {
  max-width : 200px;
  max-height : 200px;
}
.wrapper-fiche-support .wrapper-membre .cover {
  margin-top : 50px;
}
@media (max-width: 1023.98px) {
  .wrapper-fiche-support .wrapper-membre .cover {
    margin-bottom : 15px;
    margin-top : 0;
  }
}
.wrapper-fiche-support .wrapper-membre .cover a {
  display : inherit;
}
.wrapper-fiche-support .wrapper-membre .cover img {
  max-width : 100%;
  max-height : 280px;
}
@media (max-width: 767.98px) {
  .wrapper-fiche-support .wrapper-membre .cover img {
    max-height : 200px;
  }
}
.wrapper-fiche-support .wrapper-membre .cover .powered {
  font-size : .70em;
}
.wrapper-fiche-support .wrapper-membre .cta,
.wrapper-fiche-support .wrapper-membre .bouton-link {
  position : relative;
  display : block;
  font-weight : 500;
  font-size : 15px;
  line-height : 1.6;
  width : -webkit-fit-content;
  width : -moz-fit-content;
  width : fit-content;
}
@media (max-width: 1023.98px) {
  .wrapper-fiche-support .wrapper-membre .cta,
  .wrapper-fiche-support .wrapper-membre .bouton-link {
    display : inline-block;
    width : auto;
    margin-bottom : 30px;
  }
}
.wrapper-fiche-support .wrapper-membre h1 {
  text-align : left;
  word-break : break-word;
}
@media (max-width: 1023.98px) {
  .wrapper-fiche-support .wrapper-membre h1 {
    text-align : center;
  }
}
.wrapper-fiche-support .wrapper-membre .desc-membre {
  font-size : 1.016em;
}
@media (max-width: 1023.98px) {
  .wrapper-fiche-support .wrapper-membre .desc-membre {
    font-size : 1.411em;
  }
}
@media (max-width: 767.98px) {
  .wrapper-fiche-support .wrapper-membre .desc-membre {
    font-size : .941em;
  }
}
.wrapper-fiche-support .wrapper-membre .link-membre {
  font-size : 1.354em;
  text-transform : uppercase;
  color : #000000;
}
@media (max-width: 1023.98px) {
  .wrapper-fiche-support .wrapper-membre .link-membre {
    font-size : 1.882em;
  }
}
@media (max-width: 767.98px) {
  .wrapper-fiche-support .wrapper-membre .link-membre {
    font-size : .941em;
  }
}
@media (max-width: 767.98px) {
  .wrapper-fiche-support .wrapper-membre .title-page {
    font-weight : 600 !important;
  }
}

@media (max-width: 1023.98px) {
  .wrapper-fiche-support .btn-collapsed {
    position : relative;
  }
  .wrapper-fiche-support .btn-collapsed .h1 {
    font-size : 1.5em !important;
    font-weight : 600 !important;
  }
  .wrapper-fiche-support .btn-collapsed .h1 .title .audience {
    color : #2038b4;
    position : relative;
  }
  .wrapper-fiche-support .btn-collapsed .h1 .title .audience::after {
    content : '';
    display : block;
    height : 5px;
    background-image : url('../images/support_lignes_audience.svg');
    background-repeat : no-repeat;
    position : absolute;
    left : 0;
    right : 0;
  }
  .wrapper-fiche-support .btn-collapsed .h1 .title .diffusion {
    color : #005cbc;
    position : relative;
  }
  .wrapper-fiche-support .btn-collapsed .h1 .title .diffusion::after {
    content : '';
    display : block;
    height : 5px;
    background-image : url('../images/support_lignes_diffusion.svg');
    background-repeat : no-repeat;
    position : absolute;
    left : 0;
    right : 0;
  }
  .wrapper-fiche-support .btn-collapsed .h1 .title .frequentation {
    color : #00bcf4;
    position : relative;
  }
  .wrapper-fiche-support .btn-collapsed .h1 .title .frequentation::after {
    content : '';
    display : block;
    height : 5px;
    background-image : url('../images/support_lignes_frequentation.svg');
    background-repeat : no-repeat;
    position : absolute;
    left : 0;
    right : 0;
  }
  .wrapper-fiche-support .btn-collapsed .h1 .title::after {
    position : absolute;
    right : 0;
    content : '-';
    color : #818181;
    font-size : 1.8em;
    line-height : 12px;
    font-weight : 400;
  }
  .wrapper-fiche-support .btn-collapsed.collapsed .title::after {
    content : '+';
    color : #818181;
    font-size : 1.5em;
    line-height : 20px;
  }
}

.wrapper-fiche-support .section-support {
  padding : 38px 0 0 0;
  overflow-x : hidden;
}
@media (min-width: 1024px) {
  .wrapper-fiche-support .section-support:first-child {
    min-height : 410px;
  }
}
@media (max-width: 767.98px) {
  .wrapper-fiche-support .section-support {
    padding : 18px 0 0 0;
    border-top : 1px solid #eeeeee;
  }
}
.wrapper-fiche-support .section-support .title-page {
  color : #1d1d1b;
  font-size : 32px !important;
  font-weight : 500 !important;
  line-height : 1.3;
}
.wrapper-fiche-support .section-support .title-page .diffusion {
  color : #005cbc;
  position : relative;
}
.wrapper-fiche-support .section-support .title-page .diffusion::after {
  content : '';
  display : block;
  height : 5px;
  background-image : url('../images/support_lignes_diffusion.svg');
  background-repeat : no-repeat;
  position : absolute;
  left : 0;
  right : 0;
}
.wrapper-fiche-support .section-support .title-page .audience {
  color : #2038b4;
  position : relative;
}
.wrapper-fiche-support .section-support .title-page .audience::after {
  content : '';
  display : block;
  height : 5px;
  background-image : url('../images/support_lignes_audience.svg');
  background-repeat : no-repeat;
  position : absolute;
  left : 0;
  right : 0;
}
.wrapper-fiche-support .section-support .title-page .frequentation {
  color : #00bcf4;
  position : relative;
}
.wrapper-fiche-support .section-support .title-page .frequentation::after {
  content : '';
  display : block;
  height : 5px;
  background-image : url('../images/support_lignes_frequentation.svg');
  background-repeat : no-repeat;
  position : absolute;
  left : 0;
  right : 0;
}
@media (max-width: 1023.98px) {
  .wrapper-fiche-support .section-support .h1,
  .wrapper-fiche-support .section-support .section-chart .btn-collapsed .h1 {
    font-size : 1.5em !important;
    font-weight : 600 !important;
    text-align : left;
  }
}
@media (max-width: 767.98px) {
  .wrapper-fiche-support .section-support .h1,
  .wrapper-fiche-support .section-support .section-chart .btn-collapsed .h1 {
    font-size : 19px !important;
    font-weight : 600 !important;
    line-height : 1.4;
  }
}
.wrapper-fiche-support .section-support .source {
  font-size : 15px;
  font-weight : 500;
  margin : 20px 0;
}
@media (max-width: 767.98px) {
  .wrapper-fiche-support .section-support .source {
    font-size : .75em;
  }
}
.wrapper-fiche-support .section-support th {
  font-size : 1em;
}
@media (max-width: 767.98px) {
  .wrapper-fiche-support .section-support th {
    font-size : 12px;
    font-weight : 600;
  }
}
.wrapper-fiche-support .section-support th .icon-sort {
  font-size : 16px;
}
.wrapper-fiche-support .section-support table td {
  font-size : 13px;
  font-weight : 500;
}
.wrapper-fiche-support .section-support table td a:hover {
  text-decoration : none;
}
.wrapper-fiche-support .section-support table td .icon {
  color : #565656;
  font-size : 18px;
}
.wrapper-fiche-support .section-support table td .icon.icon-pdf {
  color : #d83320;
}
.wrapper-fiche-support .section-support table td .icon.icon-excel {
  color : #08743b;
  margin-left : 10px;
}
@media (max-width: 1023.98px) {
  .wrapper-fiche-support .section-support table td .icon.icon-excel {
    margin-left : 0;
  }
}
@media (max-width: 767.98px) {
  .wrapper-fiche-support .section-support table td {
    font-size : 12px;
  }
}
.wrapper-fiche-support .section-support table td:first-child {
  font-weight : 700 !important;
}
.wrapper-fiche-support .section-support hr {
  position : absolute;
  top : -53px;
  left : 15px;
  right : 15px;
  border-top : 2px solid #b7cfdc;
}
@media (max-width: 1023.98px) {
  .wrapper-fiche-support .section-support.section-tendance .title-page {
    margin : 20px 0 !important;
    font-size : 1.86em !important;
    font-weight : bold !important;
    text-align : center;
  }
}
@media (max-width: 767.98px) {
  .wrapper-fiche-support .section-support.section-tendance .title-page {
    margin : 0 0 12px !important;
    font-size : .941em !important;
  }
}
.wrapper-fiche-support .section-support.section-informations {
  padding-bottom : 65px;
  color : #ffffff;
}
@media (max-width: 1023.98px) {
  .wrapper-fiche-support .section-support.section-informations .row {
    margin : 0;
  }
}
@media (max-width: 767.98px) {
  .wrapper-fiche-support .section-support.section-informations {
    padding-bottom : 30px;
  }
}
.wrapper-fiche-support .section-support.section-informations .title-page {
  font-weight : 600 !important;
  font-size : 1.5em !important;
  letter-spacing : 2px;
  color : #ffffff;
}
@media (max-width: 1023.98px) {
  .wrapper-fiche-support .section-support.section-informations .title-page {
    text-align : center;
  }
}
@media (max-width: 767.98px) {
  .wrapper-fiche-support .section-support.section-informations .title-page {
    font-size : 1.18em !important;
  }
}
.wrapper-fiche-support .section-support.section-informations .content-section {
  font-size : .93em;
}
@media (max-width: 1023.98px) {
  .wrapper-fiche-support .section-support.section-informations .content-section {
    font-size : 1.411em;
  }
}
@media (max-width: 767.98px) {
  .wrapper-fiche-support .section-support.section-informations .content-section {
    font-size : .87em;
  }
}
.wrapper-fiche-support .section-support.section-informations .content-section a {
  color : #ffffff;
  text-decoration : none;
  font-weight : 600;
}
.wrapper-fiche-support .section-support.section-informations .content-section a:hover {
  text-decoration : underline;
}
.wrapper-fiche-support .section-support.section-informations .content-section ul {
  margin : 0;
}
@media (max-width: 1023.98px) {
  .wrapper-fiche-support .section-support.section-informations .content-section ul {
    display : block;
    font-size : .8em;
  }
}
@media (max-width: 767.98px) {
  .wrapper-fiche-support .section-support.section-informations .content-section ul {
    font-size : 1em;
  }
}
.wrapper-fiche-support .section-support.section-informations .content-section ul li {
  position : relative;
  border-bottom : 1px solid #669dd7;
  padding : 10px 0;
  font-weight : 500;
  color : #669dd7;
}
@media (max-width: 767.98px) {
  .wrapper-fiche-support .section-support.section-informations .content-section ul li {
    padding-left : 5px;
    margin-bottom : 0;
  }
}
.wrapper-fiche-support .section-support.section-informations .content-section ul li:last-child {
  border-bottom : 0;
}
.wrapper-fiche-support .section-support.section-informations .content-section ul li span {
  color : #ffffff;
}
.wrapper-fiche-support .section-support.section-informations .bg-white {
  padding : 20px;
  -webkit-box-pack : center;
      -ms-flex-pack : center;
          justify-content : center;
}
@media (max-width: 1023.98px) {
  .wrapper-fiche-support .section-support.section-informations .bg-white {
    margin : 20px 0;
  }
}
@media print {
  .wrapper-fiche-support .section-support.section-informations .bg-white {
    display : none !important;
  }
}
.wrapper-fiche-support .section-support.section-informations .bg-white img {
  width : inherit;
  max-width : 200px;
}
@media (max-width: 1023.98px) {
  .wrapper-fiche-support .section-support.section-informations .bg-white img {
    margin : 30px 0;
  }
}
.wrapper-fiche-support .section-support.section-informations .bg-blue {
  padding : 40px 60px;
}
@media (max-width: 1023.98px) {
  .wrapper-fiche-support .section-support.section-informations .bg-blue {
    padding : 20px;
  }
}
.wrapper-fiche-support .section-support.section-informations .section-informations-wrapper {
  padding-right : 35px;
}
@media (max-width: 1023.98px) {
  .wrapper-fiche-support .section-support.section-informations .section-informations-wrapper {
    padding-right : 0;
  }
}
.wrapper-fiche-support .section-support.section-informations .btn-see-more {
  font-size : 13px;
  font-weight : 400;
}
@media (max-width: 1023.98px) {
  .wrapper-fiche-support .section-support.section-informations .btn-see-more {
    font-size : 1em;
  }
}
.wrapper-fiche-support .section-support.section-informations .btn-see-more[data-toggle='modal']:hover {
  text-decoration : underline;
}
.wrapper-fiche-support .section-support.section-informations .btn-see-more[data-toggle='collapse'][aria-expanded='true'] .icon {
  -webkit-transform : rotateX(180deg);
          transform : rotateX(180deg);
}
.wrapper-fiche-support .section-support.section-informations .btn-see-more .icon {
  display : inline-block;
  font-size : .75em;
  color : #004774;
  vertical-align : middle;
  -webkit-transition : all .3s ease;
  transition : all .3s ease;
}
.wrapper-fiche-support .section-support.section-informations .section-informations-address {
  font-weight : 500;
}
@media (max-width: 1023.98px) {
  .wrapper-fiche-support .section-support.section-informations .section-informations-address {
    font-size : .8em;
  }
}
@media (max-width: 767.98px) {
  .wrapper-fiche-support .section-support.section-informations .section-informations-address {
    font-size : 1em;
  }
}
.wrapper-fiche-support .section-support.section-informations .section-informations-address .icon {
  font-size : 50px;
  margin-bottom : 20px;
  color : #669dd7;
}
.wrapper-fiche-support .section-support.section-informations .section-informations-address .label {
  font-weight : 600;
  text-transform : uppercase;
  letter-spacing : 1px;
}
.wrapper-fiche-support .section-support.section-informations .wrapper-description .title-description {
  font-weight : 700;
  margin-bottom : 20px;
  font-size : 17px;
  letter-spacing : 1px;
  color : #0088e4;
  text-transform : uppercase;
}
.wrapper-fiche-support .section-support.section-informations .wrapper-description .description {
  color : #313031;
  font-size : 24px;
  font-weight : 500;
  line-height : 34px;
  margin-bottom : 20px;
}
@media (max-width: 1023.98px) {
  .wrapper-fiche-support .section-support.section-informations .wrapper-description .description {
    font-size : 19px;
    line-height : 26px;
  }
}
.wrapper-fiche-support .section-support.section-informations .wrapper-description .collapse:not(.show) {
  height : 100px !important;
  display : block;
  overflow : hidden;
}
@media (max-width: 767.98px) {
  .wrapper-fiche-support .section-support.section-informations .wrapper-description .collapse:not(.show) {
    height : 98px !important;
  }
}
.wrapper-fiche-support .section-support.section-informations .wrapper-description .collapsing {
  min-height : 100px !important;
}
@media (max-width: 767.98px) {
  .wrapper-fiche-support .section-support.section-informations .wrapper-description .collapsing {
    height : 98px !important;
  }
}
.wrapper-fiche-support .section-support.section-informations .wrapper-description .collapsing::before {
  display : none;
}
.wrapper-fiche-support .section-support.section-informations.section-support {
  border : 0;
}
.wrapper-fiche-support .section-support.section-contextuels {
  margin-bottom : 15px;
}
@media (max-width: 1023.98px) {
  .wrapper-fiche-support .section-support.section-contextuels {
    margin-bottom : 30px;
  }
}
.wrapper-fiche-support .section-support.section-contextuels .content-contextuels {
  padding : 30px 20px;
  color : #313031;
}
@media (max-width: 1023.98px) {
  .wrapper-fiche-support .section-support.section-contextuels .content-contextuels {
    padding : 0;
  }
}
@media (max-width: 767.98px) {
  .wrapper-fiche-support .section-support.section-contextuels .content-contextuels {
    padding : 0;
  }
}
.wrapper-fiche-support .section-support.section-contextuels .content-contextuels .title-page {
  color : #1d1d1b;
  font-weight : 600 !important;
  font-size : 1.5em !important;
  letter-spacing : 2px;
}
@media (max-width: 767.98px) {
  .wrapper-fiche-support .section-support.section-contextuels .content-contextuels .title-page {
    font-size : 1.18em !important;
    margin-bottom : 0 !important;
  }
}
.wrapper-fiche-support .section-support.section-contextuels .content-contextuels .list-contextuels .list {
  height : auto;
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  -webkit-box-align : center;
      -ms-flex-align : center;
          align-items : center;
  -ms-flex-wrap : wrap;
      flex-wrap : wrap;
  text-align : left;
  font-size : .8125em;
  font-weight : bold;
  border-bottom : 1px solid #eeeeee;
}
@media (max-width: 1023.98px) {
  .wrapper-fiche-support .section-support.section-contextuels .content-contextuels .list-contextuels .list {
    font-size : 1em;
  }
}
@media (max-width: 767.98px) {
  .wrapper-fiche-support .section-support.section-contextuels .content-contextuels .list-contextuels .list {
    font-size : .75em;
  }
}
.wrapper-fiche-support .section-support.section-contextuels .content-contextuels .list-contextuels .list .label {
  min-width : 120px;
  color : #313031;
  font-size : 15px;
  font-weight : 600;
}
@media (max-width: 1023.98px) {
  .wrapper-fiche-support .section-support.section-contextuels .content-contextuels .list-contextuels .list .label {
    min-width : 175px;
  }
}
@media (max-width: 767.98px) {
  .wrapper-fiche-support .section-support.section-contextuels .content-contextuels .list-contextuels .list .label {
    min-width : 50px;
    font-size : 12px;
  }
}
.wrapper-fiche-support .section-support.section-contextuels .content-contextuels .list-contextuels .list .link {
  color : #565656;
  letter-spacing : 1px;
  text-decoration : none;
  font-size : 11px;
  font-weight : 600;
  background-color : #eeeeee;
  border-radius : 20px;
  padding : 10px 20px;
  text-transform : uppercase;
  line-height : 1.4;
  display : inline-block;
  width : -webkit-fit-content;
  width : -moz-fit-content;
  width : fit-content;
  margin : 10px 0;
}
.wrapper-fiche-support .section-support.section-contextuels .content-contextuels .list-contextuels .list .link:hover {
  text-decoration : none;
}
@media (max-width: 767.98px) {
  .wrapper-fiche-support .section-support.section-contextuels .content-contextuels .list-contextuels .list .link {
    font-size : 9px;
  }
}
.wrapper-fiche-support .section-support.section-contextuels.section-support {
  border : 0;
}
.wrapper-fiche-support .section-support.section-classement {
  padding-bottom : 38px;
}
.wrapper-fiche-support .section-support.section-classement .container-legende {
  margin-top : 38px;
}
.wrapper-fiche-support .section-support.section-classement .container-legende .btn-legende {
  margin-bottom : 10px;
  padding : 20px 0 0 0;
  border-top : 4px solid rgba(49, 48, 49, .1);
}
@media (max-width: 1023.98px) {
  .wrapper-fiche-support .section-support.section-classement .container-legende .btn-legende {
    margin-bottom : 30px;
  }
}
@media (max-width: 767.98px) {
  .wrapper-fiche-support .section-support.section-classement .container-legende .btn-legende {
    margin-bottom : 0;
  }
}
.wrapper-fiche-support .section-support.section-classement .container-legende .btn-legende .label {
  font-size : 15px;
  font-weight : 600;
  letter-spacing : 1px;
  text-transform : uppercase;
  color : #565656;
}
@media (max-width: 767.98px) {
  .wrapper-fiche-support .section-support.section-classement .container-legende .btn-legende .label {
    font-size : 12px;
  }
}
.wrapper-fiche-support .section-support.section-classement .container-legende .btn-legende .icon {
  display : inline-block;
  font-size : 12px;
  margin-left : 10px;
  -webkit-transition : all .3s ease;
          transition : all .3s ease;
}
.wrapper-fiche-support .section-support.section-classement .container-legende .btn-legende[aria-expanded='true'] .icon {
  -webkit-transform : rotateX(180deg);
          transform : rotateX(180deg);
}
.wrapper-fiche-support .section-support.section-classement .container-legende .wysiwyg {
  font-size : .8125em;
}
@media (max-width: 767.98px) {
  .wrapper-fiche-support .section-support.section-classement .container-legende .wysiwyg {
    font-size : 1em;
    margin-top : 8px;
  }
}
.wrapper-fiche-support .section-support.section-classement .container-legende .wysiwyg ul {
  font-size : 13px;
  line-height : 1.4;
  margin-bottom : 0;
}
.wrapper-fiche-support .section-support.section-classement .container-legende .wysiwyg ul li {
  padding : 0;
  color : #565656;
}
.wrapper-fiche-support .section-support.section-classement .container-legende .wysiwyg ul li::before {
  content : none;
}
@media (max-width: 767.98px) {
  .wrapper-fiche-support .section-support.section-classement .container-legende .wysiwyg ul li {
    font-size : .75em;
  }
}
.wrapper-fiche-support .section-support.section-classement .container-legende .wysiwyg p {
  font-size : 13px;
  line-height : 1.4;
}
@media (max-width: 767.98px) {
  .wrapper-fiche-support .section-support.section-classement .container-legende .wysiwyg p {
    font-size : .75em;
  }
}
.wrapper-fiche-support .section-support .border-title {
  padding : 0;
  width : 100vw;
  max-width : 100vw;
  margin-left : calc(50% - 50vw);
  margin-top : -12px;
  margin-bottom : 47px;
  border-color : #eff7ff;
}
@media (max-width: 767.98px) {
  .wrapper-fiche-support .section-support .border-title {
    margin-top : -11px;
    margin-bottom : 23px;
    border-width : 1px;
  }
}
.wrapper-fiche-support .section-support .wrapper-observations {
  margin : 35px 0 40px 0;
}
.wrapper-fiche-support .section-support .wrapper-observations .h3 {
  font-size : 1.125em;
}
.wrapper-fiche-support .section-support .wrapper-observations p {
  font-weight : 600;
}
.wrapper-fiche-support .section-support .wrapper-cta {
  margin-bottom : 10px;
}
@media print {
  .wrapper-fiche-support .section-support .wrapper-cta {
    display : none;
  }
}
.wrapper-fiche-support .section-support .wrapper-cta .cta,
.wrapper-fiche-support .section-support .wrapper-cta .bouton-link {
  position : relative;
  text-align : left;
  margin-bottom : 10px;
  background : #f8f9fa;
  text-transform : initial;
  font-size : 1.5em;
  line-height : 1.45em;
  border-bottom : 4px solid #f8f9fa;
  padding : 30px 20px;
}
@media (max-width: 767.98px) {
  .wrapper-fiche-support .section-support .wrapper-cta .cta,
  .wrapper-fiche-support .section-support .wrapper-cta .bouton-link {
    font-size : 1.18em;
  }
}
@media print {
  .wrapper-fiche-support .section-support .wrapper-cta .cta,
  .wrapper-fiche-support .section-support .wrapper-cta .bouton-link {
    text-decoration : none;
  }
}
.wrapper-fiche-support .section-support .wrapper-cta .cta .icon,
.wrapper-fiche-support .section-support .wrapper-cta .bouton-link .icon {
  font-size : 12px;
  position : absolute;
  right : 20px;
}
@media (max-width: 767.98px) {
  .wrapper-fiche-support .section-support .wrapper-cta .cta .icon,
  .wrapper-fiche-support .section-support .wrapper-cta .bouton-link .icon {
    font-size : 13px;
  }
}
@media print {
  .wrapper-fiche-support .section-support .wrapper-cta .cta .icon,
  .wrapper-fiche-support .section-support .wrapper-cta .bouton-link .icon {
    display : none;
  }
}
.wrapper-fiche-support .section-support .wrapper-cta.simple-btn {
  text-align : center;
  margin-top : 30px;
}
@media (max-width: 767.98px) {
  .wrapper-fiche-support .section-support .wrapper-cta.simple-btn {
    text-align : left;
    margin : 10px 0 0 0;
  }
}
@media (max-width: 767.98px) {
  .wrapper-fiche-support .section-support .wrapper-cta.simple-btn .row [class*='col-']:last-child .cta,
  .wrapper-fiche-support .section-support .wrapper-cta.simple-btn .row [class*='col-']:last-child .bouton-link {
    margin : 0;
  }
}
.wrapper-fiche-support .section-support .wrapper-cta.simple-btn .cta,
.wrapper-fiche-support .section-support .wrapper-cta.simple-btn .bouton-link {
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  height : 100%;
  -webkit-box-pack : center;
      -ms-flex-pack : center;
          justify-content : center;
  -webkit-box-align : center;
      -ms-flex-align : center;
          align-items : center;
  text-align : center;
  font-size : 15px;
  text-transform : uppercase;
  font-weight : 500;
  line-height : 1.6;
  padding : 12px 24px;
  margin : 0;
  background-color : #005cbc;
  border : none;
}
@media (max-width: 767.98px) {
  .wrapper-fiche-support .section-support .wrapper-cta.simple-btn .cta,
  .wrapper-fiche-support .section-support .wrapper-cta.simple-btn .bouton-link {
    display : inline-block;
    height : auto;
    margin : 0 0 10px 0;
  }
}
@media (max-width: 767.98px) {
  .wrapper-fiche-support .section-support .col-btn:nth-child(n+2) {
    margin-top : 10px;
  }
}
.wrapper-fiche-support .section-support .col-btn .cta.blue-cta,
.wrapper-fiche-support .section-support .col-btn .bouton-link {
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  -webkit-box-pack : center;
      -ms-flex-pack : center;
          justify-content : center;
  height : 100%;
  -webkit-box-align : center;
      -ms-flex-align : center;
          align-items : center;
}
@media (max-width: 767.98px) {
  .wrapper-fiche-support .section-support .col-btn .cta.blue-cta,
  .wrapper-fiche-support .section-support .col-btn .bouton-link {
    max-width : 300px;
  }
}

.wrapper-fiche-support .wrapper-buttons.section-buttons {
  padding-top : 50px;
}

.wrapper-fiche-support .title-right {
  color : #313031;
  text-align : right;
  font-size : 1.06em !important;
  font-weight : 700 !important;
  letter-spacing : 1px;
  line-height : 1.8;
  margin-bottom : 8px !important;
}
@media (max-width: 1023.98px) {
  .wrapper-fiche-support .title-right {
    text-align : left;
  }
}
@media (max-width: 767.98px) {
  .wrapper-fiche-support .title-right {
    font-size : 15px !important;
    line-height : 1.4;
  }
}

@media print {
  .wrapper-fiche-support .wrapper-membre .row [class*=col-] {
    -webkit-box-flex : 0;
        -ms-flex : 0 0 25%;
            flex : 0 0 25%;
    max-width : 25%;
    padding-right : 15px;
    padding-left : 15px;
  }
  .wrapper-fiche-support .wrapper-membre .row [class*=col-]:last-child {
    -webkit-box-flex : 0;
        -ms-flex : 0 0 50%;
            flex : 0 0 50%;
    max-width : 50%;
  }
}

.container-support {
  position : relative;
  max-width : 1060px;
  margin : auto;
}
@media screen and (max-width: 1200px) {
  .container-support {
    max-width : 900px;
  }
}

.wrapper-liste-membres .wrapper-tetiere .wrapper-image {
  text-align : center;
}
.wrapper-liste-membres .wrapper-tetiere .wrapper-image img {
  width : auto;
  max-width : 100%;
}

.wrapper-liste-membres .wrapper-search-member {
  /*position: relative;
    z-index: 2;*/
  margin-bottom : 25px;
}
@media (max-width: 1023.98px) {
  .wrapper-liste-membres .wrapper-search-member {
    margin-bottom : 50px;
  }
}
@media (max-width: 1023.98px) and (max-width: 767.98px) {
  .wrapper-liste-membres .wrapper-search-member {
    margin-bottom : 10px;
  }
}
.wrapper-liste-membres .wrapper-search-member .form-control {
  width : calc(100% - 80px);
  padding : 8px 24px;
  border-color : #000000;
  font-size : .75em;
  font-style : italic;
  color : #0088e4;
}
@media (max-width: 1023.98px) {
  .wrapper-liste-membres .wrapper-search-member .form-control {
    width : calc(100% - 70px);
    padding : 8px 30px;
    height : 52px;
    font-size : .941em;
  }
}
@media (max-width: 1023.98px) and (max-width: 767.98px) {
  .wrapper-liste-membres .wrapper-search-member .form-control {
    width : calc(100% - 44px);
    padding : 4px 7px;
    height : 26px;
    font-size : .75em;
  }
}
.wrapper-liste-membres .wrapper-search-member .icon {
  font-size : 30px;
  margin-left : 20px;
}
@media (max-width: 1023.98px) {
  .wrapper-liste-membres .wrapper-search-member .icon {
    font-size : 40px;
    margin-left : 6px;
  }
}
@media (max-width: 1023.98px) and (max-width: 767.98px) {
  .wrapper-liste-membres .wrapper-search-member .icon {
    font-size : 20px;
    margin-left : 0;
  }
}
.wrapper-liste-membres .wrapper-search-member .blue-cta,
.wrapper-liste-membres .wrapper-search-member .bouton-link {
  width : 100%;
  height : 50px;
  padding : 0;
  border-radius : 0;
  font-size : .75em;
}
@media (max-width: 1023.98px) {
  .wrapper-liste-membres .wrapper-search-member .blue-cta,
  .wrapper-liste-membres .wrapper-search-member .bouton-link {
    height : 74px;
    font-size : .941em;
  }
}
@media (max-width: 1023.98px) and (max-width: 767.98px) {
  .wrapper-liste-membres .wrapper-search-member .blue-cta,
  .wrapper-liste-membres .wrapper-search-member .bouton-link {
    height : 37px;
    font-size : .75em;
  }
}
.wrapper-liste-membres .wrapper-search-member #collapseAncres {
  position : absolute;
  left : 15px;
  right : 15px;
  z-index : 11;
  max-height : 200px;
  background-color : #ffffff;
  overflow-y : scroll;
  text-align : center;
  font-size : .75em;
}
@media (max-width: 1023.98px) {
  .wrapper-liste-membres .wrapper-search-member #collapseAncres {
    max-height : 286px;
    font-size : .941em;
  }
}
@media (max-width: 1023.98px) and (max-width: 767.98px) {
  .wrapper-liste-membres .wrapper-search-member #collapseAncres {
    max-height : 178px;
    font-size : .75em;
  }
}
.wrapper-liste-membres .wrapper-search-member #collapseAncres a {
  color : #000000;
}

.wrapper-liste-membres .liste-membre {
  position : relative;
  z-index : 10;
  margin-bottom : 15px;
}
@media (max-width: 1023.98px) {
  .wrapper-liste-membres .liste-membre {
    margin-bottom : 40px;
  }
}
@media (max-width: 1023.98px) and (max-width: 767.98px) {
  .wrapper-liste-membres .liste-membre {
    margin-bottom : 20px;
  }
}
.wrapper-liste-membres .liste-membre .nbre-res {
  margin-bottom : 15px;
  font-size : 1.015em;
  font-weight : bold;
  color : #004774;
}
@media (max-width: 1023.98px) {
  .wrapper-liste-membres .liste-membre .nbre-res {
    margin-bottom : 20px;
    font-size : 1.411em;
  }
}
@media (max-width: 1023.98px) and (max-width: 767.98px) {
  .wrapper-liste-membres .liste-membre .nbre-res {
    margin-bottom : 8px;
    font-size : .75em;
  }
}
@media (max-width: 1023.98px) {
  .wrapper-liste-membres .liste-membre .nbre-res + .row .ancre {
    margin-top : 0;
  }
}
.wrapper-liste-membres .liste-membre .ancre {
  width : 100%;
  height : 60px;
  background-color : #f8f9fa;
  font-size : 2.5em;
  font-weight : bold;
  color : #0088e4;
  text-align : center;
  letter-spacing : -1px;
}
@media (max-width: 1023.98px) {
  .wrapper-liste-membres .liste-membre .ancre {
    font-size : 3em;
    height : 76px;
    margin : 45px 0 25px;
  }
}
@media (max-width: 1023.98px) and (max-width: 767.98px) {
  .wrapper-liste-membres .liste-membre .ancre {
    font-size : 1.75em;
    height : 38px;
    margin : 22px 0 12px;
  }
}
.wrapper-liste-membres .liste-membre .wrapper-membre {
  position : relative;
}
.wrapper-liste-membres .liste-membre .wrapper-membre .title-membre {
  position : relative;
  width : 100%;
  margin-bottom : 18px;
  background-color : #f8f9fa;
  font-size : 1.354em;
  text-transform : uppercase;
}
@media (max-width: 1023.98px) {
  .wrapper-liste-membres .liste-membre .wrapper-membre .title-membre {
    margin-bottom : 25px;
    font-size : 1.882em;
    line-height : 36px;
  }
}
@media (max-width: 1023.98px) and (max-width: 767.98px) {
  .wrapper-liste-membres .liste-membre .wrapper-membre .title-membre {
    margin-bottom : 12px;
    font-size : .937em;
    line-height : 18px;
  }
}
.wrapper-liste-membres .liste-membre .wrapper-membre .title-membre .label {
  display : inline-block;
  max-width : 100%;
  padding : 14px;
  /*padding-right: 50px;
          overflow-x: hidden;
          white-space: nowrap;
          text-overflow: ellipsis;
          vertical-align: middle;*/
}
@media (max-width: 1023.98px) {
  .wrapper-liste-membres .liste-membre .wrapper-membre .title-membre .label {
    padding : 24px;
  }
}
@media (max-width: 1023.98px) and (max-width: 767.98px) {
  .wrapper-liste-membres .liste-membre .wrapper-membre .title-membre .label {
    padding : 12px 14px;
  }
}
.wrapper-liste-membres .liste-membre .wrapper-membre .title-membre .icon {
  /*position: absolute;
          top: 0;
          right: 5px;*/
  width : 62px;
  line-height : 0;
  font-size : 3.612em;
  font-weight : 200;
  vertical-align : middle;
}
@media (max-width: 1023.98px) {
  .wrapper-liste-membres .liste-membre .wrapper-membre .title-membre .icon {
    width : 65px;
  }
}
@media (max-width: 1023.98px) and (max-width: 767.98px) {
  .wrapper-liste-membres .liste-membre .wrapper-membre .title-membre .icon {
    font-size : 2.5em;
    width : 42px;
  }
}
.wrapper-liste-membres .liste-membre .wrapper-membre [id^='collapse-'] {
  position : absolute;
  top : 0;
  z-index : 1;
  width : 100%;
  -webkit-box-shadow : 0 6px 6px 0 rgba(0, 0, 0, .35);
          box-shadow : 0 6px 6px 0 rgba(0, 0, 0, .35);
}
.wrapper-liste-membres .liste-membre .wrapper-membre [id^='collapse-'] .content-membre {
  position : relative;
  padding : 40px;
  background-color : #f8f9fa;
}
.wrapper-liste-membres .liste-membre .wrapper-membre [id^='collapse-'] .content-membre .cancel {
  position : absolute;
  top : 0;
  right : 0;
  display : block;
  padding : 0 15px;
  margin-top : 10px;
  line-height : 50px;
  font-size : 3.612em;
  font-weight : 200;
}
@media (max-width: 1023.98px) {
  .wrapper-liste-membres .liste-membre .wrapper-membre [id^='collapse-'] .content-membre .cancel {
    font-size : 4.5em;
  }
}
@media (max-width: 1023.98px) and (max-width: 767.98px) {
  .wrapper-liste-membres .liste-membre .wrapper-membre [id^='collapse-'] .content-membre .cancel {
    font-size : 2.5em;
  }
}
.wrapper-liste-membres .liste-membre .wrapper-membre [id^='collapse-'] .content-membre .logo img {
  max-height : 75px;
  width : auto;
  max-width : 100%;
}
.wrapper-liste-membres .liste-membre .wrapper-membre [id^='collapse-'] .content-membre .nom-membre {
  margin-top : 20px;
  font-size : 1.5em;
  text-transform : uppercase;
}
@media (max-width: 1023.98px) {
  .wrapper-liste-membres .liste-membre .wrapper-membre [id^='collapse-'] .content-membre .nom-membre {
    margin-top : 30px;
    font-size : 2em;
  }
}
@media (max-width: 1023.98px) and (max-width: 767.98px) {
  .wrapper-liste-membres .liste-membre .wrapper-membre [id^='collapse-'] .content-membre .nom-membre {
    margin-top : 15px;
    font-size : 1em;
  }
}
.wrapper-liste-membres .liste-membre .wrapper-membre [id^='collapse-'] .content-membre hr {
  border-top : 1px solid #eff7ff;
}
@media (max-width: 1023.98px) {
  .wrapper-liste-membres .liste-membre .wrapper-membre [id^='collapse-'] .content-membre hr {
    border-width : 2px;
  }
}
@media (max-width: 1023.98px) and (max-width: 767.98px) {
  .wrapper-liste-membres .liste-membre .wrapper-membre [id^='collapse-'] .content-membre hr {
    border-width : 1px;
  }
}
.wrapper-liste-membres .liste-membre .wrapper-membre [id^='collapse-'] .content-membre .fiche-contact li {
  margin : 0 42px 15px;
  font-size : 1.125em;
  font-weight : bold;
}
@media (max-width: 1023.98px) {
  .wrapper-liste-membres .liste-membre .wrapper-membre [id^='collapse-'] .content-membre .fiche-contact li {
    margin : 0 0 25px;
    font-size : 1.5em;
  }
}
@media (max-width: 1023.98px) and (max-width: 767.98px) {
  .wrapper-liste-membres .liste-membre .wrapper-membre [id^='collapse-'] .content-membre .fiche-contact li {
    margin : 0 0 15px;
    font-size : .75em;
  }
}
.wrapper-liste-membres .liste-membre .wrapper-membre [id^='collapse-'] .content-membre .fiche-contact li:first-child {
  margin-left : 0;
}
.wrapper-liste-membres .liste-membre .wrapper-membre [id^='collapse-'] .content-membre .fiche-contact li:last-child {
  margin-right : 0;
}
.wrapper-liste-membres .liste-membre .wrapper-membre [id^='collapse-'] .content-membre .fiche-contact li .icon {
  margin-left : 8px;
  font-size : 26px;
  color : #004774;
  vertical-align : middle;
}
@media (max-width: 1023.98px) {
  .wrapper-liste-membres .liste-membre .wrapper-membre [id^='collapse-'] .content-membre .fiche-contact li .icon {
    margin-left : 12px;
    font-size : 38px;
  }
}
@media (max-width: 1023.98px) and (max-width: 767.98px) {
  .wrapper-liste-membres .liste-membre .wrapper-membre [id^='collapse-'] .content-membre .fiche-contact li .icon {
    margin-left : 6px;
    font-size : 16px;
  }
}
.wrapper-liste-membres .liste-membre .wrapper-membre [id^='collapse-'] .content-membre a {
  font-size : 1.125em;
  font-weight : bold;
  color : #004774;
  text-decoration : underline;
}
@media (max-width: 1023.98px) {
  .wrapper-liste-membres .liste-membre .wrapper-membre [id^='collapse-'] .content-membre a {
    font-size : 1.5em;
  }
}
@media (max-width: 1023.98px) and (max-width: 767.98px) {
  .wrapper-liste-membres .liste-membre .wrapper-membre [id^='collapse-'] .content-membre a {
    font-size : .75em;
  }
}

.search .breadcrumb {
  margin-bottom : 0;
}

.search .wrapper-page-search .search-container {
  padding-top : 35px;
  background-repeat : no-repeat;
  background-size : auto 100%;
}
@media (max-width: 1023.98px) {
  .search .wrapper-page-search .search-container {
    padding-top : 46px;
  }
}
@media (max-width: 1023.98px) and (max-width: 767.98px) {
  .search .wrapper-page-search .search-container {
    padding-top : 23px;
  }
}
.search .wrapper-page-search .search-container .form-control {
  width : 100%;
  height : 36px;
  padding : 0 45px 0 20px;
  margin-bottom : 33px;
  border : none;
  border-radius : 0;
  font-family : 'Raleway', sans-serif;
  font-size : .677em;
  font-weight : bold;
  color : #004774;
}
@media (max-width: 1023.98px) {
  .search .wrapper-page-search .search-container .form-control {
    height : 50px;
    padding : 0 80px 0 30px;
    margin-bottom : 47px;
    font-size : .941em;
  }
}
@media (max-width: 1023.98px) and (max-width: 767.98px) {
  .search .wrapper-page-search .search-container .form-control {
    height : 25px;
    padding : 0 35px 0 10px;
    margin-bottom : 24px;
    font-size : .75em;
  }
}
.search .wrapper-page-search .search-container .form-control::-webkit-input-placeholder {
  color : #004774;
}
.search .wrapper-page-search .search-container .form-control::-moz-placeholder {
  color : #004774;
}
.search .wrapper-page-search .search-container .form-control::-ms-input-placeholder {
  color : #004774;
}
.search .wrapper-page-search .search-container .form-control::placeholder {
  color : #004774;
}
.search .wrapper-page-search .search-container .btn {
  position : absolute;
  top : 5px;
  right : 25px;
  padding : 0;
}
@media (max-width: 1023.98px) {
  .search .wrapper-page-search .search-container .btn {
    top : 8px;
    right : 55px;
  }
}
@media (max-width: 1023.98px) and (max-width: 767.98px) {
  .search .wrapper-page-search .search-container .btn {
    top : 4px;
    right : 25px;
  }
}
.search .wrapper-page-search .search-container .btn .icon {
  font-size : 26px;
  color : #004774;
}
@media (max-width: 1023.98px) {
  .search .wrapper-page-search .search-container .btn .icon {
    font-size : 38px;
  }
}
@media (max-width: 1023.98px) and (max-width: 767.98px) {
  .search .wrapper-page-search .search-container .btn .icon {
    font-size : 19px;
  }
}
@media (max-width: 1023.98px) {
  .search .wrapper-page-search .search-container .link:first-child {
    padding-right : 0;
  }
  .search .wrapper-page-search .search-container .link:last-child {
    padding-left : 0;
  }
}
.search .wrapper-page-search .search-container .link a {
  display : block;
  width : 100%;
  height : 48px;
  line-height : 48px;
  background-color : #2038b4;
  font-size : 1.016em;
  font-weight : bold;
  color : #ffffff;
  text-align : center;
  text-transform : uppercase;
}
@media (max-width: 1023.98px) {
  .search .wrapper-page-search .search-container .link a {
    height : 65px;
    line-height : 65px;
    font-size : 1.411em;
  }
}
@media (max-width: 1023.98px) and (max-width: 767.98px) {
  .search .wrapper-page-search .search-container .link a {
    display : -webkit-box;
    display : -ms-flexbox;
    display : flex;
    -webkit-box-pack : center;
        -ms-flex-pack : center;
            justify-content : center;
    -webkit-box-align : center;
        -ms-flex-align : center;
            align-items : center;
    height : 100%;
    line-height : normal;
    font-size : .75em;
    padding : 5px 10px;
  }
}
.search .wrapper-page-search .search-container .link a.active {
  background-color : #0088e4;
}
.search .wrapper-page-search .search-container .link a:hover {
  text-decoration : none;
}
.search .wrapper-page-search .search-container .link a span {
  display : inline-block;
  width : 22px;
  height : 22px;
  line-height : 22px;
  border-radius : 100%;
  margin-left : 10px;
  margin-bottom : 3px;
  background-color : #e6e6e6;
  font-size : .677em;
  font-weight : normal;
  vertical-align : middle;
  color : #004774;
}
@media (max-width: 1023.98px) {
  .search .wrapper-page-search .search-container .link a span {
    width : 30px;
    height : 30px;
    line-height : 30px;
    margin-left : 15px;
    font-size : .941em;
  }
}
@media (max-width: 1023.98px) and (max-width: 767.98px) {
  .search .wrapper-page-search .search-container .link a span {
    -webkit-box-flex : 0;
        -ms-flex : 0 0 auto;
            flex : 0 0 auto;
    width : 18px;
    height : 18px;
    line-height : 18px;
    margin-left : 8px;
    font-size : .75em;
  }
}

.search .wrapper-page-search .wrapper-select {
  padding : 23px 0 13px;
}
@media (max-width: 1023.98px) {
  .search .wrapper-page-search .wrapper-select {
    padding : 30px 0 40px;
  }
}
@media (max-width: 1023.98px) and (max-width: 1023.98px) {
  .search .wrapper-page-search .wrapper-select {
    padding : 15px 0 20px;
  }
}
@media (max-width: 1023.98px) {
  .search .wrapper-page-search .wrapper-select .dropdown-select {
    margin-bottom : 0;
  }
}

.search .wrapper-page-search .result {
  margin-top : 16px;
}
@media (max-width: 1023.98px) {
  .search .wrapper-page-search .result {
    margin-top : 42px;
    overflow-x : hidden;
  }
}
@media (max-width: 1023.98px) and (max-width: 767.98px) {
  .search .wrapper-page-search .result {
    margin-top : 10px;
  }
}
.search .wrapper-page-search .result .h2.title {
  margin-bottom : 0 !important;
  background-color : #0088e4;
  opacity : .4;
  font-size : 2.031em !important;
  text-transform : uppercase;
}
@media (max-width: 1023.98px) {
  .search .wrapper-page-search .result .h2.title {
    font-size : 2.823em !important;
    width : 100vw;
    max-width : 100vw;
    margin-left : calc(50% - 50vw);
    padding-left : calc(50vw - 50%);
    padding-right : calc(50vw - 50%);
  }
}
@media (max-width: 1023.98px) and (max-width: 767.98px) {
  .search .wrapper-page-search .result .h2.title {
    font-size : 1.5em !important;
  }
}
.search .wrapper-page-search .result .h2.title span {
  display : block;
  width : 100%;
  padding : 5px 15px;
  color : #ffffff;
}
@media (max-width: 1023.98px) {
  .search .wrapper-page-search .result .h2.title span {
    padding : 5px 0;
  }
}
@media (max-width: 1023.98px) and (max-width: 767.98px) {
  .search .wrapper-page-search .result .h2.title span {
    padding : 2px 0;
  }
}
.search .wrapper-page-search .result .h2.title span:hover {
  text-decoration : none;
}
.search .wrapper-page-search .result .list-actus .wrapper-actu {
  padding : 7px 0 9px;
  margin-bottom : 0;
}
@media (max-width: 1023.98px) {
  .search .wrapper-page-search .result .list-actus .wrapper-actu {
    padding : 15px 0;
  }
}
@media (max-width: 1023.98px) and (max-width: 767.98px) {
  .search .wrapper-page-search .result .list-actus .wrapper-actu {
    padding : 10px 0;
  }
}
.search .wrapper-page-search .result .list-actus .wrapper-actu:last-child {
  margin-bottom : 3px;
}
@media (max-width: 1023.98px) {
  .search .wrapper-page-search .result .list-actus .wrapper-actu:last-child {
    margin-bottom : 45px;
  }
}
@media (max-width: 1023.98px) and (max-width: 767.98px) {
  .search .wrapper-page-search .result .list-actus .wrapper-actu:last-child {
    margin-bottom : 28px;
  }
}

.wrapper-contact .fiche-contact {
  padding : 37px 0 36px 15px;
  font-size : 1.015em;
  line-height : 1.4em;
}
@media (max-width: 1023.98px) {
  .wrapper-contact .fiche-contact {
    padding : 50px 0;
    font-size : 1.411em;
    line-height : 1.33em;
  }
}
@media (max-width: 1023.98px) and (max-width: 767.98px) {
  .wrapper-contact .fiche-contact {
    padding : 25px 0;
    font-size : .75em;
    line-height : 1.33em;
  }
}
.wrapper-contact .fiche-contact a {
  color : #004774;
  text-decoration : underline;
}
.wrapper-contact .fiche-contact a:hover {
  text-decoration : none;
}

.wrapper-contact .img-container {
  width : 100%;
  height : 100%;
  background-repeat : no-repeat;
  background-size : auto 100%;
  background-position : center;
}
@media (max-width: 1023.98px) {
  .wrapper-contact .img-container {
    height : 658px;
  }
}
@media (max-width: 1023.98px) and (max-width: 767.98px) {
  .wrapper-contact .img-container {
    height : 330px;
  }
}

@media (max-width: 1023.98px) {
  .wrapper-contact .wrapper-tetiere .wrapper-chapo {
    margin-top : 46px;
  }
}
@media (max-width: 1023.98px) and (max-width: 767.98px) {
  .wrapper-contact .wrapper-tetiere .wrapper-chapo {
    margin-top : 30px;
    margin-bottom : 24px;
  }
}

.wrapper-contact .wrapper-form-contact {
  padding : 35px 0 40px;
  margin-bottom : 80px;
}
@media (max-width: 1023.98px) {
  .wrapper-contact .wrapper-form-contact {
    padding : 14px 0 46px;
  }
}
@media (max-width: 1023.98px) and (max-width: 767.98px) {
  .wrapper-contact .wrapper-form-contact {
    padding : 15px 0 23px;
    margin-bottom : 40px;
  }
}
.wrapper-contact .wrapper-form-contact .form-group.form-password > div {
  margin-bottom : 1rem;
}
.wrapper-contact .wrapper-form-contact .form-group label {
  display : block;
  font-size : .9375em;
  font-weight : 700;
}
@media (max-width: 1023.98px) {
  .wrapper-contact .wrapper-form-contact .form-group label {
    margin-top : 8px;
    font-size : 1.875em;
    font-weight : 500;
  }
}
@media (max-width: 1023.98px) and (max-width: 767.98px) {
  .wrapper-contact .wrapper-form-contact .form-group label {
    margin-top : 0;
    font-size : 1.125em;
  }
}
.wrapper-contact .wrapper-form-contact .form-group .custom-control-inline {
  padding-left : 28px;
  margin-right : 32px;
}
@media (max-width: 1023.98px) {
  .wrapper-contact .wrapper-form-contact .form-group .custom-control-inline {
    padding-left : 40px;
    margin-right : 50px;
  }
}
@media (max-width: 1023.98px) and (max-width: 767.98px) {
  .wrapper-contact .wrapper-form-contact .form-group .custom-control-inline {
    padding-left : 20px;
    margin-right : 20px;
  }
}
.wrapper-contact .wrapper-form-contact .form-group .custom-control-inline .custom-control-label {
  font-size : 1em !important;
  font-weight : 500;
  margin-top : 0;
  cursor : pointer;
}
@media (max-width: 1023.98px) {
  .wrapper-contact .wrapper-form-contact .form-group .custom-control-inline .custom-control-label {
    font-size : 1.375em !important;
  }
}
@media (max-width: 1023.98px) and (max-width: 767.98px) {
  .wrapper-contact .wrapper-form-contact .form-group .custom-control-inline .custom-control-label {
    font-size : 1em !important;
  }
}
.wrapper-contact .wrapper-form-contact .form-group .custom-control-inline .custom-control-label::before {
  width : 18px;
  height : 18px;
  border : 1px solid rgba(0, 0, 0, .4);
  background-color : #ffffff;
  top : 1px;
  left : -28px;
}
@media (max-width: 1023.98px) {
  .wrapper-contact .wrapper-form-contact .form-group .custom-control-inline .custom-control-label::before {
    width : 25px;
    height : 25px;
    top : 3px;
    left : -40px;
  }
}
@media (max-width: 1023.98px) and (max-width: 767.98px) {
  .wrapper-contact .wrapper-form-contact .form-group .custom-control-inline .custom-control-label::before {
    width : 16px;
    height : 16px;
    top : 3px;
    left : -20px;
  }
}
.wrapper-contact .wrapper-form-contact .form-group .custom-control-inline .custom-control-label::after {
  width : 16px;
  height : 16px;
  border : 4px solid white;
  border-radius : 100%;
  top : 2px;
  left : -27px;
}
@media (max-width: 1023.98px) {
  .wrapper-contact .wrapper-form-contact .form-group .custom-control-inline .custom-control-label::after {
    width : 23px;
    height : 23px;
    top : 4px;
    left : -39px;
  }
}
@media (max-width: 1023.98px) and (max-width: 767.98px) {
  .wrapper-contact .wrapper-form-contact .form-group .custom-control-inline .custom-control-label::after {
    width : 14px;
    height : 14px;
    top : 4px;
    left : -19px;
  }
}
.wrapper-contact .wrapper-form-contact .form-group .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image : none;
  background-color : #004774;
}
.wrapper-contact .wrapper-form-contact .form-group .form-check .form-check-label {
  padding-left : 28px;
  font-size : 1em;
  color : #000000;
  font-weight : 500;
}
@media (max-width: 1023.98px) {
  .wrapper-contact .wrapper-form-contact .form-group .form-check .form-check-label {
    font-size : 1.375em;
    padding-left : 40px;
  }
}
@media (max-width: 1023.98px) and (max-width: 767.98px) {
  .wrapper-contact .wrapper-form-contact .form-group .form-check .form-check-label {
    font-size : 1em;
    padding-left : 25px;
  }
}
.wrapper-contact .wrapper-form-contact .form-group .form-check .form-check-label::before {
  height : 18px;
  width : 18px;
  top : 2px;
  border-color : rgba(0, 0, 0, .4);
}
@media (max-width: 1023.98px) {
  .wrapper-contact .wrapper-form-contact .form-group .form-check .form-check-label::before {
    height : 25px;
    width : 25px;
    top : 2px;
  }
}
@media (max-width: 1023.98px) and (max-width: 767.98px) {
  .wrapper-contact .wrapper-form-contact .form-group .form-check .form-check-label::before {
    height : 16px;
    width : 16px;
  }
}
.wrapper-contact .wrapper-form-contact .form-group .form-check .form-check-input:checked + .form-check-label::after {
  left : 6px;
  top : 4px;
  height : 12px;
}
@media (max-width: 1023.98px) {
  .wrapper-contact .wrapper-form-contact .form-group .form-check .form-check-input:checked + .form-check-label::after {
    left : 8px;
    top : 4px;
    height : 18px;
  }
}
@media (max-width: 1023.98px) and (max-width: 767.98px) {
  .wrapper-contact .wrapper-form-contact .form-group .form-check .form-check-input:checked + .form-check-label::after {
    left : 6px;
    height : 10px;
  }
}
.wrapper-contact .wrapper-form-contact .form-group .form-control {
  background-color : #ffffff;
  font-size : 1em;
  font-weight : 500;
  color : #004774;
  border : 0;
  border-radius : 0;
}
@media (max-width: 1023.98px) {
  .wrapper-contact .wrapper-form-contact .form-group .form-control {
    font-size : 1.375em;
  }
}
@media (max-width: 1023.98px) and (max-width: 767.98px) {
  .wrapper-contact .wrapper-form-contact .form-group .form-control {
    font-size : 1em;
    font-weight : normal;
  }
}
.wrapper-contact .wrapper-form-contact .form-group input,
.wrapper-contact .wrapper-form-contact .form-group .btn.form-control {
  height : 36px;
}
@media (max-width: 1023.98px) {
  .wrapper-contact .wrapper-form-contact .form-group input,
  .wrapper-contact .wrapper-form-contact .form-group .btn.form-control {
    height : 50px;
  }
}
@media (max-width: 1023.98px) and (max-width: 767.98px) {
  .wrapper-contact .wrapper-form-contact .form-group input,
  .wrapper-contact .wrapper-form-contact .form-group .btn.form-control {
    height : 30px;
  }
}
.wrapper-contact .wrapper-form-contact .form-group .bootstrap-select {
  width : 100%;
}
.wrapper-contact .wrapper-form-contact .form-group .bootstrap-select .dropdown-menu {
  border : 0;
  border-radius : 0;
  margin-top : 0;
}
.wrapper-contact .wrapper-form-contact .form-group .bootstrap-select .dropdown-menu li a {
  color : #004774;
}
.wrapper-contact .wrapper-form-contact .form-group .bootstrap-select .dropdown-toggle::after {
  -webkit-transition : all .3s ease;
          transition : all .3s ease;
  border-top : .75em solid;
  border-right : .75em solid transparent;
  border-left : .75em solid transparent;
  margin-top : 8px;
}
@media (max-width: 1023.98px) {
  .wrapper-contact .wrapper-form-contact .form-group .bootstrap-select .dropdown-toggle::after {
    margin-top : 14px;
  }
}
@media (max-width: 1023.98px) and (max-width: 767.98px) {
  .wrapper-contact .wrapper-form-contact .form-group .bootstrap-select .dropdown-toggle::after {
    border-top : .5em solid;
    border-right : .5em solid transparent;
    border-left : .5em solid transparent;
    margin-top : 6px;
  }
}
.wrapper-contact .wrapper-form-contact .form-group .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  height : 26px;
  line-height : 26px;
}
@media (max-width: 1023.98px) {
  .wrapper-contact .wrapper-form-contact .form-group .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    height : 38px;
    line-height : 38px;
  }
}
@media (max-width: 1023.98px) and (max-width: 767.98px) {
  .wrapper-contact .wrapper-form-contact .form-group .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    height : 18px;
    line-height : 18px;
  }
}
.wrapper-contact .wrapper-form-contact .form-group .bootstrap-select.show .dropdown-toggle::after {
  -webkit-transform : rotateX(180deg);
          transform : rotateX(180deg);
}
.wrapper-contact .wrapper-form-contact .form-group .form-text {
  margin-top : 20px;
}
@media (max-width: 1023.98px) {
  .wrapper-contact .wrapper-form-contact .form-group .form-text {
    margin-top : 28px;
  }
}
@media (max-width: 1023.98px) and (max-width: 767.98px) {
  .wrapper-contact .wrapper-form-contact .form-group .form-text {
    margin-top : 12px;
  }
}
.wrapper-contact .wrapper-form-contact .form-group .form-text a {
  color : #004774;
  text-decoration : underline;
}
.wrapper-contact .wrapper-form-contact .form-group .form-text a:hover {
  text-decoration : none;
}
.wrapper-contact .wrapper-form-contact small {
  margin-top : 6px;
  font-size : .75em;
  color : #000000;
}
@media (max-width: 1023.98px) {
  .wrapper-contact .wrapper-form-contact small {
    margin-bottom : 24px;
    font-size : 1.125em;
  }
}
@media (max-width: 1023.98px) and (max-width: 767.98px) {
  .wrapper-contact .wrapper-form-contact small {
    margin-bottom : 15px;
    font-size : .875em;
  }
}
.wrapper-contact .wrapper-form-contact .wrapper-submit {
  margin-top : 40px;
}
@media (max-width: 1023.98px) {
  .wrapper-contact .wrapper-form-contact .wrapper-submit {
    margin-top : 35px;
  }
}
@media (max-width: 1023.98px) and (max-width: 767.98px) {
  .wrapper-contact .wrapper-form-contact .wrapper-submit {
    margin-top : 25px;
  }
}

@media (max-width: 1023.98px) {
  .wrapper-contact .cta,
  .wrapper-contact .bouton-link {
    height : 60px;
    line-height : 60px;
    font-size : 1.098em;
    font-weight : 500;
  }
}
@media (max-width: 1023.98px) and (max-width: 767.98px) {
  .wrapper-contact .cta,
  .wrapper-contact .bouton-link {
    height : 30px;
    line-height : 30px;
    font-size : .75em;
  }
}

.wrapper-contact .wrapper-form-compte .wrapper-form-contact {
  margin-bottom : 35px;
}
@media (max-width: 1023.98px) {
  .wrapper-contact .wrapper-form-compte .wrapper-form-contact {
    margin-bottom : 30px;
  }
  .wrapper-contact .wrapper-form-compte .wrapper-form-contact .cta,
  .wrapper-contact .wrapper-form-compte .wrapper-form-contact .bouton-link {
    margin-top : 35px;
  }
}
@media (max-width: 1023.98px) and (max-width: 767.98px) {
  .wrapper-contact .wrapper-form-compte .wrapper-form-contact {
    margin-bottom : 18px;
    padding-top : 25px;
  }
  .wrapper-contact .wrapper-form-compte .wrapper-form-contact .cta,
  .wrapper-contact .wrapper-form-compte .wrapper-form-contact .bouton-link {
    margin-top : 30px;
  }
}

.wrapper-contact .wrapper-form-compte .wrapper-submit {
  margin-bottom : 45px;
}
@media (max-width: 1023.98px) {
  .wrapper-contact .wrapper-form-compte .wrapper-submit {
    margin-bottom : 75px;
  }
}
@media (max-width: 1023.98px) and (max-width: 767.98px) {
  .wrapper-contact .wrapper-form-compte .wrapper-submit {
    margin-bottom : 45px;
  }
}

.wrapper-contact.mon-compte .wysiwyg {
  font-size : 1em;
}
@media (max-width: 1023.98px) {
  .wrapper-contact.mon-compte .wysiwyg {
    font-size : 1.411em;
  }
}
@media (max-width: 1023.98px) and (max-width: 767.98px) {
  .wrapper-contact.mon-compte .wysiwyg {
    font-size : .835em;
  }
}

.wrapper-contact.mon-compte .intro-mon-compte {
  margin : 0 0 90px 0;
}
@media (max-width: 1023.98px) {
  .wrapper-contact.mon-compte .intro-mon-compte {
    margin : 0 0 60px 0;
  }
}
@media (max-width: 767.98px) {
  .wrapper-contact.mon-compte .intro-mon-compte {
    margin : 0 0 20px 0;
  }
}
.wrapper-contact.mon-compte .intro-mon-compte ul li {
  margin-bottom : 15px;
}
.wrapper-contact.mon-compte .intro-mon-compte ul li:before {
  background-color : transparent !important;
}
.wrapper-contact.mon-compte .intro-mon-compte ul li .user-account {
  font-size : 1em;
}
.wrapper-contact.mon-compte .intro-mon-compte ul li .edit-account,
.wrapper-contact.mon-compte .intro-mon-compte ul li .logout {
  position : relative;
  display : inline-block;
  padding-left : 30px;
}
@media (max-width: 767.98px) {
  .wrapper-contact.mon-compte .intro-mon-compte ul li .edit-account,
  .wrapper-contact.mon-compte .intro-mon-compte ul li .logout {
    padding : 10px 0 10px 30px;
  }
}
@media (max-width: 1023.98px) {
  .wrapper-contact.mon-compte .intro-mon-compte ul li .icon-exit,
  .wrapper-contact.mon-compte .intro-mon-compte ul li .icon-pencil {
    top : 8px;
  }
}

.wrapper-contact .g-recaptcha > div:first-child {
  margin : 10px auto 0 auto;
}

.wrapper-contact .wrapper-mailto {
  margin-bottom : 10px;
}
.wrapper-contact .wrapper-mailto .link-mailto {
  color : #005cbc;
  text-decoration : underline;
}

.wrapper-contact.wrapper-newsletters .wrapper-tetiere {
  margin-bottom : 22px;
}
@media (max-width: 1023.98px) {
  .wrapper-contact.wrapper-newsletters .wrapper-tetiere {
    margin-bottom : 30px;
  }
}
@media (max-width: 1023.98px) and (max-width: 767.98px) {
  .wrapper-contact.wrapper-newsletters .wrapper-tetiere {
    margin-bottom : 12px;
  }
}

.wrapper-contact.wrapper-newsletters .h4 {
  font-size : 1.0625em;
  font-weight : 700 !important;
}
@media (max-width: 1023.98px) {
  .wrapper-contact.wrapper-newsletters .h4 {
    font-size : 1.75em;
  }
}
@media (max-width: 767.98px) {
  .wrapper-contact.wrapper-newsletters .h4 {
    font-size : 1em;
  }
}

.wrapper-contact.wrapper-newsletters .wrapper-form-contact {
  margin-bottom : 5px;
}
@media (max-width: 1023.98px) {
  .wrapper-contact.wrapper-newsletters .wrapper-form-contact {
    margin-bottom : 50px;
  }
}
@media (max-width: 1023.98px) and (max-width: 767.98px) {
  .wrapper-contact.wrapper-newsletters .wrapper-form-contact {
    margin-bottom : 20px;
  }
}
.wrapper-contact.wrapper-newsletters .wrapper-form-contact .intro {
  margin-bottom : 30px;
}
@media (max-width: 1023.98px) {
  .wrapper-contact.wrapper-newsletters .wrapper-form-contact .intro {
    margin-bottom : 40px;
  }
}
@media (max-width: 1023.98px) and (max-width: 767.98px) {
  .wrapper-contact.wrapper-newsletters .wrapper-form-contact .intro {
    margin-bottom : 20px;
  }
}
.wrapper-contact.wrapper-newsletters .wrapper-form-contact .intro a {
  font-size : 1.016em;
  font-weight : bold;
  color : #004774;
  text-decoration : underline;
}
@media (max-width: 1023.98px) {
  .wrapper-contact.wrapper-newsletters .wrapper-form-contact .intro a {
    margin-top : 20px;
    font-size : 1.411em;
  }
}
@media (max-width: 1023.98px) and (max-width: 767.98px) {
  .wrapper-contact.wrapper-newsletters .wrapper-form-contact .intro a {
    margin-top : 5px;
    font-size : .75em;
  }
}
.wrapper-contact.wrapper-newsletters .wrapper-form-contact .intro a:hover {
  text-decoration : none;
}
.wrapper-contact.wrapper-newsletters .wrapper-form-contact .form-group {
  padding-top : 7px;
  padding-bottom : 7px;
  margin-bottom : 20px;
}
@media (max-width: 1023.98px) {
  .wrapper-contact.wrapper-newsletters .wrapper-form-contact .form-group {
    padding-top : 13px;
    padding-bottom : 13px;
  }
}
@media (max-width: 1023.98px) and (max-width: 767.98px) {
  .wrapper-contact.wrapper-newsletters .wrapper-form-contact .form-group {
    padding-top : 6px;
    padding-bottom : 6px;
    margin-bottom : 13px;
  }
}
.wrapper-contact.wrapper-newsletters .wrapper-form-contact .form-group .form-check {
  padding : 0 20px;
}
@media (max-width: 1023.98px) {
  .wrapper-contact.wrapper-newsletters .wrapper-form-contact .form-group .form-check {
    padding : 0 30px;
  }
}
@media (max-width: 1023.98px) and (max-width: 767.98px) {
  .wrapper-contact.wrapper-newsletters .wrapper-form-contact .form-group .form-check {
    padding : 0 10px;
  }
}
.wrapper-contact.wrapper-newsletters .wrapper-form-contact .form-group .form-check .btn-accordion {
  font-size : 1.355em;
  font-weight : bold;
  color : #004774;
}
@media (max-width: 1023.98px) {
  .wrapper-contact.wrapper-newsletters .wrapper-form-contact .form-group .form-check .btn-accordion {
    font-size : 1.411em;
  }
}
@media (max-width: 1023.98px) and (max-width: 767.98px) {
  .wrapper-contact.wrapper-newsletters .wrapper-form-contact .form-group .form-check .btn-accordion {
    font-size : .75em;
  }
}
.wrapper-contact.wrapper-newsletters .wrapper-form-contact .form-group .form-check .btn-accordion .icon {
  display : inline-block;
  margin-left : 10px;
  -webkit-transition : all .3s ease;
          transition : all .3s ease;
}
.wrapper-contact.wrapper-newsletters .wrapper-form-contact .form-group .form-check .btn-accordion[aria-expanded='true'] .icon {
  -webkit-transform : rotateX(180deg);
          transform : rotateX(180deg);
}
.wrapper-contact.wrapper-newsletters .wrapper-form-contact .form-group .form-check .card-body {
  padding : 20px 20px 0 81px;
  font-size : 1.355em;
}
@media (max-width: 1023.98px) {
  .wrapper-contact.wrapper-newsletters .wrapper-form-contact .form-group .form-check .card-body {
    font-size : 1.411em;
  }
}
@media (max-width: 1023.98px) and (max-width: 767.98px) {
  .wrapper-contact.wrapper-newsletters .wrapper-form-contact .form-group .form-check .card-body {
    padding : 10px 10px 0 45px;
    font-size : .75em;
  }
}
.wrapper-contact.wrapper-newsletters .wrapper-form-contact .form-group .form-check .card-body ul {
  list-style : disc;
}
.wrapper-contact.wrapper-newsletters .wrapper-form-contact .wrapper-submit {
  margin-top : 35px;
}

.wrapper-contact.wrapper-newsletters .bloc-bottom-newsletter {
  margin-bottom : 50px;
  font-size : 1.375em;
  line-height : 29px;
  color : #000000;
}
@media (max-width: 1023.98px) {
  .wrapper-contact.wrapper-newsletters .bloc-bottom-newsletter {
    margin-bottom : 40px;
    font-size : 1.882em;
    line-height : 39px;
  }
}
@media (max-width: 1023.98px) and (max-width: 767.98px) {
  .wrapper-contact.wrapper-newsletters .bloc-bottom-newsletter {
    margin-bottom : 15px;
    font-size : .937em;
    line-height : 18px;
  }
}
.wrapper-contact.wrapper-newsletters .bloc-bottom-newsletter .h4 {
  margin-bottom : 20px;
  text-transform : uppercase;
}
@media (max-width: 1023.98px) {
  .wrapper-contact.wrapper-newsletters .bloc-bottom-newsletter .h4 {
    margin-bottom : 50px;
  }
}
@media (max-width: 1023.98px) and (max-width: 767.98px) {
  .wrapper-contact.wrapper-newsletters .bloc-bottom-newsletter .h4 {
    margin-bottom : 25px;
  }
}
.wrapper-contact.wrapper-newsletters .bloc-bottom-newsletter .content-text {
  background-color : #f5e700;
  padding-top : 30px;
  padding-bottom : 38px;
}
@media (max-width: 1023.98px) {
  .wrapper-contact.wrapper-newsletters .bloc-bottom-newsletter .content-text {
    padding-top : 60px;
    padding-bottom : 60px;
  }
}
@media (max-width: 1023.98px) and (max-width: 767.98px) {
  .wrapper-contact.wrapper-newsletters .bloc-bottom-newsletter .content-text {
    padding-top : 30px;
    padding-bottom : 30px;
  }
}
.wrapper-contact.wrapper-newsletters .bloc-bottom-newsletter a {
  color : #000000;
  text-decoration : underline;
}
.wrapper-contact.wrapper-newsletters .bloc-bottom-newsletter a:hover {
  text-decoration : none;
}

.wrapper-contact.wrapper-newsletters .bloc-felicitation {
  margin-bottom : 45px;
}
@media (max-width: 767.98px) {
  .wrapper-contact.wrapper-newsletters .bloc-felicitation {
    margin-bottom : 20px;
  }
}
.wrapper-contact.wrapper-newsletters .bloc-felicitation .content-text {
  padding : 45px;
}
@media (max-width: 767.98px) {
  .wrapper-contact.wrapper-newsletters .bloc-felicitation .content-text {
    padding : 20px;
  }
}
.wrapper-contact.wrapper-newsletters .bloc-felicitation .content-text .h3 {
  margin-bottom : 24px;
}
@media (max-width: 767.98px) {
  .wrapper-contact.wrapper-newsletters .bloc-felicitation .content-text .h3 {
    margin-bottom : 10px;
  }
}
.wrapper-contact.wrapper-newsletters .bloc-felicitation .content-text .icon {
  font-size : 210px;
  color : #004774;
}
@media (max-width: 1023.98px) {
  .wrapper-contact.wrapper-newsletters .bloc-felicitation .content-text .icon {
    font-size : 260px;
  }
}
@media (max-width: 1023.98px) and (max-width: 767.98px) {
  .wrapper-contact.wrapper-newsletters .bloc-felicitation .content-text .icon {
    font-size : 130px;
  }
}
.wrapper-contact.wrapper-newsletters .bloc-felicitation .content-text .info {
  margin : 45px 0 35px;
  font-size : 1.016em;
  font-weight : bold;
}
@media (max-width: 1023.98px) {
  .wrapper-contact.wrapper-newsletters .bloc-felicitation .content-text .info {
    margin : 50px 0;
    font-size : 1.411em;
  }
}
@media (max-width: 1023.98px) and (max-width: 767.98px) {
  .wrapper-contact.wrapper-newsletters .bloc-felicitation .content-text .info {
    margin : 25px;
    font-size : .75em;
  }
}
.wrapper-contact.wrapper-newsletters .bloc-felicitation .content-text .link {
  margin-left : 100px;
}
@media (max-width: 1023.98px) {
  .wrapper-contact.wrapper-newsletters .bloc-felicitation .content-text .link {
    margin-left : 0;
    margin-top : 30px;
  }
}
@media (max-width: 1023.98px) and (max-width: 767.98px) {
  .wrapper-contact.wrapper-newsletters .bloc-felicitation .content-text .link {
    margin-top : 15px;
  }
}

.wrapper-action {
  margin-bottom : 0;
  margin-top : 40px;
}
.wrapper-action button {
  margin : 0 auto;
  display : block;
}
.wrapper-action a {
  font-size : 1.1875em;
  color : #212529;
}

.service-acpm {
  list-style : none;
  margin : 55px 0 0 0 !important;
}
.service-acpm li strong {
  font-weight : 600;
}
.service-acpm li.service-enabled {
  padding-left : 26px;
}
.service-acpm li.service-enabled::before {
  background : url('../images/bg_user_view_state_on.gif') no-repeat;
  padding : 0 0 20px 24px;
  background-color : transparent;
  top : 3px;
  width : 10px;
  height : 10px;
}
@media (max-width: 1023.98px) {
  .service-acpm li.service-enabled::before {
    top : 8px;
  }
}
@media (max-width: 767.98px) {
  .service-acpm li.service-enabled::before {
    top : 0;
  }
}
.service-acpm li.service-disabled {
  padding-left : 26px;
}
.service-acpm li.service-disabled::before {
  background : url('../images/bg_user_view_state_off.gif') no-repeat;
  padding : 0 0 20px 24px;
  background-color : transparent;
  top : 3px;
  width : 10px;
  height : 10px;
}
@media (max-width: 1023.98px) {
  .service-acpm li.service-disabled::before {
    top : 8px;
  }
}
@media (max-width: 767.98px) {
  .service-acpm li.service-disabled::before {
    top : 0;
  }
}
.service-acpm li > div {
  font-weight : 400;
  padding : 10px 0 20px 0;
}
@media (max-width: 767.98px) {
  .service-acpm li > div {
    line-height : 1.2;
  }
}

.form-cookie {
  padding : 10px 0;
}
.form-cookie label,
.form-cookie input {
  cursor : pointer;
}
.form-cookie label {
  font-size : 1.267em;
  font-weight : 600;
  vertical-align : top;
  margin-left : 6px;
  margin-bottom : 0;
}
@media (max-width: 1023.98px) {
  .form-cookie label {
    font-size : 1.098em;
  }
}
@media (max-width: 767.98px) {
  .form-cookie label {
    font-size : 1.267em;
    margin-bottom : 5px;
  }
}
.form-cookie .cta,
.form-cookie .bouton-link {
  font-size : 1em;
  margin-right : 5px;
}
@media (max-width: 767.98px) {
  .form-cookie .cta,
  .form-cookie .bouton-link {
    margin-bottom : 10px;
  }
}
.form-cookie .changes-saved {
  font-size : 1.1875em;
}
@media (max-width: 767.98px) {
  .form-cookie .changes-saved {
    white-space : nowrap;
  }
}

.warning {
  padding : 20px 0 60px 0;
}
.warning .warning-text {
  font-size : 6.25em;
  color : #004774;
  font-weight : 500;
}
.warning .warning-text.small {
  font-size : 5em;
}

* {
  margin : 0;
  padding : 0;
          font-smoothing : antialiased;
  -webkit-font-smoothing : antialiased;
     -moz-font-smoothing : antialiased;
  -moz-osx-font-smoothing : grayscale;
}

body {
  font-family : 'semplicitapro', sans-serif;
  color : #313031;
}

/*section{
  margin: $bigMargin 0;
}*/
/* Titles */
h1,
h2,
h3 {
  font-weight : 500 !important;
}

h1,
.h1 {
  font-size : 2em;
  text-transform : uppercase;
  letter-spacing : 2px;
  margin-bottom : 18px;
}

h2,
.h2 {
  font-size : 1.694em;
  text-transform : none;
  margin-bottom : 23px;
}

h3,
.h3 {
  font-size : 1.25em;
  font-weight : 600 !important;
  line-height : 1.75em;
  letter-spacing : 1px;
  text-transform : uppercase;
}

h4,
.h4 {
  font-size : .9375em;
}

@media (max-width: 1023.98px) {
  h1,
  .h1 {
    font-size : 2em;
    margin-bottom : 30px;
  }
  h2,
  .h2 {
    font-size : 2.353em;
    margin-bottom : 30px;
  }
  h3,
  .h3 {
    font-size : 1.882em;
    text-transform : uppercase;
  }
}

@media (max-width: 767.98px) {
  h1,
  .h1 {
    font-size : 1.125em;
    margin-bottom : 13px;
  }
  h2,
  .h2 {
    font-size : 1.125em;
    margin-bottom : 13px;
  }
  h3,
  .h3 {
    font-size : 1.099em;
    text-transform : uppercase;
  }
}

/* Paragraphes */
p {
  margin-bottom : 0;
}

/* Liste */
ul {
  list-style : none;
}

/* Padding */
.padding-20 {
  padding : 20px;
}

.padding-40 {
  padding : 40px;
}

.padding-80 {
  padding : 80px;
}

/* Recurrent */
.font-white {
  color : #ffffff;
}

.bg-white {
  background-color : #ffffff;
}

.bg-blue {
  background-color : #005cbc;
}

.bg-dark-blue {
  background-color : #313031;
}

.bg-purple {
  background-color : #914088;
}

.bg-grey {
  background-color : #e6e6e6;
}

.bg-grey-light {
  background-color : #f8f9fa;
}
@media print {
  .bg-grey-light {
    background : #ffffff;
  }
}

.bg-purple {
  background-color : #914088;
}

.bg-light-blue {
  background-color : #eff7ff;
}

.medium-padding {
  padding : 40px;
}

.mb-lg {
  margin-bottom : 35px;
}

/*mon compte detail*/
.wysiwyg ul.moncompte {
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  -webkit-box-orient : vertical;
  -webkit-box-direction : normal;
      -ms-flex-direction : column;
          flex-direction : column;
  -webkit-box-align : center;
      -ms-flex-align : center;
          align-items : center;
}
.wysiwyg ul.moncompte li {
  width : 100%;
  max-width : 25em;
}
.wysiwyg ul.moncompte li::before {
  background-color : transparent !important;
}

/*# sourceMappingURL=app.css.map */
