/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
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,
main,
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: 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 {
  -moz-box-sizing: content-box;
  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;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
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;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
  #portal-searchbox {
    display: None;
  }
  #portal-personaltools {
    display: None;
  }
  #portal-breadcrumbs {
    display: None;
  }
}
* {
  -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 {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.42857143;
  color: #4d4d4d;
  background-color: #fafafa;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #007bb1;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #004665;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #cccccc;
}
.sr-only,
.hiddenStructure,
.crud-form .header-select {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  color: #fff;
  background-color: #000;
}
.sr-only a,
.hiddenStructure a {
  color: #fff;
  background-color: #000;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
body {
  word-wrap: break-word;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 400;
  line-height: 1.1;
  color: inherit;
}
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h1 a:focus,
h2 a:focus,
h3 a:focus {
  text-decoration: none;
  border-bottom: 2px #004665 solid;
}
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.documentDescription {
  font-size: 18px;
  font-weight: 700;
  color: #696969;
  margin-bottom: 10px;
}
small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
mark {
  background-color: #ebd380;
  padding: .2em;
}
.discreet {
  color: #696969;
  font-weight: 400;
}
.documentByLine {
  color: #696969;
  font-weight: 400;
  margin-bottom: 10px;
}
.documentFirstHeading {
  padding-bottom: 9px;
  margin: 0 0 10px;
  border-bottom: 1px solid #cccccc;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
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: 2px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
pre {
  display: block;
  padding: 10px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #4d4d4d;
  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;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@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;
}
.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-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .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-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .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-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .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-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
#edit-zone.plone-toolbar-top .plone-toolbar-container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 0;
  margin-bottom: 0;
  height: 50px;
}
@media (min-width: 768px) {
  #edit-zone.plone-toolbar-top .plone-toolbar-container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  #edit-zone.plone-toolbar-top .plone-toolbar-container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  #edit-zone.plone-toolbar-top .plone-toolbar-container {
    width: 1170px;
  }
}
#edit-zone.plone-toolbar-top.compressed .plone-toolbar-container {
  width: auto;
}
table {
  max-width: 100%;
  border-radius: 4px;
  font-weight: 400;
  color: #696969;
}
th {
  text-align: left;
  color: #4d4d4d;
}
.listing {
  width: 100%;
  margin-bottom: 20px;
}
.listing > thead > tr > th,
.listing > tbody > tr > th,
.listing > tfoot > tr > th,
.listing > thead > tr > td,
.listing > tbody > tr > td,
.listing > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  border-top: 0 solid #e5e5e5;
  border-collapse: collapse;
}
.listing > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 1px solid #e5e5e5;
}
.listing > caption + thead > tr:first-child > th,
.listing > colgroup + thead > tr:first-child > th,
.listing > thead:first-child > tr:first-child > th,
.listing > caption + thead > tr:first-child > td,
.listing > colgroup + thead > tr:first-child > td,
.listing > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.listing > tbody + tbody {
  border-top: 2px solid #e5e5e5;
}
.listing .listing {
  background-color: #fafafa;
}
.invisible-grid {
  width: 100%;
  margin-bottom: 20px;
  border: 0;
  background: transparent;
}
.invisible-grid > thead > tr > th,
.invisible-grid > tbody > tr > th,
.invisible-grid > tfoot > tr > th,
.invisible-grid > thead > tr > td,
.invisible-grid > tbody > tr > td,
.invisible-grid > tfoot > tr > td {
  border: 0;
}
.listing > tbody > tr:nth-child(odd) > td,
.listing > tbody > tr:nth-child(odd) > th {
  background-color: #f6f6f6;
}
@media screen and (max-width: 767px) {
  .plone-has-table {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    -webkit-overflow-scrolling: touch;
    position: relative;
  }
  .plone-has-table:after {
    content: "\27F7";
    position: fixed;
    color: #cccccc;
    margin-top: -3px;
  }
  .plone-has-table > .listing {
    margin-bottom: 0;
  }
  .plone-has-table > .listing > thead > tr > th,
  .plone-has-table > .listing > tbody > tr > th,
  .plone-has-table > .listing > tfoot > tr > th,
  .plone-has-table > .listing > thead > tr > td,
  .plone-has-table > .listing > tbody > tr > td,
  .plone-has-table > .listing > tfoot > tr > td {
    white-space: nowrap;
  }
}
table {
  width: 100%;
  max-width: 100%;
  border: 1px solid #e5e5e5;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  border-top: 1px solid #e5e5e5;
}
table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #e5e5e5;
}
table > caption + thead > tr:first-child > th,
table > colgroup + thead > tr:first-child > th,
table > thead:first-child > tr:first-child > th,
table > caption + thead > tr:first-child > td,
table > colgroup + thead > tr:first-child > td,
table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
table > tbody + tbody {
  border-top: 2px solid #e5e5e5;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  border: 1px solid #e5e5e5;
}
table > thead > tr > th,
table > thead > tr > td {
  border-bottom: 1px solid #e5e5e5;
}
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;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #4d4d4d;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
  font-weight: 300;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 6px;
  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;
  min-width: 10em;
}
select[size="1"] {
  height: 34px;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #696969;
}
/*.form-control,*/
input[type="text"],
input[type="email"],
input[type="password"],
textarea,
select {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #696969;
  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 .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border-color: #64bee8;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(100, 190, 232, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(100, 190, 232, 0.6);
}
input[type="text"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
  color: #777777;
  opacity: 1;
}
input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
  color: #777777;
}
input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: #777777;
}
input[type="text"][disabled],
input[type="email"][disabled],
input[type="password"][disabled],
textarea[disabled],
select[disabled],
input[type="text"][readonly],
input[type="email"][readonly],
input[type="password"][readonly],
textarea[readonly],
select[readonly],
fieldset[disabled] input[type="text"],
fieldset[disabled] input[type="email"],
fieldset[disabled] input[type="password"],
fieldset[disabled] textarea,
fieldset[disabled] select {
  cursor: not-allowed;
  background-color: #e5e5e5;
  opacity: 1;
}
textarea {
  min-height: 9em;
  min-width: 10em;
  resize: vertical;
}
textarea[name='form.widgets.IRichText.text'] {
  min-height: 12em;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
select {
  width: unset;
  display: inline-block;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 34px;
  line-height: 1.42857143 \0;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.field {
  margin-bottom: 15px;
}
.field span.option {
  display: block;
}
.field.error {
  background: #fbe8e4;
  -webkit-box-shadow: 0 0 0 5px #fbe8e4;
  box-shadow: 0 0 0 5px #fbe8e4;
}
.field.error .help-block,
.field.error .control-label,
.field.error .radio,
.field.error .checkbox,
.field.error .radio-inline,
.field.error .checkbox-inline {
  color: rgba(0, 0, 0, 0.5);
}
.field.error .form-control {
  border-color: rgba(0, 0, 0, 0.5);
  -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);
}
.field.error .form-control:focus {
  border-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(51, 51, 51, 0.5);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(51, 51, 51, 0.5);
}
.field.error .input-group-addon {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.5);
  background-color: #EC9C8D;
}
.field.error .form-control-feedback {
  color: rgba(0, 0, 0, 0.5);
}
.field.error > label,
.field.error div.error {
  color: #c4183c;
}
.field.error div.error {
  padding-left: 30px;
  font-weight: 400;
}
.field.error div.error:before {
  background-color: #ac493f;
  content: "\D7";
  font-size: 14px;
  font-weight: 400;
  margin-left: -30px;
  margin-right: 5px;
  display: inline-block;
  border-radius: 20px;
  text-align: center;
  color: rgba(255, 255, 255, 0.9);
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.5);
  top: -1px;
  position: relative;
}
.field.error input,
.field.error textarea,
.field.error select {
  border-color: #c4183c;
}
.field.error input:focus,
.field.error textarea:focus,
.field.error select:focus {
  -webkit-box-shadow: 0 0 8px #f6b2c0;
  box-shadow: 0 0 8px #f6b2c0;
}
.formHelp {
  margin-top: 0;
  margin-bottom: 0;
  color: #666666;
  font-weight: 400;
  font-style: italic;
}
.formControls {
  border-top: 1px solid #cccccc;
  background: #fcfcfd;
  padding: 12px;
  box-shadow: inset 0 10px 10px -10px rgba(0, 0, 0, 0.05);
}
.plone-modal-body .formControls {
  border: none;
  background: transparent;
  padding: 0;
  box-shadow: none;
}
label .required:after {
  color: #c4183c;
  content: "\2022";
  font-size: 200%;
  line-height: 0;
  position: relative;
  top: 7px;
  margin-left: -4px;
}
.searchField.portlet-search-gadget,
#sharing-user-group-search,
#select-rules {
  width: 100%;
  display: inline-block;
}
.searchField.portlet-search-gadget + .searchButton,
#sharing-user-group-search + #sharing-search-button,
#select-rules + input {
  position: relative;
  float: right;
  margin-top: -34px;
}
#search-results li {
  margin: 12px 0;
}
#search-results li .croppedDescription {
  margin-bottom: 0;
}
.highlightedSearchTerm {
  background: #fea;
  box-shadow: 0 0 1px 1px #fea;
}
.search-date-options > div,
.search-type-options > div {
  display: inline-block;
  margin-right: 12px;
}
.optionsToggle label {
  font-weight: 300;
  color: #696969;
}
.ordered-selection-field td {
  vertical-align: middle;
  text-align: center;
}
.ordered-selection-field td button {
  display: block;
  margin: auto;
}
.folder-factories {
  list-style: none;
}
.widget input + label {
  display: inline;
}
.standalone,
.context,
.destructive,
[type="submit"],
button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 700;
  text-align: center;
  text-shadow: 0 1px rgba(0, 0, 0, 0.25);
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.standalone:focus,
.context:focus,
.destructive:focus,
[type="submit"]:focus,
button:focus,
.standalone:active:focus,
.context:active:focus,
.destructive:active:focus,
[type="submit"]:active:focus,
button:active:focus,
.standalone.active:focus,
.context.active:focus,
.destructive.active:focus,
[type="submit"].active:focus,
button.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.standalone:hover,
.context:hover,
.destructive:hover,
[type="submit"]:hover,
button:hover,
.standalone:focus,
.context:focus,
.destructive:focus,
[type="submit"]:focus,
button:focus {
  color: #4d4d4d;
  text-decoration: none;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}
.standalone:active,
.context:active,
.destructive:active,
[type="submit"]:active,
button:active,
.standalone.active,
.context.active,
.destructive.active,
[type="submit"].active,
button.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);
}
.standalone.disabled,
.context.disabled,
.destructive.disabled,
[type="submit"].disabled,
button.disabled,
.standalone[disabled],
.context[disabled],
.destructive[disabled],
[type="submit"][disabled],
button[disabled],
fieldset[disabled] .standalone,
fieldset[disabled] .context,
fieldset[disabled] .destructive,
fieldset[disabled] [type="submit"],
fieldset[disabled] button {
  cursor: not-allowed;
  pointer-events: none;
  filter: alpha(opacity=50);
  opacity: 0.5;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.standalone,
[type="submit"],
button {
  color: #4d4d4d;
  background-color: #e5e5e5;
  border-color: #b2b2b2;
}
.standalone:hover,
[type="submit"]:hover,
button:hover,
.standalone:focus,
[type="submit"]:focus,
button:focus,
.standalone:active,
[type="submit"]:active,
button:active,
.standalone.active,
[type="submit"].active,
button.active,
.open > .dropdown-toggle.standalone,
.open > .dropdown-toggle[type="submit"],
.open > .dropdown-togglebutton {
  color: #4d4d4d;
  background-color: #cccccc;
  border-color: #939393;
}
.standalone:active,
[type="submit"]:active,
button:active,
.standalone.active,
[type="submit"].active,
button.active,
.open > .dropdown-toggle.standalone,
.open > .dropdown-toggle[type="submit"],
.open > .dropdown-togglebutton {
  background-image: none;
}
.standalone.disabled,
[type="submit"].disabled,
button.disabled,
.standalone[disabled],
[type="submit"][disabled],
button[disabled],
fieldset[disabled] .standalone,
fieldset[disabled] [type="submit"],
fieldset[disabled] button,
.standalone.disabled:hover,
[type="submit"].disabled:hover,
button.disabled:hover,
.standalone[disabled]:hover,
[type="submit"][disabled]:hover,
button[disabled]:hover,
fieldset[disabled] .standalone:hover,
fieldset[disabled] [type="submit"]:hover,
fieldset[disabled] button:hover,
.standalone.disabled:focus,
[type="submit"].disabled:focus,
button.disabled:focus,
.standalone[disabled]:focus,
[type="submit"][disabled]:focus,
button[disabled]:focus,
fieldset[disabled] .standalone:focus,
fieldset[disabled] [type="submit"]:focus,
fieldset[disabled] button:focus,
.standalone.disabled:active,
[type="submit"].disabled:active,
button.disabled:active,
.standalone[disabled]:active,
[type="submit"][disabled]:active,
button[disabled]:active,
fieldset[disabled] .standalone:active,
fieldset[disabled] [type="submit"]:active,
fieldset[disabled] button:active,
.standalone.disabled.active,
[type="submit"].disabled.active,
button.disabled.active,
.standalone[disabled].active,
[type="submit"][disabled].active,
button[disabled].active,
fieldset[disabled] .standalone.active,
fieldset[disabled] [type="submit"].active,
fieldset[disabled] button.active {
  background-color: #e5e5e5;
  border-color: #b2b2b2;
}
.standalone .badge,
[type="submit"] .badge,
button .badge {
  color: #e5e5e5;
  background-color: #4d4d4d;
}
.context {
  color: #fff;
  background-color: #007bb1;
  border-color: #00587e;
}
.context:hover,
.context:focus,
.context:active,
.context.active,
.open > .dropdown-toggle.context {
  color: #fff;
  background-color: #00587e;
  border-color: #002d41;
}
.context:active,
.context.active,
.open > .dropdown-toggle.context {
  background-image: none;
}
.context.disabled,
.context[disabled],
fieldset[disabled] .context,
.context.disabled:hover,
.context[disabled]:hover,
fieldset[disabled] .context:hover,
.context.disabled:focus,
.context[disabled]:focus,
fieldset[disabled] .context:focus,
.context.disabled:active,
.context[disabled]:active,
fieldset[disabled] .context:active,
.context.disabled.active,
.context[disabled].active,
fieldset[disabled] .context.active {
  background-color: #007bb1;
  border-color: #00587e;
}
.context .badge {
  color: #007bb1;
  background-color: #fff;
}
.destructive {
  color: #fff;
  background-color: #bb4f45;
  border-color: #963f37;
}
.destructive:hover,
.destructive:focus,
.destructive:active,
.destructive.active,
.open > .dropdown-toggle.destructive {
  color: #fff;
  background-color: #963f37;
  border-color: #692c26;
}
.destructive:active,
.destructive.active,
.open > .dropdown-toggle.destructive {
  background-image: none;
}
.destructive.disabled,
.destructive[disabled],
fieldset[disabled] .destructive,
.destructive.disabled:hover,
.destructive[disabled]:hover,
fieldset[disabled] .destructive:hover,
.destructive.disabled:focus,
.destructive[disabled]:focus,
fieldset[disabled] .destructive:focus,
.destructive.disabled:active,
.destructive[disabled]:active,
fieldset[disabled] .destructive:active,
.destructive.disabled.active,
.destructive[disabled].active,
fieldset[disabled] .destructive.active {
  background-color: #bb4f45;
  border-color: #963f37;
}
.destructive .badge {
  color: #bb4f45;
  background-color: #fff;
}
.link-parent {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 700;
  text-align: center;
  text-shadow: 0 1px rgba(0, 0, 0, 0.25);
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #4d4d4d;
  background-color: #e5e5e5;
  border-color: #b2b2b2;
  margin-bottom: 12px;
}
.link-parent:focus,
.link-parent:active:focus,
.link-parent.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.link-parent:hover,
.link-parent:focus {
  color: #4d4d4d;
  text-decoration: none;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}
.link-parent:active,
.link-parent.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);
}
.link-parent.disabled,
.link-parent[disabled],
fieldset[disabled] .link-parent {
  cursor: not-allowed;
  pointer-events: none;
  filter: alpha(opacity=50);
  opacity: 0.5;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.link-parent:hover,
.link-parent:focus,
.link-parent:active,
.link-parent.active,
.open > .dropdown-toggle.link-parent {
  color: #4d4d4d;
  background-color: #cccccc;
  border-color: #939393;
}
.link-parent:active,
.link-parent.active,
.open > .dropdown-toggle.link-parent {
  background-image: none;
}
.link-parent.disabled,
.link-parent[disabled],
fieldset[disabled] .link-parent,
.link-parent.disabled:hover,
.link-parent[disabled]:hover,
fieldset[disabled] .link-parent:hover,
.link-parent.disabled:focus,
.link-parent[disabled]:focus,
fieldset[disabled] .link-parent:focus,
.link-parent.disabled:active,
.link-parent[disabled]:active,
fieldset[disabled] .link-parent:active,
.link-parent.disabled.active,
.link-parent[disabled].active,
fieldset[disabled] .link-parent.active {
  background-color: #e5e5e5;
  border-color: #b2b2b2;
}
.link-parent .badge {
  color: #e5e5e5;
  background-color: #4d4d4d;
}
.link-parent:before {
  content: "\21A9   ";
  top: 3px;
  position: relative;
}
.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-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 .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 {
  margin-left: -1px;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.state-draft {
  color: #d39105;
}
.state-draft:hover,
.state-draft:active,
.state-draft:focus {
  color: #885e03;
}
.state-pending {
  color: #a5a912;
}
.state-pending:hover,
.state-pending:active,
.state-pending:focus {
  color: #62640b;
}
.state-private {
  color: #c4183c;
}
.state-private:hover,
.state-private:active,
.state-private:focus {
  color: #801027;
}
.state-internal {
  color: #d39105;
}
.state-internal:hover,
.state-internal:active,
.state-internal:focus {
  color: #885e03;
}
.state-internally_published {
  color: #7924f9;
}
.state-internally_published:hover,
.state-internally_published:active,
.state-internally_published:focus {
  color: #5405cc;
}
.pagination {
  display: inline-block;
  padding: 0;
  list-style: none;
  margin: 20px 0;
}
.pagination li {
  display: block;
  float: left;
  position: relative;
  padding: 0;
  font-weight: 300;
}
.pagination li > a,
.pagination li > span {
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #007bb1;
  background-color: #fff;
  border: 1px solid #e5e5e5 !important;
  margin-left: -1px;
}
.pagination li:first-child > a {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination li:last-child > a {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination li > a:hover,
.pagination li > a:focus {
  color: #004665;
  background-color: #f2f1f1;
  border: 1px solid #e5e5e5 !important;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.pagination li.active > span {
  z-index: 2;
  font-weight: 400;
  color: #fff;
  background-color: #007bb1;
  border: 1px solid #007bb1 !important;
  cursor: default;
}
.pagination li.disabled > span {
  color: #cccccc;
  background-color: #fcfcfd;
  border: 1px solid #e5e5e5 !important;
  cursor: default;
}
@media (max-width: 480px) {
  .pagination li {
    display: none;
  }
  .pagination li.previous,
  .pagination li.next {
    display: inline;
  }
}
.pat-autotoc.autotabs,
.autotabs {
  background: #fff;
  padding: 6px 12px;
  border: 1px solid #e5e5e5;
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}
.pat-autotoc.autotabs .autotoc-nav,
.autotabs .autotoc-nav {
  background: #f2f1f1;
  border-bottom: 1px solid #e5e5e5;
  margin: -6px -12px 6px;
}
.pat-autotoc.autotabs .autotoc-nav a,
.autotabs .autotoc-nav a {
  display: inline-block;
  padding: 12px;
  margin: 6px 0 0 6px;
  border: 1px solid #e5e5e5;
  margin-bottom: -1px;
  border-radius: 4px 4px 0 0;
  background: #fcfcfd;
  font-weight: 400;
}
.pat-autotoc.autotabs .autotoc-nav a:last-child,
.autotabs .autotoc-nav a:last-child {
  margin-right: 6px;
}
.pat-autotoc.autotabs .autotoc-nav a:hover,
.autotabs .autotoc-nav a:hover {
  text-decoration: none;
  background: #fff;
}
.pat-autotoc.autotabs .autotoc-nav a.active,
.autotabs .autotoc-nav a.active,
.pat-autotoc.autotabs .autotoc-nav a.active:hover,
.autotabs .autotoc-nav a.active:hover {
  color: #696969;
  cursor: default;
  background: #fff;
  border-bottom-color: #fff;
}
.pat-autotoc.autotabs .autotoc-nav .autotab-heading,
.autotabs .autotoc-nav .autotab-heading {
  display: inline-block;
  margin: 6px 0 0 6px;
}
.pat-autotoc.autotabs .formControls,
.autotabs .formControls {
  margin: 0 -12px -6px;
  border-radius: 0 0 4px 4px;
}
@media (max-width: 767px) {
  .autotabs .autotoc-nav {
    overflow-x: scroll;
    overflow-y: hidden;
    max-height: 52px;
    width: auto;
    white-space: nowrap;
    border-bottom: 0;
    box-shadow: inset 0 -1px #e5e5e5;
  }
  .autotabs .autotoc-nav a:not(.active) {
    box-shadow: inset 0 -1px #e5e5e5;
  }
}
.autotabs ul.autotoc-nav {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.autotabs ul.autotoc-nav li {
  list-style: none;
  display: inline-block;
}
.folder-listing {
  font-weight: 700;
  list-style: none;
  position: relative;
  padding-left: 20px;
}
.folder-listing li {
  margin: 10px 0;
}
.folder-listing > li:before {
  content: "\2022";
  position: absolute;
  font-size: 19px;
  margin-top: -9px;
  left: 0;
  color: #a7daf2;
}
.folder-listing .documentByLine {
  font-weight: 400;
  color: #777777;
}
.tileImage {
  padding-right: 5px;
  float: left;
}
.tileImageNoFloat {
  margin-bottom: 5px;
}
.tileFooter {
  clear: both;
  margin-top: 5px;
}
.entries::before,
#content article.entry::after,
#relatedItemBox ul li::after,
#searchresults ul li::after {
  content: " ";
  display: block;
  clear: both;
  height: 2px;
  visibility: hidden;
}
.icon-group-right .image-icon {
  float: none;
}
.photoalbumEntryWrapper {
  display: block;
}
.photoAlbumEntry {
  display: inline-block;
  margin: 5px;
  vertical-align: middle;
}
.photoAlbumEntry a {
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  font-weight: 400;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  background: #fcfcfd;
  width: 220px;
  height: 240px;
}
.photoAlbumEntry img {
  max-width: 200px;
  max-height: 200px;
}
.alert.status,
.portalMessage {
  padding: 15px;
  padding-left: 45px;
  margin-bottom: 20px;
  border: 0;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17);
  font-size: 14px;
  font-weight: 400;
  text-shadow: 0 1px rgba(255, 255, 255, 0.1);
}
.alert.status > strong,
.portalMessage > strong,
.alert.status > dt,
.portalMessage > dt {
  font-weight: 700;
  padding-right: 5px;
  color: rgba(0, 0, 0, 0.5);
}
.alert.status a,
.portalMessage a {
  font-weight: 400;
  color: #005074;
}
.alert.status > strong:before,
.portalMessage > strong:before,
.alert.status > dt:before,
.portalMessage > dt:before {
  font-size: 14px;
  font-weight: 400;
  margin-left: -30px;
  margin-right: 10px;
  display: inline-block;
  border-radius: 20px;
  text-align: center;
  color: rgba(255, 255, 255, 0.9);
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.5);
  top: -1px;
  position: relative;
}
.alert.status > dt,
.portalMessage > dt,
.alert.status > dd,
.portalMessage > dd {
  display: inline;
}
.alert.status > dd,
.portalMessage > dd {
  margin: 0;
}
.alert.status.alert-none,
.portalMessage.alert-none {
  box-shadow: none;
}
.alert.status.alert-success,
.portalMessage.alert-success,
.alert.status.info,
.portalMessage.info {
  background-color: #aad6ea;
  border: 1px solid #9acee6;
  color: rgba(0, 0, 0, 0.5);
}
.alert.status.alert-success > strong,
.portalMessage.alert-success > strong,
.alert.status.info > strong,
.portalMessage.info > strong,
.alert.status.alert-success > dt,
.portalMessage.alert-success > dt,
.alert.status.info > dt,
.portalMessage.info > dt {
  color: rgba(0, 0, 0, 0.67);
}
.alert.status.alert-success > strong:before,
.portalMessage.alert-success > strong:before,
.alert.status.info > strong:before,
.portalMessage.info > strong:before,
.alert.status.alert-success > dt:before,
.portalMessage.alert-success > dt:before,
.alert.status.info > dt:before,
.portalMessage.info > dt:before {
  background-color: #3e7b91;
  content: "i";
}
.alert.status.alert-warning,
.portalMessage.alert-warning,
.alert.status.warning,
.portalMessage.warning {
  background-color: #ebd380;
  border: 1px solid #e7ca66;
  color: rgba(0, 0, 0, 0.5);
}
.alert.status.alert-warning > strong,
.portalMessage.alert-warning > strong,
.alert.status.warning > strong,
.portalMessage.warning > strong,
.alert.status.alert-warning > dt,
.portalMessage.alert-warning > dt,
.alert.status.warning > dt,
.portalMessage.warning > dt {
  color: rgba(0, 0, 0, 0.67);
}
.alert.status.alert-warning > strong:before,
.portalMessage.alert-warning > strong:before,
.alert.status.warning > strong:before,
.portalMessage.warning > strong:before,
.alert.status.alert-warning > dt:before,
.portalMessage.alert-warning > dt:before,
.alert.status.warning > dt:before,
.portalMessage.warning > dt:before {
  background-color: #bc8d0d;
  content: "!";
}
.alert.status.alert-error,
.portalMessage.alert-error,
.alert.status.error,
.portalMessage.error {
  background-color: #EC9C8D;
  border: 1px solid #eb9484;
  color: rgba(0, 0, 0, 0.5);
}
.alert.status.alert-error > strong,
.portalMessage.alert-error > strong,
.alert.status.error > strong,
.portalMessage.error > strong,
.alert.status.alert-error > dt,
.portalMessage.alert-error > dt,
.alert.status.error > dt,
.portalMessage.error > dt {
  color: rgba(0, 0, 0, 0.67);
}
.alert.status.alert-error > strong:before,
.portalMessage.alert-error > strong:before,
.alert.status.error > strong:before,
.portalMessage.error > strong:before,
.alert.status.alert-error > dt:before,
.portalMessage.alert-error > dt:before,
.alert.status.error > dt:before,
.portalMessage.error > dt:before {
  background-color: #ac493f;
  content: "\D7";
}
.portlet .portletContent > .portalMessage {
  padding: 15px;
  padding-left: 45px;
  margin: 15px;
}
/* special octogonal shape for error
.alert.status.alert-error,
.portalMessage.error {
	& > strong:before, & > dt:before {
		border-radius: 8px; //soften border
		background: @plone-alert-error-bullet;
		background:
			linear-gradient(135deg, transparent 4px, @plone-alert-error-bullet 0) top left,
			linear-gradient(225deg, transparent 4px, @plone-alert-error-bullet 0) top right,
			linear-gradient(315deg, transparent 4px, @plone-alert-error-bullet 0) bottom right,
			linear-gradient(45deg,  transparent 4px, @plone-alert-error-bullet 0) bottom left;
		background-size: 50% 50%;
		background-repeat: no-repeat;
	}
}
*/
.portlet {
  border: 1px solid #e5e5e5;
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}
.portlet > :first-child {
  border-radius: 4px 4px 0 0;
}
.portlet > :last-child {
  border-radius: 0 0 4px 4px;
}
.portlet .portletHeader {
  background: #f2f1f1;
  font-weight: 500;
  font-size: 18px;
  padding: 13px 15px;
  color: #696969;
}
.portlet .portletHeader > a {
  color: #086ca3;
}
.portlet.portletCalendar .portletHeader {
  text-align: center;
  position: relative;
}
.portlet.portletCalendar .portletHeader .calendarPrevious,
.portlet.portletCalendar .portletHeader .calendarNext {
  width: 30px;
  height: 30px;
  padding: 0 1px 2px;
  border-radius: 50%;
  position: absolute;
  display: inline-block;
  left: 5px;
  font-size: 24px;
  margin-top: -3px;
  line-height: 28px;
  font-weight: 500;
}
.portlet.portletCalendar .portletHeader .calendarPrevious:hover,
.portlet.portletCalendar .portletHeader .calendarNext:hover {
  background: #fff;
  text-decoration: none;
}
.portlet.portletCalendar .portletHeader .calendarNext {
  right: 5px;
  left: inherit;
}
.portlet .portletContent {
  font-size: 14px;
  border-top: 1px solid #e5e5e5;
  background: #fff;
  font-weight: 400;
}
.portlet .portletContent > *,
.portlet .portletContent > div:not(.portalMessage) {
  padding: 10px 15px;
  margin: 0;
  color: #696969;
}
.portlet .portletContent > ul {
  padding: 0;
  list-style: none;
  position: relative;
}
.portlet .portletContent > ul > li a {
  display: block;
  padding: 10px 15px 26px 30px;
  position: relative;
  z-index: 1;
  color: #086ca3;
}
.portlet .portletContent > ul > li > a {
  border-top: 1px solid #e5e5e5;
}
.portlet .portletContent > ul > li:first-child > a {
  border-top: 0;
}
.portlet .portletContent > ul > li a:before {
  content: "\2022";
  position: absolute;
  font-size: 25px;
  margin-top: -9px;
  left: 15px;
  color: #a7daf2;
}
.portlet .portletContent > ul ul {
  padding-left: 15px;
  list-style: none;
}
.portlet .portletContent > ul .portletItemDetails {
  display: block;
  z-index: 0;
  padding: 0 15px 10px 30px;
  font-weight: 400;
  position: relative;
  margin-top: -26px;
  font-size: 12px;
  color: #696969;
}
.portlet .portletContent > ul li:hover {
  background: #fcfcfd;
}
.portlet .portletContent > ul li:hover a:before {
  color: #64bee8;
}
.portlet.portletCalendar table {
  width: 100%;
  text-align: center;
  vertical-align: middle;
  border-collapse: collapse;
  border-spacing: 0;
}
.portlet.portletCalendar table tr {
  line-height: 30px;
}
.portlet.portletCalendar table thead {
  background: #fcfcfd;
  border-bottom: 1px solid #e5e5e5;
}
.portlet.portletCalendar table thead th {
  color: #696969;
  font-weight: 300;
  height: 40px;
  text-align: center;
}
.portlet.portletCalendar table td > * {
  border-radius: 50%;
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
}
.portlet.portletCalendar table .cal_has_events {
  position: relative;
}
.portlet.portletCalendar table .cal_has_events a:hover {
  background: #dbecfe;
  text-decoration: none;
  box-shadow: 0 0 0 5px #dbecfe;
}
.portlet.portletCalendar table .cal_has_events a:after {
  content: "\2022";
  position: absolute;
  margin-left: 50%;
  left: -3px;
  font-size: 20px;
  color: #a7daf2;
  margin-top: 9px;
}
.portlet.portletCalendar table .cal_has_events a:hover:after {
  color: #64bee8;
}
.portlet.portletCalendar table .cal_next_month,
.portlet.portletCalendar table .cal_prev_month {
  color: #000;
}
.portlet.portletCalendar table .cal_next_month.cal_has_events > a,
.portlet.portletCalendar table .cal_prev_month.cal_has_events > a {
  color: #a7daf2;
}
.portlet.portletCalendar table .cal_next_month.cal_has_events > a:after,
.portlet.portletCalendar table .cal_prev_month.cal_has_events > a:after {
  color: #d3edf8;
}
.portlet.portletCalendar table .cal_next_month.cal_has_events > a:hover,
.portlet.portletCalendar table .cal_prev_month.cal_has_events > a:hover {
  color: #004665;
}
.portlet.portletCalendar table .cal_next_month.cal_has_events > a:hover:after,
.portlet.portletCalendar table .cal_prev_month.cal_has_events > a:hover:after {
  color: #64bee8;
}
.portlet.portletCalendar table .today > * {
  background: #e5e5e5;
  font-weight: 500;
  box-shadow: 0 0 0 5px #e5e5e5;
  color: #000;
}
.portlet.portletCalendar table tbody tr:first-child td > * {
  margin-top: 10px;
}
.portlet.portletCalendar table tbody tr:last-child td > * {
  margin-bottom: 10px;
}
.portlet .formControls {
  border: 0;
  background: none;
  padding: 0;
  box-shadow: none;
}
.portlet .portletFooter {
  border-top: 1px solid #e5e5e5;
  background: #fcfcfd;
  padding: 10px 15px;
  font-size: 12px;
  font-weight: 400;
  box-shadow: inset 0 10px 10px -10px rgba(0, 0, 0, 0.05);
}
.portletNavigationTree nav.portletContent > ul > li a {
  padding: 10px 15px 10px 15px;
  border-top: 1px solid #e5e5e5;
}
.portletNavigationTree nav.portletContent > ul > li strong {
  padding: 10px 15px 10px 15px;
  border-top: 1px solid #e5e5e5;
  background: #fcfcfd;
  color: #696969;
  display: block;
  font-weight: 400;
}
.portletNavigationTree .portletContent {
  border-top: 0;
}
.portletNavigationTree .portletContent > ul > li > a {
  display: block;
  background: #edecec;
}
.portletNavigationTree .portletContent > ul > li > a:before {
  content: "";
}
.portletNavigationTree .portletContent > ul > li > a:hover {
  background: #fcfcfd;
}
.portletNavigationTree .portletContent > ul > li > a:hover:after {
  content: "\27E9";
  position: absolute;
  right: 10px;
  font-size: 18px;
  margin-top: -3px;
  color: #777777;
}
.portletNavigationTree .portletContent > ul > li > ul a {
  padding-left: 40px;
}
.portletNavigationTree .portletContent > ul ul {
  padding-left: 0;
}
.portletNavigationTree .portletContent .navTreeCurrentNode > a {
  background: #fcfcfd;
  color: #696969;
}
.portletNavigationTree .portletContent .navTreeCurrentNode > a:after {
  content: "\27E9";
  position: absolute;
  right: 10px;
  font-size: 18px;
  margin-top: -3px;
  color: #777777;
}
#upgrade-products .configlets li,
#install-products .configlets li,
#activated-products .configlets li,
#broken-products .configlets li {
  padding: 12px;
  border-top: 1px dotted #e5e5e5;
}
#upgrade-products .configlets li:first-child,
#install-products .configlets li:first-child,
#activated-products .configlets li:first-child,
#broken-products .configlets li:first-child {
  border-top: 0;
}
#upgrade-products .configlets h3,
#install-products .configlets h3,
#activated-products .configlets h3,
#broken-products .configlets h3,
#upgrade-products .configlets p,
#install-products .configlets p,
#activated-products .configlets p,
#broken-products .configlets p {
  margin: 0;
}
#upgrade-products .configlets .portletContent:last-child,
#install-products .configlets .portletContent:last-child,
#activated-products .configlets .portletContent:last-child,
#broken-products .configlets .portletContent:last-child {
  margin-bottom: 0;
}
#upgrade-products .configlets .pull-right,
#install-products .configlets .pull-right,
#activated-products .configlets .pull-right,
#broken-products .configlets .pull-right {
  margin: 0 0 12px 12px;
}
.switch-portlet-manager {
  margin-top: 0.5em;
  width: auto;
}
.managedPortlet {
  border: 1px solid #e5e5e5;
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}
.managedPortlet > :first-child {
  border-radius: 4px 4px 0 0;
}
.managedPortlet > :last-child {
  border-radius: 0 0 4px 4px;
}
.managedPortlet .portletHeader {
  background: #f2f1f1;
  font-weight: 500;
  font-size: 18px;
  padding: 13px 15px;
  color: #696969;
}
.managedPortlet .portletHeader > a {
  color: #086ca3;
}
.managedPortlet.portletCalendar .portletHeader {
  text-align: center;
  position: relative;
}
.managedPortlet.portletCalendar .portletHeader .calendarPrevious,
.managedPortlet.portletCalendar .portletHeader .calendarNext {
  width: 30px;
  height: 30px;
  padding: 0 1px 2px;
  border-radius: 50%;
  position: absolute;
  display: inline-block;
  left: 5px;
  font-size: 24px;
  margin-top: -3px;
  line-height: 28px;
  font-weight: 500;
}
.managedPortlet.portletCalendar .portletHeader .calendarPrevious:hover,
.managedPortlet.portletCalendar .portletHeader .calendarNext:hover {
  background: #fff;
  text-decoration: none;
}
.managedPortlet.portletCalendar .portletHeader .calendarNext {
  right: 5px;
  left: inherit;
}
.managedPortlet .portletContent {
  font-size: 14px;
  border-top: 1px solid #e5e5e5;
  background: #fff;
  font-weight: 400;
}
.managedPortlet .portletContent > *,
.managedPortlet .portletContent > div:not(.portalMessage) {
  padding: 10px 15px;
  margin: 0;
  color: #696969;
}
.managedPortlet .portletContent > ul {
  padding: 0;
  list-style: none;
  position: relative;
}
.managedPortlet .portletContent > ul > li a {
  display: block;
  padding: 10px 15px 26px 30px;
  position: relative;
  z-index: 1;
  color: #086ca3;
}
.managedPortlet .portletContent > ul > li > a {
  border-top: 1px solid #e5e5e5;
}
.managedPortlet .portletContent > ul > li:first-child > a {
  border-top: 0;
}
.managedPortlet .portletContent > ul > li a:before {
  content: "\2022";
  position: absolute;
  font-size: 25px;
  margin-top: -9px;
  left: 15px;
  color: #a7daf2;
}
.managedPortlet .portletContent > ul ul {
  padding-left: 15px;
  list-style: none;
}
.managedPortlet .portletContent > ul .portletItemDetails {
  display: block;
  z-index: 0;
  padding: 0 15px 10px 30px;
  font-weight: 400;
  position: relative;
  margin-top: -26px;
  font-size: 12px;
  color: #696969;
}
.managedPortlet .portletContent > ul li:hover {
  background: #fcfcfd;
}
.managedPortlet .portletContent > ul li:hover a:before {
  color: #64bee8;
}
.managedPortlet.portletCalendar table {
  width: 100%;
  text-align: center;
  vertical-align: middle;
  border-collapse: collapse;
  border-spacing: 0;
}
.managedPortlet.portletCalendar table tr {
  line-height: 30px;
}
.managedPortlet.portletCalendar table thead {
  background: #fcfcfd;
  border-bottom: 1px solid #e5e5e5;
}
.managedPortlet.portletCalendar table thead th {
  color: #696969;
  font-weight: 300;
  height: 40px;
  text-align: center;
}
.managedPortlet.portletCalendar table td > * {
  border-radius: 50%;
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
}
.managedPortlet.portletCalendar table .cal_has_events {
  position: relative;
}
.managedPortlet.portletCalendar table .cal_has_events a:hover {
  background: #dbecfe;
  text-decoration: none;
  box-shadow: 0 0 0 5px #dbecfe;
}
.managedPortlet.portletCalendar table .cal_has_events a:after {
  content: "\2022";
  position: absolute;
  margin-left: 50%;
  left: -3px;
  font-size: 20px;
  color: #a7daf2;
  margin-top: 9px;
}
.managedPortlet.portletCalendar table .cal_has_events a:hover:after {
  color: #64bee8;
}
.managedPortlet.portletCalendar table .cal_next_month,
.managedPortlet.portletCalendar table .cal_prev_month {
  color: #000;
}
.managedPortlet.portletCalendar table .cal_next_month.cal_has_events > a,
.managedPortlet.portletCalendar table .cal_prev_month.cal_has_events > a {
  color: #a7daf2;
}
.managedPortlet.portletCalendar table .cal_next_month.cal_has_events > a:after,
.managedPortlet.portletCalendar table .cal_prev_month.cal_has_events > a:after {
  color: #d3edf8;
}
.managedPortlet.portletCalendar table .cal_next_month.cal_has_events > a:hover,
.managedPortlet.portletCalendar table .cal_prev_month.cal_has_events > a:hover {
  color: #004665;
}
.managedPortlet.portletCalendar table .cal_next_month.cal_has_events > a:hover:after,
.managedPortlet.portletCalendar table .cal_prev_month.cal_has_events > a:hover:after {
  color: #64bee8;
}
.managedPortlet.portletCalendar table .today > * {
  background: #e5e5e5;
  font-weight: 500;
  box-shadow: 0 0 0 5px #e5e5e5;
  color: #000;
}
.managedPortlet.portletCalendar table tbody tr:first-child td > * {
  margin-top: 10px;
}
.managedPortlet.portletCalendar table tbody tr:last-child td > * {
  margin-bottom: 10px;
}
.managedPortlet .formControls {
  border: 0;
  background: none;
  padding: 0;
  box-shadow: none;
}
.managedPortlet .portletFooter {
  border-top: 1px solid #e5e5e5;
  background: #fcfcfd;
  padding: 10px 15px;
  font-size: 12px;
  font-weight: 400;
  box-shadow: inset 0 10px 10px -10px rgba(0, 0, 0, 0.05);
}
.managedPortlet .portletHeader {
  font-weight: 300;
}
.managedPortlet.inheritedPortlet {
  margin: 5px 15px;
}
.managedPortlet.inheritedPortlet .portletHeader {
  padding: 3px 15px;
}
.managedPortlet.blockedPortlet {
  opacity: 0.7;
}
.managedPortletActions {
  float: right;
  margin-top: -6px;
}
.managedPortletActions form {
  display: inline-block;
}
.portlet.portletSiteSetup .portletContent > ul > li a:before {
  content: "";
}
.portlet.portletSiteSetup .portletContent > ul li:hover {
  background: #edecec;
}
.portletNavigationTree.portletSiteSetup nav.portletContent > ul > li a {
  border: none;
  padding: 0px;
  color: #4D4D4D;
}
.portletNavigationTree.portletSiteSetup nav.portletContent > ul > li a:hover {
  text-decoration: none;
}
.portletNavigationTree.portletSiteSetup a {
  border: none;
  text-align: center;
  height: 100%;
  padding: 0;
}
.portletNavigationTree.portletSiteSetup a span {
  font-size: 50px;
  text-align: center;
  display: block;
  color: #4d4d4d;
}
.portletNavigationTree.portletSiteSetup ul {
  background: #edecec;
  padding-bottom: 20px;
}
.portletNavigationTree.portletSiteSetup li {
  vertical-align: top;
}
.portletNavigationTree.portletSiteSetup ul > li > a:hover:after {
  content: "";
}
.portletNavigationTree.portletSiteSetup .inner-configlet {
  margin-top: 10px;
  padding-bottom: 10px;
}
.portletNavigationTree.portletSiteSetup .inner-configlet:hover {
  background: rgba(255, 255, 255, 0.67);
  border-radius: 5px;
  box-shadow: inset 1px 1px 3px #bbbbbb;
}
.portletNavigationTree.portletSiteSetup .inner-configlet:hover span {
  color: #333;
}
.template-overview-controlpanel .portlet.portletSiteSetup .portletContent > ul > li {
  height: 120px;
}
#portlet-prefs ul ul {
  padding-top: 10px;
}
#portlet-prefs ul ul li {
  padding-top: 10px;
}
#portlet-prefs ul ul li a {
  text-align: inherit;
  padding-left: 40px;
}
#portlet-prefs ul ul li a:before {
  content: "\2022";
  position: absolute;
  font-size: 25px;
  margin-top: -9px;
  left: 15px;
  color: #a7daf2;
}
.template-usergroup-groupprefs .field,
.template-usergroup-userprefs .field,
.template-usergroup-controlpanel .field,
.template-member-registration .field {
  margin-top: 2em;
}
.template-usergroup-groupprefs .formControls,
.template-usergroup-userprefs .formControls,
.template-usergroup-controlpanel .formControls,
.template-member-registration .formControls {
  border-top: 0;
  box-shadow: none;
  margin-bottom: 1em;
}
.template-usergroup-groupprefs table.listing,
.template-usergroup-userprefs table.listing,
.template-usergroup-controlpanel table.listing,
.template-member-registration table.listing {
  margin-bottom: 0.5em;
}
.template-usergroup-groupprefs input.quickSearch,
.template-usergroup-userprefs input.quickSearch,
.template-usergroup-controlpanel input.quickSearch,
.template-member-registration input.quickSearch {
  margin-bottom: 0.5em;
}
.template-usergroup-groupprefs .listingCheckbox,
.template-usergroup-userprefs .listingCheckbox,
.template-usergroup-controlpanel .listingCheckbox,
.template-member-registration .listingCheckbox {
  vertical-align: middle;
  text-align: center;
}
.template-usergroup-groupprefs form,
.template-usergroup-userprefs form {
  overflow: scroll;
}
.template-actions-controlpanel #content-core .addAction {
  height: 2em;
}
.template-actions-controlpanel #content-core section.portlet {
  clear: both;
}
.template-actions-controlpanel #content-core ol.configlets li {
  margin: 1.2em;
}
.link-category {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  color: #4d4d4d;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 4px;
  background-color: #e5e5e5;
}
.link-category[href]:hover,
.link-category[href]:focus {
  background-color: #cccccc;
}
a.link-category:hover,
a.link-category:focus {
  color: #007bb1;
  text-decoration: none;
  cursor: pointer;
}
.link-category:empty {
  display: none;
}
#category {
  margin-bottom: 12px;
}
#category ul {
  list-style: none;
  padding: 0;
  display: inline;
}
#category li {
  display: inline-block;
}
body#visual-portal-wrapper.pat-plone .outer-wrapper [class*="contenttype-"]:before {
  font-family: "Fontello";
  font-size: 100%;
  padding: 0;
  margin: 0;
  position: relative;
  left: inherit;
  display: inline-block;
  color: inherit;
  width: 20px;
  height: 20px;
  text-align: center;
  margin-right: 6px;
}
body#visual-portal-wrapper.pat-plone .outer-wrapper .contenttype-folder:before {
  content: '\E801';
}
body#visual-portal-wrapper.pat-plone .outer-wrapper .contenttype-document:before {
  content: '\E80E';
}
body#visual-portal-wrapper.pat-plone .outer-wrapper .contenttype-file:before {
  content: '\E811';
}
body#visual-portal-wrapper.pat-plone .outer-wrapper .contenttype-link:before {
  content: '\E806';
}
body#visual-portal-wrapper.pat-plone .outer-wrapper .contenttype-image:before {
  content: '\E810';
}
body#visual-portal-wrapper.pat-plone .outer-wrapper .contenttype-collection:before {
  content: '\E808';
}
body#visual-portal-wrapper.pat-plone .outer-wrapper .contenttype-event:before {
  content: '\E809';
}
body#visual-portal-wrapper.pat-plone .outer-wrapper .contenttype-news-item:before {
  content: '\E80F';
}
body#visual-portal-wrapper.pat-plone #edit-zone [class*="contenttype-"] {
  padding: 5px 15px 5px 50px;
}
body#visual-portal-wrapper.pat-plone #edit-zone a {
  color: #fff;
}
body#visual-portal-wrapper.pat-plone #edit-zone [class*="contenttype-"]:after {
  font-family: "Fontello";
  font-size: 100%;
  padding: 0;
  margin: 0;
  position: relative;
  left: 25px;
  display: inline-block;
  color: inherit;
  width: 20px;
  height: 20px;
  text-align: center;
  margin-right: 6px;
  position: absolute;
  content: '\E834';
}
body#visual-portal-wrapper.pat-plone #edit-zone .contenttype-folder:after {
  content: '\E801';
}
body#visual-portal-wrapper.pat-plone #edit-zone .contenttype-document:after {
  content: '\E80E';
}
body#visual-portal-wrapper.pat-plone #edit-zone .contenttype-file:after {
  content: '\E811';
}
body#visual-portal-wrapper.pat-plone #edit-zone .contenttype-link:after {
  content: '\E806';
}
body#visual-portal-wrapper.pat-plone #edit-zone .contenttype-image:after {
  content: '\E810';
}
body#visual-portal-wrapper.pat-plone #edit-zone .contenttype-collection:after {
  content: '\E808';
}
body#visual-portal-wrapper.pat-plone #edit-zone .contenttype-event:after {
  content: '\E809';
}
body#visual-portal-wrapper.pat-plone #edit-zone .contenttype-news-item:after {
  content: '\E80F';
}
.image-icon,
.image-tile {
  float: right;
}
#textAdjust .decrease-text {
  font-size: 12px;
}
#textAdjust .normal-text {
  font-size: 14px;
}
#textAdjust .increase-text {
  font-size: 18px;
}
.pat-autotoc:not(.autotabs) .autotoc-nav {
  float: right;
  min-width: 150px;
  background-color: #f2f1f1;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.17);
  padding: 6px 12px;
  margin: 0 0 12px 12px;
}
.pat-autotoc:not(.autotabs) .autotoc-nav a {
  display: block;
}
.pat-autotoc:not(.autotabs) .autotoc-nav .active,
.pat-autotoc:not(.autotabs) .autotoc-nav .active:hover {
  color: #696969;
  cursor: default;
  text-decoration: none;
}
.pat-autotoc:not(.autotabs) .autotoc-nav .autotoc-level-1 {
  margin-left: 0;
  font-size: 18px;
}
.pat-autotoc:not(.autotabs) .autotoc-nav .autotoc-level-2 {
  margin-left: 12px;
  font-size: 14px;
}
.pat-autotoc:not(.autotabs) .autotoc-nav .autotoc-level-3 {
  margin-left: 24px;
  font-size: 12px;
}
@media (max-width: 767px) {
  .pat-autotoc .autotoc-nav {
    float: none;
    margin: 0 0 20px 0;
  }
}
.pat-dropzone .dz-notice {
  margin-bottom: 6px;
}
.pat-dropzone .dz-default {
  border-radius: 6px;
  background-color: #f2f1f1;
  border: 3px dotted #cccccc;
  margin-bottom: 20px;
  padding: 12px;
  color: #696969;
}
.plone-modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  z-index: 1040;
  background: rgba(255, 255, 255, 0.5);
}
.plone-modal .plone-modal-dialog {
  width: 100%;
  position: relative;
}
.plone-modal .plone-modal-dialog .plone-modal-header {
  min-height: 25px;
  padding: 12px;
}
.plone-modal .plone-modal-dialog .plone-modal-header h3 {
  font-size: 18px;
  margin: 0;
}
.plone-modal .plone-modal-dialog .plone-modal-header .plone-modal-close {
  margin-top: -12px;
  float: right;
  font-size: 36px;
  font-weight: 100;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
}
.plone-modal .plone-modal-dialog .plone-modal-header .plone-modal-close:hover,
.plone-modal .plone-modal-dialog .plone-modal-header .plone-modal-close:focus {
  text-decoration: none;
  cursor: pointer;
  opacity: .5;
}
.plone-modal .plone-modal-dialog .plone-modal-body {
  padding: 12px;
}
.plone-modal .plone-modal-dialog .plone-modal-body .modal-image {
  text-align: center;
}
.plone-modal .plone-modal-dialog .plone-modal-footer {
  border-top: 1px solid #cccccc;
  background: #fcfcfd;
  box-shadow: inset 0 10px 10px -10px rgba(0, 0, 0, 0.05);
  padding: 12px;
  text-align: right;
}
.plone-modal .plone-modal-dialog .plone-modal-footer .pattern-modal-buttons input + input {
  margin-left: 12px;
}
.plone-modal .plone-modal-content {
  position: relative;
  background: rgba(255, 255, 255, 0.9);
  border: 0;
  border-radius: 4px;
  outline: none;
  background-clip: padding-box;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .plone-modal .plone-modal-content {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .plone-modal .plone-modal-content {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .plone-modal .plone-modal-content {
    width: 1170px;
  }
}
.plone-modal.fade {
  opacity: 0;
  -webkit-transition: opacity .25s ease;
  transition: opacity .25s ease;
}
.plone-modal.fade.in {
  opacity: 1;
  -webkit-transition: opacity .25s ease;
  transition: opacity .25s ease;
}
.plone-modal.fade .plone-modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.25s ease-out;
  -moz-transition: -moz-transform 0.25s ease-out;
  -o-transition: -o-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
}
.plone-modal.fade.in .plone-modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.plone-modal.in {
  display: block !important;
}
.plone-modal-loading {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #428bca;
  -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 .6s ease;
  transition: width .6s ease;
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
  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: 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;
  border-radius: 0.5em;
  width: 40em;
  height: 40px;
}
.plone-modal-open {
  padding-right: 0;
}
.plone-modal-open > *:not(.plone-modal-wrapper,.select2-drop, .mce-floatpanel) {
  -webkit-filter: blur(1px);
  -moz-filter: blur(1px);
  -o-filter: blur(1px);
  -ms-filter: blur(1px);
  filter: blur(1px);
}
.pattern-pickadate-wrapper .pattern-pickadate-time-wrapper {
  float: left;
}
.pattern-pickadate-wrapper .pattern-pickadate-time-wrapper .picker__input {
  width: 180px;
}
.pattern-pickadate-wrapper .pattern-pickadate-date-wrapper .picker__holder {
  width: 300px;
}
.picker--time {
  min-width: 256px;
  max-width: 320px;
}
#content .picker--opened .picker__holder {
  opacity: 1;
}
.picker__holder {
  width: 180px;
  margin: -1px 0 0 0;
  border: 1px solid #ccc;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  max-height: 300px;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17);
}
.picker__wrap {
  margin: 0;
  /* overrides -1px used to get rid of unecessary scrollbar */
}
.picker__list-item:hover {
  background: #f0f0f0;
  color: #4d4d4d;
}
.picker__list-item--highlighted:hover,
.picker--focused .picker__list-item--highlighted {
  background: #007bb1;
  color: #fff;
}
li.picker__list-item {
  padding: 6px 12px;
  cursor: pointer;
  color: #696969;
}
ul.picker__list {
  background: #fff;
  list-style: none;
  margin: 0;
  padding: 0;
}
.picker--time .picker__button--clear {
  width: 100%;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-radius: 0;
}
.picker__table {
  width: 100%;
  text-align: center;
}
.picker__table th {
  text-align: center;
}
.picker__header {
  text-align: center;
  position: relative;
}
.picker__nav--next,
.picker__nav--prev {
  position: absolute;
  top: 0.5em;
}
.picker__select--month,
.picker__select--year {
  width: 35%;
  display: inline-block;
  margin: 0 6px;
  font-size: 1em;
}
.picker__day {
  font-weight: 400;
}
.picker__day--infocus:hover,
.picker__day--outfocus:hover {
  cursor: pointer;
  background: #f0f0f0;
}
.picker__day--highlighted:hover,
.picker__day--highlighted {
  background: #007bb1;
  color: #fff;
  font-weight: 600;
}
.picker__day--outfocus {
  color: #cccccc;
}
.pat-sortable > *:hover {
  cursor: move;
  cursor: -webkit-grab;
  background: #FFF5CD;
}
.pat-sortable .item-dragging,
.pat-sortable .item-dragging:hover {
  cursor: -webkit-grabbing !important;
  background: #f2f2f2;
}
.item-dragging.dragging {
  background: #fea;
  cursor: -webkit-grabbing !important;
  padding: 6px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.17);
}
.pat-tablesorter th:hover {
  color: #007bb1;
}
.pat-tablesorter .sortdirection {
  font-size: 75%;
  opacity: .5;
  position: relative;
  top: -1px;
  padding: 2px;
  min-width: 15px;
  display: inline-block;
}
.tooltips {
  opacity: 0;
  transition: opacity .2s ease .5s;
  position: absolute;
  background: #333333;
  background: rgba(0, 0, 0, 0.9);
  color: #fafafa;
  font-size: 12px;
  border-radius: 4px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.17);
  max-width: 200px;
  margin-left: -100px;
  left: 200px;
  text-align: center;
  padding: 6px;
}
.tooltips.active {
  opacity: 1;
  transition: opacity .2s ease .5s;
}
.jqtree-tree {
  list-style: none outside;
  margin-bottom: 0;
  padding: 0;
  padding-left: 18px;
}
.jqtree-tree .jqtree-toggler {
  left: -18px;
  font-size: 75%;
  top: 30%;
  position: absolute;
}
.jqtree-tree .jqtree-element {
  padding: 6px;
}
.jqtree-tree .jqtree-element:hover {
  background: #f0f0f0;
}
.jqtree-tree .jqtree-selected > .jqtree-element {
  background: #cccccc;
}
body.template-login_form #content-core,
body.template-logged_out #content-core {
  border: 1px solid #e5e5e5;
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  background: #fcfcfd;
  max-width: 300px;
  margin: 0 auto 6px;
  padding: 6px 12px;
}
body.template-login_form #content-core > :first-child,
body.template-logged_out #content-core > :first-child {
  border-radius: 4px 4px 0 0;
}
body.template-login_form #content-core > :last-child,
body.template-logged_out #content-core > :last-child {
  border-radius: 0 0 4px 4px;
}
body.template-login_form #content-core .portletHeader,
body.template-logged_out #content-core .portletHeader {
  background: #f2f1f1;
  font-weight: 500;
  font-size: 18px;
  padding: 13px 15px;
  color: #696969;
}
body.template-login_form #content-core .portletHeader > a,
body.template-logged_out #content-core .portletHeader > a {
  color: #086ca3;
}
body.template-login_form #content-core.portletCalendar .portletHeader,
body.template-logged_out #content-core.portletCalendar .portletHeader {
  text-align: center;
  position: relative;
}
body.template-login_form #content-core.portletCalendar .portletHeader .calendarPrevious,
body.template-logged_out #content-core.portletCalendar .portletHeader .calendarPrevious,
body.template-login_form #content-core.portletCalendar .portletHeader .calendarNext,
body.template-logged_out #content-core.portletCalendar .portletHeader .calendarNext {
  width: 30px;
  height: 30px;
  padding: 0 1px 2px;
  border-radius: 50%;
  position: absolute;
  display: inline-block;
  left: 5px;
  font-size: 24px;
  margin-top: -3px;
  line-height: 28px;
  font-weight: 500;
}
body.template-login_form #content-core.portletCalendar .portletHeader .calendarPrevious:hover,
body.template-logged_out #content-core.portletCalendar .portletHeader .calendarPrevious:hover,
body.template-login_form #content-core.portletCalendar .portletHeader .calendarNext:hover,
body.template-logged_out #content-core.portletCalendar .portletHeader .calendarNext:hover {
  background: #fff;
  text-decoration: none;
}
body.template-login_form #content-core.portletCalendar .portletHeader .calendarNext,
body.template-logged_out #content-core.portletCalendar .portletHeader .calendarNext {
  right: 5px;
  left: inherit;
}
body.template-login_form #content-core .portletContent,
body.template-logged_out #content-core .portletContent {
  font-size: 14px;
  border-top: 1px solid #e5e5e5;
  background: #fff;
  font-weight: 400;
}
body.template-login_form #content-core .portletContent > *,
body.template-logged_out #content-core .portletContent > *,
body.template-login_form #content-core .portletContent > div:not(.portalMessage),
body.template-logged_out #content-core .portletContent > div:not(.portalMessage) {
  padding: 10px 15px;
  margin: 0;
  color: #696969;
}
body.template-login_form #content-core .portletContent > ul,
body.template-logged_out #content-core .portletContent > ul {
  padding: 0;
  list-style: none;
  position: relative;
}
body.template-login_form #content-core .portletContent > ul > li a,
body.template-logged_out #content-core .portletContent > ul > li a {
  display: block;
  padding: 10px 15px 26px 30px;
  position: relative;
  z-index: 1;
  color: #086ca3;
}
body.template-login_form #content-core .portletContent > ul > li > a,
body.template-logged_out #content-core .portletContent > ul > li > a {
  border-top: 1px solid #e5e5e5;
}
body.template-login_form #content-core .portletContent > ul > li:first-child > a,
body.template-logged_out #content-core .portletContent > ul > li:first-child > a {
  border-top: 0;
}
body.template-login_form #content-core .portletContent > ul > li a:before,
body.template-logged_out #content-core .portletContent > ul > li a:before {
  content: "\2022";
  position: absolute;
  font-size: 25px;
  margin-top: -9px;
  left: 15px;
  color: #a7daf2;
}
body.template-login_form #content-core .portletContent > ul ul,
body.template-logged_out #content-core .portletContent > ul ul {
  padding-left: 15px;
  list-style: none;
}
body.template-login_form #content-core .portletContent > ul .portletItemDetails,
body.template-logged_out #content-core .portletContent > ul .portletItemDetails {
  display: block;
  z-index: 0;
  padding: 0 15px 10px 30px;
  font-weight: 400;
  position: relative;
  margin-top: -26px;
  font-size: 12px;
  color: #696969;
}
body.template-login_form #content-core .portletContent > ul li:hover,
body.template-logged_out #content-core .portletContent > ul li:hover {
  background: #fcfcfd;
}
body.template-login_form #content-core .portletContent > ul li:hover a:before,
body.template-logged_out #content-core .portletContent > ul li:hover a:before {
  color: #64bee8;
}
body.template-login_form #content-core.portletCalendar table,
body.template-logged_out #content-core.portletCalendar table {
  width: 100%;
  text-align: center;
  vertical-align: middle;
  border-collapse: collapse;
  border-spacing: 0;
}
body.template-login_form #content-core.portletCalendar table tr,
body.template-logged_out #content-core.portletCalendar table tr {
  line-height: 30px;
}
body.template-login_form #content-core.portletCalendar table thead,
body.template-logged_out #content-core.portletCalendar table thead {
  background: #fcfcfd;
  border-bottom: 1px solid #e5e5e5;
}
body.template-login_form #content-core.portletCalendar table thead th,
body.template-logged_out #content-core.portletCalendar table thead th {
  color: #696969;
  font-weight: 300;
  height: 40px;
  text-align: center;
}
body.template-login_form #content-core.portletCalendar table td > *,
body.template-logged_out #content-core.portletCalendar table td > * {
  border-radius: 50%;
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
}
body.template-login_form #content-core.portletCalendar table .cal_has_events,
body.template-logged_out #content-core.portletCalendar table .cal_has_events {
  position: relative;
}
body.template-login_form #content-core.portletCalendar table .cal_has_events a:hover,
body.template-logged_out #content-core.portletCalendar table .cal_has_events a:hover {
  background: #dbecfe;
  text-decoration: none;
  box-shadow: 0 0 0 5px #dbecfe;
}
body.template-login_form #content-core.portletCalendar table .cal_has_events a:after,
body.template-logged_out #content-core.portletCalendar table .cal_has_events a:after {
  content: "\2022";
  position: absolute;
  margin-left: 50%;
  left: -3px;
  font-size: 20px;
  color: #a7daf2;
  margin-top: 9px;
}
body.template-login_form #content-core.portletCalendar table .cal_has_events a:hover:after,
body.template-logged_out #content-core.portletCalendar table .cal_has_events a:hover:after {
  color: #64bee8;
}
body.template-login_form #content-core.portletCalendar table .cal_next_month,
body.template-logged_out #content-core.portletCalendar table .cal_next_month,
body.template-login_form #content-core.portletCalendar table .cal_prev_month,
body.template-logged_out #content-core.portletCalendar table .cal_prev_month {
  color: #000;
}
body.template-login_form #content-core.portletCalendar table .cal_next_month.cal_has_events > a,
body.template-logged_out #content-core.portletCalendar table .cal_next_month.cal_has_events > a,
body.template-login_form #content-core.portletCalendar table .cal_prev_month.cal_has_events > a,
body.template-logged_out #content-core.portletCalendar table .cal_prev_month.cal_has_events > a {
  color: #a7daf2;
}
body.template-login_form #content-core.portletCalendar table .cal_next_month.cal_has_events > a:after,
body.template-logged_out #content-core.portletCalendar table .cal_next_month.cal_has_events > a:after,
body.template-login_form #content-core.portletCalendar table .cal_prev_month.cal_has_events > a:after,
body.template-logged_out #content-core.portletCalendar table .cal_prev_month.cal_has_events > a:after {
  color: #d3edf8;
}
body.template-login_form #content-core.portletCalendar table .cal_next_month.cal_has_events > a:hover,
body.template-logged_out #content-core.portletCalendar table .cal_next_month.cal_has_events > a:hover,
body.template-login_form #content-core.portletCalendar table .cal_prev_month.cal_has_events > a:hover,
body.template-logged_out #content-core.portletCalendar table .cal_prev_month.cal_has_events > a:hover {
  color: #004665;
}
body.template-login_form #content-core.portletCalendar table .cal_next_month.cal_has_events > a:hover:after,
body.template-logged_out #content-core.portletCalendar table .cal_next_month.cal_has_events > a:hover:after,
body.template-login_form #content-core.portletCalendar table .cal_prev_month.cal_has_events > a:hover:after,
body.template-logged_out #content-core.portletCalendar table .cal_prev_month.cal_has_events > a:hover:after {
  color: #64bee8;
}
body.template-login_form #content-core.portletCalendar table .today > *,
body.template-logged_out #content-core.portletCalendar table .today > * {
  background: #e5e5e5;
  font-weight: 500;
  box-shadow: 0 0 0 5px #e5e5e5;
  color: #000;
}
body.template-login_form #content-core.portletCalendar table tbody tr:first-child td > *,
body.template-logged_out #content-core.portletCalendar table tbody tr:first-child td > * {
  margin-top: 10px;
}
body.template-login_form #content-core.portletCalendar table tbody tr:last-child td > *,
body.template-logged_out #content-core.portletCalendar table tbody tr:last-child td > * {
  margin-bottom: 10px;
}
body.template-login_form #content-core .formControls,
body.template-logged_out #content-core .formControls {
  border: 0;
  background: none;
  padding: 0;
  box-shadow: none;
}
body.template-login_form #content-core .portletFooter,
body.template-logged_out #content-core .portletFooter {
  border-top: 1px solid #e5e5e5;
  background: #fcfcfd;
  padding: 10px 15px;
  font-size: 12px;
  font-weight: 400;
  box-shadow: inset 0 10px 10px -10px rgba(0, 0, 0, 0.05);
}
#portal-anontools ul {
  text-align: right;
  list-style: none;
}
#portal-anontools li {
  margin: 12px 0 12px 12px;
}
.vevent span.cal_month {
  font-size: 1.1em;
}
.event.summary {
  font-weight: 400;
  max-width: 300px;
  float: right;
  background: #fafafa;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.17);
  padding: 12px 12px 12px 36px;
  margin-left: 5px;
}
.event.summary strong,
.event.summary li > span {
  display: block;
}
.event_listing article {
  border-top: 1px solid #e5e5e5;
  padding: 12px 0 12px;
}
.event_listing article h2 {
  margin: 0;
  padding: 12px 0 12px;
}
.event_listing article:first-child {
  border-top: 0;
  margin-top: -6px;
}
.cal_date {
  float: right;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.17);
  text-align: center;
  width: 100px;
  margin: 12px 0 12px 12px;
  border-radius: 4px;
  overflow: hidden;
}
.cal_month {
  background: #00b0fe;
  font-weight: 400;
  display: block;
  color: #fff;
  padding: 6px 12px;
}
.cal_day {
  font-size: 36px;
  font-weight: 700;
  display: block;
}
.cal_wkday {
  font-size: 12px;
  font-weight: 300;
  display: block;
  padding: 0 12px 6px;
}
.event_listing .sub_nav {
  float: right;
}
.template-event_listing .caltrigger {
  display: none;
}
.autotabs .autotoc-nav .events-month-prev,
.autotabs .autotoc-nav .events-week-prev,
.autotabs .autotoc-nav .events-day-prev {
  position: relative;
  border-top-left-radius: 0;
  padding-left: 6px;
}
.autotabs .autotoc-nav .events-month-prev:before,
.autotabs .autotoc-nav .events-week-prev:before,
.autotabs .autotoc-nav .events-day-prev:before {
  content: "";
  position: absolute;
  padding: 0 5px;
  color: #e5e5e5;
  border-right: 5px solid;
  border-top: 23px solid transparent;
  border-bottom: 23px solid transparent;
  left: -6px;
  top: -1px;
  padding: 0 !important;
}
.autotabs .autotoc-nav .events-month-prev:after,
.autotabs .autotoc-nav .events-week-prev:after,
.autotabs .autotoc-nav .events-day-prev:after {
  content: "";
  position: absolute;
  padding: 0 5px;
  color: #fcfcfd;
  border-right: 5px solid;
  border-top: 23px solid transparent;
  border-bottom: 23px solid transparent;
  left: -5px;
  top: -1px;
  padding: 0 !important;
}
.autotabs .autotoc-nav .events-month-prev:hover:after,
.autotabs .autotoc-nav .events-week-prev:hover:after,
.autotabs .autotoc-nav .events-day-prev:hover:after {
  color: #fff;
}
.autotabs .autotoc-nav .events-month-next,
.autotabs .autotoc-nav .events-week-next,
.autotabs .autotoc-nav .events-day-next {
  position: relative;
  border-top-right-radius: 0;
  padding-right: 6px;
}
.autotabs .autotoc-nav .events-month-next:before,
.autotabs .autotoc-nav .events-week-next:before,
.autotabs .autotoc-nav .events-day-next:before {
  content: "";
  position: absolute;
  padding: 0 5px;
  color: #e5e5e5;
  border-left: 5px solid;
  border-top: 23px solid transparent;
  border-bottom: 23px solid transparent;
  right: -6px;
  top: -1px;
  padding: 0 !important;
}
.autotabs .autotoc-nav .events-month-next:after,
.autotabs .autotoc-nav .events-week-next:after,
.autotabs .autotoc-nav .events-day-next:after {
  content: "";
  position: absolute;
  padding: 0 5px;
  color: #fcfcfd;
  border-left: 5px solid;
  border-top: 23px solid transparent;
  border-bottom: 23px solid transparent;
  right: -5px;
  top: -1px;
  padding: 0 !important;
}
.autotabs .autotoc-nav .events-month-next:hover:after,
.autotabs .autotoc-nav .events-week-next:hover:after,
.autotabs .autotoc-nav .events-day-next:hover:after {
  color: #fff;
}
.image-product {
  margin: 0;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17);
  overflow: hidden;
  display: inline-block;
}
.image-product figcaption {
  font-size: 12px;
  background: #fcfcfd;
  margin: 6px 12px;
}
.portraitPhoto {
  margin: 0;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17);
  overflow: hidden;
  display: inline-block;
  float: right !important;
  float: right;
  border-radius: 50px;
}
.portraitPhoto figcaption {
  font-size: 12px;
  background: #fcfcfd;
  margin: 6px 12px;
}
.newsImageContainer {
  float: right;
  margin: 0 0 6px 6px;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17);
  overflow: hidden;
}
.newsImageContainer a {
  display: table;
  background-color: #fafafa;
}
.newsImageContainer a img {
  display: block;
}
.newsImageContainer figcaption {
  display: table-caption;
  caption-side: bottom;
  font-size: 12px;
  background: #fcfcfd;
}
.searchPage {
  position: relative;
}
.searchPage .actionMenu.activated dd {
  display: block;
}
.searchPage .actionMenu {
  float: right;
}
.searchPage .actionMenu dt {
  top: 0;
  right: 0;
  position: absolute;
}
.searchPage .actionMenu dd {
  display: none;
  position: absolute;
  right: 0;
  top: 35px;
  width: 300px;
  background-color: #fcfcfd;
  border: 1px solid #e5e5e5;
  padding: 15px;
  z-index: 10;
}
#search-results-bar #results-count {
  float: right;
  padding-top: 15px;
  padding-right: 15px;
}
#searchform .input-group {
  max-width: 600px;
}
#searchform .input-group input.searchPage.btn {
  width: 120px;
}
#search-filter input {
  margin-right: 0.5rem;
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('/++theme++pilotwww/fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('/++theme++pilotwww/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('/++theme++pilotwww/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('/++theme++pilotwww/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('/++theme++pilotwww/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('/++theme++pilotwww/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\F000";
}
.fa-music:before {
  content: "\F001";
}
.fa-search:before {
  content: "\F002";
}
.fa-envelope-o:before {
  content: "\F003";
}
.fa-heart:before {
  content: "\F004";
}
.fa-star:before {
  content: "\F005";
}
.fa-star-o:before {
  content: "\F006";
}
.fa-user:before {
  content: "\F007";
}
.fa-film:before {
  content: "\F008";
}
.fa-th-large:before {
  content: "\F009";
}
.fa-th:before {
  content: "\F00A";
}
.fa-th-list:before {
  content: "\F00B";
}
.fa-check:before {
  content: "\F00C";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\F00D";
}
.fa-search-plus:before {
  content: "\F00E";
}
.fa-search-minus:before {
  content: "\F010";
}
.fa-power-off:before {
  content: "\F011";
}
.fa-signal:before {
  content: "\F012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\F013";
}
.fa-trash-o:before {
  content: "\F014";
}
.fa-home:before {
  content: "\F015";
}
.fa-file-o:before {
  content: "\F016";
}
.fa-clock-o:before {
  content: "\F017";
}
.fa-road:before {
  content: "\F018";
}
.fa-download:before {
  content: "\F019";
}
.fa-arrow-circle-o-down:before {
  content: "\F01A";
}
.fa-arrow-circle-o-up:before {
  content: "\F01B";
}
.fa-inbox:before {
  content: "\F01C";
}
.fa-play-circle-o:before {
  content: "\F01D";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\F01E";
}
.fa-refresh:before {
  content: "\F021";
}
.fa-list-alt:before {
  content: "\F022";
}
.fa-lock:before {
  content: "\F023";
}
.fa-flag:before {
  content: "\F024";
}
.fa-headphones:before {
  content: "\F025";
}
.fa-volume-off:before {
  content: "\F026";
}
.fa-volume-down:before {
  content: "\F027";
}
.fa-volume-up:before {
  content: "\F028";
}
.fa-qrcode:before {
  content: "\F029";
}
.fa-barcode:before {
  content: "\F02A";
}
.fa-tag:before {
  content: "\F02B";
}
.fa-tags:before {
  content: "\F02C";
}
.fa-book:before {
  content: "\F02D";
}
.fa-bookmark:before {
  content: "\F02E";
}
.fa-print:before {
  content: "\F02F";
}
.fa-camera:before {
  content: "\F030";
}
.fa-font:before {
  content: "\F031";
}
.fa-bold:before {
  content: "\F032";
}
.fa-italic:before {
  content: "\F033";
}
.fa-text-height:before {
  content: "\F034";
}
.fa-text-width:before {
  content: "\F035";
}
.fa-align-left:before {
  content: "\F036";
}
.fa-align-center:before {
  content: "\F037";
}
.fa-align-right:before {
  content: "\F038";
}
.fa-align-justify:before {
  content: "\F039";
}
.fa-list:before {
  content: "\F03A";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\F03B";
}
.fa-indent:before {
  content: "\F03C";
}
.fa-video-camera:before {
  content: "\F03D";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\F03E";
}
.fa-pencil:before {
  content: "\F040";
}
.fa-map-marker:before {
  content: "\F041";
}
.fa-adjust:before {
  content: "\F042";
}
.fa-tint:before {
  content: "\F043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\F044";
}
.fa-share-square-o:before {
  content: "\F045";
}
.fa-check-square-o:before {
  content: "\F046";
}
.fa-arrows:before {
  content: "\F047";
}
.fa-step-backward:before {
  content: "\F048";
}
.fa-fast-backward:before {
  content: "\F049";
}
.fa-backward:before {
  content: "\F04A";
}
.fa-play:before {
  content: "\F04B";
}
.fa-pause:before {
  content: "\F04C";
}
.fa-stop:before {
  content: "\F04D";
}
.fa-forward:before {
  content: "\F04E";
}
.fa-fast-forward:before {
  content: "\F050";
}
.fa-step-forward:before {
  content: "\F051";
}
.fa-eject:before {
  content: "\F052";
}
.fa-chevron-left:before {
  content: "\F053";
}
.fa-chevron-right:before {
  content: "\F054";
}
.fa-plus-circle:before {
  content: "\F055";
}
.fa-minus-circle:before {
  content: "\F056";
}
.fa-times-circle:before {
  content: "\F057";
}
.fa-check-circle:before {
  content: "\F058";
}
.fa-question-circle:before {
  content: "\F059";
}
.fa-info-circle:before {
  content: "\F05A";
}
.fa-crosshairs:before {
  content: "\F05B";
}
.fa-times-circle-o:before {
  content: "\F05C";
}
.fa-check-circle-o:before {
  content: "\F05D";
}
.fa-ban:before {
  content: "\F05E";
}
.fa-arrow-left:before {
  content: "\F060";
}
.fa-arrow-right:before {
  content: "\F061";
}
.fa-arrow-up:before {
  content: "\F062";
}
.fa-arrow-down:before {
  content: "\F063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\F064";
}
.fa-expand:before {
  content: "\F065";
}
.fa-compress:before {
  content: "\F066";
}
.fa-plus:before {
  content: "\F067";
}
.fa-minus:before {
  content: "\F068";
}
.fa-asterisk:before {
  content: "\F069";
}
.fa-exclamation-circle:before {
  content: "\F06A";
}
.fa-gift:before {
  content: "\F06B";
}
.fa-leaf:before {
  content: "\F06C";
}
.fa-fire:before {
  content: "\F06D";
}
.fa-eye:before {
  content: "\F06E";
}
.fa-eye-slash:before {
  content: "\F070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\F071";
}
.fa-plane:before {
  content: "\F072";
}
.fa-calendar:before {
  content: "\F073";
}
.fa-random:before {
  content: "\F074";
}
.fa-comment:before {
  content: "\F075";
}
.fa-magnet:before {
  content: "\F076";
}
.fa-chevron-up:before {
  content: "\F077";
}
.fa-chevron-down:before {
  content: "\F078";
}
.fa-retweet:before {
  content: "\F079";
}
.fa-shopping-cart:before {
  content: "\F07A";
}
.fa-folder:before {
  content: "\F07B";
}
.fa-folder-open:before {
  content: "\F07C";
}
.fa-arrows-v:before {
  content: "\F07D";
}
.fa-arrows-h:before {
  content: "\F07E";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\F080";
}
.fa-twitter-square:before {
  content: "\F081";
}
.fa-facebook-square:before {
  content: "\F082";
}
.fa-camera-retro:before {
  content: "\F083";
}
.fa-key:before {
  content: "\F084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\F085";
}
.fa-comments:before {
  content: "\F086";
}
.fa-thumbs-o-up:before {
  content: "\F087";
}
.fa-thumbs-o-down:before {
  content: "\F088";
}
.fa-star-half:before {
  content: "\F089";
}
.fa-heart-o:before {
  content: "\F08A";
}
.fa-sign-out:before {
  content: "\F08B";
}
.fa-linkedin-square:before {
  content: "\F08C";
}
.fa-thumb-tack:before {
  content: "\F08D";
}
.fa-external-link:before {
  content: "\F08E";
}
.fa-sign-in:before {
  content: "\F090";
}
.fa-trophy:before {
  content: "\F091";
}
.fa-github-square:before {
  content: "\F092";
}
.fa-upload:before {
  content: "\F093";
}
.fa-lemon-o:before {
  content: "\F094";
}
.fa-phone:before {
  content: "\F095";
}
.fa-square-o:before {
  content: "\F096";
}
.fa-bookmark-o:before {
  content: "\F097";
}
.fa-phone-square:before {
  content: "\F098";
}
.fa-twitter:before {
  content: "\F099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\F09A";
}
.fa-github:before {
  content: "\F09B";
}
.fa-unlock:before {
  content: "\F09C";
}
.fa-credit-card:before {
  content: "\F09D";
}
.fa-feed:before,
.fa-rss:before {
  content: "\F09E";
}
.fa-hdd-o:before {
  content: "\F0A0";
}
.fa-bullhorn:before {
  content: "\F0A1";
}
.fa-bell:before {
  content: "\F0F3";
}
.fa-certificate:before {
  content: "\F0A3";
}
.fa-hand-o-right:before {
  content: "\F0A4";
}
.fa-hand-o-left:before {
  content: "\F0A5";
}
.fa-hand-o-up:before {
  content: "\F0A6";
}
.fa-hand-o-down:before {
  content: "\F0A7";
}
.fa-arrow-circle-left:before {
  content: "\F0A8";
}
.fa-arrow-circle-right:before {
  content: "\F0A9";
}
.fa-arrow-circle-up:before {
  content: "\F0AA";
}
.fa-arrow-circle-down:before {
  content: "\F0AB";
}
.fa-globe:before {
  content: "\F0AC";
}
.fa-wrench:before {
  content: "\F0AD";
}
.fa-tasks:before {
  content: "\F0AE";
}
.fa-filter:before {
  content: "\F0B0";
}
.fa-briefcase:before {
  content: "\F0B1";
}
.fa-arrows-alt:before {
  content: "\F0B2";
}
.fa-group:before,
.fa-users:before {
  content: "\F0C0";
}
.fa-chain:before,
.fa-link:before {
  content: "\F0C1";
}
.fa-cloud:before {
  content: "\F0C2";
}
.fa-flask:before {
  content: "\F0C3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\F0C4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\F0C5";
}
.fa-paperclip:before {
  content: "\F0C6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\F0C7";
}
.fa-square:before {
  content: "\F0C8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\F0C9";
}
.fa-list-ul:before {
  content: "\F0CA";
}
.fa-list-ol:before {
  content: "\F0CB";
}
.fa-strikethrough:before {
  content: "\F0CC";
}
.fa-underline:before {
  content: "\F0CD";
}
.fa-table:before {
  content: "\F0CE";
}
.fa-magic:before {
  content: "\F0D0";
}
.fa-truck:before {
  content: "\F0D1";
}
.fa-pinterest:before {
  content: "\F0D2";
}
.fa-pinterest-square:before {
  content: "\F0D3";
}
.fa-google-plus-square:before {
  content: "\F0D4";
}
.fa-google-plus:before {
  content: "\F0D5";
}
.fa-money:before {
  content: "\F0D6";
}
.fa-caret-down:before {
  content: "\F0D7";
}
.fa-caret-up:before {
  content: "\F0D8";
}
.fa-caret-left:before {
  content: "\F0D9";
}
.fa-caret-right:before {
  content: "\F0DA";
}
.fa-columns:before {
  content: "\F0DB";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\F0DC";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\F0DD";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\F0DE";
}
.fa-envelope:before {
  content: "\F0E0";
}
.fa-linkedin:before {
  content: "\F0E1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\F0E2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\F0E3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\F0E4";
}
.fa-comment-o:before {
  content: "\F0E5";
}
.fa-comments-o:before {
  content: "\F0E6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\F0E7";
}
.fa-sitemap:before {
  content: "\F0E8";
}
.fa-umbrella:before {
  content: "\F0E9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\F0EA";
}
.fa-lightbulb-o:before {
  content: "\F0EB";
}
.fa-exchange:before {
  content: "\F0EC";
}
.fa-cloud-download:before {
  content: "\F0ED";
}
.fa-cloud-upload:before {
  content: "\F0EE";
}
.fa-user-md:before {
  content: "\F0F0";
}
.fa-stethoscope:before {
  content: "\F0F1";
}
.fa-suitcase:before {
  content: "\F0F2";
}
.fa-bell-o:before {
  content: "\F0A2";
}
.fa-coffee:before {
  content: "\F0F4";
}
.fa-cutlery:before {
  content: "\F0F5";
}
.fa-file-text-o:before {
  content: "\F0F6";
}
.fa-building-o:before {
  content: "\F0F7";
}
.fa-hospital-o:before {
  content: "\F0F8";
}
.fa-ambulance:before {
  content: "\F0F9";
}
.fa-medkit:before {
  content: "\F0FA";
}
.fa-fighter-jet:before {
  content: "\F0FB";
}
.fa-beer:before {
  content: "\F0FC";
}
.fa-h-square:before {
  content: "\F0FD";
}
.fa-plus-square:before {
  content: "\F0FE";
}
.fa-angle-double-left:before {
  content: "\F100";
}
.fa-angle-double-right:before {
  content: "\F101";
}
.fa-angle-double-up:before {
  content: "\F102";
}
.fa-angle-double-down:before {
  content: "\F103";
}
.fa-angle-left:before {
  content: "\F104";
}
.fa-angle-right:before {
  content: "\F105";
}
.fa-angle-up:before {
  content: "\F106";
}
.fa-angle-down:before {
  content: "\F107";
}
.fa-desktop:before {
  content: "\F108";
}
.fa-laptop:before {
  content: "\F109";
}
.fa-tablet:before {
  content: "\F10A";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\F10B";
}
.fa-circle-o:before {
  content: "\F10C";
}
.fa-quote-left:before {
  content: "\F10D";
}
.fa-quote-right:before {
  content: "\F10E";
}
.fa-spinner:before {
  content: "\F110";
}
.fa-circle:before {
  content: "\F111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\F112";
}
.fa-github-alt:before {
  content: "\F113";
}
.fa-folder-o:before {
  content: "\F114";
}
.fa-folder-open-o:before {
  content: "\F115";
}
.fa-smile-o:before {
  content: "\F118";
}
.fa-frown-o:before {
  content: "\F119";
}
.fa-meh-o:before {
  content: "\F11A";
}
.fa-gamepad:before {
  content: "\F11B";
}
.fa-keyboard-o:before {
  content: "\F11C";
}
.fa-flag-o:before {
  content: "\F11D";
}
.fa-flag-checkered:before {
  content: "\F11E";
}
.fa-terminal:before {
  content: "\F120";
}
.fa-code:before {
  content: "\F121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\F122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\F123";
}
.fa-location-arrow:before {
  content: "\F124";
}
.fa-crop:before {
  content: "\F125";
}
.fa-code-fork:before {
  content: "\F126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\F127";
}
.fa-question:before {
  content: "\F128";
}
.fa-info:before {
  content: "\F129";
}
.fa-exclamation:before {
  content: "\F12A";
}
.fa-superscript:before {
  content: "\F12B";
}
.fa-subscript:before {
  content: "\F12C";
}
.fa-eraser:before {
  content: "\F12D";
}
.fa-puzzle-piece:before {
  content: "\F12E";
}
.fa-microphone:before {
  content: "\F130";
}
.fa-microphone-slash:before {
  content: "\F131";
}
.fa-shield:before {
  content: "\F132";
}
.fa-calendar-o:before {
  content: "\F133";
}
.fa-fire-extinguisher:before {
  content: "\F134";
}
.fa-rocket:before {
  content: "\F135";
}
.fa-maxcdn:before {
  content: "\F136";
}
.fa-chevron-circle-left:before {
  content: "\F137";
}
.fa-chevron-circle-right:before {
  content: "\F138";
}
.fa-chevron-circle-up:before {
  content: "\F139";
}
.fa-chevron-circle-down:before {
  content: "\F13A";
}
.fa-html5:before {
  content: "\F13B";
}
.fa-css3:before {
  content: "\F13C";
}
.fa-anchor:before {
  content: "\F13D";
}
.fa-unlock-alt:before {
  content: "\F13E";
}
.fa-bullseye:before {
  content: "\F140";
}
.fa-ellipsis-h:before {
  content: "\F141";
}
.fa-ellipsis-v:before {
  content: "\F142";
}
.fa-rss-square:before {
  content: "\F143";
}
.fa-play-circle:before {
  content: "\F144";
}
.fa-ticket:before {
  content: "\F145";
}
.fa-minus-square:before {
  content: "\F146";
}
.fa-minus-square-o:before {
  content: "\F147";
}
.fa-level-up:before {
  content: "\F148";
}
.fa-level-down:before {
  content: "\F149";
}
.fa-check-square:before {
  content: "\F14A";
}
.fa-pencil-square:before {
  content: "\F14B";
}
.fa-external-link-square:before {
  content: "\F14C";
}
.fa-share-square:before {
  content: "\F14D";
}
.fa-compass:before {
  content: "\F14E";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\F150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\F151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\F152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\F153";
}
.fa-gbp:before {
  content: "\F154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\F155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\F156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\F157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\F158";
}
.fa-won:before,
.fa-krw:before {
  content: "\F159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\F15A";
}
.fa-file:before {
  content: "\F15B";
}
.fa-file-text:before {
  content: "\F15C";
}
.fa-sort-alpha-asc:before {
  content: "\F15D";
}
.fa-sort-alpha-desc:before {
  content: "\F15E";
}
.fa-sort-amount-asc:before {
  content: "\F160";
}
.fa-sort-amount-desc:before {
  content: "\F161";
}
.fa-sort-numeric-asc:before {
  content: "\F162";
}
.fa-sort-numeric-desc:before {
  content: "\F163";
}
.fa-thumbs-up:before {
  content: "\F164";
}
.fa-thumbs-down:before {
  content: "\F165";
}
.fa-youtube-square:before {
  content: "\F166";
}
.fa-youtube:before {
  content: "\F167";
}
.fa-xing:before {
  content: "\F168";
}
.fa-xing-square:before {
  content: "\F169";
}
.fa-youtube-play:before {
  content: "\F16A";
}
.fa-dropbox:before {
  content: "\F16B";
}
.fa-stack-overflow:before {
  content: "\F16C";
}
.fa-instagram:before {
  content: "\F16D";
}
.fa-flickr:before {
  content: "\F16E";
}
.fa-adn:before {
  content: "\F170";
}
.fa-bitbucket:before {
  content: "\F171";
}
.fa-bitbucket-square:before {
  content: "\F172";
}
.fa-tumblr:before {
  content: "\F173";
}
.fa-tumblr-square:before {
  content: "\F174";
}
.fa-long-arrow-down:before {
  content: "\F175";
}
.fa-long-arrow-up:before {
  content: "\F176";
}
.fa-long-arrow-left:before {
  content: "\F177";
}
.fa-long-arrow-right:before {
  content: "\F178";
}
.fa-apple:before {
  content: "\F179";
}
.fa-windows:before {
  content: "\F17A";
}
.fa-android:before {
  content: "\F17B";
}
.fa-linux:before {
  content: "\F17C";
}
.fa-dribbble:before {
  content: "\F17D";
}
.fa-skype:before {
  content: "\F17E";
}
.fa-foursquare:before {
  content: "\F180";
}
.fa-trello:before {
  content: "\F181";
}
.fa-female:before {
  content: "\F182";
}
.fa-male:before {
  content: "\F183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\F184";
}
.fa-sun-o:before {
  content: "\F185";
}
.fa-moon-o:before {
  content: "\F186";
}
.fa-archive:before {
  content: "\F187";
}
.fa-bug:before {
  content: "\F188";
}
.fa-vk:before {
  content: "\F189";
}
.fa-weibo:before {
  content: "\F18A";
}
.fa-renren:before {
  content: "\F18B";
}
.fa-pagelines:before {
  content: "\F18C";
}
.fa-stack-exchange:before {
  content: "\F18D";
}
.fa-arrow-circle-o-right:before {
  content: "\F18E";
}
.fa-arrow-circle-o-left:before {
  content: "\F190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\F191";
}
.fa-dot-circle-o:before {
  content: "\F192";
}
.fa-wheelchair:before {
  content: "\F193";
}
.fa-vimeo-square:before {
  content: "\F194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\F195";
}
.fa-plus-square-o:before {
  content: "\F196";
}
.fa-space-shuttle:before {
  content: "\F197";
}
.fa-slack:before {
  content: "\F198";
}
.fa-envelope-square:before {
  content: "\F199";
}
.fa-wordpress:before {
  content: "\F19A";
}
.fa-openid:before {
  content: "\F19B";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\F19C";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\F19D";
}
.fa-yahoo:before {
  content: "\F19E";
}
.fa-google:before {
  content: "\F1A0";
}
.fa-reddit:before {
  content: "\F1A1";
}
.fa-reddit-square:before {
  content: "\F1A2";
}
.fa-stumbleupon-circle:before {
  content: "\F1A3";
}
.fa-stumbleupon:before {
  content: "\F1A4";
}
.fa-delicious:before {
  content: "\F1A5";
}
.fa-digg:before {
  content: "\F1A6";
}
.fa-pied-piper-pp:before {
  content: "\F1A7";
}
.fa-pied-piper-alt:before {
  content: "\F1A8";
}
.fa-drupal:before {
  content: "\F1A9";
}
.fa-joomla:before {
  content: "\F1AA";
}
.fa-language:before {
  content: "\F1AB";
}
.fa-fax:before {
  content: "\F1AC";
}
.fa-building:before {
  content: "\F1AD";
}
.fa-child:before {
  content: "\F1AE";
}
.fa-paw:before {
  content: "\F1B0";
}
.fa-spoon:before {
  content: "\F1B1";
}
.fa-cube:before {
  content: "\F1B2";
}
.fa-cubes:before {
  content: "\F1B3";
}
.fa-behance:before {
  content: "\F1B4";
}
.fa-behance-square:before {
  content: "\F1B5";
}
.fa-steam:before {
  content: "\F1B6";
}
.fa-steam-square:before {
  content: "\F1B7";
}
.fa-recycle:before {
  content: "\F1B8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\F1B9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\F1BA";
}
.fa-tree:before {
  content: "\F1BB";
}
.fa-spotify:before {
  content: "\F1BC";
}
.fa-deviantart:before {
  content: "\F1BD";
}
.fa-soundcloud:before {
  content: "\F1BE";
}
.fa-database:before {
  content: "\F1C0";
}
.fa-file-pdf-o:before {
  content: "\F1C1";
}
.fa-file-word-o:before {
  content: "\F1C2";
}
.fa-file-excel-o:before {
  content: "\F1C3";
}
.fa-file-powerpoint-o:before {
  content: "\F1C4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\F1C5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\F1C6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\F1C7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\F1C8";
}
.fa-file-code-o:before {
  content: "\F1C9";
}
.fa-vine:before {
  content: "\F1CA";
}
.fa-codepen:before {
  content: "\F1CB";
}
.fa-jsfiddle:before {
  content: "\F1CC";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\F1CD";
}
.fa-circle-o-notch:before {
  content: "\F1CE";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\F1D0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\F1D1";
}
.fa-git-square:before {
  content: "\F1D2";
}
.fa-git:before {
  content: "\F1D3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\F1D4";
}
.fa-tencent-weibo:before {
  content: "\F1D5";
}
.fa-qq:before {
  content: "\F1D6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\F1D7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\F1D8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\F1D9";
}
.fa-history:before {
  content: "\F1DA";
}
.fa-circle-thin:before {
  content: "\F1DB";
}
.fa-header:before {
  content: "\F1DC";
}
.fa-paragraph:before {
  content: "\F1DD";
}
.fa-sliders:before {
  content: "\F1DE";
}
.fa-share-alt:before {
  content: "\F1E0";
}
.fa-share-alt-square:before {
  content: "\F1E1";
}
.fa-bomb:before {
  content: "\F1E2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\F1E3";
}
.fa-tty:before {
  content: "\F1E4";
}
.fa-binoculars:before {
  content: "\F1E5";
}
.fa-plug:before {
  content: "\F1E6";
}
.fa-slideshare:before {
  content: "\F1E7";
}
.fa-twitch:before {
  content: "\F1E8";
}
.fa-yelp:before {
  content: "\F1E9";
}
.fa-newspaper-o:before {
  content: "\F1EA";
}
.fa-wifi:before {
  content: "\F1EB";
}
.fa-calculator:before {
  content: "\F1EC";
}
.fa-paypal:before {
  content: "\F1ED";
}
.fa-google-wallet:before {
  content: "\F1EE";
}
.fa-cc-visa:before {
  content: "\F1F0";
}
.fa-cc-mastercard:before {
  content: "\F1F1";
}
.fa-cc-discover:before {
  content: "\F1F2";
}
.fa-cc-amex:before {
  content: "\F1F3";
}
.fa-cc-paypal:before {
  content: "\F1F4";
}
.fa-cc-stripe:before {
  content: "\F1F5";
}
.fa-bell-slash:before {
  content: "\F1F6";
}
.fa-bell-slash-o:before {
  content: "\F1F7";
}
.fa-trash:before {
  content: "\F1F8";
}
.fa-copyright:before {
  content: "\F1F9";
}
.fa-at:before {
  content: "\F1FA";
}
.fa-eyedropper:before {
  content: "\F1FB";
}
.fa-paint-brush:before {
  content: "\F1FC";
}
.fa-birthday-cake:before {
  content: "\F1FD";
}
.fa-area-chart:before {
  content: "\F1FE";
}
.fa-pie-chart:before {
  content: "\F200";
}
.fa-line-chart:before {
  content: "\F201";
}
.fa-lastfm:before {
  content: "\F202";
}
.fa-lastfm-square:before {
  content: "\F203";
}
.fa-toggle-off:before {
  content: "\F204";
}
.fa-toggle-on:before {
  content: "\F205";
}
.fa-bicycle:before {
  content: "\F206";
}
.fa-bus:before {
  content: "\F207";
}
.fa-ioxhost:before {
  content: "\F208";
}
.fa-angellist:before {
  content: "\F209";
}
.fa-cc:before {
  content: "\F20A";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\F20B";
}
.fa-meanpath:before {
  content: "\F20C";
}
.fa-buysellads:before {
  content: "\F20D";
}
.fa-connectdevelop:before {
  content: "\F20E";
}
.fa-dashcube:before {
  content: "\F210";
}
.fa-forumbee:before {
  content: "\F211";
}
.fa-leanpub:before {
  content: "\F212";
}
.fa-sellsy:before {
  content: "\F213";
}
.fa-shirtsinbulk:before {
  content: "\F214";
}
.fa-simplybuilt:before {
  content: "\F215";
}
.fa-skyatlas:before {
  content: "\F216";
}
.fa-cart-plus:before {
  content: "\F217";
}
.fa-cart-arrow-down:before {
  content: "\F218";
}
.fa-diamond:before {
  content: "\F219";
}
.fa-ship:before {
  content: "\F21A";
}
.fa-user-secret:before {
  content: "\F21B";
}
.fa-motorcycle:before {
  content: "\F21C";
}
.fa-street-view:before {
  content: "\F21D";
}
.fa-heartbeat:before {
  content: "\F21E";
}
.fa-venus:before {
  content: "\F221";
}
.fa-mars:before {
  content: "\F222";
}
.fa-mercury:before {
  content: "\F223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\F224";
}
.fa-transgender-alt:before {
  content: "\F225";
}
.fa-venus-double:before {
  content: "\F226";
}
.fa-mars-double:before {
  content: "\F227";
}
.fa-venus-mars:before {
  content: "\F228";
}
.fa-mars-stroke:before {
  content: "\F229";
}
.fa-mars-stroke-v:before {
  content: "\F22A";
}
.fa-mars-stroke-h:before {
  content: "\F22B";
}
.fa-neuter:before {
  content: "\F22C";
}
.fa-genderless:before {
  content: "\F22D";
}
.fa-facebook-official:before {
  content: "\F230";
}
.fa-pinterest-p:before {
  content: "\F231";
}
.fa-whatsapp:before {
  content: "\F232";
}
.fa-server:before {
  content: "\F233";
}
.fa-user-plus:before {
  content: "\F234";
}
.fa-user-times:before {
  content: "\F235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\F236";
}
.fa-viacoin:before {
  content: "\F237";
}
.fa-train:before {
  content: "\F238";
}
.fa-subway:before {
  content: "\F239";
}
.fa-medium:before {
  content: "\F23A";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\F23B";
}
.fa-optin-monster:before {
  content: "\F23C";
}
.fa-opencart:before {
  content: "\F23D";
}
.fa-expeditedssl:before {
  content: "\F23E";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\F240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\F241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\F242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\F243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\F244";
}
.fa-mouse-pointer:before {
  content: "\F245";
}
.fa-i-cursor:before {
  content: "\F246";
}
.fa-object-group:before {
  content: "\F247";
}
.fa-object-ungroup:before {
  content: "\F248";
}
.fa-sticky-note:before {
  content: "\F249";
}
.fa-sticky-note-o:before {
  content: "\F24A";
}
.fa-cc-jcb:before {
  content: "\F24B";
}
.fa-cc-diners-club:before {
  content: "\F24C";
}
.fa-clone:before {
  content: "\F24D";
}
.fa-balance-scale:before {
  content: "\F24E";
}
.fa-hourglass-o:before {
  content: "\F250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\F251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\F252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\F253";
}
.fa-hourglass:before {
  content: "\F254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\F255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\F256";
}
.fa-hand-scissors-o:before {
  content: "\F257";
}
.fa-hand-lizard-o:before {
  content: "\F258";
}
.fa-hand-spock-o:before {
  content: "\F259";
}
.fa-hand-pointer-o:before {
  content: "\F25A";
}
.fa-hand-peace-o:before {
  content: "\F25B";
}
.fa-trademark:before {
  content: "\F25C";
}
.fa-registered:before {
  content: "\F25D";
}
.fa-creative-commons:before {
  content: "\F25E";
}
.fa-gg:before {
  content: "\F260";
}
.fa-gg-circle:before {
  content: "\F261";
}
.fa-tripadvisor:before {
  content: "\F262";
}
.fa-odnoklassniki:before {
  content: "\F263";
}
.fa-odnoklassniki-square:before {
  content: "\F264";
}
.fa-get-pocket:before {
  content: "\F265";
}
.fa-wikipedia-w:before {
  content: "\F266";
}
.fa-safari:before {
  content: "\F267";
}
.fa-chrome:before {
  content: "\F268";
}
.fa-firefox:before {
  content: "\F269";
}
.fa-opera:before {
  content: "\F26A";
}
.fa-internet-explorer:before {
  content: "\F26B";
}
.fa-tv:before,
.fa-television:before {
  content: "\F26C";
}
.fa-contao:before {
  content: "\F26D";
}
.fa-500px:before {
  content: "\F26E";
}
.fa-amazon:before {
  content: "\F270";
}
.fa-calendar-plus-o:before {
  content: "\F271";
}
.fa-calendar-minus-o:before {
  content: "\F272";
}
.fa-calendar-times-o:before {
  content: "\F273";
}
.fa-calendar-check-o:before {
  content: "\F274";
}
.fa-industry:before {
  content: "\F275";
}
.fa-map-pin:before {
  content: "\F276";
}
.fa-map-signs:before {
  content: "\F277";
}
.fa-map-o:before {
  content: "\F278";
}
.fa-map:before {
  content: "\F279";
}
.fa-commenting:before {
  content: "\F27A";
}
.fa-commenting-o:before {
  content: "\F27B";
}
.fa-houzz:before {
  content: "\F27C";
}
.fa-vimeo:before {
  content: "\F27D";
}
.fa-black-tie:before {
  content: "\F27E";
}
.fa-fonticons:before {
  content: "\F280";
}
.fa-reddit-alien:before {
  content: "\F281";
}
.fa-edge:before {
  content: "\F282";
}
.fa-credit-card-alt:before {
  content: "\F283";
}
.fa-codiepie:before {
  content: "\F284";
}
.fa-modx:before {
  content: "\F285";
}
.fa-fort-awesome:before {
  content: "\F286";
}
.fa-usb:before {
  content: "\F287";
}
.fa-product-hunt:before {
  content: "\F288";
}
.fa-mixcloud:before {
  content: "\F289";
}
.fa-scribd:before {
  content: "\F28A";
}
.fa-pause-circle:before {
  content: "\F28B";
}
.fa-pause-circle-o:before {
  content: "\F28C";
}
.fa-stop-circle:before {
  content: "\F28D";
}
.fa-stop-circle-o:before {
  content: "\F28E";
}
.fa-shopping-bag:before {
  content: "\F290";
}
.fa-shopping-basket:before {
  content: "\F291";
}
.fa-hashtag:before {
  content: "\F292";
}
.fa-bluetooth:before {
  content: "\F293";
}
.fa-bluetooth-b:before {
  content: "\F294";
}
.fa-percent:before {
  content: "\F295";
}
.fa-gitlab:before {
  content: "\F296";
}
.fa-wpbeginner:before {
  content: "\F297";
}
.fa-wpforms:before {
  content: "\F298";
}
.fa-envira:before {
  content: "\F299";
}
.fa-universal-access:before {
  content: "\F29A";
}
.fa-wheelchair-alt:before {
  content: "\F29B";
}
.fa-question-circle-o:before {
  content: "\F29C";
}
.fa-blind:before {
  content: "\F29D";
}
.fa-audio-description:before {
  content: "\F29E";
}
.fa-volume-control-phone:before {
  content: "\F2A0";
}
.fa-braille:before {
  content: "\F2A1";
}
.fa-assistive-listening-systems:before {
  content: "\F2A2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\F2A3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\F2A4";
}
.fa-glide:before {
  content: "\F2A5";
}
.fa-glide-g:before {
  content: "\F2A6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\F2A7";
}
.fa-low-vision:before {
  content: "\F2A8";
}
.fa-viadeo:before {
  content: "\F2A9";
}
.fa-viadeo-square:before {
  content: "\F2AA";
}
.fa-snapchat:before {
  content: "\F2AB";
}
.fa-snapchat-ghost:before {
  content: "\F2AC";
}
.fa-snapchat-square:before {
  content: "\F2AD";
}
.fa-pied-piper:before {
  content: "\F2AE";
}
.fa-first-order:before {
  content: "\F2B0";
}
.fa-yoast:before {
  content: "\F2B1";
}
.fa-themeisle:before {
  content: "\F2B2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\F2B3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\F2B4";
}
.fa-handshake-o:before {
  content: "\F2B5";
}
.fa-envelope-open:before {
  content: "\F2B6";
}
.fa-envelope-open-o:before {
  content: "\F2B7";
}
.fa-linode:before {
  content: "\F2B8";
}
.fa-address-book:before {
  content: "\F2B9";
}
.fa-address-book-o:before {
  content: "\F2BA";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\F2BB";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\F2BC";
}
.fa-user-circle:before {
  content: "\F2BD";
}
.fa-user-circle-o:before {
  content: "\F2BE";
}
.fa-user-o:before {
  content: "\F2C0";
}
.fa-id-badge:before {
  content: "\F2C1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\F2C2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\F2C3";
}
.fa-quora:before {
  content: "\F2C4";
}
.fa-free-code-camp:before {
  content: "\F2C5";
}
.fa-telegram:before {
  content: "\F2C6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\F2C7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\F2C8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\F2C9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\F2CA";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\F2CB";
}
.fa-shower:before {
  content: "\F2CC";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\F2CD";
}
.fa-podcast:before {
  content: "\F2CE";
}
.fa-window-maximize:before {
  content: "\F2D0";
}
.fa-window-minimize:before {
  content: "\F2D1";
}
.fa-window-restore:before {
  content: "\F2D2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\F2D3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\F2D4";
}
.fa-bandcamp:before {
  content: "\F2D5";
}
.fa-grav:before {
  content: "\F2D6";
}
.fa-etsy:before {
  content: "\F2D7";
}
.fa-imdb:before {
  content: "\F2D8";
}
.fa-ravelry:before {
  content: "\F2D9";
}
.fa-eercast:before {
  content: "\F2DA";
}
.fa-microchip:before {
  content: "\F2DB";
}
.fa-snowflake-o:before {
  content: "\F2DC";
}
.fa-superpowers:before {
  content: "\F2DD";
}
.fa-wpexplorer:before {
  content: "\F2DE";
}
.fa-meetup:before {
  content: "\F2E0";
}
.sr-only {
  color: #fff;
  background-color: #000;
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  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;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/**************
	BASES
***************/
html {
  font-size: 62.5%;
  /*font-size: calc(1em * 0.625);*/
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  min-width: 100%;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  color: #747374 !important;
  font-size: 1.4rem;
  /* base font-size is equivalent "14px" */
  background-color: #FFF;
}
body .outer-wrapper {
  margin-top: 91px;
  background-color: #FFF;
  width: 100%;
}
body .outer-wrapper .container {
  width: 100%;
  padding: 0;
  font-family: arial, sans-serif;
}
body * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body #edit-zone {
  z-index: 100 !important;
}
body .pattern-relateditems-path {
  z-index: auto !important;
}
body .pattern-relateditems-tree .tree-container {
  z-index: 70 !important;
}
body .row {
  margin: 0;
}
.template-home .outer-wrapper {
  margin-top: 0px;
}
a:hover,
a:active,
a:focus {
  outline: none;
}
section:after {
  content: "";
  display: table;
  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 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
/**************
	COLOR
***************/
/**************
	TEXTES
***************/
.font_pts {
  font-family: 'PT Serif', serif;
  text-transform: uppercase;
  font-weight: 700;
}
.font_roboto {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
}
.transition_all {
  -webkit-transition: all ease-in 0.3s;
  -moz-transition: all ease-in 0.3s;
  -o-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
}
.transition_all_slow {
  -webkit-transition: all ease-in 1s;
  -moz-transition: all ease-in 1s;
  -o-transition: all ease-in 1s;
  transition: all ease-in 1s;
}
/**************
	BACK OFFICE
***************/
.template-edit #form.rowlike .field,
.template-folder #form.rowlike .field {
  width: 100%;
}
#edit-zone ul li {
  margin-bottom: 0;
}
#form.pat-autotoc.autotabs .autotoc-section.active .field {
  width: 100%;
}
/**************
	HEADER
***************/
#content-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  z-index: 80;
  padding: 30px 0 0 0;
  background-color: #FFF;
  border-bottom: 1px solid #cccccc;
}
#content-header .container:after {
  content: "";
  display: table;
  clear: both;
}
#content-header .container #portal-header {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  padding-right: 62px;
}
#content-header .container #portal-header:after {
  content: "";
  display: table;
  clear: both;
}
#content-header .container #header {
  float: left;
  position: relative;
  z-index: 80;
}
#content-header .container #header a {
  display: inline-block;
}
#content-header .container #header a img.home {
  display: none;
}
#content-header .container #portal-anontools,
#content-header .container #portal-advanced-search,
#content-header .container .searchSection {
  display: none;
}
/**************
	SEARCH BOX
***************/
#content-header {
  /*RÉSULTATS RECHERCHES*/
}
#content-header #portal-searchbox {
  float: right;
  position: relative;
  z-index: 80;
  top: -15px;
  right: 10px;
  margin-top: 00px;
  width: 0%;
  min-width: 60px;
  height: 60px;
  /*overflow: hidden;*/
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  transition: width 0.3s;
}
#content-header #portal-searchbox #searchGadget_form {
  position: static;
}
#content-header #portal-searchbox .searchButton {
  display: inline-block;
  margin-bottom: 0;
  margin-top: 0px;
  text-align: center;
  text-shadow: none;
  vertical-align: middle;
  cursor: pointer;
  background: url("/++theme++pilotwww/images/header_search_black.svg") no-repeat right center transparent;
  border: 0;
  white-space: nowrap;
  border-radius: 0;
  text-indent: 200%;
  position: absolute;
  top: 0;
  right: 00px;
  z-index: 2;
  width: 60px;
  min-width: 60px;
  height: 60px;
  padding: 0;
}
#content-header #portal-searchbox .searchButton:hover {
  box-shadow: none;
}
#content-header #portal-searchbox #searchGadget {
  box-shadow: none;
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  outline: none;
  width: 0;
  background-color: transparent;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  height: 60px;
  margin: 0;
  border-radius: 0;
  border: 0;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  z-index: 1;
  font-family: arial;
  font-size: 14px;
  color: #676767;
  padding: 0;
}
#content-header #portal-searchbox #searchGadget:active,
#content-header #portal-searchbox #searchGadget:focus {
  box-shadow: none;
  outline: none;
}
#content-header #portal-searchbox.search-open {
  width: 40%;
  background: rgba(227, 227, 227, 0.3);
}
#content-header #portal-searchbox.search-open #searchGadget {
  padding: 5px 60px 5px 15px;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  transition: width 0.3s;
  width: 100%;
  right: 0px;
  opacity: 1;
}
#content-header .pat-livesearch .livesearch-results {
  width: 100% !important;
  left: auto !important;
  right: 0 !important;
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 100;
  border: 1px solid #ebebeb;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-box-shadow: none;
  margin: 0;
  padding: 0 15px;
  list-style: none;
  font-family: arial, sans-serif;
}
#content-header .pat-livesearch .livesearch-results .results-summary {
  border-bottom: 1px solid #CCC;
}
#content-header .pat-livesearch .livesearch-results h4 {
  font-weight: bold;
  font-size: 15px;
}
#content-header .pat-livesearch .livesearch-results h4 a {
  color: #424242;
}
#content-header .pat-livesearch .livesearch-results h4 a:hover {
  text-decoration: none;
}
#content-header .pat-livesearch .livesearch-results p.description {
  font-family: arial, sans-serif;
  font-size: 13px;
  text-align: left;
  line-height: initial;
}
/**************
	COULEURS SPECIALS HOME
***************/
.template-home #content-header {
  background: rgba(0, 0, 0, 0);
  -webkit-transition: all linear 0.4s;
  -moz-transition: all linear 0.4s;
  -o-transition: all linear 0.4s;
  transition: all linear 0.4s;
  border-bottom: 0;
}
.template-home #content-header #header a img {
  display: none;
}
.template-home #content-header #header a img.home {
  display: block;
}
.template-home #content-header #portal-searchbox .searchButton {
  background: url("/++theme++pilotwww/images/header_search.svg") no-repeat right center transparent;
}
.template-home #content-header #trigger-topmenu::before,
.template-home #content-header #trigger-topmenu::after,
.template-home #content-header #trigger-topmenu i {
  background: #FFF;
}
.template-home #content-header #portal-searchbox #searchGadget {
  border-top: 1px solid #6D6D6D;
  border-bottom: 1px solid #6D6D6D;
  color: #FFF;
}
.template-home #content-header #portal-searchbox.search-open {
  background: rgba(0, 0, 0, 0.1);
}
/*COULEURS HOME SCROLL*/
.template-home #content-header.scrolled {
  background-color: #ffffff;
  -webkit-transition: all linear 0.4s;
  -moz-transition: all linear 0.4s;
  -o-transition: all linear 0.4s;
  transition: all linear 0.4s;
  border-bottom: 1px solid #ccc;
}
.template-home #content-header.scrolled #header a img {
  display: block;
}
.template-home #content-header.scrolled #header a img.home {
  display: none;
}
.template-home #content-header.scrolled #portal-searchbox .searchButton {
  background: url("/++theme++pilotwww/images/header_search_black.svg") no-repeat right center transparent;
}
.template-home #content-header.scrolled #trigger-topmenu::before,
.template-home #content-header.scrolled #trigger-topmenu::after,
.template-home #content-header.scrolled #trigger-topmenu i {
  background: #424242;
}
.template-home #content-header.scrolled #portal-searchbox #searchGadget {
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  color: #676767;
}
.template-home #content-header.scrolled #portal-searchbox.search-open {
  background: rgba(227, 227, 227, 0.3);
}
a.anchor {
  display: block;
  position: relative;
  top: -229px;
  visibility: hidden;
}
#content-header #main-navigation {
  position: absolute;
  top: 0;
  right: 42px;
}
#content-header #main-navigation .container {
  width: auto;
}
#content-header #main-navigation .topmenu-close {
  display: none;
}
/**************
	ANIMATION BOUTON
***************/
.collapsed #trigger-topmenu,
.opened #trigger-topmenu {
  position: absolute;
  z-index: 1000;
  top: 00px;
  right: -42px;
  width: 42px;
  height: 30px;
  padding: 0;
  cursor: pointer;
  border: none;
  outline: none;
  background: transparent;
}
.collapsed #trigger-topmenu:hover,
.opened #trigger-topmenu:hover,
.collapsed #trigger-topmenu:active,
.opened #trigger-topmenu:active,
.collapsed #trigger-topmenu:focus,
.opened #trigger-topmenu:focus {
  box-shadow: none;
}
#trigger-topmenu i {
  position: absolute;
  left: 0;
  overflow: hidden;
  width: 42px;
  height: 2px;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
#trigger-topmenu i:before {
  content: none;
}
#trigger-topmenu::before,
#trigger-topmenu::after,
#trigger-topmenu i {
  background: #424242;
}
#trigger-topmenu::before,
#trigger-topmenu::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  pointer-events: none;
  -webkit-transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
#trigger-topmenu:before {
  -webkit-transform: translate3d(0, -13px, 0) scale3d(1, 1, 1);
  transform: translate3d(0, -13px, 0) scale3d(1, 1, 1);
}
#trigger-topmenu:after {
  -webkit-transform: translate3d(0, 13px, 0) scale3d(1, 1, 1);
  transform: translate3d(0, 13px, 0) scale3d(1, 1, 1);
}
.opened #trigger-topmenu i {
  opacity: 0;
}
.opened #trigger-topmenu::before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}
.opened #trigger-topmenu::after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}
/**************
	NAVIGATION
	FORME
***************/
#blur {
  display: none;
}
.opened #blur {
  display: block;
  bottom: 00px;
  height: 90px;
  position: absolute;
  width: 100%;
  z-index: 900;
  background: url("/++theme++pilotwww/images/fondu.png") repeat-x scroll bottom left transparent;
}
#content-header .topmenu-slidedown {
  position: fixed;
  width: 100%;
  top: 91px;
  bottom: 0;
  left: 0;
  z-index: 80;
  background: #FFF;
  /*fin nav*/
}
#content-header .topmenu-slidedown #content_nav {
  margin: 0 auto;
  height: 100%;
  overflow: hidden;
  overflow-y: hidden;
  overflow-y: scroll;
  position: relative;
  right: -15px;
  z-index: 80;
}
#content-header .topmenu-slidedown nav {
  text-align: left;
  position: relative;
  right: 8px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  height: 100%;
}
#content-header .topmenu-slidedown nav ul#portal-globalnav {
  margin-top: 25px;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  padding-bottom: 140px;
  padding-left: 0;
}
#content-header .topmenu-slidedown nav ul#portal-globalnav li {
  display: inline-block;
  width: 100%;
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: bold;
  margin-bottom: 0;
}
#content-header .topmenu-slidedown nav ul#portal-globalnav li p {
  color: #747374;
  font-size: 16px;
  padding: 15px 0px 20px 0px;
  border-bottom: 1px solid #CDD0D3;
  margin-bottom: 0;
}
#content-header .topmenu-slidedown nav ul#portal-globalnav li p:empty {
  border-bottom: none;
  margin-top: 0;
  padding: 0;
}
#content-header .topmenu-slidedown nav ul#portal-globalnav li a {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  color: #FFF;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 25px;
  background-color: #4c4753;
  display: block;
  padding: 10px 10px;
  margin-bottom: 5px;
  -webkit-transition: all ease-in 0.3s;
  -moz-transition: all ease-in 0.3s;
  -o-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
}
#content-header .topmenu-slidedown nav ul#portal-globalnav li a:hover,
#content-header .topmenu-slidedown nav ul#portal-globalnav li a:active,
#content-header .topmenu-slidedown nav ul#portal-globalnav li a:focus {
  text-decoration: none;
  background-color: #342f3a;
}
#content-header .topmenu-slidedown nav ul#portal-globalnav li ul {
  padding-left: 0;
}
#content-header .topmenu-slidedown nav ul#portal-globalnav li ul li:first-child a {
  border-top: 0;
}
#content-header .topmenu-slidedown nav ul#portal-globalnav li ul li:last-child {
  margin-bottom: 15px;
}
#content-header .topmenu-slidedown nav ul#portal-globalnav li ul li a {
  text-transform: uppercase;
  color: #5E5B5C;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  padding: 15px 10px;
  background-color: transparent;
  margin-bottom: 0px;
  border-top: 1px solid #CDD0D3;
}
#content-header .topmenu-slidedown nav ul#portal-globalnav li ul li a:hover {
  background-color: #ededed;
}
#content-header .topmenu-slidedown nav ul#portal-globalnav li ul li a:active,
#content-header .topmenu-slidedown nav ul#portal-globalnav li ul li a:focus {
  background: transparent;
}
#content-header .topmenu-slidedown nav ul#portal-globalnav li ul li p {
  text-transform: uppercase;
  color: #5E5B5C;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  padding: 15px 10px;
  background-color: transparent;
  margin-bottom: 0px;
}
#content-header .topmenu-slidedown nav ul#portal-globalnav li ul li ul {
  margin-bottom: 15px;
}
#content-header .topmenu-slidedown nav ul#portal-globalnav li ul li ul li a {
  text-transform: none;
  color: #5E5B5C;
  font-size: 14px;
  font-weight: normal;
  padding: 5px 10px;
  margin-bottom: 0px;
  border-top: 0;
}
#content-header .topmenu-slidedown nav ul#portal-globalnav li ul li ul li a:hover {
  background-color: #ededed;
}
#content-header .topmenu-slidedown nav ul#portal-globalnav #portaltab-references ul li a {
  border-top: none;
  text-transform: none;
  color: #5E5B5C;
  font-size: 14px;
  font-weight: normal;
  padding: 5px 10px;
  margin-bottom: 0px !important;
}
#content-header .topmenu-slidedown nav ul#portal-globalnav #portaltab-references ul li a:last-child {
  margin-bottom: 15px;
}
/**************
	NAVIGATION
	EFFETS
***************/
#content-header .collapsed .topmenu-slidedown {
  height: 0;
  opacity: 0.5;
  -webkit-transition: all ease-in 0.3s;
  -o-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
}
#content-header .opened .topmenu-slidedown {
  height: 100%;
  opacity: 1;
  -webkit-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}
/**************
	NAVIGATION
	OUVERTE TOP
***************/
.template-home #content-header .opened .topmenu-slidedown {
  position: fixed;
  top: 0px;
  bottom: 0;
  border-top: 85px solid #424242;
  left: 0;
  z-index: 60;
  background: #FFF;
}
.template-home #content-header.scrolled .opened .topmenu-slidedown {
  border-top: 85px solid #FFF;
}
/**************
	HOME
***************/
.template-home {
  /*textes*/
  /*fin textes*/
  /*general*/
  /*fin general*/
  /*SLIDE TOP*/
  /*slides*/
  /*fin slides*/
}
.template-home #main-container,
.template-home .row {
  margin: 0;
}
.template-home .col-xs-12 {
  padding: 0;
}
.template-home #above-content-wrapper {
  display: none;
}
.template-home h2 {
  font-family: 'PT Serif', serif;
  text-transform: uppercase;
  font-size: 4.3rem;
  text-align: center;
  font-weight: 700;
  color: #FFF;
  padding: 90px 0 110px 0;
  margin: 0;
}
.template-home h2 span {
  display: inline-block;
  font-size: 3.0rem;
  margin-top: 10px;
}
.template-home h2 .content {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.template-home h3 {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-size: 3.0rem;
  text-align: center;
  font-weight: 700;
  color: #3a3939;
  margin-bottom: 20px;
}
.template-home .content p.description,
.template-home .slide_up p.description {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-size: 2.1rem;
  line-height: 2.9rem;
  text-align: center;
  font-weight: normal;
}
.template-home p.hat {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-size: 2.8rem;
  line-height: 3.6rem;
  text-align: justify;
  font-weight: normal;
  color: #3a3939;
  clear: both;
  padding-top: 60px;
  margin-bottom: 20px;
}
.template-home #content footer {
  clear: both;
  display: block;
  text-align: center;
  width: 100%;
}
.template-home footer .first_margin {
  margin-right: 10%;
}
.template-home #presentation {
  min-height: 80vh;
  background: url("/++theme++pilotwww/images/presentation_bkg.jpg") no-repeat top center fixed;
  background-size: cover;
  position: relative;
}
.template-home #presentation .content {
  width: 100%;
  max-width: 1200px;
  margin: 80px auto 30px auto;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.template-home #presentation .content .presentation_logo {
  margin-bottom: 30px;
}
.template-home #presentation .content h1 {
  font-family: 'PT Serif', serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #FFF;
  font-size: 4.3rem;
  line-height: 5.4rem;
  padding-top: 30px;
  border-top: 1px solid #AAA;
  display: inline-block;
}
.template-home #presentation .content .clear {
  width: 100%;
}
.template-home #presentation .content footer {
  position: relative;
  display: inline-block;
  width: auto;
  margin-top: 30px;
}
.template-home #presentation .content footer img {
  position: absolute;
  left: -150px;
  top: 0;
  z-index: 10;
}
.template-home #presentation .content footer a.btn.btn-1 {
  background-color: #F07E47;
  z-index: 2;
}
.template-home #presentation .content footer a.btn-1e:after {
  background-color: #F16220;
}
.template-home #presentation .content footer .rocket_anim_on {
  transform: translate(0px, 0px);
  z-index: 10;
  position: relative;
  opacity: 1.0;
  -webkit-transition: transform 1s ease-in-out;
  -o-transition: transform 1s ease-in-out;
  transition: transform 1s ease-in-out;
}
.template-home #presentation .content footer .rocket_anim_off {
  transform: translate(-100px, 150px);
}
.template-home #services {
  margin-bottom: 50px;
}
.template-home #services h2 {
  background-color: #F07E47;
}
.template-home #services div.slide_up {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  top: -40px;
}
.template-home #services div.slide_up div {
  float: left;
  width: 30%;
  margin-right: 5%;
  text-align: center;
}
.template-home #services div.slide_up div:nth-child(3) {
  margin-right: 0;
}
.template-home #services div.slide_up div span {
  display: inline-block;
  height: 140px;
  width: 140px;
  background-color: #FFF;
  border: 2px solid #F16220;
  border-radius: 140px;
}
.template-home #services div.slide_up div span img {
  margin-top: 34px;
}
.template-home #expertises {
  margin-bottom: 100px;
}
.template-home #expertises h2 {
  background-color: #4c4753;
  padding: 90px 0 90px 0;
}
.template-home #expertises .slide_ {
  background-color: #f6f6f6;
  text-align: center;
  position: relative;
}
.template-home #expertises .slide_ .content {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 0 50px 0;
}
.template-home #expertises .slide_ div {
  float: left;
  width: 30%;
  margin-right: 5%;
  text-align: center;
  min-height: 290px;
}
.template-home #expertises .slide_ div:nth-child(3),
.template-home #expertises .slide_ div:nth-child(6) {
  margin-right: 0;
}
.template-home #expertises .slide_ div a {
  color: inherit;
}
.template-home #expertises .slide_ div a:hover {
  text-decoration: none;
}
.template-home #expertises .slide_ div a p.description {
  margin-top: 20px;
}
.template-home #citation {
  /*background: url("/++theme++pilotwww/images/citation_illu_cambon.png") no-repeat -10% center;
    background-size: 40% auto;*/
  position: relative;
  margin-bottom: 80px;
}
.template-home #citation .slide_citation:after {
  content: "";
  display: table;
  clear: both;
}
.template-home #citation img.vue_citation {
  float: left;
  left: -40px;
  position: relative;
  width: 35%;
}
.template-home #citation .content {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  position: absolute;
  left: 50%;
  /* poussé de la moitié de hauteur du référent */
  -ms-transform: translateX(-50%);
  /* IE 9 */
  -webkit-transform: translateX(-50%);
  /* Chrome, Safari, Opera */
  transform: translateX(-50%);
  /* tiré de la moitié de sa propre hauteur */
  top: 0;
}
.template-home #citation .content a {
  padding-left: 35%;
  display: inline-block;
  text-decoration: none;
  color: #3a3939;
}
.template-home #citation .content a p.hat {
  background: url("/++theme++pilotwww/images/citation_stars.svg") no-repeat right top;
  padding-top: 5px;
  margin-top: 30px;
}
.template-home #citation .content a p.hat span {
  font-family: lucida grande;
  font-size: 13rem;
  line-height: 0.5rem;
  margin-right: 10px;
  position: relative;
  top: 47px;
  left: -3px;
  color: #424242;
}
.template-home #citation .content a p.signature {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-size: 1.8rem;
  text-align: right;
}
.template-home #citation .content a p.signature span {
  color: #747374;
}
.template-home #citation .content a p.signature span.quote {
  font-family: lucida grande;
  font-size: 8.8rem;
  line-height: 0.5rem;
  margin-left: 10px;
  position: relative;
  top: 47px;
  right: -3px;
  color: #424242;
}
.template-home #cloud_prive {
  background-color: #f6f6f6;
  margin-bottom: 80px;
}
.template-home #cloud_prive h2 {
  background: url("/++theme++pilotwww/images/illu_cloud.png") no-repeat right bottom #5db0bc;
  background-size: auto auto;
  padding: 80px 0 80px;
  position: relative;
}
.template-home #cloud_prive h2 p.hat {
  color: #FFF;
  text-align: center;
  padding-top: 20px;
}
.template-home #cloud_prive div.slide_up {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  top: -50px;
}
.template-home #cloud_prive div.slide_up div {
  float: left;
  width: 30%;
  margin-right: 5%;
  text-align: center;
  margin-bottom: 30px;
}
.template-home #cloud_prive div.slide_up div:nth-child(3),
.template-home #cloud_prive div.slide_up div:nth-child(6) {
  margin-right: 0;
}
.template-home #cloud_prive div.slide_up div span {
  display: inline-block;
  height: 140px;
  width: 140px;
  background-color: #FFF;
  border: 2px solid #62c2d0;
  border-radius: 140px;
}
.template-home #cloud_prive div.slide_up div span img {
  margin-top: 34px;
}
.template-home #news-events {
  margin-bottom: 80px;
}
.template-home #news-events .content {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: left;
}
.template-home #news-events .content .focus-news {
  display: table;
  table-layout: fixed;
  width: 100%;
  position: relative;
  margin-bottom: 50px;
  padding: 0;
}
.template-home #news-events .content .focus-news .text_news,
.template-home #news-events .content .focus-news .leadimage {
  width: 52%;
  padding-right: 5%;
  display: table-cell;
  vertical-align: top;
}
.template-home #news-events .content .focus-news .leadimage {
  padding-right: 0%;
  padding-left: 0%;
  width: 48%;
  overflow: hidden;
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
}
.template-home #news-events .content .focus-news .leadimage img {
  width: auto;
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  left: 50%;
  /* poussé de la moitié de hauteur du référent */
  -ms-transform: translateX(-50%);
  /* IE 9 */
  -webkit-transform: translateX(-50%);
  /* Chrome, Safari, Opera */
  transform: translateX(-50%);
  /* tiré de la moitié de sa propre hauteur */
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
}
.template-home #news-events .content .focus-news .text_news:hover {
  text-decoration: none;
}
.template-home #news-events .content .focus-news .text_news .news_type {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 2rem;
  color: #F07E47;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: block;
}
.template-home #news-events .content .focus-news .text_news .date {
  display: block;
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-size: 1.8rem;
  color: #3a3939;
}
.template-home #news-events .content .focus-news .text_news h3 {
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 30px;
}
.template-home #news-events .content .focus-news .text_news p {
  font-size: 1.9rem;
  line-height: 3.3rem;
  text-align: justify;
  margin-bottom: 0;
  color: #747374;
}
.template-home #news-events .content .focus-news .text_news p span {
  text-transform: uppercase;
  color: #3a3939;
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: bold;
}
.template-home #news-events .content aside {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin-bottom: 30px;
}
.template-home #news-events .content aside article {
  display: table-cell;
  margin-bottom: 30px;
  margin-right: 5%;
  width: 30%;
  padding: 15px;
  background-color: #f6f6f6;
}
.template-home #news-events .content aside article:nth-child(3) {
  margin-right: 0;
}
.template-home #news-events .content aside article header {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.5rem;
  color: #F07E47;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 15px;
  display: block;
  padding: 5px 0;
}
.template-home #news-events .content aside article a:hover,
.template-home #news-events .content aside article a:active,
.template-home #news-events .content aside article a:focus {
  text-decoration: none;
}
.template-home #news-events .content aside article h4 {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: bold;
  text-transform: uppercase;
  color: #3a3939;
  font-size: 1.7rem;
  line-height: 2.5rem;
  padding: 0;
}
.template-home #news-events .content aside .event header {
  background: url("/++theme++pilotwww/images/picto_event.svg") no-repeat left 3px;
  padding-left: 25px;
}
/************************
SLIDE TOP HAUTEUR écran
************************/
@media (max-height: 850px) {
  .template-home #presentation .content {
    margin-top: 30px;
  }
  .template-home #presentation .content .presentation_logo {
    width: 530px;
    margin-bottom: 10px;
  }
}
@media (max-height: 1025px) {
  .template-home #presentation {
    min-height: 95vh;
  }
}
@media (min-height: 1023px) {
  .template-home #presentation {
    min-height: 65vh;
  }
}
/******************
	BOUTONS HOME
*******************/
.btn.btn-1 {
  border: none;
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-size: 2rem;
  color: #FFF;
  background: #424242;
  padding: 12px 45px;
  display: inline-block;
  margin: 50px 0 0px 0px;
  text-transform: uppercase;
  outline: none;
  position: relative;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 40px;
}
.btn.btn-1 span {
  z-index: 4;
  position: relative;
  font-weight: 100;
}
.btn.btn-1:after {
  content: '';
  position: absolute;
  z-index: 2;
  -webkit-transition: all ease-in 0.5s;
  -moz-transition: all ease-in 0.5s;
  transition: all ease-in 0.5s;
}
.btn-1e {
  overflow: hidden;
}
.btn-1e:after {
  width: 100%;
  height: 0;
  top: 50%;
  left: 50%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.btn-1e:hover,
.btn-1e:active {
  color: #FFF;
  text-decoration: none;
}
.btn-1e:hover:after {
  height: 630%;
  opacity: 1;
}
.btn-1e:active:after {
  height: 400%;
  opacity: 1;
}
/******************
	BOUTONS LIENS SMALL
*******************/
.template-summary_view.portaltype-collection .tileFooter,
.template-summary_jobs_view.portaltype-collection .tileFooter,
#offre,
.template-fg_base_view_p3 .formid-nous_contacter form .formControls,
.open_form,
a.btn_small_right,
#form_offre button {
  border: none;
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-size: 1.3rem;
  color: #FFF;
  background: #424242;
  padding: 4px 25px;
  display: inline-block;
  margin: 10px 0 0px 0px;
  text-transform: uppercase;
  outline: none;
  position: relative;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 40px;
  overflow: hidden;
  float: right;
  clear: none;
  text-decoration: none;
}
.template-summary_view.portaltype-collection .tileFooter a,
.template-summary_jobs_view.portaltype-collection .tileFooter a,
#offre a,
.template-fg_base_view_p3 .formid-nous_contacter form .formControls a,
.open_form a,
a.btn_small_right a,
#form_offre button a,
.template-summary_view.portaltype-collection .tileFooter input,
.template-summary_jobs_view.portaltype-collection .tileFooter input,
#offre input,
.template-fg_base_view_p3 .formid-nous_contacter form .formControls input,
.open_form input,
a.btn_small_right input,
#form_offre button input,
.template-summary_view.portaltype-collection .tileFooter span,
.template-summary_jobs_view.portaltype-collection .tileFooter span,
#offre span,
.template-fg_base_view_p3 .formid-nous_contacter form .formControls span,
.open_form span,
a.btn_small_right span,
#form_offre button span {
  z-index: 4;
  position: relative;
  font-weight: normal;
  color: #FFF;
  text-decoration: none;
  letter-spacing: 0.8px;
}
.template-summary_view.portaltype-collection .tileFooter:after,
.template-summary_jobs_view.portaltype-collection .tileFooter:after,
#offre:after,
.template-fg_base_view_p3 .formid-nous_contacter form .formControls:after,
.open_form:after,
a.btn_small_right:after,
#form_offre button:after {
  content: '';
  position: absolute;
  z-index: 2;
  -webkit-transition: all ease-in 0.5s;
  -moz-transition: all ease-in 0.5s;
  transition: all ease-in 0.5s;
  width: 100%;
  height: 0;
  top: 50%;
  left: 50%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.template-summary_view.portaltype-collection .tileFooter:hover,
#offre:hover,
.template-fg_base_view_p3 .formid-nous_contacter form .formControls:hover,
.open_form:hover,
a.btn_small_right:hover,
#form_offre button:hover {
  cursor: pointer;
  text-decoration: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.template-summary_view.portaltype-collection .tileFooter:hover:after,
#offre:hover:after,
.template-fg_base_view_p3 .formid-nous_contacter form .formControls:hover:after,
.open_form:hover:after,
a.btn_small_right:hover:after,
#form_offre button:hover:after {
  height: 630%;
  opacity: 1;
}
/******************
	BOUTONS LIENS BIG
*******************/
#offre,
.open_form,
#form_offre button {
  font-size: 1.6rem;
  padding: 8px 35px;
  display: inline-block;
  margin: 20px 0;
  text-transform: uppercase;
}
.template-fg_base_view_p3 .formid-nous_contacter form .formControls input.context {
  font-size: 1.6rem;
  padding: 8px 35px;
  display: inline-block;
  text-transform: uppercase;
}
/**************
	FOOTER
***************/
footer#portal-footer-wrapper {
  padding: 0;
  background-color: #3a3939;
  width: 100%;
  max-width: 100%;
  /*CONTACT*/
  /*SITE MAP*/
}
footer#portal-footer-wrapper #portal-footer {
  width: 100%;
  max-width: 100%;
  padding: 0;
  /*REFERENCES*/
}
footer#portal-footer-wrapper #portal-footer #footer-contact {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
footer#portal-footer-wrapper #portal-footer #footer-references {
  max-width: 100%;
  width: 100%;
  background-color: #4c4753;
  padding: 20px 0 20px 0;
}
footer#portal-footer-wrapper #portal-footer #footer-references .slick-list {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
footer#portal-footer-wrapper #portal-footer #footer-references .slick-slide {
  text-align: center;
  margin-right: 40px;
}
footer#portal-footer-wrapper #portal-footer #footer-references .slick-slide:last-child {
  margin-right: 00px;
}
footer#portal-footer-wrapper #portal-footer #footer-references .slick-slide img {
  display: inline;
}
footer#portal-footer-wrapper #portal-footer #footer-references .slick-dots {
  width: 100%;
  max-width: 1200px;
  margin: 10px auto 0 auto;
  padding: 0;
  text-align: center;
}
footer#portal-footer-wrapper #portal-footer #footer-references .slick-dots li {
  list-style-type: none;
  display: inline-block;
  margin: 0 10px;
}
footer#portal-footer-wrapper #portal-footer #footer-references .slick-dots li button {
  text-indent: -8000px;
  position: relative;
  background-color: #4c4753;
  border: 2px solid #FFF;
  padding: 0px;
  width: 12px;
  height: 12px;
  border-radius: 12px;
}
footer#portal-footer-wrapper #portal-footer #footer-references .slick-dots li button:hover,
footer#portal-footer-wrapper #portal-footer #footer-references .slick-dots li button:active,
footer#portal-footer-wrapper #portal-footer #footer-references .slick-dots li button:focus {
  box-shadow: none;
  outline: 0 none;
}
footer#portal-footer-wrapper #portal-footer #footer-references .slick-dots .slick-active button {
  background-color: #FFF;
}
footer#portal-footer-wrapper #footer-contact {
  padding: 50px 0;
}
footer#portal-footer-wrapper #footer-contact #contact {
  float: left;
  width: 360px;
  padding-right: 2%;
  border-right: 1px solid #686868;
  text-align: left;
}
footer#portal-footer-wrapper #footer-contact #contact a {
  display: inline-block;
}
footer#portal-footer-wrapper #footer-contact #contact ul {
  padding: 0;
  margin-top: 30px;
  margin-bottom: 50px;
}
footer#portal-footer-wrapper #footer-contact #contact ul li {
  list-style-type: none;
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-size: 20px;
  text-align: left;
  color: #9c9c9c;
  display: inline-block;
  width: 100%;
  margin: 20px 0;
}
footer#portal-footer-wrapper #footer-contact #contact ul li:last-child {
  line-height: 20px;
}
footer#portal-footer-wrapper #footer-contact #contact ul li img {
  float: left;
  margin-right: 10px;
}
footer#portal-footer-wrapper #footer-contact #contact ul li span {
  float: left;
}
footer#portal-footer-wrapper #footer-contact #contact ul li.tel_number {
  font-size: 31px;
  font-weight: bold;
  color: #FFF;
  letter-spacing: -0.6px;
}
footer#portal-footer-wrapper #footer-contact #contact ul a[x-apple-data-detectors] {
  color: #FFF!important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}
footer#portal-footer-wrapper #footer-contact #contact ul a[href^="tel"] {
  color: #FFF;
  /* Inherit text color of parent element. */
  text-decoration: none;
  /* Remove underline. */
  /* Additional css `propery: value;` pairs here… */
}
footer#portal-footer-wrapper #footer-contact #contact footer a {
  display: inline-block;
  width: 60px;
  height: 60px;
  margin-right: 50px;
  border: 1px solid #FFF;
  border-radius: 60px;
  text-align: center;
  opacity: 0.5;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
footer#portal-footer-wrapper #footer-contact #contact footer a:last-child {
  margin-right: 0px;
}
footer#portal-footer-wrapper #footer-contact #contact footer a img {
  margin-top: 10px;
}
footer#portal-footer-wrapper #footer-contact #contact footer a:hover {
  opacity: 1;
}
footer#portal-footer-wrapper #footer-contact #contact_form {
  width: auto;
  margin-left: 405px;
  background: url("/++theme++pilotwww/images/footer_illus_form.png") no-repeat left bottom;
  background-size: 100% auto;
  min-height: 438px;
}
footer#portal-footer-wrapper #footer-contact #contact_form h3 {
  color: #9c9c9c;
  margin-top: 0;
  margin-bottom: 30px;
  text-align: left;
  font-weight: normal;
  width: 100%;
  background: url("/++theme++pilotwww/images/footer_timing.svg") no-repeat top right;
}
footer#portal-footer-wrapper #footer-contact #contact_form h3 span {
  color: #FFF;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 44px;
  line-height: 50px;
  display: block;
}
footer#portal-footer-wrapper #footer-contact #contact_form h3 span:hover {
  cursor: pointer;
}
footer#portal-footer-wrapper #footer-contact #contact_form h3 span i {
  color: #9c9c9c;
}
footer#portal-footer-wrapper #footer-contact #contact_form_placeholder {
  background-color: #3a3939;
}
footer#portal-footer-wrapper #footer-contact #contact_form_placeholder #contact-auteurs {
  display: none;
}
footer#portal-footer-wrapper #footer-contact #contact_form_placeholder .field {
  float: left;
  width: 48%;
  position: relative;
  margin-bottom: 20px;
}
footer#portal-footer-wrapper #footer-contact #contact_form_placeholder .field label {
  position: absolute;
  left: 15px;
  top: 6px;
  font-weight: normal;
  display: none;
}
footer#portal-footer-wrapper #footer-contact #contact_form_placeholder .field:focus label {
  display: none;
}
footer#portal-footer-wrapper #footer-contact #contact_form_placeholder .field:nth-child(2),
footer#portal-footer-wrapper #footer-contact #contact_form_placeholder .field:nth-child(4),
footer#portal-footer-wrapper #footer-contact #contact_form_placeholder .field:nth-child(6) {
  float: right;
}
footer#portal-footer-wrapper #footer-contact #contact_form_placeholder #formfield-form-widgets-subject {
  width: 100%;
  max-width: 100%;
}
footer#portal-footer-wrapper #footer-contact #contact_form_placeholder #formfield-form-widgets-subject #form-widgets-subject {
  min-height: 70px;
}
footer#portal-footer-wrapper #footer-contact #contact_form_placeholder input,
footer#portal-footer-wrapper #footer-contact #contact_form_placeholder textarea {
  border: 1px solid #000;
  background-color: #404040;
  border-radius: 0;
}
footer#portal-footer-wrapper #footer-contact #contact_form_placeholder input:focus,
footer#portal-footer-wrapper #footer-contact #contact_form_placeholder textarea:focus {
  outline: 0;
  box-shadow: none;
  color: #FFF;
}
footer#portal-footer-wrapper #footer-contact #contact_form_placeholder #formfield-form-widgets-captcha {
  margin-bottom: 0;
  background: #222222;
  width: 100%;
  position: relative;
  z-index: 10;
}
footer#portal-footer-wrapper #footer-contact #contact_form_placeholder #formfield-form-widgets-captcha label {
  display: none;
}
footer#portal-footer-wrapper #footer-contact #contact_form_placeholder #formfield-form-widgets-captcha .g-recaptcha {
  height: 58px;
  width: 294px;
  position: relative;
  overflow: hidden;
}
footer#portal-footer-wrapper #footer-contact #contact_form_placeholder #formfield-form-widgets-captcha .g-recaptcha div {
  position: absolute;
  top: -1px;
  left: -2px;
}
footer#portal-footer-wrapper #footer-contact #contact_form_placeholder .formControls {
  border-top: 0;
  background: transparent;
  padding: 0;
  box-shadow: none;
  float: right;
  margin-top: -48px;
  margin-right: 10px;
  margin-bottom: 0;
  position: relative;
  z-index: 12;
}
footer#portal-footer-wrapper #footer-contact #contact_form_placeholder .formControls input[type="submit"] {
  background: #818181;
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  padding: 6px 25px;
  color: #FFF;
  text-transform: uppercase;
  -webkit-transition: all ease-in 0.3s;
  -moz-transition: all ease-in 0.3s;
  -o-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
  -moz-osx-font-smoothing: unset;
  -webkit-font-smoothing: none;
}
footer#portal-footer-wrapper #footer-contact #contact_form_placeholder .formControls input[type="submit"]:hover {
  box-shadow: none;
  background: #404040;
}
footer#portal-footer-wrapper #footer-sitemap {
  background-color: #F07E47;
  padding: 5px 0 15px 0;
}
footer#portal-footer-wrapper #footer-sitemap ul {
  width: 100%;
  max-width: 1200px;
  margin: 0px auto 0 auto;
  padding: 0;
  text-align: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
footer#portal-footer-wrapper #footer-sitemap ul li {
  list-style-type: none;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}
footer#portal-footer-wrapper #footer-sitemap ul li:last-child {
  margin-right: 0;
}
footer#portal-footer-wrapper #footer-sitemap ul li a {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-size: 16px;
  color: #FFF;
  text-transform: uppercase;
  display: inline-block;
  padding: 15px;
  text-decoration: none;
}
footer#portal-footer-wrapper #footer-sitemap ul li a[href*="landing-pages"] {
  display: none !important;
}
footer#portal-footer-wrapper #footer-sitemap p {
  color: #FFF;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 12px;
}
footer#portal-footer-wrapper #footer-sitemap p a {
  color: #FFF;
  text-decoration: underline;
}
/*
FORMULAIRE ERREURS
*/
#contact-auteurs,
#form.rowlike,
#form_offre {
  width: 100%;
  max-width: 1200px;
  margin: 40px auto 00px auto;
  overflow: hidden;
}
#contact-auteurs .portalMessage.error,
#form.rowlike .portalMessage.error,
#form_offre .portalMessage.error {
  background-color: #f12016;
  border: 0;
  color: #FFF;
  border-radius: 0;
  box-shadow: none;
}
#contact-auteurs .portalMessage.error dt,
#form.rowlike .portalMessage.error dt,
#form_offre .portalMessage.error dt {
  color: #FFF;
}
#contact-auteurs .portalMessage.error dt:before,
#form.rowlike .portalMessage.error dt:before,
#form_offre .portalMessage.error dt:before {
  color: #f12016;
  background-color: #FFF;
}
#contact-auteurs .field,
#form.rowlike .field,
#form_offre .field {
  float: left;
  width: 48%;
  position: relative;
  margin-bottom: 20px;
}
#contact-auteurs .field input,
#form.rowlike .field input,
#form_offre .field input,
#contact-auteurs .field textarea,
#form.rowlike .field textarea,
#form_offre .field textarea {
  border-radius: 0;
}
#contact-auteurs .field:nth-child(2),
#form.rowlike .field:nth-child(2),
#form_offre .field:nth-child(2),
#contact-auteurs .field:nth-child(4),
#form.rowlike .field:nth-child(4),
#form_offre .field:nth-child(4),
#contact-auteurs .field:nth-child(6),
#form.rowlike .field:nth-child(6),
#form_offre .field:nth-child(6) {
  float: right;
}
#contact-auteurs .field.error,
#form.rowlike .field.error,
#form_offre .field.error {
  background: transparent;
  box-shadow: none;
}
#contact-auteurs .field.error label,
#form.rowlike .field.error label,
#form_offre .field.error label {
  float: left;
  color: #f12016;
}
#contact-auteurs .field.error label span,
#form.rowlike .field.error label span,
#form_offre .field.error label span {
  display: none;
}
#contact-auteurs .field.error .fieldErrorBox,
#form.rowlike .field.error .fieldErrorBox,
#form_offre .field.error .fieldErrorBox {
  float: right;
}
#contact-auteurs .field.error .fieldErrorBox .error,
#form.rowlike .field.error .fieldErrorBox .error,
#form_offre .field.error .fieldErrorBox .error {
  color: #f12016;
}
#contact-auteurs .field.error .fieldErrorBox .error:before,
#form.rowlike .field.error .fieldErrorBox .error:before,
#form_offre .field.error .fieldErrorBox .error:before {
  content: none;
}
#contact-auteurs .field.error input,
#form.rowlike .field.error input,
#form_offre .field.error input,
#contact-auteurs .field.error textarea,
#form.rowlike .field.error textarea,
#form_offre .field.error textarea {
  border-color: #f12016;
}
#contact-auteurs #formfield-form-widgets-subject,
#form.rowlike #formfield-form-widgets-subject,
#form_offre #formfield-form-widgets-subject,
#contact-auteurs .field.large,
#form.rowlike .field.large,
#form_offre .field.large {
  width: 100%;
  max-width: 100%;
}
#contact-auteurs #formfield-form-widgets-subject #form-widgets-subject,
#form.rowlike #formfield-form-widgets-subject #form-widgets-subject,
#form_offre #formfield-form-widgets-subject #form-widgets-subject,
#contact-auteurs .field.large #form-widgets-subject,
#form.rowlike .field.large #form-widgets-subject,
#form_offre .field.large #form-widgets-subject {
  min-height: 70px;
}
#contact-auteurs #formfield-form-widgets-captcha,
#form.rowlike #formfield-form-widgets-captcha,
#form_offre #formfield-form-widgets-captcha {
  margin-bottom: 0;
  background: #222222;
  width: 48%;
  position: relative;
  z-index: 10;
  margin-bottom: 80px;
}
#contact-auteurs #formfield-form-widgets-captcha label,
#form.rowlike #formfield-form-widgets-captcha label,
#form_offre #formfield-form-widgets-captcha label {
  display: none;
}
#contact-auteurs #formfield-form-widgets-captcha .g-recaptcha,
#form.rowlike #formfield-form-widgets-captcha .g-recaptcha,
#form_offre #formfield-form-widgets-captcha .g-recaptcha {
  height: 60px;
  width: 294px;
  position: relative;
  overflow: hidden;
}
#contact-auteurs #formfield-form-widgets-captcha .g-recaptcha div,
#form.rowlike #formfield-form-widgets-captcha .g-recaptcha div,
#form_offre #formfield-form-widgets-captcha .g-recaptcha div {
  position: absolute;
  top: -2px;
  left: -2px;
}
#contact-auteurs .formControls,
#form.rowlike .formControls,
#form_offre .formControls {
  box-shadow: none;
  float: right;
  border: 0;
  background: transparent;
  padding: 0;
  margin-bottom: 80px;
}
#contact-auteurs .formControls input[type="submit"],
#form.rowlike .formControls input[type="submit"],
#form_offre .formControls input[type="submit"] {
  background: #404040;
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  padding: 19px 55px;
  color: #FFF;
  margin-right: 0;
  border: 0;
  border-radius: 0;
  text-transform: uppercase;
  -moz-osx-font-smoothing: unset !important;
  -webkit-font-smoothing: none !important;
  -webkit-transition: all ease-in 0.3s;
  -moz-transition: all ease-in 0.3s;
  -o-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
}
#contact-auteurs .formControls input[type="submit"]:hover,
#form.rowlike .formControls input[type="submit"]:hover,
#form_offre .formControls input[type="submit"]:hover {
  box-shadow: none;
  background: #000;
}
/************************
 HAUTEUR écran
************************/
@media (max-height: 870px) {
  body .outer-wrapper {
    margin-bottom: 0px !important;
  }
  footer#portal-footer-wrapper {
    position: static !important;
  }
}
@media (max-height: 767px) {
  footer#portal-footer-wrapper #footer-references {
    display: none !important;
  }
}
@media (max-width: 769px) {
  body .outer-wrapper {
    margin-bottom: 0px !important;
  }
  footer#portal-footer-wrapper {
    position: static !important;
  }
  .template-home footer#portal-footer-wrapper #footer-references {
    display: block !important;
  }
}
/**************
	BASES
***************/
#content .content article,
.template-sitemap #content-center {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 50px auto;
  padding: 30px 0 30px 0;
  clear: both;
}
#content .content article:after,
.template-sitemap #content-center:after {
  content: "";
  display: table;
  clear: both;
}
#content .content article.presentation {
  padding: 00px 0 30px 0;
}
#viewlet-below-content-title {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 0 30px 0;
}
#viewlet-below-content-title:after {
  content: "";
  display: table;
  clear: both;
}
#viewlet-below-content-title:empty {
  padding: 0;
}
#portal-breadcrumbs {
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-size: 12px;
  width: 70%;
  float: left;
  margin-top: 18px;
}
#portal-breadcrumbs ol {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}
#portal-breadcrumbs ol li {
  display: inline-block;
  margin-right: 8px;
  padding-left: 15px;
  position: relative;
}
#portal-breadcrumbs ol li:before {
  content: ">";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 2px;
  color: inherit;
}
#portal-breadcrumbs ol li a {
  color: #3a3939;
}
#portal-breadcrumbs ol li#breadcrumbs-home {
  padding-left: 0;
}
#portal-breadcrumbs ol li#breadcrumbs-home:before {
  content: none;
}
#actions {
  width: 30%;
  float: right;
  text-align: right;
}
#actions ul {
  padding-left: 0;
  margin-bottom: 0;
}
#actions ul li {
  list-style-type: none;
  display: inline-block;
  margin-left: 20px;
  text-align: center;
}
#actions ul li a.share_button {
  display: inline-block;
  height: 60px;
  width: 60px;
  padding: 19px;
  background-color: #FFF;
  border: 1px solid #4F4F4F;
  border-radius: 60px;
  opacity: 0.4;
  -webkit-transition: all ease-in 0.3s;
  -moz-transition: all ease-in 0.3s;
  -o-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
  cursor: pointer !important;
}
#actions ul li a.share_button:hover {
  opacity: 1;
  cursor: pointer !important;
}
/****************************
        VUE DOSSIER
*****************************/
/**************
    HEADER
***************/
#title-header-wrapper {
  height: 420px;
  position: relative;
}
header#title-header {
  background-color: #4c4753;
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  transition: height 0.3s;
  height: 420px;
  position: fixed;
  top: 91px;
  left: 0;
  width: 100%;
  max-width: 100%;
  z-index: 60;
}
header#title-header .content {
  width: 100%;
  max-width: 1200px;
  padding: 10px 0 00px 0;
  height: auto;
  text-align: center;
  color: #FFF;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
header#title-header .content h1 {
  font-family: 'PT Serif', serif;
  text-transform: uppercase;
  font-size: 5.6rem;
  font-weight: 700;
  color: #FFF;
  margin-bottom: 30px;
  margin-top: 0;
}
header#title-header .content p.documentDescription {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-size: 3rem;
  line-height: 3.8rem;
  color: #FFF;
  margin-bottom: 50px;
  text-align: center;
}
header#title-header .content nav ul {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}
header#title-header .content nav ul li {
  display: inline-block;
  margin-right: 2%;
  margin-bottom: 15px;
}
header#title-header .content nav ul li:last-child {
  margin-right: 0px;
}
header#title-header .content nav ul li a {
  color: #FFF;
  background-color: transparent;
  display: inline-block;
  padding: 5px 0px 5px 30px;
  background: url("/++theme++pilotwww/images/picto_ancre.svg") no-repeat left center transparent;
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-size: 13px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  -webkit-transition: all ease-in 0.3s;
  -moz-transition: all ease-in 0.3s;
  -o-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
  opacity: 0.5;
  position: relative;
}
header#title-header .content nav ul li a:before {
  content: " ";
  display: inline-block;
  width: 20px;
  height: 1px;
  left: 50%;
  margin-left: -10px;
  top: 0;
  background-color: #ffffff;
  position: absolute;
}
header#title-header .content nav ul li a:hover {
  opacity: 1;
  text-decoration: none;
}
#title-header + .content {
  margin-top: 420px;
}
.portaltype-folder #viewlet-below-content-title {
  padding: 40px 0 10px 0;
}
.portaltype-folder #viewlet-below-content-title:empty {
  padding: 0;
}
/**************
    HEADER STICKY
***************/
header#title-header.scrolled {
  position: fixed;
  top: 91px;
  left: 0;
  height: 140px;
  z-index: 70;
  background-color: #F07E47;
}
header#title-header.scrolled .content {
  padding: 15px 0 10px 0;
}
header#title-header.scrolled .content p.documentDescription {
  display: none;
}
header#title-header.scrolled .content h1 {
  font-size: 2.6rem;
  margin-bottom: 20px;
}
header#title-header.scrolled nav ul li {
  margin-bottom: 8px;
}
header#title-header.scrolled nav ul li a {
  padding: 5px 0px 5px 30px;
  font-size: 1.4rem;
}
header#title-header.scrolled nav ul li a:hover,
header#title-header.scrolled nav ul li a:active,
header#title-header.scrolled nav ul li a:focus {
  text-decoration: none;
}
#title-header.scrolled + .content {
  margin-top: 130px;
}
/**************
    CONTENT
***************/
#content header + .content {
  background-color: #FFF;
}
#content .documentDescription {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-size: 3rem;
  line-height: 4.3rem;
  text-align: left;
  font-weight: normal;
  margin-bottom: 40px;
  color: #3a3939;
  text-align: justify;
}
.content h2 {
  font-family: 'PT Serif', serif;
  text-transform: uppercase;
  font-size: 4.3rem;
  font-weight: 700;
  color: #3a3939;
  padding: 30px 0;
  margin-bottom: 30px;
  display: inline-block;
  text-align: center;
  width: 100%;
  position: relative;
}
.content h2:after {
  content: " ";
  display: inline-block;
  width: 80px;
  height: 2px;
  left: 50%;
  margin-left: -40px;
  bottom: 0;
  background-color: #F07E47;
  position: absolute;
}
.content .presentation_dossiers h3 {
  font-family: 'PT Serif', serif;
  text-transform: uppercase;
  font-size: 3.5rem;
  text-align: left;
  font-weight: 700;
  color: #4F4F4F;
  padding: 30px 0;
  margin-bottom: 30px;
  position: relative;
  display: inline-block;
}
.content .presentation_dossiers h3:before {
  content: " ";
  display: inline-block;
  width: 200%;
  height: 2px;
  left: -200%;
  top: 0;
  background-color: #CCC;
  position: absolute;
  -webkit-transition: all ease-in 0.3s;
  -moz-transition: all ease-in 0.3s;
  -o-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
}
.content .presentation_dossiers a.title:hover h3:before {
  background-color: #F07E47;
}
.content p.description,
.content .documentDescription {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-size: 3rem;
  line-height: 4.3rem;
  text-align: left;
  font-weight: normal;
  margin-bottom: 40px;
  color: #3a3939;
}
.content .documentDescription {
  text-align: center;
}
.content article div.illustration img {
  max-height: 260px;
  width: auto;
}
.content article a.more {
  float: right;
}
.content article nav ul {
  padding-left: 0;
  list-style-type: none;
  margin-top: 70px;
}
.content article nav ul li {
  display: inline-block;
  min-height: 230px;
  width: 47.5%;
  margin-right: 5%;
  float: left;
  margin-bottom: 20px;
  position: relative;
}
.content article nav ul li img {
  position: absolute;
  left: 0;
  top: 5px;
  display: none;
}
.content article nav ul li a {
  font-family: 'PT Serif', serif;
  font-size: 2.4rem;
  font-weight: 700;
  color: #F07E47;
  text-transform: uppercase;
  padding-bottom: 15px;
  padding-top: 10px;
  margin-bottom: 15px;
  display: block;
  border-bottom: 2px solid #f6f6f6;
}
.content article nav ul li a span {
  /*margin-left: 70px;*/
}
.content article nav ul li a:hover {
  text-decoration: none;
}
.content article nav ul li a:hover span {
  text-decoration: none;
}
.content article nav ul li p {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-size: 2.2rem;
  line-height: 3.2rem;
  text-align: justify;
}
.content article nav ul li:nth-child(even) {
  margin-right: 0;
}
.content article nav ul li a {
  padding-left: 70px;
  padding-bottom: 20px;
  position: relative;
}
.content article nav ul li a:before {
  content: url("/++theme++pilotwww/images/picto_attente_grey_4.png");
  display: block;
  height: 65px;
  width: 65px;
  position: absolute;
  left: -5px;
  top: -6px;
  -webkit-transition: all ease-in 0.3s;
  -moz-transition: all ease-in 0.3s;
  -o-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
}
.content article nav ul li a:hover,
.content article nav ul li a:active,
.content article nav ul li a:focus {
  text-decoration: none;
}
.content article nav ul li a span {
  position: relative;
}
.content article nav ul li a span:before {
  content: url("/++theme++pilotwww/images/picto_attente_orange_4.png");
  display: block;
  height: 65px;
  width: 65px;
  position: absolute;
  left: -75px;
  top: -18px;
  -webkit-transition: all ease-in 0.3s;
  -moz-transition: all ease-in 0.3s;
  -o-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
  opacity: 0;
}
.content article nav ul li a:hover:before {
  opacity: 0;
}
.content article nav ul li a:hover span:before {
  opacity: 1;
}
.content article nav ul li:nth-child(even) a:before {
  content: url("/++theme++pilotwww/images/picto_attente_grey_3.png");
}
.content article nav ul li:nth-child(even) a span:before {
  content: url("/++theme++pilotwww/images/picto_attente_orange_3.png");
}
#content .content .highlight {
  width: 100%;
  max-width: 100%;
  background-color: #f6f6f6;
  overflow: hidden;
  padding-bottom: 40px;
  margin-bottom: 50px;
}
#content .content .highlight article {
  margin-bottom: 0;
}
#content .content .highlight article div {
  float: left;
  width: 30%;
  margin-right: 5%;
  text-align: center;
}
#content .content .highlight article div:nth-child(3) {
  margin-right: 0;
}
#content .content .highlight article span {
  display: inline-block;
  height: 140px;
  width: 140px;
  background-color: #FFF;
  border: 2px solid #F16220;
  border-radius: 140px;
}
#content .content .highlight article span img {
  margin-top: 34px;
}
#content .content .highlight h3 {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-size: 3rem;
  text-align: center;
  font-weight: 700;
  color: #3a3939;
  margin-bottom: 20px;
}
#content .content .highlight p.description {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-size: 2.1rem;
  line-height: 2.9rem;
  text-align: center;
  font-weight: normal;
  color: #747374;
}
/****************************
        VUE DOCUMENT
*****************************/
#content-center {
  width: 100%;
  max-width: 100%;
  background: #FFF;
  margin-bottom: 80px !important;
}
#content-center #viewlet-above-content-title {
  margin-top: 24px;
}
#content-center #viewlet-above-content-title:after {
  content: "";
  display: table;
  clear: both;
}
#content-center #viewlet-above-content-title .leadImage {
  display: none;
}
#content-center #viewlet-above-content-title #portal-breadcrumbs {
  font-size: 1.1rem;
  margin-top: 14px;
}
#content-center #viewlet-above-content-title #actions li {
  margin-left: 11px;
}
#content-center #viewlet-above-content-title #actions li a#social-panel-trigger {
  width: 40px;
  height: 40px;
  padding: 9px;
}
#content-center:after {
  content: "";
  display: table;
  clear: both;
}
#content-center p.callout {
  background: #f6f6f6;
  padding: 20px 30px 20px 15px;
  border-left: 1em solid #F07E47;
  clear: both;
  margin: 25px 0 35px 0 !important;
}
.template-document_view #content-center,
.template-reference_view #content-center,
.portaltype-collection #content-center,
.template-newsitem_view #content-center,
.template-event_view #content-center,
.template-fg_base_view_p3 #content-center,
.template-topbar-manage-portlets #content-center,
.section-contact #content-center,
.template-tarif_hebergement #content-center,
.template-summary_view.portaltype-folder #content-center,
.template-album_view #content-center,
.template-newsletters_by_year_view #content-center,
.template-sitemap #content-center,
.template-search #content-center,
.portaltype-author #content-center,
.template-siterequest_view #content-center,
.template-newsitem_pilot_view #content-center {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  background: #FFF;
  /*NAV*/
  /*FIN NAV*/
}
.template-document_view #content-center:after,
.template-reference_view #content-center:after,
.portaltype-collection #content-center:after,
.template-newsitem_view #content-center:after,
.template-event_view #content-center:after,
.template-fg_base_view_p3 #content-center:after,
.template-topbar-manage-portlets #content-center:after,
.section-contact #content-center:after,
.template-tarif_hebergement #content-center:after,
.template-summary_view.portaltype-folder #content-center:after,
.template-album_view #content-center:after,
.template-newsletters_by_year_view #content-center:after,
.template-sitemap #content-center:after,
.template-search #content-center:after,
.portaltype-author #content-center:after,
.template-siterequest_view #content-center:after,
.template-newsitem_pilot_view #content-center:after {
  content: "";
  display: table;
  clear: both;
}
.template-document_view #content-center .sidebar-offcanvas,
.template-reference_view #content-center .sidebar-offcanvas,
.portaltype-collection #content-center .sidebar-offcanvas,
.template-newsitem_view #content-center .sidebar-offcanvas,
.template-event_view #content-center .sidebar-offcanvas,
.template-fg_base_view_p3 #content-center .sidebar-offcanvas,
.template-topbar-manage-portlets #content-center .sidebar-offcanvas,
.section-contact #content-center .sidebar-offcanvas,
.template-tarif_hebergement #content-center .sidebar-offcanvas,
.template-summary_view.portaltype-folder #content-center .sidebar-offcanvas,
.template-album_view #content-center .sidebar-offcanvas,
.template-newsletters_by_year_view #content-center .sidebar-offcanvas,
.template-sitemap #content-center .sidebar-offcanvas,
.template-search #content-center .sidebar-offcanvas,
.portaltype-author #content-center .sidebar-offcanvas,
.template-siterequest_view #content-center .sidebar-offcanvas,
.template-newsitem_pilot_view #content-center .sidebar-offcanvas {
  width: 290px !important;
  float: left !important;
  padding: 0;
  position: static;
  z-index: 40;
}
.template-document_view #content-center .sidebar-offcanvas #portal-column-one,
.template-reference_view #content-center .sidebar-offcanvas #portal-column-one,
.portaltype-collection #content-center .sidebar-offcanvas #portal-column-one,
.template-newsitem_view #content-center .sidebar-offcanvas #portal-column-one,
.template-event_view #content-center .sidebar-offcanvas #portal-column-one,
.template-fg_base_view_p3 #content-center .sidebar-offcanvas #portal-column-one,
.template-topbar-manage-portlets #content-center .sidebar-offcanvas #portal-column-one,
.section-contact #content-center .sidebar-offcanvas #portal-column-one,
.template-tarif_hebergement #content-center .sidebar-offcanvas #portal-column-one,
.template-summary_view.portaltype-folder #content-center .sidebar-offcanvas #portal-column-one,
.template-album_view #content-center .sidebar-offcanvas #portal-column-one,
.template-newsletters_by_year_view #content-center .sidebar-offcanvas #portal-column-one,
.template-sitemap #content-center .sidebar-offcanvas #portal-column-one,
.template-search #content-center .sidebar-offcanvas #portal-column-one,
.portaltype-author #content-center .sidebar-offcanvas #portal-column-one,
.template-siterequest_view #content-center .sidebar-offcanvas #portal-column-one,
.template-newsitem_pilot_view #content-center .sidebar-offcanvas #portal-column-one {
  z-index: 50;
  width: 290px !important;
}
.template-document_view #content-center .sidebar-offcanvas + .col-xs-12.col-sm-9,
.template-reference_view #content-center .sidebar-offcanvas + .col-xs-12.col-sm-9,
.portaltype-collection #content-center .sidebar-offcanvas + .col-xs-12.col-sm-9,
.template-newsitem_view #content-center .sidebar-offcanvas + .col-xs-12.col-sm-9,
.template-event_view #content-center .sidebar-offcanvas + .col-xs-12.col-sm-9,
.template-fg_base_view_p3 #content-center .sidebar-offcanvas + .col-xs-12.col-sm-9,
.template-topbar-manage-portlets #content-center .sidebar-offcanvas + .col-xs-12.col-sm-9,
.section-contact #content-center .sidebar-offcanvas + .col-xs-12.col-sm-9,
.template-tarif_hebergement #content-center .sidebar-offcanvas + .col-xs-12.col-sm-9,
.template-summary_view.portaltype-folder #content-center .sidebar-offcanvas + .col-xs-12.col-sm-9,
.template-album_view #content-center .sidebar-offcanvas + .col-xs-12.col-sm-9,
.template-newsletters_by_year_view #content-center .sidebar-offcanvas + .col-xs-12.col-sm-9,
.template-sitemap #content-center .sidebar-offcanvas + .col-xs-12.col-sm-9,
.template-search #content-center .sidebar-offcanvas + .col-xs-12.col-sm-9,
.portaltype-author #content-center .sidebar-offcanvas + .col-xs-12.col-sm-9,
.template-siterequest_view #content-center .sidebar-offcanvas + .col-xs-12.col-sm-9,
.template-newsitem_pilot_view #content-center .sidebar-offcanvas + .col-xs-12.col-sm-9 {
  float: none !important;
  width: auto !important;
  margin-left: 330px !important;
}
.template-document_view #content-center .portletNavigationTree,
.template-reference_view #content-center .portletNavigationTree,
.portaltype-collection #content-center .portletNavigationTree,
.template-newsitem_view #content-center .portletNavigationTree,
.template-event_view #content-center .portletNavigationTree,
.template-fg_base_view_p3 #content-center .portletNavigationTree,
.template-topbar-manage-portlets #content-center .portletNavigationTree,
.section-contact #content-center .portletNavigationTree,
.template-tarif_hebergement #content-center .portletNavigationTree,
.template-summary_view.portaltype-folder #content-center .portletNavigationTree,
.template-album_view #content-center .portletNavigationTree,
.template-newsletters_by_year_view #content-center .portletNavigationTree,
.template-sitemap #content-center .portletNavigationTree,
.template-search #content-center .portletNavigationTree,
.portaltype-author #content-center .portletNavigationTree,
.template-siterequest_view #content-center .portletNavigationTree,
.template-newsitem_pilot_view #content-center .portletNavigationTree {
  border: 0;
  margin-bottom: 20px;
  border-radius: 0px;
  box-shadow: none;
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-size: 2.2rem;
  text-transform: uppercase;
  color: #B2B2B1;
}
.template-document_view #content-center .portletNavigationTree a,
.template-reference_view #content-center .portletNavigationTree a,
.portaltype-collection #content-center .portletNavigationTree a,
.template-newsitem_view #content-center .portletNavigationTree a,
.template-event_view #content-center .portletNavigationTree a,
.template-fg_base_view_p3 #content-center .portletNavigationTree a,
.template-topbar-manage-portlets #content-center .portletNavigationTree a,
.section-contact #content-center .portletNavigationTree a,
.template-tarif_hebergement #content-center .portletNavigationTree a,
.template-summary_view.portaltype-folder #content-center .portletNavigationTree a,
.template-album_view #content-center .portletNavigationTree a,
.template-newsletters_by_year_view #content-center .portletNavigationTree a,
.template-sitemap #content-center .portletNavigationTree a,
.template-search #content-center .portletNavigationTree a,
.portaltype-author #content-center .portletNavigationTree a,
.template-siterequest_view #content-center .portletNavigationTree a,
.template-newsitem_pilot_view #content-center .portletNavigationTree a {
  color: #525252;
  background-color: #FFF;
  font-size: 1.7rem;
  padding: 15px;
}
.template-document_view #content-center .portletNavigationTree a:before,
.template-reference_view #content-center .portletNavigationTree a:before,
.portaltype-collection #content-center .portletNavigationTree a:before,
.template-newsitem_view #content-center .portletNavigationTree a:before,
.template-event_view #content-center .portletNavigationTree a:before,
.template-fg_base_view_p3 #content-center .portletNavigationTree a:before,
.template-topbar-manage-portlets #content-center .portletNavigationTree a:before,
.section-contact #content-center .portletNavigationTree a:before,
.template-tarif_hebergement #content-center .portletNavigationTree a:before,
.template-summary_view.portaltype-folder #content-center .portletNavigationTree a:before,
.template-album_view #content-center .portletNavigationTree a:before,
.template-newsletters_by_year_view #content-center .portletNavigationTree a:before,
.template-sitemap #content-center .portletNavigationTree a:before,
.template-search #content-center .portletNavigationTree a:before,
.portaltype-author #content-center .portletNavigationTree a:before,
.template-siterequest_view #content-center .portletNavigationTree a:before,
.template-newsitem_pilot_view #content-center .portletNavigationTree a:before {
  content: none !important;
}
.template-document_view #content-center .portletNavigationTree a .image-icon,
.template-reference_view #content-center .portletNavigationTree a .image-icon,
.portaltype-collection #content-center .portletNavigationTree a .image-icon,
.template-newsitem_view #content-center .portletNavigationTree a .image-icon,
.template-event_view #content-center .portletNavigationTree a .image-icon,
.template-fg_base_view_p3 #content-center .portletNavigationTree a .image-icon,
.template-topbar-manage-portlets #content-center .portletNavigationTree a .image-icon,
.section-contact #content-center .portletNavigationTree a .image-icon,
.template-tarif_hebergement #content-center .portletNavigationTree a .image-icon,
.template-summary_view.portaltype-folder #content-center .portletNavigationTree a .image-icon,
.template-album_view #content-center .portletNavigationTree a .image-icon,
.template-newsletters_by_year_view #content-center .portletNavigationTree a .image-icon,
.template-sitemap #content-center .portletNavigationTree a .image-icon,
.template-search #content-center .portletNavigationTree a .image-icon,
.portaltype-author #content-center .portletNavigationTree a .image-icon,
.template-siterequest_view #content-center .portletNavigationTree a .image-icon,
.template-newsitem_pilot_view #content-center .portletNavigationTree a .image-icon {
  display: none;
}
.template-document_view #content-center .portletNavigationTree a:hover,
.template-reference_view #content-center .portletNavigationTree a:hover,
.portaltype-collection #content-center .portletNavigationTree a:hover,
.template-newsitem_view #content-center .portletNavigationTree a:hover,
.template-event_view #content-center .portletNavigationTree a:hover,
.template-fg_base_view_p3 #content-center .portletNavigationTree a:hover,
.template-topbar-manage-portlets #content-center .portletNavigationTree a:hover,
.section-contact #content-center .portletNavigationTree a:hover,
.template-tarif_hebergement #content-center .portletNavigationTree a:hover,
.template-summary_view.portaltype-folder #content-center .portletNavigationTree a:hover,
.template-album_view #content-center .portletNavigationTree a:hover,
.template-newsletters_by_year_view #content-center .portletNavigationTree a:hover,
.template-sitemap #content-center .portletNavigationTree a:hover,
.template-search #content-center .portletNavigationTree a:hover,
.portaltype-author #content-center .portletNavigationTree a:hover,
.template-siterequest_view #content-center .portletNavigationTree a:hover,
.template-newsitem_pilot_view #content-center .portletNavigationTree a:hover {
  text-decoration: none;
  background-color: #fcfcfc;
}
.template-document_view #content-center .portletNavigationTree a:focus,
.template-reference_view #content-center .portletNavigationTree a:focus,
.portaltype-collection #content-center .portletNavigationTree a:focus,
.template-newsitem_view #content-center .portletNavigationTree a:focus,
.template-event_view #content-center .portletNavigationTree a:focus,
.template-fg_base_view_p3 #content-center .portletNavigationTree a:focus,
.template-topbar-manage-portlets #content-center .portletNavigationTree a:focus,
.section-contact #content-center .portletNavigationTree a:focus,
.template-tarif_hebergement #content-center .portletNavigationTree a:focus,
.template-summary_view.portaltype-folder #content-center .portletNavigationTree a:focus,
.template-album_view #content-center .portletNavigationTree a:focus,
.template-newsletters_by_year_view #content-center .portletNavigationTree a:focus,
.template-sitemap #content-center .portletNavigationTree a:focus,
.template-search #content-center .portletNavigationTree a:focus,
.portaltype-author #content-center .portletNavigationTree a:focus,
.template-siterequest_view #content-center .portletNavigationTree a:focus,
.template-newsitem_pilot_view #content-center .portletNavigationTree a:focus {
  text-decoration: none;
}
.template-document_view #content-center .portletNavigationTree .navTreeTopNode,
.template-reference_view #content-center .portletNavigationTree .navTreeTopNode,
.portaltype-collection #content-center .portletNavigationTree .navTreeTopNode,
.template-newsitem_view #content-center .portletNavigationTree .navTreeTopNode,
.template-event_view #content-center .portletNavigationTree .navTreeTopNode,
.template-fg_base_view_p3 #content-center .portletNavigationTree .navTreeTopNode,
.template-topbar-manage-portlets #content-center .portletNavigationTree .navTreeTopNode,
.section-contact #content-center .portletNavigationTree .navTreeTopNode,
.template-tarif_hebergement #content-center .portletNavigationTree .navTreeTopNode,
.template-summary_view.portaltype-folder #content-center .portletNavigationTree .navTreeTopNode,
.template-album_view #content-center .portletNavigationTree .navTreeTopNode,
.template-newsletters_by_year_view #content-center .portletNavigationTree .navTreeTopNode,
.template-sitemap #content-center .portletNavigationTree .navTreeTopNode,
.template-search #content-center .portletNavigationTree .navTreeTopNode,
.portaltype-author #content-center .portletNavigationTree .navTreeTopNode,
.template-siterequest_view #content-center .portletNavigationTree .navTreeTopNode,
.template-newsitem_pilot_view #content-center .portletNavigationTree .navTreeTopNode,
.template-document_view #content-center .portletNavigationTree .portletHeader,
.template-reference_view #content-center .portletNavigationTree .portletHeader,
.portaltype-collection #content-center .portletNavigationTree .portletHeader,
.template-newsitem_view #content-center .portletNavigationTree .portletHeader,
.template-event_view #content-center .portletNavigationTree .portletHeader,
.template-fg_base_view_p3 #content-center .portletNavigationTree .portletHeader,
.template-topbar-manage-portlets #content-center .portletNavigationTree .portletHeader,
.section-contact #content-center .portletNavigationTree .portletHeader,
.template-tarif_hebergement #content-center .portletNavigationTree .portletHeader,
.template-summary_view.portaltype-folder #content-center .portletNavigationTree .portletHeader,
.template-album_view #content-center .portletNavigationTree .portletHeader,
.template-newsletters_by_year_view #content-center .portletNavigationTree .portletHeader,
.template-sitemap #content-center .portletNavigationTree .portletHeader,
.template-search #content-center .portletNavigationTree .portletHeader,
.portaltype-author #content-center .portletNavigationTree .portletHeader,
.template-siterequest_view #content-center .portletNavigationTree .portletHeader,
.template-newsitem_pilot_view #content-center .portletNavigationTree .portletHeader {
  background: #F07E47;
  border-radius: 0;
  padding: 0;
  position: relative;
}
.template-document_view #content-center .portletNavigationTree .navTreeTopNode:before,
.template-reference_view #content-center .portletNavigationTree .navTreeTopNode:before,
.portaltype-collection #content-center .portletNavigationTree .navTreeTopNode:before,
.template-newsitem_view #content-center .portletNavigationTree .navTreeTopNode:before,
.template-event_view #content-center .portletNavigationTree .navTreeTopNode:before,
.template-fg_base_view_p3 #content-center .portletNavigationTree .navTreeTopNode:before,
.template-topbar-manage-portlets #content-center .portletNavigationTree .navTreeTopNode:before,
.section-contact #content-center .portletNavigationTree .navTreeTopNode:before,
.template-tarif_hebergement #content-center .portletNavigationTree .navTreeTopNode:before,
.template-summary_view.portaltype-folder #content-center .portletNavigationTree .navTreeTopNode:before,
.template-album_view #content-center .portletNavigationTree .navTreeTopNode:before,
.template-newsletters_by_year_view #content-center .portletNavigationTree .navTreeTopNode:before,
.template-sitemap #content-center .portletNavigationTree .navTreeTopNode:before,
.template-search #content-center .portletNavigationTree .navTreeTopNode:before,
.portaltype-author #content-center .portletNavigationTree .navTreeTopNode:before,
.template-siterequest_view #content-center .portletNavigationTree .navTreeTopNode:before,
.template-newsitem_pilot_view #content-center .portletNavigationTree .navTreeTopNode:before,
.template-document_view #content-center .portletNavigationTree .portletHeader:before,
.template-reference_view #content-center .portletNavigationTree .portletHeader:before,
.portaltype-collection #content-center .portletNavigationTree .portletHeader:before,
.template-newsitem_view #content-center .portletNavigationTree .portletHeader:before,
.template-event_view #content-center .portletNavigationTree .portletHeader:before,
.template-fg_base_view_p3 #content-center .portletNavigationTree .portletHeader:before,
.template-topbar-manage-portlets #content-center .portletNavigationTree .portletHeader:before,
.section-contact #content-center .portletNavigationTree .portletHeader:before,
.template-tarif_hebergement #content-center .portletNavigationTree .portletHeader:before,
.template-summary_view.portaltype-folder #content-center .portletNavigationTree .portletHeader:before,
.template-album_view #content-center .portletNavigationTree .portletHeader:before,
.template-newsletters_by_year_view #content-center .portletNavigationTree .portletHeader:before,
.template-sitemap #content-center .portletNavigationTree .portletHeader:before,
.template-search #content-center .portletNavigationTree .portletHeader:before,
.portaltype-author #content-center .portletNavigationTree .portletHeader:before,
.template-siterequest_view #content-center .portletNavigationTree .portletHeader:before,
.template-newsitem_pilot_view #content-center .portletNavigationTree .portletHeader:before {
  content: " ";
  display: inline-block;
  width: 300%;
  height: 100%;
  right: 290px;
  top: 0;
  background-color: #F07E47;
  position: absolute;
}
.template-document_view #content-center .portletNavigationTree .navTreeTopNode a,
.template-reference_view #content-center .portletNavigationTree .navTreeTopNode a,
.portaltype-collection #content-center .portletNavigationTree .navTreeTopNode a,
.template-newsitem_view #content-center .portletNavigationTree .navTreeTopNode a,
.template-event_view #content-center .portletNavigationTree .navTreeTopNode a,
.template-fg_base_view_p3 #content-center .portletNavigationTree .navTreeTopNode a,
.template-topbar-manage-portlets #content-center .portletNavigationTree .navTreeTopNode a,
.section-contact #content-center .portletNavigationTree .navTreeTopNode a,
.template-tarif_hebergement #content-center .portletNavigationTree .navTreeTopNode a,
.template-summary_view.portaltype-folder #content-center .portletNavigationTree .navTreeTopNode a,
.template-album_view #content-center .portletNavigationTree .navTreeTopNode a,
.template-newsletters_by_year_view #content-center .portletNavigationTree .navTreeTopNode a,
.template-sitemap #content-center .portletNavigationTree .navTreeTopNode a,
.template-search #content-center .portletNavigationTree .navTreeTopNode a,
.portaltype-author #content-center .portletNavigationTree .navTreeTopNode a,
.template-siterequest_view #content-center .portletNavigationTree .navTreeTopNode a,
.template-newsitem_pilot_view #content-center .portletNavigationTree .navTreeTopNode a,
.template-document_view #content-center .portletNavigationTree .portletHeader a,
.template-reference_view #content-center .portletNavigationTree .portletHeader a,
.portaltype-collection #content-center .portletNavigationTree .portletHeader a,
.template-newsitem_view #content-center .portletNavigationTree .portletHeader a,
.template-event_view #content-center .portletNavigationTree .portletHeader a,
.template-fg_base_view_p3 #content-center .portletNavigationTree .portletHeader a,
.template-topbar-manage-portlets #content-center .portletNavigationTree .portletHeader a,
.section-contact #content-center .portletNavigationTree .portletHeader a,
.template-tarif_hebergement #content-center .portletNavigationTree .portletHeader a,
.template-summary_view.portaltype-folder #content-center .portletNavigationTree .portletHeader a,
.template-album_view #content-center .portletNavigationTree .portletHeader a,
.template-newsletters_by_year_view #content-center .portletNavigationTree .portletHeader a,
.template-sitemap #content-center .portletNavigationTree .portletHeader a,
.template-search #content-center .portletNavigationTree .portletHeader a,
.portaltype-author #content-center .portletNavigationTree .portletHeader a,
.template-siterequest_view #content-center .portletNavigationTree .portletHeader a,
.template-newsitem_pilot_view #content-center .portletNavigationTree .portletHeader a {
  color: #FFF;
  background: #F07E47;
  font-size: 2.7rem;
  display: inline-block;
  width: auto;
  margin-right: 50px;
  border-top: 0;
  padding: 25px 15px;
}
.template-document_view #content-center .portletNavigationTree .navTreeTopNode img,
.template-reference_view #content-center .portletNavigationTree .navTreeTopNode img,
.portaltype-collection #content-center .portletNavigationTree .navTreeTopNode img,
.template-newsitem_view #content-center .portletNavigationTree .navTreeTopNode img,
.template-event_view #content-center .portletNavigationTree .navTreeTopNode img,
.template-fg_base_view_p3 #content-center .portletNavigationTree .navTreeTopNode img,
.template-topbar-manage-portlets #content-center .portletNavigationTree .navTreeTopNode img,
.section-contact #content-center .portletNavigationTree .navTreeTopNode img,
.template-tarif_hebergement #content-center .portletNavigationTree .navTreeTopNode img,
.template-summary_view.portaltype-folder #content-center .portletNavigationTree .navTreeTopNode img,
.template-album_view #content-center .portletNavigationTree .navTreeTopNode img,
.template-newsletters_by_year_view #content-center .portletNavigationTree .navTreeTopNode img,
.template-sitemap #content-center .portletNavigationTree .navTreeTopNode img,
.template-search #content-center .portletNavigationTree .navTreeTopNode img,
.portaltype-author #content-center .portletNavigationTree .navTreeTopNode img,
.template-siterequest_view #content-center .portletNavigationTree .navTreeTopNode img,
.template-newsitem_pilot_view #content-center .portletNavigationTree .navTreeTopNode img,
.template-document_view #content-center .portletNavigationTree .portletHeader img,
.template-reference_view #content-center .portletNavigationTree .portletHeader img,
.portaltype-collection #content-center .portletNavigationTree .portletHeader img,
.template-newsitem_view #content-center .portletNavigationTree .portletHeader img,
.template-event_view #content-center .portletNavigationTree .portletHeader img,
.template-fg_base_view_p3 #content-center .portletNavigationTree .portletHeader img,
.template-topbar-manage-portlets #content-center .portletNavigationTree .portletHeader img,
.section-contact #content-center .portletNavigationTree .portletHeader img,
.template-tarif_hebergement #content-center .portletNavigationTree .portletHeader img,
.template-summary_view.portaltype-folder #content-center .portletNavigationTree .portletHeader img,
.template-album_view #content-center .portletNavigationTree .portletHeader img,
.template-newsletters_by_year_view #content-center .portletNavigationTree .portletHeader img,
.template-sitemap #content-center .portletNavigationTree .portletHeader img,
.template-search #content-center .portletNavigationTree .portletHeader img,
.portaltype-author #content-center .portletNavigationTree .portletHeader img,
.template-siterequest_view #content-center .portletNavigationTree .portletHeader img,
.template-newsitem_pilot_view #content-center .portletNavigationTree .portletHeader img {
  float: right;
}
.template-document_view #content-center .portletNavigationTree li,
.template-reference_view #content-center .portletNavigationTree li,
.portaltype-collection #content-center .portletNavigationTree li,
.template-newsitem_view #content-center .portletNavigationTree li,
.template-event_view #content-center .portletNavigationTree li,
.template-fg_base_view_p3 #content-center .portletNavigationTree li,
.template-topbar-manage-portlets #content-center .portletNavigationTree li,
.section-contact #content-center .portletNavigationTree li,
.template-tarif_hebergement #content-center .portletNavigationTree li,
.template-summary_view.portaltype-folder #content-center .portletNavigationTree li,
.template-album_view #content-center .portletNavigationTree li,
.template-newsletters_by_year_view #content-center .portletNavigationTree li,
.template-sitemap #content-center .portletNavigationTree li,
.template-search #content-center .portletNavigationTree li,
.portaltype-author #content-center .portletNavigationTree li,
.template-siterequest_view #content-center .portletNavigationTree li,
.template-newsitem_pilot_view #content-center .portletNavigationTree li {
  margin-bottom: 0;
}
.template-document_view #content-center .portletNavigationTree li.navTreeCurrentNode .navTreeCurrentItem,
.template-reference_view #content-center .portletNavigationTree li.navTreeCurrentNode .navTreeCurrentItem,
.portaltype-collection #content-center .portletNavigationTree li.navTreeCurrentNode .navTreeCurrentItem,
.template-newsitem_view #content-center .portletNavigationTree li.navTreeCurrentNode .navTreeCurrentItem,
.template-event_view #content-center .portletNavigationTree li.navTreeCurrentNode .navTreeCurrentItem,
.template-fg_base_view_p3 #content-center .portletNavigationTree li.navTreeCurrentNode .navTreeCurrentItem,
.template-topbar-manage-portlets #content-center .portletNavigationTree li.navTreeCurrentNode .navTreeCurrentItem,
.section-contact #content-center .portletNavigationTree li.navTreeCurrentNode .navTreeCurrentItem,
.template-tarif_hebergement #content-center .portletNavigationTree li.navTreeCurrentNode .navTreeCurrentItem,
.template-summary_view.portaltype-folder #content-center .portletNavigationTree li.navTreeCurrentNode .navTreeCurrentItem,
.template-album_view #content-center .portletNavigationTree li.navTreeCurrentNode .navTreeCurrentItem,
.template-newsletters_by_year_view #content-center .portletNavigationTree li.navTreeCurrentNode .navTreeCurrentItem,
.template-sitemap #content-center .portletNavigationTree li.navTreeCurrentNode .navTreeCurrentItem,
.template-search #content-center .portletNavigationTree li.navTreeCurrentNode .navTreeCurrentItem,
.portaltype-author #content-center .portletNavigationTree li.navTreeCurrentNode .navTreeCurrentItem,
.template-siterequest_view #content-center .portletNavigationTree li.navTreeCurrentNode .navTreeCurrentItem,
.template-newsitem_pilot_view #content-center .portletNavigationTree li.navTreeCurrentNode .navTreeCurrentItem,
.template-document_view #content-center .portletNavigationTree li.navTreeFolderish .navTreeCurrentItem,
.template-reference_view #content-center .portletNavigationTree li.navTreeFolderish .navTreeCurrentItem,
.portaltype-collection #content-center .portletNavigationTree li.navTreeFolderish .navTreeCurrentItem,
.template-newsitem_view #content-center .portletNavigationTree li.navTreeFolderish .navTreeCurrentItem,
.template-event_view #content-center .portletNavigationTree li.navTreeFolderish .navTreeCurrentItem,
.template-fg_base_view_p3 #content-center .portletNavigationTree li.navTreeFolderish .navTreeCurrentItem,
.template-topbar-manage-portlets #content-center .portletNavigationTree li.navTreeFolderish .navTreeCurrentItem,
.section-contact #content-center .portletNavigationTree li.navTreeFolderish .navTreeCurrentItem,
.template-tarif_hebergement #content-center .portletNavigationTree li.navTreeFolderish .navTreeCurrentItem,
.template-summary_view.portaltype-folder #content-center .portletNavigationTree li.navTreeFolderish .navTreeCurrentItem,
.template-album_view #content-center .portletNavigationTree li.navTreeFolderish .navTreeCurrentItem,
.template-newsletters_by_year_view #content-center .portletNavigationTree li.navTreeFolderish .navTreeCurrentItem,
.template-sitemap #content-center .portletNavigationTree li.navTreeFolderish .navTreeCurrentItem,
.template-search #content-center .portletNavigationTree li.navTreeFolderish .navTreeCurrentItem,
.portaltype-author #content-center .portletNavigationTree li.navTreeFolderish .navTreeCurrentItem,
.template-siterequest_view #content-center .portletNavigationTree li.navTreeFolderish .navTreeCurrentItem,
.template-newsitem_pilot_view #content-center .portletNavigationTree li.navTreeFolderish .navTreeCurrentItem,
.template-document_view #content-center .portletNavigationTree li.navTreeCurrentNode .navTreeItemInPath,
.template-reference_view #content-center .portletNavigationTree li.navTreeCurrentNode .navTreeItemInPath,
.portaltype-collection #content-center .portletNavigationTree li.navTreeCurrentNode .navTreeItemInPath,
.template-newsitem_view #content-center .portletNavigationTree li.navTreeCurrentNode .navTreeItemInPath,
.template-event_view #content-center .portletNavigationTree li.navTreeCurrentNode .navTreeItemInPath,
.template-fg_base_view_p3 #content-center .portletNavigationTree li.navTreeCurrentNode .navTreeItemInPath,
.template-topbar-manage-portlets #content-center .portletNavigationTree li.navTreeCurrentNode .navTreeItemInPath,
.section-contact #content-center .portletNavigationTree li.navTreeCurrentNode .navTreeItemInPath,
.template-tarif_hebergement #content-center .portletNavigationTree li.navTreeCurrentNode .navTreeItemInPath,
.template-summary_view.portaltype-folder #content-center .portletNavigationTree li.navTreeCurrentNode .navTreeItemInPath,
.template-album_view #content-center .portletNavigationTree li.navTreeCurrentNode .navTreeItemInPath,
.template-newsletters_by_year_view #content-center .portletNavigationTree li.navTreeCurrentNode .navTreeItemInPath,
.template-sitemap #content-center .portletNavigationTree li.navTreeCurrentNode .navTreeItemInPath,
.template-search #content-center .portletNavigationTree li.navTreeCurrentNode .navTreeItemInPath,
.portaltype-author #content-center .portletNavigationTree li.navTreeCurrentNode .navTreeItemInPath,
.template-siterequest_view #content-center .portletNavigationTree li.navTreeCurrentNode .navTreeItemInPath,
.template-newsitem_pilot_view #content-center .portletNavigationTree li.navTreeCurrentNode .navTreeItemInPath,
.template-document_view #content-center .portletNavigationTree li.navTreeFolderish .navTreeItemInPath,
.template-reference_view #content-center .portletNavigationTree li.navTreeFolderish .navTreeItemInPath,
.portaltype-collection #content-center .portletNavigationTree li.navTreeFolderish .navTreeItemInPath,
.template-newsitem_view #content-center .portletNavigationTree li.navTreeFolderish .navTreeItemInPath,
.template-event_view #content-center .portletNavigationTree li.navTreeFolderish .navTreeItemInPath,
.template-fg_base_view_p3 #content-center .portletNavigationTree li.navTreeFolderish .navTreeItemInPath,
.template-topbar-manage-portlets #content-center .portletNavigationTree li.navTreeFolderish .navTreeItemInPath,
.section-contact #content-center .portletNavigationTree li.navTreeFolderish .navTreeItemInPath,
.template-tarif_hebergement #content-center .portletNavigationTree li.navTreeFolderish .navTreeItemInPath,
.template-summary_view.portaltype-folder #content-center .portletNavigationTree li.navTreeFolderish .navTreeItemInPath,
.template-album_view #content-center .portletNavigationTree li.navTreeFolderish .navTreeItemInPath,
.template-newsletters_by_year_view #content-center .portletNavigationTree li.navTreeFolderish .navTreeItemInPath,
.template-sitemap #content-center .portletNavigationTree li.navTreeFolderish .navTreeItemInPath,
.template-search #content-center .portletNavigationTree li.navTreeFolderish .navTreeItemInPath,
.portaltype-author #content-center .portletNavigationTree li.navTreeFolderish .navTreeItemInPath,
.template-siterequest_view #content-center .portletNavigationTree li.navTreeFolderish .navTreeItemInPath,
.template-newsitem_pilot_view #content-center .portletNavigationTree li.navTreeFolderish .navTreeItemInPath {
  color: #000;
}
.template-document_view #content-center .portletNavigationTree ul,
.template-reference_view #content-center .portletNavigationTree ul,
.portaltype-collection #content-center .portletNavigationTree ul,
.template-newsitem_view #content-center .portletNavigationTree ul,
.template-event_view #content-center .portletNavigationTree ul,
.template-fg_base_view_p3 #content-center .portletNavigationTree ul,
.template-topbar-manage-portlets #content-center .portletNavigationTree ul,
.section-contact #content-center .portletNavigationTree ul,
.template-tarif_hebergement #content-center .portletNavigationTree ul,
.template-summary_view.portaltype-folder #content-center .portletNavigationTree ul,
.template-album_view #content-center .portletNavigationTree ul,
.template-newsletters_by_year_view #content-center .portletNavigationTree ul,
.template-sitemap #content-center .portletNavigationTree ul,
.template-search #content-center .portletNavigationTree ul,
.portaltype-author #content-center .portletNavigationTree ul,
.template-siterequest_view #content-center .portletNavigationTree ul,
.template-newsitem_pilot_view #content-center .portletNavigationTree ul {
  margin: 0;
}
.template-document_view #content-center .portletNavigationTree li.navTreeCurrentNode .navTreeCurrentNode,
.template-reference_view #content-center .portletNavigationTree li.navTreeCurrentNode .navTreeCurrentNode,
.portaltype-collection #content-center .portletNavigationTree li.navTreeCurrentNode .navTreeCurrentNode,
.template-newsitem_view #content-center .portletNavigationTree li.navTreeCurrentNode .navTreeCurrentNode,
.template-event_view #content-center .portletNavigationTree li.navTreeCurrentNode .navTreeCurrentNode,
.template-fg_base_view_p3 #content-center .portletNavigationTree li.navTreeCurrentNode .navTreeCurrentNode,
.template-topbar-manage-portlets #content-center .portletNavigationTree li.navTreeCurrentNode .navTreeCurrentNode,
.section-contact #content-center .portletNavigationTree li.navTreeCurrentNode .navTreeCurrentNode,
.template-tarif_hebergement #content-center .portletNavigationTree li.navTreeCurrentNode .navTreeCurrentNode,
.template-summary_view.portaltype-folder #content-center .portletNavigationTree li.navTreeCurrentNode .navTreeCurrentNode,
.template-album_view #content-center .portletNavigationTree li.navTreeCurrentNode .navTreeCurrentNode,
.template-newsletters_by_year_view #content-center .portletNavigationTree li.navTreeCurrentNode .navTreeCurrentNode,
.template-sitemap #content-center .portletNavigationTree li.navTreeCurrentNode .navTreeCurrentNode,
.template-search #content-center .portletNavigationTree li.navTreeCurrentNode .navTreeCurrentNode,
.portaltype-author #content-center .portletNavigationTree li.navTreeCurrentNode .navTreeCurrentNode,
.template-siterequest_view #content-center .portletNavigationTree li.navTreeCurrentNode .navTreeCurrentNode,
.template-newsitem_pilot_view #content-center .portletNavigationTree li.navTreeCurrentNode .navTreeCurrentNode {
  background-color: #F6F6F6;
}
.template-document_view #content-center .portletNavigationTree .navTreeCurrentNode > a:after,
.template-reference_view #content-center .portletNavigationTree .navTreeCurrentNode > a:after,
.portaltype-collection #content-center .portletNavigationTree .navTreeCurrentNode > a:after,
.template-newsitem_view #content-center .portletNavigationTree .navTreeCurrentNode > a:after,
.template-event_view #content-center .portletNavigationTree .navTreeCurrentNode > a:after,
.template-fg_base_view_p3 #content-center .portletNavigationTree .navTreeCurrentNode > a:after,
.template-topbar-manage-portlets #content-center .portletNavigationTree .navTreeCurrentNode > a:after,
.section-contact #content-center .portletNavigationTree .navTreeCurrentNode > a:after,
.template-tarif_hebergement #content-center .portletNavigationTree .navTreeCurrentNode > a:after,
.template-summary_view.portaltype-folder #content-center .portletNavigationTree .navTreeCurrentNode > a:after,
.template-album_view #content-center .portletNavigationTree .navTreeCurrentNode > a:after,
.template-newsletters_by_year_view #content-center .portletNavigationTree .navTreeCurrentNode > a:after,
.template-sitemap #content-center .portletNavigationTree .navTreeCurrentNode > a:after,
.template-search #content-center .portletNavigationTree .navTreeCurrentNode > a:after,
.portaltype-author #content-center .portletNavigationTree .navTreeCurrentNode > a:after,
.template-siterequest_view #content-center .portletNavigationTree .navTreeCurrentNode > a:after,
.template-newsitem_pilot_view #content-center .portletNavigationTree .navTreeCurrentNode > a:after,
.template-document_view #content-center .portletNavigationTree li > a:hover:after,
.template-reference_view #content-center .portletNavigationTree li > a:hover:after,
.portaltype-collection #content-center .portletNavigationTree li > a:hover:after,
.template-newsitem_view #content-center .portletNavigationTree li > a:hover:after,
.template-event_view #content-center .portletNavigationTree li > a:hover:after,
.template-fg_base_view_p3 #content-center .portletNavigationTree li > a:hover:after,
.template-topbar-manage-portlets #content-center .portletNavigationTree li > a:hover:after,
.section-contact #content-center .portletNavigationTree li > a:hover:after,
.template-tarif_hebergement #content-center .portletNavigationTree li > a:hover:after,
.template-summary_view.portaltype-folder #content-center .portletNavigationTree li > a:hover:after,
.template-album_view #content-center .portletNavigationTree li > a:hover:after,
.template-newsletters_by_year_view #content-center .portletNavigationTree li > a:hover:after,
.template-sitemap #content-center .portletNavigationTree li > a:hover:after,
.template-search #content-center .portletNavigationTree li > a:hover:after,
.portaltype-author #content-center .portletNavigationTree li > a:hover:after,
.template-siterequest_view #content-center .portletNavigationTree li > a:hover:after,
.template-newsitem_pilot_view #content-center .portletNavigationTree li > a:hover:after {
  content: none;
}
.template-document_view #content-center .portletNavigationTree li li a,
.template-reference_view #content-center .portletNavigationTree li li a,
.portaltype-collection #content-center .portletNavigationTree li li a,
.template-newsitem_view #content-center .portletNavigationTree li li a,
.template-event_view #content-center .portletNavigationTree li li a,
.template-fg_base_view_p3 #content-center .portletNavigationTree li li a,
.template-topbar-manage-portlets #content-center .portletNavigationTree li li a,
.section-contact #content-center .portletNavigationTree li li a,
.template-tarif_hebergement #content-center .portletNavigationTree li li a,
.template-summary_view.portaltype-folder #content-center .portletNavigationTree li li a,
.template-album_view #content-center .portletNavigationTree li li a,
.template-newsletters_by_year_view #content-center .portletNavigationTree li li a,
.template-sitemap #content-center .portletNavigationTree li li a,
.template-search #content-center .portletNavigationTree li li a,
.portaltype-author #content-center .portletNavigationTree li li a,
.template-siterequest_view #content-center .portletNavigationTree li li a,
.template-newsitem_pilot_view #content-center .portletNavigationTree li li a {
  text-transform: none;
  font-size: 1.4rem;
  padding: 8px 15px;
  color: #B2B2B1;
}
.template-document_view #content-center h1.documentFirstHeading,
.template-reference_view #content-center h1.documentFirstHeading,
.portaltype-collection #content-center h1.documentFirstHeading,
.template-newsitem_view #content-center h1.documentFirstHeading,
.template-event_view #content-center h1.documentFirstHeading,
.template-fg_base_view_p3 #content-center h1.documentFirstHeading,
.template-topbar-manage-portlets #content-center h1.documentFirstHeading,
.section-contact #content-center h1.documentFirstHeading,
.template-tarif_hebergement #content-center h1.documentFirstHeading,
.template-summary_view.portaltype-folder #content-center h1.documentFirstHeading,
.template-album_view #content-center h1.documentFirstHeading,
.template-newsletters_by_year_view #content-center h1.documentFirstHeading,
.template-sitemap #content-center h1.documentFirstHeading,
.template-search #content-center h1.documentFirstHeading,
.portaltype-author #content-center h1.documentFirstHeading,
.template-siterequest_view #content-center h1.documentFirstHeading,
.template-newsitem_pilot_view #content-center h1.documentFirstHeading {
  font-family: 'PT Serif', serif;
  text-transform: uppercase;
  font-size: 4.3rem;
  font-weight: 700;
  color: #3a3939;
  padding: 32px 0 30px 0;
  margin-bottom: 20px;
  margin-top: 18px;
  display: inline-block;
  border-bottom: 0;
}
.template-document_view #content-center p.documentDescription,
.template-reference_view #content-center p.documentDescription,
.portaltype-collection #content-center p.documentDescription,
.template-newsitem_view #content-center p.documentDescription,
.template-event_view #content-center p.documentDescription,
.template-fg_base_view_p3 #content-center p.documentDescription,
.template-topbar-manage-portlets #content-center p.documentDescription,
.section-contact #content-center p.documentDescription,
.template-tarif_hebergement #content-center p.documentDescription,
.template-summary_view.portaltype-folder #content-center p.documentDescription,
.template-album_view #content-center p.documentDescription,
.template-newsletters_by_year_view #content-center p.documentDescription,
.template-sitemap #content-center p.documentDescription,
.template-search #content-center p.documentDescription,
.portaltype-author #content-center p.documentDescription,
.template-siterequest_view #content-center p.documentDescription,
.template-newsitem_pilot_view #content-center p.documentDescription {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-size: 2.6rem;
  line-height: 3.8rem;
  text-align: left;
  font-weight: bold;
  text-align: justify;
  text-transform: uppercase;
  margin-bottom: 40px;
  color: #3a3939;
}
.template-document_view #content-center h3,
.template-reference_view #content-center h3,
.portaltype-collection #content-center h3,
.template-newsitem_view #content-center h3,
.template-event_view #content-center h3,
.template-fg_base_view_p3 #content-center h3,
.template-topbar-manage-portlets #content-center h3,
.section-contact #content-center h3,
.template-tarif_hebergement #content-center h3,
.template-summary_view.portaltype-folder #content-center h3,
.template-album_view #content-center h3,
.template-newsletters_by_year_view #content-center h3,
.template-sitemap #content-center h3,
.template-search #content-center h3,
.portaltype-author #content-center h3,
.template-siterequest_view #content-center h3,
.template-newsitem_pilot_view #content-center h3 {
  font-family: 'PT Serif', serif;
  text-transform: uppercase;
  font-size: 3rem;
  text-align: left;
  font-weight: 700;
  color: #4F4F4F;
  margin: 00px;
  padding: 20px 0;
  margin-top: 40px;
  margin-bottom: 20px;
  display: inline-block;
  position: relative;
}
.template-document_view #content-center h3:before,
.template-reference_view #content-center h3:before,
.portaltype-collection #content-center h3:before,
.template-newsitem_view #content-center h3:before,
.template-event_view #content-center h3:before,
.template-fg_base_view_p3 #content-center h3:before,
.template-topbar-manage-portlets #content-center h3:before,
.section-contact #content-center h3:before,
.template-tarif_hebergement #content-center h3:before,
.template-summary_view.portaltype-folder #content-center h3:before,
.template-album_view #content-center h3:before,
.template-newsletters_by_year_view #content-center h3:before,
.template-sitemap #content-center h3:before,
.template-search #content-center h3:before,
.portaltype-author #content-center h3:before,
.template-siterequest_view #content-center h3:before,
.template-newsitem_pilot_view #content-center h3:before {
  content: " ";
  display: inline-block;
  width: 80px;
  height: 2px;
  left: 0;
  top: 0;
  background-color: #F07E47;
  position: absolute;
}
.portaltype-author #form-widgets-IAuthorSchema-image img {
  width: 100%;
  height: 100%;
  max-width: 500px;
}
.portaltype-author label[for=form-widgets-IAuthorSchema-image],
.portaltype-author label[for=form-widgets-IAuthorSchema-website_url] {
  display: none;
}
.template-newsitem_pilot_view #content-center .effective_date {
  color: #4F4F4F;
  font-family: 'PT Serif', serif;
  font-weight: bold;
  margin-top: 50px;
  display: block;
  margin-bottom: 3px;
  font-size: 13px;
  letter-spacing: 1.3px;
}
.template-newsitem_pilot_view #content-center .effective_date + h1.documentFirstHeading {
  padding-top: 0;
  margin-top: 0;
}
#content-center #portal-column-one .portlet-newsletter-year h3 {
  color: #FFF;
  font-size: 2.7rem;
  display: inline-block;
  width: auto;
  border-top: 0;
  position: relative;
  background-color: #F07E47;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: normal;
  width: 290px;
  padding: 30px 15px;
  margin: 0;
}
#content-center #portal-column-one .portlet-newsletter-year h3:before {
  content: " ";
  display: inline-block;
  width: 600px;
  height: 100%;
  left: -600px;
  top: 0;
  background-color: #F07E47;
  position: absolute;
}
#content-center #portal-column-one .portlet-newsletter-year ul {
  padding: 0;
  list-style: none;
  position: relative;
}
#content-center #portal-column-one .portlet-newsletter-year ul li {
  font-size: 15px;
  line-height: 25px;
  display: block;
  margin-bottom: 0;
}
#content-center #portal-column-one .portlet-newsletter-year ul li a {
  color: #525252;
  background-color: #FFF;
  font-size: 1.7rem;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  display: block;
}
#content-center #portal-column-one .portlet-newsletter-year ul li a:hover {
  text-decoration: none;
  background-color: #fcfcfc;
}
/****************************
       TEXTES GENERAUX
*****************************/
.template-document_view #parent-fieldname-text p,
.section-references #parent-fieldname-text p,
.template-summary_view.portaltype-collection #parent-fieldname-text p,
.template-event_view #parent-fieldname-text p,
.template-newsitem_view #parent-fieldname-text p,
.template-summary_jobs_view.portaltype-collection #parent-fieldname-text p,
.template-document_view #content-core p,
.section-references #content-core p,
.template-summary_view.portaltype-collection #content-core p,
.template-event_view #content-core p,
.template-newsitem_view #content-core p,
.template-summary_jobs_view.portaltype-collection #content-core p,
.template-document_view .tileBody .description,
.section-references .tileBody .description,
.template-summary_view.portaltype-collection .tileBody .description,
.template-event_view .tileBody .description,
.template-newsitem_view .tileBody .description,
.template-summary_jobs_view.portaltype-collection .tileBody .description {
  text-align: justify;
  font-size: 15px;
  line-height: 25px;
  margin: 0 0 15px;
}
.template-document_view #parent-fieldname-text p a,
.section-references #parent-fieldname-text p a,
.template-summary_view.portaltype-collection #parent-fieldname-text p a,
.template-event_view #parent-fieldname-text p a,
.template-newsitem_view #parent-fieldname-text p a,
.template-summary_jobs_view.portaltype-collection #parent-fieldname-text p a,
.template-document_view #content-core p a,
.section-references #content-core p a,
.template-summary_view.portaltype-collection #content-core p a,
.template-event_view #content-core p a,
.template-newsitem_view #content-core p a,
.template-summary_jobs_view.portaltype-collection #content-core p a,
.template-document_view .tileBody .description a,
.section-references .tileBody .description a,
.template-summary_view.portaltype-collection .tileBody .description a,
.template-event_view .tileBody .description a,
.template-newsitem_view .tileBody .description a,
.template-summary_jobs_view.portaltype-collection .tileBody .description a {
  color: #747374 !important;
  text-decoration: underline;
}
.template-document_view ul,
.section-references ul,
.template-summary_view.portaltype-collection ul,
.template-event_view ul,
.template-newsitem_view ul,
.template-summary_jobs_view.portaltype-collection ul {
  margin-bottom: 20px;
}
.template-document_view ul li,
.section-references ul li,
.template-summary_view.portaltype-collection ul li,
.template-event_view ul li,
.template-newsitem_view ul li,
.template-summary_jobs_view.portaltype-collection ul li {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 25px;
}
/****************************
       VUE SOMMAIRE DE BASE
*****************************/
.template-summary_view.portaltype-folder #content-center .tileItem {
  border-top: 1px solid #e7e7e7;
  padding-bottom: 20px;
}
.template-summary_view.portaltype-folder #content-center .tileItem h2 {
  cursor: pointer;
}
.template-summary_view.portaltype-folder #content-center .tileItem h2 .summary.url {
  font-size: 20px;
  line-height: 25px;
  color: #525252;
  text-transform: uppercase;
  text-decoration: none;
}
.template-summary_view.portaltype-folder #content-center .tileItem h2 .summary.url:hover {
  color: #525252;
  border-bottom: 0;
  text-decoration: underline;
}
.template-summary_view.portaltype-folder #content-center .tileItem a {
  color: #525252;
  text-decoration: underline;
}
/****************************
       REFERENCES LIEES
*****************************/
#content-center #linked-references {
  background: #f6f6f6;
  /* Old browsers */
  background: -moz-linear-gradient(left, #f6f6f6 0%, #ffffff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #f6f6f6 0%, #ffffff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #f6f6f6 0%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#ffffff', GradientType=1);
  /* IE6-9 */
  overflow: hidden;
  display: inline-block;
  width: 100%;
  padding-right: 20px;
  margin-top: 40px;
}
#content-center #linked-references h3 {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 2rem;
  line-height: 2.8rem;
  color: #FFF;
  background-color: #746c7e;
  width: 160px;
  height: 160px;
  padding: 50px 15px 15px 15px;
  margin: 0 20px 0 0;
  display: inline-block;
  float: left;
}
#content-center #linked-references h3:before {
  content: none;
}
#content-center #linked-references a {
  width: 129px;
  height: 129px;
  border-radius: 95px;
  border: 1px solid #dadad9;
  background-color: #FFF;
  margin: 15px 20px 0 20px;
  display: inline-block;
  overflow: hidden;
  -webkit-transition: all ease-in 0.3s;
  -moz-transition: all ease-in 0.3s;
  -o-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
  text-decoration: none;
}
#content-center #linked-references a:hover {
  border: 1px solid #F07E47;
}
/****************************
      HOME ACTUS
*****************************/
.template-summary_view.portaltype-collection .tileItem,
.template-summary_jobs_view.portaltype-collection .tileItem {
  margin-bottom: 40px;
}
.template-summary_view.portaltype-collection .tileItem:after,
.template-summary_jobs_view.portaltype-collection .tileItem:after {
  content: "";
  display: table;
  clear: both;
}
.template-summary_view.portaltype-collection .tileBody,
.template-summary_jobs_view.portaltype-collection .tileBody {
  float: none !important;
  width: auto !important;
  text-align: justify;
  margin-left: 0px !important;
}
.template-summary_view.portaltype-collection .tileBody .description,
.template-summary_jobs_view.portaltype-collection .tileBody .description {
  display: inline;
}
.template-summary_view.portaltype-collection h2,
.template-summary_jobs_view.portaltype-collection h2 {
  margin: 00px;
  padding: 20px 0;
  margin-top: 40px;
  margin-bottom: 0px;
  display: inline-block;
  position: relative;
}
.template-summary_view.portaltype-collection h2 a,
.template-summary_jobs_view.portaltype-collection h2 a {
  font-family: 'PT Serif', serif;
  text-transform: uppercase;
  font-size: 3rem;
  text-align: left;
  font-weight: 700;
  color: #4F4F4F;
  text-transform: none;
}
.template-summary_view.portaltype-collection h2 a:hover,
.template-summary_jobs_view.portaltype-collection h2 a:hover,
.template-summary_view.portaltype-collection h2 a:active,
.template-summary_jobs_view.portaltype-collection h2 a:active,
.template-summary_view.portaltype-collection h2 a:focus,
.template-summary_jobs_view.portaltype-collection h2 a:focus {
  text-decoration: none;
  border: 0;
}
.template-summary_view.portaltype-collection h2:before,
.template-summary_jobs_view.portaltype-collection h2:before {
  content: " ";
  display: inline-block;
  width: 80px;
  height: 2px;
  left: 0;
  top: 0;
  background-color: #F07E47;
  position: absolute;
}
.template-summary_view.portaltype-collection h2 .tileDate,
.template-summary_jobs_view.portaltype-collection h2 .tileDate {
  color: #4F4F4F;
  font-family: 'PT Serif', serif;
  font-weight: bold;
  margin-top: -8px;
  margin-bottom: 3px;
  font-size: 13px;
  letter-spacing: 1.3px;
}
.template-summary_view.portaltype-collection .tileImage,
.template-summary_jobs_view.portaltype-collection .tileImage {
  padding-right: 20px;
  margin-bottom: 5px;
  width: 130px;
}
.template-summary_view.portaltype-collection .tileImage a,
.template-summary_jobs_view.portaltype-collection .tileImage a {
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 95px;
  border: 1px solid #dadad9;
  overflow: hidden;
  background-color: #FFF;
  position: relative;
}
.template-summary_view.portaltype-collection .tileImage a img,
.template-summary_jobs_view.portaltype-collection .tileImage a img {
  position: absolute;
  width: auto;
  height: 100%;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.template-newsitem_view #viewlet-above-content-title {
  margin-bottom: 50px;
}
.template-newsitem_view .documentFirstHeading + #viewlet-below-content-title + .documentDescription {
  margin-top: 30px;
}
.template-newsitem_view .leadImage {
  float: left;
  padding-right: 20px;
  clear: left;
  margin-top: 0px;
  margin-bottom: 5px;
  width: 190px;
}
.template-newsitem_view .leadImage .newsImageContainer {
  float: none;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
  overflow: hidden;
}
.template-newsitem_view .leadImage .newsImageContainer a {
  display: block;
  width: 160px;
  height: 160px;
  border-radius: 160px;
  border: 1px solid #dadad9;
  overflow: hidden;
  background-color: #FFF;
  position: relative;
}
.template-newsitem_view .leadImage .newsImageContainer a img {
  position: absolute;
  width: auto;
  height: 100%;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.template-newsitem_view h1.documentFirstHeading {
  float: none !important;
  width: auto !important;
  margin-left: 0px !important;
  display: inline !important;
}
#content #keywords h3 {
  display: none !important;
}
#content #keywords ul {
  padding-left: 0;
  margin-top: 20px;
}
#content #keywords ul li {
  display: inline-block;
  list-style-type: none;
  margin-bottom: 10px;
  line-height: 25px;
}
#content #keywords ul li a {
  font-family: 'Roboto Condensed', sans-serif;
  color: #747374 !important;
  padding: 2px 12px;
  font-size: 14px;
  border: 1px solid #747374;
  opacity: 0.7;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
#content #keywords ul li a:hover {
  opacity: 1;
  text-decoration: none;
}
/****************************
      RECRUTEMENT
*****************************/
.template-summary_jobs_view.portaltype-collection .tileItem.reviewstate-visible {
  position: relative;
}
.template-summary_jobs_view.portaltype-collection .tileItem.reviewstate-visible:before {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 42px;
  left: -1px;
  content: "";
  background: url("/++theme++pilotwww/images/recrutement_obsolete.png") no-repeat top left;
  z-index: 1;
}
@media (max-width: 520px) {
  .template-summary_jobs_view.portaltype-collection .tileItem .tileFooter {
    font-size: 11px;
  }
}
/****************************
      EVENTS
*****************************/
.section-events.template-summary_view.portaltype-collection .tileBody {
  margin-left: 0 !important;
}
.section-events.template-summary_view.portaltype-collection .tileItem .documentByLine {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-size: 1.8rem;
  line-height: 2.5rem;
  text-align: left;
  font-weight: normal;
  margin-bottom: 10px;
  color: #3a3939;
}
.template-event_view #content-core .event.clearfix,
.template-event_view #content-core .event.container,
.template-event_view #content-core .event.container-fluid,
.template-event_view #content-core .event.row,
.template-event_view #content-core .event#edit-zone.plone-toolbar-top .plone-toolbar-container,
.template-event_view #content-core .event.plone-modal .plone-modal-content {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.template-event_view #parent-fieldname-text {
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.template-event_view .event.summary {
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  display: block;
  width: 100%;
  max-width: 100%;
  box-shadow: none;
  float: none;
  background-color: transparent;
  color: #FFF;
  margin-right: 0px;
  margin-top: 40px;
  padding: 0px;
  list-style-type: none;
}
.template-event_view .event.summary:after {
  content: "";
  display: table;
  clear: both;
}
.template-event_view .event.summary .event-category {
  display: none;
}
.template-event_view .event.summary li {
  display: block;
  float: left;
  margin-right: 30px;
  background-color: #F07E47;
  width: 170px;
  height: 170px;
  padding: 70px 20px 20px 20px;
  border-radius: 200px;
  text-align: center;
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1.9rem;
  position: relative;
}
.template-event_view .event.summary li strong {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.6rem;
  padding: 0 20px;
  margin-bottom: 10px;
  margin-top: 10px;
  position: absolute;
  top: 20px;
  display: block;
  width: 170px;
  left: 0;
}
.template-event_view .event.summary li a {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1.9rem;
  color: #FFF;
}
.template-event_view .event.summary .event-calendar {
  padding: 110px 20px 20px 20px;
}
/****************************
      ANCIEN EVENT
*****************************/
.template-signable_event_view #content-center {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 80px auto;
  background: #FFF;
}
.template-signable_event_view #content-center a {
  color: inherit;
  text-decoration: underline;
}
.template-signable_event_view #content-center .documentFirstHeading {
  font-family: 'PT Serif', serif;
  text-transform: uppercase;
  font-size: 4.3rem;
  font-weight: 700;
  color: #3a3939;
  padding: 32px 0 30px 0;
  margin-bottom: 20px;
  margin-top: 18px;
  display: inline-block;
  border-bottom: 0;
}
.template-signable_event_view #content-center .vertical.listing br {
  display: none;
}
.template-signable_event_view #content-center .vevent {
  display: flex;
  flex-flow: column;
}
.template-signable_event_view #content-center .vevent .eventDetails.vcard {
  order: 15;
  margin-top: 20px;
}
/****************************
      TABLEAU PRIX
*****************************/
.template-tarif_hebergement #podp table,
.template-document_view.section-cloud #content-core table {
  text-align: left;
  border-collapse: collapse;
  border-spacing: 0px;
  width: 100%;
  border: 0;
  margin-bottom: 30px;
}
.template-tarif_hebergement #podp table tr,
.template-document_view.section-cloud #content-core table tr {
  border: 0;
}
.template-tarif_hebergement #podp table tr td,
.template-document_view.section-cloud #content-core table tr td,
.template-tarif_hebergement #podp table tr th,
.template-document_view.section-cloud #content-core table tr th {
  vertical-align: middle !important;
  text-align: left;
}
.template-tarif_hebergement #podp table thead,
.template-document_view.section-cloud #content-core table thead {
  background-color: #62c2d0;
}
.template-tarif_hebergement #podp table thead tr th,
.template-document_view.section-cloud #content-core table thead tr th {
  padding: 15px 3px 15px 15px;
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-size: 1.8rem;
  color: #FFF;
  font-weight: bold;
  text-transform: uppercase;
  border: 0;
  border-right: 1px solid #FFF;
}
.template-tarif_hebergement #podp table tbody tr:nth-child(2n),
.template-document_view.section-cloud #content-core table tbody tr:nth-child(2n) {
  background-color: #eff7f8 !important;
}
.template-tarif_hebergement #podp table tbody tr td,
.template-document_view.section-cloud #content-core table tbody tr td {
  padding: 12px 3px 12px 15px !important;
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-size: 1.5rem;
  color: #3a3939;
  border: none;
  border-right: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
}
.template-tarif_hebergement #podp table tbody tr td:nth-child(1),
.template-document_view.section-cloud #content-core table tbody tr td:nth-child(1) {
  font-weight: bold;
  min-width: 250px;
}
.template-tarif_hebergement #podp table tbody tr td:nth-child(2),
.template-document_view.section-cloud #content-core table tbody tr td:nth-child(2) {
  min-width: 115px;
}
.template-tarif_hebergement #podp table tbody tr td:nth-child(3),
.template-document_view.section-cloud #content-core table tbody tr td:nth-child(3) {
  font-size: 1.4rem;
  font-family: arial;
}
/****************************
      TABLEAU CLOUD
*****************************/
.template-tarif_hebergement a#PODP {
  text-decoration: none;
}
.template-tarif_hebergement a#PODP h1 {
  font-family: 'PT Serif', serif;
  text-transform: uppercase;
  font-size: 4.3rem;
  font-weight: 700;
  color: #3a3939;
  padding: 32px 0 30px 0;
  margin-bottom: 20px;
  margin-top: 18px;
  display: inline-block;
  border-bottom: 0;
}
.template-tarif_hebergement a#PODP:hover {
  text-decoration: none;
}
.template-tarif_hebergement #podp table {
  table-layout: fixed;
  margin-bottom: 15px;
}
.template-tarif_hebergement #podp table #refresh {
  color: #FFF;
}
.template-tarif_hebergement #podp table tr td,
.template-tarif_hebergement #podp table tr th {
  width: 22%;
  min-width: auto !important;
  text-align: center;
  padding: 15px 10px 15px 10px;
}
.template-tarif_hebergement #podp table tr td:first-child,
.template-tarif_hebergement #podp table tr th:first-child {
  width: 28%;
  text-align: left;
}
.template-tarif_hebergement #podp table .infos {
  position: relative;
}
.template-tarif_hebergement #podp table .infos i {
  color: #DC8D64;
  padding: 2px;
  font-size: 1.1rem;
  text-align: center;
  text-decoration: underline;
  line-height: 1.2rem;
  cursor: pointer;
  position: relative;
  top: -2px;
  z-index: 60;
}
.template-tarif_hebergement #podp table .infos span {
  position: absolute;
  left: -7px;
  top: 30px;
  color: #FFF;
  background: rgba(79, 90, 96, 0.9);
  padding: 15px;
  border-radius: 3px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  transform: scale(0) rotate(10deg);
  transition: all .25s;
  opacity: 0;
  font-size: 1.3rem;
  font-weight: normal;
  display: inline-block;
  width: 290px;
  z-index: 70;
  white-space: normal;
}
.template-tarif_hebergement #podp table .infos span:before {
  border-bottom: 6px solid rgba(79, 90, 96, 0.9);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: "";
  height: 0;
  left: 10px;
  position: absolute;
  top: -6px;
  width: 0;
}
.template-tarif_hebergement #podp table .infos:hover span {
  transform: scale(1) rotate(0);
  opacity: 1;
}
.template-tarif_hebergement #podp table #raw_total {
  background-color: #4c4753;
}
.template-tarif_hebergement #podp table #raw_total th,
.template-tarif_hebergement #podp table #raw_total td {
  padding: 15px 3px 15px 15px;
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-size: 1.8rem;
  color: #FFF;
  font-weight: bold;
  text-transform: uppercase;
  border: 0;
  border-right: 1px solid #FFF;
  background-color: #5db0bc;
}
.template-tarif_hebergement #podp table #raw_total th {
  background-color: #5db0bc !important;
  font-weight: normal;
}
.template-tarif_hebergement #podp table #raw_total td {
  border-right: 0 !important;
  background-color: #62c2d0;
}
.template-tarif_hebergement #init_day td:nth-child(3),
.template-tarif_hebergement #init_day td:nth-child(4) {
  background-color: #5db0bc;
}
.template-tarif_hebergement #init_day td:nth-child(4) {
  color: #FFF;
}
.template-tarif_hebergement #offrecp {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}
.template-tarif_hebergement #offrecp table {
  border: 0 !important;
  margin-bottom: 10px;
  width: 100%;
}
.template-tarif_hebergement #offrecp table tr td {
  border-top: 1px solid #e9eff2 !important;
  border-bottom: 1px solid #e9eff2 !important;
}
.template-tarif_hebergement #offrecp table tr td:last-child {
  border-right: 1px solid #e9eff2 !important;
  text-align: center;
  width: 15%;
}
.template-tarif_hebergement #offrecp table tr td:first-child {
  text-align: left;
  padding-left: 30px 15px !important;
  border-top: 0 !important;
  border-bottom: 0 !important;
  background: #62c2d0;
}
.template-tarif_hebergement #offrecp table tr td:first-child h2 {
  color: #FFF;
  border-radius: 0;
  border: 0;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 2.2rem;
  line-height: 2.8rem;
  font-weight: bold;
  text-transform: uppercase;
  margin: 20px 0;
  text-align: center;
}
.template-tarif_hebergement #offrecp td.price {
  text-align: center;
}
.template-tarif_hebergement #offrecp td.price span {
  font-weight: bold;
  font-size: 2rem;
}
.template-tarif_hebergement #offrecp .open_form {
  webkit-box-shadow: none;
  box-shadow: none;
  float: none;
}
#button_configurer a {
  float: right;
}
/****************************
      CONTACT
*****************************/
.formid-nous_contacter {
  margin-bottom: 30px;
}
.formid-nous_contacter:after {
  content: "";
  display: table;
  clear: both;
}
.formid-nous_contacter #pfg-fieldwrapper {
  margin-bottom: 45px;
}
.formid-nous_contacter .g-recaptcha {
  margin-top: 35px;
}
.formid-nous_contacter form {
  margin-top: 30px;
}
.formid-nous_contacter form .field {
  float: left;
  width: 45%;
  min-height: 85px;
}
.formid-nous_contacter form .field:after {
  content: "";
  display: table;
  clear: both;
}
.formid-nous_contacter form .field:nth-child(2n) {
  float: right;
}
.formid-nous_contacter form #archetypes-fieldname-topic {
  width: 100%;
  clear: left;
  margin-top: 40px;
  margin-bottom: 0;
  padding-top: 30px;
  padding: 30px 10px 15px 10px;
  border-top: 1px solid #cccccc;
  background-color: #fbfbfb;
}
.formid-nous_contacter form #archetypes-fieldname-topic label {
  font-size: 1.6rem;
}
.formid-nous_contacter form #archetypes-fieldname-champs {
  width: 100%;
  background-color: #fbfbfb;
  padding: 0 10px 15px 10px;
  margin: 0;
}
.formid-nous_contacter form #archetypes-fieldname-champs:after {
  content: "";
  display: table;
  clear: both;
}
.formid-nous_contacter form #archetypes-fieldname-champs .formQuestion,
.formid-nous_contacter form #archetypes-fieldname-champs br {
  display: none;
}
.formid-nous_contacter form #archetypes-fieldname-champs input,
.formid-nous_contacter form #archetypes-fieldname-champs label {
  float: left;
  margin-right: 10px;
}
.formid-nous_contacter form #archetypes-fieldname-champs label {
  margin-right: 25px;
  font-weight: normal !important;
}
.formid-nous_contacter form #archetypes-fieldname-comments,
.formid-nous_contacter form #archetypes-fieldname-url,
.formid-nous_contacter form #archetypes-fieldname-piece-jointe {
  width: 100%;
  float: none;
  clear: both;
  margin-bottom: 0;
  padding: 0 10px 15px 10px;
  background-color: #fbfbfb;
}
.formid-nous_contacter form #archetypes-fieldname-piece-jointe {
  padding: 0 10px 50px 10px;
}
.formid-nous_contacter form #archetypes-fieldname-comments label {
  font-size: 1.6rem;
}
.formid-nous_contacter form #archetypes-fieldname-url label {
  font-weight: normal;
}
.formid-nous_contacter form #archetypes-fieldname-url textarea {
  min-height: 15px;
}
.formid-nous_contacter form .ArchetypesCaptchaWidget .required {
  display: none;
}
.formid-nous_contacter form .formControls {
  box-shadow: none;
  float: right;
  padding: 0 !important;
}
.formid-nous_contacter form .formControls input {
  background: transparent;
  border: 0;
}
.formid-nous_contacter label .required::after {
  color: #F07E47;
  content: "*";
  font-size: 150%;
  line-height: 0;
  position: relative;
  top: 4px;
  margin-left: -4px;
}
.formid-nous_contacter .field.error {
  background: transparent;
  box-shadow: none;
  webkit-box-shadow: none;
}
.formid-nous_contacter .field.error label {
  color: #F07E47;
}
.formid-nous_contacter .field.error .fieldErrorBox {
  color: #F07E47;
  font-size: 1.1rem;
  position: relative;
  top: -4px;
}
.formid-nous_contacter .field.error input,
.formid-nous_contacter .field.error textarea,
.formid-nous_contacter .field.error select {
  border-color: #F07E47;
}
#nous_trouver #panel {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-size: 1.6rem;
  margin-bottom: 30px;
}
#nous_trouver #panel a {
  color: #FFF;
  text-decoration: none;
  display: inline-block;
  margin: 00px 0 0px 25px;
  font-size: 1.6rem;
  padding: 4px 25px;
  top: 8px;
}
/****************************
      CONTACT SIMPLIFIÉ
*****************************/
.section-contact,
.template-tarif_hebergement {
  /*ERREURS*/
}
.section-contact #contact-auteurs:empty,
.template-tarif_hebergement #contact-auteurs:empty {
  margin: 0 !important;
}
.section-contact #form label .required::after,
.template-tarif_hebergement #form label .required::after,
.section-contact #form_offre label .required::after,
.template-tarif_hebergement #form_offre label .required::after {
  color: #F07E47;
  content: "*";
  font-size: 150%;
  line-height: 0;
  position: relative;
  top: 4px;
  margin-left: -4px;
}
.section-contact #form .field.error,
.template-tarif_hebergement #form .field.error,
.section-contact #form_offre .field.error,
.template-tarif_hebergement #form_offre .field.error {
  background: transparent;
  box-shadow: none;
  webkit-box-shadow: none;
}
.section-contact #form .field.error label,
.template-tarif_hebergement #form .field.error label,
.section-contact #form_offre .field.error label,
.template-tarif_hebergement #form_offre .field.error label {
  color: #F07E47;
}
.section-contact #form .field.error .fieldErrorBox,
.template-tarif_hebergement #form .field.error .fieldErrorBox,
.section-contact #form_offre .field.error .fieldErrorBox,
.template-tarif_hebergement #form_offre .field.error .fieldErrorBox {
  color: #F07E47;
  font-size: 1.1rem;
  position: relative;
  top: -4px;
}
.section-contact #form .field.error input,
.template-tarif_hebergement #form .field.error input,
.section-contact #form_offre .field.error input,
.template-tarif_hebergement #form_offre .field.error input,
.section-contact #form .field.error textarea,
.template-tarif_hebergement #form .field.error textarea,
.section-contact #form_offre .field.error textarea,
.template-tarif_hebergement #form_offre .field.error textarea,
.section-contact #form .field.error select,
.template-tarif_hebergement #form .field.error select,
.section-contact #form_offre .field.error select,
.template-tarif_hebergement #form_offre .field.error select {
  border-color: #F07E47;
}
.section-contact #form .field.error .fieldErrorBox,
.template-tarif_hebergement #form .field.error .fieldErrorBox,
.section-contact #form_offre .field.error .fieldErrorBox,
.template-tarif_hebergement #form_offre .field.error .fieldErrorBox {
  top: 3px;
}
.section-contact #form .field.error .fieldErrorBox .error,
.template-tarif_hebergement #form .field.error .fieldErrorBox .error,
.section-contact #form_offre .field.error .fieldErrorBox .error,
.template-tarif_hebergement #form_offre .field.error .fieldErrorBox .error {
  color: #F07E47;
}
.section-contact .portalMessage.error,
.template-tarif_hebergement .portalMessage.error {
  background-color: #F07E47;
  border: 0;
  color: #FFF;
  border-radius: 0px;
  box-shadow: none;
  font-size: 14px;
  font-weight: 400;
  text-shadow: none;
  text-align: center;
}
.section-contact .portalMessage.error dt,
.template-tarif_hebergement .portalMessage.error dt {
  color: #FFF;
}
.section-contact .portalMessage.error dt:before,
.template-tarif_hebergement .portalMessage.error dt:before {
  font-size: 14px;
  font-weight: 400;
  margin-left: -30px;
  margin-right: 10px;
  display: inline-block;
  border-radius: 20px;
  text-align: center;
  color: #F07E47;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-shadow: none;
  top: -1px;
  position: relative;
  background-color: #FFF;
}
/****************************
        VUE ALBUM
*****************************/
.template-album_view #content-core .photoAlbumEntry a {
  text-align: center;
  vertical-align: top;
  display: table-cell;
  font-weight: 400;
  box-shadow: none;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  background: #fcfcfd;
  width: 220px;
  height: 240px;
  padding: 15px;
}
.template-album_view #content-core .photoAlbumEntry a .photoAlbumEntryWrapper {
  display: inline-block;
  width: 100%;
  text-align: center;
  height: 120px;
  overflow: hidden;
  margin-bottom: 15px;
}
.template-album_view #content-core .photoAlbumEntry a .photoAlbumEntryWrapper img {
  width: 100%;
  height: auto;
}
/****************************
        TEMPLATE SPE NL
*****************************/
.template-newsletters_by_year_view #content-center dl {
  margin: 0;
}
.template-newsletters_by_year_view #content-center dl a.contenttype-document {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #747374 ;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: normal;
  border-top: 1px solid #e7e7e7;
  padding: 20px 0;
  margin: 0;
  display: block;
}
.template-newsletters_by_year_view #content-center dl a.contenttype-document:hover {
  background-color: #fcfcfc;
}
.template-newsletters_by_year_view #content-center dl a.contenttype-document:before {
  content: none !important;
}
.template-newsletters_by_year_view #content-center dl a.contenttype-document .news_date {
  display: inline-block;
  margin: 0 10px;
  font-size: 14px;
}
.template-newsletters_by_year_view #content-center dl a.contenttype-document .title {
  display: none;
}
.template-newsletters_by_year_view.subsection-2009 #content-center dl a.contenttype-document .title,
.template-newsletters_by_year_view.subsection-2010 #content-center dl a.contenttype-document .title,
.template-newsletters_by_year_view.subsection-2011 #content-center dl a.contenttype-document .title,
.template-newsletters_by_year_view.subsection-2012 #content-center dl a.contenttype-document .title,
.template-newsletters_by_year_view.subsection-2013 #content-center dl a.contenttype-document .title,
.template-newsletters_by_year_view.subsection-2014 #content-center dl a.contenttype-document .title,
.template-newsletters_by_year_view.subsection-2015 #content-center dl a.contenttype-document .title,
.template-newsletters_by_year_view.subsection-2016 #content-center dl a.contenttype-document .title,
.template-newsletters_by_year_view.subsection-2017 #content-center dl a.contenttype-document .title,
.template-newsletters_by_year_view.subsection-2018 #content-center dl a.contenttype-document .title,
.template-newsletters_by_year_view.subsection-2019 #content-center dl a.contenttype-document .title,
.template-newsletters_by_year_view.subsection-2020 #content-center dl a.contenttype-document .title {
  text-transform: none;
  font-size: 20px;
  font-weight: bold;
  color: #525252;
  display: inline-block;
}
/****************************
        NEWSLETTER
*****************************/
.template-document_view.section-newsletters #content-core {
  width: 100%;
}
.template-document_view.section-newsletters #content-core table {
  border-radius: 0;
  border: 0;
}
.template-document_view.section-newsletters #content-core table tbody tr td:nth-child(1) {
  font-weight: inherit;
  min-width: auto;
}
.template-document_view.section-newsletters #content-core table tbody tr td {
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  color: inherit;
  border: none;
}
.template-document_view.section-newsletters #content-core table tbody tr td .date {
  border: 0;
  padding: 0;
}
.template-document_view.section-newsletters #content-core table tbody tr td .subtitle,
.template-document_view.section-newsletters #content-core table tbody tr td .title,
.template-document_view.section-newsletters #content-core table tbody tr td h1 {
  font-weight: bold;
}
.template-document_view.section-newsletters #content-core table tbody tr td p {
  text-align: inherit !important;
}
.template-document_view.section-newsletters #content-core table tbody tr td p a {
  color: inherit !important;
}
.template-document_view.section-newsletters #content-core table tbody tr td p.infos {
  margin-bottom: 0;
}
.template-document_view.section-newsletters #content-core table tbody tr td p.legal {
  line-height: 15px;
}
.template-document_view.section-newsletters #content-core table tr:nth-child(2n) {
  background-color: transparent !important;
}
/************
Cas d'usages
************/
.subsection-concepts-cas-dusages .inter {
  margin-top: 40px;
}
.subsection-concepts-cas-dusages .inter article {
  margin-bottom: 80px !important;
}
.subsection-concepts-cas-dusages .inter article .internal-link {
  float: left;
  margin-right: 20px;
}
.subsection-concepts-cas-dusages .inter article .txt_float {
  /*float: left;*/
}
.subsection-concepts-cas-dusages .inter article .txt_float h2 {
  margin-top: 0;
  display: inline-block;
  padding-top: 8px !important;
}
.subsection-concepts-cas-dusages .inter article .txt_float h2 a {
  font-family: 'PT Serif', serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 3rem;
  text-align: left;
  color: #4F4F4F;
  text-decoration: none;
}
.subsection-concepts-cas-dusages .inter article .txt_float h2 a:hover {
  border: none;
}
.subsection-concepts-cas-dusages .inter article .txt_float p.description a {
  text-decoration: none !important;
  display: inline-block;
  float: none;
}
.subsection-concepts-cas-dusages .inter article .txt_float a.btn_small_right {
  float: none;
  clear: left;
  margin-top: 0;
}
/************
	404
************/
.template-default_error_message #main-container {
  background: url("/++theme++pilotwww/images/404.jpg") no-repeat top center;
}
.template-default_error_message #main-container #content-center {
  width: 100%;
  max-width: 1200px;
  margin: 500px auto 30px auto;
}
.template-default_error_message #main-container #content-core p {
  white-space: initial !important;
}
.template-default_error_message #main-container #content-core ul#page-not-found-list li {
  margin-bottom: 15px;
}
.template-default_error_message #main-container #content-core a {
  color: #F07E47;
  font-weight: bold;
  text-decoraction: underline;
}
/***********************
	CONTACT DONE
***********************/
.template-contact_form_done img {
  float: left;
  margin-right: 30px;
  width: 25%;
  height: auto;
}
.template-contact_form_done p {
  font-size: 15px;
}
/****************************
          SITE MAP
*****************************/
.template-sitemap #content-center #portal-sitemap {
  list-style-type: none;
  padding-left: 0;
}
.template-sitemap #content-center #portal-sitemap a {
  color: #4F4F4F;
}
.template-sitemap #content-center #portal-sitemap a:before {
  content: none;
}
.template-sitemap #content-center #portal-sitemap .navTreeItem {
  margin-top: 45px;
}
.template-sitemap #content-center #portal-sitemap .navTreeItem a {
  font-family: 'PT Serif', serif;
  text-transform: uppercase;
  font-size: 2.8rem;
  font-weight: bold;
  position: relative;
  padding-top: 12px;
}
.template-sitemap #content-center #portal-sitemap .navTreeItem a:before {
  content: " ";
  display: inline-block;
  width: 80px;
  height: 2px;
  left: 0;
  top: 0;
  background-color: #F07E47;
  position: absolute;
}
.template-sitemap #content-center #portal-sitemap .navTreeItem ul {
  margin: 10px 0 15px 0;
  padding-bottom: 0px;
  padding-left: 0px;
  list-style-type: none;
}
.template-sitemap #content-center #portal-sitemap .navTreeItem ul li {
  margin-bottom: 10px;
  margin-top: 0;
}
.template-sitemap #content-center #portal-sitemap .navTreeItem ul li a {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 2rem;
  color: #747374 ;
  margin-top: 0;
}
.template-sitemap #content-center #portal-sitemap .navTreeItem ul li a:before {
  content: none;
}
.template-sitemap #content-center #portal-sitemap .navTreeItem ul li a.contenttype-reference {
  font-size: 1.5rem;
  font-weight: normal;
  color: #4F4F4F;
  text-transform: none;
}
.template-sitemap #content-center #portal-sitemap .navTreeItem ul li ul {
  margin: 10px 0 0 0;
  padding-left: 20px;
}
.template-sitemap #content-center #portal-sitemap .navTreeItem ul li ul li {
  margin-bottom: 5px;
}
.template-sitemap #content-center #portal-sitemap .navTreeItem ul li ul li a {
  font-size: 1.5rem;
  font-weight: normal;
  color: #4F4F4F;
  text-transform: none;
}
/*****************
PAGE RESULTATS DE RECHERCHES
*****************/
.template-search #content-center #searchform {
  padding-top: 45px;
}
.template-search #content-center #searchform input,
.template-search #content-center #searchform button {
  border-radius: 0;
}
.template-search #content-center #searchform button,
.template-search #content-center #searchform [type="submit"],
.template-search #content-center #searchform [type="submit"]:hover,
.template-search #content-center #searchform button:hover,
.template-search #content-center #searchform button:focus,
.template-search #content-center #searchform [type="submit"]:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  background: #f2f1f1;
  border-color: #CCC;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.template-search #content-center #searchform input[type="submit"]:hover,
.template-search #content-center #searchform button:hover {
  background-color: #dcdcdc;
  cursor: pointer;
}
.template-search #content-center #searchform .actionMenu dt {
  top: 45px;
}
.template-search #content-center #searchform #search-filter .search-type-options div {
  width: 43%;
}
.template-search #content-center #searchform #search-filter .search-type-options div label {
  font-weight: normal;
}
.template-search #content-center #searchform #search-filter .optionsToggle label {
  font-weight: bold;
}
.template-search #content-center #searchform #search-filter .search-date-options label {
  font-weight: normal;
}
.template-search .searchPage .actionMenu dd {
  top: 78px;
}
.template-search .pagination li.active > span {
  z-index: 2;
  font-weight: 400;
  color: #fff;
  background-color: #3a3939;
  border: 1px solid #3a3939 !important;
  cursor: default;
}
.template-search .pagination li > a,
.pagination li > span {
  color: #3a3939;
}
.template-search #rss-subscription img {
  position: relative;
  top: -2px;
}
/*****************
BACK OFFICE PLONE
*****************/
#form.rowlike {
  overflow: visible;
}
#form.rowlike:after {
  content: "";
  display: table;
  clear: both;
}
.tree-container .jqtree-tree .jqtree_common {
  position: relative;
}
.input-group.context-buttons .dropdown-menu.pull-right {
  left: 0;
  right: auto;
}
.error_page {
  margin: 50px;
}
.template-siterequest #form.rowlike .field {
  float: none;
}
.template-siterequest #form.rowlike .field.error label {
  float: none;
  color: #4d4d4d;
}
.template-siterequest #form.rowlike .field.error label span {
  display: inline;
}
.template-siterequest h1.documentFirstHeading::before {
  content: "Faire une nouvelle demande de site";
  color: #747374;
}
.template-siterequest h1.documentFirstHeading {
  margin-top: 10px;
  color: #fff;
}
.template-siterequest_view .status {
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 5px 10px;
  color: #fff;
}
.template-siterequest_view .status.state-pending {
  background-color: orange;
}
.template-siterequest_view .status.state-refused {
  background-color: red;
}
.template-siterequest_view .status.state-accepted {
  background-color: green;
}
.template-servers_status #main-container {
  max-width: 1200px;
  margin: auto;
}
.template-servers_status .status {
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 5px 10px;
  color: #fff;
}
.template-servers_status .status.online {
  background-color: green;
}
.template-servers_status .status.offline {
  background-color: red;
}
.template-redirect_error h1,
.template-unknown_html h1,
.template-maintenance_mode h1 {
  background: url("/++theme++pilotwww/images/error.svg") transparent no-repeat;
  padding-left: 50px;
  background-size: 40px;
}
.template-redirect_error #main-container,
.template-unknown_html #main-container,
.template-maintenance_mode #main-container {
  max-width: 1200px;
  margin: auto;
}
.template-redirect_error #prefooter,
.template-unknown_html #prefooter,
.template-maintenance_mode #prefooter {
  display: none;
}
/**************
	HOME REFERENCES
***************/
.template-references_folder_view #content #content-core section {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 50px auto;
  padding: 30px 0 30px 0;
  clear: both;
}
.template-references_folder_view #content #content-core section:after {
  content: "";
  display: table;
  clear: both;
}
.template-references_folder_view header#title-header,
.template-references_folder_view header#title-header.scrolled {
  background-color: #4c4753;
  height: 320px;
  position: static;
  top: 91px;
  left: 0;
  width: 100%;
  max-width: 100%;
  z-index: 60;
}
.template-references_folder_view header#title-header .content,
.template-references_folder_view header#title-header.scrolled .content {
  top: 32%;
}
.template-references_folder_view #viewlet-below-content-title {
  display: none;
}
.template-references_folder_view section.filter {
  width: 100%;
  max-width: 1200px;
  margin: -200px auto 60px auto;
  clear: both;
  background-color: #FFF;
  border-bottom: 1px solid #dadad9;
  position: relative;
}
.template-references_folder_view section.filter:after {
  content: "";
  display: table;
  clear: both;
}
.template-references_folder_view section.filter .filtrer {
  float: left;
  width: 23%;
}
.template-references_folder_view section.filter .filtrer a {
  color: #FFF;
  background-color: #b2b2b1;
  display: inline-block;
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  text-transform: uppercase;
  height: 100px;
  line-height: 100px;
  font-size: 2rem;
  font-weight: bold;
  text-decoration: none;
  text-align: left;
  padding-left: 15px;
  width: 100%;
  cursor: pointer;
  -webkit-transition: all ease-in 0.3s;
  -moz-transition: all ease-in 0.3s;
  -o-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
}
.template-references_folder_view section.filter .filtrer a img {
  margin-right: 15px;
  position: relative;
  top: -5px;
}
.template-references_folder_view section.filter .filtrer a#all_off {
  background-color: #3C3C3C;
}
.template-references_folder_view section.filter .filtrer a:hover,
.template-references_folder_view section.filter .filtrer a#all_off:hover {
  background-color: #363636;
}
.template-references_folder_view section.filter .filtres {
  float: left;
  width: 77%;
  padding: 10px 50px;
}
.template-references_folder_view section.filter .filtres h3 {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  text-transform: uppercase;
  color: #3a3939;
  font-size: 2rem;
  padding-bottom: 15px;
  margin-bottom: 15px;
  margin-top: 10px;
  border-bottom: 1px solid #dadad9;
}
.template-references_folder_view section.filter .filtres .filtre_check {
  float: left;
  width: 25%;
  margin-bottom: 0px;
  position: relative;
}
.template-references_folder_view section.filter .filtres .filtre_check label {
  padding: 8px 15px 8px 30px;
  margin-bottom: 0;
  display: inline-block;
  width: 100%;
  color: #3a3939;
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 1.5rem;
  cursor: pointer;
}
.template-references_folder_view section.filter .filtres .filtre_check .icheckbox_square-orange {
  display: inline-block;
  position: absolute;
  cursor: pointer;
  top: 8px;
  left: 0;
  margin: 0;
  padding: 0;
  width: 22px;
  height: 22px;
  border: 1px solid #dadad9;
  border-radius: 22px;
}
.template-references_folder_view section.filter .filtres .filtre_check .icheckbox_square-orange.checked:before {
  content: "\F00C";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #9d9c9c;
  font-size: 14px;
  position: absolute;
  top: 0px;
  left: 3.2px;
}
.template-references_folder_view #content .inter {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 00px auto;
  clear: both;
}
.template-references_folder_view #content .inter .inter_colonnes {
  width: 102%;
  margin-left: -1%;
}
.template-references_folder_view #content .inter .inter_colonnes .reference {
  width: 23%;
  margin-right: 1%;
  margin-left: 1%;
  float: left;
  clear: none;
  border: 1px solid #dadad9;
  position: relative;
  padding: 0 0 15px 0;
  height: 630px;
}
.template-references_folder_view #content .inter .inter_colonnes .reference a {
  text-decoration: none;
}
.template-references_folder_view #content .inter .inter_colonnes .reference img {
  width: 100%;
  height: auto;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  margin-bottom: 60px;
  -webkit-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
.template-references_folder_view #content .inter .inter_colonnes .reference #logo_ref {
  position: absolute;
  width: 129px;
  height: 129px;
  border-radius: 95px;
  border: 1px solid #dadad9;
  left: 50%;
  /* poussé de la moitié de hauteur du référent */
  -ms-transform: translateX(-50%);
  /* IE 9 */
  -webkit-transform: translateX(-50%);
  /* Chrome, Safari, Opera */
  transform: translateX(-50%);
  /* tiré de la moitié de sa propre hauteur */
  top: 95px;
  overflow: hidden;
  background-color: #FFF;
}
.template-references_folder_view #content .inter .inter_colonnes .reference #logo_ref img {
  width: auto;
  margin-bottom: 0px;
}
.template-references_folder_view #content .inter .inter_colonnes .reference .description {
  padding: 0 10px;
}
.template-references_folder_view #content .inter .inter_colonnes .reference .description .name {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  text-transform: uppercase;
  color: #F07E47;
  font-size: 2rem;
  line-height: 2.4rem;
  text-align: center;
  display: inline-block;
  min-height: 70px;
  width: 100%;
}
.template-references_folder_view #content .inter .inter_colonnes .reference .description .overflow_txt p {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  color: #747374;
  text-align: justify;
  font-size: 1.6rem;
  line-height: 2.5rem;
  height: 200px;
}
.template-references_folder_view #content .inter .inter_colonnes .reference .description .categories span {
  background-color: #4F4F4F;
  color: #FFF;
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-size: 1.4rem;
  display: inline-block;
  padding: 2px 12px 3px 12px;
  border-radius: 30px;
  margin-right: 5px;
  margin-bottom: 5px;
  -webkit-transition: all ease-in 0.3s;
  -moz-transition: all ease-in 0.3s;
  -o-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
}
.template-references_folder_view #content .inter .inter_colonnes .reference .description .categories span:hover {
  background-color: #F07E47;
}
.template-references_folder_view #content .inter .cover:hover img {
  filter: none;
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
}
/**************
	DETAILS REFERENCES
***************/
.template-reference_view #title-header-wrapper {
  height: 320px;
}
.template-reference_view header#title-header {
  height: 320px;
}
.template-reference_view header#title-header .content {
  height: 100%;
  padding: 0;
}
.template-reference_view header#title-header .detail_ref {
  float: left;
  width: 27%;
  text-align: center;
}
.template-reference_view header#title-header .detail_ref .logo_ref {
  width: 129px;
  height: 129px;
  border-radius: 95px;
  overflow: hidden;
  background-color: #FFF;
  margin-top: 30px;
  margin-bottom: 30px;
  display: inline-block;
  border: 2px solid #4c4753;
}
.template-reference_view header#title-header .detail_ref .logo_ref img {
  width: 100%;
  height: auto;
}
.template-reference_view header#title-header .detail_ref .categories a {
  background-color: #F07E47;
  color: #FFF;
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-size: 1.4rem;
  display: inline-block;
  padding: 2px 12px 3px 12px;
  border-radius: 30px;
  margin: 5px;
  -webkit-transition: all ease-in 0.3s;
  -moz-transition: all ease-in 0.3s;
  -o-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
  text-decoration: none;
}
.template-reference_view header#title-header .detail_ref .categories a:hover {
  background-color: #F16220;
}
.template-reference_view header#title-header .ref_img {
  float: right;
  position: relative;
  height: 100%;
  overflow: hidden;
}
.template-reference_view header#title-header .ref_img .bkg_blur {
  position: absolute;
  margin: 0;
  left: -100px;
  z-index: 8;
  top: 0;
}
.template-reference_view header#title-header .ref_img img.grey_filter {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  margin-bottom: 60px;
  -webkit-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
.template-reference_view header#title-header.scrolled {
  background-color: #4c4753;
  height: 140px;
}
.template-reference_view header#title-header.scrolled .categories {
  display: none;
}
.template-reference_view header#title-header.scrolled .ref_img img {
  filter: none;
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
}
.template-reference_view #content-center {
  max-width: 100%;
  margin-bottom: 0 !important;
}
.template-reference_view #content-center #content-center {
  max-width: 1200px;
}
.template-reference_view #content-center nav#category {
  display: none;
}
.template-reference_view #content-center #viewlet-below-content-title-nav {
  padding: 10px 0;
  background-color: #746c7e;
}
.template-reference_view #content-center #viewlet-below-content-title-nav .pagination {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: block;
}
.template-reference_view #content-center #viewlet-below-content-title-nav .pagination:after {
  content: "";
  display: table;
  clear: both;
}
.template-reference_view #content-center #viewlet-below-content-title-nav .pagination ul {
  padding: 0;
  margin: 0;
}
.template-reference_view #content-center #viewlet-below-content-title-nav .pagination ul:after {
  content: "";
  display: table;
  clear: both;
}
.template-reference_view #content-center #viewlet-below-content-title-nav .pagination ul li {
  width: 30%;
  position: relative;
  float: left;
}
.template-reference_view #content-center #viewlet-below-content-title-nav .pagination ul li a {
  border: 0 !important;
  background: transparent;
  padding: 10px 0;
  color: #FFF;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: normal;
  -webkit-transition: all ease-in 0.3s;
  -moz-transition: all ease-in 0.3s;
  -o-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
  display: inline-block;
  opacity: 0.6;
}
.template-reference_view #content-center #viewlet-below-content-title-nav .pagination ul li a:hover {
  box-shadow: none;
  opacity: 1;
}
.template-reference_view #content-center #viewlet-below-content-title-nav .pagination ul li.next {
  float: right;
  text-align: right;
}
.template-reference_view #content-center #viewlet-below-content-title-nav .pagination ul li.next a {
  padding-right: 30px;
}
.template-reference_view #content-center #viewlet-below-content-title-nav .pagination ul li.next a:after {
  position: absolute;
  content: ">";
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: light;
  display: block;
  font-size: 2.5rem;
  color: #FFF;
  width: 20px;
  height: 20px;
  right: 0;
  top: 0px;
}
.template-reference_view #content-center #viewlet-below-content-title-nav .pagination ul li.previous a {
  padding-left: 30px;
}
.template-reference_view #content-center #viewlet-below-content-title-nav .pagination ul li.previous a:before {
  position: absolute;
  content: "<";
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: light;
  display: block;
  font-size: 2.5rem;
  color: #FFF;
  width: 20px;
  height: 20px;
  left: 0;
  top: 0px;
}
.template-reference_view #content-center .info_number {
  position: relative;
  margin-top: 30px;
  margin-bottom: 0;
  padding: 30px 0px 30px 100px;
  width: 50%;
  background: url("/++theme++pilotwww/images/picto_infos_ref.svg") no-repeat left 30px #F07E47;
  min-height: 110px;
  color: #FFF !important;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.6rem;
}
.template-reference_view #content-center .info_number:before {
  position: absolute;
  content: "";
  display: block;
  width: 600px;
  left: -600px;
  top: 0;
  height: 100%;
  background-color: #F07E47;
}
.template-reference_view #content-center .info_number ul,
.template-reference_view #content-center .info_number p {
  padding-left: 0;
  margin-bottom: 0;
  color: #FFF !important;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.6rem;
}
.template-reference_view #content-center .info_number li {
  font-size: 1.6rem;
}
.template-reference_view #content-center .info_number li p {
  margin-bottom: 0 !important;
}
.template-reference_view #content #content-center a.external-link {
  margin: 25px 0;
  font-weight: bold;
  display: inline-block;
  position: relative;
  padding-left: 20px;
}
.template-reference_view #content #content-center a.external-link:before {
  position: absolute;
  font-family: FontAwesome;
  content: "\F0C1";
  left: 0px;
  top: 0;
}
/**************
	FOOTER
***************/
#prefooter {
  background-color: #f6f6f6;
  width: 100%;
  max-width: 100%;
  position: relative;
  z-index: 60;
}
#prefooter .col-xs-12 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 0 30px 0;
  float: none;
  overflow: hidden;
  display: table;
}
#prefooter .col-xs-12 .portletWrapper {
  width: 33%;
  display: table-cell;
  vertical-align: top;
  padding-bottom: 55px;
  position: relative;
  border-right: 1px solid #CCC;
  /*&:last-child{
				border-left: 1px solid #CCC;
				border-right: 1px solid #CCC;
			}*/
}
#prefooter .col-xs-12 .portletWrapper:first-child {
  border-left: 1px solid #CCC;
  /*border-right: 1px solid #CCC;*/
}
#prefooter .portlet,
#prefooter .portletStaticText,
#prefooter .portlet-static {
  border: 0;
  margin-bottom: 20px;
  border-radius: 0px;
  box-shadow: none;
  padding: 0 20px;
}
#prefooter .portlet .portletHeader,
#prefooter .portletStaticText .portletHeader,
#prefooter .portlet-static .portletHeader {
  background: transparent;
  padding: 0;
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-size: 2.6rem;
  line-height: 2.8rem;
  text-transform: uppercase;
  color: #484848;
  margin-bottom: 20px;
}
#prefooter .portlet .portletHeader a,
#prefooter .portletStaticText .portletHeader a,
#prefooter .portlet-static .portletHeader a {
  color: #484848;
}
#prefooter .portlet .portletHeader a:hover,
#prefooter .portletStaticText .portletHeader a:hover,
#prefooter .portlet-static .portletHeader a:hover {
  color: #000;
  text-decoration: none;
}
#prefooter .portlet-static-plaquette {
  text-align: center;
}
#prefooter .portlet-static-plaquette a {
  display: inline-block;
}
#prefooter .portlet-static-plaquette a.lien_telechargement {
  display: inline-block;
  padding: 10px 20px;
  margin-top: 20px;
  background-color: #424242;
  -webkit-transition: all ease-in 0.3s;
  -moz-transition: all ease-in 0.3s;
  -o-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
  color: #FFF;
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-size: 14px;
  line-height: 34px;
  font-weight: 100;
  text-transform: uppercase;
  width: 270px;
  position: absolute;
  top: 284px;
  left: 50%;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#prefooter .portlet-static-plaquette a.lien_telechargement:hover {
  background-color: #000;
  text-decoration: none;
}
#prefooter .portlet-static-plaquette a.lien_telechargement img {
  margin-right: 20px;
}
#prefooter .portlet-static-on-peut-faire-aussi .portletHeader {
  padding-left: 40px;
  position: relative;
  margin-bottom: 35px;
}
#prefooter .portlet-static-on-peut-faire-aussi .portletHeader:before {
  content: "\F067";
  color: inherit;
  display: inline-block;
  font-family: FontAwesome;
  font-size: 15px;
  line-height: 14px;
  position: absolute;
  left: 0;
  top: 1px;
  height: 30px;
  width: 30px;
  padding: 7px;
  border: 2px solid #424242;
  border-radius: 30px;
}
#prefooter .portlet-static-on-peut-faire-aussi .portletItem a {
  color: #484848;
  font-size: 1.8rem;
  font-weight: 100;
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 15px;
  position: relative;
  padding-left: 30px;
}
#prefooter .portlet-static-on-peut-faire-aussi .portletItem a:hover {
  text-decoration: none;
  color: #000;
}
#prefooter .portlet-static-on-peut-faire-aussi .portletItem a:before {
  content: ">";
  color: inherit;
  display: inline-block;
  position: absolute;
  left: 14px;
  top: -1px;
}
#prefooter .portletRss .portletContent {
  background: transparent;
}
#prefooter .portletRss .portletContent li {
  margin-bottom: 0;
}
#prefooter .portletRss .portletContent li:hover {
  background-color: transparent !important;
}
#prefooter .portletRss .portletContent li a {
  padding: 10px;
  color: #484848;
  -webkit-transition: all ease-in 1s;
  -moz-transition: all ease-in 1s;
  -o-transition: all ease-in 1s;
  transition: all ease-in 1s;
}
#prefooter .portletRss .portletContent li a:hover {
  text-decoration: none;
  background-color: #FCFCFD;
}
#prefooter .portletRss .portletContent li a:before {
  content: none;
}
#prefooter .portletRss .portletContent .portletItemDetails {
  display: none;
}
#prefooter .portletRss .portletFooter {
  border-top: 0;
  background: transparent;
  padding: 0;
  font-size: 12px;
  font-weight: 400;
  box-shadow: none;
  position: absolute;
  left: 20px;
  bottom: 0;
}
#prefooter .portletRss .portletFooter a {
  display: inline-block;
  padding: 18px 35px;
  background-color: #424242;
  -webkit-transition: all ease-in 0.3s;
  -moz-transition: all ease-in 0.3s;
  -o-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
  color: #FFF;
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-size: 14px;
  font-weight: 100;
  text-transform: uppercase;
}
#prefooter .portletRss .portletFooter a:hover {
  background-color: #000;
  text-decoration: none;
}
#prefooter .portlet-related {
  min-width: 520px;
  margin-bottom: 0;
}
#prefooter .portlet-related .portletHeader {
  padding-left: 45px;
  padding-bottom: 10px;
  background: url("/++theme++pilotwww/images/picto_ressources.svg") no-repeat left 0px transparent;
}
#prefooter .portlet-related .portletItem a {
  color: #484848;
  border-top: 1px solid #e5e5e5;
  display: inline-block;
  padding: 10px;
  -webkit-transition: all ease-in 1s;
  -moz-transition: all ease-in 1s;
  -o-transition: all ease-in 1s;
  transition: all ease-in 1s;
}
#prefooter .portlet-related .portletItem a:hover {
  text-decoration: none;
  background-color: #FCFCFD;
}
#prefooter .portlet-related .portletItem a span {
  font-family: 'PT Serif', serif;
  text-transform: uppercase;
  font-weight: 700;
  font-weight: bold;
  margin-bottom: 10px;
}
#prefooter .portlet-related .portletItem a p {
  font-size: 13px;
  text-align: justify;
  margin-top: 10px;
}
/********************
BLOQUAGE FOOTER
********************/
@media (max-width: 1221px) {
  .template-references_folder_view #content .inter .inter_colonnes {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 1200px) {
  #content-header,
  .template-home #presentation .content,
  .template-home h2 .content,
  .template-home #services div.slide_up,
  .template-home #expertises .slide_ .content,
  .template-home #citation .content,
  .template-home #cloud_prive div.slide_up,
  .template-home #news-events .content,
  footer#portal-footer-wrapper #portal-footer #footer-references,
  footer#portal-footer-wrapper #portal-footer #footer-contact,
  footer#portal-footer-wrapper #footer-sitemap {
    padding-left: 30px;
    padding-right: 30px;
  }
  .image-inline {
    max-width: 100%;
  }
  /*specific homepage*/
  .template-home #citation .content a img {
    width: 260px;
    height: auto;
  }
  .template-home #citation .content a p.hat {
    font-size: 2.2rem;
    line-height: 3rem;
  }
  .template-home #cloud_prive h2 {
    background: url("/++theme++pilotwww/images/illu_cloud_small.png") no-repeat right bottom #5db0bc;
  }
  /*nav*/
  #content-header .topmenu-slidedown #content_nav {
    right: 0;
    padding-left: 30px;
    padding-right: 30px;
  }
  #content-header .topmenu-slidedown nav {
    right: 0;
  }
  /*content*/
  header#title-header .content,
  .portaltype-folder #viewlet-below-content-title,
  #content .content article.presentation,
  #content .content .highlight,
  #content .content article,
  #prefooter .col-xs-12,
  .template-document_view #content-center,
  .template-reference_view #content-center,
  .portaltype-collection #content-center,
  .template-newsitem_view #content-center,
  .template-event_view #content-center,
  .template-fg_base_view_p3 #content-center,
  .template-topbar-manage-portlets #content-center,
  .section-contact #content-center,
  .template-tarif_hebergement #content-center,
  .template-sitemap #content-center,
  .template-signable_event_view #content-center,
  .portaltype-author #content-center,
  .portaltype-news-item #content-center {
    padding-left: 30px;
    padding-right: 30px;
  }
  header#title-header .content article,
  .portaltype-folder #viewlet-below-content-title article,
  #content .content article.presentation article,
  #content .content .highlight article,
  #content .content article article,
  #prefooter .col-xs-12 article,
  .template-document_view #content-center article,
  .template-reference_view #content-center article,
  .portaltype-collection #content-center article,
  .template-newsitem_view #content-center article,
  .template-event_view #content-center article,
  .template-fg_base_view_p3 #content-center article,
  .template-topbar-manage-portlets #content-center article,
  .section-contact #content-center article,
  .template-tarif_hebergement #content-center article,
  .template-sitemap #content-center article,
  .template-signable_event_view #content-center article,
  .portaltype-author #content-center article,
  .portaltype-news-item #content-center article {
    padding: 00px;
  }
  #content .content article.focus-news,
  .template-reference_view #content-center {
    padding-left: 00px;
    padding-right: 00px;
  }
  .template-reference_view #content-center #content-center,
  .template-reference_view #content-center #viewlet-below-content-title-nav,
  .template-reference_view #viewlet-below-content-title {
    padding-left: 30px;
    padding-right: 30px;
  }
  .template-reference_view header#title-header .content {
    padding-left: 30px;
    padding-right: 00px;
  }
  .content .presentation_dossiers h3::before {
    left: -180%;
  }
  #prefooter .col-xs-12 .portletWrapper:first-child {
    border-left: 0;
  }
  #prefooter .col-xs-12 .portletWrapper:last-child {
    border-right: 0;
  }
  .template-references_folder_view #title-header-wrapper,
  .template-references_folder_view header#title-header,
  .template-references_folder_view header#title-header.scrolled {
    height: auto;
  }
  .template-references_folder_view #title-header-wrapper .content,
  .template-references_folder_view header#title-header .content,
  .template-references_folder_view header#title-header.scrolled .content {
    padding: 20px 0;
    position: static;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
  .template-references_folder_view #title-header-wrapper .content h1,
  .template-references_folder_view header#title-header .content h1,
  .template-references_folder_view header#title-header.scrolled .content h1 {
    margin: 30px 0;
  }
  .template-references_folder_view #title-header-wrapper .content p.documentDescription,
  .template-references_folder_view header#title-header .content p.documentDescription,
  .template-references_folder_view header#title-header.scrolled .content p.documentDescription {
    display: none;
  }
  .template-references_folder_view section.filter {
    margin-top: 0;
  }
  .template-references_folder_view #content .inter .inter_colonnes {
    padding-left: 30px;
    padding-right: 30px;
  }
  .template-references_folder_view #content .inter .inter_colonnes .reference {
    width: 23%;
    height: 600px;
  }
  .template-references_folder_view #content .inter .inter_colonnes .reference img {
    margin-bottom: 0;
  }
  .template-references_folder_view #content .inter .inter_colonnes .reference #logo_ref {
    position: static;
    -ms-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    width: 50%;
    margin-left: 25%;
    margin-top: -85px;
    height: auto;
    margin-bottom: 10px;
  }
  .template-references_folder_view #content .inter .inter_colonnes .reference #logo_ref img {
    width: 100%;
  }
  .template-references_folder_view #content .inter .inter_colonnes .reference .description .name {
    min-height: 65px;
  }
  .template-references_folder_view #content .inter .inter_colonnes .reference .description .overflow_txt p {
    height: 190px;
    font-size: 14px;
    line-height: 20px;
  }
  .template-references_folder_view #content .inter .inter_colonnes .reference .description .categories span {
    font-size: 13px;
  }
}
/**************
	1024
**************/
@media (max-width: 1025px) {
  html {
    font-size: 50%;
  }
  /*specific homepage*/
  .template-home #presentation .content .presentation_logo {
    width: 450px;
    height: auto;
  }
  .template-home #services {
    margin-bottom: 30px;
  }
  .template-home h2 {
    padding: 70px 0 90px 0;
  }
  .template-home #expertises h2 {
    padding: 70px 0;
  }
  .template-home p.hat {
    padding-top: 40px;
  }
  .template-home #services div.slide_up div span,
  .template-home #cloud_prive div.slide_up div span,
  #content .content .highlight article span {
    height: 110px;
    width: 110px;
  }
  .template-home #services div.slide_up div span img,
  .template-home #cloud_prive div.slide_up div span img,
  #content .content .highlight article span img {
    width: 65px;
    height: auto;
    margin-top: 30px;
  }
  .template-home #cloud_prive div.slide_up h3 {
    margin-bottom: 10px;
  }
  .template-home #cloud_prive div.slide_up footer a {
    margin-top: 30px;
  }
  .template-home #expertises .slide_ div img {
    width: 180px;
    height: auto;
  }
  .template-home #content-center,
  .template-home #news-events .content aside {
    margin-bottom: 0 !important;
  }
  .template-home #news-events {
    margin-bottom: 50px;
  }
  footer#portal-footer-wrapper #portal-footer #footer-references .slick-slide img {
    width: auto;
    height: 90px;
  }
  #prefooter .portlet-related {
    min-width: 420px;
  }
  /*footer*/
  footer#portal-footer-wrapper #footer-contact {
    padding: 30px;
  }
  footer#portal-footer-wrapper #footer-contact #contact {
    width: 300px;
  }
  footer#portal-footer-wrapper #footer-contact #contact a img {
    width: 250px;
    height: auto;
  }
  footer#portal-footer-wrapper #footer-contact #contact ul {
    margin-top: 35px;
    margin-bottom: 45px;
  }
  footer#portal-footer-wrapper #footer-contact #contact ul li {
    font-size: 18px;
    margin: 10px 0;
  }
  footer#portal-footer-wrapper #footer-contact #contact ul li.tel_number {
    font-size: 25px;
  }
  footer#portal-footer-wrapper #footer-contact #contact footer a {
    width: 55px;
    height: 55px;
    margin-right: 35px;
  }
  footer#portal-footer-wrapper #footer-contact #contact footer a img {
    width: 39px;
    height: auto;
    margin-top: 8px;
  }
  footer#portal-footer-wrapper #footer-contact #contact_form {
    min-height: 360px;
    margin-left: 345px;
  }
  footer#portal-footer-wrapper #footer-contact #contact_form h3 {
    margin-bottom: 20px;
    background-size: 145px auto;
    font-size: 2.7rem;
  }
  footer#portal-footer-wrapper #footer-contact #contact_form h3 span {
    font-size: 36px;
    line-height: 48px;
  }
  footer#portal-footer-wrapper #footer-contact #contact_form #form.rowlike {
    margin-top: 20px;
  }
  footer#portal-footer-wrapper #footer-contact #contact_form #form.rowlike .field {
    margin-bottom: 8px;
  }
  footer#portal-footer-wrapper #footer-contact #contact_form #form.rowlike .formControls {
    margin-top: -57px;
  }
  footer#portal-footer-wrapper #footer-sitemap ul li a {
    font-size: 14px;
    padding: 15px 10px;
  }
  /*contenus*/
  #title-header-wrapper,
  header#title-header {
    height: 350px;
  }
  .portaltype-folder #viewlet-below-content-title {
    padding-top: 20px;
  }
  #portal-breadcrumbs {
    font-size: 11px !important;
    margin-top: 12px;
  }
  #actions ul li a.share_button {
    width: 40px;
    height: 40px;
    padding: 9px;
  }
  .portaltype-folder #content-center {
    margin-bottom: 0 !important;
  }
  .portaltype-folder #content-center #content .content article.presentation,
  .portaltype-folder #content-center #content .content article.presentation_dossiers {
    margin-bottom: 0;
  }
  .portaltype-folder #content-center #content .content article.presentation h3,
  .portaltype-folder #content-center #content .content article.presentation_dossiers h3 {
    padding: 20px 0;
    margin-bottom: 15px;
  }
  .portaltype-folder #content-center #content .content article.presentation nav ul,
  .portaltype-folder #content-center #content .content article.presentation_dossiers nav ul {
    margin-top: 0px;
  }
  .portaltype-folder #content-center #content .content article.presentation nav ul li,
  .portaltype-folder #content-center #content .content article.presentation_dossiers nav ul li {
    min-height: 200px;
  }
  .portaltype-folder #content-center #content .content article.presentation nav ul li a:before,
  .portaltype-folder #content-center #content .content article.presentation_dossiers nav ul li a:before {
    transform: scale(0.8);
  }
  .portaltype-folder #content-center #content .content article.presentation nav ul li span:before,
  .portaltype-folder #content-center #content .content article.presentation_dossiers nav ul li span:before {
    transform: scale(0.8);
    top: -16px;
  }
  #content .content .highlight {
    margin-bottom: 00px;
  }
  #content .content .highlight + h2 {
    margin-bottom: 00px;
  }
  .template-document_view #content-center .portletNavigationTree li li a,
  .template-reference_view #content-center .portletNavigationTree li li a,
  .portaltype-collection #content-center .portletNavigationTree li li a,
  .template-newsitem_view #content-center .portletNavigationTree li li a,
  .template-event_view #content-center .portletNavigationTree li li a,
  .template-fg_base_view_p3 #content-center .portletNavigationTree li li a,
  .template-topbar-manage-portlets #content-center .portletNavigationTree li li a,
  .section-contact #content-center .portletNavigationTree li li a,
  .portaltype-author #content-center .portletNavigationTree li li a,
  .template-tarif_hebergement #content-center .portletNavigationTree li li a {
    font-size: 13px;
    padding: 8px 15px;
  }
  .template-newsitem_view .leadImage {
    width: 140px;
  }
  .template-newsitem_view .leadImage .newsImageContainer a {
    width: 110px;
    height: 110px;
    margin-top: 5px;
  }
  .template-newsitem_view .documentFirstHeading + #viewlet-below-content-title + .documentDescription {
    margin-bottom: 00px;
  }
  .template-event_view .event.summary li {
    display: block;
    float: left;
    margin-right: 2%;
    background-color: transparent;
    width: 23%;
    padding: 0;
    border-radius: 0px;
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    font-style: normal;
    font-size: 1.6rem;
    line-height: 2.3rem;
    position: relative;
    color: #747374 !important;
  }
  .template-event_view .event.summary li strong {
    background-color: #F07E47;
    width: 100px;
    height: 100px;
    padding: 33px 20px;
    border-radius: 200px;
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    color: #FFF !important;
    position: static;
    display: inline-block;
  }
  .template-event_view .event.summary li a {
    font-size: 1.6rem;
    line-height: 2.3rem;
    text-decoration: underline;
  }
  .template-event_view .event.summary li.event-calendar {
    padding: 0;
  }
  .template-event_view .event.summary li.event-calendar strong {
    padding: 15px 10px;
  }
  .template-event_view .event.summary li.event-calendar a {
    display: inline-block;
    width: 100%;
    position: relative;
    top: -43px;
  }
  .template-event_view .event.summary li.event-url a {
    color: #747374 !important;
    display: inline-block;
    width: 100%;
  }
}
@media (max-width: 870px) {
  /*SPECIAL FOOTER*/
  footer#portal-footer-wrapper #footer-contact #contact_form h3 {
    background: none;
  }
  /*SPECIAL REF*/
  .template-references_folder_view #content .inter .inter_colonnes .reference {
    width: 31%;
    height: 600px;
  }
  .template-references_folder_view #content .inter .inter_colonnes .reference .description .name {
    min-height: 65px;
  }
  .template-references_folder_view #content .inter .inter_colonnes .reference .description .overflow_txt p {
    height: 190px;
    font-size: 14px;
    line-height: 20px;
  }
  .template-references_folder_view #content .inter .inter_colonnes .reference .description .categories span {
    font-size: 13px;
  }
  .template-reference_view header#title-header .ref_img {
    width: 70%;
  }
}
/**************
	 768
**************/
@media (max-width: 769px) {
  .template-home #expertises {
    margin-bottom: 40px;
  }
  .template-home #expertises p.hat {
    padding-top: 10px;
  }
  .template-home #expertises .slide_ div {
    min-height: 230px;
  }
  .template-home #citation {
    margin-bottom: 100px;
  }
  .template-home #citation .content a img {
    width: 200px;
  }
  .template-home #citation .content a .hat {
    margin-top: 10px;
  }
  .template-home #cloud_prive {
    margin-bottom: 50px;
  }
  .template-home #cloud_prive h2 {
    padding-top: 60px;
  }
  .template-home #cloud_prive h2 p.hat {
    padding: 20px 40px 0 40px;
  }
  template-home #services div.slide_up div p.description,
  .template-home #cloud_prive div.slide_up div p.description {
    font-size: 1.9rem;
    line-height: 2.6rem;
  }
  template-home #services div.slide_up div span,
  .template-home #cloud_prive div.slide_up div span {
    height: 110px;
    width: 110px;
  }
  template-home #services div.slide_up div span img,
  .template-home #cloud_prive div.slide_up div span img {
    width: 65px;
    height: auto;
    margin-top: 30px;
  }
  .template-home #news-events .content .focus-news .text_news header {
    min-height: 160px;
  }
  .template-home #news-events .content .focus-news .text_news p {
    width: 213%;
  }
  .template-home #news-events .content .focus-news .leadimage {
    margin-top: 5px;
    width: 48%;
    height: 137px;
  }
  .template-home #news-events .content aside article {
    width: 32%;
  }
  footer#portal-footer-wrapper #portal-footer #footer-references {
    padding: 10px 30px;
  }
  footer#portal-footer-wrapper #portal-footer #footer-references .slick-slide {
    margin-right: 20px;
  }
  footer#portal-footer-wrapper #portal-footer #footer-references .slick-slide img {
    height: 70px;
    width: auto;
  }
  footer#portal-footer-wrapper #portal-footer #footer-references .slick-dots li button {
    width: 8px;
    height: 8px;
    border-radius: 8px;
  }
  footer#portal-footer-wrapper #footer-contact #contact {
    float: none;
    width: 100%;
    padding: 0;
    border-right: 0;
  }
  footer#portal-footer-wrapper #footer-contact #contact a {
    display: inline-block;
    float: left;
    text-align: center;
    margin-right: 20px;
  }
  footer#portal-footer-wrapper #footer-contact #contact a img {
    width: 165px;
    height: auto;
  }
  footer#portal-footer-wrapper #footer-contact #contact ul {
    margin-top: 0px;
    margin-bottom: 10px;
    overflow: hidden;
    float: left;
  }
  footer#portal-footer-wrapper #footer-contact #contact ul li {
    float: right;
    width: auto !important;
    font-size: 14px!important;
    line-height: 30px;
    margin-top: 2px;
    margin-left: 20px;
  }
  footer#portal-footer-wrapper #footer-contact #contact ul li img {
    display: none;
  }
  footer#portal-footer-wrapper #footer-contact #contact ul li:last-child {
    display: none;
  }
  footer#portal-footer-wrapper #footer-contact #contact li.tel_number {
    font-size: 18px!important;
  }
  footer#portal-footer-wrapper #footer-contact #contact footer {
    text-align: center;
    overflow: hidden;
    float: right;
    margin: 0px 0 0px 0;
  }
  footer#portal-footer-wrapper #footer-contact #contact footer a {
    width: 35px;
    height: 35px;
    margin-left: 15px;
    margin-right: 0;
    float: right;
  }
  footer#portal-footer-wrapper #footer-contact #contact footer a img {
    width: 30px;
    height: auto;
    margin-top: 2px;
  }
  footer#portal-footer-wrapper #footer-contact #contact_form {
    width: 100%;
    margin: 15px 0 0 0;
    clear: left;
    border-top: 1px solid #686868;
    padding-top: 10px;
    min-height: 300px;
    background-size: 90%;
    background-position: bottom right;
  }
  footer#portal-footer-wrapper #footer-contact #contact_form h3,
  footer#portal-footer-wrapper #footer-contact #contact_form h3 span {
    display: inline-block;
    font-size: 3rem;
    margin-bottom: 0;
  }
  footer#portal-footer-wrapper #footer-contact #contact_form h3 i,
  footer#portal-footer-wrapper #footer-contact #contact_form h3 span i {
    font-size: 35px;
    position: relative;
    left: 5px;
    top: 5px;
  }
  footer#portal-footer-wrapper #footer-contact #contact_form #form.rowlike .field {
    width: 32%;
    float: left !important;
  }
  footer#portal-footer-wrapper #footer-contact #contact_form #form.rowlike .field:nth-child(2),
  footer#portal-footer-wrapper #footer-contact #contact_form #form.rowlike .field:nth-child(5) {
    margin-left: 2%;
    margin-right: 2%;
  }
  footer#portal-footer-wrapper #footer-contact #contact_form #form.rowlike .field input[type="text"],
  footer#portal-footer-wrapper #footer-contact #contact_form #form.rowlike .field input[type="email"],
  footer#portal-footer-wrapper #footer-contact #contact_form #form.rowlike .field input[type="password"],
  footer#portal-footer-wrapper #footer-contact #contact_form #form.rowlike .field textarea,
  footer#portal-footer-wrapper #footer-contact #contact_form #form.rowlike .field select {
    display: block;
    width: 100%;
    height: 30px;
    padding: 4px 8px;
    font-size: 13px;
    line-height: 1.42857143;
  }
  footer#portal-footer-wrapper #footer-contact #contact_form #form.rowlike #formfield-form-widgets-subject {
    width: 100%;
  }
  footer#portal-footer-wrapper #footer-contact #contact_form #form.rowlike .formControls {
    margin-top: 0;
    margin-right: 0;
  }
  footer#portal-footer-wrapper #footer-contact #contact_form #form.rowlike .formControls input[type="submit"] {
    font-size: 14px;
  }
  footer#portal-footer-wrapper #footer-sitemap ul {
    display: block;
  }
  footer#portal-footer-wrapper #footer-sitemap ul li {
    display: inline-block;
  }
  footer#portal-footer-wrapper #footer-sitemap ul li a {
    font-size: 14px;
    padding: 5px 15px;
  }
  /*NAV GENERALE*/
  #content-header .topmenu-slidedown nav ul#portal-globalnav {
    -webkit-column-gap: 25px;
    -moz-column-gap: 25px;
    column-gap: 25px;
  }
  #content-header .topmenu-slidedown nav ul#portal-globalnav li p {
    display: none;
  }
  #content-header .topmenu-slidedown nav ul#portal-globalnav li a {
    font-size: 17px;
    padding: 8px 10px;
    margin-bottom: 0;
  }
  #content-header .topmenu-slidedown nav ul#portal-globalnav li ul li p,
  #content-header .topmenu-slidedown nav ul#portal-globalnav li ul li a {
    display: block;
    font-size: 15px;
    padding: 10px 10px;
    border-top: 1px solid #CDD0D3;
  }
  /*PORTLETS PRE FOOTER*/
  #prefooter .col-xs-12 .portletWrapper {
    padding-bottom: 0;
  }
  #prefooter .col-xs-12 .portletWrapper .portlet-static-plaquette {
    padding-bottom: 30px;
    position: relative;
  }
  #prefooter .col-xs-12 .portletWrapper .portlet-static-plaquette a img {
    width: 200px;
    height: auto;
  }
  #prefooter .col-xs-12 .portletWrapper .portlet-static-plaquette a.lien_telechargement {
    width: 80%;
    font-size: 13px;
    padding: 10px;
    line-height: 16px;
    top: 234px;
  }
  #prefooter .col-xs-12 .portletWrapper .portlet-static-plaquette a.lien_telechargement img {
    display: none;
  }
  #prefooter .portlet,
  #prefooter .portletStaticText,
  #prefooter .portlet-static {
    padding: 0 15px;
  }
  #prefooter .portlet-related {
    min-width: 0;
  }
  .template-document_view #content-center .sidebar-offcanvas,
  .template-reference_view #content-center .sidebar-offcanvas,
  .portaltype-collection #content-center .sidebar-offcanvas,
  .template-newsitem_view #content-center .sidebar-offcanvas,
  .template-event_view #content-center .sidebar-offcanvas,
  .template-fg_base_view_p3 #content-center .sidebar-offcanvas,
  .template-topbar-manage-portlets #content-center .sidebar-offcanvas,
  .section-contact #content-center .sidebar-offcanvas,
  .portaltype-author #content-center .sidebar-offcanvas,
  .portaltype-news-item #content-center .sidebar-offcanvas,
  .template-tarif_hebergement #content-center .sidebar-offcanvas {
    display: none;
  }
  .template-document_view #content-center .sidebar-offcanvas + .col-xs-12.col-sm-9,
  .template-reference_view #content-center .sidebar-offcanvas + .col-xs-12.col-sm-9,
  .portaltype-collection #content-center .sidebar-offcanvas + .col-xs-12.col-sm-9,
  .template-newsitem_view #content-center .sidebar-offcanvas + .col-xs-12.col-sm-9,
  .portaltype-author #content-center .sidebar-offcanvas + .col-xs-12.col-sm-9,
  .template-event_view #content-center .sidebar-offcanvas + .col-xs-12.col-sm-9,
  .template-fg_base_view_p3 #content-center .sidebar-offcanvas + .col-xs-12.col-sm-9,
  .template-topbar-manage-portlets #content-center .sidebar-offcanvas + .col-xs-12.col-sm-9,
  .section-contact #content-center .sidebar-offcanvas + .col-xs-12.col-sm-9,
  .template-tarif_hebergement #content-center .sidebar-offcanvas + .col-xs-12.col-sm-9,
  .portaltype-news-item #content-center .sidebar-offcanvas + .col-xs-12.col-sm-9 {
    margin-left: 0!important;
  }
  .template-document_view #content-center,
  .template-reference_view #content-center,
  .portaltype-collection #content-center,
  .template-newsitem_view #content-center,
  .portaltype-author #content-center,
  .portaltype-news-item #content-center,
  .template-event_view #content-center,
  .template-fg_base_view_p3 #content-center,
  .template-topbar-manage-portlets #content-center,
  .section-contact #content-center,
  .template-tarif_hebergement #content-center {
    margin-bottom: 20px !important;
  }
  #content-center #linked-references {
    margin-top: 10px;
  }
  #content-center #linked-references h3 {
    color: #746c7e;
    background-color: #FFF;
    width: 100%;
    height: auto;
    padding: 00px 0 10px 0;
    margin: 0 0px 00px 0;
    display: inline-block;
    float: none;
  }
  #content-center #linked-references a {
    width: 90px;
    height: 90px;
    border-radius: 95px;
    border: 1px solid #dadad9;
    background-color: #FFF;
    margin: 15px 20px;
  }
  #content-center #linked-references a img {
    width: 89px;
    height: auto;
  }
  .template-references_folder_view section.filter .filtrer {
    float: none;
    width: 100%;
  }
  .template-references_folder_view section.filter .filtrer a {
    width: 50%;
    float: left;
    height: 60px;
    line-height: 60px;
    text-align: center;
  }
  .template-references_folder_view section.filter .filtres {
    width: 100%;
    padding: 10px 30px;
  }
  .template-references_folder_view section.filter .filtres .filtre_check {
    width: 33%;
  }
  .template-references_folder_view section.filter .filtres .filtre_check label {
    font-size: 14px;
  }
  .template-reference_view #title-header-wrapper,
  .template-reference_view header#title-header {
    height: 240px;
  }
  .template-reference_view #title-header-wrapper .detail_ref,
  .template-reference_view header#title-header .detail_ref {
    position: relative;
    z-index: 15;
    width: 100%;
    height: 100%;
    text-align: left;
  }
  .template-reference_view #title-header-wrapper .detail_ref .categories,
  .template-reference_view header#title-header .detail_ref .categories {
    position: absolute;
    bottom: 15px;
    left: 0px;
  }
  .template-reference_view #title-header-wrapper .detail_ref .categories a,
  .template-reference_view header#title-header .detail_ref .categories a {
    font-size: 13px;
  }
  .template-reference_view #title-header-wrapper .ref_img,
  .template-reference_view header#title-header .ref_img {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
    width: auto;
    text-align: right;
  }
  .template-reference_view #title-header-wrapper .ref_img img,
  .template-reference_view header#title-header .ref_img img {
    height: 100%;
    width: auto;
  }
  .template-reference_view #title-header-wrapper .ref_img .bkg_blur,
  .template-reference_view header#title-header .ref_img .bkg_blur {
    z-index: 14;
    left: -60px;
  }
  .template-reference_view header#title-header.scrolled {
    height: 100px;
  }
  .template-reference_view header#title-header.scrolled .detail_ref .logo_ref {
    width: 99px;
    height: 99px;
    margin-top: 15px;
  }
  .template-reference_view header#title-header.scrolled .ref_img {
    display: none;
  }
  .template-reference_view #viewlet-below-content-title-nav .pagination ul li {
    margin-bottom: 0;
  }
  .template-reference_view #viewlet-below-content-title-nav .pagination ul li a {
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 0;
    padding: 0 !important;
    width: 0;
  }
  .template-reference_view #viewlet-below-content-title-nav .pagination ul li a:before,
  .template-reference_view #viewlet-below-content-title-nav .pagination ul li a:after {
    font-size: 45px !important;
    top: -23px !important;
    text-indent: 0;
  }
  .template-reference_view #viewlet-below-content-title {
    padding-bottom: 0!important;
  }
  .template-reference_view #content-center {
    margin-bottom: 0 !important;
  }
  .template-reference_view #content-center .info_number {
    font-size: 13px;
    background-size: 35px auto;
    background-position: left 20px;
    padding: 20px 0px 20px 70px;
    min-height: 80px;
  }
  .template-reference_view #content-center .info_number li,
  .template-reference_view #content-center .info_number li p {
    font-size: 13px;
  }
  .template-references_folder_view #content .inter .inter_colonnes .reference {
    width: 48%;
    height: 580px;
  }
  .template-references_folder_view #content .inter .inter_colonnes .reference #logo_ref {
    width: 36%;
    margin-left: 32%;
    margin-bottom: 20px;
  }
  .template-references_folder_view #content .inter .inter_colonnes .reference .description .name {
    min-height: 65px;
  }
  .template-references_folder_view #content .inter .inter_colonnes .reference .description .overflow_txt p {
    height: 140px;
    font-size: 14px;
    line-height: 20px;
  }
  .template-references_folder_view #content .inter .inter_colonnes .reference .description .categories span {
    font-size: 13px;
  }
  .template-document_view #content-center h1.documentFirstHeading,
  .template-reference_view #content-center h1.documentFirstHeading,
  .portaltype-collection #content-center h1.documentFirstHeading,
  .template-newsitem_view #content-center h1.documentFirstHeading,
  .portaltype-author #content-center h1.documentFirstHeading,
  .portaltype-news-item #content-center h1.documentFirstHeading,
  .template-event_view #content-center h1.documentFirstHeading,
  .template-fg_base_view_p3 #content-center h1.documentFirstHeading,
  .template-topbar-manage-portlets #content-center h1.documentFirstHeading,
  .section-contact #content-center h1.documentFirstHeading,
  .template-tarif_hebergement #content-center h1.documentFirstHeading {
    color: #F07E47;
  }
  .template-reference_view #content-center .info_number {
    width: 70%;
    padding: 20px 0px 20px 70px;
  }
}
@media (max-width: 700px) {
  footer#portal-footer-wrapper #footer-contact #contact a {
    width: 100%;
    text-align: left;
    margin-bottom: 15px;
  }
  footer#portal-footer-wrapper #footer-contact #contact ul li {
    margin-left: 0;
    margin-right: 15px;
  }
  footer#portal-footer-wrapper #footer-contact #contact ul li.tel_number {
    margin-right: 0;
  }
  .template-event_view .event.summary li {
    margin-right: 2%;
    width: 31%;
  }
}
/**************
	 600
**************/
@media (max-width: 601px) {
  .template-references_folder_view #content .inter .inter_colonnes .reference {
    width: 48%;
    height: 550px;
  }
  .template-references_folder_view #content .inter .inter_colonnes .reference #logo_ref {
    width: 44%;
    margin-left: 28%;
    margin-bottom: 15px;
  }
  .template-references_folder_view #content .inter .inter_colonnes .reference .description .name {
    min-height: 65px;
  }
  .template-references_folder_view #content .inter .inter_colonnes .reference .description .overflow_txt p {
    min-height: 140px;
    height: auto;
    font-size: 14px;
    line-height: 20px;
  }
  .template-references_folder_view #content .inter .inter_colonnes .reference .description .categories span {
    font-size: 13px;
  }
  .template-home #expertises .slide_ div img {
    width: 130px;
    height: auto;
  }
  header#title-header {
    position: static;
    background-color: #4c4753;
    height: auto;
    width: 100%;
    max-width: 100%;
  }
  header#title-header .content {
    padding: 25px 30px 10px 30px;
    position: static;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
  header#title-header.scrolled {
    position: static;
    background-color: #4c4753;
    height: auto;
    width: 100%;
    max-width: 100%;
    display: block;
  }
  header#title-header.scrolled .content {
    padding: 25px 30px 10px 30px;
  }
  header#title-header.scrolled .content p.documentDescription {
    display: block;
  }
  header#title-header.scrolled .content nav ul li a {
    font-size: 13px;
  }
  .template-reference_view #title-header-wrapper,
  .template-reference_view header#title-header,
  .template-reference_view header#title-header.scrolled {
    height: 240px;
  }
  .template-reference_view header#title-header.scrolled .ref_img,
  .template-reference_view header#title-header.scrolled .categories {
    display: block;
  }
  .template-reference_view #content-center .info_number {
    width: 90%;
  }
  #prefooter .portlet,
  #prefooter .portletStaticText,
  #prefooter .portlet-static {
    padding: 0 30px;
  }
  #prefooter .col-xs-12 {
    overflow: initial;
    display: block;
    padding-bottom: 0;
  }
  #prefooter .col-xs-12 .portletWrapper {
    width: 100%;
    display: block;
    vertical-align: top;
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative;
    border-right: 0;
    border-bottom: 1px solid #CCC;
  }
  #prefooter .col-xs-12 .portletWrapper:last-child {
    margin-bottom: 0;
  }
  #prefooter .portlet .portletHeader,
  #prefooter .portletStaticText .portletHeader,
  #prefooter .portlet-static .portletHeader {
    line-height: 30px;
  }
  #prefooter .col-xs-12 .portletWrapper .portlet-static-plaquette {
    text-align: left;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  #prefooter .col-xs-12 .portletWrapper .portlet-static-plaquette:after {
    content: "";
    display: table;
    clear: both;
  }
  #prefooter .col-xs-12 .portletWrapper .portlet-static-plaquette p {
    display: inline-block;
    width: auto;
    float: left;
  }
  #prefooter .col-xs-12 .portletWrapper .portlet-static-plaquette a img {
    width: 140px;
    height: auto;
    position: relative;
    margin-top: -60px;
  }
  #prefooter .col-xs-12 .portletWrapper .portlet-static-plaquette a.lien_telechargement {
    position: static;
    display: block;
    width: auto;
    top: 0px;
    left: 0%;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    padding: 8px 30px;
    margin-top: 20px;
    margin-left: 30px;
  }
  #prefooter .col-xs-12 .portletWrapper .portlet-static-plaquette a.lien_telechargement img {
    display: inline-block;
    width: 18px;
    height: auto;
    position: static;
    margin-top: 0px;
  }
  #prefooter .portlet-static-on-peut-faire-aussi .portletHeader {
    margin-bottom: 15px;
  }
  #prefooter .portlet-static-on-peut-faire-aussi .portletItem a {
    margin-bottom: 0;
  }
  .portaltype-collection #content-center h1.documentFirstHeading {
    padding-bottom: 0;
  }
  .portaltype-collection #content-center h1.documentFirstHeading + #viewlet-below-content-title + .documentDescription {
    margin-top: 20px;
    margin-bottom: 0;
  }
  .template-newsitem_view #content-center h1.documentFirstHeading {
    font-size: 3.8rem;
  }
}
@media (max-width: 520px) {
  #prefooter .col-xs-12 .portletWrapper .portlet-static-plaquette a.lien_telechargement {
    padding: 10px 15px;
  }
  #prefooter .col-xs-12 .portletWrapper .portlet-static-plaquette a.lien_telechargement img {
    display: none;
  }
  .section-contact #form.rowlike .formControls {
    margin-bottom: 00px;
  }
  .section-contact #form.rowlike .formControls input[type="submit"] {
    font-size: 16px;
    padding: 19px 38px;
    width: 100%;
    text-shadow: none;
  }
  .template-summary_view.portaltype-collection .tileImage {
    width: 90px;
  }
  .template-summary_view.portaltype-collection .tileImage a {
    display: block;
    width: 70px;
    height: 70px;
  }
  .template-summary_view.portaltype-collection .tileBody {
    margin-left: 0 !important;
    float: none !important;
    text-align: justify;
  }
  .template-summary_view.portaltype-collection .tileBody .description {
    display: inline;
  }
}
/**************
	 490
**************/
@media (max-width: 490px) {
  html {
    font-size: 40%;
  }
  .template-home #presentation {
    min-height: 70vh;
  }
  .template-home #presentation .content footer img {
    position: absolute;
    left: -130px;
    top: -20px;
    width: 160px;
    height: auto;
  }
  .template-home #content-header #header a img.home {
    display: none;
  }
  .template-home #presentation .content .presentation_logo {
    width: 100%;
  }
  .template-home h2 {
    padding: 40px 0 60px 0;
  }
  .template-home #expertises h2 {
    padding: 40px 0;
  }
  .template-home #services div.slide_up div span,
  .template-home #cloud_prive div.slide_up div span,
  #content .content .highlight article span {
    height: 85px;
    width: 85px;
  }
  .template-home #services div.slide_up div span img,
  .template-home #cloud_prive div.slide_up div span img,
  #content .content .highlight article span img {
    width: 50px;
    height: auto;
    margin-top: 23px;
  }
  .template-home h3 {
    font-size: 2.8rem;
    margin-top: 10px;
  }
  .template-home .content p.description,
  .template-home .slide_up p.description,
  .template-home h2 span {
    display: none;
  }
  .template-home footer a.btn {
    margin-top: 10px;
  }
  .template-home #services {
    margin-bottom: 0px;
  }
  .template-home #expertises .slide_ div {
    min-height: 60px;
    width: 40%;
  }
  .template-home #expertises .slide_ div:nth-child(3),
  .template-home #expertises .slide_ div:nth-child(5) {
    clear: left;
  }
  .template-home #expertises .slide_ div:nth-child(2),
  .template-home #expertises .slide_ div:nth-child(4),
  .template-home #expertises .slide_ div:nth-child(6) {
    float: right;
  }
  .template-home #expertises .slide_ .content {
    padding-top: 30px;
  }
  .template-home #expertises .slide_ .content img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  .template-home #citation {
    position: relative;
    margin-bottom: 40px;
  }
  .template-home #citation img.vue_citation {
    margin-left: 30px;
    width: 40%;
    position: static;
  }
  .template-home #citation .content {
    clear: left;
    position: static;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
  .template-home #citation .content a {
    padding-left: 0;
  }
  .template-home #citation .content a img.sr {
    position: absolute;
    right: 30px;
    top: 0;
    width: 38%;
    height: auto;
    opacity: 1 !important;
  }
  .template-home #citation .content a p.hat {
    margin-top: -20px;
  }
  .template-home #citation .content p.signature span.quote {
    top: 31px;
  }
  .template-home #cloud_prive h2 {
    padding: 40px 0 75px 0;
    background-image: none;
  }
  .template-home #cloud_prive h2 p.hat {
    display: none;
  }
  .template-home #cloud_prive div.slide_up div {
    margin-bottom: 15px;
  }
  #cloud_prive a.btn.btn-1,
  #news-events footer a.btn.btn-1 {
    margin-top: 10px;
    padding: 12px 15px;
  }
  #cloud_prive .first_margin,
  #news-events footer .first_margin {
    margin-right: 5%;
  }
  .template-home #news-events .content .focus-news {
    margin-bottom: 15px;
  }
  .template-home #news-events .content .focus-news .text_news p {
    display: none;
  }
  .template-home #news-events .content aside {
    display: none;
  }
  .template-home #news-events footer .first_margin {
    margin-right: 0;
  }
  footer#portal-footer-wrapper #portal-footer #footer-references .slick-slide img {
    height: 50px;
    width: auto;
  }
  footer#portal-footer-wrapper #portal-footer #footer-contact {
    padding-bottom: 20px;
  }
  footer#portal-footer-wrapper #portal-footer #footer-contact #contact {
    position: relative;
  }
  footer#portal-footer-wrapper #portal-footer #footer-contact #contact ul {
    float: left;
    margin-bottom: 0;
  }
  footer#portal-footer-wrapper #portal-footer #footer-contact #contact ul li {
    margin-left: 0px;
    display: block;
    float: none;
    margin-bottom: 10px;
    letter-spacing: -0.6px;
    font-size: 20px !important;
  }
  footer#portal-footer-wrapper #portal-footer #footer-contact #contact ul li span {
    float: none;
  }
  footer#portal-footer-wrapper #portal-footer #footer-contact #contact ul li:last-child {
    display: none;
  }
  footer#portal-footer-wrapper #portal-footer #footer-contact #contact ul li.tel_number {
    font-size: 21px !important;
  }
  footer#portal-footer-wrapper #portal-footer #footer-contact #contact a {
    margin-right: 0px;
    float: left;
    width: 80%;
    text-align: left;
    margin-bottom: 15px;
  }
  footer#portal-footer-wrapper #portal-footer #footer-contact #contact footer {
    width: 20%;
    text-align: right;
    position: absolute;
    right: 0;
    top: 0;
  }
  footer#portal-footer-wrapper #portal-footer #footer-contact #contact footer a {
    float: none;
    margin-bottom: 5px;
    width: 35px;
  }
  footer#portal-footer-wrapper #portal-footer #footer-contact #contact footer a img {
    margin-left: 2px;
  }
  footer#portal-footer-wrapper #portal-footer #footer-contact #contact_form {
    display: none;
  }
  footer#portal-footer-wrapper #footer-sitemap ul li {
    display: none;
  }
  footer#portal-footer-wrapper #footer-sitemap ul li:last-child {
    display: block;
  }
  footer#portal-footer-wrapper #footer-sitemap ul li:last-child a {
    text-decoration: underline;
  }
  #content-header .topmenu-slidedown #content_nav {
    padding-left: 20px;
    padding-right: 20px;
  }
  #content-header .topmenu-slidedown nav ul#portal-globalnav {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  .portaltype-folder #content-center #content .content article {
    padding-bottom: 0;
  }
  .portaltype-folder #content-center #content .content article h2 {
    margin-top: 0;
  }
  .portaltype-folder #content-center #content .content article p.documentDescription {
    margin-bottom: 0;
  }
  .portaltype-folder #content-center #content .content .highlight {
    display: none;
  }
  .portaltype-folder #content-center #content .content article nav ul li {
    min-height: auto !important;
    width: 100%;
    margin-right: 0%;
    float: none;
  }
  #title-header-wrapper,
  header#title-header {
    height: auto;
  }
  #title-header-wrapper .content p.documentDescription,
  header#title-header .content p.documentDescription {
    display: none;
  }
  header#title-header.scrolled {
    height: auto;
  }
  #content-center #viewlet-above-content-title #portal-breadcrumbs {
    font-size: 10px;
  }
  .content article nav ul li a {
    padding-left: 50px;
  }
  .portaltype-folder #content-center #content .content article.presentation nav ul li a::before,
  .portaltype-folder #content-center #content .content article.presentation_dossiers nav ul li a::before {
    transform: scale(0.7);
    left: -15px;
  }
  .portaltype-folder #content-center #content .content article.presentation nav ul li span::before,
  .portaltype-folder #content-center #content .content article.presentation_dossiers nav ul li span::before {
    transform: scale(0.7);
    left: -65px;
  }
  #prefooter {
    display: none;
  }
  #portal-footer-wrapper {
    margin-top: 30px;
  }
  .template-reference_view #portal-footer-wrapper {
    margin-top: 00px;
  }
  .template-reference_view #content-center .info_number {
    width: 100%;
  }
  .template-home #portal-footer-wrapper {
    margin-top: 00px;
  }
  .template-references_folder_view section.filter {
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .template-references_folder_view section.filter .filtres .filtre_check {
    width: 50%;
  }
  .template-references_folder_view #title-header-wrapper .content h1,
  .template-references_folder_view header#title-header .content h1,
  .template-references_folder_view header#title-header.scrolled .content h1 {
    margin: 20px 0;
  }
  .template-references_folder_view #content .inter .inter_colonnes .reference {
    width: 48%;
    height: 430px;
  }
  .template-references_folder_view #content .inter .inter_colonnes .reference #logo_ref {
    width: 50%;
    margin-left: 25%;
    margin-bottom: 15px;
    margin-top: -66px;
  }
  .template-references_folder_view #content .inter .inter_colonnes .reference .description .name {
    min-height: 65px;
    font-size: 15px;
    line-height: 20px;
  }
  .template-references_folder_view #content .inter .inter_colonnes .reference .description .overflow_txt p {
    min-height: 180px;
    font-size: 14px;
    line-height: 20px;
    display: none;
  }
  .template-references_folder_view #content .inter .inter_colonnes .reference .description .categories span {
    font-size: 13px;
  }
  .template-document_view #content-center h1.documentFirstHeading,
  .template-reference_view #content-center h1.documentFirstHeading,
  .portaltype-collection #content-center h1.documentFirstHeading,
  .portaltype-author #content-center h1.documentFirstHeading,
  .portaltype-news-item #content-center h1.documentFirstHeading,
  .template-newsitem_view #content-center h1.documentFirstHeading,
  .template-event_view #content-center h1.documentFirstHeading,
  .template-fg_base_view_p3 #content-center h1.documentFirstHeading,
  .template-topbar-manage-portlets #content-center h1.documentFirstHeading,
  .section-contact #content-center h1.documentFirstHeading,
  .template-tarif_hebergement #content-center h1.documentFirstHeading {
    margin-bottom: 0;
    margin-top: 0;
  }
  .template-summary_view.portaltype-collection .tileItem {
    margin-bottom: 0;
  }
  .template-summary_view.portaltype-collection .tileFooter,
  #offre,
  .template-fg_base_view_p3 .formid-nous_contacter form .formControls,
  .open_form,
  a.btn_small_right {
    font-size: 10px;
  }
  #content-header {
    padding-bottom: 30px;
  }
  #content-header .container #portal-header {
    position: static;
  }
  #content-header .container #portal-header #portal-searchbox {
    position: absolute;
    top: 91px;
    left: 0;
    width: 100%;
    min-width: auto;
    height: 00px;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    transition: height 0.3s;
  }
  #content-header .container #portal-header #portal-searchbox .searchButton {
    position: absolute;
    top: -75px;
    right: 86px;
  }
  #content-header .container .collapsed #trigger-topmenu,
  #content-header .container .opened #trigger-topmenu {
    right: -5px;
    top: 30px;
  }
  #content-header #portal-header #portal-searchbox {
    width: 100%;
    height: 00px;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    transition: height 0.3s;
  }
  #content-header #portal-header #portal-searchbox #searchGadget {
    width: 100%;
    height: 0;
    background-color: #FFF;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    transition: height 0.3s;
  }
  #content-header #portal-header #portal-searchbox.search-open {
    width: 100%;
    height: 40px;
  }
  #content-header #portal-header #portal-searchbox.search-open #searchGadget {
    width: 100%;
    height: 50px;
    background-color: #FFF;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    transition: height 0.3s;
  }
  .template-references_folder_view section.filter .filtrer a {
    padding: 0;
    height: 50px;
    line-height: 50px;
  }
  .template-references_folder_view section.filter .filtrer a img {
    margin-right: 8px;
    position: relative;
    top: -3px;
    width: 22px;
    height: auto;
  }
  .template-references_folder_view section.filter .filtres h3 {
    display: none;
  }
  .template-reference_view #title-header-wrapper,
  .template-reference_view header#title-header,
  .template-reference_view header#title-header.scrolled {
    height: 220px;
  }
  .template-reference_view header#title-header .content {
    padding-left: 15px;
    padding-right: 00px;
  }
  .template-reference_view #title-header-wrapper .ref_img img,
  .template-reference_view header#title-header .ref_img img {
    right: -15px;
    position: relative;
  }
  .template-reference_view #title-header-wrapper .ref_img .bkg_blur,
  .template-reference_view header#title-header .ref_img .bkg_blur {
    left: -40px;
  }
  .template-reference_view header#title-header .detail_ref .logo_ref {
    width: 99px;
    height: 99px;
    margin-top: 15px;
  }
  .template-reference_view header#title-header .detail_ref .categories a {
    font-size: 11px;
  }
  .section-contact #form.rowlike {
    margin-top: 0;
  }
  .section-contact #form.rowlike .field {
    float: none;
    width: 100%;
    position: relative;
  }
  .section-contact #form.rowlike .field label {
    font-size: 12px;
  }
  .section-contact #form.rowlike #formfield-form-widgets-captcha {
    width: 100%;
    margin-bottom: 20px;
  }
  .section-contact #form.rowlike .formControls {
    float: none;
    margin-bottom: 00px;
  }
  .section-contact #form.rowlike .formControls input[type="submit"] {
    background: #F07E47;
    font-size: 14px;
    padding: 10px 55px;
    width: 100%;
    text-shadow: none;
  }
  .template-event_view .event.summary {
    margin-top: 0;
    margin-bottom: 0;
  }
  .template-event_view .event.summary li {
    height: 150px;
  }
  .template-event_view .event.summary li strong {
    width: 83px;
    height: 83px;
    padding: 28px 12px;
  }
  .template-event_view .event.summary li.event-calendar a {
    top: -39px;
  }
  .template-event_view #content-center {
    margin-bottom: 0 !important;
  }
  .template-event_view #portal-footer-wrapper {
    margin-top: 0;
  }
}
/**************
	 410
**************/
@media (max-width: 410px) {
  html {
    font-size: 38%;
  }
  .template-home #presentation {
    min-height: 78vh;
  }
  .template-home #content-header.scrolled,
  #content-header {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .template-home #content-header.scrolled #header a img,
  #content-header #header a img {
    height: 24px;
  }
  .template-home #content-header.scrolled .container #portal-header #portal-searchbox,
  #content-header .container #portal-header #portal-searchbox {
    top: 56px;
  }
  .template-home #content-header.scrolled .container #portal-header #portal-searchbox .searchButton,
  #content-header .container #portal-header #portal-searchbox .searchButton {
    width: 50px;
    min-width: 50px;
    height: 41px;
    background-size: auto 24px;
    position: absolute;
    top: -48px;
    right: 86px;
  }
  .template-home #expertises .slide_ div {
    min-height: 40px;
  }
  #content-header .container .collapsed #trigger-topmenu,
  #content-header .container .opened #trigger-topmenu {
    right: -5px;
    top: 15px;
  }
  #content-header .container .collapsed #trigger-topmenu,
  #content-header .container .opened #trigger-topmenu,
  #content-header .container #trigger-topmenu i {
    width: 35px;
  }
  #content-header #main-navigation {
    top: -2px;
    right: 35px;
  }
  #main-navigation #trigger-topmenu:before {
    -webkit-transform: translate3d(0, -10px, 0) scale3d(1, 1, 1);
    transform: translate3d(0, -10px, 0) scale3d(1, 1, 1);
  }
  #main-navigation #trigger-topmenu:after {
    -webkit-transform: translate3d(0, 10px, 0) scale3d(1, 1, 1);
    transform: translate3d(0, 10px, 0) scale3d(1, 1, 1);
  }
  #content-header #portal-header #main-navigation.opened #trigger-topmenu::before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
  }
  #content-header #portal-header #main-navigation.opened #trigger-topmenu::after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
  }
  .template-home #content-header .opened .topmenu-slidedown {
    border-top: 55px solid #424242;
  }
  .template-home #content-header.scrolled .opened .topmenu-slidedown {
    border-top: 55px solid #FFF;
  }
  #content-header .topmenu-slidedown {
    top: 55px;
  }
  #content-header .topmenu-slidedown nav ul#portal-globalnav li a {
    font-size: 15px;
  }
  .btn.btn-1,
  #cloud_prive a.btn.btn-1,
  #news-events footer a.btn.btn-1 {
    font-size: 13px;
    padding-top: 10px;
    padding-bottom: 7px;
  }
  .template-summary_view.portaltype-collection .tileFooter,
  #offre,
  .template-fg_base_view_p3 .formid-nous_contacter form .formControls,
  .open_form,
  a.btn_small_right {
    font-size: 11px;
  }
  #offre,
  .open_form,
  .template-fg_base_view_p3 .formid-nous_contacter form .formControls input.context {
    font-size: 12px;
  }
  .template-home h3 {
    font-size: 2.6rem;
  }
  .template-home #citation .content a p.hat {
    margin-top: -39px;
    font-size: 2.4rem;
    line-height: 3.4rem;
    padding-top: 25px;
  }
  .template-home #citation .content a p.signature span.quote {
    top: 29px;
  }
  .template-home #news-events .content .focus-news .text_news {
    display: block;
    width: 100%;
  }
  .template-home #news-events .content .focus-news .text_news header {
    min-height: 0;
  }
  .template-home #news-events .content .focus-news .text_news .news_type {
    font-size: 2.5rem;
  }
  .template-home #news-events .content .focus-news .text_news h3 {
    font-size: 3.4rem;
    margin-bottom: 0;
  }
  .template-home #news-events .content .focus-news .leadimage {
    display: none;
  }
  body .outer-wrapper {
    margin-top: 55px;
  }
  header#title-header {
    top: 55px;
  }
  header#title-header.scrolled .content p.documentDescription {
    display: none;
  }
  #portal-breadcrumbs {
    font-size: 9px !important;
    margin-top: 0 !important;
  }
  header#title-header .content h1 {
    font-size: 5.2rem;
  }
  header#title-header .content nav ul li {
    margin-bottom: 8px;
    margin-right: 2%;
    margin-left: 2%;
  }
  header#title-header .content nav ul li a {
    padding: 5px 0px 5px 00px;
    font-size: 12px;
    background-image: none;
  }
  .portaltype-folder #content-center #content .content .presentation,
  .portaltype-folder #content-center #content .content h2 {
    display: none;
  }
  .portaltype-folder #content-center #content .content article {
    padding-top: 0;
  }
  .portaltype-folder #content-center #content .content article h3 {
    color: #3a3939;
  }
  .portaltype-folder #content-center #content .content article h3:before {
    background-color: #F07E47;
  }
  .portaltype-folder #content-center #content .content article nav ul li a {
    font-size: 2.7rem;
  }
  .portaltype-folder #content-center #content .content article .more {
    margin-bottom: 20px;
  }
  #content .documentDescription {
    color: #252424;
  }
  .template-document_view #parent-fieldname-text p,
  .section-references #parent-fieldname-text p,
  .portaltype-author #parent-fieldname-text p,
  .template-summary_view.portaltype-collection #parent-fieldname-text p,
  .template-event_view #parent-fieldname-text p,
  .template-newsitem_view #parent-fieldname-text p,
  .template-document_view #content-core p,
  .section-references #content-core p,
  .template-summary_view.portaltype-collection #content-core p,
  .template-event_view #content-core p,
  .template-newsitem_view #content-core p,
  .template-document_view .tileBody .description,
  .section-references .tileBody .description,
  .template-summary_view.portaltype-collection .tileBody .description,
  .template-event_view .tileBody .description,
  .template-newsitem_view .tileBody .description,
  .template-document_view ul li,
  .section-references ul li,
  .template-summary_view.portaltype-collection ul li,
  .template-event_view ul li,
  .template-newsitem_view ul li {
    font-size: 14px;
    line-height: 23px;
  }
  .template-document_view ul,
  .section-references ul,
  .template-summary_view.portaltype-collection ul,
  .template-event_view ul,
  .template-newsitem_view ul {
    padding-left: 25px;
  }
  .template-references_folder_view #content .inter .inter_colonnes .reference {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    height: auto;
  }
  .template-references_folder_view #content .inter .inter_colonnes .reference #logo_ref {
    width: 30%;
    margin-left: 35%;
    margin-bottom: 15px;
    margin-top: -66px;
  }
  .template-references_folder_view #content .inter .inter_colonnes .reference .description {
    margin-bottom: 20px;
  }
  .template-references_folder_view #content .inter .inter_colonnes .reference .description .name {
    min-height: auto;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .template-references_folder_view #content .inter .inter_colonnes .reference .description .overflow_txt p {
    display: none;
  }
  .template-references_folder_view #content .inter .inter_colonnes .reference .description .categories span {
    font-size: 12px;
    padding: 3px 12px 3px 12px;
  }
  .template-reference_view #content-center .info_number {
    width: 100%;
    box-sizing: content-box;
    padding-left: 60px;
    padding-right: 00px;
    position: relative;
    left: -30px;
    background-size: 25px auto;
    background-position: 15px 15px;
    font-size: 12px;
    line-height: 18px;
  }
  .template-reference_view #content-center .info_number:before {
    display: none;
  }
  .template-reference_view #content-center .info_number ul li {
    font-size: 12px;
    line-height: 14px;
  }
  .template-newsitem_view .leadImage {
    width: 90px;
  }
  .template-newsitem_view .leadImage .newsImageContainer a {
    width: 70px;
    height: 70px;
  }
  .template-newsitem_view #content-center h1.documentFirstHeading {
    font-size: 3.6rem;
  }
}
/***********************
	CONTACT DONE
***********************/
@media (max-width: 920px) {
  .template-contact_form_done .documentFirstHeading + div {
    margin-bottom: 40px;
  }
  .template-contact_form_done img {
    float: none;
    margin: 0 auto 20px auto;
    width: auto;
  }
  .template-contact_form_done p {
    clear: left;
  }
}
@media (max-width: 770px) {
  .template-contact_form_done img {
    float: left;
    margin-right: 30px;
    width: 25%;
    height: auto;
  }
  .template-contact_form_done p {
    clear: none;
  }
}
@media print {
  @page {
    size: portrait;
  }
  /** portrait **/
  body {
    width: 95%!important;
    margin: auto!important;
    font-family: serif;
    font-size: 12pt;
    background-color: #fff!important;
    color: #000!important;
    padding: 0px !important;
  }
  body > * {
    -ms-transform: none!important;
    -webkit-transform: none!important;
    transform: none!important;
  }
  p,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  blockquote,
  ul,
  ol {
    color: #000!important;
    margin: auto!important;
  }
  p,
  blockquote {
    orphans: 3;
    /*pas de ligne seule en bas */
    widows: 3;
    /*pas de ligne seule en haut*/
  }
  blockquote,
  ul,
  ol {
    page-break-inside: auto;
  }
  /*
	h1 {
	  page-break-before: always;  chaque titre commence sur une nouvelle page 
	}
	h1, h2, h3, caption {
	  page-break-after: avoid;
	}
	*/
  a[href]:after {
    content: none;
  }
  a {
    color: #000!important;
  }
  .template-home .outer-wrapper,
  .outer-wrapper {
    margin-bottom: 0 !important;
  }
  #main-container .sr {
    opacity: 1 !important;
    -ms-transform: none !important;
    -webkit-transform: none!important;
    transform: none!important;
    visibility: initial;
  }
  /***************
	HOME
***************/
  #content-header,
  .template-home a.btn {
    display: none;
  }
  .template-home #presentation .content,
  .template-home #services div.slide_up,
  .template-home #presentation .content footer {
    position: static;
  }
  .template-home #presentation .content {
    margin-top: 0;
  }
  .template-home #presentation .content img {
    display: none;
  }
  .template-home #presentation .content h1 {
    border-top: 0;
    border-bottom: 1px solid #000;
    padding-bottom: 25px;
    margin-bottom: 50px;
    font-size: 33px;
    line-height: 44px;
    color: #CCC !important;
    display: inline-block;
    width: 100%;
  }
  .template-home #presentation .content h1 br {
    display: none;
  }
  .template-home #services div.slide_up div,
  .template-home #expertises .slide_ .content div,
  .template-home #cloud_prive div.slide_up div {
    margin-bottom: 0;
  }
  .template-home #services div.slide_up .sr,
  .template-home #expertises .slide_ .content .sr,
  .template-home #cloud_prive div.slide_up .sr {
    opacity: 1 !important;
  }
  .template-home #services div.slide_up .sr a,
  .template-home #expertises .slide_ .content .sr a,
  .template-home #cloud_prive div.slide_up .sr a {
    text-decoration: none !important;
  }
  .template-home #services div.slide_up h3,
  .template-home #expertises .slide_ .content h3,
  .template-home #cloud_prive div.slide_up h3 {
    padding-top: 15px!important;
  }
  .template-home #services div.slide_up p.description,
  .template-home #expertises .slide_ .content p.description,
  .template-home #cloud_prive div.slide_up p.description {
    padding-top: 15px !important;
  }
  .template-home #news-events .content .focus-news {
    margin-bottom: 10px;
  }
  .template-home #news-events .content .focus-news .leadimage {
    display: none;
  }
  .template-home #news-events .content .focus-news .text_news {
    width: 100%;
    display: block;
  }
  .template-home #news-events .content .focus-news .text_news p {
    padding-top: 30px;
  }
  .template-home #news-events .content .focus-news .text_news p span {
    display: none;
  }
  .template-home #news-events .content aside {
    margin-bottom: 0;
  }
  .template-home #news-events .content aside article {
    width: 100%;
    display: block;
    padding: 0;
  }
  .template-home #news-events .content aside article header {
    margin-bottom: 5px;
  }
  .template-home #news-events .content aside article h4 {
    font-weight: normal;
    margin: 0;
  }
  .template-home #news-events .content aside article a {
    margin: 0;
  }
  .template-home #cloud_prive {
    margin-bottom: 30px;
  }
  .template-home #news-events .content aside .event header {
    padding-left: 0;
  }
  .template-home #expertises .slide_ .content {
    padding-top: 0;
  }
  .template-home h2,
  .template-home #expertises h2 {
    padding: 40px 0 40px 0;
  }
  .template-home #presentation {
    min-height: auto !important;
    position: static;
  }
  .template-home #presentation .content,
  .template-home #services div.slide_up div.sr {
    -ms-transform: none !important;
    -webkit-transform: none!important;
    transform: none!important;
    visibility: initial;
  }
  .template-home #presentation .content h1 {
    color: #000 !important;
  }
  .template-home #citation img.vue_citation {
    opacity: 1 !important;
    display: block !important;
    left: 0;
    position: static !important;
    width: 32%;
  }
  .template-home #citation .content {
    float: right!important;
    position: static!important;
    width: 65%!important;
    -ms-transform: none !important;
    -webkit-transform: none!important;
    transform: none!important;
    left: 0;
  }
  .template-home #citation .content a {
    padding-left: 0;
  }
  /***************
		FOOTER
	***************/
  footer#portal-footer-wrapper {
    position: fixed !important;
    bottom: 0px;
    left: 0;
    display: block;
  }
  footer#portal-footer-wrapper #contact_form,
  footer#portal-footer-wrapper #footer-sitemap,
  footer#portal-footer-wrapper #footer-references,
  footer#portal-footer-wrapper #footer-sitemap {
    display: none;
  }
  footer#portal-footer-wrapper #footer-contact {
    padding: 0;
  }
  footer#portal-footer-wrapper #contact {
    width: 100% !important;
    display: block;
    border-right: 0!important;
    border-top: 1px solid #000!important;
    padding-right: 0!important;
    float: none;
  }
  footer#portal-footer-wrapper #contact a img,
  footer#portal-footer-wrapper #contact footer {
    display: none;
  }
  footer#portal-footer-wrapper #contact ul {
    margin: 0;
  }
  footer#portal-footer-wrapper #contact ul li {
    color: #000 !important;
    float: right!important;
    width: auto!important;
    display: block!important;
    margin: 0 0 0 20px!important;
    font-size: 14px!important;
    line-height: 15px!important;
    font-weight: bold;
    padding-top: 2px!important;
  }
  footer#portal-footer-wrapper #contact ul li span br,
  footer#portal-footer-wrapper #contact ul li img {
    display: none;
  }
  /***************
VUE DOSSIER
***************/
  #main-container #title-header-wrapper {
    position: static;
    height: auto;
    padding-bottom: 60px;
  }
  #main-container #title-header-wrapper header#title-header,
  #main-container #title-header-wrapper header#title-header.scrolled {
    position: static;
    height: auto;
    border-bottom: 1px solid #000;
  }
  #main-container #title-header-wrapper header#title-header .content,
  #main-container #title-header-wrapper header#title-header.scrolled .content {
    position: static;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    top: 0;
    left: 0;
  }
  #main-container #title-header-wrapper header#title-header .content h1,
  #main-container #title-header-wrapper header#title-header.scrolled .content h1 {
    font-size: 56px!important;
    margin-bottom: 20px!important;
  }
  #main-container #title-header-wrapper header#title-header .content p.documentDescription,
  #main-container #title-header-wrapper header#title-header.scrolled .content p.documentDescription {
    display: block !important;
    padding-bottom: 20px;
  }
  #main-container #viewlet-below-content-title,
  #main-container #viewlet-above-content-title {
    display: none;
  }
  #main-container .highlight h3 {
    padding: 15px 0;
  }
  #main-container .highlight + h2 {
    page-break-before: always;
  }
  #main-container .presentation_dossiers p.description {
    padding-bottom: 40px;
  }
  #main-container .presentation_dossiers a.more {
    display: none;
  }
  #main-container .presentation_dossiers nav:after,
  #main-container .presentation_dossiers ul:after {
    content: "";
    display: table;
    clear: both;
  }
  #main-container .presentation_dossiers nav li,
  #main-container .presentation_dossiers ul li {
    page-break-inside: avoid;
  }
  #main-container .sidebar-offcanvas {
    display: none;
  }
  #main-container #content-center .sidebar-offcanvas + .col-xs-12.col-sm-9 {
    margin-left: 0 !important;
  }
  #prefooter {
    display: none;
  }
  #main-container #content-center h1.documentFirstHeading {
    padding-top: 0;
    margin-top: 0;
  }
  /***************
COLLECTION
***************/
  .template-summary_view.portaltype-collection .tileFooter {
    display: none;
  }
  .template-summary_view.portaltype-collection .tileItem {
    page-break-inside: avoid;
  }
  /***************
  TARIFS CLOUD
***************/
  .section-cloud #content .documentDescription.description {
    font-size: 2rem;
    line-height: 3rem;
  }
  .section-cloud #content #button_configurer {
    display: none !important;
  }
  .section-cloud #content-core table#tarif_cp tr th,
  .template-tarif_hebergement #podp table tbody tr th,
  .section-cloud #content-core table#tarif_cp tr td,
  .template-tarif_hebergement #podp table tbody tr td {
    border-right: 1px solid #999999!important;
    border-bottom: 1px solid #999999!important;
    padding: 2px 5px !important;
  }
  .section-cloud #content-core table#tarif_cp tr th:last-child,
  .template-tarif_hebergement #podp table tbody tr th:last-child,
  .section-cloud #content-core table#tarif_cp tr td:last-child,
  .template-tarif_hebergement #podp table tbody tr td:last-child {
    border-right: 0!important;
  }
  .section-cloud #content-core table#tarif_cp tr tr,
  .template-tarif_hebergement #podp table tbody tr tr,
  .section-cloud #content-core table#tarif_cp tr td,
  .template-tarif_hebergement #podp table tbody tr td,
  .section-cloud #content-core table#tarif_cp tr th,
  .template-tarif_hebergement #podp table tbody tr th {
    height: auto !important;
  }
  .template-tarif_hebergement #podp #offrecp table {
    border: 1px solid #999999!important;
  }
  .template-tarif_hebergement #podp #offrecp table tr {
    border: 0!important;
  }
  .template-tarif_hebergement #podp #offrecp table tr td {
    border: 0!important;
  }
  .template-tarif_hebergement #podp #offrecp table tr td:first-child {
    border-right: 1px solid #999999!important;
  }
  .template-tarif_hebergement #podp #offrecp table tr td:first-child h2 {
    text-align: right;
    padding-right: 15px;
  }
  .template-tarif_hebergement #podp #offrecp table tr td:first-child h2 br {
    display: inline-block;
  }
  .template-tarif_hebergement #podp #offrecp table tr td:last-child {
    display: none!important;
  }
}
.msie body .outer-wrapper,
.msedge body .outer-wrapper,
.msie .template-home .outer-wrapper,
.msedge .template-home .outer-wrapper {
  margin-bottom: 0px;
}
.msie footer#portal-footer-wrapper,
.msedge footer#portal-footer-wrapper {
  min-width: 1200px;
  position: static;
}
.msie #footer-references,
.msedge #footer-references {
  display: none;
}
.msie .template-home #footer-references,
.msedge .template-home #footer-references {
  display: block;
}
