/* MANDATORY COMPONANTS */
/*! 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,
hgroup,
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;
}
/* Colors */
/* FONTS */
/* Number of columns in the grid. */
/* Padding between columns. Gets divided in half for the left and right.*/
/* Point at which the navbar becomes uncollapsed.*/
/* Point at which the navbar begins collapsing.*/
/* Define the maximum width of `.container` for different screen sizes. */
/* Small screen / tablet */
/* For `@screen-sm-min` and up.*/
/* Medium screen / desktop */
/* For `@screen-md-min` and up.*/
/* Large screen / wide desktop */
/* For `@screen-lg-min` and up.*/
.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: 1202px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.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%;
  }
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/* OPTIONAL COMPONANTS */
.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 #eeeeee;
  border-radius: .1em;
}
.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;
}
@-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 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  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 {
  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: #ffffff;
}
/* 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:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.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 {
  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: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-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.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";
}
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}
.dialog,
.dialog__overlay {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.dialog {
  position: fixed;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  pointer-events: none;
  z-index: 9000;
}
.dialog__overlay {
  position: absolute;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.8);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-backface-visibility: hidden;
}
.dialog--open .dialog__overlay {
  opacity: 1;
  pointer-events: auto;
}
.dialog__content {
  max-width: 80%;
  background: #fff;
  padding: 30px 60px;
  position: relative;
  z-index: 2000;
  opacity: 0;
  -moz-box-shadow: 0 0 35px rgba(0, 0, 0, 0.27);
  -webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.27);
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.27);
  border-bottom: solid 5px #b6b6b8;
  margin: 30px auto;
}
.dialog__content h2 {
  color: #b6b6b8;
  font-size: 25px;
  font-weight: normal;
  line-height: 25px;
  margin-bottom: 35px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}
.dialog__content .messages {
  margin-top: 30px;
  margin-bottom: 0 !important;
}
.dialog--open .dialog__content {
  pointer-events: auto;
}
/* Content */
.closeDialog {
  position: absolute;
  top: 14px;
  right: 20px;
  cursor: pointer;
}
.closeDialog i {
  font-size: 30px;
  color: #000;
}
.closeDialog:hover i {
  color: #191919;
}
.dialog__overlay {
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.dialog__content {
  overflow: hidden;
}
.dialog.dialog--close {
  display: none;
}
.dialog.dialog--open .dialog__content,
.dialog.dialog--close .dialog__content {
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.dialog.dialog--open .dialog__content {
  -webkit-animation-name: anim-open;
  animation-name: anim-open;
  -webkit-animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.dialog.dialog--close .dialog__content {
  -webkit-animation-name: anim-close;
  animation-name: anim-close;
}
.dialog.dialog--open h2,
.dialog.dialog--open button {
  -webkit-animation: anim-elem 0.4s both;
  animation: anim-elem 0.4s both;
}
.dialog.dialog--open h2 {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}
.dialog.dialog--open button {
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}
@-webkit-keyframes anim-open {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -400px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@keyframes anim-open {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -400px, 0);
    transform: translate3d(0, -400px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes anim-close {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
  }
}
@keyframes anim-close {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
}
/* Inner elements animations */
@-webkit-keyframes anim-elem {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@keyframes anim-elem {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/*
 * jQuery FlexSlider v2.5.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 * 
 */
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 0px;
  background: #ffffff;
  border: 0;
  position: relative;
  zoom: 1;
  width: 100%;
  overflow: hidden;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 20px;
  height: 60px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: #ffffff;
  text-shadow: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "FontAwesome";
  font-size: 60px;
  display: inline-block;
  content: "\f104";
  color: #ffffff;
  text-shadow: 0;
}
.flex-direction-nav a.flex-next:before {
  content: "\f105";
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "FontAwesome";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 50px;
  text-align: center;
  z-index: 500;
}
.flex-control-nav li {
  margin: 0 10px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 15px;
  height: 15px;
  display: block;
  background: #fff;
  cursor: pointer;
  text-indent: -9999px;
  /*.flex-box-shadow( 0, 0, 3px, rgba(0,0,0,0.3), inset );*/
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.flex-control-paging li a:hover {
  background: #b6b6b8;
}
.flex-control-paging li a.flex-active {
  background: #b6b6b8;
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}
/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(/sites/all/themes/advency/less/componants/owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
/* GLOBAL STYLES */
* {
  -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;
}
.clear {
  clear: both;
}
body {
  background: url(/sites/all/themes/advency/img/bg_pantheon.png) right top 38px no-repeat #ffffff;
  font-family: 'Source Sans Pro', sans-serif;
  color: #6d6e71;
  font-size: 14px;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  color: #d63440;
  text-decoration: none;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
input {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
select::-ms-expand {
  display: none;
}
#evitement a {
  position: absolute;
  left: -999999px;
}
/* TITLES AND TEXTES */
p {
  margin: 0px;
  font-family: 'Source Sans Pro', sans-serif;
}
h1,
h2,
h3,
h4,
h5 {
  margin: 0px;
  font-family: 'Source Sans Pro', sans-serif;
}
h1 {
  background: rgba(241, 241, 241, 0.3);
  padding: 26px 46px;
  padding-top: 60px;
  position: relative;
  font-size: 40px;
  font-family: 'Karma', serif;
  text-transform: uppercase;
  line-height: 1.2;
  font-weight: normal;
}
.element-invisible,
#block-share-on-block-share-on-block-2 {
  display: none;
}
.not-front #main-wrapper {
  padding-bottom: 30px;
}
#page-wrapper {
  overflow: hidden;
}
#content.withright {
  width: 817px;
  display: inline-block;
  vertical-align: top;
  margin-right: 40px;
}
#sidebar-second {
  width: 310px;
  display: inline-block;
  vertical-align: top;
}
/* MESSAGES */
#messages {
  clear: both;
}
.messages {
  background: #eb9ea4 !important;
  padding: 15px 20px !important;
  color: #d63440 !important;
  font-weight: bold !important;
  margin-bottom: 30px !important;
  margin-top: 10px !important;
  border: none !important;
}
.messages li {
  margin: 5px 0px;
  font-weight: normal;
}
.messages.status {
  background: rgba(241, 241, 241, 0.3) !important;
  color: #6d6e71 !important;
}
ul {
  margin: 0px;
  padding: 0px;
}
ul li {
  list-style: none;
}
/* SOCIAL LINKS BUTTONS */
.social-links-buttons ul.menu {
  display: inline-block;
  vertical-align: middle;
}
.social-links-buttons ul.menu li {
  display: inline-block;
  margin-left: 12px;
}
.social-links-buttons ul.menu li a {
  height: 28px;
  width: 28px;
  background: url(/sites/all/themes/advency/img/social-icons.png);
  text-indent: 10000px;
  display: block;
  transition: none;
  overflow: hidden;
}
.social-links-buttons ul.menu li a.facebook {
  background-position: 0px -28px;
}
.social-links-buttons ul.menu li a.facebook:hover {
  background-position: -28px -28px;
}
.social-links-buttons ul.menu li a.twitter {
  background-position: 0px -112px;
}
.social-links-buttons ul.menu li a.twitter:hover {
  background-position: -28px -112px;
}
.social-links-buttons ul.menu li a.google {
  background-position: 0px -84px;
}
.social-links-buttons ul.menu li a.google:hover {
  background-position: -28px -84px;
}
.social-links-buttons ul.menu li a.rss {
  background-position: 0px -56px;
}
.social-links-buttons ul.menu li a.rss:hover {
  background-position: -28px -56px;
}
.social-links-buttons ul.menu li a.mail {
  background-position: 0px 0px;
}
.social-links-buttons ul.menu li a.mail:hover {
  background-position: -28px 0px;
}
#user-pass .form-item input {
  border: 0px;
  background: #b6b6b8;
  color: #6d6e71;
  height: 39px !important;
  line-height: 39px;
  padding: 0px 16px;
  margin-bottom: 15px;
  resize: none;
  display: block;
}
#user-pass #edit-submit {
  display: block;
  line-height: 30px;
  padding: 4px 16px;
  color: #ffffff;
  background: #d63440;
  border: 1px solid #d63440;
  text-transform: uppercase;
}
#user-pass #edit-submit:hover {
  background: #ffffff;
  color: #d63440;
}
.not-logged-in #tabs {
  display: none;
}
.page-user .not-logged-in #tabs {
  display: block;
}
#tabs .container ul.tabs,
.lexicon-admin-links {
  padding: 10px 0px;
}
#tabs .container ul.tabs li,
.lexicon-admin-links li {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}
#tabs .container ul.tabs li a,
.lexicon-admin-links li a {
  display: block;
  line-height: 30px;
  padding: 4px 16px;
  color: #ffffff;
  background: #d63440;
  border: 1px solid #d63440;
  text-transform: uppercase;
}
#tabs .container ul.tabs li a:hover,
.lexicon-admin-links li a:hover {
  background: #ffffff;
  color: #d63440;
}
.page-search #tabs .container ul.tabs li:nth-child(2) {
  display: none;
}
.barre_partage {
  text-align: right;
}
.barre_partage .addthis_sharing_toolbox {
  display: inline-block;
  vertical-align: middle;
}
.barre_partage .addthis_sharing_toolbox .at-share-btn {
  display: inline-block;
  width: 25px !important;
  margin: 0px;
  margin-left: 5px;
  background: none !important;
}
.barre_partage .addthis_sharing_toolbox .at-share-btn .at-icon-wrapper {
  background-color: transparent !important;
  height: 25px !important;
  line-height: 25px !important;
  width: 25px !important;
  display: block;
  text-align: center;
  font-size: 22px;
  color: #6d6e71;
}
.barre_partage .addthis_sharing_toolbox .at-share-btn .at-icon-wrapper svg {
  display: none;
}
.barre_partage .addthis_sharing_toolbox .at-share-btn.at-svc-facebook .at-icon-wrapper {
  background: url(/sites/all/themes/advency/img/partage_fb.png) center no-repeat;
}
.barre_partage .addthis_sharing_toolbox .at-share-btn.at-svc-twitter .at-icon-wrapper {
  background: url(/sites/all/themes/advency/img/partage_twitter.png) center no-repeat;
}
.barre_partage .addthis_sharing_toolbox .at-share-btn.at-svc-google_plusone_share .at-icon-wrapper {
  background: url(/sites/all/themes/advency/img/partage_gplus.png) center no-repeat;
}
.barre_partage .addthis_sharing_toolbox .at-share-btn.at-svc-print .at-icon-wrapper {
  background: url(/sites/all/themes/advency/img/partage_print.png) center no-repeat;
}
.barre_partage .addthis_sharing_toolbox .at-share-btn.at-svc-email .at-icon-wrapper {
  background: url(/sites/all/themes/advency/img/partage_mail.png) center no-repeat;
}
.barre_partage .addeventatc {
  display: inline-block;
  vertical-align: top;
  width: 25px;
  height: 25px;
  background: url(/sites/all/themes/advency/img/picto_calendrier.png) center no-repeat #d63440;
  font-size: 0;
  border: none;
  border-radius: 0px;
  padding: 0px;
  margin-left: 2px;
}
.barre_partage .addeventatc:hover {
  font-size: 0;
  border: none !important;
}
.barre_partage .addeventatc .addeventatc_icon {
  display: none;
}
.barre_partage .addeventatc .addeventatc_menu {
  display: none;
  text-align: center;
  position: relative;
  width: 130px;
  background-color: #ffffff;
  border: solid 1px rgba(0, 0, 0, 0.2);
  margin-top: 25px;
}
.barre_partage .addeventatc .addeventatc_menu ul li {
  font-size: 15px;
  padding: 10px;
}
.barre_partage .addeventatc .addeventatc_menu ul li:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.barre_partage .addeventatc .addeventatc_menu ul li a {
  color: rgba(0, 0, 0, 0.9);
}
.barre_partage .addeventatc .addeventatc_menu form input {
  color: rgba(0, 0, 0, 0.9);
  background: none;
  border: none;
  padding: 0;
  margin: 0;
}
.barre_partage .addeventatc:hover > .addeventatc_menu {
  display: block;
}
/* AJAX LOADER */
.ajax-progress-throbber {
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(/sites/all/themes/advency/img/loader.gif) center center no-repeat rgba(255, 255, 255, 0.9);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.ajax-progress-throbber .message {
  display: none;
}
.ajax-progress-throbber .throbber {
  display: none;
}
.easy-breadcrumb {
  font-size: 14px;
  min-height: 24px;
  line-height: 1.4;
  margin: 10px 0px;
}
.easy-breadcrumb a {
  color: #6d6e71;
}
.easy-breadcrumb .easy-breadcrumb_segment-separator {
  padding: 0px 4px;
}
.easy-breadcrumb .easy-breadcrumb_segment-title {
  color: #d63440;
}
ul.pager {
  text-align: right;
  padding-top: 30px;
}
ul.pager li {
  display: inline-block;
  vertical-align: text-bottom;
}
ul.pager li a {
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  color: #6d6e71;
  background: #f1f1f1;
}
ul.pager li.pager-current {
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  color: #f1f1f1;
  background: #6d6e71;
}
ul.pager li.pager-first,
ul.pager li.pager-last {
  display: none;
}
.rte {
  margin-top: 30px;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 40px;
}
.rte h2 {
  font-size: 26px;
}
.rte p,
.rte ul,
.rte h2,
.rte h3,
.rte h4,
.rte div {
  margin-top: 20px;
}
.rte a {
  text-decoration: underline;
}
.rte img:not(.file-icon) {
  display: block;
  max-width: 100%;
  height: auto !important;
  margin: 20px auto;
}
.rte img[alt~="icon"],
.rte img[alt="Fichier"] {
  display: inline-block;
  margin: 0px;
  vertical-align: middle;
}
.rte blockquote {
  font-size: 25px;
  font-family: 'Karma', serif;
  text-align: center;
  max-width: 50%;
  position: relative;
  margin: 20px auto;
  padding: 0px 40px;
}
.rte blockquote > div {
  text-align: left;
  margin: auto;
  width: 100%;
}
.rte blockquote:before,
.rte blockquote:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 21px;
}
.rte blockquote:before {
  background: url(/sites/all/themes/advency/img/quote_ouvre.png) center no-repeat;
  left: 0;
  top: 0;
}
.rte blockquote:after {
  background: url(/sites/all/themes/advency/img/quote_ferme.png) center no-repeat;
  right: 0;
  bottom: 0;
}
.rte ul li:before {
  /*content: ">";
                width: 6px;
                height: 8px;
                background: @red;
                display: inline-block;
                margin-right: 8px;
                vertical-align: middle;*/
  content: ">";
  color: #d63440;
  font-size: 10px;
  margin-right: 10px;
  font-weight: bold;
}
.rte ul li:last-child {
  margin-bottom: 0px;
}
.rte ul li ul {
  padding-left: 40px;
}
.rte ol {
  padding-left: 16px;
  margin: 0px;
}
.rte ol li:last-child {
  margin-bottom: 0px;
}
.rte table {
  min-width: 100% !important;
  margin: 30px 0px;
  border: 1px solid #b6b6b8;
}
.rte table th {
  height: 40px;
  line-height: 40px;
  background: #f1f1f1;
  color: #191919;
  padding: 0px 10px;
}
.rte table td {
  height: 30px;
  line-height: 30px;
  text-align: center;
}
.rte iframe {
  width: 100%;
}
.rte.introduction {
  margin-bottom: 0px;
}
#block-share-on-block-share-on-block-2 {
  text-align: center;
  border-top: 1px solid #6d6e71;
  margin-bottom: 30px;
  padding-top: 10px;
}
#block-share-on-block-share-on-block-2 h2 {
  padding-left: 0px;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: normal;
  margin-bottom: 23px;
}
#block-share-on-block-share-on-block-2 .content ul li {
  margin-right: 20px;
}
#block-share-on-block-share-on-block-2 .content ul li a {
  width: 42px;
  height: 42px;
  line-height: 42px;
  background: #6d6e71;
  color: #ffffff;
  text-align: center;
}
#block-share-on-block-share-on-block-2 .content ul li a:before {
  font-size: 30px;
  text-align: center;
}
#block-share-on-block-share-on-block-2 .content ul li a:hover {
  background: #d63440;
}
#block-share-on-block-share-on-block-2 .content ul li a:hover:before {
  color: #ffffff;
}
.bloc_commentaires {
  margin-top: 50px;
}
.node-type-actualit- #section_3 {
  background: url(/sites/all/themes/advency/img/bg_white.png) right 30px center no-repeat #f1f1f1;
  padding: 50px 0px;
}
#footer_wrapper #footer-columns #footer_secondcolumn ul.menu li#agorassas a,
#footer_wrapper #footer-columns #footer_thirdcolumn ul.menu li#agorassas2 a {
  background: #6d6e71;
  color: #ffffff;
  padding: 0px 8px;
  height: 27px;
  line-height: 27px;
  display: inline-block;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: lighter;
}
#footer_wrapper #footer-columns #footer_secondcolumn ul.menu li#ent a,
#footer_wrapper #footer-columns #footer_thirdcolumn ul.menu li#ent2 a {
  background: url(/sites/all/themes/advency/img/picto_cadenas.png) right 6px top 6px no-repeat #d63440;
  color: #ffffff;
  padding: 0px 8px;
  height: 27px;
  line-height: 27px;
  display: inline-block;
  padding-right: 23px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: lighter;
}
#footer_wrapper #footer-columns #footer_secondcolumn ul.menu li#agorassas,
#footer_wrapper #footer-columns #footer_thirdcolumn ul.menu li#agorassas2 {
  display: inline-block;
  margin-right: 4px;
}
#footer_wrapper #footer-columns #footer_secondcolumn ul.menu li#ent,
#footer_wrapper #footer-columns #footer_thirdcolumn ul.menu li#ent2 {
  display: inline-block;
}
#messages {
  display: none;
}
.row:after {
  content: '';
  display: block;
  clear: both;
}
.mt-10 {
  margin-top: 10px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mt-40 {
  margin-top: 40px !important;
}
.ml-10 {
  margin-left: 10px !important;
}
.ml-20 {
  margin-left: 20px !important;
}
.ml-30 {
  margin-left: 30px !important;
}
.ml-40 {
  margin-left: 40px !important;
}
.mr-10 {
  margin-right: 10px !important;
}
.mr-20 {
  margin-right: 20px !important;
}
.mr-30 {
  margin-right: 30px !important;
}
.mr-40 {
  margin-right: 40px !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.author-wrap,
.author-wrap div {
  display: inline;
}
.group {
  padding: 10px 0;
  /* Style the accordion panel. Note: hidden by default */
}
.group .article-titre {
  font-size: 20px;
}
.group .node-title {
  font-size: 20px;
  font-family: 'Karma', serif;
  color: #6d6e71;
}
.group .accordion {
  line-height: 2;
  padding: 0px 10px;
  cursor: pointer;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  color: #d63440;
}
.group .accordion h2::after {
  content: '\02795';
  /* Unicode (+) */
  font-size: 15px;
  margin-top: 5px;
  line-height: 30px;
  color: #777;
  float: right;
  margin-left: 5px;
  color: transparent;
  text-shadow: 0 0 0 #d63440;
}
.group .accordion.active h2::after {
  content: "\2796";
  /* Unicode (-) */
}
.group .panel {
  padding: 10px 0px;
  margin: 0;
  display: none;
  overflow: hidden;
  font-size: 16px;
  line-height: 1.8;
}
/* regions */
.block-share-on-block .content ul li {
  display: inline-block;
  margin-right: 30px;
  vertical-align: middle;
}
.block-share-on-block .content ul li a {
  display: block;
  color: #fff;
}
.block-share-on-block .content ul li a span {
  display: none;
}
.block-share-on-block .content ul li a:before {
  text-indent: 0px;
  font-size: 30px;
}
.block-share-on-block .content ul li a:hover:before {
  color: #b6b6b8;
}
/* CUSTOME STYLES */
#header #logo img {
  max-height: 120px;
  width: auto;
}
#header #header_top {
  background: #f1f1f1;
  height: 47px;
  line-height: 27px;
  text-align: right;
  padding: 10px 0px;
}
#header #header_top #block-locale-language {
  float: left;
}
#header #header_top #block-locale-language ul li {
  display: inline-block;
}
#header #header_top #block-locale-language ul li a {
  color: #6d6e71;
}
#header #header_top #block-locale-language ul li.active a {
  color: #d63440;
}
#header #header_top #block-locale-language ul li.first:after {
  content: "-";
  display: inline-block;
  padding-left: 3px;
  color: #d63440;
}
#header #header_top .region {
  display: inline-block;
}
#header #header_top .language-switcher {
  float: right;
  margin-left: 10px;
}
#header #header_top .language-switcher ul li {
  display: inline-block;
}
#header #header_top .language-switcher ul li a {
  color: #6d6e71;
}
#header #header_top .language-switcher ul li a.active {
  color: #d63440;
}
#header #header_top .language-switcher ul li:first-child a:after {
  content: "-";
  display: inline-block;
  padding-left: 3px;
  color: #d63440;
}
#header #header_top #block-jump-menu-jump-menu-m-menu-vous-tes,
#header #header_top #block-jump-menu-jump-menu-m-menu-nos-tablissemen {
  display: inline-block;
  vertical-align: middle;
  width: 259px;
}
#header #header_top #block-jump-menu-jump-menu-m-menu-vous-tes select,
#header #header_top #block-jump-menu-jump-menu-m-menu-nos-tablissemen select {
  width: 222px;
}
#header #header_top #block-jump-menu-jump-menu-m-menu-vous-tes input[type=submit],
#header #header_top #block-jump-menu-jump-menu-m-menu-nos-tablissemen input[type=submit] {
  display: none;
}
#header #header_top #block-jump-menu-jump-menu-m-menu-vous-tes {
  text-align: left;
  border-right: 1px solid #6d6e71;
}
#header #header_bottom {
  height: 166px;
  padding-top: 37px;
  text-align: center;
}
#nav {
  background: none;
}
#nav #main_menu_wrap {
  border-bottom: 1px solid #6d6e71;
}
#nav #main_menu_wrap .recherche_header {
  display: inline-block;
  vertical-align: bottom;
  height: 42px;
}
#nav #main_menu_wrap .recherche_header .header_search_form_container {
  font-size: 0;
}
#nav #main_menu_wrap .recherche_header .header_search_form_container input {
  height: 29px;
  line-height: 29px;
  margin: 0px;
  vertical-align: top;
  border: 1px solid #d63440;
  background: #ffffff;
}
#nav #main_menu_wrap .recherche_header .header_search_form_container input[type=text] {
  border-right: 0px;
  padding-left: 6px;
  font-size: 14px;
  width: 181px;
}
#nav #main_menu_wrap .recherche_header .header_search_form_container input[type=submit] {
  border-left: 0px;
  width: 29px;
  background: url(/sites/all/themes/advency/img/picto_search.png) center no-repeat;
}
.menu_responsive {
  display: none;
}
#sliding-popup .popup-content {
  text-align: center;
}
#sliding-popup.sliding-popup-top {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
}
#sliding-popup .popup-content #popup-text {
  max-width: 100% !important;
}
.sliding-popup-top .popup-content.info #popup-text,
.sliding-popup-top .popup-content.agreed #popup-text {
  float: none !important;
  margin: 0;
  padding: 5px 0;
  display: inline-block;
}
.sliding-popup-top .popup-content.info #popup-text p,
.sliding-popup-top .popup-content.agreed #popup-text p {
  font-size: 13px !important;
  font-weight: 400 !important;
}
.sliding-popup-top .popup-content.info .decline-button,
.sliding-popup-top .popup-content.agreed .decline-button,
.sliding-popup-top .popup-content.info .eu-cookie-compliance-save-preferences-button,
.sliding-popup-top .popup-content.agreed .eu-cookie-compliance-save-preferences-button {
  border: 0 !important;
  color: white !important;
  text-shadow: none !important;
  background: #ED4642 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  cursor: pointer;
  margin-right: 5px;
  margin-top: 1em;
  vertical-align: middle;
  overflow: visible;
  width: auto;
  -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
  -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
  box-shadow: inset 0px 1px 0px 0px #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf));
  background: -moz-linear-gradient(center top, #ededed 5%, #dfdfdf 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
  background-color: #ededed;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #dcdcdc;
  display: inline-block;
  color: #000;
  font-family: arial;
  font-weight: bold;
  padding: 4px 8px;
  text-decoration: none;
  text-shadow: 1px 1px 0px #ffffff;
}
.sliding-popup-top .popup-content.info #popup-buttons,
.sliding-popup-top .popup-content.agreed #popup-buttons,
.sliding-popup-top .popup-content.info #popup-text,
.sliding-popup-top .popup-content.agreed #popup-text,
.sliding-popup-top .popup-content.info #eu-cookie-compliance-categories,
.sliding-popup-top .popup-content.agreed #eu-cookie-compliance-categories {
  float: none !important;
  margin: 0 auto;
  text-align: left;
  margin-bottom: 15px !important;
  display: inline-block;
}
.sliding-popup-top .popup-content.info #popup-buttons .agree-button,
.sliding-popup-top .popup-content.agreed #popup-buttons .agree-button,
.sliding-popup-top .popup-content.info #popup-text .agree-button,
.sliding-popup-top .popup-content.agreed #popup-text .agree-button,
.sliding-popup-top .popup-content.info #eu-cookie-compliance-categories .agree-button,
.sliding-popup-top .popup-content.agreed #eu-cookie-compliance-categories .agree-button,
.sliding-popup-top .popup-content.info #popup-buttons .hide-popup-button,
.sliding-popup-top .popup-content.agreed #popup-buttons .hide-popup-button,
.sliding-popup-top .popup-content.info #popup-text .hide-popup-button,
.sliding-popup-top .popup-content.agreed #popup-text .hide-popup-button,
.sliding-popup-top .popup-content.info #eu-cookie-compliance-categories .hide-popup-button,
.sliding-popup-top .popup-content.agreed #eu-cookie-compliance-categories .hide-popup-button,
.sliding-popup-top .popup-content.info #popup-buttons .find-more-button,
.sliding-popup-top .popup-content.agreed #popup-buttons .find-more-button,
.sliding-popup-top .popup-content.info #popup-text .find-more-button,
.sliding-popup-top .popup-content.agreed #popup-text .find-more-button,
.sliding-popup-top .popup-content.info #eu-cookie-compliance-categories .find-more-button,
.sliding-popup-top .popup-content.agreed #eu-cookie-compliance-categories .find-more-button {
  border: 0 !important;
  color: white !important;
  text-shadow: none !important;
  background: #ED4642 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  cursor: pointer;
  margin-right: 5px;
  margin-top: 1em;
  vertical-align: middle;
  overflow: visible;
  width: auto;
  -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
  -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
  box-shadow: inset 0px 1px 0px 0px #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf));
  background: -moz-linear-gradient(center top, #ededed 5%, #dfdfdf 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
  background-color: #ededed;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #dcdcdc;
  display: block;
  color: #000;
  font-family: arial;
  font-weight: bold;
  padding: 4px 8px;
  text-decoration: none;
  text-shadow: 1px 1px 0px #ffffff;
}
.sliding-popup-top .popup-content.info #popup-buttons,
.sliding-popup-top .popup-content.agreed #popup-buttons {
  float: none !important;
  margin: 0 !important;
}
.sliding-popup-top .popup-content.agreed #popup-buttons .find-more-button {
  margin-top: 0px !important;
  border: 0 !important;
  color: white !important;
  text-shadow: none !important;
  background: #ED4642 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
