@charset "UTF-8";
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! grid.scss | MIT License | https://github.com/jeromev/grid.scss */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

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: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

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

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

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

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

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  a[href^="#"]:after,
  a[href^="javascript:"]: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; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  .navbar {
    display: none; }

  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }

  .label {
    border: 1px solid #000; }

  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

html {
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: signikalight, Arial, sans-serif;
  line-height: 1.5;
  color: #252525;
  background-color: #fff; }

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

a {
  color: #6361a9;
  text-decoration: none; }
  a:hover, a:focus {
    color: #6361a9;
    text-decoration: underline; }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.5;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-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: 30px;
  margin-bottom: 30px;
  border: 0;
  border-top: 1px solid #f8f8f8; }

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

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

[role="button"] {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #ececec; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 30px;
  margin-bottom: 15px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 15px;
  margin-bottom: 15px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 52px; }

h2, .h2 {
  font-size: 43px; }

h3, .h3 {
  font-size: 34px; }

h4, .h4 {
  font-size: 25px; }

h5, .h5 {
  font-size: 20px; }

h6, .h6 {
  font-size: 17px; }

p {
  margin: 0 0 15px; }

.lead {
  margin-bottom: 30px;
  font-size: 23px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 30px; } }

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

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

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

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

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

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

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

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

.text-uppercase, .initialism {
  text-transform: uppercase; }

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

.text-muted {
  color: #ececec; }

.text-primary {
  color: #6361a9; }

a.text-primary:hover,
a.text-primary:focus {
  color: #4e4c8b; }

.text-success {
  color: #3c763d; }

a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover,
a.text-info:focus {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover,
a.text-danger:focus {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #6361a9; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #4e4c8b; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 14px;
  margin: 60px 0 30px;
  border-bottom: 1px solid #797979; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 15px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

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

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 30px; }

dt,
dd {
  line-height: 1.5; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }
.dl-horizontal dd:after {
  clear: both; }
@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; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #ececec; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 15px 30px;
  margin: 0 0 30px;
  font-size: 25px;
  border-left: 5px solid #f8f8f8; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.5;
    color: #ececec; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #f8f8f8;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

address {
  margin-bottom: 30px;
  font-style: normal;
  line-height: 1.5; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none; }

pre {
  display: block;
  padding: 14.5px;
  margin: 0 0 15px;
  font-size: 19px;
  line-height: 1.5;
  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: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .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 {
  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, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

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

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

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

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

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

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

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

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

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

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

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

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }

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

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

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

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

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

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

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

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

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

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

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

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

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-pull-1 {
    right: 8.33333%; }

  .col-sm-pull-2 {
    right: 16.66667%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-4 {
    right: 33.33333%; }

  .col-sm-pull-5 {
    right: 41.66667%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-7 {
    right: 58.33333%; }

  .col-sm-pull-8 {
    right: 66.66667%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-10 {
    right: 83.33333%; }

  .col-sm-pull-11 {
    right: 91.66667%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-push-1 {
    left: 8.33333%; }

  .col-sm-push-2 {
    left: 16.66667%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-4 {
    left: 33.33333%; }

  .col-sm-push-5 {
    left: 41.66667%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-7 {
    left: 58.33333%; }

  .col-sm-push-8 {
    left: 66.66667%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-10 {
    left: 83.33333%; }

  .col-sm-push-11 {
    left: 91.66667%; }

  .col-sm-push-12 {
    left: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

  .col-sm-offset-12 {
    margin-left: 100%; } }
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }

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

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

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

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

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

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

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

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

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

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

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

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

  .col-md-pull-0 {
    right: auto; }

  .col-md-pull-1 {
    right: 8.33333%; }

  .col-md-pull-2 {
    right: 16.66667%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-4 {
    right: 33.33333%; }

  .col-md-pull-5 {
    right: 41.66667%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-7 {
    right: 58.33333%; }

  .col-md-pull-8 {
    right: 66.66667%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-10 {
    right: 83.33333%; }

  .col-md-pull-11 {
    right: 91.66667%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-push-1 {
    left: 8.33333%; }

  .col-md-push-2 {
    left: 16.66667%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-4 {
    left: 33.33333%; }

  .col-md-push-5 {
    left: 41.66667%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-7 {
    left: 58.33333%; }

  .col-md-push-8 {
    left: 66.66667%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-10 {
    left: 83.33333%; }

  .col-md-push-11 {
    left: 91.66667%; }

  .col-md-push-12 {
    left: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

  .col-md-offset-12 {
    margin-left: 100%; } }
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }

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

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

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

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

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

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

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

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

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

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

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

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

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-pull-1 {
    right: 8.33333%; }

  .col-lg-pull-2 {
    right: 16.66667%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-4 {
    right: 33.33333%; }

  .col-lg-pull-5 {
    right: 41.66667%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-7 {
    right: 58.33333%; }

  .col-lg-pull-8 {
    right: 66.66667%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-10 {
    right: 83.33333%; }

  .col-lg-pull-11 {
    right: 91.66667%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-push-1 {
    left: 8.33333%; }

  .col-lg-push-2 {
    left: 16.66667%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-4 {
    left: 33.33333%; }

  .col-lg-push-5 {
    left: 41.66667%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-7 {
    left: 58.33333%; }

  .col-lg-push-8 {
    left: 66.66667%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-10 {
    left: 83.33333%; }

  .col-lg-push-11 {
    left: 91.66667%; }

  .col-lg-push-12 {
    left: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

  .col-lg-offset-12 {
    margin-left: 100%; } }
table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #ececec;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 30px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.5;
    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 > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .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 > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .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-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.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:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7; }

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

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.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:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.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:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 22.5px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd; }
      .table-responsive > .table {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .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 > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th: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 > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th: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 > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td {
          border-bottom: 0; } }

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

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 30px;
  font-size: 30px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  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;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 20px;
  line-height: 1.5;
  color: #797979; }

.form-control {
  display: block;
  width: 100%;
  height: 44px;
  padding: 6px 12px;
  font-size: 20px;
  line-height: 1.5;
  color: #797979;
  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);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder {
    color: #999; }
  .form-control::-ms-expand {
    border: 0;
    background-color: transparent; }
  .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #f8f8f8;
    opacity: 1; }
  .form-control[disabled], fieldset[disabled] .form-control {
    cursor: not-allowed; }

textarea.form-control {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 44px; }
  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn, .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn, .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn, .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn, .input-group-sm
  input[type="month"] {
    line-height: 36px; }
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn, .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn, .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn, .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn, .input-group-lg
  input[type="month"] {
    line-height: 49px; } }
.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 30px;
    padding-left: 20px;
    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"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  position: relative;
  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="radio"].disabled, fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled, fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled, fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label, fieldset[disabled]
.checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 50px; }
  .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-left: 0;
    padding-right: 0; }

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 36px;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 36px;
  line-height: 36px; }

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto; }

.form-group-sm .form-control {
  height: 36px;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 3px; }
.form-group-sm select.form-control {
  height: 36px;
  line-height: 36px; }
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }
.form-group-sm .form-control-static {
  height: 36px;
  min-height: 46px;
  padding: 6px 10px;
  font-size: 16px;
  line-height: 1.5; }

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33333;
  border-radius: 6px; }

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 49px;
  line-height: 49px; }

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto; }

.form-group-lg .form-control {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33333;
  border-radius: 6px; }
.form-group-lg select.form-control {
  height: 49px;
  line-height: 49px; }
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }
.form-group-lg .form-control-static {
  height: 49px;
  min-height: 50px;
  padding: 11px 16px;
  font-size: 20px;
  line-height: 1.33333; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 55px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 49px;
  height: 49px;
  line-height: 49px; }

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 36px;
  height: 36px;
  line-height: 36px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d; }
.has-success .form-control {
  border-color: #3c763d;
  -webkit-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: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }
.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b; }
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-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: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }
.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442; }
.has-error .form-control {
  border-color: #a94442;
  -webkit-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: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }
.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 35px; }
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #656565; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.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 .radio,
.form-horizontal .checkbox {
  min-height: 37px; }
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 20px; } }
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 16px; } }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 20px;
  line-height: 1.5;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .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);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

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

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c; }
  .btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
      color: #333;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #6361a9;
  border-color: #57559c; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #4e4c8b;
    border-color: #292849; }
  .btn-primary:hover {
    color: #fff;
    background-color: #4e4c8b;
    border-color: #413f74; }
  .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #4e4c8b;
    border-color: #413f74; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #413f74;
      border-color: #292849; }
  .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
    background-color: #6361a9;
    border-color: #57559c; }
  .btn-primary .badge {
    color: #6361a9;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #a0ca80;
  border-color: #93c26e; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #85bb5c;
    border-color: #547d34; }
  .btn-success:hover {
    color: #fff;
    background-color: #85bb5c;
    border-color: #73ac48; }
  .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #85bb5c;
    border-color: #73ac48; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #73ac48;
      border-color: #547d34; }
  .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
    background-color: #a0ca80;
    border-color: #93c26e; }
  .btn-success .badge {
    color: #a0ca80;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1b6d85; }
  .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #E96B10;
  border-color: #d1600e; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #b9550d;
    border-color: #5a2906; }
  .btn-warning:hover {
    color: #fff;
    background-color: #b9550d;
    border-color: #98460a; }
  .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #b9550d;
    border-color: #98460a; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #98460a;
      border-color: #5a2906; }
  .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
    background-color: #E96B10;
    border-color: #d1600e; }
  .btn-warning .badge {
    color: #E96B10;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #761c19; }
  .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  color: #6361a9;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-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: #6361a9;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
    color: #797979;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33333;
  border-radius: 6px; }

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%; }

.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;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 6px dashed;
  border-top: 6px solid \9;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent; }

.dropup,
.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: 20px;
  text-align: left;
  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);
  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: 14px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.5;
    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: #6361a9; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #797979; }
.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-menu-right {
  left: auto;
  right: 0; }

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

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 16px;
  line-height: 1.5;
  color: #797979;
  white-space: nowrap; }

.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;
  border-bottom: 6px dashed;
  border-bottom: 6px solid \9;
  content: ""; }
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }
.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 > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2; }

.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 {
  margin-left: -5px; }
  .btn-toolbar:before, .btn-toolbar:after {
    content: " ";
    display: table; }
  .btn-toolbar:after {
    clear: both; }
  .btn-toolbar .btn,
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-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:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-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 > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .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);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px; }

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table; }
.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-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

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

.btn-group-vertical > .btn-group:last-child:not(:first-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,
  .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%; }
  .btn-group-justified > .btn-group .btn {
    width: 100%; }
  .btn-group-justified > .btn-group .dropdown-menu {
    left: auto; }

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

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }
    .input-group .form-control:focus {
      z-index: 3; }

.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: 20px;
  font-weight: normal;
  line-height: 1;
  color: #797979;
  text-align: center;
  background-color: #f8f8f8;
  border: 1px solid #ccc;
  border-radius: 4px; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 16px;
    border-radius: 3px; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 20px;
    border-radius: 6px; }
  .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 > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  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 > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
      z-index: 2; }
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #ececec; }
    .nav > li.disabled > a {
      color: #797979; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #797979;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #ececec;
    border-color: #6361a9; }
  .nav .nav-divider {
    height: 1px;
    margin: 14px 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 {
      margin-right: 2px;
      line-height: 1.5;
      border: 1px solid transparent;
      border-radius: 4px 4px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #ececec #ececec #ddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #797979;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      cursor: default; }

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

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.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, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 4px 4px 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #fff; } }

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

.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: 30px;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }
  @media (min-width: 768px) {
    .navbar {
      border-radius: 4px; } }

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table; }
.navbar-header:after {
  clear: both; }
@media (min-width: 768px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  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: " ";
    display: table; }
  .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: visible; }
      .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0; } }

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px; }
  @media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
      max-height: 200px; } }

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 768px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .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: 10px 15px;
  font-size: 20px;
  line-height: 30px;
  height: 50px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }
  @media (min-width: 768px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .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;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }
  .navbar-toggle:focus {
    outline: 0; }
  .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: 5px -15px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 30px; }
  @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: 30px; }
        .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: 10px;
          padding-bottom: 10px; } }

.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);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 3px;
  margin-bottom: 3px; }
  @media (min-width: 768px) {
    .navbar-form .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .navbar-form .form-control-static {
      display: inline-block; }
    .navbar-form .input-group {
      display: inline-table;
      vertical-align: middle; }
      .navbar-form .input-group .input-group-addon,
      .navbar-form .input-group .input-group-btn,
      .navbar-form .input-group .form-control {
        width: auto; }
    .navbar-form .input-group > .form-control {
      width: 100%; }
    .navbar-form .control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .radio,
    .navbar-form .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle; }
      .navbar-form .radio label,
      .navbar-form .checkbox label {
        padding-left: 0; }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0; }
    .navbar-form .has-feedback .form-control-feedback {
      top: 0; } }
  @media (max-width: 767px) {
    .navbar-form .form-group {
      margin-bottom: 5px; }
      .navbar-form .form-group:last-child {
        margin-bottom: 0; } }
  @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;
      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 {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 3px;
  margin-bottom: 3px; }
  .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
    margin-top: 7px;
    margin-bottom: 7px; }
  .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
    margin-top: 14px;
    margin-bottom: 14px; }

.navbar-text {
  margin-top: 10px;
  margin-bottom: 10px; }
  @media (min-width: 768px) {
    .navbar-text {
      float: left;
      margin-left: 15px;
      margin-right: 15px; } }

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

  .navbar-right {
    float: right !important;
    margin-right: -15px; }
    .navbar-right ~ .navbar-right {
      margin-right: 0; } }
.navbar-default {
  background-color: #fff;
  border-color: #fff; }
  .navbar-default .navbar-brand {
    color: #252525; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #0c0c0c;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #252525; }
  .navbar-default .navbar-nav > li > a {
    color: #252525; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #6361a9;
      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: #eeeeee; }
  .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: #888; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #fff; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #eeeeee;
    color: #555; }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #252525; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #6361a9;
        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: #eeeeee; }
    .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: #252525; }
    .navbar-default .navbar-link:hover {
      color: #6361a9; }
  .navbar-default .btn-link {
    color: #252525; }
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #6361a9; }
    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
      color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #090909; }
  .navbar-inverse .navbar-brand {
    color: white; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: white; }
  .navbar-inverse .navbar-nav > li > a {
    color: white; }
    .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: #090909; }
  .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: #090909;
    color: #fff; }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: white; }
      .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: #090909; }
    .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: white; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  .navbar-inverse .btn-link {
    color: white; }
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: #fff; }
    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #444; }

.breadcrumb {
  padding: 0px 0px;
  margin-bottom: 30px;
  list-style: none;
  background-color: #fff;
  border-radius: 4px; }
  .breadcrumb > li {
    display: inline-block; }
    .breadcrumb > li + li:before {
      content: "/ ";
      padding: 0 5px;
      color: #6361a9; }
  .breadcrumb > .active {
    color: #797979; }

.pager {
  padding-left: 0;
  margin: 30px 0;
  list-style: none;
  text-align: center; }
  .pager:before, .pager:after {
    content: " ";
    display: table; }
  .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: #f8f8f8; }
  .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: #ececec;
    background-color: #fff;
    cursor: not-allowed; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
  .label:empty {
    display: none; }
  .btn .label {
    position: relative;
    top: -1px; }

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.label-default {
  background-color: #ececec; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: lightgray; }

.label-primary {
  background-color: #6361a9; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #4e4c8b; }

.label-success {
  background-color: #a0ca80; }
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #85bb5c; }

.label-info {
  background-color: #5bc0de; }
  .label-info[href]:hover, .label-info[href]:focus {
    background-color: #31b0d5; }

.label-warning {
  background-color: #E96B10; }
  .label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #b9550d; }

.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: 16px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #ececec;
  border-radius: 10px; }
  .badge:empty {
    display: none; }
  .btn .badge {
    position: relative;
    top: -1px; }
  .btn-xs .badge, .btn-group-xs > .btn .badge, .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px; }
  .list-group-item.active > .badge, .nav-pills > .active > a > .badge {
    color: #6361a9;
    background-color: #fff; }
  .list-group-item > .badge {
    float: right; }
  .list-group-item > .badge + .badge {
    margin-right: 5px; }
  .nav-pills > li > a > .badge {
    margin-left: 3px; }

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #f8f8f8; }
  .jumbotron h1,
  .jumbotron .h1 {
    color: inherit; }
  .jumbotron p {
    margin-bottom: 15px;
    font-size: 30px;
    font-weight: 200; }
  .jumbotron > hr {
    border-top-color: #dfdfdf; }
  .container .jumbotron, .container-fluid .jumbotron {
    border-radius: 6px;
    padding-left: 15px;
    padding-right: 15px; }
  .jumbotron .container {
    max-width: 100%; }
  @media screen and (min-width: 768px) {
    .jumbotron {
      padding-top: 48px;
      padding-bottom: 48px; }
      .container .jumbotron, .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px; }
      .jumbotron h1,
      .jumbotron .h1 {
        font-size: 90px; } }

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 30px;
  line-height: 1.5;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out; }
  .thumbnail > img,
  .thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto; }
  .thumbnail .caption {
    padding: 9px;
    color: #252525; }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #6361a9; }

.alert {
  padding: 15px;
  margin-bottom: 30px;
  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,
.alert-dismissible {
  padding-right: 35px; }
  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }
  .alert-success hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }
  .alert-info hr {
    border-top-color: #a6e1ec; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; }
  .alert-warning hr {
    border-top-color: #f7e1b5; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }
  .alert-danger hr {
    border-top-color: #e4b9c0; }
  .alert-danger .alert-link {
    color: #843534; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }
.progress {
  overflow: hidden;
  height: 30px;
  margin-bottom: 30px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-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: 16px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  background-color: #6361a9;
  -webkit-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;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease; }

.progress-striped .progress-bar,
.progress-bar-striped {
  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: -o-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,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

.progress-bar-success {
  background-color: #a0ca80; }
  .progress-striped .progress-bar-success {
    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: -o-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-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: -o-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: #E96B10; }
  .progress-striped .progress-bar-warning {
    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: -o-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-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: -o-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 {
  margin-top: 15px; }
  .media:first-child {
    margin-top: 0; }

.media,
.media-body {
  zoom: 1;
  overflow: hidden; }

.media-body {
  width: 10000px; }

.media-object {
  display: block; }
  .media-object.img-thumbnail {
    max-width: none; }

.media-right,
.media > .pull-right {
  padding-left: 10px; }

.media-left,
.media > .pull-left {
  padding-right: 10px; }

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top; }

.media-middle {
  vertical-align: middle; }

.media-bottom {
  vertical-align: bottom; }

.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

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

a.list-group-item,
button.list-group-item {
  color: #555; }
  a.list-group-item .list-group-item-heading,
  button.list-group-item .list-group-item-heading {
    color: #333; }
  a.list-group-item:hover, a.list-group-item:focus,
  button.list-group-item:hover,
  button.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5; }

button.list-group-item {
  width: 100%;
  text-align: left; }

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #f8f8f8;
  color: #ececec;
  cursor: not-allowed; }
  .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
    color: inherit; }
  .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
    color: #ececec; }
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #6361a9;
  border-color: #6361a9; }
  .list-group-item.active .list-group-item-heading,
  .list-group-item.active .list-group-item-heading > small,
  .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
  .list-group-item.active:hover .list-group-item-heading > small,
  .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
  .list-group-item.active:focus .list-group-item-heading > small,
  .list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit; }
  .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
    color: #e5e5f1; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d; }
  a.list-group-item-success .list-group-item-heading,
  button.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:hover, a.list-group-item-success:focus,
  button.list-group-item-success:hover,
  button.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6; }
  a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
  button.list-group-item-success.active,
  button.list-group-item-success.active:hover,
  button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f; }
  a.list-group-item-info .list-group-item-heading,
  button.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:hover, a.list-group-item-info:focus,
  button.list-group-item-info:hover,
  button.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3; }
  a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
  button.list-group-item-info.active,
  button.list-group-item-info.active:hover,
  button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b; }
  a.list-group-item-warning .list-group-item-heading,
  button.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  a.list-group-item-warning:hover, a.list-group-item-warning:focus,
  button.list-group-item-warning:hover,
  button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc; }
  a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
  button.list-group-item-warning.active,
  button.list-group-item-warning.active:hover,
  button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b; }

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442; }
  a.list-group-item-danger .list-group-item-heading,
  button.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  a.list-group-item-danger:hover, a.list-group-item-danger:focus,
  button.list-group-item-danger:hover,
  button.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc; }
  a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
  button.list-group-item-danger.active,
  button.list-group-item-danger.active:hover,
  button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.panel {
  margin-bottom: 30px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-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: " ";
    display: table; }
  .panel-body:after {
    clear: both; }

.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: 23px;
  color: inherit; }
  .panel-title > a,
  .panel-title > small,
  .panel-title > .small,
  .panel-title > small > a,
  .panel-title > .small > 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 > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0; }
  .panel > .list-group .list-group-item,
  .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0; }
  .panel > .list-group:first-child .list-group-item:first-child,
  .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px; }
  .panel > .list-group:last-child .list-group-item:last-child,
  .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.list-group + .panel-footer {
  border-top-width: 0; }

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0; }
  .panel > .table caption,
  .panel > .table-responsive > .table caption,
  .panel > .panel-collapse > .table caption {
    padding-left: 15px;
    padding-right: 15px; }
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }
  .panel > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
      border-top-left-radius: 3px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
      border-top-right-radius: 3px; }
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }
  .panel > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
      border-bottom-left-radius: 3px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
      border-bottom-right-radius: 3px; }
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd; }
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0; }
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0; }
  .panel > .table-bordered > thead > tr > th:first-child,
  .panel > .table-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th: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-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .panel > .table-bordered > thead > tr:first-child > td,
  .panel > .table-bordered > thead > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0; }
  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; }
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0; }

.panel-group {
  margin-bottom: 30px; }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px; }
    .panel-group .panel + .panel {
      margin-top: 5px; }
  .panel-group .panel-heading {
    border-bottom: 0; }
    .panel-group .panel-heading + .panel-collapse > .panel-body,
    .panel-group .panel-heading + .panel-collapse > .list-group {
      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 .badge {
      color: #f5f5f5;
      background-color: #333333; }
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd; }

.panel-primary {
  border-color: #6361a9; }
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #6361a9;
    border-color: #6361a9; }
    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #6361a9; }
    .panel-primary > .panel-heading .badge {
      color: #6361a9;
      background-color: #fff; }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #6361a9; }

.panel-success {
  border-color: #d6e9c6; }
  .panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
    .panel-success > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #d6e9c6; }
    .panel-success > .panel-heading .badge {
      color: #dff0d8;
      background-color: #3c763d; }
  .panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6; }

.panel-info {
  border-color: #bce8f1; }
  .panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1; }
    .panel-info > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #bce8f1; }
    .panel-info > .panel-heading .badge {
      color: #d9edf7;
      background-color: #31708f; }
  .panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1; }

.panel-warning {
  border-color: #faebcc; }
  .panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc; }
    .panel-warning > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #faebcc; }
    .panel-warning > .panel-heading .badge {
      color: #fcf8e3;
      background-color: #8a6d3b; }
  .panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }
  .panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1; }
    .panel-danger > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ebccd1; }
    .panel-danger > .panel-heading .badge {
      color: #f2dede;
      background-color: #a94442; }
  .panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1; }

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

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

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

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-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: 6px; }

.well-sm {
  padding: 9px;
  border-radius: 3px; }

.close {
  float: right;
  font-size: 30px;
  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: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-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);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-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: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  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; }
  .modal-header:before, .modal-header:after {
    content: " ";
    display: table; }
  .modal-header:after {
    clear: both; }

.modal-header .close {
  margin-top: -2px; }

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

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .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; }

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

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }

  .modal-sm {
    width: 300px; } }
@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: signikalight, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 16px;
  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;
  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;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -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;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: signikalight, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 20px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
  .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: 20px;
  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: #999999;
  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: #999999;
  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: #999999;
  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: #999999;
  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;
    -o-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; }
    @media all and (transform-3d), (-webkit-transform-3d) {
      .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -moz-transition: -moz-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px; }
        .carousel-inner > .item.next, .carousel-inner > .item.active.right {
          -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
          -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
          left: 0; } }
  .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);
  background-color: transparent; }
  .carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-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-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-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 {
    outline: 0;
    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%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block; }
  .carousel-control .icon-prev,
  .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px; }
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    line-height: 1;
    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: transparent; }
  .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 .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px; }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px; }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px; }

  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }

  .carousel-indicators {
    bottom: 20px; } }
.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }
.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; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }
.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }

  table.visible-xs {
    display: table !important; }

  tr.visible-xs {
    display: table-row !important; }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }

  table.visible-sm {
    display: table !important; }

  tr.visible-sm {
    display: table-row !important; }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }

  table.visible-md {
    display: table !important; }

  tr.visible-md {
    display: table-row !important; }

  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }

  table.visible-lg {
    display: table !important; }

  tr.visible-lg {
    display: table-row !important; }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }
.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }

  table.visible-print {
    display: table !important; }

  tr.visible-print {
    display: table-row !important; }

  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }
.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }
@media (max-width: 840px) {
  .cache-xs {
    display: none !important; } }
@media (min-width: 840px) {
  .cache-xm {
    display: none !important; } }
@font-face {
  font-family: 'oswaldregular';
  src: url("../fonts/oswald-regular.eot");
  src: url("../fonts/oswald-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/oswald-regular.woff") format("woff"), url("../fonts/oswald-regular.ttf") format("truetype"); }
@font-face {
  font-family: 'oswaldlight';
  src: url("../fonts/oswald-light.eot");
  src: url("../fonts/oswald-light.eot?#iefix") format("embedded-opentype"), url("../fonts/oswald-light.woff") format("woff"), url("../fonts/oswald-light.ttf") format("truetype"); }
@font-face {
  font-family: 'oswaldmedium';
  src: url("../fonts/Oswald-Medium.ttf") format("truetype"); }
@font-face {
  font-family: 'signikalight';
  src: url("../fonts/signika-light.eot");
  src: url("../fonts/signika-light.eot?#iefix") format("embedded-opentype"), url("../fonts/signika-light.woff") format("woff"), url("../fonts/signika-light.ttf") format("truetype"); }
@font-face {
  font-family: 'signikaregular';
  src: url("../fonts/signika-regular.eot");
  src: url("../fonts/signika-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/signika-regular.woff") format("woff"), url("../fonts/signika-regular.ttf") format("truetype"); }
@font-face {
  font-family: 'dgac';
  src: url("../fonts/dgac.woff") format("woff"); }
@font-face {
  font-family: 'dgac-portail';
  src: url("../fonts/dgac-portail.woff") format("woff"); }
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

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

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, img, textarea {
  border: 0;
  margin: 0;
  padding: 0; }

html, body {
  font-family: signikaregular;
  font-size: 100%; }

body {
  color: #252525;
  background-color: #fff; }

ul, li, ol {
  list-style-type: none; }

a {
  transition: none;
  color: #6361a9;
  text-decoration: none; }

abbr {
  text-decoration: none; }

table {
  border-spacing: 0; }

img {
  max-width: 100%;
  display: block; }

h1, h2, h3, h4 {
  font-weight: normal; }

button {
  background-color: inherit;
  border: 0;
  line-height: 1; }

body {
  overflow-x: hidden; }

.container, .main-container, .s-home, .s-home2, .full-basic .row, .page-accueil .panneau-a-la-une .row .row, .pane-mot-cle, .dgac-navbar .navbar-nav, .page-accueil .panneau-a-la-une .pane-content, .page-accueil .panneau-a-la-une .pane-title, .page-accueil .ligne-nouveautes .pane-content, .page-accueil .ligne-nouveautes .pane-title, .page-accueil .pane-evenements > .pane-content, .page-accueil .pane-evenements .pane-title, .page-accueil .pane-campagne-en-image > .pane-content, .page-accueil .pane-en-ce-moment > .pane-content, .panneau-noeud > .pane-content, .node-article.row, .node-annonce.row, .media-info.row, .node-evenement.row, .field-name-field-descriptif-video.row, .node-type-message.row, .folder, #mediatheque .pane-nouveautes-bv > div, #mediatheque .pane-nouveautes-bv h2, #mediatheque .pane-nouveautes-bv h1, #mediatheque .pane-nouveautes > div, #mediatheque .pane-nouveautes h2, #mediatheque .pane-nouveautes h1, #mediatheque .pane-th-matique-bmn > div, #mediatheque .pane-th-matique-bmn h2, #mediatheque .pane-th-matique-bmn h1, .pane-rubrique-navigation > div, .pane-rubrique-navigation h2, .scald-file-processed .pane-publications .view-publications, #videotheque .pane-views-exp-th-matique-bmn-page-1, #videotheque .pane-a-la-une .ligne1, #videotheque .pane-nouveautes > div, #videotheque .pane-nouveautes h2, #videotheque .pane-nouveautes h1, .page-atom- .main-container header, .page-atom- .main-container > .row > section > ul, .page-atom- .main-container > .row main, .page-atom- .main-container > .row .ligne1, .page-atom- .main-container > .row .ligne2 > section, .top-theme .row, .contact, .page-taxonomy-term .main-container.rubrique header, .page-taxonomy-term .main-container > .row > section > ul, .page-taxonomy-term .main-container > .row main, .page-taxonomy-term .main-container > .row .col-sm-12 .s-home, .page-taxonomy-term .main-container > .row .col-sm-12 article, .page-taxonomy-term .main-container > .row .col-sm-12 .espace, .page-taxonomy-term .main-container > .row .col-sm-12 .view-mode-dossier_2_colonnes, .page-taxonomy-term .main-container > .row .col-sm-12 .field-name-actualites-rubrique > div, .page-taxonomy-term .main-container > .row .col-sm-12 .field-name-articles-rub > div, .page-taxonomy-term .main-container > .row .col-sm-12 .panel > div, .page-taxonomy-term .main-container > .row .col-sm-12 .panel > h1.title, .page-taxonomy-term .main-container > .row .pane-annonce, .page-taxonomy-term .main-container > .row .pane, .page-taxonomy-term .main-container .pane-rubrique-articles, .covoiturage .row .col-sm-12 .bootstrap-threecol-stacked, .page-recherche .s-home2, .page-recherche .bootstrap-threecol-stacked, .page-sitemap .s-home2, .page-sitemap #site-map, .rubrique-privee .rubrique header, .rubrique-privee .rubrique > .row > section > ul, .rubrique-privee .rubrique > .row > section .s-home2, .rubrique-privee .rubrique > .row main, .rubrique-privee .rubrique > .row .col-sm-12 .field-name-field-illustration-rubrique, .rubrique-privee .rubrique > .row .col-sm-12 .pane-node-body, .rubrique-privee .rubrique > .row .col-sm-12 .panneau-sans-fond > div, .rubrique-privee .rubrique > .row .col-sm-12 .panneau-sans-fond > h2, .rubrique-privee .rubrique > .row .col-sm-12 #sous-rubriques div.view, #applications, .application ul.tabs--primary {
  width: 100%;
  max-width: 63.125rem;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px; }

@media (max-width: 640px) {
  .container, .main-container {
    padding-right: 0px;
    padding-left: 0px; } }

.page-taxonomy .container, .page-taxonomy .main-container {
  max-width: 100%; }
  .page-taxonomy .container header, .page-taxonomy .main-container header {
    width: 100%;
    max-width: 63.125rem;
    margin: 0 auto;
    padding-right: 15px;
    padding-left: 15px; }
.page-taxonomy header {
  width: 100%;
  max-width: 63.125rem !important;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px; }

.top-header {
  margin: 5.3125rem auto 0 auto; }
  @media (max-width: 640px) {
    .top-header {
      margin-top: 0.9375rem; } }

.col-md-9 {
  flex: 1 0 45.3125rem;
  margin-right: 1.875rem; }
  @media (min-width: 768px) and (max-width: 980px) {
    .col-md-9 {
      flex: 1 0 auto;
      width: calc(70% - 1.875rem); } }
  @media (max-width: 640px) {
    .col-md-9 {
      margin-right: 0; } }

.col-md-3 {
  flex: 0 1 14.0625rem; }
  @media (min-width: 768px) and (max-width: 980px) {
    .col-md-3 {
      flex: 1 0 auto;
      width: 30%; } }

.breadcrumb {
  margin-bottom: 1.25rem;
  color: #797979;
  font-family: signikalight; }
  .breadcrumb a {
    color: #6361a9; }
    .breadcrumb a .active {
      color: #797979; }
  .breadcrumb span {
    position: absolute;
    top: -3000px;
    left: -3000px; }
  .breadcrumb .home:before {
    content: "\E009";
    font-family: dgac-portail; }

.full-basic .group-sections, .page-accueil .panneau-a-la-une .row .group-sections, .node-article .group-sections, .node-annonce .group-sections, .media-info .group-sections, .node-evenement .group-sections, .field-name-field-descriptif-video .group-sections, .node-type-message .group-sections, .node-book .col-sm-9 .group-sections, .node-type-book .col-lg-9 .group-sections {
  position: relative;
  z-index: 1;
  top: 0;
  width: 100%;
  background-color: #fff; }

.s-home {
  padding: 0;
  margin: 0; }
  @media (min-width: 768px) and (max-width: 980px) {
    .s-home {
      padding: 0 0.625rem !important; } }
  @media (max-width: 640px) {
    .s-home {
      padding: 0 0.625rem !important; } }
  .s-home h1 {
    margin-bottom: 1.875rem;
    color: #a0ca80;
    font-family: oswaldregular;
    font-size: 2.5rem;
    text-transform: uppercase;
    line-height: 1; }
    @media (max-width: 640px) {
      .s-home h1 {
        font-size: 8vw; } }
  .s-home.top-home {
    padding-bottom: 0; }

.s-home2 {
  padding-left: 0;
  padding-right: 0; }
  @media (min-width: 768px) and (max-width: 980px) {
    .s-home2 {
      padding: 0; } }
  @media (max-width: 640px) {
    .s-home2 {
      padding: 0; } }
  .s-home2 h1 {
    margin-bottom: 1.875rem;
    color: #a0ca80;
    font-family: oswaldregular;
    font-size: 2.5rem;
    text-transform: uppercase;
    line-height: 1; }
    @media (max-width: 640px) {
      .s-home2 h1 {
        font-size: 8vw; } }
  .s-home2.top-home {
    padding-bottom: 0; }

@media (max-width: 640px) {
  .pane-actualites-bv, .pane-a-la-une {
    padding: 0; } }

.full-basic, .page-accueil .panneau-a-la-une .row {
  padding: 3.125rem 0; }
  @media (max-width: 640px) {
    .full-basic, .page-accueil .panneau-a-la-une .row {
      padding: 0rem 0; } }
  .full-basic .row, .page-accueil .panneau-a-la-une .row .row {
    display: flex;
    justify-content: space-between; }
    @media (max-width: 640px) {
      .full-basic .row, .page-accueil .panneau-a-la-une .row .row {
        display: block; } }
  .full-basic .group-sections, .page-accueil .panneau-a-la-une .row .group-sections {
    width: 42.1875rem;
    right: -2.0625rem; }
    @media (min-width: 768px) and (max-width: 980px) {
      .full-basic .group-sections, .page-accueil .panneau-a-la-une .row .group-sections {
        width: auto;
        right: inherit;
        top: 0.625rem; } }
    @media (max-width: 640px) {
      .full-basic .group-sections, .page-accueil .panneau-a-la-une .row .group-sections {
        width: auto;
        right: auto;
        background-color: transparent; } }
  .full-basic article, .page-accueil .panneau-a-la-une .row article {
    position: relative;
    padding-top: 20.625rem; }

.views-bootstrap-grid-plugin-style .img-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%; }
  @media (max-width: 640px) {
    .views-bootstrap-grid-plugin-style .img-header {
      position: static; } }
  .views-bootstrap-grid-plugin-style .img-header img {
    z-index: 1; }
    @media (max-width: 640px) {
      .views-bootstrap-grid-plugin-style .img-header img {
        opacity: 1; } }
  .views-bootstrap-grid-plugin-style .img-header span {
    display: block;
    position: relative;
    z-index: 2;
    font-family: dgac-portail; }
    .views-bootstrap-grid-plugin-style .img-header span:before {
      flex: 0 0 auto;
      align-content: center;
      width: 5.625rem;
      height: 5.625rem;
      position: absolute;
      left: calc(50% - 5.625rem / 2 );
      top: calc(50% - 5.625rem / 2 );
      font-size: 3.4375rem;
      color: #fff;
      background-color: rgba(255, 255, 255, 0.5);
      border-radius: 50%;
      z-index: 2;
      text-align: center;
      padding-top: 0.625rem; }
  .views-bootstrap-grid-plugin-style .img-header .photo:before {
    content: "\E002"; }
  .views-bootstrap-grid-plugin-style .img-header .video:before {
    content: "\E001"; }
  .views-bootstrap-grid-plugin-style .img-header .web:before {
    content: "\E004"; }
.views-bootstrap-grid-plugin-style .basic.page-header {
  z-index: 1; }

.basic.page-header {
  position: relative;
  padding: 0.625rem 1.25rem;
  width: 89.83607%;
  margin-top: 10.625rem;
  margin-left: 10.16393%;
  background-color: #fff;
  border-bottom: 0px; }
  @media (max-width: 640px) {
    .basic.page-header {
      margin-top: 0;
      width: auto;
      margin-left: 0rem !important;
      padding: 0.625rem 0; } }
  .basic.page-header .tags {
    top: -1.5rem; }
  .basic.page-header h2 {
    font-family: oswaldregular;
    font-size: 1.375rem;
    margin-bottom: 0.625rem;
    line-height: 1.2; }
    .basic.page-header h2 a {
      color: #252525; }
  .basic.page-header p {
    font-size: 1rem;
    font-family: signikalight; }
  .basic.page-header .date {
    display: block;
    margin-bottom: 0.625rem;
    font-size: 0.875rem;
    color: #e96b10; }

/* La vidéothèque : https://forge.sigp.aviation-civile.gouv.fr/issues/6749 */
.col > .basic.page-header.media-type.type-video {
  width: 100%; }

/* Les pages de rubriques*/
.view-rubrique-navigation .basic.page-header {
  margin-top: 10.625rem;
  margin-left: 10.16393%; }
  @media (max-width: 640px) {
    .view-rubrique-navigation .basic.page-header {
      margin-top: 0px; } }
@media (min-width: 768px) and (max-width: 980px) {
  .view-rubrique-navigation {
    padding-left: 0px !important;
    padding-right: 0px !important; } }

.col-md-4, .col-lg-4 {
  width: 31.12245%;
  position: relative;
  margin-left: 1.875rem; }
  @media (max-width: 640px) {
    .col-md-4, .col-lg-4 {
      width: auto;
      margin: 0;
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 641px) and (max-width: 767px) {
    .col-md-4, .col-lg-4 {
      width: 50%;
      float: left;
      margin-left: 0px; } }
  @media (min-width: 768px) and (max-width: 980px) {
    .col-md-4, .col-lg-4 {
      width: 50%;
      float: left;
      margin-left: 0px; } }
  @media (min-width: 981px) {
    .col-md-4, .col-lg-4 {
      float: left; } }
  .col-md-4:first-child, .col-lg-4:first-child {
    margin-left: 0; }

.link-more, .link-more:hover {
  text-decoration: none; }
  .link-more span, .link-more:hover span {
    position: absolute;
    top: -3000px;
    left: -3000px; }
  .link-more:after, .link-more:hover:after {
    content: "\E00B";
    font-family: dgac-portail;
    padding-left: 0.3125rem;
    color: #9b9b9b;
    vertical-align: middle; }

.modal-dialog {
  position: absolute;
  margin: 0;
  top: calc(50% - 18.75rem / 2);
  left: calc(50% - 37.5rem / 2);
  background-color: #fff; }
  @media (max-width: 640px) {
    .modal-dialog {
      max-width: 100%;
      width: 18.75rem;
      left: inherit; } }
  .modal-dialog .bt-ok {
    padding: 0.625rem 1.25rem;
    background-color: #252525;
    color: #fff;
    font-family: oswaldregular;
    text-transform: uppercase;
    font-size: 1.25rem; }

.modal-header {
  background-color: #d0e5c0;
  padding: 0.625rem; }
  .modal-header .close {
    float: right;
    cursor: pointer; }
    .modal-header .close:before {
      content: "\E013";
      font-family: dgac;
      color: #fff;
      font-size: 1.875rem; }

.modal-title {
  font-size: 1.375rem;
  font-family: oswaldregular;
  text-transform: uppercase; }

.modal-body {
  padding: 1.25rem; }

.modal-footer {
  text-align: center;
  padding-bottom: 1.25rem; }

.ui-widget-content a {
  color: #6361a9; }

.page-accueil .panneau-a-la-une .row .page-header h1, .panneau-noeud .node-page > .row > .col-sm-12 .page-header h1, .node-article > .row > .col-sm-12 .page-header h1, .node-annonce > .row > .col-sm-12 .page-header h1, .media-info > .row > .col-sm-12 .page-header h1, .node-evenement > .row > .col-sm-12 .page-header h1, .field-name-field-descriptif-video > .row > .col-sm-12 .page-header h1, .node-type-message > .row > .col-sm-12 .page-header h1, .node-article .page-header h1, .node-annonce .page-header h1, .media-info .page-header h1, .node-evenement .page-header h1, .field-name-field-descriptif-video .page-header h1, .node-type-message .page-header h1, .node-article .field-name-title h1, .node-annonce .field-name-title h1, .media-info .field-name-title h1, .node-evenement .field-name-title h1, .field-name-field-descriptif-video .field-name-title h1, .node-type-message .field-name-title h1, .page-node .node-page > .row > .col-sm-12 .page-header h1, .node-book .col-sm-9 .page-header h1, .node-book .col-sm-9 .field-name-title h1, .page-node-add-adherent .main-container .node-adherent-form h1, .node-type-book .col-lg-9 .page-header h1, .node-type-book .col-lg-9 .field-name-title h1, #videotheque .pane-a-la-une .ligne1 .media-info h1, .page-atom- .main-container > .row .ligne1 .media-info > h1, .contact h1, .node-type-webform h1, .cke_editable h1, .page-registration-edit h1, .page-node-register h1 {
  margin-bottom: 1.875rem;
  font-family: oswaldregular;
  font-size: 3.125rem;
  line-height: 1.2;
  color: #252525;
  text-transform: none; }

.pane-actualites-bv h1, .pane-a-la-une h1, .full-basic h1, .page-accueil .panneau-a-la-une .row h1, .page-accueil .aside-home h2, #mediatheque .pane-nouveautes-bv h1.pane-title, #mediatheque .pane-nouveautes h1.pane-title, #mediatheque .pane-th-matique-bmn h1.pane-title, #videotheque .pane-a-la-une .ligne1 .col-sm-3 h2, #videotheque .pane-nouveautes h1.pane-title, .page-atom- .main-container > .row .ligne2 > section .block-title, .basic-aside h2, .page-taxonomy-term .main-container > .row .col-sm-12 .field-name-actualites-rubrique h1, .page-taxonomy-term .main-container > .row .col-sm-12 .field-name-articles-rub h1, .page-taxonomy-term .main-container > .row .col-sm-12 .panel > h1.title, .archive-aside h2 {
  font-size: 1.5625rem;
  font-family: oswaldregular;
  color: #6361a9;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 1.25rem; }

.list-document li:before, .document:before {
  content: "\E018";
  font-family: dgac-portail;
  padding-right: 0.3125rem;
  color: #797979;
  vertical-align: bottom; }

i {
  font-style: normal; }

.relative {
  position: relative; }

.grey {
  background-color: #ececec; }
  @media (max-width: 640px) {
    .grey {
      background: transparent; } }

.media-left {
  float: left;
  margin: 0 1.25rem 1.25rem 0; }
  @media (max-width: 640px) {
    .media-left {
      float: none;
      display: block;
      margin: 0 0 1.25rem 0;
      padding: 0;
      text-align: center; } }
  @media (max-width: 640px) {
    .media-left img {
      display: inline-block; } }

.media-right {
  float: right;
  margin: 0 0 1.25rem 1.25rem; }
  @media (max-width: 640px) {
    .media-right {
      float: none;
      display: block;
      margin: 0 0 1.25rem 0;
      padding: 0;
      text-align: center; } }
  @media (max-width: 640px) {
    .media-right img {
      display: inline-block; } }

.media-legend span {
  display: block;
  padding-top: 0.625rem;
  font-size: 1rem;
  font-family: oswaldregular; }

.media-full {
  width: 100%;
  margin-bottom: 2.5rem; }

.panel {
  padding: 1.25rem;
  background-color: #ececec; }

.list-default li:before {
  content: "\2022";
  color: #e96b10;
  padding-right: 0.3125rem;
  font-size: 1.5rem; }

.list-group {
  color: #6361a9; }
  .list-group li:before {
    content: "\203A";
    padding-right: 0.3125rem;
    color: #797979; }

.list-document {
  color: #6361a9; }

.list-themes li {
  border-top: 1px solid #ececec; }
  .list-themes li:first-child {
    border: 0; }
.list-themes a {
  display: block;
  padding: 0.9375rem 0;
  font-size: 1rem; }

ol {
  list-style-position: outside; }
  ol li span {
    color: #797979; }

.social {
  position: fixed;
  right: 0;
  top: 19.0625rem;
  width: 3.125rem;
  height: 9.375rem;
  background-color: #f6f6f6;
  border-radius: 3px 0 0 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
  z-index: 100; }
  @media (max-width: 640px) {
    .social {
      position: static;
      float: right;
      margin-right: 1.875rem;
      width: auto;
      height: auto;
      background-color: transparent;
      border-radius: 0;
      box-shadow: none; } }
  .social ul {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 8.125rem; }
    .social ul span {
      position: absolute;
      top: -3000px;
      left: -3000px; }
    @media (max-width: 640px) {
      .social ul {
        display: block;
        height: auto; } }
  .social li {
    display: flex;
    justify-content: center; }
    @media (max-width: 640px) {
      .social li {
        display: inline-block;
        vertical-align: middle;
        padding: 0 0.625rem; } }
  .social a {
    display: inline-block;
    height: 1.5625rem;
    width: 1.875rem;
    color: #9b9b9b; }
    .social a:before {
      font-family: dgac-portail;
      font-size: 1.75rem; }

.add-favorite:before {
  content: "\E00D"; }

.add-mail:before {
  content: "\E00E"; }

.add-share:before {
  content: "\E013"; }

.pagination {
  display: flex;
  margin-bottom: 2.5rem;
  margin-top: 2.5rem;
  justify-content: center; }
  @media (max-width: 640px) {
    .pagination {
      flex-wrap: wrap;
      justify-content: inherit; } }
  @media (min-width: 768px) and (max-width: 980px) {
    .pagination {
      flex-wrap: wrap; } }
  .pagination li {
    font-family: oswaldregular;
    font-size: 1.25rem;
    margin: 0 0.125rem;
    padding: 0.3125rem 0.5rem; }
    .pagination li a {
      background-color: #f6f6f6;
      color: #797979; }
    .pagination li.active {
      background-color: #252525;
      color: #fff; }

button[data-toggle="dropdown"] {
  width: 100%;
  padding: 0.3125rem;
  border: 3px solid #6361a9;
  font-family: oswaldregular;
  color: #6361a9;
  text-align: left;
  background-color: #fff;
  cursor: pointer; }
  button[data-toggle="dropdown"] span {
    float: right; }

/*
.caret{
	&:after{
		content: "\E00C";
		font-family: $icon;
	}
}
*/
.dropdown-menu {
  width: 100%;
  background-color: #fff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); }

.tools {
  max-width: 61.25rem;
  margin: 2.5rem auto 0;
  position: relative;
  text-align: center; }

.more-result {
  display: inline-block;
  margin: 0 auto;
  padding: 0.625rem 1.25rem;
  background-color: #252525;
  color: #fff;
  font-family: oswaldregular;
  font-size: 1.375rem;
  text-transform: uppercase; }

.top {
  position: absolute;
  bottom: -1.25rem;
  right: 0;
  z-index: 3;
  width: 5.3125rem;
  height: 5.3125rem;
  background-color: #ececec;
  outline: 0; }
  @media (max-width: 640px) {
    .top {
      position: static;
      background-color: transparent; } }
  .top span {
    position: absolute;
    top: -3000px;
    left: -3000px; }
    @media (max-width: 640px) {
      .top span {
        position: static;
        color: #6361a9; } }
  .top:before {
    display: block;
    content: "\E017";
    font-family: dgac-portail;
    color: #9b9b9b;
    font-size: 1.875rem;
    line-height: 250%; }

.info {
  color: #e96b10;
  font-size: 0.875rem;
  font-family: oswaldregular; }
  .info em {
    font-style: normal; }

.tags {
  display: inline-block;
  background-color: #e96b10;
  padding: 0.4375rem;
  color: #fff;
  text-transform: uppercase;
  font-family: oswaldregular;
  line-height: 1;
  position: absolute;
  top: -1rem;
  left: 1.4375rem;
  z-index: 4; }
  @media (max-width: 640px) {
    .tags {
      position: static; } }

.hat {
  margin-bottom: 1.875rem;
  font-family: signikaregular; }
  @media (max-width: 640px) {
    .hat {
      font-size: 5vw; } }

.pager {
  display: flex; }
  .pager li {
    position: relative; }
  .pager a {
    display: inline-block; }
    .pager a:before {
      font-family: dgac-portail;
      font-size: 1.875rem;
      position: absolute;
      top: 0;
      line-height: 1; }
    @media (max-width: 640px) {
      .pager a:before {
        position: static;
        font-size: 12vw; } }
  @media (max-width: 640px) {
    .pager .before {
      padding-left: 0; } }
  .pager .before:before {
    content: "\E005";
    left: 0; }
    @media (max-width: 640px) {
      .pager .before:before {
        float: left;
        margin-right: 0.3125rem; } }
  .pager .after:before {
    content: "\E006";
    right: 0; }
    @media (max-width: 640px) {
      .pager .after:before {
        float: right;
        margin-left: 0.3125rem; } }

.arrow-left {
  font-family: dgac-portail;
  font-style: normal;
  font-size: 1.875rem;
  vertical-align: middle;
  cursor: pointer;
  color: #fff; }
  .arrow-left:before {
    content: "\E005"; }
  .arrow-left span {
    position: absolute;
    top: -3000px;
    left: -3000px; }

.arrow-right {
  font-family: dgac-portail;
  font-style: normal;
  font-size: 1.875rem;
  vertical-align: middle;
  cursor: pointer;
  color: #fff; }
  .arrow-right:after {
    content: "\E006"; }
  .arrow-right span {
    position: absolute;
    top: -3000px;
    left: -3000px; }

.month {
  width: 80%;
  display: inline-block;
  font-size: 1.375rem;
  text-transform: uppercase;
  vertical-align: middle;
  font-family: oswaldregular; }
  @media (max-width: 640px) {
    .month {
      width: 50%; } }
  .month a {
    color: #fff; }

.date-nav-wrapper {
  padding: 0;
  margin-top: 0;
  color: #fff;
  background: #a0ca80;
  text-align: center; }
  .date-nav-wrapper .date-nav {
    min-height: 0;
    margin-bottom: 0px;
    padding-bottom: 0; }
    .date-nav-wrapper .date-nav .date-heading h3 {
      width: 80%;
      display: inline-block;
      font-size: 1.375rem;
      text-transform: uppercase;
      vertical-align: middle;
      font-family: oswaldregular; }
      .date-nav-wrapper .date-nav .date-heading h3 a {
        color: #fff; }
  .date-nav-wrapper a {
    color: #fff; }

.node-article .content-list-archive, .node-annonce .content-list-archive, .media-info .content-list-archive, .node-evenement .content-list-archive, .field-name-field-descriptif-video .content-list-archive, .node-type-message .content-list-archive, .page-taxonomy-term .main-container > .row .vocabulary-rubriques .view-rubrique-articles .row .col-lg-12 .row .col-sm-8 .content-list-archive {
  flex: 0 1 auto; }
  .node-article .content-list-archive h1, .node-annonce .content-list-archive h1, .media-info .content-list-archive h1, .node-evenement .content-list-archive h1, .field-name-field-descriptif-video .content-list-archive h1, .node-type-message .content-list-archive h1, .page-taxonomy-term .main-container > .row .vocabulary-rubriques .view-rubrique-articles .row .col-lg-12 .row .col-sm-8 .content-list-archive h1 {
    font-family: oswaldregular;
    font-size: 1.5625rem;
    line-height: 1.3;
    margin-bottom: 1.25rem;
    color: #252525;
    text-transform: none; }
    .node-article .content-list-archive h1 a, .node-annonce .content-list-archive h1 a, .media-info .content-list-archive h1 a, .node-evenement .content-list-archive h1 a, .field-name-field-descriptif-video .content-list-archive h1 a, .node-type-message .content-list-archive h1 a, .page-taxonomy-term .main-container > .row .vocabulary-rubriques .view-rubrique-articles .row .col-lg-12 .row .col-sm-8 .content-list-archive h1 a {
      font-family: oswaldregular;
      font-size: 1.5625rem;
      color: #252525;
      text-transform: none; }
  .node-article .content-list-archive .info, .node-annonce .content-list-archive .info, .media-info .content-list-archive .info, .node-evenement .content-list-archive .info, .field-name-field-descriptif-video .content-list-archive .info, .node-type-message .content-list-archive .info, .page-taxonomy-term .main-container > .row .vocabulary-rubriques .view-rubrique-articles .row .col-lg-12 .row .col-sm-8 .content-list-archive .info {
    display: block;
    margin-bottom: 1.25rem; }
    .node-article .content-list-archive .info em, .node-annonce .content-list-archive .info em, .media-info .content-list-archive .info em, .node-evenement .content-list-archive .info em, .field-name-field-descriptif-video .content-list-archive .info em, .node-type-message .content-list-archive .info em, .page-taxonomy-term .main-container > .row .vocabulary-rubriques .view-rubrique-articles .row .col-lg-12 .row .col-sm-8 .content-list-archive .info em {
      color: #e96b10;
      font-style: normal; }
  .node-article .content-list-archive p, .node-annonce .content-list-archive p, .media-info .content-list-archive p, .node-evenement .content-list-archive p, .field-name-field-descriptif-video .content-list-archive p, .node-type-message .content-list-archive p, .page-taxonomy-term .main-container > .row .vocabulary-rubriques .view-rubrique-articles .row .col-lg-12 .row .col-sm-8 .content-list-archive p {
    font-size: 1rem;
    font-family: signikalight; }
  .node-article .content-list-archive .media-type:before, .node-annonce .content-list-archive .media-type:before, .media-info .content-list-archive .media-type:before, .node-evenement .content-list-archive .media-type:before, .field-name-field-descriptif-video .content-list-archive .media-type:before, .node-type-message .content-list-archive .media-type:before, .page-taxonomy-term .main-container > .row .vocabulary-rubriques .view-rubrique-articles .row .col-lg-12 .row .col-sm-8 .content-list-archive .media-type:before {
    font-family: dgac-portail;
    position: static;
    vertical-align: bottom;
    margin-right: 0.3125rem;
    font-size: 1rem; }

.margin-bottom-10 {
  margin-bottom: 0.625rem; }

.margin-bottom-20 {
  margin-bottom: 1.25rem; }

.margin-bottom-30 {
  margin-bottom: 1.875rem; }

.bordure img {
  border: 2px solid #ececec; }

/*.logo{
	width: rem(300);
	margin: 0 auto;
}*/
/* L'image bandeau du haut*/
.logo.navbar-btn {
  float: left; }
  .logo.navbar-btn > img.img-responsive {
    /*https://forge.sigp.aviation-civile.gouv.fr/issues/7632*/
    width: 100%; }

.menu-menu-superieur {
  float: right;
  padding-top: 55px; }
  @media (max-width: 640px) {
    .menu-menu-superieur {
      float: left;
      padding-top: 1.25rem; } }
  @media (min-width: 641px) and (max-width: 767px) {
    .menu-menu-superieur {
      float: left;
      padding-top: 1.25rem; } }
  .menu-menu-superieur > li {
    display: block;
    float: left;
    text-transform: uppercase;
    font-family: oswaldregular; }
    .menu-menu-superieur > li > a {
      color: #a0ca80;
      font-size: 16px;
      padding: 10px; }
      @media (max-width: 640px) {
        .menu-menu-superieur > li > a {
          font-size: 0.75rem; } }
    @media (max-width: 640px) {
      .menu-menu-superieur > li > a:first-child {
        padding-left: 5px; } }
    .menu-menu-superieur > li .dropdown-menu li a {
      color: #a0ca80;
      font-size: 16px;
      padding-left: 10px;
      padding-right: 10px; }
  .menu-menu-superieur > li::after {
    content: "|";
    color: #ececec; }
  .menu-menu-superieur > li.last::after {
    content: ""; }

#navigation-site {
  clear: both; }

.navbar {
  margin-bottom: 0px;
  border-left: 0px;
  border-right: 0px;
  width: 100%;
  max-width: 63.125rem;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px; }

.navbar-fixed-top {
  z-index: 999;
  position: relative;
  min-height: 30px; }

.navbar-default .container {
  margin-top: 50px;
  padding-left: 0px;
  padding-right: 0px; }
  .navbar-default .container .navbar-collapse {
    padding-left: 0px;
    padding-right: 0px; }
  @media (max-width: 640px) {
    .navbar-default .container {
      margin-top: 30px; } }

.dgac-navbar {
  margin: 2.5rem 0 3.125rem 0;
  justify-content: center; }
  @media (max-width: 640px) {
    .dgac-navbar {
      margin: 1.25rem 0; } }
  .dgac-navbar .col-sm-1, .dgac-navbar .col-sm-11, .dgac-navbar .col-sm-12 {
    padding-left: 0px;
    padding-right: 0px; }
    .dgac-navbar .col-sm-1 > ul, .dgac-navbar .col-sm-11 > ul, .dgac-navbar .col-sm-12 > ul {
      padding: 0px; }
  .dgac-navbar .col-sm-1 li.mega-dropdown {
    width: 100%; }
  .dgac-navbar .navbar-nav {
    max-width: 100%;
    float: none;
    display: flex;
    justify-content: left;
    position: relative; }
    @media (max-width: 640px) {
      .dgac-navbar .navbar-nav {
        display: block; } }
    @media (max-width: 640px) {
      .dgac-navbar .navbar-nav {
        display: block;
        z-index: 30;
        width: 100%;
        background-color: #fff; } }
    .dgac-navbar .navbar-nav li.mega-dropdown > a:hover {
      background-color: #ececec; }
    .dgac-navbar .navbar-nav li.mega-dropdown > a {
      width: 100%;
      color: #6361a9;
      font-size: 1.25rem;
      font-family: oswaldregular;
      text-transform: uppercase; }
      @media (max-width: 640px) {
        .dgac-navbar .navbar-nav li.mega-dropdown > a {
          padding-left: 0; } }
    .dgac-navbar .navbar-nav li.mega-dropdown > .dropdown-menu li a {
      padding-left: 0px; }
    .dgac-navbar .navbar-nav .loaded a {
      color: #9b9b9b; }

/* Mari 170620 suite à https://forge.sigp.aviation-civile.gouv.fr/issues/7243*/
.collapse.in .dgac-navbar ul.navbar-nav, .collapsing .dgac-navbar ul.navbar-nav {
  margin-left: 15px; }

/* Fin Mari 170620*/
.menu-principal {
  border: 0px solid #ccc;
  margin-bottom: 0px;
  min-height: 30px;
  position: relative;
  /*
  .navbar-nav{
	li{
		padding: rem(0);
		font-size: $s6;
		font-family: $font;
		text-transform: normal;
		&:hover{
			background-color: $six;
		}
		
	}
  }*/ }

@media (max-width: 640px) {
  .navbar-header {
    padding: 0.625rem 0;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec; }

  .navbar-toggle {
    cursor: pointer;
    color: #6361a9;
    display: table;
    float: right;
    margin-left: 0.9375rem; }

  .icon-bar {
    vertical-align: middle;
    display: table-cell;
    height: 2.5rem; }

  .sr-only {
    display: table-cell;
    vertical-align: middle;
    height: 2.5rem;
    padding-left: 0.625rem;
    font-size: 1.25rem; } }
.dropdown-menu {
  border: 0px; }

.mega-dropdown.dropdown {
  position: static; }

.mega-dropdown-menu {
  width: 61.25rem;
  padding: 0 0 1.25rem 0;
  top: 2.8125rem;
  background-color: #ececec; }
  .mega-dropdown-menu .views-exposed-form {
    padding: 0px 15px; }
    .mega-dropdown-menu .views-exposed-form button {
      border-radius: 0px;
      background-color: #6361a9;
      color: #fff; }
    .mega-dropdown-menu .views-exposed-form .views-widget-filter-search_api_views_fulltext {
      padding-right: 0px; }
      .mega-dropdown-menu .views-exposed-form .views-widget-filter-search_api_views_fulltext > div {
        width: 890px; }
        .mega-dropdown-menu .views-exposed-form .views-widget-filter-search_api_views_fulltext > div input {
          border-radius: 0px; }
  @media (max-width: 640px) {
    .mega-dropdown-menu {
      width: auto;
      box-shadow: none; } }
  @media (min-width: 768px) and (max-width: 980px) {
    .mega-dropdown-menu {
      width: auto; } }
  .mega-dropdown-menu > ul {
    display: flex;
    flex-wrap: wrap; }
    @media (max-width: 640px) {
      .mega-dropdown-menu > ul {
        display: block; } }
    .mega-dropdown-menu > ul li {
      text-transform: none;
      font-size: 0.875rem;
      font-family: signikaregular; }
      .mega-dropdown-menu > ul li a {
        color: #797979; }
  .mega-dropdown-menu .col-sm-3 {
    width: calc(100% / 4 - 1.25rem);
    margin: 0 0 0 1.25rem; }
    @media (max-width: 640px) {
      .mega-dropdown-menu .col-sm-3 {
        width: 100%;
        margin: 0 1.25rem 0 0; } }
    .mega-dropdown-menu .col-sm-3 > a {
      display: block;
      padding-top: 1.25rem;
      padding-bottom: 0.3125rem;
      border-bottom: 1px solid #9b9b9b;
      font-family: oswaldregular;
      text-transform: uppercase; }
    .mega-dropdown-menu .col-sm-3 li {
      padding: 0.3125rem 0; }
      .mega-dropdown-menu .col-sm-3 li a:hover {
        color: #6361a9; }
    .mega-dropdown-menu .col-sm-3 .active {
      position: relative;
      padding-right: 1.25rem; }
      .mega-dropdown-menu .col-sm-3 .active .open {
        display: inline-block;
        cursor: pointer; }
        .mega-dropdown-menu .col-sm-3 .active .open:after {
          content: "\E017";
          font-family: dgac-portail;
          position: absolute;
          right: 0rem;
          top: 0.625rem;
          transform: rotate(180deg);
          line-height: 0;
          height: 0.625rem; }
          @media (max-width: 640px) {
            .mega-dropdown-menu .col-sm-3 .active .open:after {
              right: 1.25rem; } }
        .mega-dropdown-menu .col-sm-3 .active .open.on:after {
          transform: rotate(0deg); }
  .mega-dropdown-menu .sub-menu {
    padding-right: 1.25rem;
    margin-top: -0.625rem;
    padding-top: 0.3125rem; }
    .mega-dropdown-menu .sub-menu ul {
      border-left: 1px solid #9b9b9b;
      margin-top: -1.25rem; }
      .mega-dropdown-menu .sub-menu ul li {
        padding: 0.3125rem 0.625rem; }
        .mega-dropdown-menu .sub-menu ul li:hover {
          background-color: #fff; }
    .mega-dropdown-menu .sub-menu.reduce {
      margin-top: 0; }
    .mega-dropdown-menu .sub-menu.reduced {
      height: 0; }

@support not(flex-wrap) {
  .mega-dropdown-menu > ul {
    display: block; }

  .mega-dropdown-menu ul > li {
    display: table-cell; } }
.footer-list {
  padding: 2.5rem 0;
  background-color: #ececec; }
  @media (min-width: 768px) and (max-width: 980px) {
    .footer-list {
      padding: 1.25rem; } }
  .footer-list .row {
    display: flex;
    width: 100%;
    max-width: 80rem;
    margin: 0 auto;
    justify-content: space-between; }
    @media (max-width: 640px) {
      .footer-list .row {
        display: block;
        margin-left: 1.25rem;
        width: auto; }
        .footer-list .row > div {
          margin-bottom: 0.625rem; } }
  .footer-list h1 {
    font-family: oswaldregular;
    text-transform: uppercase;
    font-size: 1.25rem;
    color: #6361a9; }
  .footer-list li {
    line-height: 2; }
    .footer-list li a {
      color: #252525; }

@media (max-width: 640px) {
  .footer {
    padding-right: 15px;
    padding-left: 15px; } }
.footer .region-footer {
  max-width: 80rem;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  padding: 1.875rem 0;
  width: 100%; }
  @media (min-width: 768px) and (max-width: 980px) {
    .footer .region-footer {
      display: block; } }
  @media (max-width: 640px) {
    .footer .region-footer {
      display: block; } }
  @media (max-width: 640px) {
    .footer .region-footer .nav > li > a {
      padding-left: 0;
      padding-right: 0; } }
  .footer .region-footer .logos {
    text-align: right; }
    @media (min-width: 768px) and (max-width: 980px) {
      .footer .region-footer .logos {
        text-align: center; } }
    @media (max-width: 640px) {
      .footer .region-footer .logos {
        text-align: center; } }
    .footer .region-footer .logos img {
      vertical-align: middle;
      margin-left: 1.875rem; }
      @media (min-width: 768px) and (max-width: 980px) {
        .footer .region-footer .logos img {
          display: inline-block;
          margin-left: 0; }
          .footer .region-footer .logos img + img {
            margin-left: 0.625rem; } }
      @media (max-width: 640px) {
        .footer .region-footer .logos img {
          display: inline-block;
          margin-left: 0; }
          .footer .region-footer .logos img + img {
            margin-left: 0.625rem; } }
  .footer .region-footer ul {
    display: flex;
    margin-bottom: 0.625rem;
    font-family: oswaldlight;
    font-size: 1.25rem; }
    @media (min-width: 768px) and (max-width: 980px) {
      .footer .region-footer ul {
        justify-content: center; } }
    @media (max-width: 640px) {
      .footer .region-footer ul {
        display: block; } }
  .footer .region-footer li {
    border-left: 1px solid #797979;
    padding: 0 0.3125rem;
    line-height: 1; }
    @media (max-width: 640px) {
      .footer .region-footer li {
        border: 0;
        line-height: 1.5;
        padding: 0; } }
    .footer .region-footer li:first-child {
      border: 0;
      padding-left: 0; }
    .footer .region-footer li a {
      color: #252525; }
  .footer .region-footer p {
    color: #797979;
    font-size: 0.875rem;
    font-family: signikalight; }
    .footer .region-footer p a {
      color: #797979; }

.page-accueil .main-container {
  max-width: 100%; }
  @media (max-width: 640px) {
    .page-accueil .main-container > .row {
      padding-right: 15px;
      padding-left: 15px; } }
.page-accueil .panneau-a-la-une {
  background: linear-gradient(to bottom, #ffffff 3.875rem, #ececec 3.875rem, #ececec 100%); }
  @media (max-width: 640px) {
    .page-accueil .panneau-a-la-une {
      background: none; } }
.page-accueil .pane-a-la-une > .pane-title, .page-accueil .pane-actualites-bv > .pane-title {
  padding-left: 0; }
.page-accueil .panneau-a-la-une .pane-content {
  padding-right: 15px;
  padding-left: 15px; }
.page-accueil .panneau-a-la-une .pane-title {
  margin-bottom: 1.25rem;
  padding-right: 15px;
  padding-left: 15px; }
.page-accueil .panneau-a-la-une .panel {
  margin-bottom: 0px;
  border: 0px;
  border-radius: 0px;
  box-shadow: 0; }
.page-accueil .panneau-a-la-une .row {
  margin-right: 0px;
  margin-left: 0px;
  padding-bottom: 0.3125rem;
  padding-top: 0; }
  @media (max-width: sm / 16em) {
    .page-accueil .panneau-a-la-une .row {
      padding-right: 0.625rem; } }
  .page-accueil .panneau-a-la-une .row .col-md-9 {
    margin-right: 0px;
    position: relative;
    padding-top: 20.625rem; }
    @media (max-width: 640px) {
      .page-accueil .panneau-a-la-une .row .col-md-9 {
        padding-top: 0;
        padding-left: 0;
        padding-right: 0; } }
    @media (max-width: 640px) {
      .page-accueil .panneau-a-la-une .row .col-md-9 .panel-body {
        padding-left: 0;
        padding-right: 0; } }
  @media (max-width: 640px) {
    .page-accueil .panneau-a-la-une .row .col-md-3 {
      padding-top: 0;
      padding-left: 0;
      padding-right: 0; } }
  @media (max-width: 640px) {
    .page-accueil .panneau-a-la-une .row .col-md-3 h2 {
      margin-left: 0;
      margin-bottom: 0.625rem;
      padding-top: 1.25rem; } }
  .page-accueil .panneau-a-la-une .row .page-header {
    padding: 0; }
    @media (max-width: 640px) {
      .page-accueil .panneau-a-la-une .row .page-header {
        margin-top: 0; } }
    @media (max-width: 640px) {
      .page-accueil .panneau-a-la-une .row .page-header h1 {
        font-size: 8vw;
        margin-bottom: 0.625rem;
        margin-top: 0.625rem;
        margin-left: 0; } }
    .page-accueil .panneau-a-la-une .row .page-header h1 a {
      color: #252525; }
    .page-accueil .panneau-a-la-une .row .page-header p {
      font-size: 1.25rem;
      font-family: signikalight; }
      @media (max-width: 640px) {
        .page-accueil .panneau-a-la-une .row .page-header p {
          font-size: 5vw; } }
      .page-accueil .panneau-a-la-une .row .page-header p a span {
        position: absolute;
        top: -3000px;
        left: -3000px; }
      .page-accueil .panneau-a-la-une .row .page-header p a:after {
        content: "\E00A";
        font-family: dgac-portail;
        vertical-align: middle;
        padding-left: 0.3125rem;
        color: #797979; }
.page-accueil .panneau-a-la-une .views-exposed-form {
  margin-bottom: 0px; }
  .page-accueil .panneau-a-la-une .views-exposed-form .views-exposed-widget {
    padding: 0px;
    width: 100%; }
.page-accueil .panneau-a-la-une .more-link {
  float: right;
  padding-bottom: 5px; }
.page-accueil .pane-a-la-une .view-a-la-une .titreVideoUne {
  font-family: oswaldregular;
  font-size: 1.5625rem;
  line-height: 1.3;
  margin-bottom: 1.25rem;
  margin-top: 1.25rem;
  color: #252525;
  text-transform: none; }
@media (max-width: 640px) {
  .page-accueil .aside-home {
    background-color: #fff; } }
.page-accueil .aside-home h2 {
  margin-left: 0.625rem; }
.page-accueil .aside-home .dropdown {
  margin-left: 0.625rem; }
.page-accueil .aside-home aside {
  margin-top: 0.3125rem;
  padding-top: 0; }
.page-accueil .news-home {
  margin-left: 0.625rem;
  padding: 0.9375rem 1.25rem;
  position: relative;
  border-bottom: 2px solid #ececec; }
  @media (max-width: 640px) {
    .page-accueil .news-home {
      padding: 0.9375rem 0;
      margin-left: 0; } }
  .page-accueil .news-home.active, .page-accueil .news-home:hover {
    background-color: #fff;
    border-color: transparent; }
    @media (max-width: 640px) {
      .page-accueil .news-home.active, .page-accueil .news-home:hover {
        border-color: #ececec; } }
    .page-accueil .news-home.active:before, .page-accueil .news-home:hover:before {
      content: "";
      position: absolute;
      left: -0.625rem;
      top: calc(50% - 24px / 2);
      height: 0;
      width: 0;
      border-bottom: 12px solid transparent;
      border-right: 12px solid #fff;
      border-top: 12px solid transparent; }
  .page-accueil .news-home a {
    font-size: 1rem;
    font-family: signikalight;
    color: #252525; }
    @media (max-width: 640px) {
      .page-accueil .news-home a {
        font-size: 5vw; } }
  .page-accueil .news-home div.link-tag {
    color: #e96b10; }
    .page-accueil .news-home div.link-tag:after {
      content: " ";
      padding: 0 0.3125rem; }
.page-accueil .carousel-inner .active .row {
  display: flex;
  justify-content: space-between; }
  @media (max-width: 640px) {
    .page-accueil .carousel-inner .active .row {
      display: block; } }
.page-accueil .pane-campagne {
  margin-bottom: 0;
  min-height: 30rem; }
  @media (max-width: 640px) {
    .page-accueil .pane-campagne {
      padding-bottom: 1.875rem; } }
  .page-accueil .pane-campagne .img-header {
    z-index: -1; }
  .page-accueil .pane-campagne .row {
    display: flex;
    justify-content: space-between; }
    @media (max-width: 640px) {
      .page-accueil .pane-campagne .row {
        display: block; } }
.page-accueil .pane-campagne-en-image, .page-accueil .pane-en-ce-moment {
  margin-bottom: 1.25rem; }
  .page-accueil .pane-campagne-en-image .bootstrap-twocol-stacked .col-lg-12, .page-accueil .pane-en-ce-moment .bootstrap-twocol-stacked .col-lg-12 {
    padding-left: 0px;
    padding-right: 0px; }
  .page-accueil .pane-campagne-en-image .pane-actualites-bv, .page-accueil .pane-en-ce-moment .pane-actualites-bv {
    margin-top: 1.25rem; }
    @media (max-width: 640px) {
      .page-accueil .pane-campagne-en-image .pane-actualites-bv, .page-accueil .pane-en-ce-moment .pane-actualites-bv {
        margin-top: 0px; } }
  .page-accueil .pane-campagne-en-image .pane-a-la-une, .page-accueil .pane-en-ce-moment .pane-a-la-une {
    margin-top: 3.125rem; }
    @media (max-width: 640px) {
      .page-accueil .pane-campagne-en-image .pane-a-la-une, .page-accueil .pane-en-ce-moment .pane-a-la-une {
        margin-top: 3.125rem;
        padding-top: 0.625rem; } }
.page-accueil .pane-campagne span {
  position: absolute;
  top: -3000px;
  left: -3000px; }
.page-accueil .pane-campagne:hover:before, .page-accueil .pane-campagne:hover:after, .page-accueil .pane-campagne:focus:before, .page-accueil .pane-campagne:focus:after {
  color: rgba(255, 255, 255, 0.5) !important; }
.page-accueil .pane-campagne.left {
  top: 3.125rem;
  left: -0.625rem; }
  .page-accueil .pane-campagne.left:before {
    display: block;
    content: "\E017";
    font-family: dgac-portail;
    color: #fff;
    font-size: 3.125rem;
    transform: rotate(-90deg); }
.page-accueil .pane-campagne.right {
  top: 3.125rem;
  right: -0.625rem; }
  .page-accueil .pane-campagne.right:after {
    display: block;
    content: "\E017";
    font-family: dgac-portail;
    color: #fff;
    font-size: 3.125rem;
    transform: rotate(90deg); }
.page-accueil .carousel-indicators {
  right: 50%;
  top: auto;
  bottom: -10px;
  margin-right: -19px; }
  @media (min-width: 768px) and (max-width: 980px) {
    .page-accueil .carousel-indicators {
      bottom: -60px; } }
  @media (max-width: 640px) {
    .page-accueil .carousel-indicators {
      bottom: -30px; } }
  .page-accueil .carousel-indicators li {
    width: 1rem;
    height: 1rem;
    border-color: #9b9b9b; }
  .page-accueil .carousel-indicators .active {
    background-color: #e96b10;
    border-color: #e96b10; }
@media (max-width: 640px) {
  .page-accueil .ligne-nouveautes {
    background: none;
    padding-top: 1.25rem; } }
.page-accueil .ligne-nouveautes .pane-content {
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 768px) and (max-width: 980px) {
    .page-accueil .ligne-nouveautes .pane-content {
      width: auto; } }
  @media (max-width: 640px) {
    .page-accueil .ligne-nouveautes .pane-content {
      display: block;
      width: auto; } }
.page-accueil .ligne-nouveautes .view-content .views-bootstrap-grid-plugin-style .row {
  padding-left: 0px;
  padding-right: 0px; }
.page-accueil .ligne-nouveautes .pane-title {
  margin-bottom: 1.25rem; }
  @media (min-width: 768px) and (max-width: 980px) {
    .page-accueil .ligne-nouveautes .pane-title {
      width: auto; } }
  @media (max-width: 640px) {
    .page-accueil .ligne-nouveautes .pane-title {
      display: block;
      width: auto;
      padding-left: 15px;
      padding-right: 15px; } }
.page-accueil .ligne-nouveautes .col-lg-3 {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media (max-width: 640px) {
    .page-accueil .ligne-nouveautes .col-lg-3 {
      display: block; } }
  .page-accueil .ligne-nouveautes .col-lg-3 > .group-div {
    flex: 1 0 32.44755%;
    display: block;
    padding: 1.25rem;
    height: 12.5rem;
    background-color: #fff;
    margin-left: 1px;
    margin-bottom: 1px; }
    @media (min-width: 768px) and (max-width: 980px) {
      .page-accueil .ligne-nouveautes .col-lg-3 > .group-div {
        flex: 1 0 50%; } }
    @media (max-width: 640px) {
      .page-accueil .ligne-nouveautes .col-lg-3 > .group-div {
        padding-left: 0;
        padding-right: 0;
        padding-top: 0.625rem;
        padding-bottom: 0.625rem;
        height: 6.25rem;
        border-bottom: 1px solid #ececec; } }
  .page-accueil .ligne-nouveautes .col-lg-3 h2 {
    font-family: oswaldregular;
    color: #e96b10;
    font-size: 1rem;
    margin-bottom: 0.625rem; }
  .page-accueil .ligne-nouveautes .col-lg-3 p {
    font-family: signikalight;
    font-size: 1rem;
    display: flex; }
    @media (max-width: 640px) {
      .page-accueil .ligne-nouveautes .col-lg-3 p {
        font-size: 5vw; } }
    .page-accueil .ligne-nouveautes .col-lg-3 p:before {
      font-family: dgac-portail;
      font-size: 1.5625rem;
      content: "\E00F";
      color: #a0ca80;
      margin-right: 0.625rem; }
  .page-accueil .ligne-nouveautes .col-lg-3 i {
    font-style: normal;
    display: inline-block;
    margin-right: 0.625rem; }
    .page-accueil .ligne-nouveautes .col-lg-3 i:before {
      font-family: dgac-portail;
      font-size: 1.5625rem; }
  .page-accueil .ligne-nouveautes .col-lg-3 span {
    color: #9b9b9b;
    font-style: italic;
    font-family: signikalight;
    display: block;
    margin-left: 1.5625rem; }
.page-accueil .ligne-nouveautes .more-link {
  margin-top: 0.625rem;
  float: right; }
.page-accueil .doc:before {
  content: "\E00F";
  color: #a0ca80; }
.page-accueil .doc-edit:before {
  content: "\E010";
  color: #a0ca80; }
@media (max-width: 640px) {
  .page-accueil .pane-evenements {
    padding-top: 0.625rem; } }
.page-accueil .pane-evenements > .pane-content {
  padding-right: 15px; }
  @media (min-width: 768px) and (max-width: 980px) {
    .page-accueil .pane-evenements > .pane-content {
      width: auto; } }
  @media (max-width: 640px) {
    .page-accueil .pane-evenements > .pane-content {
      display: block;
      width: auto; } }
  .page-accueil .pane-evenements > .pane-content .row {
    display: flex;
    justify-content: space-between;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px; }
    @media (min-width: 768px) and (max-width: 980px) {
      .page-accueil .pane-evenements > .pane-content .row {
        width: auto; } }
    @media (max-width: 640px) {
      .page-accueil .pane-evenements > .pane-content .row {
        display: block;
        width: auto; } }
    .page-accueil .pane-evenements > .pane-content .row .pager {
      margin: 0; }
    .page-accueil .pane-evenements > .pane-content .row i {
      font-family: dgac-portail;
      font-style: normal;
      font-size: 1.875rem;
      vertical-align: middle;
      cursor: pointer;
      color: #fff; }
      .page-accueil .pane-evenements > .pane-content .row i span {
        position: absolute;
        top: -3000px;
        left: -3000px; }
    .page-accueil .pane-evenements > .pane-content .row table.mini th {
      color: #fff;
      font-weight: normal;
      font-family: oswaldregular; }
    .page-accueil .pane-evenements > .pane-content .row table.mini td {
      font-family: oswaldlight;
      font-size: 1rem;
      padding: 0.9375rem 0.3125rem;
      text-align: center;
      color: #252525; }
      .page-accueil .pane-evenements > .pane-content .row table.mini td .mini-day-off, .page-accueil .pane-evenements > .pane-content .row table.mini td .mini-day-on, .page-accueil .pane-evenements > .pane-content .row table.mini td .calendar-empty {
        font-family: oswaldlight;
        font-size: 1rem;
        text-align: center; }
    .page-accueil .pane-evenements > .pane-content .row table.mini td.today {
      background-color: #e96b10;
      color: #fff;
      font-weight: bold; }
    .page-accueil .pane-evenements > .pane-content .row table.mini tr, .page-accueil .pane-evenements > .pane-content .row table.mini td.empty, .page-accueil .pane-evenements > .pane-content .row table.mini table.mini, .page-accueil .pane-evenements > .pane-content .row table.mini th.days {
      background-color: #a0ca80;
      color: #fff;
      border: none; }
    .page-accueil .pane-evenements > .pane-content .row table.mini .calendar-empty {
      font-size: inherit;
      line-height: 0px; }
    .page-accueil .pane-evenements > .pane-content .row .muted {
      color: #ececec; }
    .page-accueil .pane-evenements > .pane-content .row .has-events {
      background-color: #d0e5c0; }
      .page-accueil .pane-evenements > .pane-content .row .has-events a {
        color: #252525;
        text-decoration: none; }
    .page-accueil .pane-evenements > .pane-content .row .col-lg-3 {
      background-color: #a0ca80;
      flex: 1 0 auto;
      padding: 1.875rem; }
      @media (min-width: 768px) and (max-width: 980px) {
        .page-accueil .pane-evenements > .pane-content .row .col-lg-3 {
          flex: 0 1 auto;
          width: 40%; } }
      @media (max-width: 640px) {
        .page-accueil .pane-evenements > .pane-content .row .col-lg-3 {
          display: none; } }
    .page-accueil .pane-evenements > .pane-content .row .col-lg-9 {
      flex: 0 1 40rem;
      margin-left: 1.875rem;
      margin-right: 0;
      padding-left: 0px;
      padding-right: 0px; }
      @media (min-width: 768px) and (max-width: 980px) {
        .page-accueil .pane-evenements > .pane-content .row .col-lg-9 {
          flex: 0 1 auto;
          width: 60%; } }
      @media (max-width: 640px) {
        .page-accueil .pane-evenements > .pane-content .row .col-lg-9 {
          margin-left: 0; } }
      .page-accueil .pane-evenements > .pane-content .row .col-lg-9 h2 {
        font-size: 1.875rem;
        font-family: oswaldregular;
        color: #e96b10;
        line-height: 1;
        margin-bottom: 1.875rem; }
        @media (max-width: 640px) {
          .page-accueil .pane-evenements > .pane-content .row .col-lg-9 h2 {
            margin-left: 1.25rem; } }
      .page-accueil .pane-evenements > .pane-content .row .col-lg-9 .item-list ul li {
        padding: 0.625rem 0;
        background-color: #ececec;
        margin-bottom: 0.4375rem; }
        .page-accueil .pane-evenements > .pane-content .row .col-lg-9 .item-list ul li a {
          display: flex;
          justify-content: space-between;
          color: #252525;
          text-decoration: none; }
          .page-accueil .pane-evenements > .pane-content .row .col-lg-9 .item-list ul li a:hover {
            opacity: 0.5; }
        .page-accueil .pane-evenements > .pane-content .row .col-lg-9 .item-list ul li .date-display-range {
          line-height: 23px; }
        .page-accueil .pane-evenements > .pane-content .row .col-lg-9 .item-list ul li span {
          flex: 0 1 auto;
          width: 8.125rem;
          border-right: 2px solid #ececec;
          font-family: oswaldregular;
          font-size: 1.25rem;
          color: #e96b10;
          align-self: center;
          text-align: center;
          padding-left: 5px; }
          @media (max-width: 640px) {
            .page-accueil .pane-evenements > .pane-content .row .col-lg-9 .item-list ul li span {
              width: 30%;
              font-size: 1rem; } }
        .page-accueil .pane-evenements > .pane-content .row .col-lg-9 .item-list ul li p {
          width: 100%;
          align-self: center;
          padding: 0.625rem 1.5625rem;
          font-family: signikalight;
          font-size: 1rem; }
          @media (max-width: 640px) {
            .page-accueil .pane-evenements > .pane-content .row .col-lg-9 .item-list ul li p {
              border-left: 3px solid #9b9b9b;
              width: 70%; } }
      .page-accueil .pane-evenements > .pane-content .row .col-lg-9 .more-link {
        float: right; }
.page-accueil .pane-evenements .pane-title {
  margin-bottom: 1.25rem; }
  @media (min-width: 768px) and (max-width: 980px) {
    .page-accueil .pane-evenements .pane-title {
      width: auto; } }
  @media (max-width: 640px) {
    .page-accueil .pane-evenements .pane-title {
      display: block;
      width: auto;
      padding-left: 15px;
      padding-right: 15px; } }
.page-accueil .pane-campagne-en-image > .pane-content, .page-accueil .pane-en-ce-moment > .pane-content {
  padding-right: 15px;
  padding-left: 15px; }
  @media (max-width: 640px) {
    .page-accueil .pane-campagne-en-image > .pane-content, .page-accueil .pane-en-ce-moment > .pane-content {
      display: block;
      width: auto; } }
  .page-accueil .pane-campagne-en-image > .pane-content .row, .page-accueil .pane-en-ce-moment > .pane-content .row {
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0;
    padding-right: 0; }
    .page-accueil .pane-campagne-en-image > .pane-content .row .col-lg-4, .page-accueil .pane-en-ce-moment > .pane-content .row .col-lg-4 {
      padding: 0; }
      @media (max-width: 640px) {
        .page-accueil .pane-campagne-en-image > .pane-content .row .col-lg-4, .page-accueil .pane-en-ce-moment > .pane-content .row .col-lg-4 {
          display: block; } }
      @media (max-width: 640px) {
        .page-accueil .pane-campagne-en-image > .pane-content .row .col-lg-4 .page-header h2 a, .page-accueil .pane-en-ce-moment > .pane-content .row .col-lg-4 .page-header h2 a {
          font-size: 5vw; } }
    .page-accueil .pane-campagne-en-image > .pane-content .row .col-lg-8, .page-accueil .pane-en-ce-moment > .pane-content .row .col-lg-8 {
      padding: 0; }
      @media (max-width: 640px) {
        .page-accueil .pane-campagne-en-image > .pane-content .row .col-lg-8, .page-accueil .pane-en-ce-moment > .pane-content .row .col-lg-8 {
          display: block; } }
.page-accueil .pane-campagne-en-image .pane-title, .page-accueil .pane-en-ce-moment .pane-title {
  margin-bottom: 1.25rem; }

/*Mari 170620 suite à https://forge.sigp.aviation-civile.gouv.fr/issues/7243*/
.page-taxonomy-term .s-home2 {
  padding-left: 15px; }

/*Fin Mari 170620*/
.page-actualites .s-home2, .page-nouveautes .s-home2, .page-agenda .s-home2 {
  padding-left: 0;
  padding-right: 0; }

.panneau-noeud > .pane-content {
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 768px) and (max-width: 980px) {
    .panneau-noeud > .pane-content {
      width: auto; } }
  @media (max-width: 640px) {
    .panneau-noeud > .pane-content {
      display: block;
      width: auto; } }
.panneau-noeud .s-home2 {
  padding-left: 0;
  padding-right: 0; }
.panneau-noeud .node-page > .row {
  margin-left: 0px;
  margin-right: 0px; }
  .panneau-noeud .node-page > .row > .col-sm-12 {
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
    margin-bottom: 3.125rem;
    padding-left: 0;
    padding-right: 0px; }
    .panneau-noeud .node-page > .row > .col-sm-12 .img-header {
      position: relative; }
    @media (max-width: 640px) {
      .panneau-noeud .node-page > .row > .col-sm-12 {
        padding: 0 0.625rem; } }
    .panneau-noeud .node-page > .row > .col-sm-12 .row {
      margin-left: 0px;
      margin-right: 0px; }
    .panneau-noeud .node-page > .row > .col-sm-12 .page-header {
      position: relative;
      background-color: #fff;
      padding: 1.875rem 1.25rem 1.875rem 0;
      border-bottom: 0px;
      margin: 0px; }
    .panneau-noeud .node-page > .row > .col-sm-12 h1, .panneau-noeud .node-page > .row > .col-sm-12 h2, .panneau-noeud .node-page > .row > .col-sm-12 h3, .panneau-noeud .node-page > .row > .col-sm-12 h4, .panneau-noeud .node-page > .row > .col-sm-12 h5, .panneau-noeud .node-page > .row > .col-sm-12 h6 {
      clear: both; }
    .panneau-noeud .node-page > .row > .col-sm-12 h1 {
      font-size: 1.5625rem;
      font-family: oswaldregular;
      color: #e96b10;
      margin-bottom: 1.5625rem; }
    .panneau-noeud .node-page > .row > .col-sm-12 h2 {
      font-size: 1.375rem;
      margin-bottom: 0.9375rem; }
    .panneau-noeud .node-page > .row > .col-sm-12 h3 {
      font-size: 1.25rem;
      margin-bottom: 0.9375rem; }
    .panneau-noeud .node-page > .row > .col-sm-12 h4 {
      font-size: 1.25rem;
      margin-bottom: 0.9375rem; }
    .panneau-noeud .node-page > .row > .col-sm-12 h5 {
      font-size: 1.25rem;
      margin-bottom: 0.9375rem; }
    .panneau-noeud .node-page > .row > .col-sm-12 h6 {
      font-size: 1.25rem;
      margin-bottom: 0.9375rem; }
    .panneau-noeud .node-page > .row > .col-sm-12 .field-name-body p {
      font-size: 1.25rem;
      font-family: signikalight !important;
      margin-bottom: 1.25rem;
      line-height: 1.5; }
    .panneau-noeud .node-page > .row > .col-sm-12 .field-name-body p.bloc-italique {
      padding: 10px 20px;
      margin: 0 0 20px;
      border-top: 3px solid #eee;
      border-bottom: 3px solid #eee;
      font-style: none; }
    .panneau-noeud .node-page > .row > .col-sm-12 .field-name-body div.bloc-separateur {
      clear: both;
      width: 100%; }
    .panneau-noeud .node-page > .row > .col-sm-12 .field-name-body blockquote {
      padding: 10px 20px;
      margin: 0 0 20px;
      font-size: 17.5px;
      border-left: 5px solid #ececec; }
    .panneau-noeud .node-page > .row > .col-sm-12 .field-name-body ul {
      padding-left: 0.8125rem;
      margin-top: 1.25rem;
      list-style-type: disc;
      list-style-position: outside; }
      .panneau-noeud .node-page > .row > .col-sm-12 .field-name-body ul li {
        text-indent: -.7em; }
        .panneau-noeud .node-page > .row > .col-sm-12 .field-name-body ul li:before {
          content: "\2022";
          color: #e96b10;
          padding-right: 0.3125rem;
          font-size: 1.5rem; }
    .panneau-noeud .node-page > .row > .col-sm-12 .field-name-body ol {
      list-style: none;
      counter-reset: li;
      padding-left: 1.25rem; }
      .panneau-noeud .node-page > .row > .col-sm-12 .field-name-body ol li::before {
        content: counter(li) ". ";
        color: #e96b10;
        display: inline-block;
        width: 1em;
        margin-left: -1em; }
      .panneau-noeud .node-page > .row > .col-sm-12 .field-name-body ol li {
        counter-increment: li; }
    .panneau-noeud .node-page > .row > .col-sm-12 .field-name-body .toc {
      padding: 1.25rem;
      margin-bottom: 1.875rem; }
      .panneau-noeud .node-page > .row > .col-sm-12 .field-name-body .toc .toc-level-1 ul {
        margin-top: 0.625rem; }

.list-default, .list-group, .list-document, ol, .panneau-noeud .node-page > .row > .col-sm-12 .field-name-body ul, .node-article aside ul, .node-annonce aside ul, .media-info aside ul, .node-evenement aside ul, .field-name-field-descriptif-video aside ul, .node-type-message aside ul, .node-article .field-name-body ul, .node-article .field-name-field-question-reponse ul, .node-article .field-name-field-descriptif-video ul, .node-annonce .field-name-body ul, .node-annonce .field-name-field-question-reponse ul, .node-annonce .field-name-field-descriptif-video ul, .media-info .field-name-body ul, .media-info .field-name-field-question-reponse ul, .media-info .field-name-field-descriptif-video ul, .node-evenement .field-name-body ul, .node-evenement .field-name-field-question-reponse ul, .node-evenement .field-name-field-descriptif-video ul, .field-name-field-descriptif-video .field-name-body ul, .field-name-field-descriptif-video .field-name-field-question-reponse ul, .field-name-field-descriptif-video .field-name-field-descriptif-video ul, .node-type-message .field-name-body ul, .node-type-message .field-name-field-question-reponse ul, .node-type-message .field-name-field-descriptif-video ul, aside ul, .page-node .node-page > .row > .col-sm-12 .field-name-body ul, .node-book .col-sm-9 .field-name-body ul, .node-type-book .col-lg-9 .field-name-body ul, .cke_editable ul, .node-type-groupe .bootstrap-threecol-stacked .row .right .pane-content, .og-context-node .bootstrap-threecol-stacked .row .right .pane-content, #comments .comment .field-name-comment-body ul, .application .bootstrap-threecol-stacked .middle .field-name-body ul, .application .bootstrap-threecol-stacked .middle .views-field-body ul {
  font-size: 1.25rem;
  color: #797979;
  font-family: signikalight;
  margin-bottom: 1.25rem;
  list-style-position: outside; }

.list-default li, .list-group li, .list-document li, ol li, .panneau-noeud .node-page > .row > .col-sm-12 .field-name-body ul li, .node-article aside ul li.leaf, .node-annonce aside ul li.leaf, .media-info aside ul li.leaf, .node-evenement aside ul li.leaf, .field-name-field-descriptif-video aside ul li.leaf, .node-type-message aside ul li.leaf, .node-article .field-name-body ul li, .node-article .field-name-field-question-reponse ul li, .node-article .field-name-field-descriptif-video ul li, .node-annonce .field-name-body ul li, .node-annonce .field-name-field-question-reponse ul li, .node-annonce .field-name-field-descriptif-video ul li, .media-info .field-name-body ul li, .media-info .field-name-field-question-reponse ul li, .media-info .field-name-field-descriptif-video ul li, .node-evenement .field-name-body ul li, .node-evenement .field-name-field-question-reponse ul li, .node-evenement .field-name-field-descriptif-video ul li, .field-name-field-descriptif-video .field-name-body ul li, .field-name-field-descriptif-video .field-name-field-question-reponse ul li, .field-name-field-descriptif-video .field-name-field-descriptif-video ul li, .node-type-message .field-name-body ul li, .node-type-message .field-name-field-question-reponse ul li, .node-type-message .field-name-field-descriptif-video ul li, aside ul li.leaf, .page-node .node-page > .row > .col-sm-12 .field-name-body ul li, .node-book .col-sm-9 .field-name-body ul li, .node-book .col-sm-3 ul.menu > li, .node-type-book .col-lg-9 .field-name-body ul li, .cke_editable ul li, .node-type-groupe .bootstrap-threecol-stacked .row .right .pane-content ul li.leaf, .og-context-node .bootstrap-threecol-stacked .row .right .pane-content ul li.leaf, #comments .comment .field-name-comment-body ul li, .application .bootstrap-threecol-stacked .middle .field-name-body ul li, .application .bootstrap-threecol-stacked .middle .views-field-body ul li {
  margin-bottom: 0.3125rem;
  line-height: 1.5; }

@media (max-width: 640px) {
  .node-article .col-sm-12, .node-annonce .col-sm-12, .media-info .col-sm-12, .node-evenement .col-sm-12, .field-name-field-descriptif-video .col-sm-12, .node-type-message .col-sm-12 {
    padding-left: 0px !important;
    padding-right: 0px !important; } }
.node-article .content-list-archive, .node-annonce .content-list-archive, .media-info .content-list-archive, .node-evenement .content-list-archive, .field-name-field-descriptif-video .content-list-archive, .node-type-message .content-list-archive {
  float: left;
  max-width: 65%; }
  @media (min-width: 768px) and (max-width: 980px) {
    .node-article .content-list-archive, .node-annonce .content-list-archive, .media-info .content-list-archive, .node-evenement .content-list-archive, .field-name-field-descriptif-video .content-list-archive, .node-type-message .content-list-archive {
      max-width: 55%; } }
  @media (min-width: 641px) and (max-width: 767px) {
    .node-article .content-list-archive, .node-annonce .content-list-archive, .media-info .content-list-archive, .node-evenement .content-list-archive, .field-name-field-descriptif-video .content-list-archive, .node-type-message .content-list-archive {
      max-width: 45%; } }
  @media (max-width: 640px) {
    .node-article .content-list-archive, .node-annonce .content-list-archive, .media-info .content-list-archive, .node-evenement .content-list-archive, .field-name-field-descriptif-video .content-list-archive, .node-type-message .content-list-archive {
      max-width: 100%; } }
.node-article .list-images, .node-annonce .list-images, .media-info .list-images, .node-evenement .list-images, .field-name-field-descriptif-video .list-images, .node-type-message .list-images {
  float: right; }
  @media (max-width: 640px) {
    .node-article .list-images, .node-annonce .list-images, .media-info .list-images, .node-evenement .list-images, .field-name-field-descriptif-video .list-images, .node-type-message .list-images {
      float: left; } }
@media (min-width: 768px) and (max-width: 980px) {
  .node-article, .node-annonce, .media-info, .node-evenement, .field-name-field-descriptif-video, .node-type-message {
    padding: 0 0.625rem; } }
.node-article .row, .node-annonce .row, .media-info .row, .node-evenement .row, .field-name-field-descriptif-video .row, .node-type-message .row {
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 1.25rem; }
.node-article table caption, .node-annonce table caption, .media-info table caption, .node-evenement table caption, .field-name-field-descriptif-video table caption, .node-type-message table caption {
  font-size: 1.5625rem;
  font-family: oswaldregular;
  color: #e96b10;
  margin-bottom: 1.5625rem; }
.node-article.row, .node-annonce.row, .media-info.row, .node-evenement.row, .field-name-field-descriptif-video.row, .node-type-message.row {
  display: flex; }
  @media (max-width: 640px) {
    .node-article.row, .node-annonce.row, .media-info.row, .node-evenement.row, .field-name-field-descriptif-video.row, .node-type-message.row {
      display: block; } }
  .node-article.row article, .node-annonce.row article, .media-info.row article, .node-evenement.row article, .field-name-field-descriptif-video.row article, .node-type-message.row article {
    position: relative;
    padding-top: 20.625rem; }
    @media (max-width: 640px) {
      .node-article.row article, .node-annonce.row article, .media-info.row article, .node-evenement.row article, .field-name-field-descriptif-video.row article, .node-type-message.row article {
        padding-top: 0; } }
  .node-article.row .aside.col-md-3, .node-annonce.row .aside.col-md-3, .media-info.row .aside.col-md-3, .node-evenement.row .aside.col-md-3, .field-name-field-descriptif-video.row .aside.col-md-3, .node-type-message.row .aside.col-md-3 {
    margin-top: 4.375rem; }
.node-article .col-sm-8, .node-annonce .col-sm-8, .media-info .col-sm-8, .node-evenement .col-sm-8, .field-name-field-descriptif-video .col-sm-8, .node-type-message .col-sm-8 {
  padding-left: 0;
  padding-right: 0px; }
.node-article .col-sm-4, .node-annonce .col-sm-4, .media-info .col-sm-4, .node-evenement .col-sm-4, .field-name-field-descriptif-video .col-sm-4, .node-type-message .col-sm-4 {
  padding-right: 0px; }
  .node-article .col-sm-4 .list-images, .node-annonce .col-sm-4 .list-images, .media-info .col-sm-4 .list-images, .node-evenement .col-sm-4 .list-images, .field-name-field-descriptif-video .col-sm-4 .list-images, .node-type-message .col-sm-4 .list-images {
    float: right; }
    @media (max-width: 640px) {
      .node-article .col-sm-4 .list-images, .node-annonce .col-sm-4 .list-images, .media-info .col-sm-4 .list-images, .node-evenement .col-sm-4 .list-images, .field-name-field-descriptif-video .col-sm-4 .list-images, .node-type-message .col-sm-4 .list-images {
        float: left; } }
.node-article .col-sm-9, .node-annonce .col-sm-9, .media-info .col-sm-9, .node-evenement .col-sm-9, .field-name-field-descriptif-video .col-sm-9, .node-type-message .col-sm-9 {
  position: relative;
  margin-bottom: 3.125rem;
  padding-left: 0;
  padding-right: 0px; }
  .node-article .col-sm-9 .img-header, .node-annonce .col-sm-9 .img-header, .media-info .col-sm-9 .img-header, .node-evenement .col-sm-9 .img-header, .field-name-field-descriptif-video .col-sm-9 .img-header, .node-type-message .col-sm-9 .img-header {
    position: relative; }
  @media (max-width: 640px) {
    .node-article .col-sm-9, .node-annonce .col-sm-9, .media-info .col-sm-9, .node-evenement .col-sm-9, .field-name-field-descriptif-video .col-sm-9, .node-type-message .col-sm-9 {
      padding: 0; } }
  .node-article .col-sm-9 .row, .node-annonce .col-sm-9 .row, .media-info .col-sm-9 .row, .node-evenement .col-sm-9 .row, .field-name-field-descriptif-video .col-sm-9 .row, .node-type-message .col-sm-9 .row {
    margin-left: 0px;
    margin-right: 0px; }
  .node-article .col-sm-9 .field-collection-item-field-question-reponse .row .col-sm-12, .node-annonce .col-sm-9 .field-collection-item-field-question-reponse .row .col-sm-12, .media-info .col-sm-9 .field-collection-item-field-question-reponse .row .col-sm-12, .node-evenement .col-sm-9 .field-collection-item-field-question-reponse .row .col-sm-12, .field-name-field-descriptif-video .col-sm-9 .field-collection-item-field-question-reponse .row .col-sm-12, .node-type-message .col-sm-9 .field-collection-item-field-question-reponse .row .col-sm-12 {
    padding-left: 0px;
    padding-right: 0px;
    /* Supprimé suite à https://forge.sigp.aviation-civile.gouv.fr/issues/11591#note-3
    h2{
    	margin-top:10px;
    	margin-bottom:10px;
    }*/ }
@media (max-width: 640px) {
  .node-article .col-sm-3, .node-article .col-sm-4, .node-annonce .col-sm-3, .node-annonce .col-sm-4, .media-info .col-sm-3, .media-info .col-sm-4, .node-evenement .col-sm-3, .node-evenement .col-sm-4, .field-name-field-descriptif-video .col-sm-3, .field-name-field-descriptif-video .col-sm-4, .node-type-message .col-sm-3, .node-type-message .col-sm-4 {
    padding: 0; } }
@media (min-width: 641px) and (max-width: 767px) {
  .node-article .col-sm-3, .node-article .col-sm-4, .node-annonce .col-sm-3, .node-annonce .col-sm-4, .media-info .col-sm-3, .media-info .col-sm-4, .node-evenement .col-sm-3, .node-evenement .col-sm-4, .field-name-field-descriptif-video .col-sm-3, .field-name-field-descriptif-video .col-sm-4, .node-type-message .col-sm-3, .node-type-message .col-sm-4 {
    padding: 0; } }
.node-article aside, .node-annonce aside, .media-info aside, .node-evenement aside, .field-name-field-descriptif-video aside, .node-type-message aside {
  margin-bottom: 1.25rem;
  padding-top: 1.25rem;
  border-top: 1px solid #797979; }
  .node-article aside .col-sm-12, .node-annonce aside .col-sm-12, .media-info aside .col-sm-12, .node-evenement aside .col-sm-12, .field-name-field-descriptif-video aside .col-sm-12, .node-type-message aside .col-sm-12 {
    padding-left: 0px;
    padding-right: 0px; }
  .node-article aside:first-of-type, .node-annonce aside:first-of-type, .media-info aside:first-of-type, .node-evenement aside:first-of-type, .field-name-field-descriptif-video aside:first-of-type, .node-type-message aside:first-of-type {
    border: 0; }
  .node-article aside h2, .node-annonce aside h2, .media-info aside h2, .node-evenement aside h2, .field-name-field-descriptif-video aside h2, .node-type-message aside h2 {
    font-size: 1.25rem;
    font-family: oswaldregular;
    color: #797979;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 1.25rem; }
  .node-article aside h3, .node-annonce aside h3, .media-info aside h3, .node-evenement aside h3, .field-name-field-descriptif-video aside h3, .node-type-message aside h3 {
    font-size: 1.25rem;
    font-family: oswaldregular;
    margin-bottom: 1.25rem; }
  .node-article aside p, .node-article aside ol, .node-annonce aside p, .node-annonce aside ol, .media-info aside p, .media-info aside ol, .node-evenement aside p, .node-evenement aside ol, .field-name-field-descriptif-video aside p, .field-name-field-descriptif-video aside ol, .node-type-message aside p, .node-type-message aside ol {
    font-size: 1rem;
    font-family: signikalight;
    margin-bottom: 1.25rem;
    line-height: 1.5; }
  .node-article aside .field, .node-annonce aside .field, .media-info aside .field, .node-evenement aside .field, .field-name-field-descriptif-video aside .field, .node-type-message aside .field {
    font-size: 1rem;
    font-family: signikalight; }
  .node-article aside .node-contact, .node-annonce aside .node-contact, .media-info aside .node-contact, .node-evenement aside .node-contact, .field-name-field-descriptif-video aside .node-contact, .node-type-message aside .node-contact {
    font-family: signikalight;
    margin-bottom: 1.25rem;
    line-height: 1.5; }
  .node-article aside .row .col-sm-12, .node-annonce aside .row .col-sm-12, .media-info aside .row .col-sm-12, .node-evenement aside .row .col-sm-12, .field-name-field-descriptif-video aside .row .col-sm-12, .node-type-message aside .row .col-sm-12 {
    margin-bottom: 0px; }
  .node-article aside ul, .node-annonce aside ul, .media-info aside ul, .node-evenement aside ul, .field-name-field-descriptif-video aside ul, .node-type-message aside ul {
    color: #6361a9; }
    .node-article aside ul li.leaf:before, .node-annonce aside ul li.leaf:before, .media-info aside ul li.leaf:before, .node-evenement aside ul li.leaf:before, .field-name-field-descriptif-video aside ul li.leaf:before, .node-type-message aside ul li.leaf:before {
      content: "\203A";
      padding-right: 0.3125rem;
      color: #797979; }
    .node-article aside ul li.leaf a, .node-annonce aside ul li.leaf a, .media-info aside ul li.leaf a, .node-evenement aside ul li.leaf a, .field-name-field-descriptif-video aside ul li.leaf a, .node-type-message aside ul li.leaf a {
      font-size: 1rem;
      font-family: signikalight; }
.node-article > .row > .col-sm-12, .node-annonce > .row > .col-sm-12, .media-info > .row > .col-sm-12, .node-evenement > .row > .col-sm-12, .field-name-field-descriptif-video > .row > .col-sm-12, .node-type-message > .row > .col-sm-12 {
  position: relative;
  margin-bottom: 3.125rem;
  padding-left: 0;
  padding-right: 0px; }
  .node-article > .row > .col-sm-12 .img-header, .node-annonce > .row > .col-sm-12 .img-header, .media-info > .row > .col-sm-12 .img-header, .node-evenement > .row > .col-sm-12 .img-header, .field-name-field-descriptif-video > .row > .col-sm-12 .img-header, .node-type-message > .row > .col-sm-12 .img-header {
    position: relative; }
  @media (max-width: 640px) {
    .node-article > .row > .col-sm-12, .node-annonce > .row > .col-sm-12, .media-info > .row > .col-sm-12, .node-evenement > .row > .col-sm-12, .field-name-field-descriptif-video > .row > .col-sm-12, .node-type-message > .row > .col-sm-12 {
      padding: 0; } }
  .node-article > .row > .col-sm-12 .row, .node-annonce > .row > .col-sm-12 .row, .media-info > .row > .col-sm-12 .row, .node-evenement > .row > .col-sm-12 .row, .field-name-field-descriptif-video > .row > .col-sm-12 .row, .node-type-message > .row > .col-sm-12 .row {
    margin-left: 0px;
    margin-right: 0px; }
  .node-article > .row > .col-sm-12 .page-header, .node-annonce > .row > .col-sm-12 .page-header, .media-info > .row > .col-sm-12 .page-header, .node-evenement > .row > .col-sm-12 .page-header, .field-name-field-descriptif-video > .row > .col-sm-12 .page-header, .node-type-message > .row > .col-sm-12 .page-header {
    position: relative;
    background-color: #fff;
    padding: 1.875rem 1.25rem 1.875rem 0;
    border-bottom: 0px;
    margin: 0px; }
  .node-article > .row > .col-sm-12 .field-collection-item-field-question-reponse .row .col-sm-12, .node-annonce > .row > .col-sm-12 .field-collection-item-field-question-reponse .row .col-sm-12, .media-info > .row > .col-sm-12 .field-collection-item-field-question-reponse .row .col-sm-12, .node-evenement > .row > .col-sm-12 .field-collection-item-field-question-reponse .row .col-sm-12, .field-name-field-descriptif-video > .row > .col-sm-12 .field-collection-item-field-question-reponse .row .col-sm-12, .node-type-message > .row > .col-sm-12 .field-collection-item-field-question-reponse .row .col-sm-12 {
    padding-left: 0px;
    padding-right: 0px; }
    .node-article > .row > .col-sm-12 .field-collection-item-field-question-reponse .row .col-sm-12 h2, .node-annonce > .row > .col-sm-12 .field-collection-item-field-question-reponse .row .col-sm-12 h2, .media-info > .row > .col-sm-12 .field-collection-item-field-question-reponse .row .col-sm-12 h2, .node-evenement > .row > .col-sm-12 .field-collection-item-field-question-reponse .row .col-sm-12 h2, .field-name-field-descriptif-video > .row > .col-sm-12 .field-collection-item-field-question-reponse .row .col-sm-12 h2, .node-type-message > .row > .col-sm-12 .field-collection-item-field-question-reponse .row .col-sm-12 h2 {
      margin-top: 10px;
      margin-bottom: 10px; }
.node-article div.bloc-separateur, .node-annonce div.bloc-separateur, .media-info div.bloc-separateur, .node-evenement div.bloc-separateur, .field-name-field-descriptif-video div.bloc-separateur, .node-type-message div.bloc-separateur {
  clear: both;
  width: 100%; }
.node-article .group-sections, .node-annonce .group-sections, .media-info .group-sections, .node-evenement .group-sections, .field-name-field-descriptif-video .group-sections, .node-type-message .group-sections {
  max-width: 42.1875rem; }
.node-article .page-header, .node-annonce .page-header, .media-info .page-header, .node-evenement .page-header, .field-name-field-descriptif-video .page-header, .node-type-message .page-header {
  padding: 1.875rem 1.25rem 1.875rem 0;
  border-bottom: 0px;
  margin: 0px; }
.node-article .field-name-title, .node-annonce .field-name-title, .media-info .field-name-title, .node-evenement .field-name-title, .field-name-field-descriptif-video .field-name-title, .node-type-message .field-name-title {
  /*padding: rem(30) rem(20) rem(30) 0;*/ }
.node-article h1, .node-article h2, .node-article h3, .node-article h4, .node-article h5, .node-article h6, .node-annonce h1, .node-annonce h2, .node-annonce h3, .node-annonce h4, .node-annonce h5, .node-annonce h6, .media-info h1, .media-info h2, .media-info h3, .media-info h4, .media-info h5, .media-info h6, .node-evenement h1, .node-evenement h2, .node-evenement h3, .node-evenement h4, .node-evenement h5, .node-evenement h6, .field-name-field-descriptif-video h1, .field-name-field-descriptif-video h2, .field-name-field-descriptif-video h3, .field-name-field-descriptif-video h4, .field-name-field-descriptif-video h5, .field-name-field-descriptif-video h6, .node-type-message h1, .node-type-message h2, .node-type-message h3, .node-type-message h4, .node-type-message h5, .node-type-message h6 {
  clear: both; }
.node-article h1, .node-annonce h1, .media-info h1, .node-evenement h1, .field-name-field-descriptif-video h1, .node-type-message h1 {
  font-size: 1.5625rem;
  font-family: oswaldregular;
  color: #e96b10;
  margin-bottom: 1.5625rem; }
.node-article h2, .node-annonce h2, .media-info h2, .node-evenement h2, .field-name-field-descriptif-video h2, .node-type-message h2 {
  font-size: 1.375rem;
  font-family: signikaregular;
  margin-bottom: 0.9375rem; }
.node-article h2.orange, .node-annonce h2.orange, .media-info h2.orange, .node-evenement h2.orange, .field-name-field-descriptif-video h2.orange, .node-type-message h2.orange {
  color: #e96b10; }
.node-article h3, .node-annonce h3, .media-info h3, .node-evenement h3, .field-name-field-descriptif-video h3, .node-type-message h3 {
  font-size: 1.25rem;
  font-family: signikaregular;
  margin-bottom: 0.9375rem; }
.node-article h1.violet, .node-article h3.violet, .node-annonce h1.violet, .node-annonce h3.violet, .media-info h1.violet, .media-info h3.violet, .node-evenement h1.violet, .node-evenement h3.violet, .field-name-field-descriptif-video h1.violet, .field-name-field-descriptif-video h3.violet, .node-type-message h1.violet, .node-type-message h3.violet {
  color: #6361a9; }
.node-article h4, .node-annonce h4, .media-info h4, .node-evenement h4, .field-name-field-descriptif-video h4, .node-type-message h4 {
  font-size: 1.25rem;
  font-family: signikaregular;
  margin-bottom: 0.9375rem; }
.node-article h5, .node-annonce h5, .media-info h5, .node-evenement h5, .field-name-field-descriptif-video h5, .node-type-message h5 {
  font-size: 1.25rem;
  font-family: signikaregular;
  margin-bottom: 0.9375rem; }
.node-article h6, .node-annonce h6, .media-info h6, .node-evenement h6, .field-name-field-descriptif-video h6, .node-type-message h6 {
  font-size: 1.25rem;
  font-family: signikaregular;
  margin-bottom: 0.9375rem; }
.node-article .item-list h3, .node-annonce .item-list h3, .media-info .item-list h3, .node-evenement .item-list h3, .field-name-field-descriptif-video .item-list h3, .node-type-message .item-list h3 {
  font-size: 1rem;
  margin-top: 0.9375rem;
  color: #6361a9; }
.node-article .field-name-body, .node-article .field-name-field-question-reponse, .node-article .field-name-field-descriptif-video, .node-annonce .field-name-body, .node-annonce .field-name-field-question-reponse, .node-annonce .field-name-field-descriptif-video, .media-info .field-name-body, .media-info .field-name-field-question-reponse, .media-info .field-name-field-descriptif-video, .node-evenement .field-name-body, .node-evenement .field-name-field-question-reponse, .node-evenement .field-name-field-descriptif-video, .field-name-field-descriptif-video .field-name-body, .field-name-field-descriptif-video .field-name-field-question-reponse, .field-name-field-descriptif-video .field-name-field-descriptif-video, .node-type-message .field-name-body, .node-type-message .field-name-field-question-reponse, .node-type-message .field-name-field-descriptif-video {
  /*blockquote{
  	padding: 10px 20px;
  	margin: 0 0 20px;
  	font-size: 17.5px;
  	border-left: 5px solid $six;
  }*/ }
  .node-article .field-name-body p, .node-article .field-name-field-question-reponse p, .node-article .field-name-field-descriptif-video p, .node-annonce .field-name-body p, .node-annonce .field-name-field-question-reponse p, .node-annonce .field-name-field-descriptif-video p, .media-info .field-name-body p, .media-info .field-name-field-question-reponse p, .media-info .field-name-field-descriptif-video p, .node-evenement .field-name-body p, .node-evenement .field-name-field-question-reponse p, .node-evenement .field-name-field-descriptif-video p, .field-name-field-descriptif-video .field-name-body p, .field-name-field-descriptif-video .field-name-field-question-reponse p, .field-name-field-descriptif-video .field-name-field-descriptif-video p, .node-type-message .field-name-body p, .node-type-message .field-name-field-question-reponse p, .node-type-message .field-name-field-descriptif-video p {
    font-size: 1.25rem;
    font-family: signikalight !important;
    margin-bottom: 1.25rem;
    line-height: 1.5; }
  .node-article .field-name-body p.bloc-italique, .node-article .field-name-field-question-reponse p.bloc-italique, .node-article .field-name-field-descriptif-video p.bloc-italique, .node-annonce .field-name-body p.bloc-italique, .node-annonce .field-name-field-question-reponse p.bloc-italique, .node-annonce .field-name-field-descriptif-video p.bloc-italique, .media-info .field-name-body p.bloc-italique, .media-info .field-name-field-question-reponse p.bloc-italique, .media-info .field-name-field-descriptif-video p.bloc-italique, .node-evenement .field-name-body p.bloc-italique, .node-evenement .field-name-field-question-reponse p.bloc-italique, .node-evenement .field-name-field-descriptif-video p.bloc-italique, .field-name-field-descriptif-video .field-name-body p.bloc-italique, .field-name-field-descriptif-video .field-name-field-question-reponse p.bloc-italique, .field-name-field-descriptif-video .field-name-field-descriptif-video p.bloc-italique, .node-type-message .field-name-body p.bloc-italique, .node-type-message .field-name-field-question-reponse p.bloc-italique, .node-type-message .field-name-field-descriptif-video p.bloc-italique {
    padding: 10px 20px;
    margin: 0 0 20px;
    border-top: 5px solid #eee;
    border-bottom: 5px solid #eee;
    font-style: none; }
  .node-article .field-name-body span.bgyellow, .node-article .field-name-field-question-reponse span.bgyellow, .node-article .field-name-field-descriptif-video span.bgyellow, .node-annonce .field-name-body span.bgyellow, .node-annonce .field-name-field-question-reponse span.bgyellow, .node-annonce .field-name-field-descriptif-video span.bgyellow, .media-info .field-name-body span.bgyellow, .media-info .field-name-field-question-reponse span.bgyellow, .media-info .field-name-field-descriptif-video span.bgyellow, .node-evenement .field-name-body span.bgyellow, .node-evenement .field-name-field-question-reponse span.bgyellow, .node-evenement .field-name-field-descriptif-video span.bgyellow, .field-name-field-descriptif-video .field-name-body span.bgyellow, .field-name-field-descriptif-video .field-name-field-question-reponse span.bgyellow, .field-name-field-descriptif-video .field-name-field-descriptif-video span.bgyellow, .node-type-message .field-name-body span.bgyellow, .node-type-message .field-name-field-question-reponse span.bgyellow, .node-type-message .field-name-field-descriptif-video span.bgyellow {
    background-color: Yellow; }
  .node-article .field-name-body span.bglime, .node-article .field-name-field-question-reponse span.bglime, .node-article .field-name-field-descriptif-video span.bglime, .node-annonce .field-name-body span.bglime, .node-annonce .field-name-field-question-reponse span.bglime, .node-annonce .field-name-field-descriptif-video span.bglime, .media-info .field-name-body span.bglime, .media-info .field-name-field-question-reponse span.bglime, .media-info .field-name-field-descriptif-video span.bglime, .node-evenement .field-name-body span.bglime, .node-evenement .field-name-field-question-reponse span.bglime, .node-evenement .field-name-field-descriptif-video span.bglime, .field-name-field-descriptif-video .field-name-body span.bglime, .field-name-field-descriptif-video .field-name-field-question-reponse span.bglime, .field-name-field-descriptif-video .field-name-field-descriptif-video span.bglime, .node-type-message .field-name-body span.bglime, .node-type-message .field-name-field-question-reponse span.bglime, .node-type-message .field-name-field-descriptif-video span.bglime {
    background-color: Lime; }
  .node-article .field-name-body div.bloc-separateur, .node-article .field-name-field-question-reponse div.bloc-separateur, .node-article .field-name-field-descriptif-video div.bloc-separateur, .node-annonce .field-name-body div.bloc-separateur, .node-annonce .field-name-field-question-reponse div.bloc-separateur, .node-annonce .field-name-field-descriptif-video div.bloc-separateur, .media-info .field-name-body div.bloc-separateur, .media-info .field-name-field-question-reponse div.bloc-separateur, .media-info .field-name-field-descriptif-video div.bloc-separateur, .node-evenement .field-name-body div.bloc-separateur, .node-evenement .field-name-field-question-reponse div.bloc-separateur, .node-evenement .field-name-field-descriptif-video div.bloc-separateur, .field-name-field-descriptif-video .field-name-body div.bloc-separateur, .field-name-field-descriptif-video .field-name-field-question-reponse div.bloc-separateur, .field-name-field-descriptif-video .field-name-field-descriptif-video div.bloc-separateur, .node-type-message .field-name-body div.bloc-separateur, .node-type-message .field-name-field-question-reponse div.bloc-separateur, .node-type-message .field-name-field-descriptif-video div.bloc-separateur {
    clear: both;
    width: 100%; }
  .node-article .field-name-body p.citation, .node-article .field-name-body div.citation, .node-article .field-name-field-question-reponse p.citation, .node-article .field-name-field-question-reponse div.citation, .node-article .field-name-field-descriptif-video p.citation, .node-article .field-name-field-descriptif-video div.citation, .node-annonce .field-name-body p.citation, .node-annonce .field-name-body div.citation, .node-annonce .field-name-field-question-reponse p.citation, .node-annonce .field-name-field-question-reponse div.citation, .node-annonce .field-name-field-descriptif-video p.citation, .node-annonce .field-name-field-descriptif-video div.citation, .media-info .field-name-body p.citation, .media-info .field-name-body div.citation, .media-info .field-name-field-question-reponse p.citation, .media-info .field-name-field-question-reponse div.citation, .media-info .field-name-field-descriptif-video p.citation, .media-info .field-name-field-descriptif-video div.citation, .node-evenement .field-name-body p.citation, .node-evenement .field-name-body div.citation, .node-evenement .field-name-field-question-reponse p.citation, .node-evenement .field-name-field-question-reponse div.citation, .node-evenement .field-name-field-descriptif-video p.citation, .node-evenement .field-name-field-descriptif-video div.citation, .field-name-field-descriptif-video .field-name-body p.citation, .field-name-field-descriptif-video .field-name-body div.citation, .field-name-field-descriptif-video .field-name-field-question-reponse p.citation, .field-name-field-descriptif-video .field-name-field-question-reponse div.citation, .field-name-field-descriptif-video .field-name-field-descriptif-video p.citation, .field-name-field-descriptif-video .field-name-field-descriptif-video div.citation, .node-type-message .field-name-body p.citation, .node-type-message .field-name-body div.citation, .node-type-message .field-name-field-question-reponse p.citation, .node-type-message .field-name-field-question-reponse div.citation, .node-type-message .field-name-field-descriptif-video p.citation, .node-type-message .field-name-field-descriptif-video div.citation {
    padding: 10px 20px;
    margin: 0 0 20px;
    /* Commenté suite à https://forge.sigp.aviation-civile.gouv.fr/issues/11594
    font-size: 17.5px;*/
    border-left: 5px solid #ececec; }
  .node-article .field-name-body ul, .node-article .field-name-field-question-reponse ul, .node-article .field-name-field-descriptif-video ul, .node-annonce .field-name-body ul, .node-annonce .field-name-field-question-reponse ul, .node-annonce .field-name-field-descriptif-video ul, .media-info .field-name-body ul, .media-info .field-name-field-question-reponse ul, .media-info .field-name-field-descriptif-video ul, .node-evenement .field-name-body ul, .node-evenement .field-name-field-question-reponse ul, .node-evenement .field-name-field-descriptif-video ul, .field-name-field-descriptif-video .field-name-body ul, .field-name-field-descriptif-video .field-name-field-question-reponse ul, .field-name-field-descriptif-video .field-name-field-descriptif-video ul, .node-type-message .field-name-body ul, .node-type-message .field-name-field-question-reponse ul, .node-type-message .field-name-field-descriptif-video ul {
    padding-left: 0.8125rem;
    margin-top: 1.25rem;
    list-style-type: disc;
    list-style-position: outside; }
    .node-article .field-name-body ul li, .node-article .field-name-field-question-reponse ul li, .node-article .field-name-field-descriptif-video ul li, .node-annonce .field-name-body ul li, .node-annonce .field-name-field-question-reponse ul li, .node-annonce .field-name-field-descriptif-video ul li, .media-info .field-name-body ul li, .media-info .field-name-field-question-reponse ul li, .media-info .field-name-field-descriptif-video ul li, .node-evenement .field-name-body ul li, .node-evenement .field-name-field-question-reponse ul li, .node-evenement .field-name-field-descriptif-video ul li, .field-name-field-descriptif-video .field-name-body ul li, .field-name-field-descriptif-video .field-name-field-question-reponse ul li, .field-name-field-descriptif-video .field-name-field-descriptif-video ul li, .node-type-message .field-name-body ul li, .node-type-message .field-name-field-question-reponse ul li, .node-type-message .field-name-field-descriptif-video ul li {
      text-indent: -.7em; }
      .node-article .field-name-body ul li:before, .node-article .field-name-field-question-reponse ul li:before, .node-article .field-name-field-descriptif-video ul li:before, .node-annonce .field-name-body ul li:before, .node-annonce .field-name-field-question-reponse ul li:before, .node-annonce .field-name-field-descriptif-video ul li:before, .media-info .field-name-body ul li:before, .media-info .field-name-field-question-reponse ul li:before, .media-info .field-name-field-descriptif-video ul li:before, .node-evenement .field-name-body ul li:before, .node-evenement .field-name-field-question-reponse ul li:before, .node-evenement .field-name-field-descriptif-video ul li:before, .field-name-field-descriptif-video .field-name-body ul li:before, .field-name-field-descriptif-video .field-name-field-question-reponse ul li:before, .field-name-field-descriptif-video .field-name-field-descriptif-video ul li:before, .node-type-message .field-name-body ul li:before, .node-type-message .field-name-field-question-reponse ul li:before, .node-type-message .field-name-field-descriptif-video ul li:before {
        content: "\2022";
        color: #e96b10;
        padding-right: 0.3125rem;
        font-size: 1.5rem; }
  .node-article .field-name-body ol, .node-article .field-name-field-question-reponse ol, .node-article .field-name-field-descriptif-video ol, .node-annonce .field-name-body ol, .node-annonce .field-name-field-question-reponse ol, .node-annonce .field-name-field-descriptif-video ol, .media-info .field-name-body ol, .media-info .field-name-field-question-reponse ol, .media-info .field-name-field-descriptif-video ol, .node-evenement .field-name-body ol, .node-evenement .field-name-field-question-reponse ol, .node-evenement .field-name-field-descriptif-video ol, .field-name-field-descriptif-video .field-name-body ol, .field-name-field-descriptif-video .field-name-field-question-reponse ol, .field-name-field-descriptif-video .field-name-field-descriptif-video ol, .node-type-message .field-name-body ol, .node-type-message .field-name-field-question-reponse ol, .node-type-message .field-name-field-descriptif-video ol {
    list-style: none;
    counter-reset: li;
    padding-left: 1.75rem; }
    .node-article .field-name-body ol li::before, .node-article .field-name-field-question-reponse ol li::before, .node-article .field-name-field-descriptif-video ol li::before, .node-annonce .field-name-body ol li::before, .node-annonce .field-name-field-question-reponse ol li::before, .node-annonce .field-name-field-descriptif-video ol li::before, .media-info .field-name-body ol li::before, .media-info .field-name-field-question-reponse ol li::before, .media-info .field-name-field-descriptif-video ol li::before, .node-evenement .field-name-body ol li::before, .node-evenement .field-name-field-question-reponse ol li::before, .node-evenement .field-name-field-descriptif-video ol li::before, .field-name-field-descriptif-video .field-name-body ol li::before, .field-name-field-descriptif-video .field-name-field-question-reponse ol li::before, .field-name-field-descriptif-video .field-name-field-descriptif-video ol li::before, .node-type-message .field-name-body ol li::before, .node-type-message .field-name-field-question-reponse ol li::before, .node-type-message .field-name-field-descriptif-video ol li::before {
      content: counter(li) ". ";
      color: #e96b10;
      display: inline-block;
      width: 1.5em;
      margin-left: -1.5em; }
    .node-article .field-name-body ol li, .node-article .field-name-field-question-reponse ol li, .node-article .field-name-field-descriptif-video ol li, .node-annonce .field-name-body ol li, .node-annonce .field-name-field-question-reponse ol li, .node-annonce .field-name-field-descriptif-video ol li, .media-info .field-name-body ol li, .media-info .field-name-field-question-reponse ol li, .media-info .field-name-field-descriptif-video ol li, .node-evenement .field-name-body ol li, .node-evenement .field-name-field-question-reponse ol li, .node-evenement .field-name-field-descriptif-video ol li, .field-name-field-descriptif-video .field-name-body ol li, .field-name-field-descriptif-video .field-name-field-question-reponse ol li, .field-name-field-descriptif-video .field-name-field-descriptif-video ol li, .node-type-message .field-name-body ol li, .node-type-message .field-name-field-question-reponse ol li, .node-type-message .field-name-field-descriptif-video ol li {
      counter-increment: li; }
  .node-article .field-name-body .toc, .node-article .field-name-field-question-reponse .toc, .node-article .field-name-field-descriptif-video .toc, .node-annonce .field-name-body .toc, .node-annonce .field-name-field-question-reponse .toc, .node-annonce .field-name-field-descriptif-video .toc, .media-info .field-name-body .toc, .media-info .field-name-field-question-reponse .toc, .media-info .field-name-field-descriptif-video .toc, .node-evenement .field-name-body .toc, .node-evenement .field-name-field-question-reponse .toc, .node-evenement .field-name-field-descriptif-video .toc, .field-name-field-descriptif-video .field-name-body .toc, .field-name-field-descriptif-video .field-name-field-question-reponse .toc, .field-name-field-descriptif-video .field-name-field-descriptif-video .toc, .node-type-message .field-name-body .toc, .node-type-message .field-name-field-question-reponse .toc, .node-type-message .field-name-field-descriptif-video .toc {
    padding: 1.25rem;
    margin-bottom: 1.875rem; }
    .node-article .field-name-body .toc .toc-level-1 ul, .node-article .field-name-field-question-reponse .toc .toc-level-1 ul, .node-article .field-name-field-descriptif-video .toc .toc-level-1 ul, .node-annonce .field-name-body .toc .toc-level-1 ul, .node-annonce .field-name-field-question-reponse .toc .toc-level-1 ul, .node-annonce .field-name-field-descriptif-video .toc .toc-level-1 ul, .media-info .field-name-body .toc .toc-level-1 ul, .media-info .field-name-field-question-reponse .toc .toc-level-1 ul, .media-info .field-name-field-descriptif-video .toc .toc-level-1 ul, .node-evenement .field-name-body .toc .toc-level-1 ul, .node-evenement .field-name-field-question-reponse .toc .toc-level-1 ul, .node-evenement .field-name-field-descriptif-video .toc .toc-level-1 ul, .field-name-field-descriptif-video .field-name-body .toc .toc-level-1 ul, .field-name-field-descriptif-video .field-name-field-question-reponse .toc .toc-level-1 ul, .field-name-field-descriptif-video .field-name-field-descriptif-video .toc .toc-level-1 ul, .node-type-message .field-name-body .toc .toc-level-1 ul, .node-type-message .field-name-field-question-reponse .toc .toc-level-1 ul, .node-type-message .field-name-field-descriptif-video .toc .toc-level-1 ul {
      margin-top: 0.625rem; }
.node-article .galleryformatter, .node-annonce .galleryformatter, .media-info .galleryformatter, .node-evenement .galleryformatter, .field-name-field-descriptif-video .galleryformatter, .node-type-message .galleryformatter {
  margin-bottom: 1.875rem; }
.node-article .gallery-slide h4, .node-annonce .gallery-slide h4, .media-info .gallery-slide h4, .node-evenement .gallery-slide h4, .field-name-field-descriptif-video .gallery-slide h4, .node-type-message .gallery-slide h4 {
  display: none; }
.node-article .data-table, .node-annonce .data-table, .media-info .data-table, .node-evenement .data-table, .field-name-field-descriptif-video .data-table, .node-type-message .data-table {
  margin-bottom: 1.25rem;
  clear: both; }
  .node-article .data-table h1.pieces-jointes, .node-annonce .data-table h1.pieces-jointes, .media-info .data-table h1.pieces-jointes, .node-evenement .data-table h1.pieces-jointes, .field-name-field-descriptif-video .data-table h1.pieces-jointes, .node-type-message .data-table h1.pieces-jointes {
    font-size: 1.5625rem;
    font-family: oswaldregular;
    color: #e96b10;
    margin-bottom: 1.5625rem; }
  .node-article .data-table li, .node-annonce .data-table li, .media-info .data-table li, .node-evenement .data-table li, .field-name-field-descriptif-video .data-table li, .node-type-message .data-table li {
    padding: .625rem .3125rem;
    border-bottom: 1px solid #ececec; }
    .node-article .data-table li:first-of-type, .node-annonce .data-table li:first-of-type, .media-info .data-table li:first-of-type, .node-evenement .data-table li:first-of-type, .field-name-field-descriptif-video .data-table li:first-of-type, .node-type-message .data-table li:first-of-type {
      border-top: 1px solid #ececec; }
    .node-article .data-table li a, .node-annonce .data-table li a, .media-info .data-table li a, .node-evenement .data-table li a, .field-name-field-descriptif-video .data-table li a, .node-type-message .data-table li a {
      color: #252525;
      font-family: signikalight; }

.ui-widget {
  font-size: 1.25rem;
  /*font-family: $font3 !important;*/ }
  .ui-widget .field-item {
    font-family: signikalight !important; }

.ui-state-default {
  background: none;
  border: none; }

.ui-widget-content {
  background: none;
  border: none; }

.ui-accordion .ui-accordion-header {
  border-bottom: 1px solid #ececec; }
  .ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    left: 0px; }
.ui-accordion .ui-accordion-icons {
  padding-left: 1.2em; }
.ui-accordion .ui-accordion-content {
  padding: 1em 1.2em; }

aside {
  margin-bottom: 1.25rem;
  padding-top: 1.25rem;
  border-top: 1px solid #797979; }
  aside .col-sm-12 {
    padding-left: 0px;
    padding-right: 0px; }
  aside:first-of-type {
    border: 0; }
  aside h2 {
    font-size: 1.25rem;
    font-family: oswaldregular;
    color: #797979;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 1.25rem; }
  aside h3 {
    font-size: 1.25rem;
    font-family: oswaldregular;
    margin-bottom: 1.25rem; }
  aside p, aside ol {
    font-size: 1rem;
    font-family: signikalight;
    margin-bottom: 1.25rem;
    line-height: 1.5; }
  aside .field {
    font-size: 1rem;
    font-family: signikalight; }
  aside .node-contact {
    font-family: signikalight;
    margin-bottom: 1.25rem;
    line-height: 1.5; }
  aside .row .col-sm-12 {
    margin-bottom: 0px; }
  aside ul {
    color: #6361a9; }
    aside ul li.leaf:before {
      content: "\203A";
      padding-right: 0.3125rem;
      color: #797979; }
    aside ul li.leaf a {
      font-size: 1rem;
      font-family: signikalight; }

.print_html {
  margin-left: 0px; }

/*.article-infos{*/
.article-infos {
  color: #797979;
  margin-bottom: 1.5625rem;
  font-family: oswaldregular;
  font-size: 0.875rem;
  text-transform: uppercase;
  line-height: 1; }

.author {
  padding-left: 0.3125rem;
  line-height: 0.8; }
  .author:before {
    content: "\2022";
    padding-right: 0.3125rem;
    font-size: 1.5625rem;
    font-family: Arial;
    vertical-align: text-top; }

.top-theme.article {
  padding-bottom: 1.875rem; }
  .top-theme.article header {
    position: relative; }
    .top-theme.article header .tags {
      top: 1.0625rem;
      left: 0; }
    @media (max-width: 640px) {
      .top-theme.article header {
        padding: 0 0.625rem; } }
    .top-theme.article header h1 {
      margin-left: 6.25rem; }
      @media (max-width: 640px) {
        .top-theme.article header h1 {
          margin-left: 0; } }
    .top-theme.article header .hat {
      font-size: 1.25rem; }
  @media (max-width: 640px) {
    .top-theme.article .breadcrumb {
      margin-left: 0.625rem; } }

.nav-folder {
  display: flex;
  justify-content: flex-end;
  position: relative; }
  @media (max-width: 640px) {
    .nav-folder {
      padding: 0 0.625rem;
      display: block; } }
  .nav-folder button[data-toggle="dropdown"] {
    max-width: 79.59184%; }
    @media (max-width: 640px) {
      .nav-folder button[data-toggle="dropdown"] {
        max-width: 100%; } }
  .nav-folder .dropdown-menu {
    max-width: 79.59184%; }
    @media (max-width: 640px) {
      .nav-folder .dropdown-menu {
        max-width: 100%; } }
  .nav-folder .pager {
    flex: 0 1 15%;
    justify-content: flex-end;
    margin-left: 3.125rem; }
    @media (max-width: 640px) {
      .nav-folder .pager {
        margin: 0.625rem auto 0;
        display: flex;
        justify-content: space-around; } }
    .nav-folder .pager span {
      position: absolute;
      top: -3000px;
      left: -3000px; }
    .nav-folder .pager li {
      display: inline-block;
      width: 1.25rem; }

.folder {
  display: flex;
  padding-top: 1.875rem; }
  @media (max-width: 640px) {
    .folder {
      display: block; } }

.data-table {
  width: 100%;
  font-size: 1.25rem;
  font-family: signikalight;
  border-collapse: collapse; }
  .data-table th {
    position: absolute;
    top: -3000px;
    left: -3000px; }
  .data-table td {
    padding: 0.625rem 0.3125rem;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec; }
    .data-table td:first-child {
      width: 60%; }
    .data-table td:last-child {
      text-align: right; }
    .data-table td span {
      color: #9b9b9b; }
  .data-table .download {
    background: none;
    padding: 0; }

.pager-article {
  justify-content: space-between;
  margin-top: 3.75rem;
  font-family: oswaldregular;
  font-size: 1.25rem; }
  .pager-article a {
    color: #797979; }
    .pager-article a:before {
      color: #6361a9;
      font-size: 2.5rem;
      top: -0.3125rem; }
  .pager-article .before {
    padding-left: 1.875rem; }
    @media (max-width: 640px) {
      .pager-article .before {
        padding: 0; } }
  .pager-article .after {
    padding-right: 1.875rem; }
    @media (max-width: 640px) {
      .pager-article .after {
        padding: 0; } }

.panel-default {
  margin-top: 3.125rem; }
  .panel-default .panel-title {
    font-family: oswaldregular;
    text-transform: uppercase;
    margin-bottom: 1.25rem; }
  .panel-default ol {
    margin-bottom: 0; }
    .panel-default ol li {
      color: #797979; }

.lien > svg {
  fill: #4874b8;
  height: 1.7rem;
  margin-right: 0.5rem;
  margin-top: 0rem;
  vertical-align: middle;
  width: 1.7rem; }

.docm > svg {
  transform: rotate(49deg); }

.node-evenement .file img {
  display: inline; }
.node-evenement h3 {
  font-size: 1.5625rem; }
.node-evenement .label-inline {
  float: left;
  font-size: 1.25rem;
  font-family: signikalight !important; }

.node-type-evenement .s-home2 {
  padding-left: 0;
  padding-right: 0; }

.page-evenements .Maintenance {
  background-color: #e96b10; }
.page-evenements .Formation {
  background-color: #9b9b9b; }
.page-evenements .Incident {
  background-color: #d1332a; }

.page-contact .s-home2 {
  padding-left: 0;
  padding-right: 0; }

@media (max-width: 640px) {
  .page-node .main-container > .row {
    margin-left: 0px;
    margin-right: 0px; } }
.page-node .s-home2 {
  padding-left: 0;
  padding-right: 0; }
.page-node .node-page > .row {
  margin-left: 0px;
  margin-right: 0px; }
  .page-node .node-page > .row > .col-sm-12 {
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
    margin-bottom: 3.125rem;
    padding-left: 0;
    padding-right: 0px; }
    .page-node .node-page > .row > .col-sm-12 .img-header {
      position: relative; }
    @media (max-width: 640px) {
      .page-node .node-page > .row > .col-sm-12 {
        padding: 0 0.625rem; } }
    .page-node .node-page > .row > .col-sm-12 .row {
      margin-left: 0px;
      margin-right: 0px; }
    .page-node .node-page > .row > .col-sm-12 .page-header {
      position: relative;
      background-color: #fff;
      padding: 1.875rem 1.25rem 1.875rem 0;
      border-bottom: 0px;
      margin: 0px; }
    .page-node .node-page > .row > .col-sm-12 h1, .page-node .node-page > .row > .col-sm-12 h2, .page-node .node-page > .row > .col-sm-12 h3, .page-node .node-page > .row > .col-sm-12 h4, .page-node .node-page > .row > .col-sm-12 h5, .page-node .node-page > .row > .col-sm-12 h6 {
      clear: both; }
    .page-node .node-page > .row > .col-sm-12 h1 {
      font-size: 1.5625rem;
      font-family: oswaldregular;
      color: #e96b10;
      margin-bottom: 1.5625rem; }
    .page-node .node-page > .row > .col-sm-12 h2 {
      font-size: 1.375rem;
      margin-bottom: 0.9375rem; }
    .page-node .node-page > .row > .col-sm-12 h2.orange {
      color: #e96b10; }
    .page-node .node-page > .row > .col-sm-12 h3 {
      font-size: 1.25rem;
      font-family: signikaregular;
      margin-bottom: 0.9375rem; }
    .page-node .node-page > .row > .col-sm-12 h1.violet, .page-node .node-page > .row > .col-sm-12 h3.violet {
      color: #6361a9; }
    .page-node .node-page > .row > .col-sm-12 h4 {
      font-size: 1.25rem;
      margin-bottom: 0.9375rem; }
    .page-node .node-page > .row > .col-sm-12 h5 {
      font-size: 1.25rem;
      margin-bottom: 0.9375rem; }
    .page-node .node-page > .row > .col-sm-12 h6 {
      font-size: 1.25rem;
      margin-bottom: 0.9375rem; }
    .page-node .node-page > .row > .col-sm-12 .field-name-body p, .page-node .node-page > .row > .col-sm-12 .field-name-body div {
      font-size: 1.25rem;
      font-family: signikalight !important;
      margin-bottom: 1.25rem;
      line-height: 1.5; }
    .page-node .node-page > .row > .col-sm-12 .field-name-body p.bloc-italique, .page-node .node-page > .row > .col-sm-12 .field-name-body div.bloc-italique {
      padding: 10px 20px;
      margin: 0 0 20px;
      border-top: 5px solid #eee;
      border-bottom: 5px solid #eee;
      font-style: none; }
    .page-node .node-page > .row > .col-sm-12 .field-name-body span.bgyellow {
      background-color: Yellow; }
    .page-node .node-page > .row > .col-sm-12 .field-name-body span.bglime {
      background-color: Lime; }
    .page-node .node-page > .row > .col-sm-12 .field-name-body div.bloc-separateur {
      clear: both;
      width: 100%; }
    .page-node .node-page > .row > .col-sm-12 .field-name-body blockquote {
      padding: 10px 20px;
      margin: 0 0 20px;
      font-size: 17.5px;
      border-left: 5px solid #ececec; }
    .page-node .node-page > .row > .col-sm-12 .field-name-body ul {
      padding-left: 0.8125rem;
      margin-top: 1.25rem;
      list-style-type: disc;
      list-style-position: outside; }
      .page-node .node-page > .row > .col-sm-12 .field-name-body ul li {
        text-indent: -.7em; }
        .page-node .node-page > .row > .col-sm-12 .field-name-body ul li:before {
          content: "\2022";
          color: #e96b10;
          padding-right: 0.3125rem;
          font-size: 1.5rem; }
    .page-node .node-page > .row > .col-sm-12 .field-name-body ol {
      list-style: none;
      counter-reset: li;
      padding-left: 1.25rem; }
      .page-node .node-page > .row > .col-sm-12 .field-name-body ol li::before {
        content: counter(li) ". ";
        color: #e96b10;
        display: inline-block;
        width: 1em;
        margin-left: -1em; }
      .page-node .node-page > .row > .col-sm-12 .field-name-body ol li {
        counter-increment: li; }
    .page-node .node-page > .row > .col-sm-12 .field-name-body .toc {
      padding: 1.25rem;
      margin-bottom: 1.875rem; }
      .page-node .node-page > .row > .col-sm-12 .field-name-body .toc .toc-level-1 ul {
        margin-top: 0.625rem; }

.node-book .col-sm-9 .group-sections {
  max-width: 42.1875rem; }
.node-book .col-sm-9 .page-header {
  padding: 1.875rem 1.25rem 1.875rem 0;
  border-bottom: 0px;
  margin: 0px; }
.node-book .col-sm-9 .field-name-title {
  /*padding: rem(30) rem(20) rem(30) 0;*/ }
.node-book .col-sm-9 h1, .node-book .col-sm-9 h2, .node-book .col-sm-9 h3, .node-book .col-sm-9 h4, .node-book .col-sm-9 h5, .node-book .col-sm-9 h6 {
  clear: both; }
.node-book .col-sm-9 h1 {
  font-size: 1.5625rem;
  font-family: oswaldregular;
  color: #e96b10;
  margin-bottom: 1.5625rem; }
.node-book .col-sm-9 h2 {
  font-size: 1.375rem;
  margin-bottom: 0.9375rem; }
.node-book .col-sm-9 h3 {
  font-size: 1.25rem;
  margin-bottom: 0.9375rem; }
.node-book .col-sm-9 h1.violet, .node-book .col-sm-9 h3.violet {
  color: #6361a9; }
.node-book .col-sm-9 h2.orange {
  color: #e96b10; }
.node-book .col-sm-9 h4 {
  font-size: 1.25rem;
  margin-bottom: 0.9375rem; }
.node-book .col-sm-9 h5 {
  font-size: 1.25rem;
  margin-bottom: 0.9375rem; }
.node-book .col-sm-9 h6 {
  font-size: 1.25rem;
  margin-bottom: 0.9375rem; }
.node-book .col-sm-9 .field-name-body p, .node-book .col-sm-9 .field-name-body div {
  font-size: 1.25rem;
  font-family: signikalight !important;
  margin-bottom: 1.25rem;
  line-height: 1.5; }
.node-book .col-sm-9 .field-name-body p.bloc-italique, .node-book .col-sm-9 .field-name-body div.bloc-italique {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-top: 5px solid #eee;
  border-bottom: 5px solid #eee;
  font-style: none; }
.node-book .col-sm-9 .field-name-body span.bgyellow {
  background-color: Yellow; }
.node-book .col-sm-9 .field-name-body span.bglime {
  background-color: Lime; }
.node-book .col-sm-9 .field-name-body div.bloc-separateur {
  clear: both;
  width: 100%; }
.node-book .col-sm-9 .field-name-body blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #ececec; }
.node-book .col-sm-9 .field-name-body ul {
  padding-left: 0.8125rem;
  margin-top: 1.25rem;
  list-style-type: disc;
  list-style-position: outside; }
  .node-book .col-sm-9 .field-name-body ul li {
    text-indent: -.7em; }
    .node-book .col-sm-9 .field-name-body ul li:before {
      content: "\2022";
      color: #e96b10;
      padding-right: 0.3125rem;
      font-size: 1.5rem; }
.node-book .col-sm-9 .field-name-body ol {
  list-style: none;
  counter-reset: li;
  padding-left: 1.25rem; }
  .node-book .col-sm-9 .field-name-body ol li::before {
    content: counter(li) ". ";
    color: #e96b10;
    display: inline-block;
    width: 1em;
    margin-left: -1em; }
  .node-book .col-sm-9 .field-name-body ol li {
    counter-increment: li; }
.node-book .col-sm-9 .field-name-body .toc {
  padding: 1.25rem;
  margin-bottom: 1.875rem; }
  .node-book .col-sm-9 .field-name-body .toc .toc-level-1 ul {
    margin-top: 0.625rem; }
.node-book .col-sm-9 .galleryformatter {
  margin-bottom: 1.875rem; }
.node-book .col-sm-9 .gallery-slide h4 {
  display: none; }
.node-book .col-sm-9 .data-table {
  margin-bottom: 1.25rem;
  clear: both; }
  .node-book .col-sm-9 .data-table h1.pieces-jointes {
    font-size: 1.5625rem;
    font-family: oswaldregular;
    color: #e96b10;
    margin-bottom: 1.5625rem; }
  .node-book .col-sm-9 .data-table li {
    padding: .625rem .3125rem;
    border-bottom: 1px solid #ececec; }
    .node-book .col-sm-9 .data-table li:first-of-type {
      border-top: 1px solid #ececec; }
    .node-book .col-sm-9 .data-table li a {
      color: #252525;
      font-family: signikalight; }
.node-book .col-sm-3 .book_add_child {
  width: 100%; }
.node-book .col-sm-3 .tag {
  float: left;
  margin-right: 1.25rem;
  margin-right: 1.25rem;
  margin-bottom: 1.25rem; }
  .node-book .col-sm-3 .tag a {
    padding: 0.3125rem;
    background-color: #797979;
    color: #fff;
    border-radius: .25em; }
.node-book .col-sm-3 h2.block-title {
  clear: both;
  margin-bottom: 1.25rem; }
  .node-book .col-sm-3 h2.block-title a {
    font-size: 1.25rem;
    font-family: oswaldregular;
    text-transform: uppercase;
    color: #797979;
    line-height: 1; }
.node-book .col-sm-3 #block-menu-block-1 {
  clear: both;
  background-color: #f6f6f6; }
  .node-book .col-sm-3 #block-menu-block-1 h2.block-title {
    padding-left: 0.625rem; }
.node-book .col-sm-3 ul.menu li {
  padding-left: 0.625rem;
  padding-right: 0.625rem; }
.node-book .col-sm-3 ul.menu > li.active {
  background-color: none; }
.node-book .col-sm-3 ul.menu > li:before {
  content: none; }
.node-book .col-sm-3 ul.menu > li a {
  font-size: 1rem;
  font-family: signikalight;
  display: inline;
  padding-left: 0px;
  color: #797979; }
.node-book .col-sm-3 ul.menu > li > .menu > li.active {
  background-color: #ececec; }
.node-book .col-sm-3 ul.menu > li > .menu > li:hover {
  background-color: #ececec; }
.node-book .col-sm-3 ul.menu > li > .menu > li:before {
  content: "\203A";
  padding-right: 0.3125rem;
  color: #797979; }
.node-book .col-sm-3 ul.menu > li > .menu > li a {
  font-size: 1rem;
  font-family: signikalight;
  display: inline;
  padding-left: 0.3125rem; }
  .node-book .col-sm-3 ul.menu > li > .menu > li a:hover {
    background-color: transparent; }
.node-book .col-sm-3 ul.menu > li > .menu > li > .menu {
  padding-left: 0.9375rem;
  padding-top: 0.3125rem; }
  .node-book .col-sm-3 ul.menu > li > .menu > li > .menu > li.active {
    background-color: #ececec; }
  .node-book .col-sm-3 ul.menu > li > .menu > li > .menu > li:hover {
    background-color: #ececec; }
  .node-book .col-sm-3 ul.menu > li > .menu > li > .menu > li:before {
    content: "\203A";
    padding-right: 0.3125rem;
    color: #797979; }
  .node-book .col-sm-3 ul.menu > li > .menu > li > .menu > li a {
    font-size: 1rem;
    font-family: signikalight;
    display: inline;
    padding-left: 0.3125rem; }
    .node-book .col-sm-3 ul.menu > li > .menu > li > .menu > li a:hover {
      background-color: transparent; }
.node-book .col-sm-3 .links {
  margin-bottom: 1.25rem; }
.node-book .pager li {
  width: 100%; }

@media (max-width: 640px) {
  .node-type-article #page-header {
    padding-left: 15px;
    padding-right: 15px; } }
.node-type-article .bootstrap-threecol-stacked > .row {
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 1.25rem; }
  .node-type-article .bootstrap-threecol-stacked > .row .col-lg-12 {
    padding-left: 0px;
    padding-right: 0px; }

.node-type-membre .panel-default {
  margin-top: 0px; }

.page-node-add-adherent .main-container .node-adherent-form h1.violet, .page-node-add-adherent .main-container .node-adherent-form h3.violet {
  color: #6361a9; }
.page-node-add-adherent .main-container .node-adherent-form h2.orange {
  color: #e96b10; }
.page-node-add-adherent .main-container .node-adherent-form .field-name-field-descriptif {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
  font-size: 1.25rem; }
.page-node-add-adherent .main-container .node-adherent-form .form-group label {
  display: block;
  margin-bottom: 0.5rem; }
.page-node-add-adherent .main-container .node-adherent-form .form-group input:not(submit):not(reset), .page-node-add-adherent .main-container .node-adherent-form .form-group textarea {
  padding: 0.5rem 0.625rem;
  border: 1px solid #9b9b9b; }
.page-node-add-adherent .main-container .node-adherent-form .form-group textarea {
  min-height: 9.375rem; }
.page-node-add-adherent .main-container .node-adherent-form .radio {
  margin-bottom: 0px;
  margin-top: 0px;
  margin-left: 0px;
  display: inline; }
  .page-node-add-adherent .main-container .node-adherent-form .radio label {
    cursor: pointer;
    display: inline-block;
    margin-right: 1.25rem;
    margin-bottom: 0px; }
  .page-node-add-adherent .main-container .node-adherent-form .radio .form-radio {
    width: 1.5625rem;
    height: 1.5625rem;
    position: relative;
    top: 0.375rem;
    display: inline-block; }

.node-document .col-sm-9 {
  padding-left: 0px;
  padding-right: 0px; }
  .node-document .col-sm-9 .field-name-body {
    margin-bottom: 1.875rem;
    font-family: signikalight; }
  .node-document .col-sm-9 .field-name-field-documents {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem; }
    .node-document .col-sm-9 .field-name-field-documents table {
      border: 1px solid #9b9b9b; }
      .node-document .col-sm-9 .field-name-field-documents table td {
        padding-top: 0.3125rem;
        padding-bottom: 0.3125rem; }
  .node-document .col-sm-9 #comments .col-sm-12 {
    padding-bottom: 1.875rem; }
  .node-document .col-sm-9 #comments h2 {
    padding-bottom: 0.3125rem;
    border-bottom: 1px solid #ececec;
    font-size: 1.25rem;
    text-transform: none; }
  .node-document .col-sm-9 #comments .field-name-comment-body {
    height: 100%; }
  .node-document .col-sm-9 #comments .links {
    position: absolute;
    bottom: 0;
    right: 0; }
    .node-document .col-sm-9 #comments .links li {
      padding-left: 0;
      padding-right: 0; }
      .node-document .col-sm-9 #comments .links li a {
        text-align: center;
        vertical-align: middle;
        border-radius: .25rem;
        border: 1px solid #797979;
        color: #797979;
        padding: 0.3125rem; }
  .node-document .col-sm-9 #comments h2.comment-form {
    border-bottom: 0px;
    margin-top: 1.25rem; }
.node-document .col-sm-3 {
  padding-right: 0px; }
  @media (max-width: 640px) {
    .node-document .col-sm-3 {
      padding-left: 0; } }
  .node-document .col-sm-3 .label-inline {
    color: #9b9b9b;
    font-weight: normal; }

.node-adherent .row {
  font-size: inherit;
  text-transform: none;
  font-family: signikalight; }
  .node-adherent .row .panel {
    background-color: #fff; }
  .node-adherent .row .field-label {
    min-width: 250px;
    text-align: right; }
    @media (max-width: 640px) {
      .node-adherent .row .field-label {
        text-align: left; } }
    @media (min-width: 641px) and (max-width: 767px) {
      .node-adherent .row .field-label {
        text-align: left; } }
  .node-adherent .row .field-type-text-with-summary {
    margin-bottom: 1.25rem; }
    .node-adherent .row .field-type-text-with-summary .field-label {
      text-align: left; }
  .node-adherent .row .col-lg-9 {
    padding-left: 0; }
  .node-adherent .row .col-lg-3 {
    padding-right: 0; }
  .node-adherent .row .col-lg-12 {
    padding-left: 0;
    padding-right: 0; }

.node-message .col-sm-12 {
  padding-bottom: 1.875rem; }
  .node-message .col-sm-12 #comments {
    margin-top: 1.875rem;
    padding-top: 0.625rem; }
    .node-message .col-sm-12 #comments h2 {
      padding-bottom: 0.3125rem;
      border-bottom: 1px solid #ececec;
      font-size: 1.25rem;
      text-transform: none; }
    .node-message .col-sm-12 #comments .field-name-comment-body {
      height: 100%; }
    .node-message .col-sm-12 #comments .links {
      position: absolute;
      bottom: 0;
      right: 0; }
      .node-message .col-sm-12 #comments .links li {
        padding-left: 0;
        padding-right: 0; }
        .node-message .col-sm-12 #comments .links li a {
          text-align: center;
          vertical-align: middle;
          border-radius: .25rem;
          border: 1px solid #797979;
          color: #797979;
          padding: 0.3125rem; }
    .node-message .col-sm-12 #comments h2.comment-form {
      border-bottom: 0px;
      margin-top: 1.25rem; }

@media (max-width: 640px) {
  .node-type-book #page-header {
    padding-left: 15px;
    padding-right: 15px; } }
.node-type-book .book-navigation ul.pager {
  display: block; }
  .node-type-book .book-navigation ul.pager li.previous {
    float: left; }
  .node-type-book .book-navigation ul.pager li.next {
    float: right; }
.node-type-book .col-lg-9 .group-sections {
  max-width: 42.1875rem; }
.node-type-book .col-lg-9 .page-header {
  padding: 1.875rem 1.25rem 1.875rem 0;
  border-bottom: 0px;
  margin: 0px; }
.node-type-book .col-lg-9 .field-name-title {
  /*padding: rem(30) rem(20) rem(30) 0;*/ }
.node-type-book .col-lg-9 h1, .node-type-book .col-lg-9 h2, .node-type-book .col-lg-9 h3, .node-type-book .col-lg-9 h4, .node-type-book .col-lg-9 h5, .node-type-book .col-lg-9 h6 {
  clear: both; }
.node-type-book .col-lg-9 h1 {
  font-size: 1.5625rem;
  font-family: oswaldregular;
  color: #e96b10;
  margin-bottom: 1.5625rem; }
.node-type-book .col-lg-9 h2 {
  font-size: 1.375rem;
  margin-bottom: 0.9375rem; }
.node-type-book .col-lg-9 h3 {
  font-size: 1.25rem;
  margin-bottom: 0.9375rem; }
.node-type-book .col-lg-9 h2.orange {
  color: #e96b10; }
.node-type-book .col-lg-9 h1.violet, .node-type-book .col-lg-9 h3.violet {
  color: #6361a9; }
.node-type-book .col-lg-9 h4 {
  font-size: 1.25rem;
  margin-bottom: 0.9375rem; }
.node-type-book .col-lg-9 h5 {
  font-size: 1.25rem;
  margin-bottom: 0.9375rem; }
.node-type-book .col-lg-9 h6 {
  font-size: 1.25rem;
  margin-bottom: 0.9375rem; }
.node-type-book .col-lg-9 .field-name-body p {
  font-size: 1rem;
  font-family: signikalight !important;
  margin-bottom: 1.25rem;
  line-height: 1.5; }
.node-type-book .col-lg-9 .field-name-body p.bloc-italique, .node-type-book .col-lg-9 .field-name-body div.bloc-italique {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-top: 5px solid #eee;
  border-bottom: 5px solid #eee;
  font-style: none; }
.node-type-book .col-lg-9 .field-name-body span.bgyellow {
  background-color: Yellow; }
.node-type-book .col-lg-9 .field-name-body span.bglime {
  background-color: Lime; }
.node-type-book .col-lg-9 .field-name-body div.bloc-separateur {
  clear: both;
  width: 100%; }
.node-type-book .col-lg-9 .field-name-body blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #ececec; }
.node-type-book .col-lg-9 .field-name-body ul {
  padding-left: 0.8125rem;
  margin-top: 1.25rem;
  list-style-type: disc;
  list-style-position: outside;
  font-size: 1rem; }
  .node-type-book .col-lg-9 .field-name-body ul li {
    text-indent: -.7em; }
    .node-type-book .col-lg-9 .field-name-body ul li:before {
      content: "\2022";
      color: #e96b10;
      padding-right: 0.3125rem;
      font-size: 1rem; }
.node-type-book .col-lg-9 .field-name-body ol {
  list-style: none;
  counter-reset: li;
  padding-left: 1.25rem; }
  .node-type-book .col-lg-9 .field-name-body ol li::before {
    content: counter(li) ". ";
    color: #e96b10;
    display: inline-block;
    width: 1em;
    margin-left: -1em; }
  .node-type-book .col-lg-9 .field-name-body ol li {
    counter-increment: li; }
.node-type-book .col-lg-9 .field-name-body .toc {
  padding: 1.25rem;
  margin-bottom: 1.875rem; }
  .node-type-book .col-lg-9 .field-name-body .toc .toc-level-1 ul {
    margin-top: 0.625rem; }
.node-type-book .col-lg-9 .galleryformatter {
  margin-bottom: 1.875rem; }
.node-type-book .col-lg-9 .gallery-slide h4 {
  display: none; }
.node-type-book .col-lg-9 .data-table {
  margin-bottom: 1.25rem;
  clear: both; }
  .node-type-book .col-lg-9 .data-table h1.pieces-jointes {
    font-size: 1.5625rem;
    font-family: oswaldregular;
    color: #e96b10;
    margin-bottom: 1.5625rem; }
  .node-type-book .col-lg-9 .data-table li {
    padding: .625rem .3125rem;
    border-bottom: 1px solid #ececec; }
    .node-type-book .col-lg-9 .data-table li:first-of-type {
      border-top: 1px solid #ececec; }
    .node-type-book .col-lg-9 .data-table li a {
      color: #252525;
      font-family: signikalight; }
.node-type-book .col-lg-9 .book-navigation ul.menu {
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem; }
  .node-type-book .col-lg-9 .book-navigation ul.menu li a {
    font-size: 1rem;
    font-family: signikalight !important;
    display: inline; }
  .node-type-book .col-lg-9 .book-navigation ul.menu li::before {
    content: "\203A";
    padding-right: .3125rem;
    color: #797979; }
.node-type-book .col-lg-3 .pane-block {
  border-top: 0px; }
.node-type-book .col-lg-3 ul.menu li::before {
  content: "\203A";
  padding-right: .3125rem;
  color: #797979; }
.node-type-book .col-lg-3 ul.menu li a {
  display: inline;
  padding: 0px; }
.node-type-book .col-lg-3 ul.menu li > ul.menu {
  padding-left: 0.9375rem; }
  .node-type-book .col-lg-3 ul.menu li > ul.menu li::before {
    content: "-";
    padding-right: .3125rem;
    color: #797979; }

.page-evenements table {
  font-family: signikalight; }
  .page-evenements table thead tr th {
    background-color: #a0ca80;
    color: #fff; }
    .page-evenements table thead tr th a {
      color: #fff; }
  .page-evenements table thead tr th.active {
    background-color: #d0e5c0; }
    .page-evenements table thead tr th.active a {
      color: #a0ca80; }

.page-node-registrations .pagination li.active {
  background-color: #fff;
  border-bottom: 3px solid #a0ca80; }
.page-node-registrations table {
  border: 1px solid #ddd; }
  .page-node-registrations table caption {
    color: #252525; }
  .page-node-registrations table thead th {
    vertical-align: middle;
    color: #fff;
    background-color: #9b9b9b;
    font-family: oswaldregular;
    font-weight: normal; }
    .page-node-registrations table thead th a {
      vertical-align: middle;
      color: #fff;
      font-family: oswaldregular;
      font-weight: normal; }
  .page-node-registrations table thead th.active {
    color: #252525; }
    .page-node-registrations table thead th.active a.active {
      color: #252525; }
  .page-node-registrations table tbody tr td {
    vertical-align: middle;
    padding-bottom: 0px;
    padding-top: 0px; }
    .page-node-registrations table tbody tr td .checkbox {
      margin-bottom: 0px;
      margin-top: 0px; }
.page-node-registrations #registration-entity-settings-form .panel-default {
  margin-top: 0px; }
  .page-node-registrations #registration-entity-settings-form .panel-default .panel-title {
    margin-bottom: 0px; }
  .page-node-registrations #registration-entity-settings-form .panel-default .container-inline-date > .form-item {
    width: 100%; }
    .page-node-registrations #registration-entity-settings-form .panel-default .container-inline-date > .form-item .help-block {
      float: right; }
.page-node-registrations #registration-entity-settings-form .form-group label {
  display: block;
  margin-bottom: 0.5rem; }
.page-node-registrations #registration-entity-settings-form .form-group input:not(submit):not(reset), .page-node-registrations #registration-entity-settings-form .form-group textarea {
  padding: 0.5rem 0.625rem;
  border: 1px solid #9b9b9b; }
.page-node-registrations #registration-entity-settings-form .form-group textarea {
  min-height: 9.375rem; }

.page-printmail .s-home2 {
  padding-left: 0;
  padding-right: 0; }

@media (max-width: 640px) {
  #mediatheque {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; } }
@media (min-width: 768px) and (max-width: 980px) {
  #mediatheque {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; } }
@media (min-width: 641px) and (max-width: 767px) {
  #mediatheque .col-lg-4 {
    width: 50%;
    float: left; } }
@media (min-width: 768px) and (max-width: 980px) {
  #mediatheque .col-lg-4 {
    width: 50%;
    float: left;
    margin-left: 0px; } }
@media (min-width: 981px) {
  #mediatheque .col-lg-4 {
    float: left; } }
#mediatheque .pane-nouveautes-bv, #mediatheque .pane-nouveautes, #mediatheque .pane-th-matique-bmn {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  padding-top: 1.25rem; }
  #mediatheque .pane-nouveautes-bv > div > .view-nouveautes-bv h2, #mediatheque .pane-nouveautes-bv h2 > .view-nouveautes-bv h2, #mediatheque .pane-nouveautes-bv h1 > .view-nouveautes-bv h2, #mediatheque .pane-nouveautes > div > .view-nouveautes-bv h2, #mediatheque .pane-nouveautes h2 > .view-nouveautes-bv h2, #mediatheque .pane-nouveautes h1 > .view-nouveautes-bv h2, #mediatheque .pane-th-matique-bmn > div > .view-nouveautes-bv h2, #mediatheque .pane-th-matique-bmn h2 > .view-nouveautes-bv h2, #mediatheque .pane-th-matique-bmn h1 > .view-nouveautes-bv h2 {
    padding-left: 0px; }
  #mediatheque .pane-nouveautes-bv h1.pane-title, #mediatheque .pane-nouveautes h1.pane-title, #mediatheque .pane-th-matique-bmn h1.pane-title {
    margin-bottom: 1.25rem; }
    @media (max-width: 640px) {
      #mediatheque .pane-nouveautes-bv h1.pane-title, #mediatheque .pane-nouveautes h1.pane-title, #mediatheque .pane-th-matique-bmn h1.pane-title {
        font-size: 8vw; } }
  @media (max-width: 640px) {
    #mediatheque .pane-nouveautes-bv .img-header, #mediatheque .pane-nouveautes .img-header, #mediatheque .pane-th-matique-bmn .img-header {
      padding-left: 0px !important;
      padding-right: 0.3125rem !important; } }
  @media (max-width: 640px) {
    #mediatheque .pane-nouveautes-bv .page-header, #mediatheque .pane-nouveautes .page-header, #mediatheque .pane-th-matique-bmn .page-header {
      padding-left: 0px !important;
      padding-right: 0.3125rem !important; } }
  @media (max-width: 640px) {
    #mediatheque .pane-nouveautes-bv .field-type-text-with-summary, #mediatheque .pane-nouveautes .field-type-text-with-summary, #mediatheque .pane-th-matique-bmn .field-type-text-with-summary {
      display: none; } }

.pane-rubrique-navigation {
  background: linear-gradient(to bottom, #ececec 3.75rem, #ececec 3.75rem, #ececec 100%); }
  .pane-rubrique-navigation > div .row, .pane-rubrique-navigation h2 .row {
    margin-left: 0px;
    margin-right: 0px; }
  .pane-rubrique-navigation > div > .view-rubrique-navigation h2, .pane-rubrique-navigation h2 > .view-rubrique-navigation h2 {
    padding-left: 0px; }

@media (max-width: 640px) {
  .scald-file-processed .pane-publications {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; } }
@media (max-width: 640px) {
  .scald-file-processed .pane-publications .col-sm-4 {
    padding-right: 0;
    padding-left: 0; } }
.scald-file-processed .pane-publications .view-publications h1 {
  padding-left: 0;
  padding-right: 0; }

.page-mediatheque .s-home2 {
  padding-left: 0;
  padding-right: 0; }
@media (max-width: 640px) {
  .page-mediatheque .col-sm-4 {
    padding-right: 0;
    padding-left: 0; } }
.page-mediatheque .view-publications .view-filters, .page-mediatheque .view-th-matique-bmn .view-filters {
  padding-left: 0;
  padding-right: 0; }
.page-mediatheque .view-publications .view-content, .page-mediatheque .view-th-matique-bmn .view-content {
  padding-left: 0;
  padding-right: 0; }
  .page-mediatheque .view-publications .view-content .row, .page-mediatheque .view-th-matique-bmn .view-content .row {
    margin-right: 0;
    margin-left: 0; }
    .page-mediatheque .view-publications .view-content .row .col-lg-12, .page-mediatheque .view-th-matique-bmn .view-content .row .col-lg-12 {
      padding-left: 0;
      padding-right: 0; }
.page-mediatheque .view-publications h1, .page-mediatheque .view-th-matique-bmn h1 {
  padding-left: 0;
  padding-right: 0; }

#videotheque .panels-flexible-region {
  width: 100%; }
#videotheque .pane-a-la-une {
  max-width: 100%;
  background: linear-gradient(to bottom, #ffffff 3.75rem, #252525 3.75rem, #252525 100%); }
  #videotheque .pane-a-la-une .ligne1 {
    margin-bottom: 1.875rem; }
    #videotheque .pane-a-la-une .ligne1 .media-info {
      position: relative;
      padding: 1.875rem;
      margin-top: 1.875rem; }
      @media (max-width: 640px) {
        #videotheque .pane-a-la-une .ligne1 .media-info {
          padding: 0 0.625rem 1.25rem; } }
      @media (max-width: 640px) {
        #videotheque .pane-a-la-une .ligne1 .media-info h1 {
          font-size: 8vw;
          color: #fff; } }
      #videotheque .pane-a-la-une .ligne1 .media-info h1 a {
        font-family: oswaldregular;
        font-size: 3.125rem;
        line-height: 1.2;
        color: #252525; }
        @media (max-width: 640px) {
          #videotheque .pane-a-la-une .ligne1 .media-info h1 a {
            color: #fff; } }
      @media (max-width: 640px) {
        #videotheque .pane-a-la-une .ligne1 .media-info .field-name-field-descriptif-video {
          color: #fff; } }
      #videotheque .pane-a-la-une .ligne1 .media-info p {
        margin-top: 1.25rem; }
    #videotheque .pane-a-la-une .ligne1 .col-sm-9 {
      flex: 1 0 45.3125rem;
      margin-right: 1.5625rem;
      padding-left: 0px;
      padding-right: 0px;
      width: 72%; }
      @media (min-width: 768px) and (max-width: 980px) {
        #videotheque .pane-a-la-une .ligne1 .col-sm-9 {
          flex: 1 0 auto;
          width: 100%;
          margin-bottom: 1.25rem; } }
      @media (min-width: 641px) and (max-width: 767px) {
        #videotheque .pane-a-la-une .ligne1 .col-sm-9 {
          flex: 1 0 auto;
          width: 100%;
          margin-bottom: 1.25rem; } }
      @media (max-width: 640px) {
        #videotheque .pane-a-la-une .ligne1 .col-sm-9 {
          margin-right: 0;
          width: 100%; } }
    #videotheque .pane-a-la-une .ligne1 .col-sm-3 {
      padding-left: 0px;
      padding-right: 0px; }
      @media (max-width: 640px) {
        #videotheque .pane-a-la-une .ligne1 .col-sm-3 {
          margin: 0;
          background-color: #252525;
          padding: 1.25rem 0.625rem; } }
      @media (min-width: 641px) and (max-width: 767px) {
        #videotheque .pane-a-la-une .ligne1 .col-sm-3 {
          width: 100%; } }
      #videotheque .pane-a-la-une .ligne1 .col-sm-3 h2 {
        margin-left: 0;
        padding-left: 0;
        padding-bottom: 3.125rem;
        margin-bottom: 0; }
      #videotheque .pane-a-la-une .ligne1 .col-sm-3 dt {
        color: #9b9b9b;
        text-transform: uppercase;
        font-family: oswaldregular;
        font-size: 0.75rem;
        font-weight: normal; }
      #videotheque .pane-a-la-une .ligne1 .col-sm-3 dd {
        margin-bottom: 1.25rem;
        color: #fff;
        font-weight: normal; }
        #videotheque .pane-a-la-une .ligne1 .col-sm-3 dd a {
          color: #fff; }
#videotheque .pane-nouveautes {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  padding-top: 1.25rem; }
  #videotheque .pane-nouveautes > div > .view-nouveautes-bv h2, #videotheque .pane-nouveautes h2 > .view-nouveautes-bv h2, #videotheque .pane-nouveautes h1 > .view-nouveautes-bv h2 {
    padding-left: 0px; }
  #videotheque .pane-nouveautes h1.pane-title {
    margin-bottom: 1.25rem; }
    @media (max-width: 640px) {
      #videotheque .pane-nouveautes h1.pane-title {
        font-size: 8vw; } }
  @media (max-width: 640px) {
    #videotheque .pane-nouveautes .img-header {
      padding-left: 0px !important;
      padding-right: 0.3125rem !important; } }
  @media (max-width: 640px) {
    #videotheque .pane-nouveautes .page-header {
      padding-left: 0px !important;
      padding-right: 0.3125rem !important; } }
  @media (max-width: 640px) {
    #videotheque .pane-nouveautes .field-type-text-with-summary {
      display: none; } }

.page-atom- .fond-noir {
  background: linear-gradient(to bottom, #ffffff 10rem, #252525 10rem, #252525 100%); }
.page-atom- .main-container {
  max-width: 100%; }
  .page-atom- .main-container header {
    padding-right: 15px;
    padding-left: 15px; }
  .page-atom- .main-container .s-home2 {
    display: none; }
  .page-atom- .main-container > .row > section {
    padding-left: 0px;
    padding-right: 0px; }
    @media (max-width: 640px) {
      .page-atom- .main-container > .row > section {
        margin-left: 15px;
        margin-right: 15px; } }
  @media (max-width: 640px) {
    .page-atom- .main-container > .row {
      background: none; }
      .page-atom- .main-container > .row .breadcrumb {
        margin-left: 0.625rem; } }
  @media (min-width: 768px) and (max-width: 980px) {
    .page-atom- .main-container > .row .breadcrumb {
      margin-left: 0.625rem; } }
  .page-atom- .main-container > .row main {
    display: block; }
  .page-atom- .main-container > .row article {
    padding-top: 0; }
  .page-atom- .main-container > .row .ligne1 {
    margin-bottom: 1.875rem; }
    .page-atom- .main-container > .row .ligne1 .media-info {
      position: relative;
      padding: 1.875rem;
      margin-top: 1.875rem; }
      @media (max-width: 640px) {
        .page-atom- .main-container > .row .ligne1 .media-info {
          padding: 0; } }
      @media (max-width: 640px) {
        .page-atom- .main-container > .row .ligne1 .media-info > h1 {
          font-size: 8vw; } }
      .page-atom- .main-container > .row .ligne1 .media-info > h1 a {
        font-family: oswaldregular;
        font-size: 3.125rem;
        line-height: 1.2;
        color: #252525; }
        .page-atom- .main-container > .row .ligne1 .media-info > h1 a:hover {
          text-decoration: none; }
        @media (max-width: 640px) {
          .page-atom- .main-container > .row .ligne1 .media-info > h1 a {
            color: #fff; } }
      .page-atom- .main-container > .row .ligne1 .media-info p {
        margin-top: 1.25rem; }
        @media (max-width: 640px) {
          .page-atom- .main-container > .row .ligne1 .media-info p {
            color: #fff; } }
    .page-atom- .main-container > .row .ligne1 .col-sm-9 {
      flex: 1 0 45.3125rem;
      margin-right: 1.5625rem;
      padding-left: 0px;
      padding-right: 0px;
      width: 72%; }
      @media (min-width: 768px) and (max-width: 980px) {
        .page-atom- .main-container > .row .ligne1 .col-sm-9 {
          flex: 1 0 auto;
          width: 100%; } }
      @media (min-width: 641px) and (max-width: 767px) {
        .page-atom- .main-container > .row .ligne1 .col-sm-9 {
          width: 100%; } }
      @media (max-width: 640px) {
        .page-atom- .main-container > .row .ligne1 .col-sm-9 {
          margin-right: 0;
          width: 100%; } }
    .page-atom- .main-container > .row .ligne1 .col-sm-3 {
      margin-top: 4.375rem;
      padding-left: 0px;
      padding-right: 0px; }
      @media (max-width: 640px) {
        .page-atom- .main-container > .row .ligne1 .col-sm-3 {
          margin: 0;
          background-color: #252525;
          padding: 0; } }
      .page-atom- .main-container > .row .ligne1 .col-sm-3 dt {
        color: #9b9b9b;
        text-transform: uppercase;
        font-family: oswaldregular;
        font-size: 0.75rem;
        font-weight: normal; }
      .page-atom- .main-container > .row .ligne1 .col-sm-3 dd {
        margin-bottom: 1.25rem;
        color: #fff;
        font-weight: normal; }
        .page-atom- .main-container > .row .ligne1 .col-sm-3 dd a {
          color: #fff; }
  .page-atom- .main-container > .row .ligne2 {
    margin-top: 1.875rem;
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
    background-color: #fff; }
    @media (max-width: 640px) {
      .page-atom- .main-container > .row .ligne2 > section .view-content .row {
        margin-left: 0;
        margin-right: 0; } }
    @media (min-width: 641px) and (max-width: 767px) {
      .page-atom- .main-container > .row .ligne2 > section .view-content .row {
        margin-left: 0;
        margin-right: 0; } }
    @media (min-width: 768px) and (max-width: 980px) {
      .page-atom- .main-container > .row .ligne2 > section .view-content .row {
        margin-left: 0;
        margin-right: 0; } }
    @media (min-width: 981px) {
      .page-atom- .main-container > .row .ligne2 > section .view-content .row {
        margin-left: 0;
        margin-right: 0; } }
    .page-atom- .main-container > .row .ligne2 > section .titre-video p {
      font-family: oswaldregular;
      font-size: 1.375rem;
      margin-bottom: 0.625rem;
      line-height: 1.2;
      color: #252525; }

.full-basic.top-media, .page-accueil .panneau-a-la-une .top-media.row {
  background: linear-gradient(to bottom, #ffffff 6.25rem, #ececec 6.25rem, #ececec 100%); }
  .full-basic.top-media .col-md-9, .page-accueil .panneau-a-la-une .top-media.row .col-md-9 {
    flex: 1 0 44.0625rem; }
    @media (min-width: 768px) and (max-width: 980px) {
      .full-basic.top-media .col-md-9, .page-accueil .panneau-a-la-une .top-media.row .col-md-9 {
        flex: 1 0 auto;
        width: calc(60% - 1.875rem); } }
  .full-basic.top-media .col-md-3, .page-accueil .panneau-a-la-une .top-media.row .col-md-3 {
    flex: 0 0 15.3125rem; }
    @media (min-width: 768px) and (max-width: 980px) {
      .full-basic.top-media .col-md-3, .page-accueil .panneau-a-la-une .top-media.row .col-md-3 {
        flex: 1 0 auto;
        width: 40%; } }
  .full-basic.top-media .img-header, .page-accueil .panneau-a-la-une .top-media.row .img-header {
    position: static; }
  .full-basic.top-media h1, .page-accueil .panneau-a-la-une .top-media.row h1 {
    font-family: oswaldregular;
    font-size: 4.5rem;
    color: #a0ca80;
    margin-bottom: 1.875rem; }
    @media (max-width: 640px) {
      .full-basic.top-media h1, .page-accueil .panneau-a-la-une .top-media.row h1 {
        font-size: 8vw; } }
  .full-basic.top-media aside .intro, .page-accueil .panneau-a-la-une .top-media.row aside .intro {
    padding: 0.9375rem;
    margin-bottom: 0.625rem;
    font-size: 1rem;
    background-color: #fff; }
  .full-basic.top-media aside .info-juridique, .page-accueil .panneau-a-la-une .top-media.row aside .info-juridique {
    background-color: #252525;
    padding: 0.3125rem 0.625rem;
    font-size: 0.875rem; }
    .full-basic.top-media aside .info-juridique a, .page-accueil .panneau-a-la-une .top-media.row aside .info-juridique a {
      display: block;
      vertical-align: middle;
      color: #fff; }
      .full-basic.top-media aside .info-juridique a:before, .page-accueil .panneau-a-la-une .top-media.row aside .info-juridique a:before {
        content: "\E008";
        font-family: dgac-portail;
        color: #a0ca80;
        padding-right: 0.625rem;
        vertical-align: middle; }
      .full-basic.top-media aside .info-juridique a:after, .page-accueil .panneau-a-la-une .top-media.row aside .info-juridique a:after {
        content: "\E00A";
        font-family: dgac-portail;
        float: right; }

.media-navigation {
  font-family: oswaldregular;
  font-size: 1.5625rem;
  text-transform: uppercase;
  margin-bottom: 1.25rem; }
  .media-navigation li:first-child a {
    border-top: 2px solid #9b9b9b; }
  .media-navigation a {
    display: block;
    padding: 0.625rem;
    color: #252525;
    border-bottom: 2px solid #9b9b9b; }
    .media-navigation a:after {
      color: #a0ca80;
      font-family: dgac-portail;
      font-size: 2.1875rem;
      float: right; }
  .media-navigation .videotheque:after {
    content: "\E001"; }
  .media-navigation .phototheque:after {
    content: "\E002"; }
  .media-navigation .publications:after {
    content: "\E003"; }
  .media-navigation .webotheque:after {
    content: "\E004"; }

.media-type {
  position: relative; }
  @media (max-width: 640px) {
    .media-type:before {
      display: none; } }
  .media-type:before {
    font-family: dgac-portail;
    position: absolute;
    top: 1.875rem;
    left: -1.875rem;
    color: #a0ca80;
    font-size: 1.5625rem; }
    @media (max-width: 640px) {
      .media-type:before {
        top: 0.625rem; } }
    @media (min-width: 768px) and (max-width: 980px) {
      .media-type:before {
        left: -1.25rem; } }
  .media-type .titre-video a {
    font-family: oswaldregular;
    font-size: 1.5625rem;
    line-height: 1.2;
    color: #252525; }
  @media (max-width: 640px) {
    .media-type .titre-video a {
      font-size: 0.875rem; } }
  @media (max-width: 640px) {
    .media-type h2 > a {
      font-size: 0.875rem; } }

.type-photo:before {
  content: "\E002"; }

.type-publications:before {
  content: "\E003"; }

.type-web:before {
  content: "\E004"; }

.type-video:before {
  content: "\E001"; }

.basic-aside .overflow {
  height: 32.5rem;
  overflow-y: auto;
  padding-right: 0.3125rem; }

.top-theme {
  background: linear-gradient(to bottom, #ffffff 5.9375rem, #ececec 5.9375rem, #ececec 100%); }
  @media (max-width: 640px) {
    .top-theme {
      background: none; }
      .top-theme .breadcrumb {
        margin-left: 0.625rem; } }
  @media (min-width: 768px) and (max-width: 980px) {
    .top-theme .breadcrumb {
      margin-left: 1.25rem; } }
  .top-theme h1 {
    flex: 1 1 85%;
    margin-left: 1.25rem;
    font-size: 2.5rem;
    font-family: oswaldregular;
    text-transform: uppercase; }
    @media (max-width: 640px) {
      .top-theme h1 {
        margin-left: 0;
        font-size: 8vw; } }
  .top-theme .dropdown {
    display: flex;
    justify-content: space-between; }
    @media (max-width: 640px) {
      .top-theme .dropdown {
        display: block;
        padding: 0 0.625rem; } }
    @media (min-width: 768px) and (max-width: 980px) {
      .top-theme .dropdown {
        padding: 0 1.25rem; } }
    .top-theme .dropdown button[data-toggle="dropdown"] {
      max-width: 15%;
      height: 1.875rem;
      align-self: center; }
      @media (max-width: 640px) {
        .top-theme .dropdown button[data-toggle="dropdown"] {
          max-width: 100%;
          margin-bottom: 1.25rem; } }
    .top-theme .dropdown .dropdown-menu {
      max-width: 31.25rem;
      top: 85%; }
      .top-theme .dropdown .dropdown-menu:after, .top-theme .dropdown .dropdown-menu:before {
        content: "";
        display: table;
        clear: both; }
      .top-theme .dropdown .dropdown-menu {
        *zoom: 1; }
      .top-theme .dropdown .dropdown-menu li {
        display: inline-block;
        float: left;
        width: 50%; }

.header-theme {
  padding: 1.875rem 0 2.5rem;
  font-size: 1.25rem;
  font-family: signikalight; }
  @media (max-width: 640px) {
    .header-theme {
      background-color: #ececec;
      padding: 1.25rem 0.625rem; } }
  @media (min-width: 768px) and (max-width: 980px) {
    .header-theme {
      padding: 1.25rem; } }

.full-pagination {
  padding: 1.875rem 0;
  background-color: #f6f6f6; }
  .full-pagination .pagination {
    width: 61.25rem;
    margin: 0 auto; }
    @media (max-width: 640px) {
      .full-pagination .pagination {
        width: auto; } }
    @media (min-width: 768px) and (max-width: 980px) {
      .full-pagination .pagination {
        width: 100%; } }
    .full-pagination .pagination li {
      text-transform: uppercase;
      font-family: oswaldregular;
      font-size: 1.25rem; }
      @media (max-width: 640px) {
        .full-pagination .pagination li {
          margin-bottom: 1.25rem;
          padding: 0 0.625rem; } }
      .full-pagination .pagination li a {
        padding: 0.3125rem; }
        .full-pagination .pagination li a.active {
          background-color: #e96b10;
          color: #fff; }
        .full-pagination .pagination li a.selected {
          color: #9b9b9b; }

.row.gallery {
  margin-top: 3.125rem; }
  @media (min-width: 768px) and (max-width: 980px) {
    .row.gallery {
      padding: 0 0.625rem; } }
  .row.gallery:first-child {
    margin-top: 0; }
  .row.gallery .date {
    display: block;
    margin-bottom: 0.625rem;
    font-size: 0.875rem;
    color: #e96b10; }
  .row.gallery .download {
    background: none;
    padding: 0;
    margin-top: 1.25rem; }

.download {
  display: inline-block;
  padding: 0.625rem 1.25rem;
  background-color: #f6f6f6;
  font-family: oswaldregular;
  text-transform: uppercase;
  font-size: 0.875rem;
  color: #9b9b9b; }
  .download:after {
    content: "\E007";
    font-family: dgac-portail;
    font-size: 1.25rem;
    padding-left: 0.625rem;
    vertical-align: bottom; }

.page-node-add-adherent .main-container .node-adherent-form .form-group label, .page-node-registrations #registration-entity-settings-form .form-group label, .page-node-add-adherent .main-container .node-adherent-form .form-group input:not(submit):not(reset), .page-node-add-adherent .main-container .node-adherent-form .form-group textarea, .page-node-registrations #registration-entity-settings-form .form-group input:not(submit):not(reset), .page-node-registrations #registration-entity-settings-form .form-group textarea, .contact .bootstrap-select.btn-group .dropdown-menu li a, .contact .form-element-simple input:not(submit):not(reset), .contact .form-element-simple textarea, .contact .form-element-multi h2, .contact .form-element-multi label, .contact .form-element-multi .radio label, .contact .togglebutton label, .node-type-webform .form-group input:not(submit):not(reset), .node-type-webform .form-group textarea, .page-registration-edit .form-group input:not(submit):not(reset), .page-registration-edit .form-group textarea, .page-node-register .form-group input:not(submit):not(reset), .page-node-register .form-group textarea, .contact .form-element-simple label, .node-type-webform .form-group label, .covoiturage .row .col-sm-12 .bootstrap-threecol-stacked .views-exposed-widgets label, .page-registration-edit .form-group label, .page-node-register .form-group label {
  font-family: signikalight;
  font-size: 1rem; }

.page-node-add-adherent .main-container .node-adherent-form .form-group input:not(submit):not(reset), .page-node-add-adherent .main-container .node-adherent-form .form-group textarea, .page-node-registrations #registration-entity-settings-form .form-group input:not(submit):not(reset), .page-node-registrations #registration-entity-settings-form .form-group textarea, .contact .bootstrap-select.btn-group .dropdown-menu li a, .contact .form-element-simple input:not(submit):not(reset), .contact .form-element-simple textarea, .contact .form-element-multi h2, .contact .form-element-multi label, .contact .form-element-multi .radio label, .contact .togglebutton label, .node-type-webform .form-group input:not(submit):not(reset), .node-type-webform .form-group textarea, .page-registration-edit .form-group input:not(submit):not(reset), .page-registration-edit .form-group textarea, .page-node-register .form-group input:not(submit):not(reset), .page-node-register .form-group textarea {
  color: #252525; }

.contact button[type="submit"], .contact button[type="reset"] {
  height: 1.875rem;
  color: #fff;
  border: 0;
  font-family: oswaldregular;
  font-size: 0.9375rem;
  text-transform: uppercase;
  padding: 0 1.25rem;
  cursor: pointer; }

.contact .bootstrap-select.btn-group .dropdown-toggle {
  position: relative;
  width: 100%;
  background-color: #fff;
  border: 1px solid #9b9b9b;
  height: 2.5rem;
  cursor: pointer;
  padding-right: 2.5rem;
  overflow: hidden; }
  .contact .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    margin-top: 0.25rem;
    overflow: hidden;
    width: 100%;
    text-align: left;
    font-size: 1.125rem;
    font-family: signikalight; }
  .contact .bootstrap-select.btn-group .dropdown-toggle .bs-caret {
    position: absolute;
    height: 2.375rem;
    width: 2.5rem;
    right: 0;
    top: 0;
    z-index: 100;
    border-left: 1px solid #9b9b9b;
    background-color: #6361a9;
    margin-top: 0; }
  .contact .bootstrap-select.btn-group .dropdown-toggle .caret {
    display: block;
    margin-top: calc(50% - 0.1875rem / 2);
    font-family: oswaldregular;
    font-size: 1rem;
    line-height: 0;
    float: none;
    text-align: center; }
    .contact .bootstrap-select.btn-group .dropdown-toggle .caret:after {
      color: #fff; }
.contact .bootstrap-select.btn-group .dropdown-menu {
  width: 100%;
  position: absolute;
  top: 2.625rem;
  left: 0;
  z-index: 100;
  display: none;
  background-color: #fff;
  overflow: hidden !important;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14); }
  .contact .bootstrap-select.btn-group .dropdown-menu li {
    position: relative; }
    .contact .bootstrap-select.btn-group .dropdown-menu li a {
      display: block;
      padding: 0.3125rem 0.625rem; }
  .contact .bootstrap-select.btn-group .dropdown-menu .selected a {
    background-color: #bab9d1; }
  .contact .bootstrap-select.btn-group .dropdown-menu.inner {
    position: static;
    border: 1px solid #9b9b9b; }

.contact {
  display: flex;
  margin-bottom: 2.5rem; }
  @media (max-width: 640px) {
    .contact {
      display: block;
      padding: 0 0.625rem; } }
  @media (min-width: 768px) and (max-width: 980px) {
    .contact {
      padding: 0 0.625rem; } }
  .contact .hat {
    font-size: 1.25rem; }
  .contact .error span {
    color: #d1332a; }
  .contact .error input, .contact .error textarea {
    border-color: #d1332a !important;
    color: #d1332a !important; }
  .contact input[placeholder] {
    color: inherit; }
  .contact legend {
    font-size: 1.5625rem;
    margin-bottom: 1.5625rem; }
  .contact button[type="submit"] {
    background-color: #6361a9; }
  .contact button[type="reset"] {
    background-color: #bab9d1; }
  .contact .form-element-simple {
    margin-bottom: 2.5rem; }
    .contact .form-element-simple label {
      display: block;
      margin-bottom: 0.5rem; }
    .contact .form-element-simple input:not(submit):not(reset), .contact .form-element-simple textarea {
      width: 100%;
      height: 2.5rem;
      padding: 0.5rem 0.625rem;
      border: 1px solid #9b9b9b; }
    .contact .form-element-simple textarea {
      min-height: 9.375rem; }
  .contact .bootstrap-select {
    position: relative;
    height: 2.5rem; }
    .contact .bootstrap-select > select {
      position: absolute !important;
      bottom: 0;
      left: 50%;
      top: -5000px;
      display: block !important;
      width: 0.5px !important;
      height: auto !important;
      padding: 0 !important;
      opacity: 0 !important;
      border: none; }
    .contact .bootstrap-select.btn-group .btn {
      padding-left: 0.625rem; }
    .contact .bootstrap-select.open .dropdown-menu {
      display: block; }
  .contact .form-element-multi {
    margin-bottom: 1.875rem; }
    .contact .form-element-multi h2 {
      margin-bottom: 0.625rem; }
    .contact .form-element-multi label {
      cursor: pointer;
      display: inline-block;
      margin-right: 1.25rem; }
    .contact .form-element-multi .radio input[type=radio] {
      position: absolute;
      z-index: -1;
      opacity: 0; }
      .contact .form-element-multi .radio input[type=radio]:checked + .circle:before {
        content: "\E00B";
        font-family: dgac;
        font-size: 1.25rem;
        color: #6361a9; }
    .contact .form-element-multi .radio label {
      cursor: pointer;
      display: inline-block;
      margin-right: 1.25rem; }
    .contact .form-element-multi .radio .circle {
      width: 1.5625rem;
      height: 1.5625rem;
      position: relative;
      top: 0.375rem;
      display: inline-block; }
      .contact .form-element-multi .radio .circle:before {
        position: absolute;
        left: 0;
        top: 0;
        content: "\E00A";
        font-family: dgac;
        font-size: 1.25rem;
        color: #9b9b9b; }
  .contact input[type=checkbox] {
    position: absolute;
    z-index: -1;
    opacity: 0; }
    .contact input[type=checkbox]:checked + .checkbox-material .check {
      background-color: #6361a9;
      border: 0; }
    .contact input[type=checkbox]:checked + .checkbox-material .check:before {
      content: "\E00C";
      font-family: dgac;
      color: #fff;
      font-size: 0.875rem;
      line-height: 0;
      padding-top: 0.5625rem; }
  .contact .checkbox-material .check {
    position: relative;
    top: 0.1875rem;
    display: inline-block;
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 0.1875rem;
    overflow: hidden;
    z-index: 1;
    background-color: #fff;
    border: 1px solid #9b9b9b;
    margin-right: 0.3125rem; }
  .contact .checkbox-material .check:before {
    position: absolute;
    content: "";
    display: block;
    left: calc(50% - 0.375rem);
    top: calc(50% - 0.5625rem); }
  .contact .togglebutton label {
    cursor: pointer;
    display: inline-block;
    margin-right: 1.25rem; }
  .contact .togglebutton input[type=checkbox] {
    position: absolute;
    z-index: -1;
    opacity: 0; }
    .contact .togglebutton input[type=checkbox][disabled] + .toggle:after, .contact .togglebutton input[type=checkbox][disabled]:checked + .toggle:after {
      background-color: #797979; }
    .contact .togglebutton input[type=checkbox] + .toggle:active:after, .contact .togglebutton input[type=checkbox]:checked + .toggle:after {
      left: 0.9375rem; }
    .contact .togglebutton input[type=checkbox]:checked + .toggle {
      background-color: #bab9d1; }
    .contact .togglebutton input[type=checkbox]:checked + .toggle:after {
      background-color: #6361a9; }
  .contact .togglebutton .toggle:after {
    content: "";
    display: inline-block;
    width: 1.25rem;
    height: 1.25rem;
    background-color: #F1F1F1;
    border-radius: 1.25rem;
    position: relative;
    box-shadow: 0 0px 2px 1px rgba(0, 0, 0, 0.4);
    left: -0.3125rem;
    top: -0.125rem; }
  .contact .togglebutton .toggle,
  .contact .togglebutton input[type=checkbox][disabled] + .toggle {
    content: "";
    display: inline-block;
    width: 1.875rem;
    height: 0.9375rem;
    background-color: #9b9b9b;
    border-radius: 0.9375rem;
    margin-right: 0.9375rem;
    vertical-align: middle; }
  .contact .input-file {
    position: relative;
    margin-bottom: 1.875rem; }
    .contact .input-file input[type=file] {
      opacity: 0;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 100;
      cursor: pointer; }
    .contact .input-file .input-group {
      display: flex;
      flex-wrap: nowrap;
      width: 100%; }
      .contact .input-file .input-group .form-control {
        border: 1px solid #9b9b9b;
        height: 2.5rem;
        padding: 0.625rem;
        float: none;
        font-size: 1rem;
        width: calc(100% - 3.4375rem); }
    .contact .input-file .input-group-btn {
      width: 3.4375rem;
      height: 2.5rem; }
      .contact .input-file .input-group-btn:after {
        content: "\E012";
        font-family: dgac;
        font-size: 1.5625rem;
        color: #fff;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        padding: 0.4375rem 0 0 calc(50% - 0.75rem);
        background-color: #6361a9; }
    .contact .input-file .btn-fab-mini {
      height: 2.5rem;
      background-color: transparent;
      border: 0;
      width: 3.4375rem; }
  .contact .submit {
    text-align: right; }

.scald-file-processed .pane-publications .view-publications .view-filters .views-exposed-form, .page-mediatheque .view-publications .view-filters .views-exposed-form, .page-mediatheque .view-th-matique-bmn .view-filters .views-exposed-form, #videotheque .views-exposed-form, .page-atom- .main-container .views-exposed-form, .pane-annonce .view-annonce .view-filters .views-exposed-form {
  margin-bottom: 2.5rem; }
  .scald-file-processed .pane-publications .view-publications .view-filters .views-exposed-form .form-select, .page-mediatheque .view-publications .view-filters .views-exposed-form .form-select, .page-mediatheque .view-th-matique-bmn .view-filters .views-exposed-form .form-select, #videotheque .views-exposed-form .form-select, .page-atom- .main-container .views-exposed-form .form-select, .pane-annonce .view-annonce .view-filters .views-exposed-form .form-select {
    border: 3px solid #6361a9;
    color: #6361a9; }
    @media (max-width: 640px) {
      .scald-file-processed .pane-publications .view-publications .view-filters .views-exposed-form .form-select, .page-mediatheque .view-publications .view-filters .views-exposed-form .form-select, .page-mediatheque .view-th-matique-bmn .view-filters .views-exposed-form .form-select, #videotheque .views-exposed-form .form-select, .page-atom- .main-container .views-exposed-form .form-select, .pane-annonce .view-annonce .view-filters .views-exposed-form .form-select {
        max-width: 100%;
        margin-bottom: 1.25rem; } }
  .scald-file-processed .pane-publications .view-publications .view-filters .views-exposed-form .form-text, .page-mediatheque .view-publications .view-filters .views-exposed-form .form-text, .page-mediatheque .view-th-matique-bmn .view-filters .views-exposed-form .form-text, #videotheque .views-exposed-form .form-text, .page-atom- .main-container .views-exposed-form .form-text, .pane-annonce .view-annonce .view-filters .views-exposed-form .form-text {
    border: 3px solid #6361a9;
    color: #6361a9; }
  .scald-file-processed .pane-publications .view-publications .view-filters .views-exposed-form .views-submit-button button, .page-mediatheque .view-publications .view-filters .views-exposed-form .views-submit-button button, .page-mediatheque .view-th-matique-bmn .view-filters .views-exposed-form .views-submit-button button, #videotheque .views-exposed-form .views-submit-button button, .page-atom- .main-container .views-exposed-form .views-submit-button button, .pane-annonce .view-annonce .view-filters .views-exposed-form .views-submit-button button {
    margin-top: 24px;
    padding-top: 10px;
    border: 3px solid #6361a9;
    background-color: #6361a9;
    color: #fff; }
  .scald-file-processed .pane-publications .view-publications .view-filters .views-exposed-form .views-exposed-widget, .page-mediatheque .view-publications .view-filters .views-exposed-form .views-exposed-widget, .page-mediatheque .view-th-matique-bmn .view-filters .views-exposed-form .views-exposed-widget, #videotheque .views-exposed-form .views-exposed-widget, .page-atom- .main-container .views-exposed-form .views-exposed-widget, .pane-annonce .view-annonce .view-filters .views-exposed-form .views-exposed-widget {
    padding-right: 12px; }

.select2-container, .select2-dropdown-open {
  width: 100%; }
  .select2-container .select2-choice, .select2-dropdown-open .select2-choice {
    background-image: none !important;
    background-color: #fff;
    border: 3px solid #6361a9;
    color: #6361a9;
    border: 1px solid #9b9b9b;
    height: 2.75rem;
    padding: 0.625rem;
    float: none;
    font-size: 1rem;
    width: 100%;
    border: 3px solid #6361a9;
    color: #6361a9;
    line-height: 1.5; }
  .select2-container .select2-arrow, .select2-dropdown-open .select2-arrow {
    background-image: none !important;
    background-color: #fff !important;
    vertical-align: middle !important;
    border-left: 0px !important;
    width: 20px !important;
    color: #6361a9 !important; }
    .select2-container .select2-arrow b, .select2-dropdown-open .select2-arrow b {
      background: none !important;
      padding-top: .3125rem;
      padding-bottom: .3125rem; }
      .select2-container .select2-arrow b:after, .select2-dropdown-open .select2-arrow b:after {
        content: "\E00C";
        font-family: dgac-portail; }

.node-type-webform .field-name-field-descriptif {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
  font-size: 1.25rem; }
.node-type-webform .form-group label {
  display: block;
  margin-bottom: 0.5rem; }
.node-type-webform .form-group input:not(submit):not(reset), .node-type-webform .form-group textarea {
  padding: 0.5rem 0.625rem;
  border: 1px solid #9b9b9b; }
.node-type-webform .form-group textarea {
  min-height: 9.375rem; }
.node-type-webform .webform-component-radios .radio {
  margin-bottom: 0px;
  margin-top: 0px;
  margin-left: 0px;
  display: inline; }
  .node-type-webform .webform-component-radios .radio label {
    cursor: pointer;
    display: inline-block;
    margin-right: 1.25rem;
    margin-bottom: 0px; }
  .node-type-webform .webform-component-radios .radio .form-radio {
    width: 1.5625rem;
    height: 1.5625rem;
    position: relative;
    top: 0.375rem;
    display: inline-block; }
.node-type-webform .webform-component-file {
  margin-bottom: 1.875rem; }
  .node-type-webform .webform-component-file .form-managed-file .form-file {
    width: auto;
    height: auto;
    float: left; }
  .node-type-webform .webform-component-file .form-managed-file .form-submit {
    float: left;
    margin-left: 0.625rem;
    margin-top: 0.3125rem; }
  .node-type-webform .webform-component-file .form-managed-file .file {
    width: auto;
    height: auto;
    padding: 5px 10px 5px 0px;
    margin-top: 0.3125rem;
    float: left; }
    .node-type-webform .webform-component-file .form-managed-file .file .file-icon {
      width: auto;
      height: auto;
      float: left;
      margin-top: 0.1rem; }
  .node-type-webform .webform-component-file .description {
    clear: both; }
.node-type-webform .webform-component-date {
  margin-bottom: 1.875rem; }
  .node-type-webform .webform-component-date .webform-container-inline .form-type-select .form-control, .node-type-webform .webform-component-date .webform-container-inline .form-type-select .month {
    width: auto;
    display: inline;
    font-size: inherit;
    text-transform: none;
    font-family: signikalight; }
  .node-type-webform .webform-component-date .webform-container-inline .webform-calendar {
    width: auto;
    height: auto;
    border: 0px;
    vertical-align: middle; }
  .node-type-webform .webform-component-date .select2-choice {
    border: 1px solid #9b9b9b; }
.node-type-webform .webform-grid .checkbox, .node-type-webform .webform-grid .radio {
  display: table-cell;
  text-align: center;
  width: 142px; }
  .node-type-webform .webform-grid .checkbox label, .node-type-webform .webform-grid .radio label {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
    margin-top: 0px; }
.node-type-webform .webform-component-checkboxes {
  margin-bottom: 1.875rem; }
.node-type-webform .webform-component-select {
  margin-bottom: 1.875rem; }
  .node-type-webform .webform-component-select .select2-choice {
    border: 1px solid #9b9b9b; }
.node-type-webform .webform-component-time {
  margin-bottom: 1.875rem; }
  .node-type-webform .webform-component-time .webform-container-inline label {
    display: inline-block; }
  .node-type-webform .webform-component-time .select2-choice {
    border: 1px solid #9b9b9b; }
.node-type-webform .panel-default {
  margin-top: 1.25rem; }
  .node-type-webform .panel-default .panel-body {
    padding-top: 0px;
    padding-bottom: 0px; }
.node-type-webform .row {
  padding-top: 1.25rem; }
.node-type-webform .form-actions {
  text-align: right; }

.page-node-register .groupe-champs-blanc .panel-default {
  margin-top: 0.625rem;
  padding: 0px;
  background-color: #fff; }
  .page-node-register .groupe-champs-blanc .panel-default .panel-body h3 {
    font-family: oswaldregular;
    text-transform: uppercase;
    margin-bottom: 1.25rem;
    font-size: 1.125rem;
    padding-bottom: 0.625rem;
    border-bottom: 1px solid #ddd; }
  .page-node-register .groupe-champs-blanc .panel-default .panel-body .select2-choice {
    background-image: none !important;
    background-color: #fff;
    border: 1px solid #9b9b9b !important;
    color: #9b9b9b;
    height: 2.75rem;
    padding: 0.625rem;
    float: none;
    font-size: 1rem;
    width: 100%;
    border: 3px solid #6361a9;
    color: #6361a9;
    line-height: 1.5; }
  .page-node-register .groupe-champs-blanc .panel-default .panel-body .select2-arrow {
    background-image: none !important;
    background-color: #fff !important;
    vertical-align: middle !important;
    border-left: 0px !important;
    width: 20px !important;
    color: #6361a9 !important; }
    .page-node-register .groupe-champs-blanc .panel-default .panel-body .select2-arrow b {
      background: none !important;
      padding-top: .3125rem;
      padding-bottom: .3125rem; }
      .page-node-register .groupe-champs-blanc .panel-default .panel-body .select2-arrow b:after {
        content: "\E00C";
        font-family: dgac-portail; }
  .page-node-register .groupe-champs-blanc .panel-default .panel-body .colonne-gauche {
    padding-left: 0px; }
    .page-node-register .groupe-champs-blanc .panel-default .panel-body .colonne-gauche label {
      margin-bottom: 0px; }
  .page-node-register .groupe-champs-blanc .panel-default .panel-body .colonne-droite {
    padding-right: 0px; }
    .page-node-register .groupe-champs-blanc .panel-default .panel-body .colonne-droite label {
      margin-bottom: 0px; }
    .page-node-register .groupe-champs-blanc .panel-default .panel-body .colonne-droite .field-widget-addressfield-standard {
      border-color: #fff; }
      .page-node-register .groupe-champs-blanc .panel-default .panel-body .colonne-droite .field-widget-addressfield-standard .panel-default {
        border-color: #fff; }
        .page-node-register .groupe-champs-blanc .panel-default .panel-body .colonne-droite .field-widget-addressfield-standard .panel-default > .panel-heading {
          background-color: #fff;
          border-color: #fff; }
          .page-node-register .groupe-champs-blanc .panel-default .panel-body .colonne-droite .field-widget-addressfield-standard .panel-default > .panel-heading .panel-title {
            width: 100%;
            font-family: oswaldregular;
            text-transform: uppercase;
            margin-bottom: 1.25rem;
            font-size: 0.875rem;
            padding-bottom: 0.625rem;
            border-bottom: 1px solid #ddd; }
  .page-node-register .groupe-champs-blanc .panel-default .panel-body .field-type-file {
    margin-bottom: 0.625rem; }
    .page-node-register .groupe-champs-blanc .panel-default .panel-body .field-type-file .panel {
      margin: 0px;
      padding: 0px; }
      .page-node-register .groupe-champs-blanc .panel-default .panel-body .field-type-file .panel .panel-heading {
        padding-top: 0px;
        padding-bottom: 0px;
        border-color: #fff; }
        .page-node-register .groupe-champs-blanc .panel-default .panel-body .field-type-file .panel .panel-heading .panel-title {
          font-family: oswaldregular;
          text-transform: uppercase;
          margin-bottom: 1.25rem;
          font-size: 0.875rem; }
      .page-node-register .groupe-champs-blanc .panel-default .panel-body .field-type-file .panel .form-control {
        height: inherit; }
.page-node-register .groupe-champs-gris .panel-default {
  margin-top: 0.625rem;
  padding: 0px;
  background-color: #f6f6f6; }
  .page-node-register .groupe-champs-gris .panel-default .panel-body h3 {
    font-family: oswaldregular;
    text-transform: uppercase;
    margin-bottom: 1.25rem;
    font-size: 1.125rem;
    padding-bottom: 0.625rem;
    border-bottom: 1px solid #ddd; }
  .page-node-register .groupe-champs-gris .panel-default .panel-body .select2-choice {
    background-image: none !important;
    background-color: #fff;
    border: 1px solid #9b9b9b !important;
    color: #9b9b9b;
    height: 2.75rem;
    padding: 0.625rem;
    float: none;
    font-size: 1rem;
    width: 100%;
    border: 3px solid #6361a9;
    color: #6361a9;
    line-height: 1.5; }
  .page-node-register .groupe-champs-gris .panel-default .panel-body .select2-arrow {
    background-image: none !important;
    background-color: #fff !important;
    vertical-align: middle !important;
    border-left: 0px !important;
    width: 20px !important;
    color: #6361a9 !important; }
    .page-node-register .groupe-champs-gris .panel-default .panel-body .select2-arrow b {
      background: none !important;
      padding-top: .3125rem;
      padding-bottom: .3125rem; }
      .page-node-register .groupe-champs-gris .panel-default .panel-body .select2-arrow b:after {
        content: "\E00C";
        font-family: dgac-portail; }
  .page-node-register .groupe-champs-gris .panel-default .panel-body .colonne-gauche {
    padding-left: 0px; }
    .page-node-register .groupe-champs-gris .panel-default .panel-body .colonne-gauche label {
      margin-bottom: 0px; }
  .page-node-register .groupe-champs-gris .panel-default .panel-body .colonne-droite {
    padding-right: 0px; }
    .page-node-register .groupe-champs-gris .panel-default .panel-body .colonne-droite label {
      margin-bottom: 0px; }
    .page-node-register .groupe-champs-gris .panel-default .panel-body .colonne-droite .field-widget-addressfield-standard {
      border-color: #fff; }
      .page-node-register .groupe-champs-gris .panel-default .panel-body .colonne-droite .field-widget-addressfield-standard .panel-default {
        border-color: #fff; }
        .page-node-register .groupe-champs-gris .panel-default .panel-body .colonne-droite .field-widget-addressfield-standard .panel-default > .panel-heading {
          border-color: #fff; }
          .page-node-register .groupe-champs-gris .panel-default .panel-body .colonne-droite .field-widget-addressfield-standard .panel-default > .panel-heading .panel-title {
            width: 100%;
            font-family: oswaldregular;
            text-transform: uppercase;
            margin-bottom: 1.25rem;
            font-size: 1.125rem;
            padding-bottom: 0.625rem;
            border-bottom: 1px solid #ddd; }

.page-taxonomy-term .main-container.rubrique {
  max-width: 100%; }
  @media (max-width: 640px) {
    .page-taxonomy-term .main-container.rubrique {
      padding-left: 0px;
      padding-right: 0px; } }
  @media (min-width: 768px) and (max-width: 980px) {
    .page-taxonomy-term .main-container.rubrique header {
      padding-left: 0px;
      padding-right: 0px; } }
  @media (min-width: 981px) {
    .page-taxonomy-term .main-container.rubrique header {
      padding-left: 0px;
      padding-right: 0px; } }
  @media (min-width: 1025px) {
    .page-taxonomy-term .main-container.rubrique header {
      padding-right: 15px;
      padding-left: 15px; } }
@media (max-width: 640px) {
  .page-taxonomy-term .main-container.mots-cles header {
    padding-left: 15px; } }
@media (max-width: 640px) {
  .page-taxonomy-term .main-container {
    background: none; } }
.page-taxonomy-term .main-container > .row {
  /*.field-name-field-description-de-la-rubrique{
  		margin-top:2em;
  		margin-bottom: 2em;
  }*/ }
  @media (max-width: 640px) {
    .page-taxonomy-term .main-container > .row {
      background: none; }
      .page-taxonomy-term .main-container > .row .breadcrumb {
        margin-left: 0.625rem; } }
  @media (min-width: 768px) and (max-width: 980px) {
    .page-taxonomy-term .main-container > .row .breadcrumb {
      margin-left: 0.625rem; } }
  .page-taxonomy-term .main-container > .row main {
    display: block; }
  @media (max-width: 640px) {
    .page-taxonomy-term .main-container > .row > .col-sm-12 {
      padding-left: 0px;
      padding-right: 0px; } }
  .page-taxonomy-term .main-container > .row .col-sm-12 {
    padding-right: 0;
    padding-left: 0; }
    @media (min-width: 641px) and (max-width: 767px) {
      .page-taxonomy-term .main-container > .row .col-sm-12 {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; } }
    @media (max-width: 640px) {
      .page-taxonomy-term .main-container > .row .col-sm-12 {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; } }
    .page-taxonomy-term .main-container > .row .col-sm-12 article {
      margin-bottom: 1.25rem; }
      .page-taxonomy-term .main-container > .row .col-sm-12 article header {
        padding-top: 0.625rem;
        border-top: 1px solid #9b9b9b;
        padding-right: 0px;
        padding-left: 0px; }
    .page-taxonomy-term .main-container > .row .col-sm-12 .espace, .page-taxonomy-term .main-container > .row .col-sm-12 .view-mode-dossier_2_colonnes {
      margin-bottom: 1.25rem; }
      @media (max-width: 640px) {
        .page-taxonomy-term .main-container > .row .col-sm-12 .espace, .page-taxonomy-term .main-container > .row .col-sm-12 .view-mode-dossier_2_colonnes {
          padding-left: 0px;
          padding-right: 0px; } }
    .page-taxonomy-term .main-container > .row .col-sm-12 .espace-bottom {
      margin-bottom: 1.25rem; }
    @media (max-width: 640px) {
      .page-taxonomy-term .main-container > .row .col-sm-12 .field-name-actualites-rubrique > div, .page-taxonomy-term .main-container > .row .col-sm-12 .field-name-articles-rub > div {
        padding-left: 0px;
        padding-right: 0px; } }
    .page-taxonomy-term .main-container > .row .col-sm-12 .panel {
      background: linear-gradient(to bottom, #ececec 3.75rem, #ececec 3.75rem, #ececec 100%); }
      @media (max-width: 640px) {
        .page-taxonomy-term .main-container > .row .col-sm-12 .panel > div {
          padding-left: 0px;
          padding-right: 0px; } }
      @media (max-width: 640px) {
        .page-taxonomy-term .main-container > .row .col-sm-12 .panel {
          margin-left: -15px;
          margin-right: -15px; } }
      @media (max-width: 640px) {
        .page-taxonomy-term .main-container > .row .col-sm-12 .panel > div {
          padding-left: 0;
          padding-right: 0; } }
    .page-taxonomy-term .main-container > .row .col-sm-12 .view-rubrique-navigation h2 a, .page-taxonomy-term .main-container > .row .col-sm-12 .view-groupe-messages h2 a {
      color: #a0ca80;
      text-transform: uppercase; }
    .page-taxonomy-term .main-container > .row .col-sm-12 .view-rubrique-navigation .col-lg-4, .page-taxonomy-term .main-container > .row .col-sm-12 .view-groupe-messages .col-lg-4 {
      padding-right: 0.25rem; }
    @media (max-width: 640px) {
      .page-taxonomy-term .main-container > .row .col-sm-12 .view-rubrique-navigation .img-header, .page-taxonomy-term .main-container > .row .col-sm-12 .view-groupe-messages .img-header {
        padding-left: 0px;
        padding-right: 0px; } }
    .page-taxonomy-term .main-container > .row .col-sm-12 > .field-name-field-description-de-la-rubrique {
      width: 100%;
      max-width: 61.25rem;
      margin: 0 auto;
      padding-right: 1.25rem;
      padding-left: 1.25rem;
      padding-top: 1.875rem;
      padding-bottom: 1.875rem;
      margin-bottom: 1.875rem;
      font-family: signikaregular;
      background-color: #ececec;
      font-size: 1.375rem; }
      @media (max-width: 640px) {
        .page-taxonomy-term .main-container > .row .col-sm-12 > .field-name-field-description-de-la-rubrique {
          font-size: 5vw;
          background: transparent; } }
      .page-taxonomy-term .main-container > .row .col-sm-12 > .field-name-field-description-de-la-rubrique .field-items {
        padding-left: 0;
        padding-right: 0; }
  .page-taxonomy-term .main-container > .row .vocabulary-rubriques {
    margin-top: 0.625rem; }
    .page-taxonomy-term .main-container > .row .vocabulary-rubriques .row {
      margin-right: 0;
      margin-left: 0; }
    .page-taxonomy-term .main-container > .row .vocabulary-rubriques .view-rubrique-articles .row .col-lg-12 {
      padding-left: 0px;
      padding-right: 0px; }
      .page-taxonomy-term .main-container > .row .vocabulary-rubriques .view-rubrique-articles .row .col-lg-12 .row .col-sm-8 {
        padding-left: 0px;
        padding-right: 0px; }
      .page-taxonomy-term .main-container > .row .vocabulary-rubriques .view-rubrique-articles .row .col-lg-12 .row .col-sm-4 {
        padding-left: 0px;
        padding-right: 0px; }
        .page-taxonomy-term .main-container > .row .vocabulary-rubriques .view-rubrique-articles .row .col-lg-12 .row .col-sm-4 .list-images {
          flex: 0 1 calc(28.125rem - 1.875rem);
          margin-left: 1.875rem; }
          @media (max-width: 640px) {
            .page-taxonomy-term .main-container > .row .vocabulary-rubriques .view-rubrique-articles .row .col-lg-12 .row .col-sm-4 .list-images {
              margin-left: 0; } }
  .page-taxonomy-term .main-container > .row .view-mode-dossier_bv, .page-taxonomy-term .main-container > .row .view-mode-dossier_2_colonnes {
    margin: 0 auto; }
    .page-taxonomy-term .main-container > .row .view-mode-dossier_bv .view-mode-dossier_2_colonnes, .page-taxonomy-term .main-container > .row .view-mode-dossier_2_colonnes .view-mode-dossier_2_colonnes {
      padding-left: 0px;
      padding-right: 0px; }

.top-home .page-header.hat {
  margin-bottom: inherit; }
  .top-home .page-header.hat p {
    font-size: 1.375rem;
    font-family: signikaregular; }

.panels-flexible-region {
  width: 100%; }

.view-rubrique-actualit- .slick__slide {
  margin-left: 15px; }
.view-rubrique-actualit- .slick-dots {
  margin-bottom: 3em; }
.view-rubrique-actualit- .slick-dots .slick-active button::before {
  color: #e96b10;
  border-color: #e96b10; }
@media (max-width: 640px) {
  .view-rubrique-actualit- .slide__content .img-header {
    padding-left: 0px !important;
    padding-right: 0px !important; } }
@media (max-width: 640px) {
  .view-rubrique-actualit- .slide__content .page-header {
    padding-left: 0px !important;
    padding-right: 0px !important; } }
@media (max-width: 640px) {
  .view-rubrique-actualit- .slide__content .field-name-body {
    display: none; } }

.pane-annonce .view-annonce .view-filters {
  padding-left: 0;
  padding-right: 0; }
  .pane-annonce .view-annonce .view-filters .views-exposed-form .views-submit-button button {
    margin-top: 1.25rem; }
.pane-annonce .pane-title {
  margin-bottom: 1.875rem;
  color: #a0ca80;
  font-family: oswaldregular;
  font-size: 2.5rem;
  text-transform: uppercase;
  line-height: 1; }
  @media (max-width: 640px) {
    .pane-annonce .pane-title {
      font-size: 8vw; } }

.node-type-annonce .s-home2 {
  padding-left: 0;
  padding-right: 0; }

@media (max-width: 640px) {
  .page-actualites .main-container, .page-user .main-container, .page-profile-principal .main-container, .page-groupes .main-container, .page-contact .main-container, .page-sitemap .main-container, .page-glossaire .main-container {
    padding-left: 15px;
    padding-right: 15px; } }

@media (max-width: 640px) {
  .page-sitemap .col-sm-12 {
    padding-left: 0;
    padding-right: 0; } }

.covoiturage header {
  width: 100%;
  max-width: 63.125rem;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px; }
.covoiturage .s-home2 {
  padding-left: 15px; }
.covoiturage .row .col-sm-12 {
  padding-right: 0;
  padding-left: 0; }
  @media (min-width: 641px) and (max-width: 767px) {
    .covoiturage .row .col-sm-12 {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  @media (max-width: 640px) {
    .covoiturage .row .col-sm-12 {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  .covoiturage .row .col-sm-12 .bootstrap-threecol-stacked .views-exposed-widgets {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
    .covoiturage .row .col-sm-12 .bootstrap-threecol-stacked .views-exposed-widgets blockquote {
      border-color: #ddd;
      border-color: rgba(0, 0, 0, 0.15); }
    .covoiturage .row .col-sm-12 .bootstrap-threecol-stacked .views-exposed-widgets label {
      display: block;
      margin-bottom: 0.3125rem;
      font-size: 0.875rem; }
    .covoiturage .row .col-sm-12 .bootstrap-threecol-stacked .views-exposed-widgets .views-exposed-widget {
      margin-bottom: 1.875rem; }
      .covoiturage .row .col-sm-12 .bootstrap-threecol-stacked .views-exposed-widgets .views-exposed-widget .select2-choice {
        border: 1px solid #9b9b9b; }
    .covoiturage .row .col-sm-12 .bootstrap-threecol-stacked .views-exposed-widgets .views-submit-button button {
      margin-top: 24px;
      padding-top: 10px;
      border: 3px solid #6361a9;
      background-color: #6361a9;
      color: #fff; }
  .covoiturage .row .col-sm-12 .bootstrap-threecol-stacked table {
    font-family: signikalight;
    font-size: 0.875rem; }
    .covoiturage .row .col-sm-12 .bootstrap-threecol-stacked table caption {
      color: #fff;
      background-color: #6361a9;
      padding-left: 0.625rem;
      padding-top: 0.3125rem;
      padding-bottom: 0.3125rem; }
    .covoiturage .row .col-sm-12 .bootstrap-threecol-stacked table thead tr {
      background-color: #ececec; }
    .covoiturage .row .col-sm-12 .bootstrap-threecol-stacked table tbody tr td {
      padding-top: 0.9375rem;
      padding-bottom: 0.9375rem; }

.archive {
  display: flex;
  justify-content: space-between; }
  @media (max-width: 640px) {
    .archive {
      display: block; } }
  .archive .hat {
    font-size: 1.25rem;
    margin-bottom: 1.875rem; }
    @media (max-width: 640px) {
      .archive .hat {
        font-size: 5vw; } }
  .archive section {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2.5rem; }
    @media (max-width: 640px) {
      .archive section {
        display: block; } }
  .archive .list-images {
    flex: 0 1 calc(28.125rem - 1.875rem);
    margin-right: 1.875rem; }
  .archive .content-list-archive {
    flex: 0 1 auto; }
    .archive .content-list-archive h1 {
      font-family: oswaldregular;
      font-size: 1.5625rem;
      line-height: 1.3;
      margin-bottom: 1.25rem;
      color: #252525;
      text-transform: none; }
    .archive .content-list-archive .info {
      display: block;
      margin-bottom: 1.25rem; }
      .archive .content-list-archive .info em {
        color: #e96b10;
        font-style: normal; }
    .archive .content-list-archive p {
      font-size: 1rem;
      font-family: signikalight; }
    .archive .content-list-archive .media-type span {
      position: absolute;
      top: -3000px;
      left: -3000px; }
    .archive .content-list-archive .media-type:before {
      font-family: dgac-portail;
      position: static;
      vertical-align: bottom;
      margin-right: 0.3125rem; }

.archive-pagination {
  margin-bottom: 2.5rem; }
  .archive-pagination .pagination {
    justify-content: center; }
    .archive-pagination .pagination li {
      font-family: oswaldregular;
      font-size: 1.25rem;
      margin: 0 0.125rem; }
      .archive-pagination .pagination li a {
        padding: 0.3125rem 0.5rem;
        background-color: #f6f6f6;
        color: #797979; }
        .archive-pagination .pagination li a.active {
          background-color: #252525;
          color: #fff; }

.archive-aside {
  margin-top: 8.125rem; }
  .archive-aside a {
    color: #252525; }
  .archive-aside .panel {
    padding: 0.9375rem 1.25rem;
    border-bottom: 1px solid #9b9b9b; }
  .archive-aside .panel-title {
    font-size: 0.875rem;
    position: relative; }
    .archive-aside .panel-title a {
      display: block; }
      .archive-aside .panel-title a:after {
        content: "\E017";
        font-family: dgac-portail;
        position: absolute;
        right: 0;
        transform: rotate(0deg); }
      .archive-aside .panel-title a.collapsed:after {
        transform: rotate(180deg); }
  .archive-aside .panel-body {
    border-left: 2px solid #9b9b9b;
    padding-left: 1.25rem;
    margin-top: 1.25rem; }
    .archive-aside .panel-body li {
      padding: 0.625rem 0; }
    .archive-aside .panel-body a {
      display: flex;
      justify-content: space-between; }
      .archive-aside .panel-body a span {
        align-self: flex-end;
        padding-right: 1.875rem;
        color: #9b9b9b; }

#bloc-recherche li {
  text-align: center; }
#bloc-recherche li.open, #bloc-recherche li:hover {
  background-color: #fff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); }
  #bloc-recherche li.open a, #bloc-recherche li:hover a {
    background-color: #fff; }
  #bloc-recherche li.open .dropdown-menu, #bloc-recherche li:hover .dropdown-menu {
    padding-top: 20px;
    padding-bottom: 0px;
    background-color: #fff;
    margin-top: 5px; }
    #bloc-recherche li.open .dropdown-menu #edit-submit-recherche-contenus, #bloc-recherche li:hover .dropdown-menu #edit-submit-recherche-contenus {
      border-color: #6361a9; }

.recherche .row, .recherche .views-row {
  margin-bottom: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc; }
.recherche .views-field-body {
  font-size: 1rem; }
.recherche .views-field {
  font-size: 1rem; }
.recherche .pagination {
  margin-bottom: 2.5rem;
  margin-top: 2.5rem;
  justify-content: center; }
  .recherche .pagination li {
    font-family: oswaldregular;
    font-size: 1.25rem;
    margin: 0 0.125rem;
    padding: 0.3125rem 0.5rem; }
    .recherche .pagination li a {
      background-color: #f6f6f6;
      color: #797979; }
    .recherche .pagination li.active {
      background-color: #252525;
      color: #fff; }

@media (max-width: 640px) {
  .page-recherche #page-header {
    padding-left: 15px;
    padding-right: 15px; } }
@media (min-width: 768px) and (max-width: 980px) {
  .page-recherche #page-header {
    padding-left: 15px;
    padding-right: 15px; } }
@media (min-width: 641px) and (max-width: 767px) {
  .page-recherche #page-header {
    padding-left: 15px;
    padding-right: 15px; } }
@media (min-width: 981px) {
  .page-recherche #page-header {
    padding-left: 15px;
    padding-right: 15px; } }

.views-exposed-form {
  margin-bottom: 1.875rem; }
  .views-exposed-form .views-exposed-widget .form-submit {
    margin-top: 0em; }

#block-views-exp-recherche-contenus-page, #views-exposed-form-recherche-contenus-page {
  margin-bottom: 1.5625rem; }

.col-lg-3 .pane-block:first-of-type {
  border: 0; }

.col-lg-3 .pane-block {
  margin-bottom: 1.25rem;
  padding-top: 1.25rem;
  border-top: 1px solid #797979; }

.col-lg-3 .pane-block h2 {
  font-size: 1.25rem;
  font-family: oswaldregular;
  margin-bottom: 1.25rem;
  line-height: 1;
  color: #797979;
  text-transform: uppercase;
  font-weight: 400; }

.col-lg-3 .pane-block p, .pane-block ul {
  font-size: 1rem;
  font-family: signikalight;
  margin-bottom: 1.25rem;
  line-height: 1.5; }

.col-lg-3 .pane-block ul {
  list-style-position: inside;
  list-style-type: none;
  margin: 0;
  padding: 0; }

.col-lg-3 .pane-block li.leaf::before {
  content: "\203A";
  padding-right: .3125rem;
  color: #797979; }

.col-lg-3 .pane-block li.leaf a {
  color: #6361a9; }

.col-lg-3 .pane-block a.facetapi-limit-link {
  font-size: 1rem;
  font-family: signikalight;
  line-height: 1.5;
  display: inline; }

.col-lg-3 .titreColonneDroite {
  margin-bottom: 1.875rem;
  color: #e96b10;
  font-family: oswaldregular;
  font-size: 1.375rem;
  text-transform: uppercase;
  line-height: 1; }
  @media (max-width: 640px) {
    .col-lg-3 .titreColonneDroite {
      font-size: 8vw; } }

aside:first-of-type {
  border: 0; }

aside {
  margin-bottom: 1.25rem;
  padding-top: 1.25rem;
  border-top: 1px solid #797979; }

aside h2 {
  margin-top: 0px;
  font-size: 1.25rem;
  font-family: oswaldregular !important;
  margin-bottom: 1.25rem;
  line-height: 1;
  color: #797979;
  text-transform: uppercase;
  font-weight: 400; }

aside p, aside .item-list ul {
  font-size: 1rem;
  font-family: signikalight;
  margin-bottom: 1.25rem;
  line-height: 1.5; }

aside .item-list ul {
  list-style-position: inside;
  list-style-type: none;
  margin: 0;
  padding: 0; }

aside .item-list li::before {
  content: "\203A";
  padding-right: .3125rem;
  color: #797979; }

aside .item-list li a {
  color: #6361a9; }

aside a {
  font-size: 1rem;
  font-family: signikalight;
  line-height: 1.5; }

aside .node-contact {
  font-size: 1rem;
  font-family: signikalight;
  margin-bottom: 1.25rem;
  line-height: 1.5; }

section.block-print-ui {
  margin-bottom: 0px; }

section span.print_html {
  margin-left: 0px; }

aside ul {
  font-size: 1rem;
  font-family: signikalight;
  margin-bottom: 1.25rem;
  line-height: 1.5; }

aside ul {
  list-style-position: inside;
  list-style-type: none;
  margin: 0;
  padding: 0; }

aside li::before {
  content: "\203A";
  padding-right: .3125rem;
  color: #797979; }

aside li.diese::before {
  content: "#";
  padding-right: .3125rem;
  color: #797979; }

aside li a {
  color: #6361a9; }

/* Bandeau du haut */
.dgac-common-bar .open-portail .list-portail, .dgac-common-bar .list-annuaire, .dgac-common-bar .list-fav, .dgac-common-bar .list-apps {
  display: none;
  position: absolute;
  top: 3.75rem;
  left: 0;
  background-color: #f6f6f6;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.14); }
  @media (max-width: 640px) {
    .dgac-common-bar .open-portail .list-portail, .dgac-common-bar .list-annuaire, .dgac-common-bar .list-fav, .dgac-common-bar .list-apps {
      width: 100%;
      min-width: inherit; } }

.dgac-common-bar .open-annuaire, .dgac-common-bar .open-fav, .dgac-common-bar .open-apps {
  padding: 0 1.25rem;
  position: relative; }
  @media (max-width: 640px) {
    .dgac-common-bar .open-annuaire, .dgac-common-bar .open-fav, .dgac-common-bar .open-apps {
      padding: 0;
      width: 100%;
      min-width: inherit; } }
  .dgac-common-bar .open-annuaire > a, .dgac-common-bar .open-fav > a, .dgac-common-bar .open-apps > a {
    color: #c2c2c2; }
    .dgac-common-bar .open-annuaire > a svg, .dgac-common-bar .open-fav > a svg, .dgac-common-bar .open-apps > a svg {
      margin-right: 0.625rem; }
  .dgac-common-bar .slide.open-annuaire a, .dgac-common-bar .slide.open-fav a, .dgac-common-bar .slide.open-apps a {
    color: #373737; }

.dgac-common-bar {
  background-color: #2b2b2b;
  position: relative;
  width: 100%;
  top: 0;
  z-index: 101; }
  @media (max-width: 640px) {
    .dgac-common-bar {
      position: relative;
      left: 0; } }
  .dgac-common-bar .dgac-content-common-bar {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 0.625rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 3.75rem; }
    .dgac-common-bar .dgac-content-common-bar h1 {
      padding-right: 1.25rem; }
    @media (max-width: 640px) {
      .dgac-common-bar .dgac-content-common-bar {
        display: block;
        height: auto; } }
  .dgac-common-bar .top-navigation {
    width: 67.96875%;
    display: flex;
    height: 3.75rem;
    align-items: center; }
    @media (max-width: 640px) {
      .dgac-common-bar .top-navigation {
        display: block;
        height: auto;
        width: 100%; } }
    .dgac-common-bar .top-navigation > li {
      height: 3.75rem;
      display: flex;
      align-items: center;
      text-transform: uppercase; }
      @media (max-width: 640px) {
        .dgac-common-bar .top-navigation > li {
          border-bottom: 1px solid #ececec; }
          .dgac-common-bar .top-navigation > li:first-child {
            justify-content: center; } }
  .dgac-common-bar .dgac-navbar-tools {
    display: flex;
    width: 25.78125%;
    height: 3.75rem;
    align-items: center;
    justify-content: flex-end; }
    @media (max-width: 640px) {
      .dgac-common-bar .dgac-navbar-tools {
        width: 100%; } }
  .dgac-common-bar .slide {
    background-color: #f6f6f6; }
    @media (max-width: 640px) {
      .dgac-common-bar .slide a {
        padding-left: 10px; } }
  .dgac-common-bar .open-portail {
    position: relative; }
    @media (min-width: 641px) and (max-width: 767px) {
      .dgac-common-bar .open-portail {
        padding: 0 0.25rem; } }
    @media (min-width: 768px) and (max-width: 980px) {
      .dgac-common-bar .open-portail {
        padding: 0 0.25rem; } }
    @media (min-width: 641px) and (max-width: 767px) {
      .dgac-common-bar .open-portail a {
        font-size: 70%; } }
    @media (min-width: 768px) and (max-width: 980px) {
      .dgac-common-bar .open-portail a {
        font-size: 70%; } }
    .dgac-common-bar .open-portail svg {
      width: 0.75rem;
      height: 0.4375rem;
      fill: #918cca;
      vertical-align: middle; }
    .dgac-common-bar .open-portail li {
      text-transform: none; }
    .dgac-common-bar .open-portail > a {
      display: inline-block;
      padding: 0 0.75rem;
      border-left: 1px solid #797979;
      border-right: 1px solid #797979;
      color: #c2c2c2; }
      @media (max-width: 640px) {
        .dgac-common-bar .open-portail > a {
          border: none;
          padding: 0; } }
      .dgac-common-bar .open-portail > a svg {
        margin-left: 0.625rem; }
    .dgac-common-bar .open-portail.slide a {
      border-color: transparent;
      color: #373737; }
      @media (max-width: 640px) {
        .dgac-common-bar .open-portail.slide a {
          border: none; } }
      .dgac-common-bar .open-portail.slide a svg {
        transform: rotate(180deg);
        fill: #6361a7; }
    .dgac-common-bar .open-portail .list-portail {
      min-width: 15.625rem; }
      @media (max-width: 640px) {
        .dgac-common-bar .open-portail .list-portail {
          min-width: inherit;
          z-index: 100; } }
      .dgac-common-bar .open-portail .list-portail a {
        display: block;
        padding: 0.3125rem 0.625rem;
        color: #8d8d8d; }
      .dgac-common-bar .open-portail .list-portail ul {
        padding: 0 1.25rem 1.25rem; }
      .dgac-common-bar .open-portail .list-portail li svg {
        transform: rotate(-90deg);
        margin-right: 0.625rem; }
      .dgac-common-bar .open-portail .list-portail p {
        text-align: right; }
        .dgac-common-bar .open-portail .list-portail p a {
          display: inline-block;
          padding: 0.5rem;
          border-left: 1px solid #ececec;
          border-bottom: 1px solid #ececec; }
        .dgac-common-bar .open-portail .list-portail p svg {
          width: 1.375rem;
          height: 1.375rem;
          fill: #c2c2c2; }
  .dgac-common-bar .nav-svg {
    height: 1.5rem;
    fill: #918cca;
    vertical-align: middle; }
  @media (min-width: 641px) and (max-width: 767px) {
    .dgac-common-bar .open-annuaire {
      padding: 0 0.25rem; } }
  @media (min-width: 768px) and (max-width: 980px) {
    .dgac-common-bar .open-annuaire {
      padding: 0 0.25rem; } }
  @media (min-width: 641px) and (max-width: 767px) {
    .dgac-common-bar .open-annuaire a {
      font-size: 0px; } }
  @media (min-width: 768px) and (max-width: 980px) {
    .dgac-common-bar .open-annuaire a {
      font-size: 0px; } }
  @media (min-width: 641px) and (max-width: 767px) {
    .dgac-common-bar .open-fav {
      padding: 0 0.25rem; } }
  @media (min-width: 768px) and (max-width: 980px) {
    .dgac-common-bar .open-fav {
      padding: 0 0.25rem; } }
  .dgac-common-bar .open-fav li {
    text-transform: none; }
  @media (min-width: 641px) and (max-width: 767px) {
    .dgac-common-bar .open-fav a {
      font-size: 0px; } }
  @media (min-width: 768px) and (max-width: 980px) {
    .dgac-common-bar .open-fav a {
      font-size: 0px; } }
  @media (min-width: 641px) and (max-width: 767px) {
    .dgac-common-bar .open-apps {
      padding: 0 0.25rem; } }
  @media (min-width: 768px) and (max-width: 980px) {
    .dgac-common-bar .open-apps {
      padding: 0 0.25rem; } }
  .dgac-common-bar .open-apps li {
    text-transform: none; }
  @media (min-width: 641px) and (max-width: 767px) {
    .dgac-common-bar .open-apps a {
      font-size: 0px; } }
  @media (min-width: 768px) and (max-width: 980px) {
    .dgac-common-bar .open-apps a {
      font-size: 0px; } }
  .dgac-common-bar .list-annuaire {
    padding: 1.25rem;
    min-width: 33.75rem; }
    @media (max-width: 640px) {
      .dgac-common-bar .list-annuaire {
        min-width: inherit;
        z-index: 101; } }
    .dgac-common-bar .list-annuaire input[type="text"] {
      height: 2.5rem;
      width: 22.5rem;
      padding: 0 0.625rem;
      border: 1px solid #c2c2c2;
      font-family: signikalight;
      font-size: 1.125rem;
      vertical-align: middle; }
      @media (max-width: 640px) {
        .dgac-common-bar .list-annuaire input[type="text"] {
          width: 100%; } }
    .dgac-common-bar .list-annuaire input[type="submit"] {
      width: 6.875rem;
      height: 2.5rem;
      line-height: 2.5rem;
      font-size: 1rem;
      font-family: oswaldregular;
      text-transform: uppercase;
      color: #fff;
      background-color: #6361a7;
      vertical-align: middle; }
      @media (max-width: 640px) {
        .dgac-common-bar .list-annuaire input[type="submit"] {
          display: block;
          margin: 1.25rem auto 0; } }
  .dgac-common-bar .list-fav {
    min-width: 28.125rem; }
    @media (max-width: 640px) {
      .dgac-common-bar .list-fav {
        min-width: inherit;
        z-index: 99; } }
    .dgac-common-bar .list-fav svg {
      width: 0.75rem;
      height: 0.4375rem;
      fill: #918cca;
      vertical-align: middle; }
    .dgac-common-bar .list-fav a {
      display: block;
      padding: 0.3125rem 0.625rem;
      color: #8d8d8d; }
    .dgac-common-bar .list-fav ul {
      padding: 0 1.25rem 1.25rem; }
    .dgac-common-bar .list-fav li svg {
      transform: rotate(-90deg);
      margin-right: 0.625rem; }
    .dgac-common-bar .list-fav p {
      text-align: right; }
      .dgac-common-bar .list-fav p a {
        display: inline-block;
        padding: 0.5rem;
        border-left: 1px solid #ececec;
        border-bottom: 1px solid #ececec; }
      .dgac-common-bar .list-fav p svg {
        width: 1.375rem;
        height: 1.375rem;
        fill: #c2c2c2; }
  @media (max-width: 640px) {
    .dgac-common-bar .list-apps {
      min-width: inherit;
      z-index: 98; } }
  .dgac-common-bar .list-apps ul {
    display: flex;
    flex-wrap: wrap;
    min-width: 28.75rem; }
  .dgac-common-bar .list-apps li {
    width: 25%;
    padding: 1.5625rem;
    display: flex;
    justify-content: center; }
    @media (max-width: 640px) {
      .dgac-common-bar .list-apps li {
        padding: 0.625rem; } }
    .dgac-common-bar .list-apps li img {
      margin: 0 auto; }
    .dgac-common-bar .list-apps li a {
      text-align: center;
      font-size: 0.75rem; }
  .dgac-common-bar .list-apps p {
    text-align: right; }
    .dgac-common-bar .list-apps p a {
      display: inline-block;
      padding: 0.5rem;
      border-left: 1px solid #ececec;
      border-bottom: 1px solid #ececec; }
    .dgac-common-bar .list-apps p svg {
      width: 1.375rem;
      height: 1.375rem;
      fill: #c2c2c2; }
  .dgac-common-bar .dgac-navbar-tools {
    text-align: right; }
    .dgac-common-bar .dgac-navbar-tools img {
      height: 2.8125rem; }
    .dgac-common-bar .dgac-navbar-tools a:before {
      font-family: dgac;
      color: #f6f6f6; }
    .dgac-common-bar .dgac-navbar-tools a:hover, .dgac-common-bar .dgac-navbar-tools a.active, .dgac-common-bar .dgac-navbar-tools a:focus {
      background-color: transparent !important; }
    .dgac-common-bar .dgac-navbar-tools li {
      margin-left: 1.25rem; }
  .dgac-common-bar .dgac-user {
    margin-left: 0rem; }
    .dgac-common-bar .dgac-user span {
      padding-right: 0.3125rem; }
    .dgac-common-bar .dgac-user a {
      color: #c2c2c2;
      padding-left: 0px !important; }
      .dgac-common-bar .dgac-user a:hover, .dgac-common-bar .dgac-user a.active, .dgac-common-bar .dgac-user a:focus {
        background-color: transparent !important; }
    @media (min-width: 641px) and (max-width: 767px) {
      .dgac-common-bar .dgac-user {
        padding: 0 0.25rem;
        font-size: 0px; }
        .dgac-common-bar .dgac-user span {
          font-size: 16px; } }
    @media (min-width: 768px) and (max-width: 980px) {
      .dgac-common-bar .dgac-user {
        padding: 0 0.25rem;
        font-size: 0px; }
        .dgac-common-bar .dgac-user span {
          font-size: 16px; } }
    @media (min-width: 641px) and (max-width: 767px) {
      .dgac-common-bar .dgac-user a {
        font-size: 70%; } }
    @media (min-width: 768px) and (max-width: 980px) {
      .dgac-common-bar .dgac-user a {
        font-size: 70%; } }
  .dgac-common-bar .dgac-disconnect {
    padding: 0 0.625rem;
    border-left: 1px solid #797979;
    border-right: 1px solid #797979; }
    .dgac-common-bar .dgac-disconnect a:hover, .dgac-common-bar .dgac-disconnect a.active, .dgac-common-bar .dgac-disconnect a:focus {
      background-color: transparent !important; }

.switch {
  width: 5rem;
  height: 3.75rem;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media (max-width: 640px) {
    .switch {
      position: absolute;
      top: 0;
      right: 0.625rem; } }
  .switch svg {
    height: 1.5rem;
    fill: #918cca; }

.switch-off {
  max-width: 1280px;
  margin: -1.875rem auto 0;
  position: relative;
  top: 1.1875rem; }
  .switch-off a {
    position: absolute;
    right: 2.25rem;
    top: 2.625rem; }
    @media (max-width: 640px) {
      .switch-off a {
        top: 1.875rem;
        z-index: 999;
        margin: 0; } }
    @media (min-width: 641px) and (max-width: 767px) {
      .switch-off a {
        top: 1.875rem;
        z-index: 999;
        margin: 0; } }
    @media (min-width: 768px) and (max-width: 980px) {
      .switch-off a {
        top: 1.875rem;
        z-index: 999;
        margin: 0; } }
  .switch-off svg {
    height: 1.5rem;
    fill: #c2c2c2; }

div.contextual-links-wrapper ul.contextual-links {
  font-family: Arial, "Oswald", Helvetica, sans-serif;
  font-size: 90%; }
  div.contextual-links-wrapper ul.contextual-links li {
    border-left: 0px;
    padding: 0; }

.scald-library {
  z-index: 999; }

input.form-autocomplete, .scald-menu input.form-text, .scald-menu input.form-file, .scald-menu textarea.form-textarea, .scald-menu select.form-select {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: #fff none repeat scroll 0 0;
  border-color: #999 #ccc #ccc;
  border-image: none;
  border-style: solid;
  border-width: 1px;
  color: #333;
  padding: 2px;
  font-size: 0.875em; }

.scald-menu #edit-submit-scald-library {
  background-color: #cdcdcd;
  border-color: transparent;
  color: #333; }

.scald-atom .metadonnees {
  margin-top: 60px; }

.atom-align-left {
  padding-right: 35px;
  padding-bottom: 5px; }

.atom-align-left.nopaddingright {
  padding-right: 0px; }

.atom-align-right {
  padding-left: 20px;
  padding-bottom: 20px; }

.atom-align-center {
  padding-top: 20px;
  padding-bottom: 20px; }

img.scald-file-icon {
  display: inline;
  vertical-align: middle; }

.context-fichier_lien_complet {
  margin-bottom: .3125rem;
  line-height: 1.5; }
  .context-fichier_lien_complet a {
    color: #797979;
    font-family: signikalight;
    font-size: 1.25rem; }

.container .node-article .dnd-widget-wrapper > .dnd-caption-wrapper {
  padding-top: 2px;
  font-family: oswaldmedium !important;
  font-size: 12px;
  text-align: right; }

.container .node-article .dnd-widget-wrapper > .dnd-caption-wrapper > p {
  padding-top: 2px;
  font-family: oswaldmedium !important;
  font-size: 12px !important;
  text-align: right; }

.container .node-article .dnd-widget-wrapper > .dnd-caption-wrapper > .meta > p {
  padding-top: 2px;
  font-family: oswaldmedium !important;
  font-size: 12px !important;
  text-align: right; }

.context-video_pleine_largeur:before {
  content: none; }

.videocontent .video-js.vjs-fluid {
  height: 100%;
  width: 61.25rem; }

.page-atom {
  /*
      h1,h2,h3,h4,h5,h6{
          clear:both;
      }
      h1{
          font-size: $s2;
          font-family: $font;
          color: $one;
          margin-bottom: rem(25)
      }
      h2{
          font-size: $s3;
          margin-bottom: rem(15);
      }
      h3{
          font-size: $s4;
          margin-bottom: rem(15);
      }
      h4{
          font-size: $s4;
          margin-bottom: rem(15);
      }
      h5{
          font-size: $s4;
          margin-bottom: rem(15);
      }
      h6{
          font-size: $s4;
          margin-bottom: rem(15);
      }*/ }
  .page-atom .view-mode-full .ligne1 > h1 {
    font-size: 1.5625rem;
    font-family: oswaldregular;
    color: #252525;
    margin-bottom: 1.5625rem; }
    .page-atom .view-mode-full .ligne1 > h1 span {
      color: #e96b10 !important; }
  .page-atom .view-mode-full img {
    display: inline; }
  .page-atom .view-mode-full .col-sm-3 {
    /*margin-top: 0 !important;*/ }
    .page-atom .view-mode-full .col-sm-3 > .media-info {
      margin-top: 0 !important; }

.page-sitemap #site-map ul:first-of-type > li {
  width: 50%;
  float: left;
  color: #6361a9;
  font-size: 1.25rem;
  font-family: oswaldregular;
  text-transform: uppercase;
  font-weight: normal;
  margin-top: 1.25rem;
  color: #797979;
  border-left: 5px solid #ececec;
  padding-left: 0.625rem; }
  .page-sitemap #site-map ul:first-of-type > li > a {
    color: #6361a9;
    font-size: 1.25rem;
    font-family: oswaldregular;
    text-transform: uppercase;
    font-weight: normal; }
  .page-sitemap #site-map ul:first-of-type > li > ul > li {
    margin-top: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #797979;
    clear: both;
    margin-left: 0.625rem;
    padding-left: 0.625rem;
    text-transform: none;
    width: 100%;
    font-weight: normal;
    border-left: 0px; }
    .page-sitemap #site-map ul:first-of-type > li > ul > li > a {
      font-size: 1rem;
      line-height: 1.5;
      color: #6361a9;
      text-transform: none;
      font-weight: normal; }
    .page-sitemap #site-map ul:first-of-type > li > ul > li ul li {
      border-left: 0px;
      margin-top: 0;
      clear: both;
      width: 100%;
      font-weight: normal; }

.page-user .s-home2 {
  padding-left: 0;
  padding-right: 0; }

.cke_editable {
  padding: 0.3125rem;
  /*blockquote{
  	padding: 10px 20px;
  	margin: 0 0 20px;
  	font-size: 17.5px;
  	border-left: 5px solid $six;
  }*/ }
  .cke_editable h1, .cke_editable h2, .cke_editable h3, .cke_editable h4, .cke_editable h5, .cke_editable h6 {
    clear: both; }
  .cke_editable h1 {
    font-size: 1.5625rem;
    font-family: oswaldregular;
    color: #e96b10;
    margin-bottom: 1.5625rem; }
  .cke_editable h2 {
    font-size: 1.375rem;
    font-family: signikaregular;
    margin-bottom: 0.9375rem; }
  .cke_editable h3 {
    font-size: 1.25rem;
    font-family: signikaregular;
    margin-bottom: 0.9375rem; }
  .cke_editable h1.violet, .cke_editable h3.violet {
    color: #6361a9; }
  .cke_editable h2.orange {
    color: #e96b10; }
  .cke_editable h4 {
    font-size: 1.25rem;
    font-family: signikaregular;
    margin-bottom: 0.9375rem; }
  .cke_editable h5 {
    font-size: 1.25rem;
    font-family: signikaregular;
    margin-bottom: 0.9375rem; }
  .cke_editable h6 {
    font-size: 1.25rem;
    font-family: signikaregular;
    margin-bottom: 0.9375rem; }
  .cke_editable p, .cke_editable div {
    font-size: 1.25rem;
    font-family: signikalight !important;
    margin-bottom: 1.25rem;
    line-height: 1.5; }
  .cke_editable p.bloc-italique, .cke_editable div.bloc-italique {
    padding: 10px 20px;
    margin: 0 0 20px;
    border-top: 5px solid #eee;
    border-bottom: 5px solid #eee;
    font-style: none; }
  .cke_editable span.bgyellow {
    background-color: Yellow; }
  .cke_editable span.bglime {
    background-color: Lime; }
  .cke_editable div.bloc-separateur {
    clear: both;
    width: 100%; }
  .cke_editable div.citation, .cke_editable p.citation {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #ececec; }
  .cke_editable ul {
    padding-left: 0.8125rem;
    margin-top: 1.25rem;
    list-style-type: disc;
    list-style-position: outside; }
    .cke_editable ul li {
      text-indent: -.7em; }
      .cke_editable ul li:before {
        content: "\2022";
        color: #e96b10;
        padding-right: 0.3125rem;
        font-size: 1.5rem; }
  .cke_editable ol {
    list-style: none;
    counter-reset: li;
    padding-left: 1.75rem; }
    .cke_editable ol li::before {
      content: counter(li) ". ";
      color: #e96b10;
      display: inline-block;
      width: 1.5em;
      margin-left: -1.5em; }
    .cke_editable ol li {
      counter-increment: li; }
  .cke_editable .context-sdl_editor_representation.atom-align-left {
    padding-right: 35px; }
  .cke_editable .context-image_largeur_480.atom-align-left {
    padding-right: 35px; }
  .cke_editable .type-image.atom-align-left {
    padding-right: 35px; }
  .cke_editable .context-fichier_vignette.atom-align-left {
    width: 200px;
    height: 280px;
    background-image: url(../img/vignett.png);
    margin-right: 35px; }
  .cke_editable .dnd-widget-wrapper.context-fichier_vignette {
    width: 200px;
    height: 280px;
    background-image: url(../img/vignett.png); }
    .cke_editable .dnd-widget-wrapper.context-fichier_vignette .dnd-caption-wrapper {
      margin-top: 230px; }
  .cke_editable .dnd-widget-wrapper > .dnd-caption-wrapper {
    padding-top: 2px;
    font-family: oswaldmedium !important;
    font-size: 12px;
    /*text-align:right;*/ }
  .cke_editable .dnd-widget-wrapper > .dnd-caption-wrapper > p {
    padding-top: 2px;
    font-family: oswaldmedium !important;
    font-size: 12px !important;
    /*text-align:right;*/ }
  .cke_editable .dnd-widget-wrapper > .dnd-caption-wrapper > .meta > p {
    padding-top: 2px;
    font-family: oswaldmedium !important;
    font-size: 12px !important;
    /*text-align:right;*/ }
  .cke_editable .context-fichier_vignette.atom-align-center {
    text-align: center;
    width: 200px;
    height: 280px;
    background-image: url(../img/vignett.png); }
  .cke_editable .context-fichier_vignette.atom-align-right {
    width: 200px;
    height: 280px;
    background-image: url(../img/vignett.png);
    margin-left: 35px; }
  .cke_editable .context-fichier_lien_complet.type-file {
    background-image: url(../img/trombone.JPG);
    background-repeat: no-repeat; }
  .cke_editable .context-fichier_lien_complet.type-file img {
    visibility: hidden;
    margin-right: 16px; }
  .cke_editable .type-gallery {
    position: relative;
    overflow: hidden;
    background: #000; }
    .cke_editable .type-gallery img {
      -moz-user-select: none;
      -webkit-user-select: none;
      -o-user-select: none; }
    .cke_editable .type-gallery .galleria-stage {
      position: absolute;
      top: 10px;
      bottom: 60px;
      left: 10px;
      right: 10px;
      overflow: hidden; }
    .cke_editable .type-gallery .galleria-thumbnails-container {
      height: 50px;
      bottom: 0;
      position: absolute;
      left: 10px;
      right: 10px;
      z-index: 2; }
    .cke_editable .type-gallery .galleria-carousel .galleria-thumbnails-list {
      margin-left: 30px;
      margin-right: 30px; }
    .cke_editable .type-gallery .galleria-thumbnails .galleria-image {
      height: 40px;
      width: 60px;
      background: #000;
      margin: 0 5px 0 0;
      border: 1px solid #000;
      float: left;
      cursor: pointer; }
    .cke_editable .type-gallery .galleria-counter {
      position: absolute;
      bottom: 10px;
      left: 10px;
      text-align: right;
      color: #fff;
      font: normal 11px/1 arial,sans-serif;
      z-index: 1; }
    .cke_editable .type-gallery .galleria-loader {
      background: #000;
      width: 20px;
      height: 20px;
      position: absolute;
      top: 10px;
      right: 10px;
      z-index: 2;
      display: none;
      background: url(classic-loader.gif) no-repeat 2px 2px; }
    .cke_editable .type-gallery .galleria-info {
      width: 50%;
      top: 15px;
      left: 15px;
      z-index: 2;
      position: absolute; }
    .cke_editable .type-gallery .galleria-info-text {
      background-color: #000;
      padding: 12px;
      display: none;
      /* IE7 */
      zoom: 1; }
    .cke_editable .type-gallery .galleria-info-title {
      font: bold 12px/1.1 arial,sans-serif;
      margin: 0;
      color: #fff;
      margin-bottom: 7px; }
    .cke_editable .type-gallery .galleria-info-description {
      font: italic 12px/1.4 georgia,serif;
      margin: 0;
      color: #bbb; }
    .cke_editable .type-gallery .galleria-info-close {
      width: 9px;
      height: 9px;
      position: absolute;
      top: 5px;
      right: 5px;
      background-position: -753px -11px;
      opacity: .5;
      filter: alpha(opacity=50);
      cursor: pointer;
      display: none; }
    .cke_editable .type-gallery .notouch .galleria-info-close:hover {
      opacity: 1;
      filter: alpha(opacity=100); }
    .cke_editable .type-gallery .touch .galleria-info-close:active {
      opacity: 1;
      filter: alpha(opacity=100); }
    .cke_editable .type-gallery .galleria-info-link {
      background-position: -669px -5px;
      opacity: .7;
      filter: alpha(opacity=70);
      position: absolute;
      width: 20px;
      height: 20px;
      cursor: pointer;
      background-color: #000; }
    .cke_editable .type-gallery .galleria-info-link:hover {
      opacity: 1;
      filter: alpha(opacity=100); }
    .cke_editable .type-gallery .galleria-info-link:active {
      opacity: 1;
      filter: alpha(opacity=100); }
    .cke_editable .type-gallery .galleria-image-nav {
      position: absolute;
      top: 50%;
      margin-top: -62px;
      width: 100%;
      height: 62px;
      left: 0; }
    .cke_editable .type-gallery .galleria-image-nav-left,
    .cke_editable .type-gallery .galleria-image-nav-right {
      opacity: .3;
      filter: alpha(opacity=30);
      cursor: pointer;
      width: 62px;
      height: 124px;
      position: absolute;
      left: 10px;
      z-index: 2;
      background-position: 0 46px; }
    .cke_editable .type-gallery .galleria-image-nav-right {
      left: auto;
      right: 10px;
      background-position: -254px 46px;
      z-index: 2; }
    .cke_editable .type-gallery .galleria-image-nav-left:hover,
    .cke_editable .type-gallery .galleria-image-nav-right:hover {
      opacity: 1;
      filter: alpha(opacity=100); }
    .cke_editable .type-gallery .galleria-image-nav-left:active,
    .cke_editable .type-gallery .galleria-image-nav-right:active {
      opacity: 1;
      filter: alpha(opacity=100); }
    .cke_editable .type-gallery .galleria-thumb-nav-left,
    .cke_editable .type-gallery .galleria-thumb-nav-right {
      cursor: pointer;
      display: none;
      background-position: -495px 5px;
      position: absolute;
      left: 0;
      top: 0;
      height: 40px;
      width: 23px;
      z-index: 3;
      opacity: .8;
      filter: alpha(opacity=80); }
    .cke_editable .type-gallery .galleria-thumb-nav-right {
      background-position: -578px 5px;
      border-right: none;
      right: 0;
      left: auto; }
    .cke_editable .type-gallery .galleria-thumbnails-container .disabled {
      opacity: .2;
      filter: alpha(opacity=20);
      cursor: default; }
    .cke_editable .type-gallery .galleria-thumb-nav-left:hover,
    .cke_editable .type-gallery .galleria-thumb-nav-right:hover {
      opacity: 1;
      filter: alpha(opacity=100);
      background-color: #111; }
    .cke_editable .type-gallery .galleria-thumb-nav-left:active,
    .cke_editable .type-gallery .galleria-thumb-nav-right:active {
      opacity: 1;
      filter: alpha(opacity=100);
      background-color: #111; }
    .cke_editable .type-gallery .galleria-thumbnails-container .disabled:hover {
      opacity: .2;
      filter: alpha(opacity=20);
      background-color: transparent; }
    .cke_editable .type-gallery .galleria-carousel .galleria-thumb-nav-left,
    .cke_editable .type-gallery .galleria-carousel .galleria-thumb-nav-right {
      display: block; }
    .cke_editable .type-gallery .galleria-thumb-nav-left,
    .cke_editable .type-gallery .galleria-thumb-nav-right,
    .cke_editable .type-gallery .galleria-info-link,
    .cke_editable .type-gallery .galleria-info-close,
    .cke_editable .type-gallery .galleria-image-nav-left,
    .cke_editable .type-gallery .galleria-image-nav-right {
      background-image: url(classic-map.png);
      background-repeat: no-repeat; }
    .cke_editable .type-gallery .galleria-container.videoplay .galleria-info,
    .cke_editable .type-gallery .galleria-container.videoplay .galleria-counter {
      display: none !important; }

@media (min-width: 641px) and (max-width: 767px) {
  .page-groupes .col-lg-3 {
    width: 50%;
    float: left;
    margin-left: 0; } }
@media (min-width: 768px) and (max-width: 980px) {
  .page-groupes .col-lg-3 {
    width: 50%;
    float: left; } }
@media (min-width: 981px) {
  .page-groupes .col-lg-3 {
    width: 25%;
    float: left; } }
.page-groupes .thumbnail {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  height: 400px;
  padding: 0;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }
  @media (min-width: 641px) and (max-width: 767px) {
    .page-groupes .thumbnail {
      height: 400px; } }
  .page-groupes .thumbnail .views-field-title {
    padding: 0.5rem;
    display: block; }
    .page-groupes .thumbnail .views-field-title a {
      color: #a0ca80;
      font-size: 1.25rem;
      font-family: oswaldregular; }
  .page-groupes .thumbnail .views-field-body {
    padding: 0.5rem;
    font-size: 0.875rem;
    display: block;
    flex: 1 1 auto; }
  .page-groupes .thumbnail .views-field-group-group {
    justify-content: flex-end;
    display: block;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
    font-size: 0.875rem;
    color: #9b9b9b;
    border-top: 1px solid #ececec; }

.node-type-groupe .table thead th, .og-context-node .table thead th {
  vertical-align: middle;
  color: #fff;
  background-color: #9b9b9b;
  font-family: oswaldregular;
  font-weight: normal; }
  .node-type-groupe .table thead th a, .og-context-node .table thead th a {
    vertical-align: middle;
    color: #fff;
    font-family: oswaldregular;
    font-weight: normal; }
.node-type-groupe .table thead th.active, .og-context-node .table thead th.active {
  color: #252525; }
  .node-type-groupe .table thead th.active a.active, .og-context-node .table thead th.active a.active {
    color: #252525; }
.node-type-groupe .table tbody tr td, .og-context-node .table tbody tr td {
  vertical-align: middle;
  padding-bottom: 0px;
  padding-top: 0px; }
  .node-type-groupe .table tbody tr td .checkbox, .og-context-node .table tbody tr td .checkbox {
    margin-bottom: 0px;
    margin-top: 0px; }
.node-type-groupe .s-home2, .og-context-node .s-home2 {
  padding-left: 0;
  padding-right: 0; }
@media (max-width: 640px) {
  .node-type-groupe #page-header, .og-context-node #page-header {
    padding-left: 15px;
    padding-right: 15px; } }
.node-type-groupe .bootstrap-threecol-stacked .row, .og-context-node .bootstrap-threecol-stacked .row {
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 1.25rem; }
  @media (min-width: 981px) {
    .node-type-groupe .bootstrap-threecol-stacked .row .col-lg-9, .og-context-node .bootstrap-threecol-stacked .row .col-lg-9 {
      width: 75%;
      float: left; } }
  @media (min-width: 981px) {
    .node-type-groupe .bootstrap-threecol-stacked .row .col-lg-3, .og-context-node .bootstrap-threecol-stacked .row .col-lg-3 {
      width: 25%;
      float: left; } }
  .node-type-groupe .bootstrap-threecol-stacked .row .pane-node-body p, .og-context-node .bootstrap-threecol-stacked .row .pane-node-body p {
    font-size: 1.25rem;
    font-family: signikalight !important;
    margin-bottom: 1.25rem;
    line-height: 1.5; }
  .node-type-groupe .bootstrap-threecol-stacked .row .pane-content .panel-default, .og-context-node .bootstrap-threecol-stacked .row .pane-content .panel-default {
    margin-top: 0px; }
  .node-type-groupe .bootstrap-threecol-stacked .row .pane-content .select2-choice, .og-context-node .bootstrap-threecol-stacked .row .pane-content .select2-choice {
    border: 1px solid #9b9b9b; }
  .node-type-groupe .bootstrap-threecol-stacked .row .pane-content .feed-icon a, .og-context-node .bootstrap-threecol-stacked .row .pane-content .feed-icon a {
    float: right; }
  .node-type-groupe .bootstrap-threecol-stacked .row .left, .node-type-groupe .bootstrap-threecol-stacked .row .middle, .node-type-groupe .bootstrap-threecol-stacked .row .bottom, .og-context-node .bootstrap-threecol-stacked .row .left, .og-context-node .bootstrap-threecol-stacked .row .middle, .og-context-node .bootstrap-threecol-stacked .row .bottom {
    padding-left: 0;
    padding-right: 0; }
  .node-type-groupe .bootstrap-threecol-stacked .row .right, .og-context-node .bootstrap-threecol-stacked .row .right {
    padding-left: 0.625rem;
    padding-right: 0; }
    .node-type-groupe .bootstrap-threecol-stacked .row .right h2, .og-context-node .bootstrap-threecol-stacked .row .right h2 {
      font-size: 1.25rem;
      font-family: oswaldregular;
      color: #797979;
      text-transform: uppercase;
      line-height: 1;
      margin-bottom: 1.25rem; }
    .node-type-groupe .bootstrap-threecol-stacked .row .right .pane-content, .og-context-node .bootstrap-threecol-stacked .row .right .pane-content {
      color: #6361a9; }
      .node-type-groupe .bootstrap-threecol-stacked .row .right .pane-content ul li.leaf:before, .og-context-node .bootstrap-threecol-stacked .row .right .pane-content ul li.leaf:before {
        content: "\203A";
        padding-right: 0.3125rem;
        color: #797979; }
      .node-type-groupe .bootstrap-threecol-stacked .row .right .pane-content ul li.leaf a, .og-context-node .bootstrap-threecol-stacked .row .right .pane-content ul li.leaf a {
        font-size: 1rem;
        font-family: signikalight; }
  .node-type-groupe .bootstrap-threecol-stacked .row .titre, .og-context-node .bootstrap-threecol-stacked .row .titre {
    font-size: 1.25rem;
    font-family: oswaldregular;
    color: #797979;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 1.25rem;
    margin-top: 0.625rem; }
  .node-type-groupe .bootstrap-threecol-stacked .row .pane-node-create-links, .og-context-node .bootstrap-threecol-stacked .row .pane-node-create-links {
    float: right;
    position: relative;
    height: 40px;
    font-size: 1rem;
    z-index: 999; }
    .node-type-groupe .bootstrap-threecol-stacked .row .pane-node-create-links span, .og-context-node .bootstrap-threecol-stacked .row .pane-node-create-links span {
      float: left;
      background-color: #797979;
      color: #fff;
      padding: .25em .4em;
      white-space: nowrap;
      vertical-align: baseline;
      text-align: center; }
    .node-type-groupe .bootstrap-threecol-stacked .row .pane-node-create-links .pane-content, .og-context-node .bootstrap-threecol-stacked .row .pane-node-create-links .pane-content {
      float: left;
      background-color: #a0ca80;
      color: #fff;
      padding: .24em .4em;
      white-space: nowrap;
      vertical-align: baseline;
      text-align: center; }
      .node-type-groupe .bootstrap-threecol-stacked .row .pane-node-create-links .pane-content ul li:first-child, .og-context-node .bootstrap-threecol-stacked .row .pane-node-create-links .pane-content ul li:first-child {
        padding-left: 0rem; }
      .node-type-groupe .bootstrap-threecol-stacked .row .pane-node-create-links .pane-content ul li, .og-context-node .bootstrap-threecol-stacked .row .pane-node-create-links .pane-content ul li {
        padding-left: 0rem; }
        .node-type-groupe .bootstrap-threecol-stacked .row .pane-node-create-links .pane-content ul li a, .og-context-node .bootstrap-threecol-stacked .row .pane-node-create-links .pane-content ul li a {
          font-size: 1rem;
          color: #fff;
          font-family: signikalight;
          line-height: 1.5; }
  .node-type-groupe .bootstrap-threecol-stacked .row .bottom, .node-type-groupe .bootstrap-threecol-stacked .row .panel-pane, .og-context-node .bootstrap-threecol-stacked .row .bottom, .og-context-node .bootstrap-threecol-stacked .row .panel-pane {
    margin-bottom: 1.25rem; }
    .node-type-groupe .bootstrap-threecol-stacked .row .bottom ul.menu, .node-type-groupe .bootstrap-threecol-stacked .row .panel-pane ul.menu, .og-context-node .bootstrap-threecol-stacked .row .bottom ul.menu, .og-context-node .bootstrap-threecol-stacked .row .panel-pane ul.menu {
      clear: both;
      margin-top: 0rem;
      padding-bottom: 2.5rem;
      border-bottom: 1px solid #ececec; }
      .node-type-groupe .bootstrap-threecol-stacked .row .bottom ul.menu li, .node-type-groupe .bootstrap-threecol-stacked .row .panel-pane ul.menu li, .og-context-node .bootstrap-threecol-stacked .row .bottom ul.menu li, .og-context-node .bootstrap-threecol-stacked .row .panel-pane ul.menu li {
        float: left;
        margin-right: 0.625rem; }
        .node-type-groupe .bootstrap-threecol-stacked .row .bottom ul.menu li a, .node-type-groupe .bootstrap-threecol-stacked .row .panel-pane ul.menu li a, .og-context-node .bootstrap-threecol-stacked .row .bottom ul.menu li a, .og-context-node .bootstrap-threecol-stacked .row .panel-pane ul.menu li a {
          border-radius: .25rem;
          border: 1px solid #6361a9;
          color: #6361a9; }
      .node-type-groupe .bootstrap-threecol-stacked .row .bottom ul.menu li.active a, .node-type-groupe .bootstrap-threecol-stacked .row .panel-pane ul.menu li.active a, .og-context-node .bootstrap-threecol-stacked .row .bottom ul.menu li.active a, .og-context-node .bootstrap-threecol-stacked .row .panel-pane ul.menu li.active a {
        border-radius: .25rem;
        border: 1px solid #797979;
        color: #fff;
        background-color: #6361a9; }
    .node-type-groupe .bootstrap-threecol-stacked .row .bottom .col-sm-12, .node-type-groupe .bootstrap-threecol-stacked .row .panel-pane .col-sm-12, .og-context-node .bootstrap-threecol-stacked .row .bottom .col-sm-12, .og-context-node .bootstrap-threecol-stacked .row .panel-pane .col-sm-12 {
      padding-left: 0;
      padding-right: 0; }
    .node-type-groupe .bootstrap-threecol-stacked .row .bottom h2, .node-type-groupe .bootstrap-threecol-stacked .row .panel-pane h2, .og-context-node .bootstrap-threecol-stacked .row .bottom h2, .og-context-node .bootstrap-threecol-stacked .row .panel-pane h2 {
      font-size: 1.25rem;
      font-family: oswaldregular;
      color: #797979;
      text-transform: uppercase;
      line-height: 1;
      margin-bottom: 1.25rem;
      margin-top: 0.625rem; }
    .node-type-groupe .bootstrap-threecol-stacked .row .bottom .view-agenda-groupe .item-list ul li, .node-type-groupe .bootstrap-threecol-stacked .row .panel-pane .view-agenda-groupe .item-list ul li, .og-context-node .bootstrap-threecol-stacked .row .bottom .view-agenda-groupe .item-list ul li, .og-context-node .bootstrap-threecol-stacked .row .panel-pane .view-agenda-groupe .item-list ul li {
      border-top: 1px solid #ececec; }
      .node-type-groupe .bootstrap-threecol-stacked .row .bottom .view-agenda-groupe .item-list ul li a, .node-type-groupe .bootstrap-threecol-stacked .row .panel-pane .view-agenda-groupe .item-list ul li a, .og-context-node .bootstrap-threecol-stacked .row .bottom .view-agenda-groupe .item-list ul li a, .og-context-node .bootstrap-threecol-stacked .row .panel-pane .view-agenda-groupe .item-list ul li a {
        font-size: 1rem;
        font-family: signikaregular; }
        .node-type-groupe .bootstrap-threecol-stacked .row .bottom .view-agenda-groupe .item-list ul li a span, .node-type-groupe .bootstrap-threecol-stacked .row .panel-pane .view-agenda-groupe .item-list ul li a span, .og-context-node .bootstrap-threecol-stacked .row .bottom .view-agenda-groupe .item-list ul li a span, .og-context-node .bootstrap-threecol-stacked .row .panel-pane .view-agenda-groupe .item-list ul li a span {
          color: #9b9b9b;
          font-size: 1rem; }
    .node-type-groupe .bootstrap-threecol-stacked .row .bottom .view-nouveautes-groupe .row, .node-type-groupe .bootstrap-threecol-stacked .row .panel-pane .view-nouveautes-groupe .row, .og-context-node .bootstrap-threecol-stacked .row .bottom .view-nouveautes-groupe .row, .og-context-node .bootstrap-threecol-stacked .row .panel-pane .view-nouveautes-groupe .row {
      border-top: 1px solid #ececec;
      padding-top: 0.625rem;
      padding-bottom: 0.625rem;
      margin-bottom: 0rem; }
      .node-type-groupe .bootstrap-threecol-stacked .row .bottom .view-nouveautes-groupe .row .col-lg-12, .node-type-groupe .bootstrap-threecol-stacked .row .panel-pane .view-nouveautes-groupe .row .col-lg-12, .og-context-node .bootstrap-threecol-stacked .row .bottom .view-nouveautes-groupe .row .col-lg-12, .og-context-node .bootstrap-threecol-stacked .row .panel-pane .view-nouveautes-groupe .row .col-lg-12 {
        padding-left: 0px;
        padding-right: 0px; }
        .node-type-groupe .bootstrap-threecol-stacked .row .bottom .view-nouveautes-groupe .row .col-lg-12 > span, .node-type-groupe .bootstrap-threecol-stacked .row .panel-pane .view-nouveautes-groupe .row .col-lg-12 > span, .og-context-node .bootstrap-threecol-stacked .row .bottom .view-nouveautes-groupe .row .col-lg-12 > span, .og-context-node .bootstrap-threecol-stacked .row .panel-pane .view-nouveautes-groupe .row .col-lg-12 > span {
          float: left; }
        @media (max-width: 640px) {
          .node-type-groupe .bootstrap-threecol-stacked .row .bottom .view-nouveautes-groupe .row .col-lg-12 > span:last-child, .node-type-groupe .bootstrap-threecol-stacked .row .panel-pane .view-nouveautes-groupe .row .col-lg-12 > span:last-child, .og-context-node .bootstrap-threecol-stacked .row .bottom .view-nouveautes-groupe .row .col-lg-12 > span:last-child, .og-context-node .bootstrap-threecol-stacked .row .panel-pane .view-nouveautes-groupe .row .col-lg-12 > span:last-child {
            padding-top: 0.3125rem; } }
        .node-type-groupe .bootstrap-threecol-stacked .row .bottom .view-nouveautes-groupe .row .col-lg-12 .views-field-changed, .node-type-groupe .bootstrap-threecol-stacked .row .panel-pane .view-nouveautes-groupe .row .col-lg-12 .views-field-changed, .og-context-node .bootstrap-threecol-stacked .row .bottom .view-nouveautes-groupe .row .col-lg-12 .views-field-changed, .og-context-node .bootstrap-threecol-stacked .row .panel-pane .view-nouveautes-groupe .row .col-lg-12 .views-field-changed {
          color: #9b9b9b; }
        .node-type-groupe .bootstrap-threecol-stacked .row .bottom .view-nouveautes-groupe .row .col-lg-12 .type, .node-type-groupe .bootstrap-threecol-stacked .row .panel-pane .view-nouveautes-groupe .row .col-lg-12 .type, .og-context-node .bootstrap-threecol-stacked .row .bottom .view-nouveautes-groupe .row .col-lg-12 .type, .og-context-node .bootstrap-threecol-stacked .row .panel-pane .view-nouveautes-groupe .row .col-lg-12 .type {
          width: 110px;
          margin-left: 0.3125rem; }
          .node-type-groupe .bootstrap-threecol-stacked .row .bottom .view-nouveautes-groupe .row .col-lg-12 .type span, .node-type-groupe .bootstrap-threecol-stacked .row .panel-pane .view-nouveautes-groupe .row .col-lg-12 .type span, .og-context-node .bootstrap-threecol-stacked .row .bottom .view-nouveautes-groupe .row .col-lg-12 .type span, .og-context-node .bootstrap-threecol-stacked .row .panel-pane .view-nouveautes-groupe .row .col-lg-12 .type span {
            padding: 0.3rem;
            border-radius: .25rem;
            border: 1px solid #6361a9;
            color: #fff;
            background-color: #6361a9;
            margin-left: 0.3125rem;
            margin-right: 0.3125rem; }
          .node-type-groupe .bootstrap-threecol-stacked .row .bottom .view-nouveautes-groupe .row .col-lg-12 .type .Document, .node-type-groupe .bootstrap-threecol-stacked .row .panel-pane .view-nouveautes-groupe .row .col-lg-12 .type .Document, .og-context-node .bootstrap-threecol-stacked .row .bottom .view-nouveautes-groupe .row .col-lg-12 .type .Document, .og-context-node .bootstrap-threecol-stacked .row .panel-pane .view-nouveautes-groupe .row .col-lg-12 .type .Document {
            padding: 0.3rem;
            border-radius: .25rem;
            border: 1px solid #a0ca80;
            color: #fff;
            background-color: #a0ca80;
            margin-left: 0.3125rem;
            margin-right: 0.3125rem; }
          .node-type-groupe .bootstrap-threecol-stacked .row .bottom .view-nouveautes-groupe .row .col-lg-12 .type .Message, .node-type-groupe .bootstrap-threecol-stacked .row .panel-pane .view-nouveautes-groupe .row .col-lg-12 .type .Message, .og-context-node .bootstrap-threecol-stacked .row .bottom .view-nouveautes-groupe .row .col-lg-12 .type .Message, .og-context-node .bootstrap-threecol-stacked .row .panel-pane .view-nouveautes-groupe .row .col-lg-12 .type .Message {
            padding: 0.3rem;
            border-radius: .25rem;
            border: 1px solid #e96b10;
            color: #fff;
            background-color: #e96b10;
            margin-left: 0.3125rem;
            margin-right: 0.3125rem; }
          .node-type-groupe .bootstrap-threecol-stacked .row .bottom .view-nouveautes-groupe .row .col-lg-12 .type .Evénement, .node-type-groupe .bootstrap-threecol-stacked .row .panel-pane .view-nouveautes-groupe .row .col-lg-12 .type .Evénement, .og-context-node .bootstrap-threecol-stacked .row .bottom .view-nouveautes-groupe .row .col-lg-12 .type .Evénement, .og-context-node .bootstrap-threecol-stacked .row .panel-pane .view-nouveautes-groupe .row .col-lg-12 .type .Evénement {
            padding: 0.3rem;
            border-radius: .25rem;
            border: 1px solid #ececec;
            color: #9b9b9b;
            background-color: #ececec;
            margin-left: 0.3125rem;
            margin-right: 0.3125rem; }
          .node-type-groupe .bootstrap-threecol-stacked .row .bottom .view-nouveautes-groupe .row .col-lg-12 .type .Adhérent, .node-type-groupe .bootstrap-threecol-stacked .row .panel-pane .view-nouveautes-groupe .row .col-lg-12 .type .Adhérent, .og-context-node .bootstrap-threecol-stacked .row .bottom .view-nouveautes-groupe .row .col-lg-12 .type .Adhérent, .og-context-node .bootstrap-threecol-stacked .row .panel-pane .view-nouveautes-groupe .row .col-lg-12 .type .Adhérent {
            padding: 0.3rem;
            border-radius: .25rem;
            border: 1px solid #373737;
            color: #fff;
            background-color: #373737;
            margin-left: 0.3125rem;
            margin-right: 0.3125rem; }
          .node-type-groupe .bootstrap-threecol-stacked .row .bottom .view-nouveautes-groupe .row .col-lg-12 .type .Annonce, .node-type-groupe .bootstrap-threecol-stacked .row .panel-pane .view-nouveautes-groupe .row .col-lg-12 .type .Annonce, .og-context-node .bootstrap-threecol-stacked .row .bottom .view-nouveautes-groupe .row .col-lg-12 .type .Annonce, .og-context-node .bootstrap-threecol-stacked .row .panel-pane .view-nouveautes-groupe .row .col-lg-12 .type .Annonce {
            padding: 0.3rem;
            border-radius: .25rem;
            border: 1px solid #d1332a;
            color: #fff;
            background-color: #d1332a;
            margin-left: 0.3125rem;
            margin-right: 0.3125rem; }
    .node-type-groupe .bootstrap-threecol-stacked .row .bottom .view-nouveautes-groupe #edit-type-selective-wrapper, .node-type-groupe .bootstrap-threecol-stacked .row .panel-pane .view-nouveautes-groupe #edit-type-selective-wrapper, .og-context-node .bootstrap-threecol-stacked .row .bottom .view-nouveautes-groupe #edit-type-selective-wrapper, .og-context-node .bootstrap-threecol-stacked .row .panel-pane .view-nouveautes-groupe #edit-type-selective-wrapper {
      float: right; }
      .node-type-groupe .bootstrap-threecol-stacked .row .bottom .view-nouveautes-groupe #edit-type-selective-wrapper .form-type-bef-link, .node-type-groupe .bootstrap-threecol-stacked .row .panel-pane .view-nouveautes-groupe #edit-type-selective-wrapper .form-type-bef-link, .og-context-node .bootstrap-threecol-stacked .row .bottom .view-nouveautes-groupe #edit-type-selective-wrapper .form-type-bef-link, .og-context-node .bootstrap-threecol-stacked .row .panel-pane .view-nouveautes-groupe #edit-type-selective-wrapper .form-type-bef-link {
        float: left;
        border-right: 2px solid #ececec; }
        .node-type-groupe .bootstrap-threecol-stacked .row .bottom .view-nouveautes-groupe #edit-type-selective-wrapper .form-type-bef-link a, .node-type-groupe .bootstrap-threecol-stacked .row .panel-pane .view-nouveautes-groupe #edit-type-selective-wrapper .form-type-bef-link a, .og-context-node .bootstrap-threecol-stacked .row .bottom .view-nouveautes-groupe #edit-type-selective-wrapper .form-type-bef-link a, .og-context-node .bootstrap-threecol-stacked .row .panel-pane .view-nouveautes-groupe #edit-type-selective-wrapper .form-type-bef-link a {
          color: #9b9b9b;
          font-size: 1rem;
          padding-right: 0.625rem;
          padding-left: 0.625rem; }
      .node-type-groupe .bootstrap-threecol-stacked .row .bottom .view-nouveautes-groupe #edit-type-selective-wrapper .form-type-bef-link:first-child a, .node-type-groupe .bootstrap-threecol-stacked .row .panel-pane .view-nouveautes-groupe #edit-type-selective-wrapper .form-type-bef-link:first-child a, .og-context-node .bootstrap-threecol-stacked .row .bottom .view-nouveautes-groupe #edit-type-selective-wrapper .form-type-bef-link:first-child a, .og-context-node .bootstrap-threecol-stacked .row .panel-pane .view-nouveautes-groupe #edit-type-selective-wrapper .form-type-bef-link:first-child a {
        padding-left: 0rem; }
    .node-type-groupe .bootstrap-threecol-stacked .row .bottom .view-nouveautes-groupe .date-nav-wrapper, .node-type-groupe .bootstrap-threecol-stacked .row .panel-pane .view-nouveautes-groupe .date-nav-wrapper, .og-context-node .bootstrap-threecol-stacked .row .bottom .view-nouveautes-groupe .date-nav-wrapper, .og-context-node .bootstrap-threecol-stacked .row .panel-pane .view-nouveautes-groupe .date-nav-wrapper {
      background-color: #fff; }
  .node-type-groupe .bootstrap-threecol-stacked .row .col-lg-3 .view-nouveautes-groupe .item-list ul li, .og-context-node .bootstrap-threecol-stacked .row .col-lg-3 .view-nouveautes-groupe .item-list ul li {
    border-top: 1px solid #ececec; }
    .node-type-groupe .bootstrap-threecol-stacked .row .col-lg-3 .view-nouveautes-groupe .item-list ul li a, .og-context-node .bootstrap-threecol-stacked .row .col-lg-3 .view-nouveautes-groupe .item-list ul li a {
      font-size: 1rem;
      font-family: signikaregular; }
    .node-type-groupe .bootstrap-threecol-stacked .row .col-lg-3 .view-nouveautes-groupe .item-list ul li .views-field-field-date-de-l-evenement, .og-context-node .bootstrap-threecol-stacked .row .col-lg-3 .view-nouveautes-groupe .item-list ul li .views-field-field-date-de-l-evenement {
      color: #9b9b9b;
      font-size: 1rem; }
  .node-type-groupe .bootstrap-threecol-stacked .row .col-lg-3 .view-nouveautes-groupe .view-empty p, .og-context-node .bootstrap-threecol-stacked .row .col-lg-3 .view-nouveautes-groupe .view-empty p {
    font-size: 1rem; }
  @media (max-width: 640px) {
    .node-type-groupe .bootstrap-threecol-stacked .row .col-lg-3, .og-context-node .bootstrap-threecol-stacked .row .col-lg-3 {
      padding-left: 0px; } }
  @media (min-width: 641px) and (max-width: 767px) {
    .node-type-groupe .bootstrap-threecol-stacked .row .col-lg-3, .og-context-node .bootstrap-threecol-stacked .row .col-lg-3 {
      width: 100%;
      float: left;
      padding-left: 0; } }
  @media (min-width: 768px) and (max-width: 980px) {
    .node-type-groupe .bootstrap-threecol-stacked .row .col-lg-3, .og-context-node .bootstrap-threecol-stacked .row .col-lg-3 {
      width: 100%;
      float: left;
      padding-left: 0; } }
  @media (min-width: 981px) {
    .node-type-groupe .bootstrap-threecol-stacked .row .col-lg-3, .og-context-node .bootstrap-threecol-stacked .row .col-lg-3 {
      width: 25%;
      float: left; } }
  .node-type-groupe .bootstrap-threecol-stacked .row .col-lg-9 .rounded-corner, .og-context-node .bootstrap-threecol-stacked .row .col-lg-9 .rounded-corner {
    clear: both;
    margin-bottom: 1.25rem; }
  @media (min-width: 641px) and (max-width: 767px) {
    .node-type-groupe .bootstrap-threecol-stacked .row .view-og-membres-version-dgac .row, .og-context-node .bootstrap-threecol-stacked .row .view-og-membres-version-dgac .row {
      margin-bottom: 0; } }
  .node-type-groupe .bootstrap-threecol-stacked .row .view-og-membres-version-dgac .col-lg-3, .node-type-groupe .bootstrap-threecol-stacked .row .view-og-membres-version-dgac .col-lg-2, .og-context-node .bootstrap-threecol-stacked .row .view-og-membres-version-dgac .col-lg-3, .og-context-node .bootstrap-threecol-stacked .row .view-og-membres-version-dgac .col-lg-2 {
    padding-left: 10px;
    padding-right: 10px; }
    @media (max-width: 640px) {
      .node-type-groupe .bootstrap-threecol-stacked .row .view-og-membres-version-dgac .col-lg-3, .node-type-groupe .bootstrap-threecol-stacked .row .view-og-membres-version-dgac .col-lg-2, .og-context-node .bootstrap-threecol-stacked .row .view-og-membres-version-dgac .col-lg-3, .og-context-node .bootstrap-threecol-stacked .row .view-og-membres-version-dgac .col-lg-2 {
        padding-left: 0px;
        padding-right: 0px;
        margin-bottom: 1.25rem; } }
    @media (min-width: 641px) and (max-width: 767px) {
      .node-type-groupe .bootstrap-threecol-stacked .row .view-og-membres-version-dgac .col-lg-3, .node-type-groupe .bootstrap-threecol-stacked .row .view-og-membres-version-dgac .col-lg-2, .og-context-node .bootstrap-threecol-stacked .row .view-og-membres-version-dgac .col-lg-3, .og-context-node .bootstrap-threecol-stacked .row .view-og-membres-version-dgac .col-lg-2 {
        width: 50%;
        padding-left: 0px;
        margin-bottom: 1.25rem; } }
    @media (min-width: 768px) and (max-width: 980px) {
      .node-type-groupe .bootstrap-threecol-stacked .row .view-og-membres-version-dgac .col-lg-3, .node-type-groupe .bootstrap-threecol-stacked .row .view-og-membres-version-dgac .col-lg-2, .og-context-node .bootstrap-threecol-stacked .row .view-og-membres-version-dgac .col-lg-3, .og-context-node .bootstrap-threecol-stacked .row .view-og-membres-version-dgac .col-lg-2 {
        width: 25%; } }
  .node-type-groupe .bootstrap-threecol-stacked .row .view-og-membres-version-dgac .col-lg-3:first-child, .og-context-node .bootstrap-threecol-stacked .row .view-og-membres-version-dgac .col-lg-3:first-child {
    padding-left: 0px; }
  .node-type-groupe .bootstrap-threecol-stacked .row .view-og-membres-version-dgac .col-lg-3:last-child, .og-context-node .bootstrap-threecol-stacked .row .view-og-membres-version-dgac .col-lg-3:last-child {
    padding-right: 0px; }
    @media (max-width: 640px) {
      .node-type-groupe .bootstrap-threecol-stacked .row .view-og-membres-version-dgac .col-lg-3:last-child, .og-context-node .bootstrap-threecol-stacked .row .view-og-membres-version-dgac .col-lg-3:last-child {
        margin-bottom: 0px; } }
    @media (min-width: 641px) and (max-width: 767px) {
      .node-type-groupe .bootstrap-threecol-stacked .row .view-og-membres-version-dgac .col-lg-3:last-child, .og-context-node .bootstrap-threecol-stacked .row .view-og-membres-version-dgac .col-lg-3:last-child {
        padding-right: 0.625rem; } }
  .node-type-groupe .bootstrap-threecol-stacked .row .view-og-membres-version-dgac .thumbnail, .og-context-node .bootstrap-threecol-stacked .row .view-og-membres-version-dgac .thumbnail {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    height: 230px;
    padding: 10px 0 0 0;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    text-align: center;
    margin-bottom: 0; }
    .node-type-groupe .bootstrap-threecol-stacked .row .view-og-membres-version-dgac .thumbnail .views-field-name, .og-context-node .bootstrap-threecol-stacked .row .view-og-membres-version-dgac .thumbnail .views-field-name {
      padding: 0.5rem;
      display: block;
      overflow: hidden; }
      .node-type-groupe .bootstrap-threecol-stacked .row .view-og-membres-version-dgac .thumbnail .views-field-name a, .og-context-node .bootstrap-threecol-stacked .row .view-og-membres-version-dgac .thumbnail .views-field-name a {
        color: #a0ca80;
        font-family: oswaldregular; }
    .node-type-groupe .bootstrap-threecol-stacked .row .view-og-membres-version-dgac .thumbnail .views-field-og-roles, .og-context-node .bootstrap-threecol-stacked .row .view-og-membres-version-dgac .thumbnail .views-field-og-roles {
      justify-content: flex-end;
      display: block;
      padding-left: 0.5rem;
      padding-right: 0.5rem;
      padding-top: 0.8rem;
      padding-bottom: 0.8rem;
      font-size: 0.875rem;
      color: #9b9b9b;
      border-top: 1px solid #ececec; }
  .node-type-groupe .bootstrap-threecol-stacked .row .view-contenu-groupe .view-filters, .node-type-groupe .bootstrap-threecol-stacked .row .liste-documents .view-filters, .node-type-groupe .bootstrap-threecol-stacked .row .view-groupe-liste-des-adh-rents .view-filters, .og-context-node .bootstrap-threecol-stacked .row .view-contenu-groupe .view-filters, .og-context-node .bootstrap-threecol-stacked .row .liste-documents .view-filters, .og-context-node .bootstrap-threecol-stacked .row .view-groupe-liste-des-adh-rents .view-filters {
    margin-top: 1.25rem; }
    .node-type-groupe .bootstrap-threecol-stacked .row .view-contenu-groupe .view-filters form, .node-type-groupe .bootstrap-threecol-stacked .row .liste-documents .view-filters form, .node-type-groupe .bootstrap-threecol-stacked .row .view-groupe-liste-des-adh-rents .view-filters form, .og-context-node .bootstrap-threecol-stacked .row .view-contenu-groupe .view-filters form, .og-context-node .bootstrap-threecol-stacked .row .liste-documents .view-filters form, .og-context-node .bootstrap-threecol-stacked .row .view-groupe-liste-des-adh-rents .view-filters form {
      border: 1px solid #ececec;
      padding-left: 0.7rem;
      padding-right: 0.7rem;
      padding-top: 0.7rem;
      margin-bottom: 1.25rem; }
      .node-type-groupe .bootstrap-threecol-stacked .row .view-contenu-groupe .view-filters form label, .node-type-groupe .bootstrap-threecol-stacked .row .liste-documents .view-filters form label, .node-type-groupe .bootstrap-threecol-stacked .row .view-groupe-liste-des-adh-rents .view-filters form label, .og-context-node .bootstrap-threecol-stacked .row .view-contenu-groupe .view-filters form label, .og-context-node .bootstrap-threecol-stacked .row .liste-documents .view-filters form label, .og-context-node .bootstrap-threecol-stacked .row .view-groupe-liste-des-adh-rents .view-filters form label {
        font-size: 0.875rem;
        font-weight: normal; }
      .node-type-groupe .bootstrap-threecol-stacked .row .view-contenu-groupe .view-filters form input, .node-type-groupe .bootstrap-threecol-stacked .row .liste-documents .view-filters form input, .node-type-groupe .bootstrap-threecol-stacked .row .view-groupe-liste-des-adh-rents .view-filters form input, .og-context-node .bootstrap-threecol-stacked .row .view-contenu-groupe .view-filters form input, .og-context-node .bootstrap-threecol-stacked .row .liste-documents .view-filters form input, .og-context-node .bootstrap-threecol-stacked .row .view-groupe-liste-des-adh-rents .view-filters form input {
        font-size: 0.875rem;
        font-weight: normal; }
      .node-type-groupe .bootstrap-threecol-stacked .row .view-contenu-groupe .view-filters form .views-submit-button, .node-type-groupe .bootstrap-threecol-stacked .row .liste-documents .view-filters form .views-submit-button, .node-type-groupe .bootstrap-threecol-stacked .row .view-groupe-liste-des-adh-rents .view-filters form .views-submit-button, .og-context-node .bootstrap-threecol-stacked .row .view-contenu-groupe .view-filters form .views-submit-button, .og-context-node .bootstrap-threecol-stacked .row .liste-documents .view-filters form .views-submit-button, .og-context-node .bootstrap-threecol-stacked .row .view-groupe-liste-des-adh-rents .view-filters form .views-submit-button {
        padding-top: 38px; }
  .node-type-groupe .bootstrap-threecol-stacked .row .view-groupe-messages .row .col-lg-12, .og-context-node .bootstrap-threecol-stacked .row .view-groupe-messages .row .col-lg-12 {
    padding-left: 0px;
    padding-right: 0px;
    color: #9b9b9b;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid #ececec; }
    @media (max-width: 640px) {
      .node-type-groupe .bootstrap-threecol-stacked .row .view-groupe-messages .row .col-lg-12, .og-context-node .bootstrap-threecol-stacked .row .view-groupe-messages .row .col-lg-12 {
        padding-bottom: 1.875rem; } }
    .node-type-groupe .bootstrap-threecol-stacked .row .view-groupe-messages .row .col-lg-12 .photo, .og-context-node .bootstrap-threecol-stacked .row .view-groupe-messages .row .col-lg-12 .photo {
      float: left;
      margin-right: 1.25rem; }
    .node-type-groupe .bootstrap-threecol-stacked .row .view-groupe-messages .row .col-lg-12 .views-field-body, .og-context-node .bootstrap-threecol-stacked .row .view-groupe-messages .row .col-lg-12 .views-field-body {
      color: #252525; }
    .node-type-groupe .bootstrap-threecol-stacked .row .view-groupe-messages .row .col-lg-12 .nomDocument a, .og-context-node .bootstrap-threecol-stacked .row .view-groupe-messages .row .col-lg-12 .nomDocument a {
      font-size: 1.25rem; }
    .node-type-groupe .bootstrap-threecol-stacked .row .view-groupe-messages .row .col-lg-12 .views-field-field-documents table, .og-context-node .bootstrap-threecol-stacked .row .view-groupe-messages .row .col-lg-12 .views-field-field-documents table {
      border: 1px solid #ececec;
      margin-bottom: 1.25rem;
      margin-top: 0.625rem; }
      .node-type-groupe .bootstrap-threecol-stacked .row .view-groupe-messages .row .col-lg-12 .views-field-field-documents table thead th, .og-context-node .bootstrap-threecol-stacked .row .view-groupe-messages .row .col-lg-12 .views-field-field-documents table thead th {
        background-color: #fff;
        color: #9b9b9b; }
    .node-type-groupe .bootstrap-threecol-stacked .row .view-groupe-messages .row .col-lg-12 .label-default, .og-context-node .bootstrap-threecol-stacked .row .view-groupe-messages .row .col-lg-12 .label-default {
      background-color: #797979; }
    .node-type-groupe .bootstrap-threecol-stacked .row .view-groupe-messages .row .col-lg-12 div > .pull-right, .og-context-node .bootstrap-threecol-stacked .row .view-groupe-messages .row .col-lg-12 div > .pull-right {
      margin-left: 0.625rem; }
.node-type-groupe .file, .og-context-node .file {
  padding-top: 0.1875rem;
  padding-bottom: 0.1875rem; }
  .node-type-groupe .file img, .og-context-node .file img {
    float: left;
    vertical-align: bottom;
    padding-top: 0.1875rem; }

#comments .comment {
  padding-bottom: 1.25rem;
  padding-top: 1.25rem;
  border-bottom: 1px solid #ececec; }
  #comments .comment .username {
    float: left;
    margin-right: 0.625rem; }
  #comments .comment .field-name-post-date {
    color: #9b9b9b;
    padding-left: 0.3125rem; }
  #comments .comment .field-name-comment-body p {
    font-size: 1.25rem;
    font-family: signikalight !important;
    margin-bottom: 1.25rem;
    line-height: 1.5; }
  #comments .comment .field-name-comment-body p.bloc-italique {
    padding: 10px 20px;
    margin: 0 0 20px;
    border-top: 3px solid #eee;
    border-bottom: 3px solid #eee;
    font-style: none; }
  #comments .comment .field-name-comment-body div.bloc-separateur {
    clear: both;
    width: 100%; }
  #comments .comment .field-name-comment-body blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #ececec; }
  #comments .comment .field-name-comment-body ul {
    padding-left: 0.8125rem;
    margin-top: 1.25rem;
    list-style-type: disc;
    list-style-position: outside; }
    #comments .comment .field-name-comment-body ul li {
      text-indent: -.7em; }
      #comments .comment .field-name-comment-body ul li:before {
        content: "\2022";
        color: #e96b10;
        padding-right: 0.3125rem;
        font-size: 1.5rem; }
  #comments .comment .field-name-comment-body ol {
    list-style: none;
    counter-reset: li;
    padding-left: 1.25rem; }
    #comments .comment .field-name-comment-body ol li::before {
      content: counter(li) ". ";
      color: #e96b10;
      display: inline-block;
      width: 1em;
      margin-left: -1em; }
    #comments .comment .field-name-comment-body ol li {
      counter-increment: li; }
  @media (max-width: 640px) {
    #comments .comment .field-name-comment-body {
      margin-bottom: 1.25rem; } }
  #comments .comment .links {
    float: right; }
#comments .photo {
  float: left;
  margin-right: 1.25rem; }
  @media (max-width: 640px) {
    #comments .photo {
      display: none; } }
#comments .indented {
  margin-left: 1.875rem; }
  #comments .indented .comment {
    border-left: 5px solid #ececec;
    padding-left: 0.625rem; }

.rubrique-privee .rubrique {
  max-width: 100%;
  padding: 0; }
  .rubrique-privee .rubrique header {
    padding-right: 15px;
    padding-left: 15px; }
  @media (max-width: 640px) {
    .rubrique-privee .rubrique {
      background: none;
      padding-left: 0px; } }
  .rubrique-privee .rubrique > .row > section > ul {
    padding-left: 15px;
    padding-right: 15px; }
  @media (max-width: 640px) {
    .rubrique-privee .rubrique > .row {
      background: none; }
      .rubrique-privee .rubrique > .row .breadcrumb {
        margin-left: 0.625rem; } }
  @media (min-width: 768px) and (max-width: 980px) {
    .rubrique-privee .rubrique > .row .breadcrumb {
      margin-left: 0.625rem; } }
  .rubrique-privee .rubrique > .row main {
    display: block; }
  .rubrique-privee .rubrique > .row .col-sm-12 {
    padding-right: 0;
    padding-left: 0; }
    .rubrique-privee .rubrique > .row .col-sm-12 .pane-node-body .field-name-body {
      width: 100%;
      max-width: 61.25rem;
      margin: 0 auto;
      padding-right: 1.25rem;
      padding-left: 1.25rem;
      padding-top: 1.875rem;
      padding-bottom: 1.875rem;
      margin-bottom: 1.875rem;
      font-family: signikaregular;
      background-color: #ececec;
      font-size: 1.375rem; }
      @media (max-width: 640px) {
        .rubrique-privee .rubrique > .row .col-sm-12 .pane-node-body .field-name-body {
          font-size: 5vw;
          background: transparent; } }
      .rubrique-privee .rubrique > .row .col-sm-12 .pane-node-body .field-name-body .field-items {
        padding-left: 0;
        padding-right: 0; }
    .rubrique-privee .rubrique > .row .col-sm-12 .slick-dots {
      margin-bottom: 3em; }
    .rubrique-privee .rubrique > .row .col-sm-12 #sous-rubriques {
      background: linear-gradient(to bottom, #ececec 3.75rem, #ececec 3.75rem, #ececec 100%); }
      @media (max-width: 640px) {
        .rubrique-privee .rubrique > .row .col-sm-12 #sous-rubriques {
          padding-left: 0.9375rem;
          padding-right: 0.9375rem; } }
      @media (max-width: 640px) {
        .rubrique-privee .rubrique > .row .col-sm-12 #sous-rubriques div.view {
          padding-left: 0;
          padding-right: 0; } }
      .rubrique-privee .rubrique > .row .col-sm-12 #sous-rubriques div.view .col-lg-4 {
        padding-right: 0.3125rem;
        padding-left: 0; }
        .rubrique-privee .rubrique > .row .col-sm-12 #sous-rubriques div.view .col-lg-4 h2 a {
          color: #a0ca80;
          text-transform: uppercase; }
      .rubrique-privee .rubrique > .row .col-sm-12 #sous-rubriques div.view .col-lg-4:first-child {
        margin-left: 0; }

#applications .col-lg-9 {
  padding-left: 0px; }
#applications .col-lg-3 {
  padding-right: 0px; }
  @media (min-width: 641px) and (max-width: 767px) {
    #applications .col-lg-3 {
      width: 50%;
      float: left;
      margin-left: 0; } }
  @media (min-width: 768px) and (max-width: 980px) {
    #applications .col-lg-3 {
      width: 50%;
      float: left; } }
  @media (min-width: 981px) {
    #applications .col-lg-3 {
      width: 25%;
      float: left; } }
  #applications .col-lg-3 .pane-block:first-child {
    padding-top: 1.875rem; }
  #applications .col-lg-3 .pane-block {
    border-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px; }
  #applications .col-lg-3 h2.pane-title {
    font-size: 1rem; }
  #applications .col-lg-3 .select2-container, #applications .col-lg-3 .select2-dropdown-open {
    width: 100%; }
    #applications .col-lg-3 .select2-container .select2-choice, #applications .col-lg-3 .select2-dropdown-open .select2-choice {
      background-image: none !important;
      background-color: #fff;
      border: 1px solid #6361a9;
      color: #6361a9;
      border: 1px solid #9b9b9b;
      height: 2.75rem;
      padding: 0.625rem;
      float: none;
      font-size: 1rem;
      width: 100%;
      color: #6361a9;
      line-height: 1.5; }
    #applications .col-lg-3 .select2-container .select2-arrow, #applications .col-lg-3 .select2-dropdown-open .select2-arrow {
      background-image: none !important;
      background-color: #fff !important;
      vertical-align: middle !important;
      border-left: 0px !important;
      width: 20px !important;
      color: #6361a9 !important; }
      #applications .col-lg-3 .select2-container .select2-arrow b, #applications .col-lg-3 .select2-dropdown-open .select2-arrow b {
        background: none !important;
        padding-top: .3125rem;
        padding-bottom: .3125rem; }
        #applications .col-lg-3 .select2-container .select2-arrow b:after, #applications .col-lg-3 .select2-dropdown-open .select2-arrow b:after {
          content: "\E00C";
          font-family: dgac-portail; }
#applications > .row {
  margin-left: 0px;
  margin-right: 0px; }
#applications .thumbnail {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  height: 220px;
  padding: 0;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }
  @media (min-width: 641px) and (max-width: 767px) {
    #applications .thumbnail {
      height: 300px; } }
  #applications .thumbnail .views-field-title {
    padding: 0.5rem;
    display: block;
    text-align: center; }
    #applications .thumbnail .views-field-title a {
      color: #a0ca80;
      font-size: 1.25rem;
      font-family: oswaldregular; }
  #applications .thumbnail .views-field-body {
    padding: 0.5rem;
    font-size: 0.875rem;
    display: block;
    flex: 1 1 auto; }
  #applications .thumbnail .views-field-group-group {
    justify-content: flex-end;
    display: block;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
    font-size: 0.875rem;
    color: #9b9b9b;
    border-top: 1px solid #ececec; }
#applications .views-exposed-form .views-widget-filter-title {
  width: 100%; }
#applications .views-exposed-form #edit-secondary-wrapper {
  width: 100%; }
  #applications .views-exposed-form #edit-secondary-wrapper #edit-secondary {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px; }
    #applications .views-exposed-form #edit-secondary-wrapper #edit-secondary .panel-heading {
      padding: 0px;
      text-align: right;
      border-bottom: 0px; }
      #applications .views-exposed-form #edit-secondary-wrapper #edit-secondary .panel-heading a {
        font-size: 1rem;
        text-transform: none;
        margin-bottom: 0px; }
#applications .views-exposed-form .views-submit-button {
  float: right; }

#application-detail .pane-node-field-images .field-item, #application-projet .pane-node-field-images .field-item {
  float: left;
  margin-right: 0.625rem; }
#application-detail .view-mode-detail .row .col-sm-6:first-child, #application-projet .view-mode-detail .row .col-sm-6:first-child {
  padding-left: 0px; }
#application-detail .view-mode-detail .row .col-sm-6 .field, #application-projet .view-mode-detail .row .col-sm-6 .field {
  border-bottom: 1px solid #ececec;
  padding-bottom: 0.3125rem;
  padding-top: 0.3125rem; }
#application-detail .view-mode-detail .row .col-sm-6 ul li, #application-projet .view-mode-detail .row .col-sm-6 ul li {
  float: left;
  font-family: signikalight; }
  #application-detail .view-mode-detail .row .col-sm-6 ul li .label-inline, #application-projet .view-mode-detail .row .col-sm-6 ul li .label-inline {
    float: left;
    min-width: 200px;
    font-family: signikalight;
    color: #797979; }
  #application-detail .view-mode-detail .row .col-sm-6 ul li ul.liste-elements, #application-projet .view-mode-detail .row .col-sm-6 ul li ul.liste-elements {
    min-width: 150px;
    float: right; }
    #application-detail .view-mode-detail .row .col-sm-6 ul li ul.liste-elements li, #application-projet .view-mode-detail .row .col-sm-6 ul li ul.liste-elements li {
      clear: both; }
#application-detail .view-mode-detail .row .col-sm-12 .field, #application-projet .view-mode-detail .row .col-sm-12 .field {
  border-bottom: 1px solid #ececec;
  padding-bottom: 0.3125rem;
  padding-top: 0.3125rem; }
#application-detail .view-mode-detail .row .col-sm-12 .element, #application-projet .view-mode-detail .row .col-sm-12 .element {
  margin-bottom: 1.25rem; }
#application-detail .view-mode-detail .row .col-sm-12 .label-inline, #application-projet .view-mode-detail .row .col-sm-12 .label-inline {
  float: left;
  min-width: 200px;
  font-family: signikalight;
  color: #797979; }
#application-detail .view-mode-detail .row .col-sm-12 ul, #application-projet .view-mode-detail .row .col-sm-12 ul {
  clear: both; }
  #application-detail .view-mode-detail .row .col-sm-12 ul li, #application-projet .view-mode-detail .row .col-sm-12 ul li {
    font-family: signikalight; }
#application-detail .view-mode-projet .row .col-sm-6:first-child, #application-projet .view-mode-projet .row .col-sm-6:first-child {
  padding-left: 0px; }
#application-detail .view-mode-projet .row .col-sm-6 .field, #application-projet .view-mode-projet .row .col-sm-6 .field {
  border-bottom: 1px solid #ececec;
  padding-bottom: 0.3125rem;
  padding-top: 0.3125rem; }
#application-detail .view-mode-projet .row .col-sm-6 ul li, #application-projet .view-mode-projet .row .col-sm-6 ul li {
  float: left;
  font-family: signikalight; }
  #application-detail .view-mode-projet .row .col-sm-6 ul li .label-inline, #application-projet .view-mode-projet .row .col-sm-6 ul li .label-inline {
    float: left;
    min-width: 150px;
    font-family: signikalight;
    color: #797979; }
  #application-detail .view-mode-projet .row .col-sm-6 ul li ul.liste-elements, #application-projet .view-mode-projet .row .col-sm-6 ul li ul.liste-elements {
    min-width: 150px;
    float: right; }
    #application-detail .view-mode-projet .row .col-sm-6 ul li ul.liste-elements li, #application-projet .view-mode-projet .row .col-sm-6 ul li ul.liste-elements li {
      clear: both; }
#application-detail .view-mode-projet .row .col-sm-12 .field, #application-projet .view-mode-projet .row .col-sm-12 .field {
  border-bottom: 1px solid #ececec;
  padding-bottom: 0.3125rem;
  padding-top: 0.3125rem; }
#application-detail .view-mode-projet .row .col-sm-12 .element, #application-projet .view-mode-projet .row .col-sm-12 .element {
  margin-bottom: 1.25rem; }
#application-detail .view-mode-projet .row .col-sm-12 .label-inline, #application-projet .view-mode-projet .row .col-sm-12 .label-inline {
  float: left;
  min-width: 200px;
  font-family: signikalight;
  color: #797979; }
#application-detail .view-mode-projet .row .col-sm-12 ul, #application-projet .view-mode-projet .row .col-sm-12 ul {
  clear: both; }
  #application-detail .view-mode-projet .row .col-sm-12 ul li, #application-projet .view-mode-projet .row .col-sm-12 ul li {
    font-family: signikalight; }

.panel-separator {
  display: none; }

.application .bootstrap-threecol-stacked .left {
  padding-right: 0.625rem !important; }
  .application .bootstrap-threecol-stacked .left .pane-node-title {
    text-align: center; }
  .application .bootstrap-threecol-stacked .left .pane-block {
    border-top: 1px solid #ececec; }
    .application .bootstrap-threecol-stacked .left .pane-block ul.menu {
      padding-bottom: 0px; }
      .application .bootstrap-threecol-stacked .left .pane-block ul.menu li {
        clear: both;
        width: 100%; }
        .application .bootstrap-threecol-stacked .left .pane-block ul.menu li a {
          border: 0px;
          text-align: right; }
      .application .bootstrap-threecol-stacked .left .pane-block ul.menu li::before {
        display: none;
        content: none; }
.application .bootstrap-threecol-stacked .middle {
  padding-left: 0.625rem !important; }
  .application .bootstrap-threecol-stacked .middle h1 {
    font-size: 1.375rem;
    font-family: oswaldregular;
    color: #e96b10;
    margin-bottom: 1.5625rem; }
  .application .bootstrap-threecol-stacked .middle h2 {
    font-size: 1.375rem;
    margin-bottom: 0.9375rem; }
  .application .bootstrap-threecol-stacked .middle .group-metadonnees {
    padding: 0px;
    background-color: #fff;
    border-top: 1px solid #ececec;
    border-bottom: 0px;
    border-left: 0px;
    border-right: 0px;
    margin-bottom: 0.3125rem; }
    .application .bootstrap-threecol-stacked .middle .group-metadonnees .panel-body {
      padding-left: 0px;
      padding-top: 0px; }
      .application .bootstrap-threecol-stacked .middle .group-metadonnees .panel-body ul li {
        float: left;
        padding-right: 0.625rem;
        padding-left: 0.625rem;
        color: #9b9b9b;
        border-right: 1px solid #ececec; }
      .application .bootstrap-threecol-stacked .middle .group-metadonnees .panel-body ul li:first-child {
        padding-left: 0px;
        border-left: 0px; }
      .application .bootstrap-threecol-stacked .middle .group-metadonnees .panel-body ul li:last-child {
        border-right: 0px; }
  .application .bootstrap-threecol-stacked .middle .group-faq {
    font-size: 1rem; }
  .application .bootstrap-threecol-stacked .middle #comments {
    margin-top: 1.875rem;
    border-top: 1px solid #ececec; }
    .application .bootstrap-threecol-stacked .middle #comments h2 {
      text-transform: none; }
    .application .bootstrap-threecol-stacked .middle #comments h3 {
      font-size: 1.25rem;
      margin-bottom: 0.9375rem; }
  .application .bootstrap-threecol-stacked .middle .field-collection-view {
    padding: 0px;
    margin: 0px;
    border-bottom: 0px; }
    .application .bootstrap-threecol-stacked .middle .field-collection-view .row {
      margin-bottom: 0px; }
  .application .bootstrap-threecol-stacked .middle .field-name-body p, .application .bootstrap-threecol-stacked .middle .views-field-body p {
    font-size: 1rem;
    font-family: signikalight !important;
    margin-bottom: 1.25rem;
    line-height: 1.5; }
  .application .bootstrap-threecol-stacked .middle .field-name-body p.bloc-italique, .application .bootstrap-threecol-stacked .middle .views-field-body p.bloc-italique {
    padding: 10px 20px;
    margin: 0 0 20px;
    border-top: 3px solid #eee;
    border-bottom: 3px solid #eee;
    font-style: none; }
  .application .bootstrap-threecol-stacked .middle .field-name-body div.bloc-separateur, .application .bootstrap-threecol-stacked .middle .views-field-body div.bloc-separateur {
    clear: both;
    width: 100%; }
  .application .bootstrap-threecol-stacked .middle .field-name-body blockquote, .application .bootstrap-threecol-stacked .middle .views-field-body blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #ececec; }
  .application .bootstrap-threecol-stacked .middle .field-name-body ul, .application .bootstrap-threecol-stacked .middle .views-field-body ul {
    padding-left: 0.8125rem;
    margin-top: 1.25rem;
    list-style-type: disc;
    list-style-position: outside; }
    .application .bootstrap-threecol-stacked .middle .field-name-body ul li, .application .bootstrap-threecol-stacked .middle .views-field-body ul li {
      text-indent: -.7em; }
      .application .bootstrap-threecol-stacked .middle .field-name-body ul li:before, .application .bootstrap-threecol-stacked .middle .views-field-body ul li:before {
        content: "\2022";
        color: #e96b10;
        padding-right: 0.3125rem;
        font-size: 1.5rem; }
  .application .bootstrap-threecol-stacked .middle .field-name-body ol, .application .bootstrap-threecol-stacked .middle .views-field-body ol {
    list-style: none;
    counter-reset: li;
    padding-left: 1.25rem; }
    .application .bootstrap-threecol-stacked .middle .field-name-body ol li::before, .application .bootstrap-threecol-stacked .middle .views-field-body ol li::before {
      content: counter(li) ". ";
      color: #e96b10;
      display: inline-block;
      width: 1em;
      margin-left: -1em; }
    .application .bootstrap-threecol-stacked .middle .field-name-body ol li, .application .bootstrap-threecol-stacked .middle .views-field-body ol li {
      counter-increment: li; }
  .application .bootstrap-threecol-stacked .middle .field-name-body .toc, .application .bootstrap-threecol-stacked .middle .views-field-body .toc {
    padding: 1.25rem;
    margin-bottom: 1.875rem; }
    .application .bootstrap-threecol-stacked .middle .field-name-body .toc .toc-level-1 ul, .application .bootstrap-threecol-stacked .middle .views-field-body .toc .toc-level-1 ul {
      margin-top: 0.625rem; }
  .application .bootstrap-threecol-stacked .middle .views-field-title a {
    font-size: 1rem;
    font-family: signikalight; }
  .application .bootstrap-threecol-stacked .middle .views-field-field-date-de-l-evenement {
    float: left;
    margin-right: 1.25rem; }

.slick .img-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%; }
  @media (max-width: 640px) {
    .slick .img-header {
      position: static; } }
  .slick .img-header img {
    opacity: 0.8;
    z-index: 1; }
    @media (max-width: 640px) {
      .slick .img-header img {
        opacity: 1; } }
  .slick .img-header span {
    display: block;
    position: relative;
    z-index: 2;
    font-family: dgac-portail; }
    .slick .img-header span:before {
      flex: 0 0 auto;
      align-content: center;
      width: 5.625rem;
      height: 5.625rem;
      position: absolute;
      left: calc(50% - 5.625rem / 2 );
      top: calc(50% - 5.625rem / 2 );
      font-size: 3.4375rem;
      color: #fff;
      background-color: rgba(255, 255, 255, 0.5);
      border-radius: 50%;
      z-index: 2;
      text-align: center;
      padding-top: 0.625rem; }
  .slick .img-header .photo:before {
    content: "\E002"; }
  .slick .img-header .video:before {
    content: "\E001"; }
  .slick .img-header .web:before {
    content: "\E004"; }
.slick .basic.page-header {
  z-index: 1; }
  @media (max-width: 640px) {
    .slick .basic.page-header {
      margin-top: 0 !important;
      width: auto;
      margin-left: 0rem !important;
      padding: 0.625rem 0; } }
@media (max-width: 640px) {
  .slick .page-header {
    margin-bottom: 0; } }

.une-slide {
  flex: 1 0 45.3125rem;
  margin-right: 1.875rem; }
  .une-slide .slick__slide {
    padding-top: 18.75rem; }
  @media (min-width: 768px) and (max-width: 980px) {
    .une-slide {
      flex: 1 0 auto;
      width: calc(70% - 1.875rem); } }
  @media (max-width: 640px) {
    .une-slide {
      margin-right: 0; } }
  .une-slide .img-header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%; }
    @media (max-width: 640px) {
      .une-slide .img-header {
        position: static; } }
    .une-slide .img-header img {
      z-index: 1; }
      @media (max-width: 640px) {
        .une-slide .img-header img {
          opacity: 1; } }
    .une-slide .img-header span {
      display: block;
      position: relative;
      z-index: 2;
      font-family: dgac-portail; }
      .une-slide .img-header span:before {
        flex: 0 0 auto;
        align-content: center;
        width: 5.625rem;
        height: 5.625rem;
        position: absolute;
        left: calc(50% - 5.625rem / 2 );
        top: calc(50% - 5.625rem / 2 );
        font-size: 3.4375rem;
        color: #fff;
        background-color: rgba(255, 255, 255, 0.5);
        border-radius: 50%;
        z-index: 2;
        text-align: center;
        padding-top: 0.625rem; }
    .une-slide .img-header .photo:before {
      content: "\E002"; }
    .une-slide .img-header .video:before {
      content: "\E001"; }
    .une-slide .img-header .web:before {
      content: "\E004"; }
  .une-slide .group-sections {
    position: relative;
    z-index: 1;
    top: 0;
    width: 100%;
    background-color: #fff; }
  .une-slide .slick-dots {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem; }
    .une-slide .slick-dots li.slick-active button:before {
      color: #5a5099; }

.site-local .panneau-a-la-une {
  padding-bottom: 1.875rem; }
.site-local h1.titre-une {
  text-transform: none; }
  .site-local h1.titre-une a {
    color: #252525; }
.site-local .page-header p {
  font-size: 1.25rem;
  font-family: signikalight; }
  @media (max-width: 640px) {
    .site-local .page-header p {
      font-size: 5vw; } }
  .site-local .page-header p a span {
    position: absolute;
    top: -3000px;
    left: -3000px; }
  .site-local .page-header p a:after {
    content: "\E00A";
    font-family: dgac-portail;
    vertical-align: middle;
    padding-left: 0.3125rem;
    color: #797979; }

.page-registration-edit .field-name-field-descriptif, .page-node-register .field-name-field-descriptif {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
  font-size: 1.25rem; }
.page-registration-edit .form-group label, .page-node-register .form-group label {
  display: block;
  margin-bottom: 0.5rem; }
.page-registration-edit .form-group input:not(submit):not(reset), .page-registration-edit .form-group textarea, .page-node-register .form-group input:not(submit):not(reset), .page-node-register .form-group textarea {
  padding: 0.5rem 0.625rem;
  border: 1px solid #9b9b9b; }
.page-registration-edit .form-group textarea, .page-node-register .form-group textarea {
  min-height: 9.375rem; }
.page-registration-edit .radio, .page-node-register .radio {
  margin-bottom: 0px;
  margin-top: 0px;
  margin-left: 0px;
  display: inline; }
  .page-registration-edit .radio label, .page-node-register .radio label {
    cursor: pointer;
    display: inline-block;
    margin-right: 1.25rem;
    margin-bottom: 0px; }
  .page-registration-edit .radio .form-radio, .page-node-register .radio .form-radio {
    width: 1.5625rem;
    height: 1.5625rem;
    position: relative;
    top: 0.375rem;
    display: inline-block; }

/*# sourceMappingURL=styles.css.map */