#footer_wrapper {
  background: #f1f1f1;
}
#footer_wrapper #footer-columns {
  padding-top: 34px;
}
#footer_wrapper #footer-columns #footer_firstcolumn .bloc_logo img {
  width: 132px;
  height: auto;
}
#footer_wrapper #footer-columns #footer_secondcolumn ul.menu li,
#footer_wrapper #footer-columns #footer_thirdcolumn ul.menu li,
#footer_wrapper #footer-columns #footer_fourthcolumn ul.menu li {
  margin-bottom: 14px;
}
#footer_wrapper #footer-columns #footer_secondcolumn ul.menu li a,
#footer_wrapper #footer-columns #footer_thirdcolumn ul.menu li a,
#footer_wrapper #footer-columns #footer_fourthcolumn ul.menu li a {
  color: #6d6e71;
  font-size: 16px;
  text-transform: uppercase;
  font-family: 'Karma', serif;
}
#footer_wrapper #footer-columns #footer_secondcolumn ul.menu li#agorassas,
#footer_wrapper #footer-columns #footer_thirdcolumn ul.menu li#agorassas,
#footer_wrapper #footer-columns #footer_fourthcolumn ul.menu li#agorassas {
  display: inline-block;
  margin-right: 4px;
}
#footer_wrapper #footer-columns #footer_secondcolumn ul.menu li#agorassas a,
#footer_wrapper #footer-columns #footer_thirdcolumn ul.menu li#agorassas a,
#footer_wrapper #footer-columns #footer_fourthcolumn ul.menu li#agorassas a {
  background: #6d6e71;
  color: #ffffff;
  padding: 0px 8px;
  height: 27px;
  line-height: 27px;
  display: inline-block;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: lighter;
}
#footer_wrapper #footer-columns #footer_secondcolumn ul.menu li#ent,
#footer_wrapper #footer-columns #footer_thirdcolumn ul.menu li#ent,
#footer_wrapper #footer-columns #footer_fourthcolumn ul.menu li#ent {
  display: inline-block;
}
#footer_wrapper #footer-columns #footer_secondcolumn ul.menu li#ent a,
#footer_wrapper #footer-columns #footer_thirdcolumn ul.menu li#ent a,
#footer_wrapper #footer-columns #footer_fourthcolumn ul.menu li#ent a {
  background: url(/sites/all/themes/advency/img/picto_cadenas.png) right 6px top 6px no-repeat #d63440;
  color: #ffffff;
  padding: 0px 8px;
  height: 27px;
  line-height: 27px;
  display: inline-block;
  padding-right: 23px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: lighter;
}
#footer_wrapper #footer-columns #footer_secondcolumn ul.menu li#agorassas2,
#footer_wrapper #footer-columns #footer_thirdcolumn ul.menu li#agorassas2,
#footer_wrapper #footer-columns #footer_fourthcolumn ul.menu li#agorassas2 {
  display: inline-block;
  margin-right: 4px;
}
#footer_wrapper #footer-columns #footer_secondcolumn ul.menu li#agorassas2 a,
#footer_wrapper #footer-columns #footer_thirdcolumn ul.menu li#agorassas2 a,
#footer_wrapper #footer-columns #footer_fourthcolumn ul.menu li#agorassas2 a {
  background: #6d6e71;
  color: #ffffff;
  padding: 0px 8px;
  height: 27px;
  line-height: 27px;
  display: inline-block;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: lighter;
}
#footer_wrapper #footer-columns #footer_secondcolumn ul.menu li#ent2,
#footer_wrapper #footer-columns #footer_thirdcolumn ul.menu li#ent2,
#footer_wrapper #footer-columns #footer_fourthcolumn ul.menu li#ent2 {
  display: inline-block;
}
#footer_wrapper #footer-columns #footer_secondcolumn ul.menu li#ent2 a,
#footer_wrapper #footer-columns #footer_thirdcolumn ul.menu li#ent2 a,
#footer_wrapper #footer-columns #footer_fourthcolumn ul.menu li#ent2 a {
  background: url(/sites/all/themes/advency/img/picto_cadenas.png) right 6px top 6px no-repeat #d63440;
  color: #ffffff;
  padding: 0px 8px;
  height: 27px;
  line-height: 27px;
  display: inline-block;
  padding-right: 23px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: lighter;
}
#footer_wrapper #footer-columns #footer_secondcolumn ul.menu li#footThird,
#footer_wrapper #footer-columns #footer_thirdcolumn ul.menu li#footThird,
#footer_wrapper #footer-columns #footer_fourthcolumn ul.menu li#footThird {
  display: inline-block;
  margin-right: 4px;
}
#footer_wrapper #footer-columns #footer_secondcolumn ul.menu li#footThird a,
#footer_wrapper #footer-columns #footer_thirdcolumn ul.menu li#footThird a,
#footer_wrapper #footer-columns #footer_fourthcolumn ul.menu li#footThird a {
  background: #00005C;
  color: #FFF;
  padding: 0px 8px;
  height: 27px;
  line-height: 27px;
  display: inline-block;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: lighter;
}
#footer_wrapper #footer-columns #footer_secondcolumn .two-col-list ul.menu li,
#footer_wrapper #footer-columns #footer_thirdcolumn .two-col-list ul.menu li,
#footer_wrapper #footer-columns #footer_fourthcolumn .two-col-list ul.menu li {
  float: left;
  min-width: 50%;
}
#footer_wrapper #footer-columns #footer_fourthcolumn .block-simplenews h2 {
  font-size: 16px;
  text-transform: uppercase;
  font-family: 'Karma', serif;
  font-weight: normal;
  padding-left: 0px;
}
#footer_wrapper #footer-columns #footer_fourthcolumn .block-simplenews label {
  display: none;
}
#footer_wrapper #footer-columns #footer_fourthcolumn .block-simplenews input[type=text] {
  height: 23px;
  line-height: 23px;
  padding: 0px 8px;
  width: 100%;
  margin-top: 2px;
}
#footer_wrapper #footer-columns #footer_fourthcolumn .block-simplenews input[type=submit] {
  height: 24px;
  line-height: 24px;
  padding: 0px 8px;
  margin-top: 10px;
  color: #ffffff;
  background: #6d6e71;
}
#footer_wrapper #footer {
  height: 65px;
  line-height: 60px;
}
#footer_wrapper #footer .container {
  border-top: 1px solid #6d6e71;
}
#footer_wrapper #footer .container .region-footer {
  text-align: right;
}
#footer_wrapper #footer .container .region-footer .block-menu {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
#footer_wrapper #footer .container .region-footer .block-menu .content ul li {
  display: inline-block;
  vertical-align: middle;
}
#footer_wrapper #footer .container .region-footer .block-menu .content ul li a {
  color: #6d6e71;
  text-transform: uppercase;
  letter-spacing: -0.6px;
}
#footer_wrapper #footer .container .region-footer .block-menu .content ul li a:after {
  content: "-";
  padding-left: 3px;
  padding-right: 1px;
}
#footer_wrapper #footer .container .region-footer .block-menu .content ul li.last a:after {
  content: none;
}
#footer_wrapper #footer .container .region-footer .tacjs {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0px;
}
#footer_wrapper #footer .container .region-footer .tacjs .content {
  display: inline-block;
  vertical-align: middle;
}
#footer_wrapper #footer .container .region-footer .tacjs .content a {
  color: #6d6e71;
  text-transform: uppercase;
  letter-spacing: -0.6px;
}
#footer_wrapper #footer .container .region-footer .tacjs .content a:after {
  content: "-";
  padding-left: 3px;
  padding-right: 1px;
}
#footer_wrapper #footer .container .region-footer .tacjs .content.last a:after {
  content: none;
}
#footer_wrapper #footer .container .region-footer .block-share-on-block {
  display: inline-block;
  vertical-align: middle;
}
#footer_wrapper #footer .container .region-footer .block-share-on-block .content ul li {
  margin-right: 5px;
  vertical-align: middle;
}
#footer_wrapper #footer .container .region-footer .block-share-on-block .content ul li a {
  width: 25px;
  height: 25px;
  line-height: 26px;
  background: #6d6e71;
  color: #ffffff;
  text-align: center;
  font-size: 0;
}
#footer_wrapper #footer .container .region-footer .block-share-on-block .content ul li a:before {
  font-size: 18px;
  text-align: center;
}
#footer_wrapper #footer .container .region-footer .block-share-on-block .content ul li a:hover {
  background: #d63440;
}
#footer_wrapper #footer .container .region-footer .block-share-on-block .content ul li a:hover:before {
  color: #ffffff;
}
#footer_wrapper #footer .container .region-footer .block-share-on-block .content ul li a.linkedin {
  display: none;
}
#print_mention {
  display: none;
  text-align: center;
  padding-top: 60px;
}
.front #main-wrapper {
  padding-top: 29px;
  padding-bottom: 60px;
}
.front #block-system-main {
  display: none;
}
.front h2 {
  font-size: 36px;
  text-transform: uppercase;
  font-weight: normal;
  padding-left: 52px;
  margin-bottom: 23px;
}
.front #main-wrapper {
  font-size: 0;
}
.front #main-wrapper #block-views-carrousel-actus-home-block {
  font-size: 14px;
}
.front #main-wrapper .view-carrousel-actus-home {
  margin-bottom: 70px;
}
.front #main-wrapper .view-carrousel-actus-home .flexslider {
  overflow: visible;
}
.front #main-wrapper .view-carrousel-actus-home .flexslider .views-field-nothing {
  position: relative;
  min-height: 523px;
}
.front #main-wrapper .view-carrousel-actus-home .flexslider .views-field-nothing img {
  padding-left: 147px;
}
.front #main-wrapper .view-carrousel-actus-home .flexslider .views-field-nothing .details {
  position: absolute;
  bottom: 57px;
  left: 0;
  width: 340px;
  background-color: rgba(25, 25, 25, 0.6);
  padding: 90px 30px;
  padding-bottom: 0px;
}
.front #main-wrapper .view-carrousel-actus-home .flexslider .views-field-nothing .details .titre {
  font-size: 34px;
  color: #ffffff;
  font-family: 'Karma', serif;
}
.front #main-wrapper .view-carrousel-actus-home .flexslider .views-field-nothing .details .introduction {
  font-size: 16px;
  line-height: 1.25;
  color: #ffffff;
  font-weight: lighter;
}
.front #main-wrapper .view-carrousel-actus-home .flexslider .views-field-nothing .details .introduction:after {
  content: "";
  width: 26px;
  height: 5px;
  background: #d63440;
  display: block;
  margin-top: 28px;
}
.front #main-wrapper .view-carrousel-actus-home .flexslider .views-field-nothing .details:before {
  content: "";
  width: 340px;
  height: 57px;
  background: url(/sites/all/themes/advency/img/bloc_noir_hp_slider.png) center no-repeat;
  opacity: 0.6;
  display: block;
  position: absolute;
  bottom: -57px;
  left: 0;
}
.front #main-wrapper .view-carrousel-actus-home .flexslider .views-field-nothing .details:after {
  content: "";
  width: 216px;
  height: 28px;
  background: url(/sites/all/themes/advency/img/bloc_rouge_hp_slider.png) center no-repeat;
  display: block;
  position: absolute;
  bottom: -85px;
  left: 0;
}
.front #main-wrapper .view-carrousel-actus-home .flexslider .flex-direction-nav {
  display: none;
}
.front #main-wrapper .view-carrousel-actus-home .flexslider .flex-control-nav {
  bottom: -25px;
  text-align: right;
}
.front #main-wrapper .view-carrousel-actus-home .flexslider .flex-control-nav li {
  margin-left: 5px;
  margin-right: 0px;
  font-size: 0;
}
.front #main-wrapper .view-carrousel-actus-home .flexslider .flex-control-nav li a {
  width: 18px;
  height: 17px;
  border-radius: 0px;
  background: #6d6e71;
}
.front #main-wrapper .view-carrousel-actus-home .flexslider .flex-control-nav li a.flex-active {
  background: #b6b6b8;
}
.front #main-wrapper .bloc_hp_actualites,
.front #main-wrapper .bloc_hp_decouvrir {
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  width: 774px;
  margin-right: 43px;
}
.front #main-wrapper .bloc_hp_actualites h2,
.front #main-wrapper .bloc_hp_decouvrir h2 {
  background: url(/sites/all/themes/advency/img/picto_actualites.png) left center no-repeat;
}
.front #main-wrapper .bloc_hp_actualites .view-content,
.front #main-wrapper .bloc_hp_decouvrir .view-content,
.front #main-wrapper .bloc_hp_actualites .bloc-content,
.front #main-wrapper .bloc_hp_decouvrir .bloc-content {
  font-size: 0px;
}
.front #main-wrapper .bloc_hp_actualites .view-content .bloc-detail,
.front #main-wrapper .bloc_hp_decouvrir .view-content .bloc-detail,
.front #main-wrapper .bloc_hp_actualites .bloc-content .bloc-detail,
.front #main-wrapper .bloc_hp_decouvrir .bloc-content .bloc-detail {
  margin-right: 23px;
  margin-bottom: 20px;
}
.front #main-wrapper .bloc_hp_actualites .view-content .views-row,
.front #main-wrapper .bloc_hp_decouvrir .view-content .views-row,
.front #main-wrapper .bloc_hp_actualites .bloc-content .views-row,
.front #main-wrapper .bloc_hp_decouvrir .bloc-content .views-row,
.front #main-wrapper .bloc_hp_actualites .view-content .content-row,
.front #main-wrapper .bloc_hp_decouvrir .view-content .content-row,
.front #main-wrapper .bloc_hp_actualites .bloc-content .content-row,
.front #main-wrapper .bloc_hp_decouvrir .bloc-content .content-row {
  display: inline-block;
  vertical-align: top;
  width: 375px;
  font-size: 14px;
}
.front #main-wrapper .bloc_hp_actualites .view-content .views-row.views-row-1,
.front #main-wrapper .bloc_hp_decouvrir .view-content .views-row.views-row-1,
.front #main-wrapper .bloc_hp_actualites .bloc-content .views-row.views-row-1,
.front #main-wrapper .bloc_hp_decouvrir .bloc-content .views-row.views-row-1,
.front #main-wrapper .bloc_hp_actualites .view-content .content-row.views-row-1,
.front #main-wrapper .bloc_hp_decouvrir .view-content .content-row.views-row-1,
.front #main-wrapper .bloc_hp_actualites .bloc-content .content-row.views-row-1,
.front #main-wrapper .bloc_hp_decouvrir .bloc-content .content-row.views-row-1 {
  margin-right: 23px;
}
.front #main-wrapper .bloc_hp_actualites .view-content .views-row img,
.front #main-wrapper .bloc_hp_decouvrir .view-content .views-row img,
.front #main-wrapper .bloc_hp_actualites .bloc-content .views-row img,
.front #main-wrapper .bloc_hp_decouvrir .bloc-content .views-row img,
.front #main-wrapper .bloc_hp_actualites .view-content .content-row img,
.front #main-wrapper .bloc_hp_decouvrir .view-content .content-row img,
.front #main-wrapper .bloc_hp_actualites .bloc-content .content-row img,
.front #main-wrapper .bloc_hp_decouvrir .bloc-content .content-row img {
  width: 100%;
  height: auto;
}
.front #main-wrapper .bloc_hp_actualites .view-content .views-row .details .theme,
.front #main-wrapper .bloc_hp_decouvrir .view-content .views-row .details .theme,
.front #main-wrapper .bloc_hp_actualites .bloc-content .views-row .details .theme,
.front #main-wrapper .bloc_hp_decouvrir .bloc-content .views-row .details .theme,
.front #main-wrapper .bloc_hp_actualites .view-content .content-row .details .theme,
.front #main-wrapper .bloc_hp_decouvrir .view-content .content-row .details .theme,
.front #main-wrapper .bloc_hp_actualites .bloc-content .content-row .details .theme,
.front #main-wrapper .bloc_hp_decouvrir .bloc-content .content-row .details .theme {
  font-size: 18px;
  color: #d63440;
  font-family: 'Karma', serif;
  line-height: 1.5;
  margin-top: 9px;
}
.front #main-wrapper .bloc_hp_actualites .view-content .views-row .details .theme:after,
.front #main-wrapper .bloc_hp_decouvrir .view-content .views-row .details .theme:after,
.front #main-wrapper .bloc_hp_actualites .bloc-content .views-row .details .theme:after,
.front #main-wrapper .bloc_hp_decouvrir .bloc-content .views-row .details .theme:after,
.front #main-wrapper .bloc_hp_actualites .view-content .content-row .details .theme:after,
.front #main-wrapper .bloc_hp_decouvrir .view-content .content-row .details .theme:after,
.front #main-wrapper .bloc_hp_actualites .bloc-content .content-row .details .theme:after,
.front #main-wrapper .bloc_hp_decouvrir .bloc-content .content-row .details .theme:after {
  content: "";
  width: 22px;
  height: 1px;
  background: #6d6e71;
  display: block;
}
.front #main-wrapper .bloc_hp_actualites .view-content .views-row .details .titre,
.front #main-wrapper .bloc_hp_decouvrir .view-content .views-row .details .titre,
.front #main-wrapper .bloc_hp_actualites .bloc-content .views-row .details .titre,
.front #main-wrapper .bloc_hp_decouvrir .bloc-content .views-row .details .titre,
.front #main-wrapper .bloc_hp_actualites .view-content .content-row .details .titre,
.front #main-wrapper .bloc_hp_decouvrir .view-content .content-row .details .titre,
.front #main-wrapper .bloc_hp_actualites .bloc-content .content-row .details .titre,
.front #main-wrapper .bloc_hp_decouvrir .bloc-content .content-row .details .titre {
  color: #6d6e71;
  margin-top: 10px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 4px;
}
.front #main-wrapper .bloc_hp_actualites .view-content .views-row .details .introduction,
.front #main-wrapper .bloc_hp_decouvrir .view-content .views-row .details .introduction,
.front #main-wrapper .bloc_hp_actualites .bloc-content .views-row .details .introduction,
.front #main-wrapper .bloc_hp_decouvrir .bloc-content .views-row .details .introduction,
.front #main-wrapper .bloc_hp_actualites .view-content .content-row .details .introduction,
.front #main-wrapper .bloc_hp_decouvrir .view-content .content-row .details .introduction,
.front #main-wrapper .bloc_hp_actualites .bloc-content .content-row .details .introduction,
.front #main-wrapper .bloc_hp_decouvrir .bloc-content .content-row .details .introduction {
  color: #6d6e71;
}
.front #main-wrapper .bloc_hp_actualites .directeur,
.front #main-wrapper .bloc_hp_decouvrir .directeur {
  font-size: 22px;
  font-family: 'Karma', serif;
  line-height: 1.2;
}
.front #main-wrapper .bloc_hp_actualites .directeur a,
.front #main-wrapper .bloc_hp_decouvrir .directeur a {
  color: #6d6e71;
}
.front #main-wrapper .bloc_hp_actualites .directeur a:hover,
.front #main-wrapper .bloc_hp_decouvrir .directeur a:hover {
  color: #d63440;
}
.front #main-wrapper .bloc_hp_actualites .view-footer,
.front #main-wrapper .bloc_hp_decouvrir .view-footer,
.front #main-wrapper .bloc_hp_actualites .content-footer,
.front #main-wrapper .bloc_hp_decouvrir .content-footer {
  text-align: right;
  margin-top: 10px;
}
.front #main-wrapper .bloc_hp_actualites .view-footer a,
.front #main-wrapper .bloc_hp_decouvrir .view-footer a,
.front #main-wrapper .bloc_hp_actualites .content-footer a,
.front #main-wrapper .bloc_hp_decouvrir .content-footer a {
  color: #d63440;
  text-decoration: underline;
}
.front #main-wrapper .bloc_hp_decouvrir {
  font-size: 14px;
  width: 100%;
  margin-top: 30px;
}
.front #main-wrapper .bloc_hp_decouvrir h2 {
  background: url(/sites/all/themes/advency/img/picto_decouvrir.png) left center no-repeat;
}
.front #main-wrapper .bloc_hp_decouvrir .views-row.views-row-2 {
  margin-right: 24px;
}
.front #main-wrapper .bloc_twitter,
.front #main-wrapper .bloc_facebook,
.front #main-wrapper .bloc_video {
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  width: 376px;
  height: 443px;
  margin-right: 22px;
  border: 2px solid #b6b6b8;
  margin-top: 60px;
  padding: 30px;
  padding-right: 15px;
  position: relative;
}
.front #main-wrapper .bloc_twitter h2,
.front #main-wrapper .bloc_facebook h2,
.front #main-wrapper .bloc_video h2 {
  padding-left: 0px;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
}
.front #main-wrapper .bloc_twitter:before,
.front #main-wrapper .bloc_facebook:before,
.front #main-wrapper .bloc_video:before {
  font-family: "FontAwesome";
  color: #f1f1f1;
  position: absolute;
  font-size: 210px;
  z-index: -1;
  right: 9px;
  top: -85px;
}
.front #main-wrapper .bloc_twitter:before {
  content: "\f099";
}
.front #main-wrapper .bloc_twitter h2 {
  margin-bottom: 54px;
}
.front #main-wrapper .bloc_twitter a.suivre {
  position: absolute;
  height: 28px;
  line-height: 28px;
  color: #ffffff;
  background: #6d6e71;
  width: 88px;
  text-align: center;
  display: inline-block;
  top: 37px;
  right: 17px;
  border-radius: 2px;
}
.front #main-wrapper .bloc_twitter .twitter-timeline {
  margin-top: 36px;
}
.front #main-wrapper .bloc_facebook:before {
  content: "\f09a";
  top: -60px;
  right: 19px;
}
.front #main-wrapper .bloc_video {
  margin-right: 0px;
}
.front #main-wrapper .bloc_video:before {
  content: "\f16a";
  right: 19px;
}
.front #main-wrapper .bloc_video h2 {
  margin-bottom: 21px;
}
.front #main-wrapper .bloc_video a.suivre {
  position: absolute;
  height: 28px;
  line-height: 28px;
  color: #ffffff;
  background: #6d6e71;
  width: 88px;
  text-align: center;
  display: inline-block;
  top: 37px;
  right: 17px;
  border-radius: 2px;
}
.front #main-wrapper .bloc_video iframe {
  width: 100%;
  height: 183px;
}
.front #main-wrapper .bloc_video .titre {
  margin-top: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
}
.front #main-wrapper .bloc_video .introduction {
  font-size: 14px;
  margin-top: 4px;
}
.front #main-wrapper .bloc_video .introduction:after {
  content: "";
  background: #6d6e71;
  height: 1px;
  width: 22px;
  display: block;
  margin-top: 14px;
}
.front #main-wrapper .bloc_video .edit {
  text-align: right;
}
.front #main-wrapper .bloc_hp_nv_formation {
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-top: 30px;
  margin-right: 43px;
}
.front #main-wrapper .bloc_hp_nv_formation h2 {
  background: url(/sites/all/themes/advency/img/picto_decouvrir.png) left center no-repeat;
}
.front #main-wrapper .bloc_hp_nv_formation .view-content,
.front #main-wrapper .bloc_hp_nv_formation .bloc-content {
  font-size: 0px;
}
.front #main-wrapper .bloc_hp_nv_formation .view-content .bloc-detail,
.front #main-wrapper .bloc_hp_nv_formation .bloc-content .bloc-detail {
  margin-right: 23px;
  margin-bottom: 20px;
}
.front #main-wrapper .bloc_hp_nv_formation .view-content .content-row,
.front #main-wrapper .bloc_hp_nv_formation .bloc-content .content-row {
  display: inline-block;
  vertical-align: top;
  width: 375px;
  font-size: 14px;
}
.front #main-wrapper .bloc_hp_nv_formation .view-content .content-row img,
.front #main-wrapper .bloc_hp_nv_formation .bloc-content .content-row img {
  height: auto;
}
.front #main-wrapper .bloc_hp_nv_formation .view-content .content-row .details .theme,
.front #main-wrapper .bloc_hp_nv_formation .bloc-content .content-row .details .theme {
  font-size: 18px;
  color: #d63440;
  font-family: 'Karma', serif;
  line-height: 1.5;
  margin-top: 9px;
}
.front #main-wrapper .bloc_hp_nv_formation .view-content .content-row .details .theme:after,
.front #main-wrapper .bloc_hp_nv_formation .bloc-content .content-row .details .theme:after {
  content: "";
  width: 22px;
  height: 1px;
  background: #6d6e71;
  display: block;
}
.front #main-wrapper .bloc_hp_nv_formation .view-content .content-row .details .titre,
.front #main-wrapper .bloc_hp_nv_formation .bloc-content .content-row .details .titre {
  color: #6d6e71;
  margin-top: 10px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 4px;
}
.front #main-wrapper .bloc_hp_nv_formation .view-content .content-row .details .introduction,
.front #main-wrapper .bloc_hp_nv_formation .bloc-content .content-row .details .introduction {
  color: #6d6e71;
}
.front #main-wrapper .bloc_hp_nv_formation .view-content .content-row:last-child .bloc-detail,
.front #main-wrapper .bloc_hp_nv_formation .bloc-content .content-row:last-child .bloc-detail {
  margin-right: 0 !important;
}
.front #main-wrapper .bloc_hp_nv_formation .directeur {
  font-size: 22px;
  font-family: 'Karma', serif;
  line-height: 1.2;
}
.front #main-wrapper .bloc_hp_nv_formation .directeur a {
  color: #6d6e71;
}
.front #main-wrapper .bloc_hp_nv_formation .directeur a:hover {
  color: #d63440;
}
.front #main-wrapper .bloc_hp_nv_formation .content-footer {
  text-align: right;
  margin-top: 10px;
}
.front #main-wrapper .bloc_hp_nv_formation .content-footer a {
  color: #d63440;
  text-decoration: underline;
}
.bloc_hp_agenda {
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  width: 355px;
}
.bloc_hp_agenda h2 {
  background: url(/sites/all/themes/advency/img/picto_agenda.png) left center no-repeat;
  font-size: 36px;
  min-height: 36px;
  text-transform: uppercase;
  font-weight: normal;
  padding-left: 52px;
  margin-bottom: 23px;
}
.bloc_hp_agenda .view-content {
  min-height: 312px;
}
.bloc_hp_agenda .view-content .views-row {
  font-size: 0px;
  margin-bottom: 11px;
}
.bloc_hp_agenda .view-content .views-row .agenda_left {
  display: inline-block;
  vertical-align: top;
  width: 68px;
  font-size: 14px;
  border-right: 2px solid #b6b6b8;
  color: #d63440;
}
.bloc_hp_agenda .view-content .views-row .agenda_left .jour {
  font-size: 38px;
  font-weight: bold;
  line-height: 0.9;
}
.bloc_hp_agenda .view-content .views-row .agenda_left .mois {
  text-transform: uppercase;
  font-size: 22px;
  line-height: 0.9;
}
.bloc_hp_agenda .view-content .views-row .agenda_left .annee {
  font-size: 22px;
  line-height: 0.9;
}
.bloc_hp_agenda .view-content .views-row .agenda_right {
  display: inline-block;
  vertical-align: top;
  width: 284px;
  font-size: 14px;
  color: #6d6e71;
  padding-left: 23px;
  font-size: 16px;
}
.bloc_hp_agenda .view-content .views-row .agenda_right .theme {
  text-transform: uppercase;
  font-weight: bold;
}
.bloc_hp_agenda .view-content .views-row .agenda_right .titre {
  margin-top: 4px;
}
.bloc_hp_agenda .view-display-id-block_agenda .theme {
  color: #d63440 !important;
}
.bloc_hp_agenda .view-footer {
  text-align: right;
  margin-top: 10px;
}
.bloc_hp_agenda .view-footer a {
  color: #d63440;
  text-decoration: underline;
}
#nav #main_menu_wrap {
  position: relative;
}
#nav #main_menu_wrap .block_menu_mobile {
  display: none;
}
#nav #main_menu_wrap #block-system-main-menu {
  display: inline-block;
  vertical-align: middle;
  margin-top: 5px;
  height: 62px;
  position: static;
}
#nav #main_menu_wrap #block-system-main-menu > .content > ul > li {
  display: inline-block;
  vertical-align: top;
}
#nav #main_menu_wrap #block-system-main-menu > .content > ul > li > a {
  display: block;
  color: #6d6e71;
  text-transform: uppercase;
  font-size: 16px;
  font-family: 'Karma', serif;
  width: 189px;
  height: 62px;
  line-height: 62px;
  border: 1px solid transparent;
  text-align: center;
  position: relative;
  top: 1px;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}
#nav #main_menu_wrap #block-system-main-menu > .content > ul > li > a:after {
  content: "";
  width: 8px;
  height: 40px;
  background: url(/sites/all/themes/advency/img/menu_arrow_bottom.png) center no-repeat;
  display: inline-block;
  vertical-align: top;
  margin-top: 6px;
  margin-left: 18px;
}
#nav #main_menu_wrap #block-system-main-menu > .content > ul > li > ul {
  position: absolute;
  left: 0;
  right: 0;
  top: 68px;
  z-index: 999;
  background: #ffffff;
  display: none;
  font-family: font-family-secondary;
  padding-top: 25px;
  -webkit-columns: 3;
  -moz-columns: 3;
  columns: 3;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}
#nav #main_menu_wrap #block-system-main-menu > .content > ul > li > ul > li {
  width: 326px;
  margin-bottom: 25px;
  display: inline-block;
}
#nav #main_menu_wrap #block-system-main-menu > .content > ul > li > ul > li > a {
  height: 40px;
  line-height: 40px;
  display: block;
  background: #f1f1f1;
  color: #6d6e71;
  font-size: 16px;
  text-transform: uppercase;
  padding: 0px 16px;
}
#nav #main_menu_wrap #block-system-main-menu > .content > ul > li > ul > li:hover > a,
#nav #main_menu_wrap #block-system-main-menu > .content > ul > li > ul > li.active-trail > a {
  background: #6d6e71;
  color: #f1f1f1;
}
#nav #main_menu_wrap #block-system-main-menu > .content > ul > li > ul > li > ul > li > a {
  color: #6d6e71;
  font-size: 15px;
  display: block;
  line-height: 20px;
  padding: 4px 15px;
}
#nav #main_menu_wrap #block-system-main-menu > .content > ul > li > ul > li > ul > li > a:hover {
  background: #f1f1f1;
}
#nav #main_menu_wrap #block-system-main-menu > .content > ul > li > ul > li > ul > li > a:before {
  content: ">";
  color: #d63440;
  font-size: 10px;
  margin-right: 10px;
  font-weight: bold;
}
#nav #main_menu_wrap #block-system-main-menu > .content > ul > li > ul > li > ul > li.active-trail > a {
  background: #f1f1f1;
}
#nav #main_menu_wrap #block-system-main-menu > .content > ul > li > ul > li > ul > li > ul {
  display: none;
}
#nav #main_menu_wrap #block-system-main-menu > .content > ul > li:hover > a {
  border: 1px solid #6d6e71;
  border-bottom: 1px solid #ffffff;
  font-weight: bold;
}
#nav #main_menu_wrap #block-system-main-menu > .content > ul > li:hover > ul {
  display: block;
  border-bottom: 1px solid #6d6e71;
}
#nav #main_menu_wrap #block-system-main-menu > .content > ul > li:hover > ul:before,
#nav #main_menu_wrap #block-system-main-menu > .content > ul > li:hover > ul:after {
  content: "";
  position: absolute;
  width: 1000px;
  top: -1px;
  bottom: -1px;
  border-top: 1px solid #6d6e71;
  border-bottom: 1px solid #6d6e71;
  background: #ffffff;
}
#nav #main_menu_wrap #block-system-main-menu > .content > ul > li:hover > ul:before {
  left: -1000px;
}
#nav #main_menu_wrap #block-system-main-menu > .content > ul > li:hover > ul:after {
  right: -1000px;
}
#nav #main_menu_wrap #block-system-main-menu > .content > ul > li.active-trail > a {
  font-weight: bold;
}
.node-type-article #page-title,
.node-type-page-simple #page-title,
.node-type-actualit- #page-title,
.node-type-fiche-cv #page-title,
.node-type-agenda #page-title,
.node-type-agenda-associatif #page-title,
.node-type-fiche-formation #page-title,
.node-type-fiche-structure #page-title,
.node-type-association-tudiante #page-title,
.node-type-editions-panth-on-assas #page-title,
.node-type-publication #page-title,
.node-type-page-g-r-e-manuellement-pour-r-f #page-title,
.node-type-article #block-system-main,
.node-type-page-simple #block-system-main,
.node-type-actualit- #block-system-main,
.node-type-fiche-cv #block-system-main,
.node-type-agenda #block-system-main,
.node-type-agenda-associatif #block-system-main,
.node-type-fiche-formation #block-system-main,
.node-type-fiche-structure #block-system-main,
.node-type-association-tudiante #block-system-main,
.node-type-editions-panth-on-assas #block-system-main,
.node-type-publication #block-system-main,
.node-type-page-g-r-e-manuellement-pour-r-f #block-system-main {
  display: none;
}
.node-type-article #section_1 .article_top .bloc_titre,
.node-type-page-simple #section_1 .article_top .bloc_titre,
.node-type-actualit- #section_1 .article_top .bloc_titre,
.node-type-fiche-cv #section_1 .article_top .bloc_titre,
.node-type-agenda #section_1 .article_top .bloc_titre,
.node-type-agenda-associatif #section_1 .article_top .bloc_titre,
.node-type-fiche-formation #section_1 .article_top .bloc_titre,
.node-type-fiche-structure #section_1 .article_top .bloc_titre,
.node-type-association-tudiante #section_1 .article_top .bloc_titre,
.node-type-editions-panth-on-assas #section_1 .article_top .bloc_titre,
.node-type-publication #section_1 .article_top .bloc_titre,
.node-type-page-g-r-e-manuellement-pour-r-f #section_1 .article_top .bloc_titre {
  background: rgba(241, 241, 241, 0.3);
  padding: 26px 46px;
  padding-top: 60px;
  position: relative;
}
.node-type-article #section_1 .article_top .bloc_titre .terme,
.node-type-page-simple #section_1 .article_top .bloc_titre .terme,
.node-type-actualit- #section_1 .article_top .bloc_titre .terme,
.node-type-fiche-cv #section_1 .article_top .bloc_titre .terme,
.node-type-agenda #section_1 .article_top .bloc_titre .terme,
.node-type-agenda-associatif #section_1 .article_top .bloc_titre .terme,
.node-type-fiche-formation #section_1 .article_top .bloc_titre .terme,
.node-type-fiche-structure #section_1 .article_top .bloc_titre .terme,
.node-type-association-tudiante #section_1 .article_top .bloc_titre .terme,
.node-type-editions-panth-on-assas #section_1 .article_top .bloc_titre .terme,
.node-type-publication #section_1 .article_top .bloc_titre .terme,
.node-type-page-g-r-e-manuellement-pour-r-f #section_1 .article_top .bloc_titre .terme {
  position: absolute;
  top: 2px;
  left: 1px;
  background: #d63440;
  color: #ffffff;
  height: 37px;
  line-height: 37px;
  padding-right: 12px;
  font-family: 'Karma', serif;
  font-size: 20px;
  text-transform: uppercase;
}
.node-type-article #section_1 .article_top .bloc_titre .terme:before,
.node-type-page-simple #section_1 .article_top .bloc_titre .terme:before,
.node-type-actualit- #section_1 .article_top .bloc_titre .terme:before,
.node-type-fiche-cv #section_1 .article_top .bloc_titre .terme:before,
.node-type-agenda #section_1 .article_top .bloc_titre .terme:before,
.node-type-agenda-associatif #section_1 .article_top .bloc_titre .terme:before,
.node-type-fiche-formation #section_1 .article_top .bloc_titre .terme:before,
.node-type-fiche-structure #section_1 .article_top .bloc_titre .terme:before,
.node-type-association-tudiante #section_1 .article_top .bloc_titre .terme:before,
.node-type-editions-panth-on-assas #section_1 .article_top .bloc_titre .terme:before,
.node-type-publication #section_1 .article_top .bloc_titre .terme:before,
.node-type-page-g-r-e-manuellement-pour-r-f #section_1 .article_top .bloc_titre .terme:before {
  content: "";
  width: 46px;
  height: 47px;
  background: url(/sites/all/themes/advency/img/picto_terme_article.png) center no-repeat;
  display: inline-block;
  vertical-align: top;
  margin-right: 12px;
}
.node-type-article #section_1 .article_top .bloc_titre .titre,
.node-type-page-simple #section_1 .article_top .bloc_titre .titre,
.node-type-actualit- #section_1 .article_top .bloc_titre .titre,
.node-type-fiche-cv #section_1 .article_top .bloc_titre .titre,
.node-type-agenda #section_1 .article_top .bloc_titre .titre,
.node-type-agenda-associatif #section_1 .article_top .bloc_titre .titre,
.node-type-fiche-formation #section_1 .article_top .bloc_titre .titre,
.node-type-fiche-structure #section_1 .article_top .bloc_titre .titre,
.node-type-association-tudiante #section_1 .article_top .bloc_titre .titre,
.node-type-editions-panth-on-assas #section_1 .article_top .bloc_titre .titre,
.node-type-publication #section_1 .article_top .bloc_titre .titre,
.node-type-page-g-r-e-manuellement-pour-r-f #section_1 .article_top .bloc_titre .titre {
  font-size: 40px;
  font-family: 'Karma', serif;
  text-transform: uppercase;
  line-height: 1.2;
}
.node-type-article #section_1 .article_top .bloc_titre .parcours,
.node-type-page-simple #section_1 .article_top .bloc_titre .parcours,
.node-type-actualit- #section_1 .article_top .bloc_titre .parcours,
.node-type-fiche-cv #section_1 .article_top .bloc_titre .parcours,
.node-type-agenda #section_1 .article_top .bloc_titre .parcours,
.node-type-agenda-associatif #section_1 .article_top .bloc_titre .parcours,
.node-type-fiche-formation #section_1 .article_top .bloc_titre .parcours,
.node-type-fiche-structure #section_1 .article_top .bloc_titre .parcours,
.node-type-association-tudiante #section_1 .article_top .bloc_titre .parcours,
.node-type-editions-panth-on-assas #section_1 .article_top .bloc_titre .parcours,
.node-type-publication #section_1 .article_top .bloc_titre .parcours,
.node-type-page-g-r-e-manuellement-pour-r-f #section_1 .article_top .bloc_titre .parcours {
  font-size: 35px;
  font-family: 'Karma', serif;
  text-transform: uppercase;
  line-height: 1.2;
}
.node-type-article #section_1 .image,
.node-type-page-simple #section_1 .image,
.node-type-actualit- #section_1 .image,
.node-type-fiche-cv #section_1 .image,
.node-type-agenda #section_1 .image,
.node-type-agenda-associatif #section_1 .image,
.node-type-fiche-formation #section_1 .image,
.node-type-fiche-structure #section_1 .image,
.node-type-association-tudiante #section_1 .image,
.node-type-editions-panth-on-assas #section_1 .image,
.node-type-publication #section_1 .image,
.node-type-page-g-r-e-manuellement-pour-r-f #section_1 .image {
  margin-top: 2px;
}
.node-type-article #section_1 .image img,
.node-type-page-simple #section_1 .image img,
.node-type-actualit- #section_1 .image img,
.node-type-fiche-cv #section_1 .image img,
.node-type-agenda #section_1 .image img,
.node-type-agenda-associatif #section_1 .image img,
.node-type-fiche-formation #section_1 .image img,
.node-type-fiche-structure #section_1 .image img,
.node-type-association-tudiante #section_1 .image img,
.node-type-editions-panth-on-assas #section_1 .image img,
.node-type-publication #section_1 .image img,
.node-type-page-g-r-e-manuellement-pour-r-f #section_1 .image img {
  width: 100%;
  height: auto;
}
.node-type-article .article_contenu,
.node-type-page-simple .article_contenu,
.node-type-actualit- .article_contenu,
.node-type-page-g-r-e-manuellement-pour-r-f .article_contenu {
  margin: 30px 0px;
}
.node-type-article .article_contenu .introduction,
.node-type-page-simple .article_contenu .introduction,
.node-type-actualit- .article_contenu .introduction,
.node-type-page-g-r-e-manuellement-pour-r-f .article_contenu .introduction {
  font-size: 26px;
  font-weight: bold;
  border-top: 1px solid #6d6e71;
  border-bottom: 1px solid #6d6e71;
  padding: 25px 0px;
}
.node-type-article .article_contenu .date,
.node-type-page-simple .article_contenu .date,
.node-type-actualit- .article_contenu .date,
.node-type-page-g-r-e-manuellement-pour-r-f .article_contenu .date {
  letter-spacing: -0.3px;
}
.pdf a {
  background: #6d6e71;
  margin-top: 10px;
  color: #ffffff;
  padding: 0px 8px;
  height: 27px;
  line-height: 27px;
  display: inline-block;
  text-transform: uppercase;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: lighter;
}
.pdf a:hover {
  background: #d63440;
}
.node-type-fiche-cv #section_1 .article_top .bloc_titre .titre_left {
  display: none;
}
.node-type-fiche-cv #section_1 .article_top .bloc_titre .corps {
  font-size: 32px;
  font-family: 'Karma', serif;
  text-transform: uppercase;
  line-height: 1.2;
}
.node-type-fiche-cv #section_1 .article_top .bloc_titre .date {
  font-size: 26px;
  font-family: 'Karma', serif;
  line-height: 1.2;
}
.node-type-fiche-cv #section_1 .article_top .bloc_details {
  border-top: 1px solid #6d6e71;
  border-bottom: 1px solid #6d6e71;
  margin-top: 26px;
  padding: 26px 0px;
}
.node-type-fiche-cv #section_1 .article_top .bloc_details .image,
.node-type-fiche-cv #section_1 .article_top .bloc_details .colone_1,
.node-type-fiche-cv #section_1 .article_top .bloc_details .colone_2,
.node-type-fiche-cv #section_1 .article_top .bloc_details .colone_3 {
  display: inline-block;
  vertical-align: top;
}
.node-type-fiche-cv #section_1 .article_top .bloc_details .image h5,
.node-type-fiche-cv #section_1 .article_top .bloc_details .colone_1 h5,
.node-type-fiche-cv #section_1 .article_top .bloc_details .colone_2 h5,
.node-type-fiche-cv #section_1 .article_top .bloc_details .colone_3 h5 {
  font-size: 18px;
  font-weight: normal;
}
.node-type-fiche-cv #section_1 .article_top .bloc_details .image p,
.node-type-fiche-cv #section_1 .article_top .bloc_details .colone_1 p,
.node-type-fiche-cv #section_1 .article_top .bloc_details .colone_2 p,
.node-type-fiche-cv #section_1 .article_top .bloc_details .colone_3 p,
.node-type-fiche-cv #section_1 .article_top .bloc_details .image ul,
.node-type-fiche-cv #section_1 .article_top .bloc_details .colone_1 ul,
.node-type-fiche-cv #section_1 .article_top .bloc_details .colone_2 ul,
.node-type-fiche-cv #section_1 .article_top .bloc_details .colone_3 ul {
  color: #d63440;
  font-size: 16px;
  line-height: 1;
}
.node-type-fiche-cv #section_1 .article_top .bloc_details .image p a,
.node-type-fiche-cv #section_1 .article_top .bloc_details .colone_1 p a,
.node-type-fiche-cv #section_1 .article_top .bloc_details .colone_2 p a,
.node-type-fiche-cv #section_1 .article_top .bloc_details .colone_3 p a,
.node-type-fiche-cv #section_1 .article_top .bloc_details .image ul a,
.node-type-fiche-cv #section_1 .article_top .bloc_details .colone_1 ul a,
.node-type-fiche-cv #section_1 .article_top .bloc_details .colone_2 ul a,
.node-type-fiche-cv #section_1 .article_top .bloc_details .colone_3 ul a {
  text-decoration: underline;
  font-size: 16px;
}
.node-type-fiche-cv #section_1 .article_top .bloc_details .image {
  width: 226px;
  margin-right: 36px;
}
.node-type-fiche-cv #section_1 .article_top .bloc_details .colone_1 {
  width: 275px;
  margin-right: 30px;
}
.node-type-fiche-cv #section_1 .article_top .bloc_details .colone_1 > div {
  min-height: 113px;
  padding-bottom: 10px;
}
.node-type-fiche-cv #section_1 .article_top .bloc_details .colone_2 {
  width: 310px;
  margin-right: 30px;
}
.node-type-fiche-cv #section_1 .article_top .bloc_details .colone_2 > div {
  min-height: 113px;
  padding-bottom: 10px;
}
.node-type-fiche-cv #section_1 .article_top .bloc_details .colone_3 {
  width: 256px;
}
.node-type-fiche-cv #section_1 .article_top .bloc_details .colone_3 > div {
  min-height: 60px;
  padding-bottom: 10px;
}
.node-type-fiche-cv .article_contenu .rte {
  margin-bottom: 40px;
  /*ul li {
                margin-top: 4px;
                
                &:before {
                    content: "-";
                    display: inline-block;
                    margin-right: 4px;
                    margin-bottom: 10px;
                    background: none;
                    vertical-align: top;
                }
            }*/
}
.node-type-fiche-cv .article_contenu .rte h2 {
  font-size: 26px;
  margin-bottom: 20px;
}
.node-type-fiche-cv .article_contenu .rte h3 {
  font-size: 18px;
}
.node-type-fiche-cv .article_contenu .date {
  letter-spacing: -0.3px;
}
.node-type-agenda .bloc_prochains_evenements,
.node-type-agenda-associatif .bloc_prochains_evenements {
  margin-top: 30px;
  border-bottom: 1px solid #6d6e71;
  height: 170px;
  overflow: hidden;
}
.node-type-agenda .bloc_prochains_evenements h2,
.node-type-agenda-associatif .bloc_prochains_evenements h2 {
  font-size: 36px;
  text-transform: uppercase;
  color: #6d6e71;
  padding-left: 60px;
  font-weight: normal;
  background: url(/sites/all/themes/advency/img/picto_agenda.png) left center no-repeat;
}
.node-type-agenda .bloc_prochains_evenements .view-bloc-page-agenda-prochains-evenements,
.node-type-agenda-associatif .bloc_prochains_evenements .view-bloc-page-agenda-prochains-evenements,
.node-type-agenda .bloc_prochains_evenements .view-bloc-agenda-assosiatifs-prochains-evenements,
.node-type-agenda-associatif .bloc_prochains_evenements .view-bloc-agenda-assosiatifs-prochains-evenements {
  padding-top: 20px;
  position: relative;
}
.node-type-agenda .bloc_prochains_evenements .view-bloc-page-agenda-prochains-evenements .views-row,
.node-type-agenda-associatif .bloc_prochains_evenements .view-bloc-page-agenda-prochains-evenements .views-row,
.node-type-agenda .bloc_prochains_evenements .view-bloc-agenda-assosiatifs-prochains-evenements .views-row,
.node-type-agenda-associatif .bloc_prochains_evenements .view-bloc-agenda-assosiatifs-prochains-evenements .views-row {
  font-size: 0px;
  margin-bottom: 20px;
}
.node-type-agenda .bloc_prochains_evenements .view-bloc-page-agenda-prochains-evenements .views-row .agenda_left,
.node-type-agenda-associatif .bloc_prochains_evenements .view-bloc-page-agenda-prochains-evenements .views-row .agenda_left,
.node-type-agenda .bloc_prochains_evenements .view-bloc-agenda-assosiatifs-prochains-evenements .views-row .agenda_left,
.node-type-agenda-associatif .bloc_prochains_evenements .view-bloc-agenda-assosiatifs-prochains-evenements .views-row .agenda_left {
  display: inline-block;
  vertical-align: top;
  width: 68px;
  font-size: 14px;
  border-right: 2px solid #b6b6b8;
  color: #d63440;
}
.node-type-agenda .bloc_prochains_evenements .view-bloc-page-agenda-prochains-evenements .views-row .agenda_left .jour,
.node-type-agenda-associatif .bloc_prochains_evenements .view-bloc-page-agenda-prochains-evenements .views-row .agenda_left .jour,
.node-type-agenda .bloc_prochains_evenements .view-bloc-agenda-assosiatifs-prochains-evenements .views-row .agenda_left .jour,
.node-type-agenda-associatif .bloc_prochains_evenements .view-bloc-agenda-assosiatifs-prochains-evenements .views-row .agenda_left .jour {
  font-size: 38px;
  font-weight: bold;
  line-height: 0.9;
}
.node-type-agenda .bloc_prochains_evenements .view-bloc-page-agenda-prochains-evenements .views-row .agenda_left .mois,
.node-type-agenda-associatif .bloc_prochains_evenements .view-bloc-page-agenda-prochains-evenements .views-row .agenda_left .mois,
.node-type-agenda .bloc_prochains_evenements .view-bloc-agenda-assosiatifs-prochains-evenements .views-row .agenda_left .mois,
.node-type-agenda-associatif .bloc_prochains_evenements .view-bloc-agenda-assosiatifs-prochains-evenements .views-row .agenda_left .mois {
  text-transform: uppercase;
  font-size: 22px;
  line-height: 0.9;
}
.node-type-agenda .bloc_prochains_evenements .view-bloc-page-agenda-prochains-evenements .views-row .agenda_left .annee,
.node-type-agenda-associatif .bloc_prochains_evenements .view-bloc-page-agenda-prochains-evenements .views-row .agenda_left .annee,
.node-type-agenda .bloc_prochains_evenements .view-bloc-agenda-assosiatifs-prochains-evenements .views-row .agenda_left .annee,
.node-type-agenda-associatif .bloc_prochains_evenements .view-bloc-agenda-assosiatifs-prochains-evenements .views-row .agenda_left .annee {
  font-size: 22px;
  line-height: 0.9;
}
.node-type-agenda .bloc_prochains_evenements .view-bloc-page-agenda-prochains-evenements .views-row .agenda_right,
.node-type-agenda-associatif .bloc_prochains_evenements .view-bloc-page-agenda-prochains-evenements .views-row .agenda_right,
.node-type-agenda .bloc_prochains_evenements .view-bloc-agenda-assosiatifs-prochains-evenements .views-row .agenda_right,
.node-type-agenda-associatif .bloc_prochains_evenements .view-bloc-agenda-assosiatifs-prochains-evenements .views-row .agenda_right {
  display: inline-block;
  vertical-align: top;
  width: 200px;
  color: #6d6e71;
  padding-left: 23px;
  font-size: 16px;
}
.node-type-agenda .bloc_prochains_evenements .view-bloc-page-agenda-prochains-evenements .views-row .agenda_right .theme,
.node-type-agenda-associatif .bloc_prochains_evenements .view-bloc-page-agenda-prochains-evenements .views-row .agenda_right .theme,
.node-type-agenda .bloc_prochains_evenements .view-bloc-agenda-assosiatifs-prochains-evenements .views-row .agenda_right .theme,
.node-type-agenda-associatif .bloc_prochains_evenements .view-bloc-agenda-assosiatifs-prochains-evenements .views-row .agenda_right .theme {
  text-transform: uppercase;
  font-weight: bold;
}
.node-type-agenda .bloc_prochains_evenements .view-bloc-page-agenda-prochains-evenements .views-row .agenda_right .titre,
.node-type-agenda-associatif .bloc_prochains_evenements .view-bloc-page-agenda-prochains-evenements .views-row .agenda_right .titre,
.node-type-agenda .bloc_prochains_evenements .view-bloc-agenda-assosiatifs-prochains-evenements .views-row .agenda_right .titre,
.node-type-agenda-associatif .bloc_prochains_evenements .view-bloc-agenda-assosiatifs-prochains-evenements .views-row .agenda_right .titre {
  margin-top: 4px;
}
.node-type-agenda .bloc_prochains_evenements .view-bloc-page-agenda-prochains-evenements .owl-controls .owl-nav,
.node-type-agenda-associatif .bloc_prochains_evenements .view-bloc-page-agenda-prochains-evenements .owl-controls .owl-nav,
.node-type-agenda .bloc_prochains_evenements .view-bloc-agenda-assosiatifs-prochains-evenements .owl-controls .owl-nav,
.node-type-agenda-associatif .bloc_prochains_evenements .view-bloc-agenda-assosiatifs-prochains-evenements .owl-controls .owl-nav {
  position: absolute;
  right: 0;
  top: -50px;
}
.node-type-agenda .bloc_prochains_evenements .view-bloc-page-agenda-prochains-evenements .owl-controls .owl-nav > div,
.node-type-agenda-associatif .bloc_prochains_evenements .view-bloc-page-agenda-prochains-evenements .owl-controls .owl-nav > div,
.node-type-agenda .bloc_prochains_evenements .view-bloc-agenda-assosiatifs-prochains-evenements .owl-controls .owl-nav > div,
.node-type-agenda-associatif .bloc_prochains_evenements .view-bloc-agenda-assosiatifs-prochains-evenements .owl-controls .owl-nav > div {
  display: inline-block;
  vertical-align: top;
  text-indent: 100px;
  overflow: hidden;
  width: 13px;
  height: 12px;
  margin-left: 8px;
}
.node-type-agenda .bloc_prochains_evenements .view-bloc-page-agenda-prochains-evenements .owl-controls .owl-nav > div.owl-prev,
.node-type-agenda-associatif .bloc_prochains_evenements .view-bloc-page-agenda-prochains-evenements .owl-controls .owl-nav > div.owl-prev,
.node-type-agenda .bloc_prochains_evenements .view-bloc-agenda-assosiatifs-prochains-evenements .owl-controls .owl-nav > div.owl-prev,
.node-type-agenda-associatif .bloc_prochains_evenements .view-bloc-agenda-assosiatifs-prochains-evenements .owl-controls .owl-nav > div.owl-prev {
  background: url(/sites/all/themes/advency/img/owl_prev.png) center no-repeat;
}
.node-type-agenda .bloc_prochains_evenements .view-bloc-page-agenda-prochains-evenements .owl-controls .owl-nav > div.owl-next,
.node-type-agenda-associatif .bloc_prochains_evenements .view-bloc-page-agenda-prochains-evenements .owl-controls .owl-nav > div.owl-next,
.node-type-agenda .bloc_prochains_evenements .view-bloc-agenda-assosiatifs-prochains-evenements .owl-controls .owl-nav > div.owl-next,
.node-type-agenda-associatif .bloc_prochains_evenements .view-bloc-agenda-assosiatifs-prochains-evenements .owl-controls .owl-nav > div.owl-next {
  background: url(/sites/all/themes/advency/img/owl_next.png) center no-repeat;
}
.node-type-agenda .agenda_contenu .date_evenement,
.node-type-agenda-associatif .agenda_contenu .date_evenement {
  margin-top: 25px;
  padding: 20px 0px;
  border-top: 1px solid #6d6e71;
  border-bottom: 1px solid #6d6e71;
}
.node-type-agenda .agenda_contenu .date_evenement .debut,
.node-type-agenda-associatif .agenda_contenu .date_evenement .debut,
.node-type-agenda .agenda_contenu .date_evenement .fin,
.node-type-agenda-associatif .agenda_contenu .date_evenement .fin {
  display: inline-block;
  vertical-align: top;
  width: 60px;
  font-size: 14px;
  color: #d63440;
}
.node-type-agenda .agenda_contenu .date_evenement .debut .jour,
.node-type-agenda-associatif .agenda_contenu .date_evenement .debut .jour,
.node-type-agenda .agenda_contenu .date_evenement .fin .jour,
.node-type-agenda-associatif .agenda_contenu .date_evenement .fin .jour {
  font-size: 38px;
  font-weight: bold;
  line-height: 0.9;
}
.node-type-agenda .agenda_contenu .date_evenement .debut .mois,
.node-type-agenda-associatif .agenda_contenu .date_evenement .debut .mois,
.node-type-agenda .agenda_contenu .date_evenement .fin .mois,
.node-type-agenda-associatif .agenda_contenu .date_evenement .fin .mois {
  text-transform: uppercase;
  font-size: 22px;
  line-height: 0.9;
}
.node-type-agenda .agenda_contenu .date_evenement .debut .annee,
.node-type-agenda-associatif .agenda_contenu .date_evenement .debut .annee,
.node-type-agenda .agenda_contenu .date_evenement .fin .annee,
.node-type-agenda-associatif .agenda_contenu .date_evenement .fin .annee {
  font-size: 22px;
  line-height: 0.9;
}
.node-type-agenda .agenda_contenu .date_evenement .fin,
.node-type-agenda-associatif .agenda_contenu .date_evenement .fin {
  position: relative;
  padding-left: 20px;
  width: 70px;
}
.node-type-agenda .agenda_contenu .date_evenement .fin:before,
.node-type-agenda-associatif .agenda_contenu .date_evenement .fin:before {
  content: "";
  background: url(/sites/all/themes/advency/img/red_arrow_right.png);
  width: 9px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 50%;
}
.node-type-agenda .agenda_contenu .date_evenement .date_details,
.node-type-agenda-associatif .agenda_contenu .date_evenement .date_details {
  display: inline-block;
  vertical-align: top;
  margin-left: 40px;
  max-width: 544px;
}
.node-type-agenda .agenda_contenu .date_evenement .date_details .horaires,
.node-type-agenda-associatif .agenda_contenu .date_evenement .date_details .horaires {
  font-size: 18px;
  font-weight: bold;
}
.node-type-agenda .agenda_contenu .date_evenement .date_details .adresse,
.node-type-agenda-associatif .agenda_contenu .date_evenement .date_details .adresse {
  font-size: 20px;
}
.node-type-agenda .agenda_contenu .date_evenement .date_details .inscription,
.node-type-agenda-associatif .agenda_contenu .date_evenement .date_details .inscription {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 20px;
}
.node-type-agenda .agenda_contenu > .adresse,
.node-type-agenda-associatif .agenda_contenu > .adresse {
  padding-top: 20px;
  margin-bottom: 20px;
}
.node-type-agenda #section_3,
.node-type-agenda-associatif #section_3 {
  background: url(/sites/all/themes/advency/img/bg_white.png) right 30px center no-repeat #f1f1f1;
  padding: 50px 0px;
}
.node-type-agenda #section_3 .region-section-3,
.node-type-agenda-associatif #section_3 .region-section-3 {
  width: 819px;
}
.node-type-agenda #section_3 .region-section-3 .ip-geoloc-map-of-view-map_agenda-block,
.node-type-agenda-associatif #section_3 .region-section-3 .ip-geoloc-map-of-view-map_agenda-block {
  height: 320px;
}
.node-type-agenda #section_4,
.node-type-agenda-associatif #section_4 {
  padding: 30px 0px;
}
.node-type-agenda #section_4 .region-section-4,
.node-type-agenda-associatif #section_4 .region-section-4 {
  width: 819px;
}
.node-type-agenda #section_4 .region-section-4 .evenement_organisateur,
.node-type-agenda-associatif #section_4 .region-section-4 .evenement_organisateur {
  text-align: center;
  font-size: 16px;
}
.node-type-agenda #section_4 .region-section-4 .evenement_organisateur .nom_organisateur,
.node-type-agenda-associatif #section_4 .region-section-4 .evenement_organisateur .nom_organisateur {
  font-weight: bold;
}
.node-type-agenda #section_4 .region-section-4 .evenement_organisateur .organisation_logo,
.node-type-agenda-associatif #section_4 .region-section-4 .evenement_organisateur .organisation_logo {
  margin: 10px 0px;
}
.node-type-agenda #section_4 .region-section-4 .date,
.node-type-agenda-associatif #section_4 .region-section-4 .date {
  text-align: left;
  letter-spacing: -0.3px;
  font-size: 14px;
}
.node-type-fiche-formation #section_1 .article_top .bloc_titre .terme:before {
  background: url(/sites/all/themes/advency/img/picto_terme_formation.png) center no-repeat;
}
.node-type-fiche-formation #section_1 .article_top .bloc_titre .sous_titre,
.node-type-fiche-formation #section_1 .article_top .bloc_titre .directeur {
  font-size: 26px;
  font-family: 'Karma', serif;
  line-height: 1.2;
}
.node-type-fiche-formation #section_1 .article_top .bloc_titre .sous_titre a,
.node-type-fiche-formation #section_1 .article_top .bloc_titre .directeur a {
  color: #6d6e71;
}
.node-type-fiche-formation #section_1 .article_top .bloc_titre .sous_titre a:hover,
.node-type-fiche-formation #section_1 .article_top .bloc_titre .directeur a:hover {
  color: #d63440;
}
.node-type-fiche-formation #quicktabs-fiche_formation_onglets ul.quicktabs-tabs {
  font-size: 0px;
  margin-top: 22px;
  border-bottom: 1px solid #6d6e71;
}
.node-type-fiche-formation #quicktabs-fiche_formation_onglets ul.quicktabs-tabs li {
  display: inline-block;
  vertical-align: top;
  margin-right: 2px;
  padding: 0px;
  position: relative;
  top: 1px;
}
.node-type-fiche-formation #quicktabs-fiche_formation_onglets ul.quicktabs-tabs li a {
  display: block;
  background: #6d6e71;
  color: #ffffff;
  height: 35px;
  line-height: 35px;
  padding: 0px 10px;
  font-size: 16px;
  border: 1px solid #6d6e71;
  border-bottom: 0px;
}
.node-type-fiche-formation #quicktabs-fiche_formation_onglets ul.quicktabs-tabs li.active {
  border-bottom: 1px solid #ffffff;
}
.node-type-fiche-formation #quicktabs-fiche_formation_onglets ul.quicktabs-tabs li.active a {
  background: #ffffff;
  color: #6d6e71;
}
.node-type-fiche-formation #quicktabs-fiche_formation_onglets ul.quicktabs-tabs li:nth-child(6) a {
  background: #d63440;
}
.node-type-fiche-formation #quicktabs-fiche_formation_onglets .formation_top {
  font-size: 0px;
}
.node-type-fiche-formation #quicktabs-fiche_formation_onglets .formation_top > div {
  display: inline-block;
  vertical-align: top;
  width: 32%;
  margin-right: 1%;
  font-size: 16px;
  margin-top: 25px;
  color: #d63440;
}
.node-type-fiche-formation #quicktabs-fiche_formation_onglets .formation_top > div a {
  text-decoration: underline;
}
.node-type-fiche-formation #quicktabs-fiche_formation_onglets .formation_top > div .label {
  display: block;
  color: #6d6e71;
}
.node-type-fiche-formation #quicktabs-fiche_formation_onglets .formation_top > div.programme {
  width: 100%;
}
.node-type-fiche-formation #quicktabs-fiche_formation_onglets .formation_top > div.emploi_du_temps {
  width: 100%;
}
.node-type-fiche-formation #quicktabs-fiche_formation_onglets .formation_top > div.emploi_du_temps .file-icon,
.node-type-fiche-formation #quicktabs-fiche_formation_onglets .formation_top > div.emploi_du_temps .file-size {
  display: none;
}
.node-type-fiche-formation #quicktabs-fiche_formation_onglets .barre_partage {
  border-top: 1px solid #6d6e71;
  margin-top: 30px;
}
.node-type-fiche-formation #quicktabs-fiche_formation_onglets #quicktabs-tabpage-fiche_formation_onglets-4 .barre_partage {
  border-top: 0px;
  margin-top: 0px;
}
.node-type-fiche-formation #quicktabs-fiche_formation_onglets .rte h2 {
  margin-bottom: 10px;
}
.node-type-fiche-formation #quicktabs-fiche_formation_onglets .rte > div {
  margin-bottom: 30px;
}
.node-type-fiche-structure #section_1 .article_top .bloc_titre .terme:before {
  content: "";
  width: 46px;
  height: 47px;
  background: url(/sites/all/themes/advency/img/picto_terme_structure.png) center no-repeat;
}
.node-type-fiche-structure #section_1 .article_top .bloc_titre .code {
  font-size: 30px;
  font-family: 'Karma', serif;
  text-transform: uppercase;
  line-height: 1.2;
}
.node-type-fiche-structure .structure_top {
  border-top: 1px solid #6d6e71;
  margin-top: 30px;
  font-size: 0px;
}
.node-type-fiche-structure .structure_top > div {
  display: inline-block;
  vertical-align: top;
  width: 32%;
  margin-right: 1%;
  font-size: 16px;
  margin-top: 25px;
  color: #d63440;
}
.node-type-fiche-structure .structure_top > div a {
  text-decoration: underline;
}
.node-type-fiche-structure .structure_top > div .label {
  display: block;
  color: #6d6e71;
}
.node-type-fiche-structure .structure_top .file .file-icon {
  display: none;
}
.node-type-fiche-structure .structure_top .file a {
  font-size: 16px;
  display: block;
  margin-top: 4px;
}
.node-type-fiche-structure .barre_partage {
  border-top: 1px solid #6d6e71;
  margin-top: 30px;
}
.node-type-fiche-cv .rte,
.node-type-fiche-structure .rte {
  margin-bottom: 40px;
  /*ul li {
            margin-top: 4px;

            &:before {
                content: "-";
                display: inline-block;
                margin-right: 4px;
                margin-bottom: 10px;
                background: none;
                vertical-align: top;
            }
        }*/
}
.node-type-fiche-cv .rte h2,
.node-type-fiche-structure .rte h2 {
  font-size: 26px;
  margin-bottom: 20px;
}
.node-type-fiche-cv .rte h3,
.node-type-fiche-structure .rte h3 {
  font-size: 18px;
}
.node-type-fiche-cv .date,
.node-type-fiche-structure .date {
  letter-spacing: -0.3px;
}
.node-type-page-g-r-e-manuellement-pour-r-f h1:not(.formations),
.page-universite-linstitution-en-images h1:not(.formations) {
  padding: 26px 46px;
}
.node-type-page-g-r-e-manuellement-pour-r-f h1.formations,
.page-universite-linstitution-en-images h1.formations {
  background: url(/sites/all/themes/advency/img/titre_formations.png) left top no-repeat rgba(241, 241, 241, 0.3);
}
.node-type-page-g-r-e-manuellement-pour-r-f #content #categorie_page,
.page-universite-linstitution-en-images #content #categorie_page {
  display: none;
}
.node-type-page-g-r-e-manuellement-pour-r-f #content ul.links.inline,
.page-universite-linstitution-en-images #content ul.links.inline {
  display: none;
}
.node-type-page-g-r-e-manuellement-pour-r-f #content .bloc_sous_menu_rubrique .views-row a,
.page-universite-linstitution-en-images #content .bloc_sous_menu_rubrique .views-row a,
.node-type-page-g-r-e-manuellement-pour-r-f #content .bloc_fiche_formation .views-row a,
.page-universite-linstitution-en-images #content .bloc_fiche_formation .views-row a {
  color: #6d6e71;
  font-size: 15px;
  display: block;
  line-height: 20px;
  padding: 25px 0px;
  border-top: 1px solid #6d6e71;
  /*&:hover {
                    background: @lightgrey;
                }

                &:before {
                    content: ">";
                    color: @red;
                    font-size: 10px;
                    margin-right: 10px;
                    font-weight: bold;
                }*/
}
.node-type-page-g-r-e-manuellement-pour-r-f #content .bloc_sous_menu_rubrique .views-row a .actualites_liste,
.page-universite-linstitution-en-images #content .bloc_sous_menu_rubrique .views-row a .actualites_liste,
.node-type-page-g-r-e-manuellement-pour-r-f #content .bloc_fiche_formation .views-row a .actualites_liste,
.page-universite-linstitution-en-images #content .bloc_fiche_formation .views-row a .actualites_liste {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.node-type-page-g-r-e-manuellement-pour-r-f #content .bloc_sous_menu_rubrique .views-row a .actualites_liste .actu_right,
.page-universite-linstitution-en-images #content .bloc_sous_menu_rubrique .views-row a .actualites_liste .actu_right,
.node-type-page-g-r-e-manuellement-pour-r-f #content .bloc_fiche_formation .views-row a .actualites_liste .actu_right,
.page-universite-linstitution-en-images #content .bloc_fiche_formation .views-row a .actualites_liste .actu_right {
  width: 575px;
  margin-left: 5px;
  display: inline-block;
  vertical-align: top;
}
.node-type-page-g-r-e-manuellement-pour-r-f #content .bloc_sous_menu_rubrique .views-row a .actualites_liste .actu_right.fullwidth,
.page-universite-linstitution-en-images #content .bloc_sous_menu_rubrique .views-row a .actualites_liste .actu_right.fullwidth,
.node-type-page-g-r-e-manuellement-pour-r-f #content .bloc_fiche_formation .views-row a .actualites_liste .actu_right.fullwidth,
.page-universite-linstitution-en-images #content .bloc_fiche_formation .views-row a .actualites_liste .actu_right.fullwidth {
  width: 100%;
}
.node-type-page-g-r-e-manuellement-pour-r-f #content .bloc_sous_menu_rubrique .views-row a .actualites_liste .actu_right .titre,
.page-universite-linstitution-en-images #content .bloc_sous_menu_rubrique .views-row a .actualites_liste .actu_right .titre,
.node-type-page-g-r-e-manuellement-pour-r-f #content .bloc_fiche_formation .views-row a .actualites_liste .actu_right .titre,
.page-universite-linstitution-en-images #content .bloc_fiche_formation .views-row a .actualites_liste .actu_right .titre {
  font-size: 20px;
  font-weight: bold;
}
.node-type-page-g-r-e-manuellement-pour-r-f #content .bloc_sous_menu_rubrique .views-row a .actualites_liste .actu_right .introduction,
.page-universite-linstitution-en-images #content .bloc_sous_menu_rubrique .views-row a .actualites_liste .actu_right .introduction,
.node-type-page-g-r-e-manuellement-pour-r-f #content .bloc_fiche_formation .views-row a .actualites_liste .actu_right .introduction,
.page-universite-linstitution-en-images #content .bloc_fiche_formation .views-row a .actualites_liste .actu_right .introduction {
  margin-top: 20px;
}
.node-type-page-g-r-e-manuellement-pour-r-f #content .bloc_sous_menu_rubrique .views-row a .actualites_liste .image,
.page-universite-linstitution-en-images #content .bloc_sous_menu_rubrique .views-row a .actualites_liste .image,
.node-type-page-g-r-e-manuellement-pour-r-f #content .bloc_fiche_formation .views-row a .actualites_liste .image,
.page-universite-linstitution-en-images #content .bloc_fiche_formation .views-row a .actualites_liste .image {
  display: inline-block;
  vertical-align: top;
}
.node-type-page-g-r-e-manuellement-pour-r-f #content .bloc_fiche_formation .view-grouping-header,
.page-universite-linstitution-en-images #content .bloc_fiche_formation .view-grouping-header {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: bold;
}
.node-type-page-g-r-e-manuellement-pour-r-f #content .bloc_fiche_formation h3,
.page-universite-linstitution-en-images #content .bloc_fiche_formation h3 {
  font-size: 16px;
  margin: 10px 0px;
  font-weight: normal;
  color: #d63440;
}
.node-type-page-g-r-e-manuellement-pour-r-f #content .bloc_fiche_formation .view-grouping,
.page-universite-linstitution-en-images #content .bloc_fiche_formation .view-grouping {
  margin-bottom: 40px;
}
.node-type-diaporama h1 {
  padding-top: 26px;
}
.node-type-diaporama #block-system-main {
  display: none;
}
.node-type-diaporama .barre_partage {
  border-top: 1px solid #6d6e71;
}
.node-type-diaporama .contenu_diaporama {
  font-size: 0px;
  margin-top: 30px;
}
.node-type-diaporama .contenu_diaporama > a {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 20px;
}
.node-type-diaporama .contenu_diaporama > a:nth-child(4n) {
  margin-right: 0px;
}
.node-type-diaporama .contenu_diaporama > a img {
  padding: 3px;
  border: 1px solid #6d6e71;
}
.node-type-editions-panth-on-assas #content .view-collections .article_contenu > div {
  padding: 6px 0px;
}
.node-type-editions-panth-on-assas #content .view-collections .article_contenu > div strong {
  color: #d63440;
  font-weight: normal;
}
.node-type-fiche-cours #block-system-main,
.node-type-sujet-d-examen #block-system-main {
  display: none;
}
.node-type-fiche-cours #content .views-field-nothing > span > div,
.node-type-sujet-d-examen #content .views-field-nothing > span > div {
  padding: 6px 0px;
  font-size: 16px;
}
.node-type-fiche-cours #content .views-field-nothing > span > div strong,
.node-type-sujet-d-examen #content .views-field-nothing > span > div strong {
  display: block;
  font-size: 18px;
  font-weight: normal;
  color: #d63440;
  margin-bottom: 6px;
}
.node-type-fiche-cours #content .views-field-nothing > span > div a,
.node-type-sujet-d-examen #content .views-field-nothing > span > div a {
  color: #6d6e71;
}
.node-type-fiche-cours #content .views-field-nothing > span > div a:hover,
.node-type-sujet-d-examen #content .views-field-nothing > span > div a:hover {
  color: #d63440;
}
.node-type-soutenance-de-th-se #block-system-main {
  display: none;
}
.node-type-soutenance-de-th-se .formation_top {
  font-size: 0px;
  padding-bottom: 30px;
}
.node-type-soutenance-de-th-se .formation_top > div {
  display: inline-block;
  vertical-align: top;
  width: 32%;
  margin-right: 1%;
  font-size: 16px;
  margin-top: 25px;
  color: #d63440;
}
.node-type-soutenance-de-th-se .formation_top > div a {
  text-decoration: underline;
}
.node-type-soutenance-de-th-se .formation_top > div .label {
  display: block;
  color: #6d6e71;
}
.node-type-soutenance-de-th-se .formation_top > div.programme {
  width: 100%;
}
.node-type-soutenance-de-th-se .formation_top > div.emploi_du_temps {
  width: 100%;
}
.node-type-soutenance-de-th-se .formation_top > div.emploi_du_temps .file-icon,
.node-type-soutenance-de-th-se .formation_top > div.emploi_du_temps .file-size {
  display: none;
}
.node-type-soutenance-de-th-se .barre_partage {
  border-top: 1px solid #6d6e71;
}
.node-type-soutenance-de-th-se .jury {
  font-size: 16px;
}
.node-type-soutenance-de-th-se .jury .label {
  color: #d63440;
  padding-bottom: 4px;
  display: block;
}
.node-type-soutenance-de-th-se .jury p {
  line-height: 1.8;
}
.node-type-soutenance-de-th-se .jury p:before {
  content: ">";
  color: #d63440;
  font-size: 10px;
  margin-right: 10px;
  font-weight: bold;
}
.node-type-document .view-tous-les-comptes-rendus-des-conseils .views-field-nothing > span > div {
  margin: 10px 0px;
}
.node-type-document .view-tous-les-comptes-rendus-des-conseils .fichiers .file {
  display: block;
  margin: 5px 0px;
}
.node-type-publication {
  font-size: 15px;
}
.node-type-publication #block-system-main {
  display: block;
}
.node-type-publication .subscriptions-subscribe {
  display: none;
}
.node-type-publication .field-name-field-couverture-publication {
  float: right;
  margin-left: 30px;
  margin-top: 10px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .node-type-publication .field-name-field-couverture-publication {
    float: none;
    margin-left: 0;
  }
}
.node-type-publication .field-name-field-couverture-publication img {
  height: 360px;
  max-width: none;
  width: auto;
  border: 1px solid #6d6e71;
}
@media (max-width: 991px) {
  .node-type-publication .field-name-field-couverture-publication img {
    height: auto;
    max-width: 100%;
  }
}
.node-type-publication .field-type-text,
.node-type-publication .field-type-datetime,
.node-type-publication .field-type-taxonomy-term-reference,
.node-type-publication .field-type-number-integer {
  display: flex;
  margin-bottom: 5px;
  line-height: 1.8;
}
@media (max-width: 991px) {
  .node-type-publication .field-type-text,
  .node-type-publication .field-type-datetime,
  .node-type-publication .field-type-taxonomy-term-reference,
  .node-type-publication .field-type-number-integer {
    flex-direction: column;
  }
}
.node-type-publication .field-type-text .field-label,
.node-type-publication .field-type-datetime .field-label,
.node-type-publication .field-type-taxonomy-term-reference .field-label,
.node-type-publication .field-type-number-integer .field-label {
  color: #d63440;
  padding-right: 10px;
  flex: 0 0 200px;
}
@media (max-width: 991px) {
  .node-type-publication .field-type-text .field-label,
  .node-type-publication .field-type-datetime .field-label,
  .node-type-publication .field-type-taxonomy-term-reference .field-label,
  .node-type-publication .field-type-number-integer .field-label {
    flex: 1 0;
  }
}
.node-type-publication .field-type-text-long {
  margin: 25px 0;
  line-height: 1.8;
}
.node-type-publication .field-type-text-long .field-label {
  font-weight: bold;
}
.node-type-publication .field-type-text-long ul li:before {
  content: ">";
  color: #d63440;
  font-size: 10px;
  margin-right: 10px;
  font-weight: bold;
}
.top-publication {
  font-size: 26px;
  font-weight: bold;
  padding: 25px 0px;
  border-top: 1px solid #6d6e71;
  border-bottom: 1px solid #6d6e71;
}
.node-type-export-publication #messages {
  display: block !important;
}
.vue-publications {
  border-top: 1px solid #6d6e71;
}
.top-export {
  font-size: 16px;
  border-bottom: 1px solid #6d6e71;
  padding: 20px 0px;
  margin-bottom: 30px;
}
.view-liste-master-droit .view-content .views-field a .fiche {
  color: #6d6e71;
  margin: 5px 0;
  font-size: 14px;
  font-family: 'Source Sans Pro', sans-serif;
}
.view-liste-master-droit .view-content .views-field a .fiche span {
  color: #d63440;
}
.view-liste-master-droit .view-content .views-field a:hover {
  text-decoration: underline;
  color: #d63440;
}
.page-universite-enseignants-chercheurs h1 {
  background: url(/sites/all/themes/advency/img/titre_enseignants.png) left top no-repeat rgba(241, 241, 241, 0.3);
}
.page-universite-enseignants-chercheurs #main-wrapper {
  padding-bottom: 50px;
}
.page-universite-enseignants-chercheurs #content {
  padding-top: 30px;
}
.page-universite-enseignants-chercheurs #content .view-glossaire-des-enseignants .attachment {
  border-top: 1px solid #6d6e71;
  border-bottom: 1px solid #6d6e71;
  padding: 25px 0px;
}
.page-universite-enseignants-chercheurs #content .view-glossaire-des-enseignants .attachment .view-header {
  font-size: 20px;
  font-family: 'Karma', serif;
}
.page-universite-enseignants-chercheurs #content .view-glossaire-des-enseignants .attachment .view-content {
  font-size: 22px;
  color: #d63440;
}
.page-universite-enseignants-chercheurs #content .view-glossaire-des-enseignants .attachment .view-content a:hover {
  text-decoration: underline;
}
.page-universite-enseignants-chercheurs #content .view-glossaire-des-enseignants .attachment .view-content a.active {
  font-weight: bold;
}
.page-universite-enseignants-chercheurs #content .view-glossaire-des-enseignants > .view-content .views-row {
  height: 142px;
  border-bottom: 1px solid #b6b6b8;
  padding: 30px 0px;
  position: relative;
}
.page-universite-enseignants-chercheurs #content .view-glossaire-des-enseignants > .view-content .views-row .image {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
  width: 74px;
}
.page-universite-enseignants-chercheurs #content .view-glossaire-des-enseignants > .view-content .views-row .glossaire_right {
  display: inline-block;
  vertical-align: top;
}
.page-universite-enseignants-chercheurs #content .view-glossaire-des-enseignants > .view-content .views-row .glossaire_right .nom_prenom {
  font-size: 26px;
  font-weight: bold;
}
.page-universite-enseignants-chercheurs #content .view-glossaire-des-enseignants > .view-content .views-row .glossaire_right .nom_prenom .nom {
  text-transform: uppercase;
}
.page-universite-enseignants-chercheurs #content .view-glossaire-des-enseignants > .view-content .views-row .glossaire_right .poste {
  font-weight: bold;
  font-size: 16px;
}
.page-universite-enseignants-chercheurs #content .view-glossaire-des-enseignants > .view-content .views-row .glossaire_right .date {
  font-size: 18px;
}
.page-universite-enseignants-chercheurs #content .view-glossaire-des-enseignants > .view-content .views-row .glossaire_right .lien {
  position: absolute;
  right: 0;
  bottom: 30px;
}
.page-universite-enseignants-chercheurs #content .view-glossaire-des-enseignants > .view-content .views-row .glossaire_right .lien a {
  text-decoration: underline;
}
.page-evenements h1 {
  background: url(/sites/all/themes/advency/img/titre_agenda.png) left top no-repeat rgba(241, 241, 241, 0.3);
}
.page-campus-actualités-événements-associatifs h1 {
  background: url(/sites/all/themes/advency/img/titre_agenda_associatif.png) left top no-repeat rgba(241, 241, 241, 0.3);
}
.page-campus-actualités-événements-associatifs .view-agenda-associatif .views-row .date_evenement .debut,
.page-campus-actualités-événements-associatifs .view-agenda-associatif .views-row .date_evenement .fin {
  color: #6d6e71 !important;
}
.page-campus-actualités-événements-associatifs .view-agenda-associatif .views-row .date_evenement .fin:before {
  background: url(/sites/all/themes/advency/img/grey_arrow_right.png) !important;
}
.page-campus-actualités-événements-associatifs .view-agenda-associatif .views-row .date_evenement .titre a {
  color: #d63440 !important;
}
.page-campus-actualités-événements-associatifs .view-agenda-associatif .views-row .introduction strong {
  color: #d63440 !important;
}
.page-evenements .view-agenda-liste,
.page-campus-actualités-événements-associatifs .view-agenda-liste,
.page-evenements .view-agenda-associatif,
.page-campus-actualités-événements-associatifs .view-agenda-associatif {
  padding-top: 30px;
}
.page-evenements .view-agenda-liste .views-row,
.page-campus-actualités-événements-associatifs .view-agenda-liste .views-row,
.page-evenements .view-agenda-associatif .views-row,
.page-campus-actualités-événements-associatifs .view-agenda-associatif .views-row {
  padding: 25px 0px;
  border-top: 1px solid #6d6e71;
}
.page-evenements .view-agenda-liste .views-row.views-row-last,
.page-campus-actualités-événements-associatifs .view-agenda-liste .views-row.views-row-last,
.page-evenements .view-agenda-associatif .views-row.views-row-last,
.page-campus-actualités-événements-associatifs .view-agenda-associatif .views-row.views-row-last {
  border-bottom: 1px solid #6d6e71;
}
.page-evenements .view-agenda-liste .views-row .date_evenement .debut,
.page-campus-actualités-événements-associatifs .view-agenda-liste .views-row .date_evenement .debut,
.page-evenements .view-agenda-associatif .views-row .date_evenement .debut,
.page-campus-actualités-événements-associatifs .view-agenda-associatif .views-row .date_evenement .debut,
.page-evenements .view-agenda-liste .views-row .date_evenement .fin,
.page-campus-actualités-événements-associatifs .view-agenda-liste .views-row .date_evenement .fin,
.page-evenements .view-agenda-associatif .views-row .date_evenement .fin,
.page-campus-actualités-événements-associatifs .view-agenda-associatif .views-row .date_evenement .fin {
  display: inline-block;
  vertical-align: top;
  width: 60px;
  font-size: 14px;
  color: #d63440;
}
.page-evenements .view-agenda-liste .views-row .date_evenement .debut .jour,
.page-campus-actualités-événements-associatifs .view-agenda-liste .views-row .date_evenement .debut .jour,
.page-evenements .view-agenda-associatif .views-row .date_evenement .debut .jour,
.page-campus-actualités-événements-associatifs .view-agenda-associatif .views-row .date_evenement .debut .jour,
.page-evenements .view-agenda-liste .views-row .date_evenement .fin .jour,
.page-campus-actualités-événements-associatifs .view-agenda-liste .views-row .date_evenement .fin .jour,
.page-evenements .view-agenda-associatif .views-row .date_evenement .fin .jour,
.page-campus-actualités-événements-associatifs .view-agenda-associatif .views-row .date_evenement .fin .jour {
  font-size: 38px;
  font-weight: bold;
  line-height: 0.9;
}
.page-evenements .view-agenda-liste .views-row .date_evenement .debut .mois,
.page-campus-actualités-événements-associatifs .view-agenda-liste .views-row .date_evenement .debut .mois,
.page-evenements .view-agenda-associatif .views-row .date_evenement .debut .mois,
.page-campus-actualités-événements-associatifs .view-agenda-associatif .views-row .date_evenement .debut .mois,
.page-evenements .view-agenda-liste .views-row .date_evenement .fin .mois,
.page-campus-actualités-événements-associatifs .view-agenda-liste .views-row .date_evenement .fin .mois,
.page-evenements .view-agenda-associatif .views-row .date_evenement .fin .mois,
.page-campus-actualités-événements-associatifs .view-agenda-associatif .views-row .date_evenement .fin .mois {
  text-transform: uppercase;
  font-size: 22px;
  line-height: 0.9;
}
.page-evenements .view-agenda-liste .views-row .date_evenement .debut .annee,
.page-campus-actualités-événements-associatifs .view-agenda-liste .views-row .date_evenement .debut .annee,
.page-evenements .view-agenda-associatif .views-row .date_evenement .debut .annee,
.page-campus-actualités-événements-associatifs .view-agenda-associatif .views-row .date_evenement .debut .annee,
.page-evenements .view-agenda-liste .views-row .date_evenement .fin .annee,
.page-campus-actualités-événements-associatifs .view-agenda-liste .views-row .date_evenement .fin .annee,
.page-evenements .view-agenda-associatif .views-row .date_evenement .fin .annee,
.page-campus-actualités-événements-associatifs .view-agenda-associatif .views-row .date_evenement .fin .annee {
  font-size: 22px;
  line-height: 0.9;
}
.page-evenements .view-agenda-liste .views-row .date_evenement .fin,
.page-campus-actualités-événements-associatifs .view-agenda-liste .views-row .date_evenement .fin,
.page-evenements .view-agenda-associatif .views-row .date_evenement .fin,
.page-campus-actualités-événements-associatifs .view-agenda-associatif .views-row .date_evenement .fin {
  position: relative;
  padding-left: 20px;
  width: 70px;
}
.page-evenements .view-agenda-liste .views-row .date_evenement .fin:before,
.page-campus-actualités-événements-associatifs .view-agenda-liste .views-row .date_evenement .fin:before,
.page-evenements .view-agenda-associatif .views-row .date_evenement .fin:before,
.page-campus-actualités-événements-associatifs .view-agenda-associatif .views-row .date_evenement .fin:before {
  content: "";
  background: url(/sites/all/themes/advency/img/red_arrow_right.png);
  width: 9px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 50%;
}
.page-evenements .view-agenda-liste .views-row .date_evenement .date_details,
.page-campus-actualités-événements-associatifs .view-agenda-liste .views-row .date_evenement .date_details,
.page-evenements .view-agenda-associatif .views-row .date_evenement .date_details,
.page-campus-actualités-événements-associatifs .view-agenda-associatif .views-row .date_evenement .date_details {
  display: inline-block;
  vertical-align: top;
  margin-left: 40px;
  width: 640px;
}
.page-evenements .view-agenda-liste .views-row .date_evenement .date_details .titre,
.page-campus-actualités-événements-associatifs .view-agenda-liste .views-row .date_evenement .date_details .titre,
.page-evenements .view-agenda-associatif .views-row .date_evenement .date_details .titre,
.page-campus-actualités-événements-associatifs .view-agenda-associatif .views-row .date_evenement .date_details .titre {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 4px;
}
.page-evenements .view-agenda-liste .views-row .date_evenement .date_details .titre a,
.page-campus-actualités-événements-associatifs .view-agenda-liste .views-row .date_evenement .date_details .titre a,
.page-evenements .view-agenda-associatif .views-row .date_evenement .date_details .titre a,
.page-campus-actualités-événements-associatifs .view-agenda-associatif .views-row .date_evenement .date_details .titre a {
  color: #6d6e71;
}
.page-evenements .view-agenda-liste .views-row .date_evenement .date_details .horaires,
.page-campus-actualités-événements-associatifs .view-agenda-liste .views-row .date_evenement .date_details .horaires,
.page-evenements .view-agenda-associatif .views-row .date_evenement .date_details .horaires,
.page-campus-actualités-événements-associatifs .view-agenda-associatif .views-row .date_evenement .date_details .horaires {
  font-size: 16px;
  font-weight: bold;
}
.page-evenements .view-agenda-liste .views-row .date_evenement .date_details .adresse,
.page-campus-actualités-événements-associatifs .view-agenda-liste .views-row .date_evenement .date_details .adresse,
.page-evenements .view-agenda-associatif .views-row .date_evenement .date_details .adresse,
.page-campus-actualités-événements-associatifs .view-agenda-associatif .views-row .date_evenement .date_details .adresse {
  font-size: 18px;
}
.page-evenements .view-agenda-liste .views-row .introduction,
.page-campus-actualités-événements-associatifs .view-agenda-liste .views-row .introduction,
.page-evenements .view-agenda-associatif .views-row .introduction,
.page-campus-actualités-événements-associatifs .view-agenda-associatif .views-row .introduction {
  margin-top: 20px;
}
.page-universite-actualites h1,
.page-universite-articles h1,
.page-taxonomy h1,
.page-galeries h1,
.page-universite-linstitution-en-images h1,
.page-formations-examens-sujets-examens h1 {
  padding: 26px 46px;
}
.page-universite-actualites .view-actualit-s,
.page-universite-articles .view-actualit-s,
.page-taxonomy .view-actualit-s,
.page-galeries .view-actualit-s,
.page-universite-linstitution-en-images .view-actualit-s,
.page-formations-examens-sujets-examens .view-actualit-s,
.page-universite-actualites .view-articles-liste,
.page-universite-articles .view-articles-liste,
.page-taxonomy .view-articles-liste,
.page-galeries .view-articles-liste,
.page-universite-linstitution-en-images .view-articles-liste,
.page-formations-examens-sujets-examens .view-articles-liste,
.page-universite-actualites .view-taxonomy-term,
.page-universite-articles .view-taxonomy-term,
.page-taxonomy .view-taxonomy-term,
.page-galeries .view-taxonomy-term,
.page-universite-linstitution-en-images .view-taxonomy-term,
.page-formations-examens-sujets-examens .view-taxonomy-term,
.page-universite-actualites .view-galeries-listing,
.page-universite-articles .view-galeries-listing,
.page-taxonomy .view-galeries-listing,
.page-galeries .view-galeries-listing,
.page-universite-linstitution-en-images .view-galeries-listing,
.page-formations-examens-sujets-examens .view-galeries-listing,
.page-universite-actualites .view-sujets-d-examen,
.page-universite-articles .view-sujets-d-examen,
.page-taxonomy .view-sujets-d-examen,
.page-galeries .view-sujets-d-examen,
.page-universite-linstitution-en-images .view-sujets-d-examen,
.page-formations-examens-sujets-examens .view-sujets-d-examen {
  padding-top: 30px;
}
.page-universite-actualites .view-actualit-s .views-row,
.page-universite-articles .view-actualit-s .views-row,
.page-taxonomy .view-actualit-s .views-row,
.page-galeries .view-actualit-s .views-row,
.page-universite-linstitution-en-images .view-actualit-s .views-row,
.page-formations-examens-sujets-examens .view-actualit-s .views-row,
.page-universite-actualites .view-articles-liste .views-row,
.page-universite-articles .view-articles-liste .views-row,
.page-taxonomy .view-articles-liste .views-row,
.page-galeries .view-articles-liste .views-row,
.page-universite-linstitution-en-images .view-articles-liste .views-row,
.page-formations-examens-sujets-examens .view-articles-liste .views-row,
.page-universite-actualites .view-taxonomy-term .views-row,
.page-universite-articles .view-taxonomy-term .views-row,
.page-taxonomy .view-taxonomy-term .views-row,
.page-galeries .view-taxonomy-term .views-row,
.page-universite-linstitution-en-images .view-taxonomy-term .views-row,
.page-formations-examens-sujets-examens .view-taxonomy-term .views-row,
.page-universite-actualites .view-galeries-listing .views-row,
.page-universite-articles .view-galeries-listing .views-row,
.page-taxonomy .view-galeries-listing .views-row,
.page-galeries .view-galeries-listing .views-row,
.page-universite-linstitution-en-images .view-galeries-listing .views-row,
.page-formations-examens-sujets-examens .view-galeries-listing .views-row,
.page-universite-actualites .view-sujets-d-examen .views-row,
.page-universite-articles .view-sujets-d-examen .views-row,
.page-taxonomy .view-sujets-d-examen .views-row,
.page-galeries .view-sujets-d-examen .views-row,
.page-universite-linstitution-en-images .view-sujets-d-examen .views-row,
.page-formations-examens-sujets-examens .view-sujets-d-examen .views-row {
  padding: 25px 0px;
  border-top: 1px solid #6d6e71;
}
.page-universite-actualites .view-actualit-s .views-row.views-row-last,
.page-universite-articles .view-actualit-s .views-row.views-row-last,
.page-taxonomy .view-actualit-s .views-row.views-row-last,
.page-galeries .view-actualit-s .views-row.views-row-last,
.page-universite-linstitution-en-images .view-actualit-s .views-row.views-row-last,
.page-formations-examens-sujets-examens .view-actualit-s .views-row.views-row-last,
.page-universite-actualites .view-articles-liste .views-row.views-row-last,
.page-universite-articles .view-articles-liste .views-row.views-row-last,
.page-taxonomy .view-articles-liste .views-row.views-row-last,
.page-galeries .view-articles-liste .views-row.views-row-last,
.page-universite-linstitution-en-images .view-articles-liste .views-row.views-row-last,
.page-formations-examens-sujets-examens .view-articles-liste .views-row.views-row-last,
.page-universite-actualites .view-taxonomy-term .views-row.views-row-last,
.page-universite-articles .view-taxonomy-term .views-row.views-row-last,
.page-taxonomy .view-taxonomy-term .views-row.views-row-last,
.page-galeries .view-taxonomy-term .views-row.views-row-last,
.page-universite-linstitution-en-images .view-taxonomy-term .views-row.views-row-last,
.page-formations-examens-sujets-examens .view-taxonomy-term .views-row.views-row-last,
.page-universite-actualites .view-galeries-listing .views-row.views-row-last,
.page-universite-articles .view-galeries-listing .views-row.views-row-last,
.page-taxonomy .view-galeries-listing .views-row.views-row-last,
.page-galeries .view-galeries-listing .views-row.views-row-last,
.page-universite-linstitution-en-images .view-galeries-listing .views-row.views-row-last,
.page-formations-examens-sujets-examens .view-galeries-listing .views-row.views-row-last,
.page-universite-actualites .view-sujets-d-examen .views-row.views-row-last,
.page-universite-articles .view-sujets-d-examen .views-row.views-row-last,
.page-taxonomy .view-sujets-d-examen .views-row.views-row-last,
.page-galeries .view-sujets-d-examen .views-row.views-row-last,
.page-universite-linstitution-en-images .view-sujets-d-examen .views-row.views-row-last,
.page-formations-examens-sujets-examens .view-sujets-d-examen .views-row.views-row-last {
  border-bottom: 1px solid #6d6e71;
}
.page-universite-actualites .view-actualit-s .views-row .image,
.page-universite-articles .view-actualit-s .views-row .image,
.page-taxonomy .view-actualit-s .views-row .image,
.page-galeries .view-actualit-s .views-row .image,
.page-universite-linstitution-en-images .view-actualit-s .views-row .image,
.page-formations-examens-sujets-examens .view-actualit-s .views-row .image,
.page-universite-actualites .view-articles-liste .views-row .image,
.page-universite-articles .view-articles-liste .views-row .image,
.page-taxonomy .view-articles-liste .views-row .image,
.page-galeries .view-articles-liste .views-row .image,
.page-universite-linstitution-en-images .view-articles-liste .views-row .image,
.page-formations-examens-sujets-examens .view-articles-liste .views-row .image,
.page-universite-actualites .view-taxonomy-term .views-row .image,
.page-universite-articles .view-taxonomy-term .views-row .image,
.page-taxonomy .view-taxonomy-term .views-row .image,
.page-galeries .view-taxonomy-term .views-row .image,
.page-universite-linstitution-en-images .view-taxonomy-term .views-row .image,
.page-formations-examens-sujets-examens .view-taxonomy-term .views-row .image,
.page-universite-actualites .view-galeries-listing .views-row .image,
.page-universite-articles .view-galeries-listing .views-row .image,
.page-taxonomy .view-galeries-listing .views-row .image,
.page-galeries .view-galeries-listing .views-row .image,
.page-universite-linstitution-en-images .view-galeries-listing .views-row .image,
.page-formations-examens-sujets-examens .view-galeries-listing .views-row .image,
.page-universite-actualites .view-sujets-d-examen .views-row .image,
.page-universite-articles .view-sujets-d-examen .views-row .image,
.page-taxonomy .view-sujets-d-examen .views-row .image,
.page-galeries .view-sujets-d-examen .views-row .image,
.page-universite-linstitution-en-images .view-sujets-d-examen .views-row .image,
.page-formations-examens-sujets-examens .view-sujets-d-examen .views-row .image {
  display: inline-block;
  vertical-align: top;
}
.page-universite-actualites .view-actualit-s .views-row .actu_right,
.page-universite-articles .view-actualit-s .views-row .actu_right,
.page-taxonomy .view-actualit-s .views-row .actu_right,
.page-galeries .view-actualit-s .views-row .actu_right,
.page-universite-linstitution-en-images .view-actualit-s .views-row .actu_right,
.page-formations-examens-sujets-examens .view-actualit-s .views-row .actu_right,
.page-universite-actualites .view-articles-liste .views-row .actu_right,
.page-universite-articles .view-articles-liste .views-row .actu_right,
.page-taxonomy .view-articles-liste .views-row .actu_right,
.page-galeries .view-articles-liste .views-row .actu_right,
.page-universite-linstitution-en-images .view-articles-liste .views-row .actu_right,
.page-formations-examens-sujets-examens .view-articles-liste .views-row .actu_right,
.page-universite-actualites .view-taxonomy-term .views-row .actu_right,
.page-universite-articles .view-taxonomy-term .views-row .actu_right,
.page-taxonomy .view-taxonomy-term .views-row .actu_right,
.page-galeries .view-taxonomy-term .views-row .actu_right,
.page-universite-linstitution-en-images .view-taxonomy-term .views-row .actu_right,
.page-formations-examens-sujets-examens .view-taxonomy-term .views-row .actu_right,
.page-universite-actualites .view-galeries-listing .views-row .actu_right,
.page-universite-articles .view-galeries-listing .views-row .actu_right,
.page-taxonomy .view-galeries-listing .views-row .actu_right,
.page-galeries .view-galeries-listing .views-row .actu_right,
.page-universite-linstitution-en-images .view-galeries-listing .views-row .actu_right,
.page-formations-examens-sujets-examens .view-galeries-listing .views-row .actu_right,
.page-universite-actualites .view-sujets-d-examen .views-row .actu_right,
.page-universite-articles .view-sujets-d-examen .views-row .actu_right,
.page-taxonomy .view-sujets-d-examen .views-row .actu_right,
.page-galeries .view-sujets-d-examen .views-row .actu_right,
.page-universite-linstitution-en-images .view-sujets-d-examen .views-row .actu_right,
.page-formations-examens-sujets-examens .view-sujets-d-examen .views-row .actu_right {
  display: inline-block;
  vertical-align: top;
  margin-left: 19px;
  width: 575px;
  color: #6d6e71;
}
.page-universite-actualites .view-actualit-s .views-row .actu_right.fullwidth,
.page-universite-articles .view-actualit-s .views-row .actu_right.fullwidth,
.page-taxonomy .view-actualit-s .views-row .actu_right.fullwidth,
.page-galeries .view-actualit-s .views-row .actu_right.fullwidth,
.page-universite-linstitution-en-images .view-actualit-s .views-row .actu_right.fullwidth,
.page-formations-examens-sujets-examens .view-actualit-s .views-row .actu_right.fullwidth,
.page-universite-actualites .view-articles-liste .views-row .actu_right.fullwidth,
.page-universite-articles .view-articles-liste .views-row .actu_right.fullwidth,
.page-taxonomy .view-articles-liste .views-row .actu_right.fullwidth,
.page-galeries .view-articles-liste .views-row .actu_right.fullwidth,
.page-universite-linstitution-en-images .view-articles-liste .views-row .actu_right.fullwidth,
.page-formations-examens-sujets-examens .view-articles-liste .views-row .actu_right.fullwidth,
.page-universite-actualites .view-taxonomy-term .views-row .actu_right.fullwidth,
.page-universite-articles .view-taxonomy-term .views-row .actu_right.fullwidth,
.page-taxonomy .view-taxonomy-term .views-row .actu_right.fullwidth,
.page-galeries .view-taxonomy-term .views-row .actu_right.fullwidth,
.page-universite-linstitution-en-images .view-taxonomy-term .views-row .actu_right.fullwidth,
.page-formations-examens-sujets-examens .view-taxonomy-term .views-row .actu_right.fullwidth,
.page-universite-actualites .view-galeries-listing .views-row .actu_right.fullwidth,
.page-universite-articles .view-galeries-listing .views-row .actu_right.fullwidth,
.page-taxonomy .view-galeries-listing .views-row .actu_right.fullwidth,
.page-galeries .view-galeries-listing .views-row .actu_right.fullwidth,
.page-universite-linstitution-en-images .view-galeries-listing .views-row .actu_right.fullwidth,
.page-formations-examens-sujets-examens .view-galeries-listing .views-row .actu_right.fullwidth,
.page-universite-actualites .view-sujets-d-examen .views-row .actu_right.fullwidth,
.page-universite-articles .view-sujets-d-examen .views-row .actu_right.fullwidth,
.page-taxonomy .view-sujets-d-examen .views-row .actu_right.fullwidth,
.page-galeries .view-sujets-d-examen .views-row .actu_right.fullwidth,
.page-universite-linstitution-en-images .view-sujets-d-examen .views-row .actu_right.fullwidth,
.page-formations-examens-sujets-examens .view-sujets-d-examen .views-row .actu_right.fullwidth {
  margin-left: 0;
  width: 100%;
}
.page-universite-actualites .view-actualit-s .views-row .actu_right .titre_theme,
.page-universite-articles .view-actualit-s .views-row .actu_right .titre_theme,
.page-taxonomy .view-actualit-s .views-row .actu_right .titre_theme,
.page-galeries .view-actualit-s .views-row .actu_right .titre_theme,
.page-universite-linstitution-en-images .view-actualit-s .views-row .actu_right .titre_theme,
.page-formations-examens-sujets-examens .view-actualit-s .views-row .actu_right .titre_theme,
.page-universite-actualites .view-articles-liste .views-row .actu_right .titre_theme,
.page-universite-articles .view-articles-liste .views-row .actu_right .titre_theme,
.page-taxonomy .view-articles-liste .views-row .actu_right .titre_theme,
.page-galeries .view-articles-liste .views-row .actu_right .titre_theme,
.page-universite-linstitution-en-images .view-articles-liste .views-row .actu_right .titre_theme,
.page-formations-examens-sujets-examens .view-articles-liste .views-row .actu_right .titre_theme,
.page-universite-actualites .view-taxonomy-term .views-row .actu_right .titre_theme,
.page-universite-articles .view-taxonomy-term .views-row .actu_right .titre_theme,
.page-taxonomy .view-taxonomy-term .views-row .actu_right .titre_theme,
.page-galeries .view-taxonomy-term .views-row .actu_right .titre_theme,
.page-universite-linstitution-en-images .view-taxonomy-term .views-row .actu_right .titre_theme,
.page-formations-examens-sujets-examens .view-taxonomy-term .views-row .actu_right .titre_theme,
.page-universite-actualites .view-galeries-listing .views-row .actu_right .titre_theme,
.page-universite-articles .view-galeries-listing .views-row .actu_right .titre_theme,
.page-taxonomy .view-galeries-listing .views-row .actu_right .titre_theme,
.page-galeries .view-galeries-listing .views-row .actu_right .titre_theme,
.page-universite-linstitution-en-images .view-galeries-listing .views-row .actu_right .titre_theme,
.page-formations-examens-sujets-examens .view-galeries-listing .views-row .actu_right .titre_theme,
.page-universite-actualites .view-sujets-d-examen .views-row .actu_right .titre_theme,
.page-universite-articles .view-sujets-d-examen .views-row .actu_right .titre_theme,
.page-taxonomy .view-sujets-d-examen .views-row .actu_right .titre_theme,
.page-galeries .view-sujets-d-examen .views-row .actu_right .titre_theme,
.page-universite-linstitution-en-images .view-sujets-d-examen .views-row .actu_right .titre_theme,
.page-formations-examens-sujets-examens .view-sujets-d-examen .views-row .actu_right .titre_theme {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 4px;
}
.page-universite-actualites .view-actualit-s .views-row .actu_right .infos_examen,
.page-universite-articles .view-actualit-s .views-row .actu_right .infos_examen,
.page-taxonomy .view-actualit-s .views-row .actu_right .infos_examen,
.page-galeries .view-actualit-s .views-row .actu_right .infos_examen,
.page-universite-linstitution-en-images .view-actualit-s .views-row .actu_right .infos_examen,
.page-formations-examens-sujets-examens .view-actualit-s .views-row .actu_right .infos_examen,
.page-universite-actualites .view-articles-liste .views-row .actu_right .infos_examen,
.page-universite-articles .view-articles-liste .views-row .actu_right .infos_examen,
.page-taxonomy .view-articles-liste .views-row .actu_right .infos_examen,
.page-galeries .view-articles-liste .views-row .actu_right .infos_examen,
.page-universite-linstitution-en-images .view-articles-liste .views-row .actu_right .infos_examen,
.page-formations-examens-sujets-examens .view-articles-liste .views-row .actu_right .infos_examen,
.page-universite-actualites .view-taxonomy-term .views-row .actu_right .infos_examen,
.page-universite-articles .view-taxonomy-term .views-row .actu_right .infos_examen,
.page-taxonomy .view-taxonomy-term .views-row .actu_right .infos_examen,
.page-galeries .view-taxonomy-term .views-row .actu_right .infos_examen,
.page-universite-linstitution-en-images .view-taxonomy-term .views-row .actu_right .infos_examen,
.page-formations-examens-sujets-examens .view-taxonomy-term .views-row .actu_right .infos_examen,
.page-universite-actualites .view-galeries-listing .views-row .actu_right .infos_examen,
.page-universite-articles .view-galeries-listing .views-row .actu_right .infos_examen,
.page-taxonomy .view-galeries-listing .views-row .actu_right .infos_examen,
.page-galeries .view-galeries-listing .views-row .actu_right .infos_examen,
.page-universite-linstitution-en-images .view-galeries-listing .views-row .actu_right .infos_examen,
.page-formations-examens-sujets-examens .view-galeries-listing .views-row .actu_right .infos_examen,
.page-universite-actualites .view-sujets-d-examen .views-row .actu_right .infos_examen,
.page-universite-articles .view-sujets-d-examen .views-row .actu_right .infos_examen,
.page-taxonomy .view-sujets-d-examen .views-row .actu_right .infos_examen,
.page-galeries .view-sujets-d-examen .views-row .actu_right .infos_examen,
.page-universite-linstitution-en-images .view-sujets-d-examen .views-row .actu_right .infos_examen,
.page-formations-examens-sujets-examens .view-sujets-d-examen .views-row .actu_right .infos_examen {
  margin-top: 10px;
  font-size: 16px;
}
.page-universite-actualites .view-actualit-s .views-row .actu_right .infos_examen strong,
.page-universite-articles .view-actualit-s .views-row .actu_right .infos_examen strong,
.page-taxonomy .view-actualit-s .views-row .actu_right .infos_examen strong,
.page-galeries .view-actualit-s .views-row .actu_right .infos_examen strong,
.page-universite-linstitution-en-images .view-actualit-s .views-row .actu_right .infos_examen strong,
.page-formations-examens-sujets-examens .view-actualit-s .views-row .actu_right .infos_examen strong,
.page-universite-actualites .view-articles-liste .views-row .actu_right .infos_examen strong,
.page-universite-articles .view-articles-liste .views-row .actu_right .infos_examen strong,
.page-taxonomy .view-articles-liste .views-row .actu_right .infos_examen strong,
.page-galeries .view-articles-liste .views-row .actu_right .infos_examen strong,
.page-universite-linstitution-en-images .view-articles-liste .views-row .actu_right .infos_examen strong,
.page-formations-examens-sujets-examens .view-articles-liste .views-row .actu_right .infos_examen strong,
.page-universite-actualites .view-taxonomy-term .views-row .actu_right .infos_examen strong,
.page-universite-articles .view-taxonomy-term .views-row .actu_right .infos_examen strong,
.page-taxonomy .view-taxonomy-term .views-row .actu_right .infos_examen strong,
.page-galeries .view-taxonomy-term .views-row .actu_right .infos_examen strong,
.page-universite-linstitution-en-images .view-taxonomy-term .views-row .actu_right .infos_examen strong,
.page-formations-examens-sujets-examens .view-taxonomy-term .views-row .actu_right .infos_examen strong,
.page-universite-actualites .view-galeries-listing .views-row .actu_right .infos_examen strong,
.page-universite-articles .view-galeries-listing .views-row .actu_right .infos_examen strong,
.page-taxonomy .view-galeries-listing .views-row .actu_right .infos_examen strong,
.page-galeries .view-galeries-listing .views-row .actu_right .infos_examen strong,
.page-universite-linstitution-en-images .view-galeries-listing .views-row .actu_right .infos_examen strong,
.page-formations-examens-sujets-examens .view-galeries-listing .views-row .actu_right .infos_examen strong,
.page-universite-actualites .view-sujets-d-examen .views-row .actu_right .infos_examen strong,
.page-universite-articles .view-sujets-d-examen .views-row .actu_right .infos_examen strong,
.page-taxonomy .view-sujets-d-examen .views-row .actu_right .infos_examen strong,
.page-galeries .view-sujets-d-examen .views-row .actu_right .infos_examen strong,
.page-universite-linstitution-en-images .view-sujets-d-examen .views-row .actu_right .infos_examen strong,
.page-formations-examens-sujets-examens .view-sujets-d-examen .views-row .actu_right .infos_examen strong {
  font-weight: normal;
  color: #d63440;
}
.page-universite-actualites .view-actualit-s .views-row .actu_right .infos_examen .fichier_examen,
.page-universite-articles .view-actualit-s .views-row .actu_right .infos_examen .fichier_examen,
.page-taxonomy .view-actualit-s .views-row .actu_right .infos_examen .fichier_examen,
.page-galeries .view-actualit-s .views-row .actu_right .infos_examen .fichier_examen,
.page-universite-linstitution-en-images .view-actualit-s .views-row .actu_right .infos_examen .fichier_examen,
.page-formations-examens-sujets-examens .view-actualit-s .views-row .actu_right .infos_examen .fichier_examen,
.page-universite-actualites .view-articles-liste .views-row .actu_right .infos_examen .fichier_examen,
.page-universite-articles .view-articles-liste .views-row .actu_right .infos_examen .fichier_examen,
.page-taxonomy .view-articles-liste .views-row .actu_right .infos_examen .fichier_examen,
.page-galeries .view-articles-liste .views-row .actu_right .infos_examen .fichier_examen,
.page-universite-linstitution-en-images .view-articles-liste .views-row .actu_right .infos_examen .fichier_examen,
.page-formations-examens-sujets-examens .view-articles-liste .views-row .actu_right .infos_examen .fichier_examen,
.page-universite-actualites .view-taxonomy-term .views-row .actu_right .infos_examen .fichier_examen,
.page-universite-articles .view-taxonomy-term .views-row .actu_right .infos_examen .fichier_examen,
.page-taxonomy .view-taxonomy-term .views-row .actu_right .infos_examen .fichier_examen,
.page-galeries .view-taxonomy-term .views-row .actu_right .infos_examen .fichier_examen,
.page-universite-linstitution-en-images .view-taxonomy-term .views-row .actu_right .infos_examen .fichier_examen,
.page-formations-examens-sujets-examens .view-taxonomy-term .views-row .actu_right .infos_examen .fichier_examen,
.page-universite-actualites .view-galeries-listing .views-row .actu_right .infos_examen .fichier_examen,
.page-universite-articles .view-galeries-listing .views-row .actu_right .infos_examen .fichier_examen,
.page-taxonomy .view-galeries-listing .views-row .actu_right .infos_examen .fichier_examen,
.page-galeries .view-galeries-listing .views-row .actu_right .infos_examen .fichier_examen,
.page-universite-linstitution-en-images .view-galeries-listing .views-row .actu_right .infos_examen .fichier_examen,
.page-formations-examens-sujets-examens .view-galeries-listing .views-row .actu_right .infos_examen .fichier_examen,
.page-universite-actualites .view-sujets-d-examen .views-row .actu_right .infos_examen .fichier_examen,
.page-universite-articles .view-sujets-d-examen .views-row .actu_right .infos_examen .fichier_examen,
.page-taxonomy .view-sujets-d-examen .views-row .actu_right .infos_examen .fichier_examen,
.page-galeries .view-sujets-d-examen .views-row .actu_right .infos_examen .fichier_examen,
.page-universite-linstitution-en-images .view-sujets-d-examen .views-row .actu_right .infos_examen .fichier_examen,
.page-formations-examens-sujets-examens .view-sujets-d-examen .views-row .actu_right .infos_examen .fichier_examen {
  margin-top: 16px;
  text-align: right;
  text-decoration: underline;
}
.page-universite-actualites .view-actualit-s .views-row .actu_right .introduction,
.page-universite-articles .view-actualit-s .views-row .actu_right .introduction,
.page-taxonomy .view-actualit-s .views-row .actu_right .introduction,
.page-galeries .view-actualit-s .views-row .actu_right .introduction,
.page-universite-linstitution-en-images .view-actualit-s .views-row .actu_right .introduction,
.page-formations-examens-sujets-examens .view-actualit-s .views-row .actu_right .introduction,
.page-universite-actualites .view-articles-liste .views-row .actu_right .introduction,
.page-universite-articles .view-articles-liste .views-row .actu_right .introduction,
.page-taxonomy .view-articles-liste .views-row .actu_right .introduction,
.page-galeries .view-articles-liste .views-row .actu_right .introduction,
.page-universite-linstitution-en-images .view-articles-liste .views-row .actu_right .introduction,
.page-formations-examens-sujets-examens .view-articles-liste .views-row .actu_right .introduction,
.page-universite-actualites .view-taxonomy-term .views-row .actu_right .introduction,
.page-universite-articles .view-taxonomy-term .views-row .actu_right .introduction,
.page-taxonomy .view-taxonomy-term .views-row .actu_right .introduction,
.page-galeries .view-taxonomy-term .views-row .actu_right .introduction,
.page-universite-linstitution-en-images .view-taxonomy-term .views-row .actu_right .introduction,
.page-formations-examens-sujets-examens .view-taxonomy-term .views-row .actu_right .introduction,
.page-universite-actualites .view-galeries-listing .views-row .actu_right .introduction,
.page-universite-articles .view-galeries-listing .views-row .actu_right .introduction,
.page-taxonomy .view-galeries-listing .views-row .actu_right .introduction,
.page-galeries .view-galeries-listing .views-row .actu_right .introduction,
.page-universite-linstitution-en-images .view-galeries-listing .views-row .actu_right .introduction,
.page-formations-examens-sujets-examens .view-galeries-listing .views-row .actu_right .introduction,
.page-universite-actualites .view-sujets-d-examen .views-row .actu_right .introduction,
.page-universite-articles .view-sujets-d-examen .views-row .actu_right .introduction,
.page-taxonomy .view-sujets-d-examen .views-row .actu_right .introduction,
.page-galeries .view-sujets-d-examen .views-row .actu_right .introduction,
.page-universite-linstitution-en-images .view-sujets-d-examen .views-row .actu_right .introduction,
.page-formations-examens-sujets-examens .view-sujets-d-examen .views-row .actu_right .introduction {
  margin-top: 20px;
}
.page-universite-actualites .view-galeries-listing .views-row .actu_right,
.page-universite-articles .view-galeries-listing .views-row .actu_right,
.page-taxonomy .view-galeries-listing .views-row .actu_right,
.page-galeries .view-galeries-listing .views-row .actu_right,
.page-universite-linstitution-en-images .view-galeries-listing .views-row .actu_right,
.page-formations-examens-sujets-examens .view-galeries-listing .views-row .actu_right {
  width: 900px;
}
.page-vous-etes-etudiants-examens .view-sujets-d-examen .views-row .actu_right {
  width: 100%;
  margin-left: 0px;
}
.view-associations-tudiantes.view-display-id-block_3 .fiche {
  margin: 5px 0;
  font-size: 14px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #6d6e71;
}
.view-associations-tudiantes.view-display-id-block_3 .fiche:hover {
  text-decoration: underline;
}
.view-associations-tudiantes.view-display-id-block_3 .fiche span {
  color: #d63440;
}
.view-associations-tudiantes.view-display-id-block_3 .view-grouping-header {
  font-size: 18px;
  background: transparent;
  color: #555;
  text-decoration: none;
  border: 0;
  border-radius: 0;
  padding: 5px 0;
  padding-left: 10px;
}
.view-associations-tudiantes.view-display-id-block_3 .view-grouping-header h3 {
  margin: 0;
}
.view-associations-tudiantes.view-display-id-block_3 .view-grouping-header .ui-accordion .ui-accordion-content {
  padding: 10px 20px;
}
.view-associations-tudiantes.view-display-id-block_3 h3 {
  font-size: 16px;
  margin: 10px 0px;
  font-weight: normal;
  color: #d63440;
}
.view-associations-tudiantes.view-display-id-block_3 h3 a {
  color: #555;
  text-decoration: none;
}
.view-associations-tudiantes.view-display-id-block_3 .view-grouping {
  margin: 5px 0 0;
}
.view-associations-tudiantes.view-display-id-block_3 .view-grouping .view-grouping-content {
  padding: 10px 20px 0;
}
.view-associations-tudiantes.view-display-id-block_3 .view-grouping .view-grouping-content .ui-accordion-content {
  padding: 5px 10px;
}
.page-campus-associations-associations-etudiantes .listing-asso {
  padding-left: 15px;
}
.page-campus-associations-associations-etudiantes .listing-asso .views-row a {
  color: #6d6e71;
  font-size: 15px;
  display: inline-block;
  line-height: 20px;
  padding-left: 15px;
}
.page-campus-associations-associations-etudiantes .listing-asso .views-row a:hover {
  text-decoration: underline;
}
.page-campus-associations-associations-etudiantes .listing-asso .views-row a:before {
  content: ">";
  color: #d63440;
  font-size: 10px;
  margin-right: 10px;
  font-weight: bold;
}
.page-campus-associations-associations-etudiantes .listing-asso .view-grouping-header {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: bold;
}
.page-campus-associations-associations-etudiantes .listing-asso h3 {
  font-size: 16px;
  margin: 10px 0px;
  font-weight: normal;
  color: #d63440;
}
.page-campus-associations-associations-etudiantes .listing-asso .view-grouping {
  margin-bottom: 40px;
}
.view-soutenances-de-th-se,
.listing_decisions_disciplinaires,
.view-collections.view-display-id-page {
  padding-top: 30px;
}
.view-soutenances-de-th-se .views-row,
.listing_decisions_disciplinaires .views-row,
.view-collections.view-display-id-page .views-row {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  padding: 6px 0px;
  padding-left: 10px;
}
.view-soutenances-de-th-se .views-row:hover,
.listing_decisions_disciplinaires .views-row:hover,
.view-collections.view-display-id-page .views-row:hover {
  background: #f1f1f1;
}
.view-soutenances-de-th-se .views-row a,
.listing_decisions_disciplinaires .views-row a,
.view-collections.view-display-id-page .views-row a {
  color: #6d6e71;
}
.view-soutenances-de-th-se .views-row a:before,
.listing_decisions_disciplinaires .views-row a:before,
.view-collections.view-display-id-page .views-row a:before {
  content: ">";
  color: #d63440;
  font-size: 10px;
  margin-right: 10px;
  font-weight: bold;
}
.view-soutenances-de-th-se .view-footer,
.listing_decisions_disciplinaires .view-footer,
.view-collections.view-display-id-page .view-footer {
  text-align: right;
  margin-top: 30px;
  text-decoration: underline;
}
.view-publication-view.view-display-id-page,
.view-publication-view.view-display-id-page_1,
.view-publication-view.view-display-id-page_2,
.view-publication-view.view-display-id-page_3 {
  padding-top: 30px;
}
.view-publication-view.view-display-id-page .views-row,
.view-publication-view.view-display-id-page_1 .views-row,
.view-publication-view.view-display-id-page_2 .views-row,
.view-publication-view.view-display-id-page_3 .views-row {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  padding: 6px 0px;
  padding-left: 10px;
}
.view-publication-view.view-display-id-page .views-row:hover,
.view-publication-view.view-display-id-page_1 .views-row:hover,
.view-publication-view.view-display-id-page_2 .views-row:hover,
.view-publication-view.view-display-id-page_3 .views-row:hover {
  background: #f1f1f1;
}
.view-publication-view.view-display-id-page .views-row .item,
.view-publication-view.view-display-id-page_1 .views-row .item,
.view-publication-view.view-display-id-page_2 .views-row .item,
.view-publication-view.view-display-id-page_3 .views-row .item {
  display: flex;
  vertical-align: middle;
}
.view-publication-view.view-display-id-page .views-row .item .image,
.view-publication-view.view-display-id-page_1 .views-row .item .image,
.view-publication-view.view-display-id-page_2 .views-row .item .image,
.view-publication-view.view-display-id-page_3 .views-row .item .image {
  display: inline-block;
}
.view-publication-view.view-display-id-page .views-row .item .image img,
.view-publication-view.view-display-id-page_1 .views-row .item .image img,
.view-publication-view.view-display-id-page_2 .views-row .item .image img,
.view-publication-view.view-display-id-page_3 .views-row .item .image img {
  border: 1px solid #6d6e71;
}
.view-publication-view.view-display-id-page .views-row .item .content,
.view-publication-view.view-display-id-page_1 .views-row .item .content,
.view-publication-view.view-display-id-page_2 .views-row .item .content,
.view-publication-view.view-display-id-page_3 .views-row .item .content {
  display: inline-block;
  padding: 0 15px;
  max-width: 80%;
}
.view-publication-view.view-display-id-page .views-row .item .content .title,
.view-publication-view.view-display-id-page_1 .views-row .item .content .title,
.view-publication-view.view-display-id-page_2 .views-row .item .content .title,
.view-publication-view.view-display-id-page_3 .views-row .item .content .title {
  font-weight: bold;
  font-size: 18px;
}
.view-publication-view.view-display-id-page .views-row .item .content .subtitle,
.view-publication-view.view-display-id-page_1 .views-row .item .content .subtitle,
.view-publication-view.view-display-id-page_2 .views-row .item .content .subtitle,
.view-publication-view.view-display-id-page_3 .views-row .item .content .subtitle {
  font-size: 16px;
}
.view-publication-view.view-display-id-page .views-row .item .content .link a,
.view-publication-view.view-display-id-page_1 .views-row .item .content .link a,
.view-publication-view.view-display-id-page_2 .views-row .item .content .link a,
.view-publication-view.view-display-id-page_3 .views-row .item .content .link a {
  color: #d63440;
  margin-top: 10px;
}
.view-publication-view.view-display-id-page .views-row .item .content .directors .content,
.view-publication-view.view-display-id-page_1 .views-row .item .content .directors .content,
.view-publication-view.view-display-id-page_2 .views-row .item .content .directors .content,
.view-publication-view.view-display-id-page_3 .views-row .item .content .directors .content {
  padding: 0;
  max-width: initial;
}
.view-publication-view.view-display-id-page .views-row .item .content .directors .field-name-field-nom,
.view-publication-view.view-display-id-page_1 .views-row .item .content .directors .field-name-field-nom,
.view-publication-view.view-display-id-page_2 .views-row .item .content .directors .field-name-field-nom,
.view-publication-view.view-display-id-page_3 .views-row .item .content .directors .field-name-field-nom {
  padding-left: 5px;
  text-transform: uppercase;
}
.view-publication-view.view-display-id-page .views-row .item .content .directors div,
.view-publication-view.view-display-id-page_1 .views-row .item .content .directors div,
.view-publication-view.view-display-id-page_2 .views-row .item .content .directors div,
.view-publication-view.view-display-id-page_3 .views-row .item .content .directors div {
  display: inline-block;
}
.view-publication-view.view-display-id-page .views-row .item .authors,
.view-publication-view.view-display-id-page_1 .views-row .item .authors,
.view-publication-view.view-display-id-page_2 .views-row .item .authors,
.view-publication-view.view-display-id-page_3 .views-row .item .authors {
  display: flex;
}
.view-publication-view.view-display-id-page .views-row .item .authors .entity:not(:first-child),
.view-publication-view.view-display-id-page_1 .views-row .item .authors .entity:not(:first-child),
.view-publication-view.view-display-id-page_2 .views-row .item .authors .entity:not(:first-child),
.view-publication-view.view-display-id-page_3 .views-row .item .authors .entity:not(:first-child) {
  margin-left: 5px;
}
.view-publication-view.view-display-id-page .views-row .item .authors .content,
.view-publication-view.view-display-id-page_1 .views-row .item .authors .content,
.view-publication-view.view-display-id-page_2 .views-row .item .authors .content,
.view-publication-view.view-display-id-page_3 .views-row .item .authors .content {
  display: flex;
  padding: 0;
  max-width: initial;
}
.view-publication-view.view-display-id-page .views-row .item .authors .content > div,
.view-publication-view.view-display-id-page_1 .views-row .item .authors .content > div,
.view-publication-view.view-display-id-page_2 .views-row .item .authors .content > div,
.view-publication-view.view-display-id-page_3 .views-row .item .authors .content > div {
  display: inline-block;
}
.view-publication-view.view-display-id-page .views-row .item .authors .content .field-name-field-nom-auteur,
.view-publication-view.view-display-id-page_1 .views-row .item .authors .content .field-name-field-nom-auteur,
.view-publication-view.view-display-id-page_2 .views-row .item .authors .content .field-name-field-nom-auteur,
.view-publication-view.view-display-id-page_3 .views-row .item .authors .content .field-name-field-nom-auteur {
  padding-left: 5px;
  text-transform: uppercase;
}
.view-publication-view.view-display-id-page .views-row .item .authors > div + div,
.view-publication-view.view-display-id-page_1 .views-row .item .authors > div + div,
.view-publication-view.view-display-id-page_2 .views-row .item .authors > div + div,
.view-publication-view.view-display-id-page_3 .views-row .item .authors > div + div {
  padding-left: 5px;
}
.view-publication-view.view-display-id-page .views-row .item .field-collection-item-field-auteurs .content,
.view-publication-view.view-display-id-page_1 .views-row .item .field-collection-item-field-auteurs .content,
.view-publication-view.view-display-id-page_2 .views-row .item .field-collection-item-field-auteurs .content,
.view-publication-view.view-display-id-page_3 .views-row .item .field-collection-item-field-auteurs .content {
  padding: 0;
  max-width: 100%;
}
.view-publication-view.view-display-id-page .views-row .item .field-collection-item-field-auteurs .content .field,
.view-publication-view.view-display-id-page_1 .views-row .item .field-collection-item-field-auteurs .content .field,
.view-publication-view.view-display-id-page_2 .views-row .item .field-collection-item-field-auteurs .content .field,
.view-publication-view.view-display-id-page_3 .views-row .item .field-collection-item-field-auteurs .content .field {
  display: inline-block;
}
.view-publication-view.view-display-id-page .views-row .item .field-collection-item-field-auteurs .content .field-name-field-nom-auteur,
.view-publication-view.view-display-id-page_1 .views-row .item .field-collection-item-field-auteurs .content .field-name-field-nom-auteur,
.view-publication-view.view-display-id-page_2 .views-row .item .field-collection-item-field-auteurs .content .field-name-field-nom-auteur,
.view-publication-view.view-display-id-page_3 .views-row .item .field-collection-item-field-auteurs .content .field-name-field-nom-auteur {
  margin-left: 5px;
}
.page-index-fraude,
.view-centres-de-recherche-block-vue {
  padding-top: 10px;
}
.page-index-fraude h3,
.view-centres-de-recherche-block-vue h3 {
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 10px;
}
.page-index-fraude .views-row,
.view-centres-de-recherche-block-vue .views-row {
  padding: 2px 0px;
  padding-left: 10px;
  font-size: 16px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.page-index-fraude .views-row:hover,
.view-centres-de-recherche-block-vue .views-row:hover {
  background: #f1f1f1;
}
.page-index-fraude .views-row a,
.view-centres-de-recherche-block-vue .views-row a {
  color: #6d6e71;
}
.page-index-fraude .views-row a:before,
.view-centres-de-recherche-block-vue .views-row a:before {
  content: ">";
  color: #d63440;
  font-size: 10px;
  margin-right: 10px;
  font-weight: bold;
}
.page-index-fraude .view-footer,
.view-centres-de-recherche-block-vue .view-footer {
  text-align: right;
  margin-top: 30px;
  text-decoration: underline;
}
#site-map h2 {
  font-size: 30px;
  color: #d63440;
  font-family: 'Karma', serif;
  text-transform: uppercase;
  font-weight: normal;
  line-height: 1.1;
  margin: 20px 0px;
}
#site-map .content > ul li:before {
  content: none;
}
#site-map .content > ul > li {
  margin-bottom: 10px;
}
#site-map .content > ul > li > a {
  font-size: 20px;
  font-weight: bold;
}
#site-map .content > ul > li > ul {
  font-size: 18px;
}
#site-map .content > ul > li > ul > li {
  margin: 6px 0px;
  list-style: disc;
}
#site-map .content > ul > li > ul > li > ul li {
  list-style: circle;
}
.page-glossaire .lexicon-links {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 20px;
  background: none;
}
.page-glossaire .lexicon-links a {
  font-size: 20px;
}
.page-glossaire .lexicon-alphabar-instructions {
  margin-bottom: 20px;
}
.page-glossaire .lexicon-list {
  font-size: 16px;
}
.page-glossaire .lexicon-list dt {
  color: #d63440;
  font-weight: bold;
  font-size: 20px;
}
.page-formations-offre-de-formation-recherche h1,
.page-universite-annuaire h1 {
  padding: 26px 46px;
}
.page-formations-offre-de-formation-recherche #block-block-8,
.page-universite-annuaire #block-block-8 {
  padding-top: 30px;
}
.page-formations-offre-de-formation-recherche .view-vues-listes-fiches-formation,
.page-universite-annuaire .view-vues-listes-fiches-formation,
.page-formations-offre-de-formation-recherche .view-annuaire,
.page-universite-annuaire .view-annuaire {
  padding-top: 30px;
}
.page-formations-offre-de-formation-recherche .view-vues-listes-fiches-formation .views-row,
.page-universite-annuaire .view-vues-listes-fiches-formation .views-row,
.page-formations-offre-de-formation-recherche .view-annuaire .views-row,
.page-universite-annuaire .view-annuaire .views-row {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  padding: 6px 0px;
  padding-left: 10px;
}
.page-formations-offre-de-formation-recherche .view-vues-listes-fiches-formation .views-row:hover,
.page-universite-annuaire .view-vues-listes-fiches-formation .views-row:hover,
.page-formations-offre-de-formation-recherche .view-annuaire .views-row:hover,
.page-universite-annuaire .view-annuaire .views-row:hover {
  background: #f1f1f1;
}
.page-formations-offre-de-formation-recherche .view-vues-listes-fiches-formation .views-row a,
.page-universite-annuaire .view-vues-listes-fiches-formation .views-row a,
.page-formations-offre-de-formation-recherche .view-annuaire .views-row a,
.page-universite-annuaire .view-annuaire .views-row a {
  color: #6d6e71;
}
.page-formations-offre-de-formation-recherche .view-vues-listes-fiches-formation .views-row a:before,
.page-universite-annuaire .view-vues-listes-fiches-formation .views-row a:before,
.page-formations-offre-de-formation-recherche .view-annuaire .views-row a:before,
.page-universite-annuaire .view-annuaire .views-row a:before {
  content: ">";
  color: #d63440;
  font-size: 10px;
  margin-right: 10px;
  font-weight: bold;
}
.page-recherche h1,
.page-vous-etes h1,
.page-universite-linstitution h1,
.node-type-page-g-r-e-manuellement-pour-r-f h1,
.node-type-editions-panth-on-assas h1,
.page-recherche h1.formations,
.page-vous-etes h1.formations,
.page-universite-linstitution h1.formations,
.node-type-page-g-r-e-manuellement-pour-r-f h1.formations,
.node-type-editions-panth-on-assas h1.formations {
  padding: 26px 46px;
  background: rgba(241, 241, 241, 0.3);
}
/*.node-type-page-g-r-e-manuellement-pour-r-f {
        
        h1.formation {
            background: url(/sites/all/themes/advency/img/titre_formations.png) left top no-repeat @transparentgrey;
            padding-top: 60px;
        }
    }*/
.node-type-editions-panth-on-assas #section_1 .article_top .bloc_titre {
  padding: 26px 46px;
}
.ui-accordion {
  margin-top: 30px;
}
.ui-accordion h3 {
  display: none;
}
.ui-accordion .ui-accordion-icons {
  padding-left: 0.5em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  right: .5em;
  left: initial;
  background: none;
  text-indent: 0;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon::after {
  content: '\02795';
  font-size: 15px;
  line-height: 30px;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  text-shadow: 0 0 0 #d63440;
  color: transparent;
  top: 50%;
  transform: translateY(-50%);
}
.ui-accordion .ui-accordion-content {
  border: 0;
  border-radius: 0;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 0;
  border-radius: 0;
  background: #efefef;
}
.view-vues-fiche-structure-rubrique .views-row:hover,
.view-vues-temps-fort-liste-rubrique .views-row:hover {
  background: #f1f1f1;
}
.view-vues-fiche-structure-rubrique a,
.view-vues-temps-fort-liste-rubrique a {
  font-size: 16px;
  color: #6d6e71;
}
.view-vues-fiche-structure-rubrique a::before,
.view-vues-temps-fort-liste-rubrique a::before {
  content: ">";
  color: #d63440;
  font-size: 10px;
  margin-right: 10px;
  font-weight: bold;
}
.view-vues-actualit-s-rubrique .views-row,
.view-vue-articles-rubriques .views-row,
.view-vues-page-simple-rubrique .views-row,
.view-vues-temps-fort-rubrique .views-row {
  padding: 25px 0px;
  border-top: 1px solid #6d6e71;
  display: block;
}
.view-vues-actualit-s-rubrique .views-row a,
.view-vue-articles-rubriques .views-row a,
.view-vues-page-simple-rubrique .views-row a,
.view-vues-temps-fort-rubrique .views-row a {
  color: #6d6e71;
}
.view-vues-actualit-s-rubrique .actualites_liste,
.view-vue-articles-rubriques .actualites_liste,
.view-vues-page-simple-rubrique .actualites_liste,
.view-vues-temps-fort-rubrique .actualites_liste {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.view-vues-actualit-s-rubrique .actualites_liste .actu_right,
.view-vue-articles-rubriques .actualites_liste .actu_right,
.view-vues-page-simple-rubrique .actualites_liste .actu_right,
.view-vues-temps-fort-rubrique .actualites_liste .actu_right {
  width: 575px;
  margin-left: 5px;
  display: inline-block;
  vertical-align: top;
}
.view-vues-actualit-s-rubrique .actualites_liste .actu_right.fullwidth,
.view-vue-articles-rubriques .actualites_liste .actu_right.fullwidth,
.view-vues-page-simple-rubrique .actualites_liste .actu_right.fullwidth,
.view-vues-temps-fort-rubrique .actualites_liste .actu_right.fullwidth {
  width: 100%;
}
.view-vues-actualit-s-rubrique .actualites_liste .actu_right .titre,
.view-vue-articles-rubriques .actualites_liste .actu_right .titre,
.view-vues-page-simple-rubrique .actualites_liste .actu_right .titre,
.view-vues-temps-fort-rubrique .actualites_liste .actu_right .titre {
  font-size: 20px;
  font-weight: bold;
}
.view-vues-actualit-s-rubrique .actualites_liste .actu_right .introduction,
.view-vue-articles-rubriques .actualites_liste .actu_right .introduction,
.view-vues-page-simple-rubrique .actualites_liste .actu_right .introduction,
.view-vues-temps-fort-rubrique .actualites_liste .actu_right .introduction {
  margin-top: 20px;
}
.view-vues-actualit-s-rubrique .actualites_liste .image,
.view-vue-articles-rubriques .actualites_liste .image,
.view-vues-page-simple-rubrique .actualites_liste .image,
.view-vues-temps-fort-rubrique .actualites_liste .image {
  display: inline-block;
  vertical-align: top;
}
#sidebar-second {
  padding: 30px 0px;
}
#sidebar-second > .region > .block {
  margin-bottom: 50px;
  font-size: 16px;
}
#sidebar-second > .region > .block h2 {
  font-size: 30px;
  color: #d63440;
  font-family: 'Karma', serif;
  text-transform: uppercase;
  font-weight: normal;
  line-height: 1.1;
  margin-bottom: 20px;
}
#sidebar-second > .region > .block.bloc-candidature .formation_top a {
  background: #d63440;
  color: #ffffff;
  display: inline-block;
  text-align: center;
  padding: 5px 10px;
  border: 2px solid #d63440;
  border-radius: 5px;
  margin-top: 10px;
}
#sidebar-second > .region > .block.bloc-candidature .formation_top a:hover {
  background: transparent;
  color: #d63440;
}
#sidebar-second > .region > .block.bloc_contact h2 {
  padding-left: 55px;
  background: url(/sites/all/themes/advency/img/picto_contact.png) left top no-repeat;
}
#sidebar-second > .region > .block.bloc_export h2 {
  padding-left: 40px;
  background: url(/sites/all/themes/advency/img/download.png) left top no-repeat;
}
#sidebar-second > .region > .block.bloc_structure h2 {
  padding-left: 40px;
  background: url(/sites/all/themes/advency/img/picto_structure.png) left top no-repeat;
}
#sidebar-second > .region > .block.bloc_structure .views-row {
  margin-bottom: 20px;
}
#sidebar-second > .region > .block.bloc_structure .views-row a {
  color: #6d6e71;
  text-decoration: underline;
  /*&:before {
                        content: ">";
                        color: @red;
                        font-size: 10px;
                        margin-right: 10px;
                        font-weight: bold;
                        text-decoration: none;
                        display: inline-block;
                    }*/
}
#sidebar-second > .region > .block.bloc_structure .views-row.views-row-last {
  margin-bottom: 0px;
}
#sidebar-second > .region > .block.bloc_structure .view-footer {
  margin-top: 30px;
  text-align: right;
}
#sidebar-second > .region > .block.bloc_structure .view-footer a {
  display: inline-block;
  padding: 0px 20px;
  text-align: center;
  background: #d63440;
  color: #ffffff;
  height: 33px;
  line-height: 33px;
  font-size: 15px;
  font-family: 'Karma', serif;
  text-transform: uppercase;
  border: 1px solid #d63440;
  width: 100%;
}
#sidebar-second > .region > .block.bloc_structure .view-footer a:hover {
  background: #ffffff;
  color: #d63440;
}
#sidebar-second > .region > .block.bloc_prochaines_soutenances .view-prochaines-soutenances-page-ecole-doctorale .nom,
#sidebar-second > .region > .block.bloc_prochaines_soutenances .view-prochaines-soutenances-page-ecole-doctorale .date {
  padding-left: 15px;
}
#sidebar-second > .region > .block.bloc_video h2 {
  padding-left: 50px;
  background: url(/sites/all/themes/advency/img/picto_video.png) left top no-repeat;
}
#sidebar-second > .region > .block.bloc_video iframe {
  width: 100%;
  height: 175px;
  margin-top: 15px;
}
#sidebar-second > .region > .block.bloc_partenaires h2 {
  padding-left: 60px;
  background: url(/sites/all/themes/advency/img/picto_partenaires.png) left top no-repeat;
}
#sidebar-second > .region > .block.bloc_partenaires img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: auto;
}
#sidebar-second > .region > .block.bloc_libre {
  margin-bottom: 0px;
}
#sidebar-second > .region > .block.bloc_libre .views-row {
  margin-bottom: 50px;
}
#sidebar-second > .region > .block.bloc_libre .views-row img {
  max-width: 100%;
  height: auto;
}
#sidebar-second > .region > .block.bloc_libre.bloc_structure {
  margin-bottom: 50px;
}
#sidebar-second > .region > .block.bloc_map h2 {
  padding-left: 25px;
  background: url(/sites/all/themes/advency/img/picto_map.png) left top no-repeat;
}
#sidebar-second > .region > .block.bloc_map .view-header {
  margin-bottom: 20px;
}
#sidebar-second > .region > .block.bloc_recherche h2 {
  padding-left: 36px;
  background: url(/sites/all/themes/advency/img/picto_recherche.png) left top no-repeat;
}
#sidebar-second > .region > .block.bloc_recherche .views-exposed-form .views-exposed-widget {
  margin: 10px 0px;
}
#sidebar-second > .region > .block.bloc_recherche .views-exposed-form .views-exposed-widget .views-widget label {
  display: none;
}
#sidebar-second > .region > .block.bloc_recherche .views-exposed-form .views-exposed-widget label {
  font-size: 16px;
  margin-bottom: 4px;
  display: block;
}
#sidebar-second > .region > .block.bloc_recherche .views-exposed-form .views-exposed-widget select,
#sidebar-second > .region > .block.bloc_recherche .views-exposed-form .views-exposed-widget input:not([type=checkbox]) {
  width: 100%;
  background: #f1f1f1;
  height: 33px;
  line-height: 33px;
}
#sidebar-second > .region > .block.bloc_recherche .views-exposed-form .views-exposed-widget select {
  background: url(/sites/all/themes/advency/img/select_arrow_black.png) right 15px center no-repeat #f1f1f1;
  padding-right: 40px;
}
#sidebar-second > .region > .block.bloc_recherche .views-exposed-form .views-exposed-widget#edit-field-discipline-section-cnu-tid-i18n-wrapper label::after {
  content: "*";
  color: #d63440;
  position: relative;
  left: -3px;
}
#sidebar-second > .region > .block.bloc_recherche .views-exposed-form .views-exposed-widget#edit-field-direction-de-th-se-tid-i18n-wrapper > label {
  display: none;
}
#sidebar-second > .region > .block.bloc_recherche .views-exposed-form .views-exposed-widget#edit-field-direction-de-th-se-tid-i18n-wrapper input {
  position: absolute;
}
#sidebar-second > .region > .block.bloc_recherche .views-exposed-form .views-exposed-widget#edit-field-date-de-d-but-value-1-wrapper,
#sidebar-second > .region > .block.bloc_recherche .views-exposed-form .views-exposed-widget#edit-field-date-de-d-but-value2-wrapper,
#sidebar-second > .region > .block.bloc_recherche .views-exposed-form .views-exposed-widget#edit-field-date-de-d-but-value-wrapper,
#sidebar-second > .region > .block.bloc_recherche .views-exposed-form .views-exposed-widget#edit-field-datedecision-value-1-wrapper,
#sidebar-second > .region > .block.bloc_recherche .views-exposed-form .views-exposed-widget#edit-field-datedecision-value-wrapper {
  width: 146px;
  display: inline-block;
  vertical-align: top;
}
#sidebar-second > .region > .block.bloc_recherche .views-exposed-form .views-exposed-widget#edit-field-date-de-d-but-value-1-wrapper .views-widget label,
#sidebar-second > .region > .block.bloc_recherche .views-exposed-form .views-exposed-widget#edit-field-date-de-d-but-value2-wrapper .views-widget label,
#sidebar-second > .region > .block.bloc_recherche .views-exposed-form .views-exposed-widget#edit-field-date-de-d-but-value-wrapper .views-widget label,
#sidebar-second > .region > .block.bloc_recherche .views-exposed-form .views-exposed-widget#edit-field-datedecision-value-1-wrapper .views-widget label,
#sidebar-second > .region > .block.bloc_recherche .views-exposed-form .views-exposed-widget#edit-field-datedecision-value-wrapper .views-widget label,
#sidebar-second > .region > .block.bloc_recherche .views-exposed-form .views-exposed-widget#edit-field-date-de-d-but-value-1-wrapper .views-widget .description,
#sidebar-second > .region > .block.bloc_recherche .views-exposed-form .views-exposed-widget#edit-field-date-de-d-but-value2-wrapper .views-widget .description,
#sidebar-second > .region > .block.bloc_recherche .views-exposed-form .views-exposed-widget#edit-field-date-de-d-but-value-wrapper .views-widget .description,
#sidebar-second > .region > .block.bloc_recherche .views-exposed-form .views-exposed-widget#edit-field-datedecision-value-1-wrapper .views-widget .description,
#sidebar-second > .region > .block.bloc_recherche .views-exposed-form .views-exposed-widget#edit-field-datedecision-value-wrapper .views-widget .description {
  display: none;
}
#sidebar-second > .region > .block.bloc_recherche .views-exposed-form .views-exposed-widget#edit-field-date-de-d-but-value-1-wrapper input,
#sidebar-second > .region > .block.bloc_recherche .views-exposed-form .views-exposed-widget#edit-field-date-de-d-but-value2-wrapper input,
#sidebar-second > .region > .block.bloc_recherche .views-exposed-form .views-exposed-widget#edit-field-date-de-d-but-value-wrapper input,
#sidebar-second > .region > .block.bloc_recherche .views-exposed-form .views-exposed-widget#edit-field-datedecision-value-1-wrapper input,
#sidebar-second > .region > .block.bloc_recherche .views-exposed-form .views-exposed-widget#edit-field-datedecision-value-wrapper input {
  background: url(/sites/all/themes/advency/img/picto_champ_date.png) right 10px center no-repeat #f1f1f1;
}
#sidebar-second > .region > .block.bloc_recherche .views-exposed-form .views-exposed-widget#edit-field-date-de-d-but-value-1-wrapper,
#sidebar-second > .region > .block.bloc_recherche .views-exposed-form .views-exposed-widget#edit-field-datedecision-value-wrapper,
#sidebar-second > .region > .block.bloc_recherche .views-exposed-form .views-exposed-widget#edit-field-date-de-d-but-value-wrapper {
  margin-right: 14px;
}
#sidebar-second > .region > .block.bloc_recherche .views-exposed-form .views-exposed-widget.views-submit-button {
  text-align: right;
}
#sidebar-second > .region > .block.bloc_recherche .views-exposed-form .views-exposed-widget.views-submit-button input {
  display: inline-block;
  width: auto;
  padding: 0px 20px;
  text-align: center;
  background: #d63440;
  color: #ffffff;
  height: 33px;
  line-height: 33px;
  font-size: 16px;
  font-family: 'Karma', serif;
  text-transform: uppercase;
  border: 1px solid #d63440;
}
#sidebar-second > .region > .block.bloc_recherche .views-exposed-form .views-exposed-widget.views-submit-button input:hover {
  background: #ffffff;
  color: #d63440;
}
#user-login-form input,
#user-register-form input,
#commerce-checkout-form-checkout input,
#commerce-checkout-form-review input,
#user-pass input,
#user-pass-reset input,
#user-profile-form input,
#block-jump-menu-jump-menu-m-menu-vous-tes input,
#block-jump-menu-jump-menu-m-menu-nos-tablissemen input,
.block-simplenews input,
.views-exposed-form input,
.webform-client-form input,
#user-login-form textarea,
#user-register-form textarea,
#commerce-checkout-form-checkout textarea,
#commerce-checkout-form-review textarea,
#user-pass textarea,
#user-pass-reset textarea,
#user-profile-form textarea,
#block-jump-menu-jump-menu-m-menu-vous-tes textarea,
#block-jump-menu-jump-menu-m-menu-nos-tablissemen textarea,
.block-simplenews textarea,
.views-exposed-form textarea,
.webform-client-form textarea {
  border: none;
  resize: none;
}
#user-login-form select,
#user-register-form select,
#commerce-checkout-form-checkout select,
#commerce-checkout-form-review select,
#user-pass select,
#user-pass-reset select,
#user-profile-form select,
#block-jump-menu-jump-menu-m-menu-vous-tes select,
#block-jump-menu-jump-menu-m-menu-nos-tablissemen select,
.block-simplenews select,
.views-exposed-form select,
.webform-client-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  resize: none;
}
#user-login-form select,
#user-register-form select,
#commerce-checkout-form-checkout select,
#commerce-checkout-form-review select,
#user-pass select,
#user-pass-reset select,
#user-profile-form select,
#block-jump-menu-jump-menu-m-menu-vous-tes select,
#block-jump-menu-jump-menu-m-menu-nos-tablissemen select,
.block-simplenews select,
.views-exposed-form select,
.webform-client-form select {
  background: url(/sites/all/themes/advency/img/select_arrow.png) right center no-repeat #ffffff;
  cursor: pointer;
  height: 26px;
  line-height: 26px;
  padding-left: 5px;
}
#user-login-form input[type=text],
#user-register-form input[type=text],
#commerce-checkout-form-checkout input[type=text],
#commerce-checkout-form-review input[type=text],
#user-pass input[type=text],
#user-pass-reset input[type=text],
#user-profile-form input[type=text],
#block-jump-menu-jump-menu-m-menu-vous-tes input[type=text],
#block-jump-menu-jump-menu-m-menu-nos-tablissemen input[type=text],
.block-simplenews input[type=text],
.views-exposed-form input[type=text],
.webform-client-form input[type=text] {
  height: 23px;
  line-height: 23px;
  padding: 4px 8px;
}
#user-login-form input[type=checkbox],
#user-register-form input[type=checkbox],
#commerce-checkout-form-checkout input[type=checkbox],
#commerce-checkout-form-review input[type=checkbox],
#user-pass input[type=checkbox],
#user-pass-reset input[type=checkbox],
#user-profile-form input[type=checkbox],
#block-jump-menu-jump-menu-m-menu-vous-tes input[type=checkbox],
#block-jump-menu-jump-menu-m-menu-nos-tablissemen input[type=checkbox],
.block-simplenews input[type=checkbox],
.views-exposed-form input[type=checkbox],
.webform-client-form input[type=checkbox] {
  width: 0px;
  height: 0px;
  overflow: hidden;
}
#user-login-form input[type=checkbox] + label,
#user-register-form input[type=checkbox] + label,
#commerce-checkout-form-checkout input[type=checkbox] + label,
#commerce-checkout-form-review input[type=checkbox] + label,
#user-pass input[type=checkbox] + label,
#user-pass-reset input[type=checkbox] + label,
#user-profile-form input[type=checkbox] + label,
#block-jump-menu-jump-menu-m-menu-vous-tes input[type=checkbox] + label,
#block-jump-menu-jump-menu-m-menu-nos-tablissemen input[type=checkbox] + label,
.block-simplenews input[type=checkbox] + label,
.views-exposed-form input[type=checkbox] + label,
.webform-client-form input[type=checkbox] + label {
  cursor: pointer;
}
#user-login-form input[type=checkbox] + label:before,
#user-register-form input[type=checkbox] + label:before,
#commerce-checkout-form-checkout input[type=checkbox] + label:before,
#commerce-checkout-form-review input[type=checkbox] + label:before,
#user-pass input[type=checkbox] + label:before,
#user-pass-reset input[type=checkbox] + label:before,
#user-profile-form input[type=checkbox] + label:before,
#block-jump-menu-jump-menu-m-menu-vous-tes input[type=checkbox] + label:before,
#block-jump-menu-jump-menu-m-menu-nos-tablissemen input[type=checkbox] + label:before,
.block-simplenews input[type=checkbox] + label:before,
.views-exposed-form input[type=checkbox] + label:before,
.webform-client-form input[type=checkbox] + label:before {
  content: "";
  width: 10px;
  height: 10px;
  border: 1px solid #6d6e71;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
#user-login-form input[type=checkbox]:checked + label,
#user-register-form input[type=checkbox]:checked + label,
#commerce-checkout-form-checkout input[type=checkbox]:checked + label,
#commerce-checkout-form-review input[type=checkbox]:checked + label,
#user-pass input[type=checkbox]:checked + label,
#user-pass-reset input[type=checkbox]:checked + label,
#user-profile-form input[type=checkbox]:checked + label,
#block-jump-menu-jump-menu-m-menu-vous-tes input[type=checkbox]:checked + label,
#block-jump-menu-jump-menu-m-menu-nos-tablissemen input[type=checkbox]:checked + label,
.block-simplenews input[type=checkbox]:checked + label,
.views-exposed-form input[type=checkbox]:checked + label,
.webform-client-form input[type=checkbox]:checked + label {
  position: relative;
}
#user-login-form input[type=checkbox]:checked + label:before,
#user-register-form input[type=checkbox]:checked + label:before,
#commerce-checkout-form-checkout input[type=checkbox]:checked + label:before,
#commerce-checkout-form-review input[type=checkbox]:checked + label:before,
#user-pass input[type=checkbox]:checked + label:before,
#user-pass-reset input[type=checkbox]:checked + label:before,
#user-profile-form input[type=checkbox]:checked + label:before,
#block-jump-menu-jump-menu-m-menu-vous-tes input[type=checkbox]:checked + label:before,
#block-jump-menu-jump-menu-m-menu-nos-tablissemen input[type=checkbox]:checked + label:before,
.block-simplenews input[type=checkbox]:checked + label:before,
.views-exposed-form input[type=checkbox]:checked + label:before,
.webform-client-form input[type=checkbox]:checked + label:before {
  content: "";
  width: 10px;
  height: 10px;
  border: 1px solid #6d6e71;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
#user-login-form input[type=checkbox]:checked + label:after,
#user-register-form input[type=checkbox]:checked + label:after,
#commerce-checkout-form-checkout input[type=checkbox]:checked + label:after,
#commerce-checkout-form-review input[type=checkbox]:checked + label:after,
#user-pass input[type=checkbox]:checked + label:after,
#user-pass-reset input[type=checkbox]:checked + label:after,
#user-profile-form input[type=checkbox]:checked + label:after,
#block-jump-menu-jump-menu-m-menu-vous-tes input[type=checkbox]:checked + label:after,
#block-jump-menu-jump-menu-m-menu-nos-tablissemen input[type=checkbox]:checked + label:after,
.block-simplenews input[type=checkbox]:checked + label:after,
.views-exposed-form input[type=checkbox]:checked + label:after,
.webform-client-form input[type=checkbox]:checked + label:after {
  content: "";
  width: 13px;
  height: 12px;
  background: url(/sites/all/themes/advency/img/check_symbol.png) center no-repeat;
  position: absolute;
  left: 0;
  bottom: 4px;
}
.node-type-webform h1 {
  padding-top: 26px;
}
.node-type-webform .node-webform > .content > .form-item {
  display: none;
}
.node-type-webform .node-webform .webform-client-form {
  margin: 20px 0px;
}
.node-type-webform .node-webform .webform-client-form .form-item {
  padding: 10px 0px;
}
.node-type-webform .node-webform .webform-client-form .form-item input[type=text],
.node-type-webform .node-webform .webform-client-form .form-item input[type=email],
.node-type-webform .node-webform .webform-client-form .form-item textarea {
  background: #f1f1f1;
  width: 100%;
  font-size: 16px;
}
.node-type-webform .node-webform .webform-client-form .form-item input[type=text],
.node-type-webform .node-webform .webform-client-form .form-item input[type=email] {
  height: 40px;
  line-height: 40px;
  padding: 0px 6px;
}
.node-type-webform .node-webform .webform-client-form .form-item textarea {
  padding: 6px;
}
.node-type-webform .node-webform .webform-client-form .form-actions {
  text-align: right;
}
.node-type-webform .node-webform .webform-client-form .form-actions input {
  background: #d63440;
  border: 1px solid #d63440;
  color: #ffffff;
  font-size: 16px;
  text-transform: uppercase;
  height: 40px;
  padding: 0px 10px;
}
.node-type-webform .node-webform .webform-client-form .form-actions input:hover {
  color: #d63440;
  background: #ffffff;
}
.node-type-webform .node-webform ul.links.inline {
  display: none;
}
#user-pass .form-item input {
  border: 0px;
  background: #b6b6b8;
  color: #6d6e71;
  height: 39px;
  line-height: 39px;
  padding: 0px 16px;
  margin-bottom: 15px;
  resize: none;
  display: block;
}
#user-pass .form-item input {
  border: 0px;
  background: #b6b6b8;
  color: #6d6e71;
  height: 39px;
  line-height: 39px;
  padding: 0px 16px;
  margin-bottom: 15px;
  resize: none;
  display: block;
}
.not-logged-in.page-user #tabs {
  text-align: center;
  display: block;
}
.not-logged-in.page-user #user-login {
  width: 500px;
  display: block;
  margin: auto;
  margin-top: 30px;
}
.not-logged-in.page-user #user-login .form-item {
  margin-bottom: 20px;
}
.not-logged-in.page-user #user-login .form-item label {
  display: none;
}
.not-logged-in.page-user #user-login .form-item input {
  width: 100%;
}
.not-logged-in.page-user #user-login .form-item input[type=text],
.not-logged-in.page-user #user-login .form-item input[type=password] {
  border: 0px;
  background: #b6b6b8;
  color: #6d6e71;
  height: 39px;
  line-height: 39px;
  padding: 0px 16px;
  resize: none;
}
.not-logged-in.page-user #user-login .form-item input[type=text]:focus,
.not-logged-in.page-user #user-login .form-item input[type=password]:focus {
  background: #6d6e71;
  color: #ffffff;
}
.not-logged-in.page-user #user-login .form-item .description {
  padding: 6px;
}
.not-logged-in.page-user #user-login .form-actions {
  text-align: right;
}
.not-logged-in.page-user #user-login .form-actions input[type=submit] {
  background: #d63440;
  border: 0px;
  height: 39px;
  line-height: 39px;
  color: #ffffff;
  text-transform: uppercase;
  padding: 0px 16px;
  border: 1px solid #d63440;
}
.not-logged-in.page-user #user-login .form-actions input[type=submit]:hover {
  background: #ffffff;
  color: #d63440;
}
.form-layout {
  font-size: 16px;
}
.form-layout p,
.form-layout .description {
  margin-bottom: 5px;
}
.form-layout .form-type-checkbox,
.form-layout .form-type-radio {
  display: flex;
  align-items: flex-start;
}
.form-layout .form-type-checkbox input,
.form-layout .form-type-radio input {
  margin-top: 2px;
  margin-right: 10px;
}
.form-layout .form-item-date-debut,
.form-layout .form-item-date-fin {
  display: inline-block;
  vertical-align: middle;
}
.form-layout .form-submit,
.form-layout .form-reset {
  display: inline-block;
  width: auto;
  padding: 0px 20px;
  text-align: center;
  height: 33px;
  line-height: 33px;
  font-size: 16px;
  font-family: 'Karma', serif;
  text-transform: uppercase;
  margin-right: 30px;
}
.form-layout .form-submit {
  background: #d63440;
  color: #ffffff;
  border: 1px solid #d63440;
}
.form-layout .form-submit:hover {
  background: #ffffff;
  color: #d63440;
}
.form-layout .form-reset {
  background: #f1f1f1;
  border: 1px solid #f1f1f1;
}
.form-layout .form-reset:hover {
  background: #ffffff;
}
.form-layout .form-select {
  min-width: 200px;
  border-radius: 0;
  border: 0;
}
.form-layout .form-text {
  height: 30px;
  min-width: 100px;
  padding: 0 6px;
  border: 1px solid #b6b6b8;
  border-radius: 0;
  margin: 0 5px;
}
.form-layout .form-type-select {
  margin-bottom: 40px;
}
.form-layout .form-type-select label {
  display: none;
}
.form-layout .form-type-select .description {
  display: inline-block;
  margin-left: 10px;
}
.form-layout .checkbox-row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 -15px;
}
.form-layout .checkbox-col {
  flex: 0 0 50%;
  width: 50%;
  padding: 0 15px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .form-layout .checkbox-col {
    flex: 0 0 100%;
    width: 100%;
  }
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  content: '';
  display: block;
  clear: both;
}
#print_mention {
  display: none;
}
@media print {
  #header,
  #nav,
  #tabs,
  #footer_wrapper,
  .barre_partage,
  img {
    display: none;
  }
  #page-wrapper {
    overflow: visible;
  }
  #sidebar-second {
    width: 100% !important;
    margin: 0 !important;
  }
  #sidebar-second .region .block.bloc_contact h2,
  #sidebar-second .region .block.bloc_structure h2 {
    padding: 0;
    background: none;
  }
  #content {
    width: 100% !important;
    margin-right: 0px !important;
  }
  #content.withright {
    display: block;
  }
  .container {
    padding: 0 !important;
  }
  #print_mention {
    display: block;
    text-align: center;
  }
  #block-quicktabs-fiche-formation-onglets .quicktabs-hide {
    display: block;
  }
  #block-quicktabs-fiche-formation-onglets ul.quicktabs-tabs,
  #block-quicktabs-fiche-formation-onglets .barre_partage {
    display: none;
  }
  #block-quicktabs-fiche-formation-onglets .formation_top {
    padding-bottom: 25px;
    border-top: 1px solid #6d6e71;
  }
}
.page-search-site h1,
.page-search-user h1,
.page-search-site #tabs,
.page-search-user #tabs {
  display: none;
}
.page-search-site #block-system-main .sidebar_section_2.left .facets h2,
.page-search-user #block-system-main .sidebar_section_2.left .facets h2 {
  font-size: 14px;
  background: #f1f1f1;
  height: 39px;
  line-height: 39px;
  padding: 0px 16px;
}
.page-search-site #block-system-main .sidebar_section_2.left .facets ul.facetapi-facetapi-links li,
.page-search-user #block-system-main .sidebar_section_2.left .facets ul.facetapi-facetapi-links li {
  padding: 8px 15px;
  border-bottom: 1px solid #f1f1f1;
}
.page-search-site #block-system-main .sidebar_section_2.left .facets ul.facetapi-facetapi-links li:last-child,
.page-search-user #block-system-main .sidebar_section_2.left .facets ul.facetapi-facetapi-links li:last-child {
  border-bottom: 0px;
}
.page-search-site #block-system-main .sidebar_section_2.left .region-section-2-sidebar-left.scroll,
.page-search-user #block-system-main .sidebar_section_2.left .region-section-2-sidebar-left.scroll,
.page-search-site #block-system-main .sidebar_section_2.left .region-section-2-sidebar-left.bottom,
.page-search-user #block-system-main .sidebar_section_2.left .region-section-2-sidebar-left.bottom {
  position: static;
}
.page-search-site #block-system-main .content #search-form,
.page-search-user #block-system-main .content #search-form {
  display: none;
}
.page-search-site #block-system-main .content form .form-item,
.page-search-user #block-system-main .content form .form-item,
.page-search-site #block-system-main .content form input[type=submit],
.page-search-user #block-system-main .content form input[type=submit] {
  display: inline-block;
  vertical-align: top;
}
.page-search-site #block-system-main .content h2,
.page-search-user #block-system-main .content h2 {
  font-size: 40px;
  font-family: 'Karma', serif;
  text-transform: uppercase;
  line-height: 1.2;
  font-weight: normal;
  padding: 26px 46px;
  background: rgba(241, 241, 241, 0.3);
}
.page-search-site #block-system-main .content ol.search-results,
.page-search-user #block-system-main .content ol.search-results {
  padding-left: 0px;
  padding-top: 20px;
}
.page-search-site #block-system-main .content ol.search-results li,
.page-search-user #block-system-main .content ol.search-results li {
  padding: 25px 0px;
  border-top: 1px solid #6d6e71;
  list-style: none;
}
.page-search-site #block-system-main .content ol.search-results li .title,
.page-search-user #block-system-main .content ol.search-results li .title {
  margin-bottom: 10px;
}
.page-search-site #block-system-main .content ol.search-results li .title a,
.page-search-user #block-system-main .content ol.search-results li .title a {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 4px;
  color: #6d6e71;
}
.page-search-site #block-system-main .content ol.search-results li .title a:hover,
.page-search-user #block-system-main .content ol.search-results li .title a:hover {
  color: #d63440;
}
.page-search-site #block-system-main .content ol.search-results li .date,
.page-search-user #block-system-main .content ol.search-results li .date {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 10px;
}
.page-search-site #block-system-main .content ol.search-results li .search-snippet,
.page-search-user #block-system-main .content ol.search-results li .search-snippet {
  margin-top: 6px;
}
.page-search-site #block-system-main .content ol.search-results li .search-info,
.page-search-user #block-system-main .content ol.search-results li .search-info {
  font-size: 12px;
  margin-top: 6px;
}
.page-search-site #block-system-main .content ol.search-results li:last-child,
.page-search-user #block-system-main .content ol.search-results li:last-child {
  border-bottom: 1px solid #6d6e71;
}
.page-search-site #block-system-main .content ol.search-results .highlight,
.page-search-user #block-system-main .content ol.search-results .highlight {
  background: yellow;
}
/* RESPONSIVE STYLES */
@media only screen and (max-width: 1200px) {
  #nav #main_menu_wrap #block-system-main-menu > .content > ul > li > a {
    width: 185px;
  }
  #nav #main_menu_wrap #block-system-main-menu > .content > ul > li:hover > ul {
    border-top: 1px solid #6d6e71;
  }
  #nav #main_menu_wrap .recherche_header {
    display: block;
    text-align: center;
    padding-top: 2px;
  }
  .front #main-wrapper .view-carrousel-actus-home .flexslider .views-field-nothing {
    min-height: 405px;
  }
  .front #main-wrapper .bloc_hp_actualites {
    width: 597px;
  }
  .front #main-wrapper .bloc_hp_actualites .view-content {
    min-height: 312px;
  }
  .front #main-wrapper .bloc_hp_actualites .view-content .views-row {
    width: 287px;
  }
  .front #main-wrapper .bloc_hp_actualites .view-content .views-row .details .introduction {
    font-size: 16px;
  }
  .front #main-wrapper .bloc_hp_agenda {
    width: 300px;
  }
  .front #main-wrapper .bloc_hp_agenda .view-content .views-row .agenda_right {
    width: 232px;
  }
  .front #main-wrapper .bloc_hp_decouvrir .view-content .views-row {
    width: 297px;
  }
  .front #main-wrapper .bloc_twitter,
  .front #main-wrapper .bloc_facebook,
  .front #main-wrapper .bloc_video {
    width: 298px;
  }
  .front #main-wrapper .bloc_twitter h2,
  .front #main-wrapper .bloc_facebook h2,
  .front #main-wrapper .bloc_video h2 {
    width: 150px;
  }
  .front #main-wrapper .bloc_twitter iframe,
  .front #main-wrapper .bloc_facebook iframe,
  .front #main-wrapper .bloc_video iframe {
    height: 140px;
  }
  #content.withright {
    width: 100%;
    display: block;
  }
  #sidebar-second {
    width: 100%;
    display: block;
    margin-top: 60px;
  }
  #sidebar-second > div > div {
    display: block;
    margin: 0px;
    width: 100%;
  }
  #sidebar-second > div > div.bloc_recherche .views-exposed-form .views-exposed-widget#edit-field-date-de-d-but-value-1-wrapper,
  #sidebar-second > div > div.bloc_recherche .views-exposed-form .views-exposed-widget#edit-field-date-de-d-but-value2-wrapper,
  #sidebar-second > div > div.bloc_recherche .views-exposed-form .views-exposed-widget#edit-field-date-de-d-but-value-wrapper,
  #sidebar-second > div > div.bloc_recherche .views-exposed-form .views-exposed-widget#edit-field-datedecision-value-wrapper,
  #sidebar-second > div > div.bloc_recherche .views-exposed-form .views-exposed-widget#edit-field-datedecision-value-1-wrapper {
    width: 48% !important;
  }
  #sidebar-second > div > div.bloc_recherche .views-exposed-form .views-exposed-widget#edit-field-date-de-d-but-value-1-wrapper,
  #sidebar-second > div > div.bloc_recherche .views-exposed-form .views-exposed-widget#edit-field-date-de-d-but-value-wrapper,
  #sidebar-second > div > div.bloc_recherche .views-exposed-form .views-exposed-widget#edit-field-datedecision-value-wrapper {
    margin-right: 3% !important;
  }
  .node-type-fiche-cv #section_1 .article_top .bloc_titre {
    overflow: hidden;
  }
  .node-type-fiche-cv #section_1 .article_top .bloc_details .image {
    margin-right: 10px;
    width: auto;
  }
  .node-type-fiche-cv #section_1 .article_top .bloc_details .colone_1,
  .node-type-fiche-cv #section_1 .article_top .bloc_details .colone_2,
  .node-type-fiche-cv #section_1 .article_top .bloc_details .colone_3 {
    width: 210px;
  }
  .node-type-fiche-cv #sidebar-second > div > div {
    display: block;
    margin-right: 0px;
    width: 100%;
  }
  .node-type-fiche-structure #sidebar-second > div > div {
    display: block;
    margin-right: 0px;
    width: 100%;
  }
  .node-type-agenda #section_3 .region-section-3 {
    width: 100%;
  }
  .page-universite-actualites .view-actualit-s .views-row .actu_right,
  .page-universite-articles .view-articles-liste .views-row .actu_right {
    width: 696px;
  }
  .page-galeries .view-galeries-listing .views-row .actu_right {
    width: 675px;
  }
  #footer_wrapper #footer-columns #footer_fourthcolumn .block-simplenews h2 {
    padding-left: 0px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 992px) {
  #header #header_top #block-jump-menu-jump-menu-m-menu-nos-tablissemen {
    width: 233px;
  }
  #header #header_top #block-jump-menu-jump-menu-m-menu-vous-tes {
    width: 236px;
  }
  #nav #main_menu_wrap #block-system-main-menu > .content > ul > li > a {
    width: 133px;
  }
  #nav #main_menu_wrap #block-system-main-menu > .content > ul > li > a:after {
    margin-top: 8px;
    margin-left: 4px;
  }
  #nav #main_menu_wrap #block-system-main-menu > .content > ul > li:hover > ul {
    border-top: 0px;
  }
  #nav #main_menu_wrap .recherche_header {
    display: inline-block;
    vertical-align: bottom;
    height: 50px;
    margin-left: 10px;
  }
  #nav #main_menu_wrap .recherche_header .header_search_form_container input[type=text] {
    display: none;
  }
  #nav #main_menu_wrap .recherche_header .header_search_form_container input[type=submit] {
    width: 28px;
    height: 28px;
    border: 1px solid #d63440;
  }
  .front #main-wrapper .view-carrousel-actus-home .flexslider .views-field-nothing {
    min-height: 330px;
  }
  .front #main-wrapper .view-carrousel-actus-home .flexslider .views-field-nothing img {
    padding-left: 74px;
  }
  .front #main-wrapper .view-carrousel-actus-home .flexslider .views-field-nothing .details {
    padding-top: 30px;
    max-height: 273px;
  }
  .front #main-wrapper .view-carrousel-actus-home .flexslider .views-field-nothing .details .titre {
    line-height: 1.1;
  }
  .front #main-wrapper .bloc_hp_actualites {
    width: 467px;
    margin-right: 17px;
  }
  .front #main-wrapper .bloc_hp_actualites .view-content {
    min-height: 312px;
  }
  .front #main-wrapper .bloc_hp_actualites .view-content .views-row {
    width: 222px;
  }
  .front #main-wrapper .bloc_hp_agenda {
    width: 236px;
  }
  .front #main-wrapper .bloc_hp_agenda .view-content .views-row .agenda_right {
    width: 182px;
  }
  .front #main-wrapper .bloc_hp_agenda .view-content .views-row .agenda_left {
    width: 53px;
  }
  .front #main-wrapper .bloc_hp_decouvrir .view-content .views-row {
    width: 224px;
  }
  .front #main-wrapper .bloc_twitter,
  .front #main-wrapper .bloc_facebook,
  .front #main-wrapper .bloc_video {
    width: 223px;
    height: 265px;
    padding: 10px;
  }
  .front #main-wrapper .bloc_twitter h2,
  .front #main-wrapper .bloc_facebook h2,
  .front #main-wrapper .bloc_video h2 {
    width: 106px;
    font-size: 16px;
    margin-bottom: 10px;
  }
  .front #main-wrapper .bloc_twitter a.suivre,
  .front #main-wrapper .bloc_facebook a.suivre,
  .front #main-wrapper .bloc_video a.suivre {
    width: 80px;
    top: 12px;
  }
  .front #main-wrapper .bloc_twitter iframe,
  .front #main-wrapper .bloc_facebook iframe,
  .front #main-wrapper .bloc_video iframe {
    height: 100px;
  }
  .front #main-wrapper .bloc_twitter iframe.twitter-timeline,
  .front #main-wrapper .bloc_facebook iframe.twitter-timeline,
  .front #main-wrapper .bloc_video iframe.twitter-timeline {
    height: 190px !important;
  }
  .front #main-wrapper .bloc_twitter .fb-page iframe,
  .front #main-wrapper .bloc_facebook .fb-page iframe,
  .front #main-wrapper .bloc_video .fb-page iframe {
    height: 250px !important;
  }
  .front #main-wrapper .bloc_twitter .view-assa-web-tv,
  .front #main-wrapper .bloc_facebook .view-assa-web-tv,
  .front #main-wrapper .bloc_video .view-assa-web-tv {
    height: 200px;
    overflow: auto;
    margin-top: 25px;
  }
  /*#sidebar-second > div > div {
        width: 45%;
        margin-right: 5%;
                
        &:nth-child(3n) {
            margin-right: 5%;
        } 
        
        &:nth-child(2n) {
            margin-right: 0%;
        }
    }*/
  .node-type-fiche-cv #section_1 .article_top .bloc_details .image img {
    width: 117px;
    height: auto;
  }
  .node-type-fiche-cv #section_1 .article_top .bloc_details .colone_1,
  .node-type-fiche-cv #section_1 .article_top .bloc_details .colone_2,
  .node-type-fiche-cv #section_1 .article_top .bloc_details .colone_3 {
    width: 174px;
    font-size: 14px !important;
  }
  .node-type-fiche-cv #section_1 .article_top .bloc_details .colone_1 h5,
  .node-type-fiche-cv #section_1 .article_top .bloc_details .colone_2 h5,
  .node-type-fiche-cv #section_1 .article_top .bloc_details .colone_3 h5 {
    font-size: 17px;
  }
  .node-type-fiche-cv #section_1 .article_top .bloc_details .colone_1 > div,
  .node-type-fiche-cv #section_1 .article_top .bloc_details .colone_2 > div,
  .node-type-fiche-cv #section_1 .article_top .bloc_details .colone_3 > div {
    height: auto;
    margin-top: 20px;
  }
  .node-type-fiche-cv #section_1 .article_top .bloc_details .colone_1 > div:first-child,
  .node-type-fiche-cv #section_1 .article_top .bloc_details .colone_2 > div:first-child,
  .node-type-fiche-cv #section_1 .article_top .bloc_details .colone_3 > div:first-child {
    margin-top: 0px;
  }
  .node-type-fiche-cv #sidebar-second > div > div {
    display: block;
    margin-right: 0px;
    width: 100%;
  }
  .page-evenements .view-agenda-liste .views-row .date_evenement .date_details {
    width: 544px;
  }
  .page-universite-actualites .view-actualit-s .views-row .actu_right,
  .page-universite-articles .view-articles-liste .views-row .actu_right,
  .page-galeries .view-galeries-listing .views-row .actu_right {
    width: 477px;
  }
  .page-search-site #tabs {
    display: none;
  }
  .page-search-site #block-system-main .content #search-form {
    display: block;
    margin-bottom: 10px;
  }
  .page-search-site #block-system-main .content #search-form input[type=submit] {
    background: #d63440;
    border: 0px;
    height: 39px;
    line-height: 39px;
    color: #ffffff;
    text-transform: uppercase;
    padding: 0px 16px;
    outline: none;
    border: 1px solid #d63440;
  }
  .page-search-site #block-system-main .content #search-form input[type=submit]:hover {
    background: #ffffff;
    color: #d63440;
  }
  .page-search-site #block-system-main .content #search-form input[type=text] {
    height: 40px;
    line-height: 40px;
    padding: 0px 6px;
    outline: none;
    margin: 0px 10px;
  }
  #footer_wrapper #footer-columns {
    height: auto;
  }
  #footer_wrapper #footer-columns > .container > .row > div {
    display: inline-block;
    padding: 0px;
  }
  #footer_wrapper #footer_firstcolumn {
    width: 170px;
  }
  #footer_wrapper #footer_secondcolumn {
    width: 150px;
  }
  #footer_wrapper #footer_thirdcolumn {
    width: 190px;
  }
  #footer_wrapper #footer_fourthcolumn {
    width: 230px;
  }
}
@media only screen and (max-width: 768px) {
  body {
    background: #ffffff;
  }
  .container,
  .block-easy-breadcrumb {
    padding: 0px 6px;
  }
  #nav .container,
  #section_1 .container {
    padding: 0px;
  }
  h1,
  .page-search-site #block-system-main .content h2 {
    font-size: 24px;
    padding: 20px !important;
    background: rgba(241, 241, 241, 0.3) !important;
  }
  #header #logo img {
    width: 150px;
    height: auto;
  }
  #header #header_top {
    background: #ffffff;
  }
  #header #header_top #block-jump-menu-jump-menu-m-menu-vous-tes,
  #header #header_top #block-jump-menu-jump-menu-m-menu-nos-tablissemen {
    display: none;
  }
  #header #header_bottom {
    padding-top: 0px;
    height: auto;
  }
  #nav #main_menu_wrap {
    background: #88888a;
    height: 40px;
    margin-top: 15px;
    padding: 9px 6px;
  }
  #nav #main_menu_wrap .region-menu {
    height: 22px;
    overflow: hidden;
  }
  #nav #main_menu_wrap .region-menu.show {
    height: auto;
  }
  #nav #main_menu_wrap > div > div.recherche_header {
    display: none;
  }
  #nav #main_menu_wrap > div > div.block_menu_mobile {
    display: block !important;
    text-align: right;
    position: relative;
  }
  #nav #main_menu_wrap > div > div.block_menu_mobile .content > div {
    display: inline-block;
    vertical-align: top;
  }
  #nav #main_menu_wrap > div > div.block_menu_mobile .content > div#bouton_menu {
    color: #ffffff;
    font-size: 23px;
    position: absolute;
    left: 6px;
    cursor: pointer;
  }
  #nav #main_menu_wrap > div > div.block_menu_mobile .content > div.menu_acces {
    margin-right: 6px;
  }
  #nav #main_menu_wrap > div > div.block_menu_mobile .content > div.menu_acces ul.menu li {
    display: inline-block;
    vertical-align: top;
  }
  #nav #main_menu_wrap > div > div.block_menu_mobile .content > div.menu_acces ul.menu li#agorassas {
    display: inline-block;
    margin-right: 4px;
  }
  #nav #main_menu_wrap > div > div.block_menu_mobile .content > div.menu_acces ul.menu li#agorassas a {
    background: #6d6e71;
    color: #ffffff;
    padding: 0px 8px;
    height: 22px;
    line-height: 22px;
    display: inline-block;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: lighter;
  }
  #nav #main_menu_wrap > div > div.block_menu_mobile .content > div.menu_acces ul.menu li#ent {
    display: inline-block;
  }
  #nav #main_menu_wrap > div > div.block_menu_mobile .content > div.menu_acces ul.menu li#ent a {
    background: url(/sites/all/themes/advency/img/picto_cadenas.png) right 6px top 6px no-repeat #d63440;
    color: #ffffff;
    padding: 0px 8px;
    height: 22px;
    line-height: 22px;
    display: inline-block;
    padding-right: 23px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: lighter;
  }
  #nav #main_menu_wrap > div > div.block_menu_mobile .content > div.header_recherche .header_search_form_container {
    font-size: 0;
  }
  #nav #main_menu_wrap > div > div.block_menu_mobile .content > div.header_recherche .header_search_form_container input[type=text] {
    display: none;
  }
  #nav #main_menu_wrap > div > div.block_menu_mobile .content > div.header_recherche .header_search_form_container input[type=submit] {
    width: 26px;
    height: 22px;
    border: 0px;
    background: url(/sites/all/themes/advency/img/picto_recherche_mobile.png) center no-repeat #ffffff;
  }
  #nav #main_menu_wrap > div > div#block-system-main-menu {
    position: relative;
    z-index: 20;
    width: 100%;
    top: 4px;
    left: 0;
    height: auto;
    overflow: hidden;
  }
  #nav #main_menu_wrap > div > div#block-system-main-menu.show {
    height: auto;
    z-index: 99;
  }
  #nav #main_menu_wrap > div > div#block-system-main-menu > .content > ul > li {
    display: block;
    width: 100%;
    background: #f1f1f1;
  }
  #nav #main_menu_wrap > div > div#block-system-main-menu > .content > ul > li > a {
    width: 100%;
    text-align: left;
    padding-left: 30px;
    background: url(/sites/all/themes/advency/img/arrow_menu_mobile.png) right 15px center no-repeat #f1f1f1;
    border-top: 1px solid #6d6e71;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    cursor: pointer;
  }
  #nav #main_menu_wrap > div > div#block-system-main-menu > .content > ul > li > a:after {
    content: none;
  }
  #nav #main_menu_wrap > div > div#block-system-main-menu > .content > ul > li > ul {
    columns: 1;
    webkit-columns: 1;
    -moz-columns: 1;
    position: static;
    padding: 10px 0px;
    background: #f1f1f1;
    border-bottom: 0px !important;
  }
  #nav #main_menu_wrap > div > div#block-system-main-menu > .content > ul > li > ul > li {
    margin-bottom: 0;
    width: 100%;
  }
  #nav #main_menu_wrap > div > div#block-system-main-menu > .content > ul > li > ul > li > a {
    width: 100%;
    text-transform: none;
    padding-left: 30px;
    height: 30px;
    line-height: 30px;
  }
  #nav #main_menu_wrap > div > div#block-system-main-menu > .content > ul > li > ul > li > ul {
    display: none;
  }
  #nav #main_menu_wrap > div > div#block-system-main-menu > .content > ul > li:hover > a {
    border: 0px;
    border-top: 1px solid #6d6e71;
    font-weight: normal;
  }
  #nav #main_menu_wrap > div > div#block-system-main-menu > .content > ul > li:hover > a.active-trail {
    font-weight: bold;
  }
  #nav #main_menu_wrap > div > div#block-system-main-menu > .content > ul > li:hover > ul {
    display: none;
  }
  #nav #main_menu_wrap > div > div#block-system-main-menu > .content > ul > li.show > a {
    border-bottom: 1px solid #6d6e71;
    background: url(/sites/all/themes/advency/img/arrow_menu_mobile_left.png) right 15px center no-repeat #f1f1f1;
  }
  #nav #main_menu_wrap > div > div#block-system-main-menu > .content > ul > li.show > ul {
    display: block;
  }
  #nav #main_menu_wrap > div > div.menu_responsive {
    display: block;
    z-index: 20;
    position: relative;
    margin-bottom: 0;
  }
  #nav #main_menu_wrap > div > div.menu_responsive h2 {
    width: 100%;
    text-align: left;
    padding-left: 30px;
    background: url(/sites/all/themes/advency/img/arrow_menu_mobile_white_down.png) right 15px center no-repeat #88888a;
    border-top: 1px solid #ffffff;
    color: #ffffff;
    font-weight: normal;
    font-family: 'Karma', serif;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    font-size: 16px;
    margin-bottom: 0;
  }
  #nav #main_menu_wrap > div > div.menu_responsive > .content > ul {
    display: none;
  }
  #nav #main_menu_wrap > div > div.menu_responsive > .content > ul > li {
    display: block;
    width: 100%;
    background: #88888a;
  }
  #nav #main_menu_wrap > div > div.menu_responsive > .content > ul > li > a {
    width: 100%;
    text-align: left;
    padding-left: 30px;
    height: 30px;
    background: #88888a;
    line-height: 30px;
    color: #ffffff;
    display: block;
  }
  #nav #main_menu_wrap > div > div.menu_responsive > .content > ul > li > a:hover {
    color: #88888a;
    background: #ffffff;
  }
  #nav #main_menu_wrap > div > div.menu_responsive > .content > ul > li > a:after {
    content: none;
  }
  #nav #main_menu_wrap > div > div.menu_responsive > .content > ul > li:hover > a {
    border: 0px;
    font-weight: normal;
  }
  #nav #main_menu_wrap > div > div.menu_responsive > .content > ul > li:hover > a.active-trail {
    font-weight: bold;
  }
  #nav #main_menu_wrap > div > div.menu_responsive.show h2 {
    border-bottom: 1px solid #ffffff;
    background: url(/sites/all/themes/advency/img/arrow_menu_mobile_white_up.png) right 15px center no-repeat #88888a;
  }
  #nav #main_menu_wrap > div > div.menu_responsive.show .content > ul {
    display: block;
  }
  .front #main-wrapper {
    padding: 0px;
  }
  .front #main-wrapper .view-carrousel-actus-home {
    margin-bottom: 20px;
  }
  .front #main-wrapper .view-carrousel-actus-home .flexslider .views-field-nothing {
    min-height: inherit;
  }
  .front #main-wrapper .view-carrousel-actus-home .flexslider .views-field-nothing img {
    padding-left: 0px;
  }
  .front #main-wrapper .view-carrousel-actus-home .flexslider .views-field-nothing .details {
    position: static;
    padding: 15px 5px;
    width: 100%;
  }
  .front #main-wrapper .view-carrousel-actus-home .flexslider .views-field-nothing .details .titre {
    line-height: 1.1;
  }
  .front #main-wrapper .view-carrousel-actus-home .flexslider .views-field-nothing .details .introduction:after {
    content: none;
  }
  .front #main-wrapper .view-carrousel-actus-home .flexslider .views-field-nothing .details:before,
  .front #main-wrapper .view-carrousel-actus-home .flexslider .views-field-nothing .details:after {
    content: none;
  }
  .front #main-wrapper .view-carrousel-actus-home .flexslider .flex-control-nav {
    display: none;
  }
  .front #main-wrapper .view-carrousel-actus-home .flexslider .flex-direction-nav {
    display: block;
  }
  .front #main-wrapper .view-carrousel-actus-home .flexslider .flex-direction-nav a {
    width: 20px;
    height: 30px;
    font-size: 0px;
    top: 80px;
  }
  .front #main-wrapper .view-carrousel-actus-home .flexslider .flex-direction-nav a.flex-prev {
    background: url(/sites/all/themes/advency/img/arrow_slider_left.png);
  }
  .front #main-wrapper .view-carrousel-actus-home .flexslider .flex-direction-nav a.flex-next {
    background: url(/sites/all/themes/advency/img/arrow_slider_right.png);
  }
  .front #main-wrapper .view-carrousel-actus-home .flexslider .flex-direction-nav a:before {
    font-size: 0px;
  }
  .front #main-wrapper .bloc_hp_actualites {
    display: block;
    width: 100%;
    margin-right: 0px;
    position: relative;
  }
  .front #main-wrapper .bloc_hp_actualites h2 {
    font-size: 20px;
    height: 36px;
    line-height: 36px;
  }
  .front #main-wrapper .bloc_hp_actualites .view-content {
    min-height: inherit;
  }
  .front #main-wrapper .bloc_hp_actualites .view-content .views-row {
    width: 100%;
    margin: 0px;
    display: block;
    margin-bottom: 30px;
  }
  .front #main-wrapper .bloc_hp_actualites .view-content .views-row .image {
    width: 48%;
    display: inline-block;
    vertical-align: top;
  }
  .front #main-wrapper .bloc_hp_actualites .view-content .views-row .details {
    width: 48%;
    margin-left: 2%;
    display: inline-block;
    vertical-align: top;
  }
  .front #main-wrapper .bloc_hp_actualites .view-content .views-row .details .theme {
    margin-top: 0px;
  }
  .front #main-wrapper .bloc_hp_actualites .view-content .views-row .details .introduction {
    display: none;
  }
  .front #main-wrapper .bloc_hp_actualites .view-footer {
    position: absolute;
    top: 0;
    right: 0;
  }
  .front #main-wrapper .bloc_hp_agenda {
    width: 100%;
    position: relative;
  }
  .front #main-wrapper .bloc_hp_agenda h2 {
    font-size: 20px;
    height: 36px;
    line-height: 36px;
  }
  .front #main-wrapper .bloc_hp_agenda .view-content {
    min-height: inherit;
  }
  .front #main-wrapper .bloc_hp_agenda .view-content .views-row .agenda_right {
    width: 80%;
  }
  .front #main-wrapper .bloc_hp_agenda .view-content .views-row .agenda_left {
    width: 20%;
    text-align: center;
  }
  .front #main-wrapper .bloc_hp_agenda .view-footer {
    position: absolute;
    top: 0;
    right: 0;
  }
  .front #main-wrapper .bloc_hp_decouvrir {
    position: relative;
  }
  .front #main-wrapper .bloc_hp_decouvrir h2 {
    font-size: 20px;
    height: 36px;
    line-height: 36px;
  }
  .front #main-wrapper .bloc_hp_decouvrir .view-content .views-row {
    width: 100%;
    margin: 0px;
    display: block;
    margin-bottom: 30px;
  }
  .front #main-wrapper .bloc_hp_decouvrir .view-content .views-row .image {
    width: 48%;
    display: inline-block;
    vertical-align: top;
  }
  .front #main-wrapper .bloc_hp_decouvrir .view-content .views-row .details {
    width: 48%;
    margin-left: 2%;
    display: inline-block;
    vertical-align: top;
  }
  .front #main-wrapper .bloc_hp_decouvrir .view-content .views-row .details .theme {
    margin-top: 0px;
  }
  .front #main-wrapper .bloc_hp_decouvrir .view-content .views-row .details .introduction {
    display: none;
  }
  .front #main-wrapper .bloc_hp_decouvrir .view-footer {
    position: absolute;
    top: 0;
    right: 0;
  }
  .front #main-wrapper .bloc_twitter,
  .front #main-wrapper .bloc_facebook,
  .front #main-wrapper .bloc_video {
    display: none;
  }
  #sidebar-second {
    border-top: 1px solid #6d6e71;
  }
  #sidebar-second > div > div {
    width: 100%;
    margin-right: 0%;
  }
  #sidebar-second > div > div:nth-child(3n) {
    margin-right: 0%;
  }
  .node-type-article #section_1 .article_top .bloc_titre,
  .node-type-actualit- #section_1 .article_top .bloc_titre,
  .node-type-fiche-cv #section_1 .article_top .bloc_titre,
  .node-type-agenda #section_1 .article_top .bloc_titre,
  .node-type-fiche-formation #section_1 .article_top .bloc_titre,
  .node-type-fiche-structure #section_1 .article_top .bloc_titre,
  .node-type-association-tudiante #section_1 .article_top .bloc_titre,
  .node-type-editions-panth-on-assas #section_1 .article_top .bloc_titre {
    padding: 25px 20px;
    padding-top: 60px;
  }
  .node-type-article #section_1 .article_top .bloc_titre .titre,
  .node-type-actualit- #section_1 .article_top .bloc_titre .titre,
  .node-type-fiche-cv #section_1 .article_top .bloc_titre .titre,
  .node-type-agenda #section_1 .article_top .bloc_titre .titre,
  .node-type-fiche-formation #section_1 .article_top .bloc_titre .titre,
  .node-type-fiche-structure #section_1 .article_top .bloc_titre .titre,
  .node-type-association-tudiante #section_1 .article_top .bloc_titre .titre,
  .node-type-editions-panth-on-assas #section_1 .article_top .bloc_titre .titre {
    font-size: 22px;
    line-height: 1.5;
  }
  .node-type-article .article_contenu .introduction,
  .node-type-actualit- .article_contenu .introduction,
  .node-type-fiche-cv .article_contenu .introduction,
  .node-type-agenda .article_contenu .introduction,
  .node-type-fiche-formation .article_contenu .introduction,
  .node-type-fiche-structure .article_contenu .introduction,
  .node-type-association-tudiante .article_contenu .introduction,
  .node-type-editions-panth-on-assas .article_contenu .introduction {
    font-size: 18px;
  }
  .node-type-fiche-cv #section_1 .article_top .bloc_titre {
    position: relative;
    padding-top: 36px;
  }
  .node-type-fiche-cv #section_1 .article_top .bloc_titre .terme {
    height: 23px;
    line-height: 23px;
    font-size: 11px;
    min-width: 117px;
  }
  .node-type-fiche-cv #section_1 .article_top .bloc_titre .terme:before {
    width: 28px;
    height: 29px;
    background-size: cover;
  }
  .node-type-fiche-cv #section_1 .article_top .bloc_titre .titre_left {
    display: block;
    position: absolute;
    top: 25px;
    width: 118px;
    left: 0;
    z-index: -1;
  }
  .node-type-fiche-cv #section_1 .article_top .bloc_titre .titre_left img {
    width: 100%;
    height: auto;
  }
  .node-type-fiche-cv #section_1 .article_top .bloc_titre .titre_right {
    padding-left: 110px;
  }
  .node-type-fiche-cv #section_1 .article_top .bloc_titre .titre_right .titre {
    font-size: 21px;
  }
  .node-type-fiche-cv #section_1 .article_top .bloc_titre .titre_right .corps,
  .node-type-fiche-cv #section_1 .article_top .bloc_titre .titre_right .date {
    font-size: 18px;
  }
  .node-type-fiche-cv #section_1 .article_top .bloc_details .image {
    display: none;
  }
  .node-type-fiche-cv #section_1 .article_top .bloc_details .colone_1,
  .node-type-fiche-cv #section_1 .article_top .bloc_details .colone_2,
  .node-type-fiche-cv #section_1 .article_top .bloc_details .colone_3 {
    width: 100%;
    padding: 0px 6px;
  }
  .node-type-fiche-cv #section_1 .article_top .bloc_details .colone_1 h5,
  .node-type-fiche-cv #section_1 .article_top .bloc_details .colone_2 h5,
  .node-type-fiche-cv #section_1 .article_top .bloc_details .colone_3 h5 {
    font-size: 17px;
  }
  .node-type-fiche-cv #section_1 .article_top .bloc_details .colone_1 > div,
  .node-type-fiche-cv #section_1 .article_top .bloc_details .colone_2 > div,
  .node-type-fiche-cv #section_1 .article_top .bloc_details .colone_3 > div {
    height: auto;
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .node-type-fiche-cv #section_1 .article_top .bloc_details .colone_1 > div:first-child,
  .node-type-fiche-cv #section_1 .article_top .bloc_details .colone_2 > div:first-child,
  .node-type-fiche-cv #section_1 .article_top .bloc_details .colone_3 > div:first-child {
    margin-top: 0px;
  }
  .node-type-fiche-structure .structure_top > div {
    width: 100%;
    padding: 0px 6px;
    margin: 10px 0px;
  }
  .node-type-fiche-structure .contenu {
    border-top: 1px solid #6d6e71;
    padding-top: 10px;
  }
  .node-type-fiche-formation #section_1 .article_top .bloc_titre .sous_titre {
    font-size: 18px;
  }
  .node-type-fiche-formation #quicktabs-fiche_formation_onglets ul.quicktabs-tabs {
    border-bottom: 1px solid #6d6e71;
  }
  .node-type-fiche-formation #quicktabs-fiche_formation_onglets ul.quicktabs-tabs li {
    display: block;
    margin-right: 0px;
    padding: 0px;
    position: static;
    height: 38px;
    line-height: 38px;
    border-top: 1px solid #6d6e71;
  }
  .node-type-fiche-formation #quicktabs-fiche_formation_onglets ul.quicktabs-tabs li a {
    border: 0px;
    background: #f1f1f1;
    color: #6d6e71;
    height: 37px;
    line-height: 37px;
  }
  .node-type-fiche-formation #quicktabs-fiche_formation_onglets ul.quicktabs-tabs li.active a {
    background: #6d6e71;
    color: #ffffff;
  }
  .node-type-fiche-formation #quicktabs-fiche_formation_onglets .formation_top > div {
    display: block;
    width: 100%;
    margin: 20px 0px;
  }
  .page-evenements .view-agenda-liste .views-row .date_evenement {
    font-size: 0;
  }
  .page-evenements .view-agenda-liste .views-row .date_evenement .debut {
    width: 20%;
    text-align: center;
  }
  .page-evenements .view-agenda-liste .views-row .date_evenement .date_details {
    width: 80%;
    margin: 0px;
    padding-left: 20px;
  }
  .page-evenements .view-agenda-liste .views-row .introduction {
    margin-left: 20%;
    padding-left: 20px;
  }
  .node-type-agenda .bloc_prochains_evenements {
    padding: 0px 10px;
  }
  .node-type-agenda .agenda_contenu .date_evenement {
    text-align: center;
  }
  .node-type-agenda .agenda_contenu .date_evenement .date_details {
    width: 100%;
    max-width: 100%;
    margin: 0px;
    margin-top: 20px;
  }
  .node-type-agenda #section_3 {
    padding: 30px 10px;
  }
  .node-type-agenda #section_4 .region-section-4 {
    width: 100%;
  }
  .page-universite-actualites .view-actualit-s .views-row .image,
  .page-universite-articles .view-articles-liste .views-row .image,
  .page-galeries .view-galeries-listing .views-row .image {
    width: 100%;
  }
  .page-universite-actualites .view-actualit-s .views-row .image img,
  .page-universite-articles .view-articles-liste .views-row .image img,
  .page-galeries .view-galeries-listing .views-row .image img {
    display: block;
    margin: auto;
  }
  .page-universite-actualites .view-actualit-s .views-row .actu_right,
  .page-universite-articles .view-articles-liste .views-row .actu_right,
  .page-galeries .view-galeries-listing .views-row .actu_right {
    width: 100%;
    margin-left: 0px;
    margin-top: 10px;
  }
  .page-universite-enseignants-chercheurs #content .view-glossaire-des-enseignants > .view-content .views-row {
    height: auto;
    font-size: 0;
  }
  .page-universite-enseignants-chercheurs #content .view-glossaire-des-enseignants > .view-content .views-row .image {
    margin: 0px;
    margin-bottom: 10px;
    width: 20%;
  }
  .page-universite-enseignants-chercheurs #content .view-glossaire-des-enseignants > .view-content .views-row .glossaire_right {
    width: 80%;
    padding-left: 20px;
  }
  .page-universite-enseignants-chercheurs #content .view-glossaire-des-enseignants > .view-content .views-row .glossaire_right .nom_prenom {
    font-size: 20px;
  }
  .page-universite-enseignants-chercheurs #content .view-glossaire-des-enseignants > .view-content .views-row .glossaire_right .poste,
  .page-universite-enseignants-chercheurs #content .view-glossaire-des-enseignants > .view-content .views-row .glossaire_right .date,
  .page-universite-enseignants-chercheurs #content .view-glossaire-des-enseignants > .view-content .views-row .glossaire_right .lien {
    font-size: 14px;
  }
  .page-universite-enseignants-chercheurs #content .view-glossaire-des-enseignants > .view-content .views-row .glossaire_right .lien {
    position: static;
    margin-top: 20px;
  }
  .rte blockquote {
    margin: 20px 0px;
    max-width: 100%;
  }
  #block-share-on-block-share-on-block-2 {
    display: block;
  }
  .page-search-site #block-system-main .content #search-form .form-item {
    display: block;
  }
  .page-search-site #block-system-main .content #search-form input[type=text],
  .page-search-site #block-system-main .content #search-form input[type=submit] {
    display: block;
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }
  #footer_wrapper #footer-columns > .container > .row #footer_firstcolumn {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
  }
  #footer_wrapper #footer-columns > .container > .row #footer_secondcolumn {
    width: 48%;
    padding-left: 40px;
    vertical-align: top;
  }
  #footer_wrapper #footer-columns > .container > .row #footer_thirdcolumn {
    width: 48%;
    padding-right: 33px;
    vertical-align: top;
  }
  #footer_wrapper #footer-columns > .container > .row #footer_thirdcolumn ul.menu li {
    text-align: right;
  }
  #footer_wrapper #footer-columns > .container > .row #footer_thirdcolumn ul.menu li#agorassas,
  #footer_wrapper #footer-columns > .container > .row #footer_thirdcolumn ul.menu li#ent {
    display: block;
    margin-right: 0;
  }
  #footer_wrapper #footer-columns > .container > .row #footer_fourthcolumn {
    width: 100%;
    display: block;
    margin-top: 20px;
    border-top: 1px solid #b6b6b8;
    text-align: center;
    padding: 20px 10px;
  }
  #footer_wrapper #footer-columns > .container > .row #footer_fourthcolumn .form-item-mail {
    display: inline-block;
    vertical-align: top;
    width: 192px;
  }
  #footer_wrapper #footer-columns > .container > .row #footer_fourthcolumn .form-item-mail input {
    height: 27px;
    line-height: 27px;
    margin-top: 0px;
  }
  #footer_wrapper #footer-columns > .container > .row #footer_fourthcolumn input[type=submit] {
    height: 27px;
    line-height: 27px;
    margin-top: 0px;
  }
  #footer_wrapper #footer .container .region-footer .block-menu {
    line-height: 1.2;
    text-align: center;
  }
  #footer_wrapper #footer .container .region-footer .block-share-on-bloc {
    display: none;
  }
}
@media only screen and (min-width: 993px) {
  html #nav #main_menu_wrap #block-system-main-menu > .content > ul > li.first > ul {
    max-height: 542px;
  }
}
