/* 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 */
@font-face {
  font-family: "Oxygenregular, sans-serif";
  src: local("Oxygenregular, sans-serif"), url(/sites/all/themes/custom/synchrotron/typo/Oxygen-Regular.ttf) format('truetype');
  
  /* non-IE */
}
/* 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: 1170px;
  }
}
.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 {
  -webkit-align-items: center;
  -webkit-justify-content: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -1;
}
.dialog h2 {
  font-size: 2em;
  font-weight: 400;
  margin: 0;
  padding: 0 0 2em;
}
.dialog__overlay {
  -webkit-backface-visibility: hidden;
  -webkit-transition: opacity 0.3s;
  background: rgba(0, 0, 0, 0.65);
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.3s;
  width: 100%;
  z-index: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.dialog--open {
  z-index: 9999;
}
.dialog--open .dialog__overlay {
  opacity: 1;
  pointer-events: auto;
}
.dialog__content {
  background: #ffffff;
  max-width: 90%;
  min-width: 290px;
  opacity: 0;
  padding: 30px 65px;
  position: relative;
  text-align: left;
  z-index: 5;
  border: solid 1px #eeeeee;
  pointer-events: auto;
}
.dialog__content .closeDialog {
  position: absolute;
  font-weight: 600;
  color: #292929;
  font-size: 20px;
  top: 8px;
  right: 20px;
  cursor: pointer;
}
.dialog__content .closeDialog:hover {
  color: #b82721;
}
.dialog__content h2 {
  font-size: 15px;
  font-weight: 600;
  color: #292929;
  padding-bottom: 20px;
  text-transform: uppercase;
  margin-bottom: 30px;
  border-bottom: solid 1px #292929;
  display: block;
  text-align: center;
}
.dialog__content h2 span {
  display: border-bottom;
}
.dialog__content h2 p {
  text-transform: none;
  margin-top: 25px;
  font-size: 15px;
  line-height: 20px;
}
/* EFFECTS  http://tympanus.net/Development/DialogEffects/ */
.dialog__overlay {
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.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.6, 0, 0.4, 1);
  animation-timing-function: cubic-bezier(0.6, 0, 0.4, 1);
}
.dialog.dialog--close .dialog__content {
  -webkit-animation-name: anim-close;
  animation-name: anim-close;
}
@-webkit-keyframes anim-open {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
  }
}
@keyframes anim-open {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 1);
    transform: scale3d(0, 0, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes anim-close {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.5, 0.5, 1);
  }
}
@keyframes anim-close {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.5, 0.5, 1);
    transform: scale3d(0.5, 0.5, 1);
  }
}
/*
@import "dialog/dialog-susan.less"; 
@import "dialog/dialog-annie.less"; 
@import "dialog/dialog-cathy.less"; 
@import "dialog/dialog-dean.less"; 
@import "dialog/dialog-don.less"; 
@import "dialog/dialog-donna.less"; 
@import "dialog/dialog-henry.less"; 
@import "dialog/dialog-jamie.less"; 
@import "dialog/dialog-jim.less"; 
@import "dialog/dialog-ken.less"; 
@import "dialog/dialog-laura.less"; 
@import "dialog/dialog-ricky.less"; 
@import "dialog/dialog-sally.less"; 
@import "dialog/dialog-sandra.less"; 
@import "dialog/dialog-susan.less"; 
@import "dialog/dialog-val.less"; 
@import "dialog/dialog-wilma.less";
*/
/*
 * 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: #292929;
}
.flex-control-paging li a.flex-active {
  background: #ffffff;
  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/custom/synchrotron/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: #ffffff;
  font-family: "Oxygenregular, sans-serif";
  color: #585858;
  font-size: 14px;
}
a {
  color: #b82721;
  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;
}
.hidden {
  display: none !important;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
* html .clearfix,
* html .container,
* html .container-fluid,
* html .row {
  height: 1%;
}
*:first-child + html .clearfix,
*:first-child + html .container,
*:first-child + html .container-fluid,
*:first-child + html .row {
  min-height: 1%;
}
.contextual-links-wrapper {
  font-size: 16px !important;
}
.not-front:not(.page-annuaire-contacts):not(.page-annuaire-ligne):not(.node-type--v-nement) #section_2 {
  min-height: 800px;
}
.not-front.node-type--v-nement #page {
  min-height: 640px;
}
/* TITLES AND TEXTES */
p {
  margin: 0px;
  font-family: "Oxygenregular, sans-serif";
}
h1,
h2,
h3,
h4,
h5 {
  margin: 0px;
  font-family: "Oxygenregular, sans-serif";
}
:target:before {
  content: "";
  display: block;
  height: 80px;
  /* fixed header height*/
  margin: -80px 0 0;
  /* negative fixed header height */
}
.element-invisible {
  display: none;
}
#page-wrapper {
  overflow: hidden;
}
/* MESSAGES */
#messages {
  clear: both;
}
.messages {
  background: #f9e0df !important;
  padding: 15px 20px !important;
  color: #b82721 !important;
  font-weight: bold !important;
  margin: 10px 0px !important;
  border: none !important;
}
.messages li {
  margin: 5px 0px;
  font-weight: normal;
}
.messages.status {
  background: #73a104 !important;
  color: #ffffff !important;
}
.messages.error {
  background: #b82721 !important;
  color: #ffffff !important;
}
.messages.error .error {
  color: #ffffff;
}
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/custom/synchrotron/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;
}
/* AJAX LOADER */
.ajax-progress-throbber {
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(/sites/all/themes/custom/synchrotron/img/loader_infinite.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;
}
#breadcrumb {
  min-height: 30px;
  line-height: 30px;
}
#breadcrumb .easy-breadcrumb {
  font-size: 12px;
  color: #8a8a8a;
  font-style: italic;
}
#breadcrumb .easy-breadcrumb .easy-breadcrumb_segment-title {
  font-weight: bold;
  color: #b82721;
}
#breadcrumb .easy-breadcrumb a {
  color: #8a8a8a;
}
.barre_partage {
  text-align: right;
}
.barre_partage .titre_partage {
  vertical-align: middle;
  font-size: 14px;
  text-transform: uppercase;
  color: #8a8a8a;
  margin-right: 10px;
}
.barre_partage .addthis_inline_share_toolbox {
  display: inline-block;
  vertical-align: middle;
}
.barre_partage .addthis_inline_share_toolbox .at-share-btn {
  display: inline-block;
  max-width: 50px !important;
  margin: 0px;
  background: none !important;
}
.barre_partage .addthis_inline_share_toolbox .at-share-btn .at-icon-wrapper {
  background-color: transparent !important;
  height: 25px !important;
  line-height: 25px !important;
  border-left: 1px dotted #8a8a8a;
  display: block;
  text-align: center;
  font-size: 22px;
  color: #8a8a8a;
}
.barre_partage .addthis_inline_share_toolbox .at-share-btn .at-icon-wrapper svg {
  display: none;
}
.barre_partage .addthis_inline_share_toolbox .at-share-btn:last-child .at-icon-wrapper {
  border-right: 1px dotted #8a8a8a;
}
.barre_partage .addthis_inline_share_toolbox .at-share-btn.at-svc-facebook .at-icon-wrapper {
  background: url(/sites/all/themes/custom/synchrotron/img/partage_fb.png) center center no-repeat;
  width: 40px !important;
}
.barre_partage .addthis_inline_share_toolbox .at-share-btn.at-svc-twitter .at-icon-wrapper {
  background: url(/sites/all/themes/custom/synchrotron/img/partage_twitter.png) center center no-repeat;
  width: 45px !important;
}
.barre_partage .addthis_inline_share_toolbox .at-share-btn.at-svc-linkedin .at-icon-wrapper {
  background: url(/sites/all/themes/custom/synchrotron/img/partage_linkedin.png) center center no-repeat;
  width: 46px !important;
}
.barre_partage .addthis_inline_share_toolbox .at-share-btn.at-svc-print .at-icon-wrapper {
  background: url(/sites/all/themes/custom/synchrotron/img/partage_print.png) center center no-repeat;
  width: 49px !important;
}
.barre_partage .addthis_inline_share_toolbox .at-share-btn.at-svc-email .at-icon-wrapper {
  background: url(/sites/all/themes/custom/synchrotron/img/partage_mail.png) center center no-repeat;
  width: 42px !important;
}
#section_1 .barre_partage {
  margin-top: 48px;
  margin-bottom: -19px;
}
#section_1 .barre_partage.offres .at-share-btn.at-svc-print,
#section_1 .barre_partage.offres .at-share-btn.at-svc-email {
  display: none;
}
#section_1 .barre_partage.offres .at-share-btn.at-svc-linkedin {
  border-right: 1px dotted #8a8a8a;
}
#section_2 .barre_partage {
  margin-bottom: 20px;
}
p {
  word-wrap: break-word;
}
.rte {
  /*> ul {
        padding-left: 20px;
        line-height: 1.8;

        li {
            list-style: disc;
            margin-bottom: 20px;
        }

        > li {

            &:before {
                content: "•";
                margin-right: 4px;
            }

            ul {
                padding-left: 40px;

                li {

                    &:before {
                        content: "o";
                        margin-right: 4px;
                        font-size: 12px;
                    }
                }
            }
        }
    }*/
}
.rte p {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 14px;
  overflow: auto;
}
.rte a {
  text-decoration: underline;
}
.rte h1 {
  margin-bottom: 20px;
}
.rte h2 {
  font-size: 36px;
  color: #585858;
  font-weight: normal;
  border-bottom: 2px solid #d5d5d5;
  padding-bottom: 9px;
  margin-bottom: 20px;
}
.rte h3 {
  font-size: 24px;
  color: #b82721;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 14px;
}
.rte h4 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0px;
  line-height: 1.8;
  margin-bottom: 20px;
}
.rte h5 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 20px;
}
.rte ul {
  padding-left: 40px;
  line-height: 1.8;
}
.rte ul li {
  list-style: disc;
  /*&:before {
                content: "•";
                margin-right: 4px;
            }*/
}
.rte ul li ul {
  margin-top: 5px;
  margin-bottom: 20px;
}
.rte ol {
  padding-left: 20px;
  line-height: 1.8;
}
.rte ol li {
  margin-bottom: 20px;
}
.rte ol li ol {
  margin-top: 20px;
}
.rte img {
  display: block;
  margin: auto;
  max-width: 100%;
  height: auto;
}
.rte img.file-icon {
  display: none !important;
}
.rte table {
  width: 100% !important;
  margin: 30px 0px;
}
.rte table caption {
  font-weight: bold;
  margin-bottom: 12px;
  font-size: 20px;
}
.rte table tr th {
  height: 26px;
  background: #b82721;
  color: #ffffff;
  border: 2px solid #ffffff;
  text-transform: uppercase;
  padding: 6px;
}
.rte table tr td {
  background: #ededed;
  height: 42px;
  vertical-align: middle;
  border: 2px solid #ffffff;
  font-size: 14px;
  padding: 6px;
}
.rte table ul {
  padding-left: 20px;
}
.rte table ul li {
  list-style: disc;
}
.rte table.table_25_65_10 tr td:nth-of-type(1) {
  width: 25%;
}
.rte table.table_25_65_10 tr td:nth-of-type(2) {
  width: 65%;
}
.rte table.table_25_65_10 tr td:nth-of-type(3) {
  width: 10%;
}
.rte figure.image {
  background: none;
}
.rte figure.image figcaption {
  background: #ededed;
  font-size: 12px;
  font-style: italic;
  line-height: 1.5;
  padding: 10px;
  padding-top: 15px;
  width: 70%;
  margin: auto;
  margin-top: 2px;
}
.rte iframe {
  display: block;
  margin: 20px auto;
}
.rte .field-name-field-l-gende {
  background: #ededed;
  padding: 14px 20px;
  font-size: 12px;
  font-style: italic;
  width: 70%;
  margin: auto;
  margin-top: 2px;
}
.rte .media-image_avec_l_gende {
  margin: auto;
}
.rte .file .file-size {
  display: none;
}
.front .rte a {
  text-decoration: none;
}
.front .rte li {
  list-style: none;
  margin-bottom: 0;
}
/*.not-front .rte li {
    list-style: disc;
}*/
#arrow_scroll {
  position: absolute;
  right: -12px;
}
#arrow_scroll .arrow_button {
  background: url(/sites/all/themes/custom/synchrotron/img/arrow_scroll.png);
  width: 57px;
  height: 57px;
  position: fixed;
  top: 50%;
  cursor: pointer;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  z-index: 999;
}
#arrow_scroll.to_top .arrow_button {
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Chrome, Safari, Opera */
  transform: rotate(180deg);
}
#section_2 > .container,
#section_2_right > .container {
  position: relative;
}
#tabs {
  position: relative;
  z-index: 1;
}
#tabs .container ul.tabs {
  padding-top: 30px;
}
#tabs .container ul.tabs li {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}
#tabs .container ul.tabs li a {
  display: block;
  line-height: 30px;
  padding: 4px 16px;
  color: #ffffff;
  background: #b82721;
  border: 1px solid #b82721;
  text-transform: uppercase;
}
#tabs .container ul.tabs li a:hover {
  background: #ffffff;
  color: #b82721;
}
#autocomplete {
  position: absolute;
  background: #ffffff;
  border: 1px solid #d5d5d5;
  cursor: pointer;
  z-index: 99;
  left: 0;
  right: 0;
}
#autocomplete li {
  padding: 4px;
}
#autocomplete li:hover {
  background: #585858;
  color: #ffffff;
}
.pager-load-more a {
  display: block;
  background: url(/sites/all/themes/custom/synchrotron/img/arrow_scroll.png);
  width: 57px;
  height: 57px;
  margin: auto;
  font-size: 0;
}
.waypoint-infinite-scrolling .pager-load-more a {
  display: block;
  background: url(/sites/all/themes/custom/synchrotron/img/loader_infinite.gif) center center no-repeat rgba(255, 255, 255, 0.9);
  width: 43px;
  height: 11px;
  margin: auto;
  font-size: 0;
}
.waypoint-infinite-scrolling .ajax-progress-throbber {
  display: none;
}
#apachesolr_infinite_scroll-ajax-loader img {
  margin: 10px auto;
  display: inherit;
}
.dialog__content h2 {
  font-size: 20px;
}
.dialog__content .description {
  font-size: 16px;
}
.publication-associee span.file,
.description span.file {
  display: inline-block;
}
@media print {
  html #section_2 .sidebar_section_2.right {
    margin-left: 0;
  }
  html body,
  html h1,
  html h2,
  html h3,
  html ol,
  html ul,
  html div,
  html article,
  html aside {
    width: 100% !important;
    border: 0;
    margin: 0;
    padding: 0;
    float: none;
    position: static;
    overflow: visible;
  }
  html #page-wrapper {
    overflow: visible !important;
  }
  html #header.mini #header_inner_wrap {
    position: static;
  }
  html #header_right,
  html #arrow_scroll,
  html #footer_wrapper,
  html #messages,
  html .sidebar_section_2,
  html .barre_partage,
  html #tabs {
    display: none !important;
  }
  html .section_2 {
    max-width: 100% !important;
    display: block;
  }
  html .node-type-offre-d-emploi .sidebar_section_2,
  html .node-type-actualit- .sidebar_section_2 {
    width: 100% !important;
    display: block !important;
  }
  html .node-type-offre-d-emploi .sidebar_section_2 .postuler,
  html .node-type-actualit- .sidebar_section_2 .postuler {
    display: none;
  }
  html .node-type-offre-d-emploi #block-views-paragraphes-block-6 h2,
  html .node-type-actualit- #block-views-paragraphes-block-6 h2 {
    color: #b82721;
  }
  html .node-type-offre-d-emploi #block-views-paragraphes-block-6 p,
  html .node-type-actualit- #block-views-paragraphes-block-6 p,
  html .node-type-offre-d-emploi #block-views-paragraphes-block-6 a,
  html .node-type-actualit- #block-views-paragraphes-block-6 a,
  html .node-type-offre-d-emploi #block-views-paragraphes-block-6 span,
  html .node-type-actualit- #block-views-paragraphes-block-6 span {
    color: #585858;
  }
  html .node-type-offre-d-emploi #section_2 .sidebar_section_2.right .bloc_right.red .view-paragraphes .views-row .texte,
  html .node-type-actualit- #section_2 .sidebar_section_2.right .bloc_right.red .view-paragraphes .views-row .texte {
    display: none;
  }
  html .node-type-offre-d-emploi #section_2 .sidebar_section_2.right .bloc_right,
  html .node-type-actualit- #section_2 .sidebar_section_2.right .bloc_right {
    margin-bottom: 15px;
  }
  html .node-type-offre-d-emploi #section_2 .sidebar_section_2.right .bloc_right.red h2,
  html .node-type-actualit- #section_2 .sidebar_section_2.right .bloc_right.red h2 {
    color: #b82721;
  }
  html .node-type-offre-d-emploi #section_2 .sidebar_section_2.right .bloc_right.red .view-paragraphes .views-row a,
  html .node-type-actualit- #section_2 .sidebar_section_2.right .bloc_right.red .view-paragraphes .views-row a,
  html .node-type-offre-d-emploi #section_2 .sidebar_section_2.right .bloc_right.red .view-paragraphes .views-row p,
  html .node-type-actualit- #section_2 .sidebar_section_2.right .bloc_right.red .view-paragraphes .views-row p,
  html .node-type-offre-d-emploi #section_2 .sidebar_section_2.right .bloc_right.red .view-paragraphes .views-row span,
  html .node-type-actualit- #section_2 .sidebar_section_2.right .bloc_right.red .view-paragraphes .views-row span {
    color: #585858;
  }
  html #breadcrumb {
    height: auto;
  }
  html #header.mini #header_inner_wrap {
    position: static !important;
  }
  html #section_2 .container.withleft .region-section-2 {
    margin-left: 0 !important;
  }
  html .node-type--v-nement #block-views-page-workshop-block #bloc_rappel .rappel_right a,
  html .node-type--v-nement #block-views-page-workshop-block-1 #bloc_rappel .rappel_right a {
    display: none;
  }
  html .section {
    display: block !important;
  }
  html .view-paragraphes.view-id-paragraphes .paragraphe {
    display: block !important;
  }
}
#etat_faisceau {
  margin: 15px 0;
}
#etat_faisceau .faisceau_image {
  display: inline-block;
  vertical-align: middle;
  height: 51px;
  margin-right: 8px;
}
#etat_faisceau .faisceau_texte {
  display: inline-block;
  vertical-align: middle;
}
#etat_faisceau .faisceau_texte .operation {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1;
  color: #585858;
  margin-bottom: 5px;
}
#etat_faisceau .faisceau_texte .titre {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  color: #b82721;
  max-width: 130px;
  line-height: 1;
}
#etat_faisceau .etat_faisceau_link {
  text-decoration: none !important;
}
/* regions */
.block-share-on-block .content ul li {
  display: inline-block;
  margin-right: 23px;
}
.block-share-on-block .content ul li a {
  display: block;
  color: #585858;
  border-top: 3px solid #585858;
  width: 39px;
  padding-top: 11px;
  text-align: center;
}
.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: 23px;
}
.block-share-on-block .content ul li a:hover {
  border-top: 3px solid #b82721;
}
.block-share-on-block .content ul li a:hover:before {
  color: #b82721;
}
/* CUSTOM STYLES */
#evitement a {
  position: absolute;
  left: -999999px;
}
#header {
  background: #ffffff;
  font-size: 0;
  height: 116px;
  padding-top: 8px;
  position: relative;
}
#header #header_left {
  display: inline-block;
  vertical-align: top;
  width: 198px;
}
#header #header_left #logo img {
  width: 185px;
  height: auto;
}
#header #header_left #bouton_header_mobile {
  display: none;
}
#header #header_right {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  width: 942px;
  margin-top: 14px;
}
#header #header_right #header_right_top {
  text-align: right;
}
#header #header_right #header_right_top #block-menu-menu-acc-s-rapide {
  display: inline-block;
  vertical-align: middle;
}
#header #header_right #header_right_top #block-menu-menu-acc-s-rapide ul {
  font-size: 0;
}
#header #header_right #header_right_top #block-menu-menu-acc-s-rapide ul li {
  display: inline-block;
  vertical-align: middle;
  font-size: 11px;
}
#header #header_right #header_right_top #block-menu-menu-acc-s-rapide ul li:before {
  content: "•";
  padding: 0px 8px;
}
#header #header_right #header_right_top #block-menu-menu-acc-s-rapide ul li a {
  color: #585858;
  text-transform: uppercase;
}
#header #header_right #header_right_top #block-menu-menu-acc-s-rapide ul li a:hover {
  text-decoration: underline;
}
#header #header_right #header_right_top #block-menu-menu-acc-s-rapide ul li a#intranet {
  color: #b82721;
  font-weight: bold;
}
#header #header_right #header_right_top #block-menu-menu-acc-s-rapide ul li.last:after {
  content: "•";
  padding: 0px 8px;
}
#header #header_right #header_right_top .block.switch_theme {
  display: inline-block;
  vertical-align: middle;
  font-size: 11px;
}
#header #header_right #header_right_top .block.switch_theme a {
  font-weight: bold;
  text-transform: uppercase;
}
#header #header_right #header_right_top #block-lang-dropdown-language,
#header #header_right #header_right_top #block-locale-language {
  display: inline-block;
  vertical-align: middle;
  font-size: 11px;
}
#header #header_right #header_right_top #block-lang-dropdown-language .form-type-select select,
#header #header_right #header_right_top #block-locale-language .form-type-select select {
  border: 0px;
  cursor: pointer;
}
#header #header_right #header_right_top #block-lang-dropdown-language .form-type-select:before,
#header #header_right #header_right_top #block-locale-language .form-type-select:before {
  content: "•";
  padding: 0px 5px;
}
#header #header_right #header_right_bottom {
  text-align: right;
}
#header #header_right #header_right_bottom #block-system-main-menu {
  display: inline-block;
  vertical-align: top;
  margin-top: 14px;
}
#header #header_right #header_right_bottom #block-system-main-menu > div > ul {
  font-size: 0;
}
#header #header_right #header_right_bottom #block-system-main-menu > div > ul > li {
  display: inline-block;
  vertical-align: middle;
  font-size: 17px;
  margin-left: 25px;
  position: relative;
}
#header #header_right #header_right_bottom #block-system-main-menu > div > ul > li > a {
  color: #585858;
  border-top: 3px solid #585858;
  padding-top: 11px;
  display: block;
}
#header #header_right #header_right_bottom #block-system-main-menu > div > ul > li > a#utilisateurs {
  color: #328ba0;
  border-top: 3px solid #328ba0;
}
#header #header_right #header_right_bottom #block-system-main-menu > div > ul > li > a#entreprises {
  color: #73a104;
  border-top: 3px solid #73a104;
}
#header #header_right #header_right_bottom #block-system-main-menu > div > ul > li > a#education {
  color: #a03263;
  border-top: 3px solid #a03263;
}
#header #header_right #header_right_bottom #block-system-main-menu > div > ul > li > a.active-trail {
  font-weight: bold;
}
#header #header_right #header_right_bottom #block-system-main-menu > div > ul > li > ul {
  display: none;
  position: absolute;
  min-width: 260px;
  padding-top: 10px;
}
#header #header_right #header_right_bottom #block-system-main-menu > div > ul > li > ul > li {
  text-align: left;
}
#header #header_right #header_right_bottom #block-system-main-menu > div > ul > li > ul > li > a {
  background: #ededed;
  border-top: 1px solid #d5d5d5;
  display: block;
  padding: 8px 16px;
  color: #585858;
  font-size: 14px;
}
#header #header_right #header_right_bottom #block-system-main-menu > div > ul > li > ul > li > a:hover {
  color: #ffffff;
  background: #b82721;
}
#header #header_right #header_right_bottom #block-system-main-menu > div > ul > li > ul > li > ul {
  display: none;
}
#header #header_right #header_right_bottom #block-system-main-menu > div > ul > li:hover > ul {
  display: block;
  z-index: 9999;
}
#header #header_right #header_right_bottom #block-system-main-menu > div > ul > li#utilisateurs > ul > li > a:hover {
  background: #328ba0;
}
#header #header_right #header_right_bottom #block-system-main-menu > div > ul > li#entreprises > ul > li > a:hover {
  background: #73a104;
}
#header #header_right #header_right_bottom #block-system-main-menu > div > ul > li#education > ul > li > a:hover {
  background: #a03263;
}
#header #header_right #header_right_bottom .block_search {
  display: inline-block;
  vertical-align: top;
  margin-top: 14px;
  border-top: 3px solid #aaaaaa;
  padding-top: 11px;
  height: 44px;
  width: 32px;
  background: url(/sites/all/themes/custom/synchrotron/img/picto_loupe.png) center no-repeat;
  cursor: pointer;
  margin-left: 20px;
}
#header #header_right #header_right_bottom .block_search.active {
  background: url(/sites/all/themes/custom/synchrotron/img/picto_close.png) center no-repeat;
}
#header #header_right #header_right_bottom .block_header_search {
  overflow: hidden;
  position: absolute;
  z-index: 999;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffffff;
  height: 0px;
  line-height: 80px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
#header #header_right #header_right_bottom .block_header_search.show {
  height: 80px;
  bottom: -80px;
  border-bottom: 1px solid #d5d5d5;
  border-top: 1px solid #d5d5d5;
  overflow: visible;
}
#header #header_right #header_right_bottom .block_header_search form {
  text-align: center;
}
#header #header_right #header_right_bottom .block_header_search form .form-type-textfield {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  margin-right: 10px;
}
#header #header_right #header_right_bottom .block_header_search form .form-type-textfield label {
  display: none;
}
#header #header_right #header_right_bottom .block_header_search form .form-type-textfield input {
  width: 100%;
}
#header #header_right #header_right_bottom .block_header_search form .form-actions {
  display: inline-block;
  vertical-align: top;
}
#header #header_right #header_right_bottom .block_header_search form .form-actions input {
  border: 1px solid #b82721;
  height: 38px;
  line-height: 38px;
}
#header #header_right #header_right_bottom .block_header_search .form-item-retain-filters {
  display: none;
}
#header #header_right #header_right_bottom #block-apachesolr-search-search-form-core-search form {
  display: none;
}
#header #header_right #header_right_bottom #block-apachesolr-search-search-form-core-search.show form {
  display: block;
}
#header #header_right #header_right_bottom #block-apachesolr-search-search-form-core-search.show form:before,
#header #header_right #header_right_bottom #block-apachesolr-search-search-form-core-search.show form:after {
  content: "";
  background: #ffffff;
  width: 1000px;
  top: -1px;
  bottom: -1px;
  position: absolute;
  left: -1000px;
  border-bottom: 1px solid #d5d5d5;
  border-top: 1px solid #d5d5d5;
}
#header #header_right #header_right_bottom #block-apachesolr-search-search-form-core-search.show form:after {
  right: -1000px;
  left: auto;
}
#header.mini {
  height: 111px;
}
#header.mini #header_inner_wrap {
  position: fixed;
  top: 0px;
  z-index: 99999;
  background: #ffffff;
  height: 60px;
  width: 100%;
  box-shadow: 0px 5px 5px 0px rgba(4, 5, 5, 0.031);
}
#header.mini #header_inner_wrap #header_left {
  width: 100px;
}
#header.mini #header_inner_wrap #header_left #logo img {
  width: 100px;
  margin-top: 5px;
}
#header.mini #header_inner_wrap #header_right {
  margin-top: 0px;
  width: 1040px;
}
#header.mini #header_inner_wrap #header_right #header_right_top {
  display: none;
}
#footer_wrapper {
  background: #f7f7f7;
  font-size: 0;
  border-top: 1px solid #d5d5d5;
  padding-top: 41px;
  padding-bottom: 10px;
}
#footer_wrapper #footer-left {
  display: inline-block;
  vertical-align: top;
  width: 526px;
  border-right: 1px solid #d5d5d5;
}
#footer_wrapper #footer-left .view-footer-bloc-contact .titre {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-weight: lighter;
}
#footer_wrapper #footer-left .view-footer-bloc-contact .contenu {
  font-size: 0px;
}
#footer_wrapper #footer-left .view-footer-bloc-contact .contenu .adresse {
  display: inline-block;
  vertical-align: top;
  width: 290px;
}
#footer_wrapper #footer-left .view-footer-bloc-contact .contenu .adresse p {
  font-size: 15px;
}
#footer_wrapper #footer-left .view-footer-bloc-contact .contenu .adresse p strong {
  font-size: 16px;
}
#footer_wrapper #footer-left .view-footer-bloc-contact .contenu .liens {
  display: inline-block;
  vertical-align: top;
  width: 235px;
  padding-top: 15px;
}
#footer_wrapper #footer-left .view-footer-bloc-contact .contenu .liens a {
  font-size: 15px;
  color: #585858;
}
#footer_wrapper #footer-left .view-footer-bloc-contact .contenu .liens a:hover {
  color: #b82721;
}
#footer_wrapper #footer-left .view-footer-bloc-contact .contenu .liens .lien_contact {
  padding-left: 22px;
  height: 20px;
  background: url(/sites/all/themes/custom/synchrotron/img/picto_mini_contact.png) left no-repeat;
  margin-bottom: 5px;
}
#footer_wrapper #footer-left .view-footer-bloc-contact .contenu .liens .lien_carte {
  padding-left: 22px;
  height: 20px;
  background: url(/sites/all/themes/custom/synchrotron/img/picto_mini_map.png) left 1px center no-repeat;
}
#footer_wrapper #footer-right {
  display: inline-block;
  vertical-align: top;
  width: 612px;
  font-size: 0px;
  text-align: right;
}
#footer_wrapper #footer-right h2 {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-weight: lighter;
}
#footer_wrapper #footer-right .block-sendinblue {
  display: inline-block;
  vertical-align: top;
  width: 360px;
  font-size: 14px;
  margin-right: 30px;
  text-align: left;
}
#footer_wrapper #footer-right .block-sendinblue h2 {
  margin-bottom: 20px;
}
#footer_wrapper #footer-right .block-sendinblue .content a {
  background: #b82721;
  height: 39px;
  line-height: 39px;
  color: #ffffff;
  text-transform: uppercase;
  padding: 0px 16px;
  outline: none;
  border: 1px solid #b82721;
  width: 100%;
  display: block;
  text-align: center;
}
#footer_wrapper #footer-right .block-sendinblue .content a:hover {
  color: #b82721;
  background: #ffffff;
}
#footer_wrapper #footer-right .block-share-on-block {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  text-align: left;
}
#footer_wrapper #footer-right .block-share-on-block h2 {
  margin-bottom: 13px;
}
#footer_wrapper #footer-bottom {
  font-size: 12px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  margin-top: 30px;
  border-top: 1px solid #d5d5d5;
}
#footer_wrapper #footer-bottom li {
  color: #8a8a8a;
  font-style: italic;
  display: inline-block;
  vertical-align: middle;
}
#footer_wrapper #footer-bottom li:not(:last-child)::after {
  content: "•";
  padding: 0px 8px;
}
#footer_wrapper #footer-bottom li a {
  color: #8a8a8a;
}
#footer_wrapper #footer-bottom li a:hover {
  color: #b82721;
}
.front #section_1,
.front #section_2,
.front #section_3 {
  padding: 0px;
  font-size: 0;
  border-top: 1px solid #d5d5d5;
}
.front #section_1 #block-views-carrousel-accueil-block {
  width: 848px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  font-size: 14px;
}
.front #section_1 #block-views-carrousel-accueil-block .titre_wrap {
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: #b82721;
  opacity: 0.85;
  width: 100%;
  height: 90px;
  overflow: hidden;
}
.front #section_1 #block-views-carrousel-accueil-block .titre_wrap .titre {
  font-size: 33px;
  color: #ffffff;
  padding: 15px;
  line-height: 1;
  padding-right: 80px;
  background: url(/sites/all/themes/custom/synchrotron/img/arrow_white_right_big.png) right 30px center no-repeat;
}
.front #section_1 #block-views-carrousel-accueil-block .titre_wrap:hover .titre {
  text-decoration: underline;
}
.front #section_1 #block-views-carrousel-accueil-block .flex-direction-nav {
  display: none;
}
.front #section_1 #block-views-carrousel-accueil-block .flex-control-nav {
  text-align: left;
  bottom: 90px;
  background: #b82721;
  opacity: 0.85;
  padding: 9px 14px;
  width: auto;
  height: 28px;
}
.front #section_1 #block-views-carrousel-accueil-block .flex-control-nav li {
  margin: 0px 3px;
}
.front #section_1 #block-views-carrousel-accueil-block .flex-control-nav li a {
  height: 10px;
  width: 10px;
  border: 2px solid #ffffff;
  background: transparent;
}
.front #section_1 #block-views-carrousel-accueil-block .flex-control-nav li a.flex-active {
  background: #ffffff;
}
.front #section_1 #block-views-carrousel-accueil-block-2 {
  width: 292px;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
}
.front #section_1 #block-views-carrousel-accueil-block-2 #hp_bloc_presentation {
  padding-top: 30px;
  padding-left: 30px;
}
.front #section_1 #block-views-carrousel-accueil-block-2 #hp_bloc_presentation p {
  line-height: 1.4;
  margin-top: 10px;
}
.front #section_1 #block-views-carrousel-accueil-block-2 #hp_bloc_presentation a:hover {
  text-decoration: underline;
}
.front #section_2 {
  overflow: hidden;
}
.front #section_2 #section_2_left {
  display: inline-block;
  vertical-align: top;
  width: 848px;
  font-size: 14px;
  background: #ededed;
  position: relative;
  border-right: 1px solid #d5d5d5;
}
.front #section_2 #section_2_left:before {
  content: "";
  background: #ededed;
  width: 1000px;
  height: 1000px;
  position: absolute;
  left: -1000px;
}
.front #section_2 #section_2_left #hp_blocs_utilisateurs {
  font-size: 0;
  padding: 30px 0px;
}
.front #section_2 #section_2_left #hp_blocs_utilisateurs li a:hover {
  text-decoration: underline;
}
.front #section_2 #section_2_left #hp_blocs_utilisateurs .hp_bloc_utilisateur {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  width: 245px;
  margin: 0px 22px;
}
.front #section_2 #section_2_left #hp_blocs_utilisateurs .hp_bloc_utilisateur a.titre {
  font-size: 26px;
  text-transform: uppercase;
  line-height: 1;
  display: block;
  margin-bottom: 10px;
  font-weight: lighter;
}
.front #section_2 #section_2_left #hp_blocs_utilisateurs .hp_bloc_utilisateur p {
  line-height: 1.4;
}
.front #section_2 #section_2_left #hp_blocs_utilisateurs .hp_bloc_utilisateur.chercheurs {
  margin-left: 0px;
}
.front #section_2 #section_2_left #hp_blocs_utilisateurs .hp_bloc_utilisateur.chercheurs a.titre {
  color: #328ba0;
  padding-right: 52px;
  background: url(/sites/all/themes/custom/synchrotron/img/arrow_right_blue.png) right center no-repeat;
}
.front #section_2 #section_2_left #hp_blocs_utilisateurs .hp_bloc_utilisateur.chercheurs #etat_faisceau {
  margin-top: 40px;
}
.front #section_2 #section_2_left #hp_blocs_utilisateurs .hp_bloc_utilisateur.chercheurs #etat_faisceau .faisceau_image {
  display: inline-block;
  vertical-align: middle;
  height: 51px;
  margin-right: 8px;
}
.front #section_2 #section_2_left #hp_blocs_utilisateurs .hp_bloc_utilisateur.chercheurs #etat_faisceau .faisceau_texte {
  display: inline-block;
  vertical-align: middle;
}
.front #section_2 #section_2_left #hp_blocs_utilisateurs .hp_bloc_utilisateur.chercheurs #etat_faisceau .faisceau_texte .operation {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1;
  color: #585858;
}
.front #section_2 #section_2_left #hp_blocs_utilisateurs .hp_bloc_utilisateur.chercheurs #etat_faisceau .faisceau_texte .titre {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  color: #b82721;
  max-width: 130px;
  line-height: 1;
}
.front #section_2 #section_2_left #hp_blocs_utilisateurs .hp_bloc_utilisateur.entreprises a.titre {
  color: #73a104;
  background: url(/sites/all/themes/custom/synchrotron/img/arrow_right_green.png) right center no-repeat;
}
.front #section_2 #section_2_left #hp_blocs_utilisateurs .hp_bloc_utilisateur.public a.titre {
  color: #a03263;
  padding-right: 80px;
  background: url(/sites/all/themes/custom/synchrotron/img/arrow_right_pink.png) right center no-repeat;
}
.front #section_2 #section_2_right {
  display: inline-block;
  vertical-align: top;
  width: 292px;
  font-size: 14px;
}
.front #section_2 #section_2_right .section_2_right {
  padding-left: 30px;
  padding-top: 20px;
}
.front #section_2 #section_2_right .section_2_right h2 {
  font-size: 24px;
  text-transform: uppercase;
  line-height: 1.5;
  border-bottom: 1px dotted #585858;
  font-weight: lighter;
  margin-bottom: 20px;
}
.front #section_2 #section_2_right .section_2_right ul {
  padding-left: 0px;
  border-bottom: 1px dotted #585858;
  padding-bottom: 8px;
  margin-bottom: 8px;
}
.front #section_2 #section_2_right .section_2_right ul li a {
  color: #585858;
}
.front #section_2 #section_2_right .section_2_right a:hover {
  color: #b82721;
  text-decoration: underline;
}
.front #section_2 #section_2_right .section_2_right .bloc_presentation_responsive {
  display: none;
}
.front #section_3 {
  padding-top: 50px;
}
.front #section_3 .view-header .titre_bloc {
  color: #b82721;
  font-size: 24px;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 10px;
  font-weight: lighter;
}
.front #section_3 .view-header a {
  font-size: 12px;
  color: #585858;
  font-style: italic;
  float: right;
}
.front #section_3 .view-header a:hover {
  color: #b82721;
  text-decoration: underline;
}
.front #section_3 .block_actus_hp {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  width: 848px;
}
.front #section_3 .block_actus_hp .view-content {
  font-size: 0px;
}
.front #section_3 .block_actus_hp .view-content .views-row {
  width: 272px;
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
  position: relative;
  margin-bottom: 40px;
  min-height: 302px;
}
.front #section_3 .block_actus_hp .view-content .views-row.views-row-last {
  margin-right: 0px;
}
.front #section_3 .block_actus_hp .view-content .views-row .actualite {
  padding: 0px;
  font-size: 14px;
}
.front #section_3 .block_actus_hp .view-content .views-row .actualite .date {
  color: #b82721;
  margin-top: 8px;
  font-weight: bold;
}
.front #section_3 .block_actus_hp .view-content .views-row .actualite .titre {
  border-top: 1px dotted #585858;
  color: #585858;
  font-size: 18px;
  margin-top: 4px;
  padding-top: 10px;
}
.front #section_3 .block_actus_hp .view-content .views-row .hover {
  position: absolute;
  background: #b82721;
  color: #ffffff;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  padding: 20px;
  font-size: 14px;
  font-weight: lighter;
  opacity: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.front #section_3 .block_actus_hp .view-content .views-row .hover .description {
  line-height: 1.6;
}
.front #section_3 .block_actus_hp .view-content .views-row .hover .voir_plus {
  position: absolute;
  bottom: 20px;
  left: 14px;
  right: 14px;
  font-style: italic;
  border-top: 1px solid #ffffff;
  padding-top: 8px;
  font-weight: normal;
  background: url(/sites/all/themes/custom/synchrotron/img/voir_plus_arrow.png) right bottom 1px no-repeat;
}
.front #section_3 .block_actus_hp .view-content .views-row:hover .hover {
  opacity: 1;
}
.front #section_3 .block_events_hp {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  width: 292px;
}
.front #section_3 .block_events_hp .view-evenements-mis-en-avant-homepage {
  padding-left: 30px;
}
.front #section_3 .block_events_hp .view-evenements-mis-en-avant-homepage .views-row {
  border-top: 1px dotted #585858;
  padding-bottom: 20px;
}
.front #section_3 .block_events_hp .view-evenements-mis-en-avant-homepage .views-row .date {
  color: #b82721;
  margin-top: 8px;
  font-weight: bold;
  line-height: 1.5;
}
.front #section_3 .block_events_hp .view-evenements-mis-en-avant-homepage .views-row .titre {
  color: #585858;
  line-height: 1.4;
}
.front #section_3 .block_events_hp .view-evenements-mis-en-avant-homepage .voir_plus {
  font-size: 12px;
  color: #585858;
  font-style: italic;
}
.front #section_3 .block_events_hp .view-evenements-mis-en-avant-homepage .voir_plus:hover {
  color: #b82721;
  text-decoration: underline;
}
.front #hp_bloc_presentation ul,
.front #hp_blocs_utilisateurs ul {
  padding-left: 0px;
  margin-top: 20px;
}
.front #hp_bloc_presentation ul li,
.front #hp_blocs_utilisateurs ul li {
  border-top: 1px dotted #585858;
  font-weight: bold;
  line-height: 1.3;
  font-style: italic;
}
.front #hp_bloc_presentation ul li:before,
.front #hp_blocs_utilisateurs ul li:before {
  content: none;
}
.front #hp_bloc_presentation ul li a,
.front #hp_blocs_utilisateurs ul li a {
  padding: 8px 0px;
  color: #585858;
  display: block;
  background: url(/sites/all/themes/custom/synchrotron/img/accordion_arrow_right.png) right no-repeat;
  padding-right: 15px;
}
.front #hp_bloc_presentation ul li a:hover,
.front #hp_blocs_utilisateurs ul li a:hover {
  color: #b82721;
}
.front #hp_bloc_presentation ul li.last,
.front #hp_blocs_utilisateurs ul li.last {
  border-bottom: 1px dotted #585858;
}
#titre_page {
  background: #ededed;
}
#titre_page h1 {
  font-size: 36px;
  color: #b82721;
  text-transform: uppercase;
  font-weight: normal;
  padding: 12px 0px;
}
.page-node #titre_page h1 {
  text-transform: none;
}
.page-annuaire-contacts #section_1,
.page-annuaire-ligne #section_1 {
  padding-top: 30px;
}
.page-annuaire-contacts .section_2,
.page-annuaire-ligne .section_2 {
  min-height: 200px;
}
#section_1 .annuaire-contact-tabs {
  background: #ededed;
  padding: 11px;
}
#section_1 .annuaire-contact-tabs .item-list {
  display: inline-block;
  vertical-align: middle;
  width: 380px;
  font-size: 0px;
}
#section_1 .annuaire-contact-tabs .item-list li {
  width: 184px;
  height: 184px;
  background: #aaaaaa;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  padding: 0px;
  white-space: normal;
}
#section_1 .annuaire-contact-tabs .item-list li.first {
  margin-right: 12px;
}
#section_1 .annuaire-contact-tabs .item-list li.first a {
  background: url(/sites/all/themes/custom/synchrotron/img/picto_annuaire_contact.png) left 18px bottom 18px no-repeat;
}
#section_1 .annuaire-contact-tabs .item-list li.last a {
  background: url(/sites/all/themes/custom/synchrotron/img/picto_annuaire_ligne.png) left 19px bottom 12px no-repeat;
}
#section_1 .annuaire-contact-tabs .item-list li.active {
  background: url(/sites/all/themes/custom/synchrotron/img/grey_triangle.png) center top no-repeat #b82721;
}
#section_1 .annuaire-contact-tabs .item-list li a {
  color: #ffffff;
  display: block;
  height: 100%;
  font-weight: bold;
  font-size: 22px;
  padding: 13px;
  padding-top: 42px;
  line-height: 1;
}
#section_1 .annuaire-contact-tabs .item-list li a:before {
  content: "RECHERCHER";
  font-size: 14px;
  font-weight: lighter;
  display: block;
}
#section_1 .annuaire-contact-tabs .quicktabs_main {
  display: inline-block;
  vertical-align: middle;
  padding-left: 53px;
  font-size: 0px;
}
#section_1 .annuaire-contact-tabs .quicktabs_main .filtre_annuaire_left {
  display: block !important;
}
#section_1 .annuaire-contact-tabs .quicktabs_main .views-widget-filter-field_lignes_de_lumiere_tid,
#section_1 .annuaire-contact-tabs .quicktabs_main .views-widget-filter-field_lignes_de_lumiere_tid_intranet,
#section_1 .annuaire-contact-tabs .quicktabs_main .views-widget-filter-field_champ_recherche_cache_value,
#section_1 .annuaire-contact-tabs .quicktabs_main .views-submit-button,
#section_1 .annuaire-contact-tabs .quicktabs_main div[id*="edit-field-titre-contact-value"],
#section_1 .annuaire-contact-tabs .quicktabs_main div[id*="edit-field-lignes-de-lumiere-tid"],
#section_1 .annuaire-contact-tabs .quicktabs_main div[id*="edit-field-lignes-de-lumiere-tid-intranet"],
#section_1 .annuaire-contact-tabs .quicktabs_main div[id*="edit-ligne"],
#section_1 .annuaire-contact-tabs .quicktabs_main div[id*="edit-contact"] {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  padding: 0;
}
#section_1 .annuaire-contact-tabs .quicktabs_main .views-widget-filter-field_lignes_de_lumiere_tid,
#section_1 .annuaire-contact-tabs .quicktabs_main .views-widget-filter-field_lignes_de_lumiere_tid_intranet,
#section_1 .annuaire-contact-tabs .quicktabs_main .views-widget-filter-field_champ_recherche_cache_value,
#section_1 .annuaire-contact-tabs .quicktabs_main div[id*="edit-field-titre-contact-value"],
#section_1 .annuaire-contact-tabs .quicktabs_main div[id*="edit-field-lignes-de-lumiere-tid"],
#section_1 .annuaire-contact-tabs .quicktabs_main div[id*="edit-field-lignes-de-lumiere-tid-intranet"],
#section_1 .annuaire-contact-tabs .quicktabs_main div[id*="edit-ligne"],
#section_1 .annuaire-contact-tabs .quicktabs_main div[id*="edit-contact"] {
  position: relative;
}
#section_1 .annuaire-contact-tabs .quicktabs_main .views-widget-filter-field_lignes_de_lumiere_tid input,
#section_1 .annuaire-contact-tabs .quicktabs_main .views-widget-filter-field_lignes_de_lumiere_tid_intranet input,
#section_1 .annuaire-contact-tabs .quicktabs_main .views-widget-filter-field_champ_recherche_cache_value input,
#section_1 .annuaire-contact-tabs .quicktabs_main div[id*="edit-field-titre-contact-value"] input,
#section_1 .annuaire-contact-tabs .quicktabs_main div[id*="edit-field-lignes-de-lumiere-tid"] input,
#section_1 .annuaire-contact-tabs .quicktabs_main div[id*="edit-field-lignes-de-lumiere-tid-intranet"] input,
#section_1 .annuaire-contact-tabs .quicktabs_main div[id*="edit-ligne"] input,
#section_1 .annuaire-contact-tabs .quicktabs_main div[id*="edit-contact"] input {
  width: 430px;
  height: 50px;
  background: #ffffff;
  color: #585858;
}
#section_1 .annuaire-contact-tabs .quicktabs_main div[id*="edit-field-visibilite-photo-value"],
#section_1 .annuaire-contact-tabs .quicktabs_main div[id*="edit-combine"] {
  display: none;
}
#section_1 .annuaire-contact-tabs .quicktabs_main .views-submit-button {
  margin-left: 1px;
}
#section_1 .annuaire-contact-tabs .quicktabs_main .views-submit-button input {
  height: 50px;
  padding: 0px 40px;
  font-size: 17px;
  margin-top: 0;
}
#section_1 .annuaire-contact-tabs .quicktabs_main div[id*="edit-field-division-tid"],
#section_1 .annuaire-contact-tabs .quicktabs_main div[id*="edit-field-groupe-ldap-tid"] {
  display: none;
}
.i18n-en #section_1 .annuaire-contact-tabs .item-list li a:before {
  content: "SEARCH";
}
#section_2 {
  background: #ffffff;
  font-size: 0;
  padding: 30px 0px;
}
#section_2 .container .section_2 {
  width: 100%;
}
#section_2 .container .region-section-2,
#section_2 .container .section_2_right,
#section_2 .container .section_2_left {
  font-size: 14px;
}
#section_2 .container.withright .section_2 {
  width: 848px;
}
#section_2 .container.withleft .section_2,
#section_2 .container.withright .section_2 {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
}
#section_2 .container.withleft .region-section-2 {
  margin-left: 292px;
}
.page-annuaire-contacts #section_2 .annuaire-contact-page .views-row,
.page-annuaire-ligne #section_2 .annuaire-contact-page .views-row,
.page-annuaire-contacts #section_2 .annuaire-ligne-page .views-row,
.page-annuaire-ligne #section_2 .annuaire-ligne-page .views-row {
  margin-bottom: 40px;
}
.page-annuaire-contacts #section_2 .annuaire-contact-page .views-row .contact .image,
.page-annuaire-ligne #section_2 .annuaire-contact-page .views-row .contact .image,
.page-annuaire-contacts #section_2 .annuaire-ligne-page .views-row .contact .image,
.page-annuaire-ligne #section_2 .annuaire-ligne-page .views-row .contact .image {
  float: left;
  margin-right: 30px;
  background: #ffffff;
  min-height: 200px;
  max-width: 129px;
}
.page-annuaire-contacts #section_2 .annuaire-contact-page .views-row .contact .image img,
.page-annuaire-ligne #section_2 .annuaire-contact-page .views-row .contact .image img,
.page-annuaire-contacts #section_2 .annuaire-ligne-page .views-row .contact .image img,
.page-annuaire-ligne #section_2 .annuaire-ligne-page .views-row .contact .image img {
  max-width: 100%;
  height: auto;
}
.page-annuaire-contacts #section_2 .annuaire-contact-page .views-row .contact .contact_right,
.page-annuaire-ligne #section_2 .annuaire-contact-page .views-row .contact .contact_right,
.page-annuaire-contacts #section_2 .annuaire-ligne-page .views-row .contact .contact_right,
.page-annuaire-ligne #section_2 .annuaire-ligne-page .views-row .contact .contact_right {
  overflow: hidden;
}
.page-annuaire-contacts #section_2 .annuaire-contact-page .views-row .contact .contact_right.withimage,
.page-annuaire-ligne #section_2 .annuaire-contact-page .views-row .contact .contact_right.withimage,
.page-annuaire-contacts #section_2 .annuaire-ligne-page .views-row .contact .contact_right.withimage,
.page-annuaire-ligne #section_2 .annuaire-ligne-page .views-row .contact .contact_right.withimage {
  margin-left: 159px;
}
.page-annuaire-contacts #section_2 .annuaire-contact-page .views-row .contact .contact_right > div,
.page-annuaire-ligne #section_2 .annuaire-contact-page .views-row .contact .contact_right > div,
.page-annuaire-contacts #section_2 .annuaire-ligne-page .views-row .contact .contact_right > div,
.page-annuaire-ligne #section_2 .annuaire-ligne-page .views-row .contact .contact_right > div,
.page-annuaire-contacts #section_2 .annuaire-contact-page .views-row .contact .contact_right > a,
.page-annuaire-ligne #section_2 .annuaire-contact-page .views-row .contact .contact_right > a,
.page-annuaire-contacts #section_2 .annuaire-ligne-page .views-row .contact .contact_right > a,
.page-annuaire-ligne #section_2 .annuaire-ligne-page .views-row .contact .contact_right > a {
  border-bottom: 1px dotted #585858;
  padding-bottom: 6px;
  margin-bottom: 5px;
  display: block;
}
.page-annuaire-contacts #section_2 .annuaire-contact-page .views-row .contact .contact_right > div .content,
.page-annuaire-ligne #section_2 .annuaire-contact-page .views-row .contact .contact_right > div .content,
.page-annuaire-contacts #section_2 .annuaire-ligne-page .views-row .contact .contact_right > div .content,
.page-annuaire-ligne #section_2 .annuaire-ligne-page .views-row .contact .contact_right > div .content,
.page-annuaire-contacts #section_2 .annuaire-contact-page .views-row .contact .contact_right > a .content,
.page-annuaire-ligne #section_2 .annuaire-contact-page .views-row .contact .contact_right > a .content,
.page-annuaire-contacts #section_2 .annuaire-ligne-page .views-row .contact .contact_right > a .content,
.page-annuaire-ligne #section_2 .annuaire-ligne-page .views-row .contact .contact_right > a .content {
  display: inline-block;
  vertical-align: middle;
}
.page-annuaire-contacts #section_2 .annuaire-contact-page .views-row .contact .contact_right > div:not(.telephone):not(.nom_prenom):not(.mail):not(.cv),
.page-annuaire-ligne #section_2 .annuaire-contact-page .views-row .contact .contact_right > div:not(.telephone):not(.nom_prenom):not(.mail):not(.cv),
.page-annuaire-contacts #section_2 .annuaire-ligne-page .views-row .contact .contact_right > div:not(.telephone):not(.nom_prenom):not(.mail):not(.cv),
.page-annuaire-ligne #section_2 .annuaire-ligne-page .views-row .contact .contact_right > div:not(.telephone):not(.nom_prenom):not(.mail):not(.cv),
.page-annuaire-contacts #section_2 .annuaire-contact-page .views-row .contact .contact_right > a:not(.telephone):not(.nom_prenom):not(.mail):not(.cv),
.page-annuaire-ligne #section_2 .annuaire-contact-page .views-row .contact .contact_right > a:not(.telephone):not(.nom_prenom):not(.mail):not(.cv),
.page-annuaire-contacts #section_2 .annuaire-ligne-page .views-row .contact .contact_right > a:not(.telephone):not(.nom_prenom):not(.mail):not(.cv),
.page-annuaire-ligne #section_2 .annuaire-ligne-page .views-row .contact .contact_right > a:not(.telephone):not(.nom_prenom):not(.mail):not(.cv) {
  font-weight: bold;
  padding-left: 30px;
}
.page-annuaire-contacts #section_2 .annuaire-contact-page .views-row .contact .contact_right .nom_prenom,
.page-annuaire-ligne #section_2 .annuaire-contact-page .views-row .contact .contact_right .nom_prenom,
.page-annuaire-contacts #section_2 .annuaire-ligne-page .views-row .contact .contact_right .nom_prenom,
.page-annuaire-ligne #section_2 .annuaire-ligne-page .views-row .contact .contact_right .nom_prenom {
  font-size: 30px;
  color: #b82721;
  border-bottom: 0px;
  margin-bottom: 0px;
}
.page-annuaire-contacts #section_2 .annuaire-contact-page .views-row .contact .contact_right .nom_prenom .nom,
.page-annuaire-ligne #section_2 .annuaire-contact-page .views-row .contact .contact_right .nom_prenom .nom,
.page-annuaire-contacts #section_2 .annuaire-ligne-page .views-row .contact .contact_right .nom_prenom .nom,
.page-annuaire-ligne #section_2 .annuaire-ligne-page .views-row .contact .contact_right .nom_prenom .nom {
  text-transform: uppercase;
}
.page-annuaire-contacts #section_2 .annuaire-contact-page .views-row .contact .contact_right .division,
.page-annuaire-ligne #section_2 .annuaire-contact-page .views-row .contact .contact_right .division,
.page-annuaire-contacts #section_2 .annuaire-ligne-page .views-row .contact .contact_right .division,
.page-annuaire-ligne #section_2 .annuaire-ligne-page .views-row .contact .contact_right .division {
  font-size: 14px;
}
.page-annuaire-contacts #section_2 .annuaire-contact-page .views-row .contact .contact_right .division + .division,
.page-annuaire-ligne #section_2 .annuaire-contact-page .views-row .contact .contact_right .division + .division,
.page-annuaire-contacts #section_2 .annuaire-ligne-page .views-row .contact .contact_right .division + .division,
.page-annuaire-ligne #section_2 .annuaire-ligne-page .views-row .contact .contact_right .division + .division {
  display: none;
}
.page-annuaire-contacts #section_2 .annuaire-contact-page .views-row .contact .contact_right .telephone,
.page-annuaire-ligne #section_2 .annuaire-contact-page .views-row .contact .contact_right .telephone,
.page-annuaire-contacts #section_2 .annuaire-ligne-page .views-row .contact .contact_right .telephone,
.page-annuaire-ligne #section_2 .annuaire-ligne-page .views-row .contact .contact_right .telephone {
  font-weight: bold;
}
.page-annuaire-contacts #section_2 .annuaire-contact-page .views-row .contact .contact_right .telephone:before,
.page-annuaire-ligne #section_2 .annuaire-contact-page .views-row .contact .contact_right .telephone:before,
.page-annuaire-contacts #section_2 .annuaire-ligne-page .views-row .contact .contact_right .telephone:before,
.page-annuaire-ligne #section_2 .annuaire-ligne-page .views-row .contact .contact_right .telephone:before {
  content: "";
  width: 30px;
  height: 22px;
  display: inline-block;
  vertical-align: top;
  background: url(/sites/all/themes/custom/synchrotron/img/picto_telephone.png) left center no-repeat;
}
.page-annuaire-contacts #section_2 .annuaire-contact-page .views-row .contact .contact_right .mail,
.page-annuaire-ligne #section_2 .annuaire-contact-page .views-row .contact .contact_right .mail,
.page-annuaire-contacts #section_2 .annuaire-ligne-page .views-row .contact .contact_right .mail,
.page-annuaire-ligne #section_2 .annuaire-ligne-page .views-row .contact .contact_right .mail {
  font-weight: bold;
}
.page-annuaire-contacts #section_2 .annuaire-contact-page .views-row .contact .contact_right .mail:before,
.page-annuaire-ligne #section_2 .annuaire-contact-page .views-row .contact .contact_right .mail:before,
.page-annuaire-contacts #section_2 .annuaire-ligne-page .views-row .contact .contact_right .mail:before,
.page-annuaire-ligne #section_2 .annuaire-ligne-page .views-row .contact .contact_right .mail:before {
  content: "";
  width: 30px;
  height: 22px;
  display: inline-block;
  vertical-align: top;
  background: url(/sites/all/themes/custom/synchrotron/img/picto_mail_contact.png) left center no-repeat;
}
.page-annuaire-contacts #section_2 .annuaire-contact-page .views-row .contact .contact_right .cv,
.page-annuaire-ligne #section_2 .annuaire-contact-page .views-row .contact .contact_right .cv,
.page-annuaire-contacts #section_2 .annuaire-ligne-page .views-row .contact .contact_right .cv,
.page-annuaire-ligne #section_2 .annuaire-ligne-page .views-row .contact .contact_right .cv {
  color: #585858;
}
.page-annuaire-contacts #section_2 .annuaire-contact-page .views-row .contact .contact_right .cv:before,
.page-annuaire-ligne #section_2 .annuaire-contact-page .views-row .contact .contact_right .cv:before,
.page-annuaire-contacts #section_2 .annuaire-ligne-page .views-row .contact .contact_right .cv:before,
.page-annuaire-ligne #section_2 .annuaire-ligne-page .views-row .contact .contact_right .cv:before {
  content: "";
  width: 30px;
  height: 22px;
  display: inline-block;
  vertical-align: top;
  background: url(/sites/all/themes/custom/synchrotron/img/picto_cv.png) left center no-repeat;
}
.page-annuaire-contacts #section_2 .annuaire-contact-page .views-row .contact .contact_right .cv .file-icon,
.page-annuaire-ligne #section_2 .annuaire-contact-page .views-row .contact .contact_right .cv .file-icon,
.page-annuaire-contacts #section_2 .annuaire-ligne-page .views-row .contact .contact_right .cv .file-icon,
.page-annuaire-ligne #section_2 .annuaire-ligne-page .views-row .contact .contact_right .cv .file-icon,
.page-annuaire-contacts #section_2 .annuaire-contact-page .views-row .contact .contact_right .cv .file-size,
.page-annuaire-ligne #section_2 .annuaire-contact-page .views-row .contact .contact_right .cv .file-size,
.page-annuaire-contacts #section_2 .annuaire-ligne-page .views-row .contact .contact_right .cv .file-size,
.page-annuaire-ligne #section_2 .annuaire-ligne-page .views-row .contact .contact_right .cv .file-size {
  display: none;
}
.page-annuaire-contacts #section_2 .annuaire-contact-page .views-row .contact .contact_right .cv a,
.page-annuaire-ligne #section_2 .annuaire-contact-page .views-row .contact .contact_right .cv a,
.page-annuaire-contacts #section_2 .annuaire-ligne-page .views-row .contact .contact_right .cv a,
.page-annuaire-ligne #section_2 .annuaire-ligne-page .views-row .contact .contact_right .cv a {
  color: #585858;
}
.page-annuaire-contacts #section_2 .annuaire-contact-page .view-footer,
.page-annuaire-ligne #section_2 .annuaire-contact-page .view-footer,
.page-annuaire-contacts #section_2 .annuaire-ligne-page .view-footer,
.page-annuaire-ligne #section_2 .annuaire-ligne-page .view-footer {
  clear: both;
}
.page-annuaire-contacts #section_3 .region-section-3,
.page-annuaire-ligne #section_3 .region-section-3 {
  border-top: 2px solid #d5d5d5;
  padding: 30px 0px;
}
.page-annuaire-contacts #section_3 .region-section-3 #block-views-annuaire-contact-block-1,
.page-annuaire-ligne #section_3 .region-section-3 #block-views-annuaire-contact-block-1 {
  width: 876px;
  display: inline-block;
  vertical-align: top;
}
.page-annuaire-contacts #section_3 .region-section-3 #block-views-annuaire-contact-block-1 .views-row,
.page-annuaire-ligne #section_3 .region-section-3 #block-views-annuaire-contact-block-1 .views-row {
  width: 260px;
  display: inline-block;
  vertical-align: top;
  margin-top: 10px;
  margin-right: 33px;
}
.page-annuaire-contacts #section_3 .region-section-3 #block-views-annuaire-contact-block-1 .views-row:nth-child(3n+0),
.page-annuaire-ligne #section_3 .region-section-3 #block-views-annuaire-contact-block-1 .views-row:nth-child(3n+0) {
  margin-right: 0px;
}
.page-annuaire-contacts #section_3 .region-section-3 #block-views-annuaire-contact-block-1 .views-row .division,
.page-annuaire-ligne #section_3 .region-section-3 #block-views-annuaire-contact-block-1 .views-row .division {
  color: #b82721;
}
.page-annuaire-contacts #section_3 .region-section-3 #block-views-annuaire-contact-block-1 .views-row .nom_prenom,
.page-annuaire-ligne #section_3 .region-section-3 #block-views-annuaire-contact-block-1 .views-row .nom_prenom {
  font-size: 18px;
  font-weight: bold;
  padding: 6px 0px;
  border-bottom: 1px dotted #585858;
}
.page-annuaire-contacts #section_3 .region-section-3 #block-views-annuaire-contact-block-1 .views-row .telephone,
.page-annuaire-ligne #section_3 .region-section-3 #block-views-annuaire-contact-block-1 .views-row .telephone {
  margin-top: 8px;
}
.page-annuaire-contacts #section_3 .region-section-3 #block-views-annuaire-contact-block-1 .views-row .mail,
.page-annuaire-ligne #section_3 .region-section-3 #block-views-annuaire-contact-block-1 .views-row .mail {
  width: 21px;
  height: 15px;
  background: url(/sites/all/themes/custom/synchrotron/img/picto_mail_contact.png) center no-repeat;
  display: block;
  margin-top: 10px;
}
.page-annuaire-contacts #section_3 .region-section-3 #block-views-fichier-organigramme-block,
.page-annuaire-ligne #section_3 .region-section-3 #block-views-fichier-organigramme-block {
  display: inline-block;
  vertical-align: top;
  width: 260px;
  background: #ededed;
  padding: 15px;
  padding-bottom: 0px;
}
.page-annuaire-contacts #section_3 .region-section-3 #block-views-fichier-organigramme-block .telecharger,
.page-annuaire-ligne #section_3 .region-section-3 #block-views-fichier-organigramme-block .telecharger {
  text-transform: uppercase;
  color: #585858;
}
.page-annuaire-contacts #section_3 .region-section-3 #block-views-fichier-organigramme-block .titre,
.page-annuaire-ligne #section_3 .region-section-3 #block-views-fichier-organigramme-block .titre {
  color: #b82721;
  font-weight: bold;
  font-size: 22px;
  padding-right: 40px;
  background: url(/sites/all/themes/custom/synchrotron/img/picto_download_big.png) right 10px center no-repeat;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #d5d5d5;
}
.page-annuaire-contacts #section_3 .region-section-3 #block-views-fichier-organigramme-block .details,
.page-annuaire-ligne #section_3 .region-section-3 #block-views-fichier-organigramme-block .details {
  padding-bottom: 10px;
  color: #585858;
}
.page-annuaire-contacts #section_3 .region-section-3 #block-views-fichier-organigramme-block .details .file-size,
.page-annuaire-ligne #section_3 .region-section-3 #block-views-fichier-organigramme-block .details .file-size,
.page-annuaire-contacts #section_3 .region-section-3 #block-views-fichier-organigramme-block .details .file-icon,
.page-annuaire-ligne #section_3 .region-section-3 #block-views-fichier-organigramme-block .details .file-icon {
  display: none;
}
.page-annuaire-contacts #section_3 .region-section-3 #block-views-fichier-organigramme-block .details a,
.page-annuaire-ligne #section_3 .region-section-3 #block-views-fichier-organigramme-block .details a {
  display: block;
}
.page-publications #section_2 .region-section-2 .view-publications.view-display-id-page > .view-header {
  height: 50px;
  line-height: 50px;
}
.page-publications #section_2 .region-section-2 .view-publications.view-display-id-page > .view-header .view-display-id-block_1 {
  display: inline-block;
  vertical-align: middle;
}
.page-publications #section_2 .region-section-2 .view-publications.view-display-id-page > .view-header .view-display-id-block_1 .views-field-changed {
  text-transform: uppercase;
  color: #b82721;
  font-weight: bold;
  line-height: 1.8;
}
.page-publications #section_2 .region-section-2 .view-publications.view-display-id-page > .view-header #views-exposed-form-publications-page {
  display: inline-block;
  vertical-align: middle;
  float: right;
}
.page-publications #section_2 .region-section-2 .view-publications.view-display-id-page > .view-header #views-exposed-form-publications-page .views-exposed-widget {
  display: none;
}
.page-publications #section_2 .region-section-2 .view-publications.view-display-id-page > .view-header #views-exposed-form-publications-page .views-exposed-widget.views-submit-button {
  display: block;
}
.page-publications #section_2 .region-section-2 .view-publications.view-display-id-page > .view-header #views-exposed-form-publications-page .views-exposed-widget.views-submit-button .form-submit {
  display: none;
}
.page-publications #section_2 .region-section-2 .view-publications.view-display-id-page > .view-header #views-exposed-form-publications-page .views-exposed-widget select {
  width: 146px;
  margin-left: 4px;
  padding-left: 6px;
}
.page-publications #section_2 .region-section-2 .view-publications.view-display-id-page > .view-content .views-row {
  border-top: 2px solid #d5d5d5;
  padding-top: 16px;
  padding-bottom: 26px;
  line-height: 1.8;
}
.page-publications #section_2 .region-section-2 .view-publications.view-display-id-page > .view-content .views-row .type,
.page-publications #section_2 .region-section-2 .view-publications.view-display-id-page > .view-content .views-row .auteurs {
  font-weight: bold;
}
.page-publications #section_2 .region-section-2 .view-publications.view-display-id-page > .view-content .views-row .titre {
  text-decoration: underline;
  font-weight: bold;
  color: #b82721;
}
.page-publications #section_2 .region-section-2 .view-publications.view-display-id-page > .view-content .views-row .titre.intranet {
  display: none;
}
.page-publications #section_2 .region-section-2 .view-publications.view-display-id-page > .view-content .views-row .date.livre,
.page-publications #section_2 .region-section-2 .view-publications.view-display-id-page > .view-content .views-row .date.Livre,
.page-publications #section_2 .region-section-2 .view-publications.view-display-id-page > .view-content .views-row .date.Acte {
  display: none;
}
.page-publications #section_2 .region-section-2 .view-publications.view-display-id-page > .view-content .views-row .reference a {
  text-decoration: underline;
  font-weight: bold;
}
.view-id-page_des_march_s.view-display-id-page_1 h3 {
  background: #ededed;
  color: #b82721;
  display: block;
  padding: 8px;
  font-size: 18px;
  margin-bottom: 10px;
}
.view-id-page_des_march_s.view-display-id-page_1 .views-row {
  margin: 20px 0px;
  overflow: hidden;
}
.view-id-page_des_march_s.view-display-id-page_1 .views-row .titre {
  font-weight: bold;
  font-size: 16px;
}
.view-id-page_des_march_s.view-display-id-page_1 .views-row .pdf {
  padding: 6px 0px;
  padding-left: 30px;
}
.view-id-page_des_march_s.view-display-id-page_1 .views-row .pdf:before {
  content: "-";
  margin-right: 4px;
}
.view-id-page_des_march_s.view-display-id-page_1 .views-row .pdf .file-icon,
.view-id-page_des_march_s.view-display-id-page_1 .views-row .pdf .file-size {
  display: none;
}
.page-faisceau .view-faisceau .description {
  margin-bottom: 30px;
}
.page-faisceau .view-faisceau .image_faisceau img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 20px auto;
}
.page-faisceau .view-faisceau .file img.file-icon {
  display: none;
}
.page-faisceau .view-faisceau .file span.file-size {
  display: none;
}
@media screen and (max-width: 992px) {
  .page-faisceau #section_2 {
    min-height: 0 !important;
  }
  .page-faisceau #block-system-main table {
    width: 100%;
    display: block;
  }
  .page-faisceau #block-system-main table tbody {
    width: 100%;
    display: block;
  }
  .page-faisceau #block-system-main table tbody tr {
    width: 100%;
    display: block;
  }
  .page-faisceau #block-system-main table tbody tr td {
    width: 100%;
    display: block;
    padding: 5px 0px;
  }
}
.page-faisceau .paragraphs-item-beam-table {
  margin: 0 auto;
  max-width: 748px;
}
.page-faisceau .paragraphs-item-beam-table .field-name-field-beam-table-column {
  margin: 0 auto 18px;
}
.page-faisceau .paragraphs-item-beam-table .field-name-field-beam-table-column td,
.page-faisceau .paragraphs-item-beam-table .field-name-field-beam-table-column th {
  width: 105px;
  padding: 2px;
}
.page-faisceau .paragraphs-item-beam-table .field-name-field-beam-table-description p {
  margin: 0 0 18px;
}
.mfp-content {
  text-align: center;
}
.mfp-content #hidden-popup {
  display: inline-block;
  margin: auto;
  padding: 20px;
  background: #ffffff;
}
.page-sitemap #site-map .site-map-box-menu > h2 {
  display: none;
}
.page-sitemap #site-map .site-map-box-menu .content > ul a {
  color: #292929;
  padding: 2px 0;
  display: block;
}
.page-sitemap #site-map .site-map-box-menu .content > ul a:hover {
  color: #b82721;
  text-decoration: underline;
}
.page-sitemap #site-map .site-map-box-menu .content > ul > li {
  margin-bottom: 30px;
}
.page-sitemap #site-map .site-map-box-menu .content > ul > li > a {
  font-size: 24px;
  color: #b82721;
}
.page-sitemap #site-map .site-map-box-menu .content > ul > li > a#utilisateurs {
  color: #328ba0;
}
.page-sitemap #site-map .site-map-box-menu .content > ul > li > a#entreprises {
  color: #73a104;
}
.page-sitemap #site-map .site-map-box-menu .content > ul > li > a#education {
  color: #a03263;
}
.page-sitemap #site-map .site-map-box-menu .content > ul > li > ul {
  margin: 10px 0;
}
.page-sitemap #site-map .site-map-box-menu .content > ul > li > ul > li {
  list-style: disc;
}
.page-sitemap #site-map .site-map-box-menu .content > ul > li > ul > li > a {
  font-size: 16px;
}
.page-sitemap #site-map .site-map-box-menu .content > ul > li > ul > li ul {
  margin: 10px 0;
}
.page-sitemap #site-map .site-map-box-menu .content > ul > li > ul > li ul li {
  list-style: circle;
}
.page-sitemap #site-map .site-map-box-menu .content > ul > li > ul > li ul li a {
  font-size: 14px;
}
.views-exposed-form .views-exposed-widget {
  float: none;
  /* LTR */
  padding: 0;
  /* LTR */
}
.views-exposed-form .views-exposed-widget .form-submit {
  margin-top: 0;
}
.views-exposed-form .views-exposed-widget label {
  font-weight: normal;
}
.views-exposed-form .container-inline-date .date-padding {
  padding: 0;
  float: none;
}
.container-inline-date .form-item {
  margin-right: 0;
}
.container-inline-date .form-item input,
.container-inline-date .form-item select,
.container-inline-date .form-item option {
  margin-right: 0;
  /* LTR */
}
.container-inline-date .date-padding {
  padding: 0;
  float: none;
}
#user-login-form input,
#user-register-form input,
#commerce-checkout-form-checkout input,
#commerce-checkout-form-review input,
#user-pass input,
#user-login input,
#user-pass-reset input,
#user-profile-form input,
.sendinblue-signup-subscribe-form input,
.views-exposed-form input,
.comment-form input,
#salon-node-form input,
#search-block-form input,
#search-form input,
#user-login-form select,
#user-register-form select,
#commerce-checkout-form-checkout select,
#commerce-checkout-form-review select,
#user-pass select,
#user-login select,
#user-pass-reset select,
#user-profile-form select,
.sendinblue-signup-subscribe-form select,
.views-exposed-form select,
.comment-form select,
#salon-node-form select,
#search-block-form select,
#search-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
}
#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-login input[type=text],
#user-pass-reset input[type=text],
#user-profile-form input[type=text],
.sendinblue-signup-subscribe-form input[type=text],
.views-exposed-form input[type=text],
.comment-form input[type=text],
#salon-node-form input[type=text],
#search-block-form input[type=text],
#search-form input[type=text],
#user-login-form input[type=password],
#user-register-form input[type=password],
#commerce-checkout-form-checkout input[type=password],
#commerce-checkout-form-review input[type=password],
#user-pass input[type=password],
#user-login input[type=password],
#user-pass-reset input[type=password],
#user-profile-form input[type=password],
.sendinblue-signup-subscribe-form input[type=password],
.views-exposed-form input[type=password],
.comment-form input[type=password],
#salon-node-form input[type=password],
#search-block-form input[type=password],
#search-form input[type=password],
#user-login-form textarea,
#user-register-form textarea,
#commerce-checkout-form-checkout textarea,
#commerce-checkout-form-review textarea,
#user-pass textarea,
#user-login textarea,
#user-pass-reset textarea,
#user-profile-form textarea,
.sendinblue-signup-subscribe-form textarea,
.views-exposed-form textarea,
.comment-form textarea,
#salon-node-form textarea,
#search-block-form textarea,
#search-form textarea {
  border: 0px;
  outline: none;
  background: #d5d5d5;
  color: #585858;
  height: 39px;
  line-height: 39px;
  padding: 0px 16px;
  resize: none;
}
#user-login-form input[type=text]:focus,
#user-register-form input[type=text]:focus,
#commerce-checkout-form-checkout input[type=text]:focus,
#commerce-checkout-form-review input[type=text]:focus,
#user-pass input[type=text]:focus,
#user-login input[type=text]:focus,
#user-pass-reset input[type=text]:focus,
#user-profile-form input[type=text]:focus,
.sendinblue-signup-subscribe-form input[type=text]:focus,
.views-exposed-form input[type=text]:focus,
.comment-form input[type=text]:focus,
#salon-node-form input[type=text]:focus,
#search-block-form input[type=text]:focus,
#search-form input[type=text]:focus,
#user-login-form input[type=password]:focus,
#user-register-form input[type=password]:focus,
#commerce-checkout-form-checkout input[type=password]:focus,
#commerce-checkout-form-review input[type=password]:focus,
#user-pass input[type=password]:focus,
#user-login input[type=password]:focus,
#user-pass-reset input[type=password]:focus,
#user-profile-form input[type=password]:focus,
.sendinblue-signup-subscribe-form input[type=password]:focus,
.views-exposed-form input[type=password]:focus,
.comment-form input[type=password]:focus,
#salon-node-form input[type=password]:focus,
#search-block-form input[type=password]:focus,
#search-form input[type=password]:focus,
#user-login-form textarea:focus,
#user-register-form textarea:focus,
#commerce-checkout-form-checkout textarea:focus,
#commerce-checkout-form-review textarea:focus,
#user-pass textarea:focus,
#user-login textarea:focus,
#user-pass-reset textarea:focus,
#user-profile-form textarea:focus,
.sendinblue-signup-subscribe-form textarea:focus,
.views-exposed-form textarea:focus,
.comment-form textarea:focus,
#salon-node-form textarea:focus,
#search-block-form textarea:focus,
#search-form textarea:focus {
  background: #585858;
  color: #ffffff;
}
#user-login-form textarea,
#user-register-form textarea,
#commerce-checkout-form-checkout textarea,
#commerce-checkout-form-review textarea,
#user-pass textarea,
#user-login textarea,
#user-pass-reset textarea,
#user-profile-form textarea,
.sendinblue-signup-subscribe-form textarea,
.views-exposed-form textarea,
.comment-form textarea,
#salon-node-form textarea,
#search-block-form textarea,
#search-form textarea {
  height: 200px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
#user-login-form select,
#user-register-form select,
#commerce-checkout-form-checkout select,
#commerce-checkout-form-review select,
#user-pass select,
#user-login select,
#user-pass-reset select,
#user-profile-form select,
.sendinblue-signup-subscribe-form select,
.views-exposed-form select,
.comment-form select,
#salon-node-form select,
#search-block-form select,
#search-form select {
  border: 0px;
  outline: none;
  color: #585858;
  height: 39px;
  line-height: 39px;
  padding: 0px 16px;
  cursor: pointer;
  background: url(/sites/all/themes/custom/synchrotron/img/arrow_select.png) right 14px center no-repeat #ededed;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#user-login-form select::-ms-expand,
#user-register-form select::-ms-expand,
#commerce-checkout-form-checkout select::-ms-expand,
#commerce-checkout-form-review select::-ms-expand,
#user-pass select::-ms-expand,
#user-login select::-ms-expand,
#user-pass-reset select::-ms-expand,
#user-profile-form select::-ms-expand,
.sendinblue-signup-subscribe-form select::-ms-expand,
.views-exposed-form select::-ms-expand,
.comment-form select::-ms-expand,
#salon-node-form select::-ms-expand,
#search-block-form select::-ms-expand,
#search-form select::-ms-expand {
  /* for IE 11 */
  display: none;
}
#user-login-form input[type=submit],
#user-register-form input[type=submit],
#commerce-checkout-form-checkout input[type=submit],
#commerce-checkout-form-review input[type=submit],
#user-pass input[type=submit],
#user-login input[type=submit],
#user-pass-reset input[type=submit],
#user-profile-form input[type=submit],
.sendinblue-signup-subscribe-form input[type=submit],
.views-exposed-form input[type=submit],
.comment-form input[type=submit],
#salon-node-form input[type=submit],
#search-block-form input[type=submit],
#search-form input[type=submit] {
  background: #b82721;
  border: 0px;
  height: 39px;
  line-height: 39px;
  color: #ffffff;
  text-transform: uppercase;
  padding: 0px 16px;
  outline: none;
  border: 1px solid #b82721;
}
#user-login-form input[type=submit]:hover,
#user-register-form input[type=submit]:hover,
#commerce-checkout-form-checkout input[type=submit]:hover,
#commerce-checkout-form-review input[type=submit]:hover,
#user-pass input[type=submit]:hover,
#user-login input[type=submit]:hover,
#user-pass-reset input[type=submit]:hover,
#user-profile-form input[type=submit]:hover,
.sendinblue-signup-subscribe-form input[type=submit]:hover,
.views-exposed-form input[type=submit]:hover,
.comment-form input[type=submit]:hover,
#salon-node-form input[type=submit]:hover,
#search-block-form input[type=submit]:hover,
#search-form input[type=submit]:hover {
  background: #ffffff;
  color: #b82721;
}
#user-login-form input[type=checkbox]:not(:checked),
#user-register-form input[type=checkbox]:not(:checked),
#commerce-checkout-form-checkout input[type=checkbox]:not(:checked),
#commerce-checkout-form-review input[type=checkbox]:not(:checked),
#user-pass input[type=checkbox]:not(:checked),
#user-login input[type=checkbox]:not(:checked),
#user-pass-reset input[type=checkbox]:not(:checked),
#user-profile-form input[type=checkbox]:not(:checked),
.sendinblue-signup-subscribe-form input[type=checkbox]:not(:checked),
.views-exposed-form input[type=checkbox]:not(:checked),
.comment-form input[type=checkbox]:not(:checked),
#salon-node-form input[type=checkbox]:not(:checked),
#search-block-form input[type=checkbox]:not(:checked),
#search-form input[type=checkbox]:not(:checked),
#user-login-form input[type=checkbox]:checked,
#user-register-form input[type=checkbox]:checked,
#commerce-checkout-form-checkout input[type=checkbox]:checked,
#commerce-checkout-form-review input[type=checkbox]:checked,
#user-pass input[type=checkbox]:checked,
#user-login input[type=checkbox]:checked,
#user-pass-reset input[type=checkbox]:checked,
#user-profile-form input[type=checkbox]:checked,
.sendinblue-signup-subscribe-form input[type=checkbox]:checked,
.views-exposed-form input[type=checkbox]:checked,
.comment-form input[type=checkbox]:checked,
#salon-node-form input[type=checkbox]:checked,
#search-block-form input[type=checkbox]:checked,
#search-form input[type=checkbox]:checked {
  position: absolute;
  left: -9999px;
}
#user-login-form input[type=checkbox]:not(:checked) + label,
#user-register-form input[type=checkbox]:not(:checked) + label,
#commerce-checkout-form-checkout input[type=checkbox]:not(:checked) + label,
#commerce-checkout-form-review input[type=checkbox]:not(:checked) + label,
#user-pass input[type=checkbox]:not(:checked) + label,
#user-login input[type=checkbox]:not(:checked) + label,
#user-pass-reset input[type=checkbox]:not(:checked) + label,
#user-profile-form input[type=checkbox]:not(:checked) + label,
.sendinblue-signup-subscribe-form input[type=checkbox]:not(:checked) + label,
.views-exposed-form input[type=checkbox]:not(:checked) + label,
.comment-form input[type=checkbox]:not(:checked) + label,
#salon-node-form input[type=checkbox]:not(:checked) + label,
#search-block-form input[type=checkbox]:not(:checked) + label,
#search-form input[type=checkbox]:not(:checked) + label,
#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-login input[type=checkbox]:checked + label,
#user-pass-reset input[type=checkbox]:checked + label,
#user-profile-form input[type=checkbox]:checked + label,
.sendinblue-signup-subscribe-form input[type=checkbox]:checked + label,
.views-exposed-form input[type=checkbox]:checked + label,
.comment-form input[type=checkbox]:checked + label,
#salon-node-form input[type=checkbox]:checked + label,
#search-block-form input[type=checkbox]:checked + label,
#search-form input[type=checkbox]:checked + label {
  position: relative;
  padding-left: 20px;
  cursor: pointer;
  font-size: 17px;
  margin-top: 6px;
  margin-bottom: 6px;
  display: block;
}
#user-login-form input[type=checkbox]:not(:checked) + label:before,
#user-register-form input[type=checkbox]:not(:checked) + label:before,
#commerce-checkout-form-checkout input[type=checkbox]:not(:checked) + label:before,
#commerce-checkout-form-review input[type=checkbox]:not(:checked) + label:before,
#user-pass input[type=checkbox]:not(:checked) + label:before,
#user-login input[type=checkbox]:not(:checked) + label:before,
#user-pass-reset input[type=checkbox]:not(:checked) + label:before,
#user-profile-form input[type=checkbox]:not(:checked) + label:before,
.sendinblue-signup-subscribe-form input[type=checkbox]:not(:checked) + label:before,
.views-exposed-form input[type=checkbox]:not(:checked) + label:before,
.comment-form input[type=checkbox]:not(:checked) + label:before,
#salon-node-form input[type=checkbox]:not(:checked) + label:before,
#search-block-form input[type=checkbox]:not(:checked) + label:before,
#search-form input[type=checkbox]:not(:checked) + label:before,
#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-login input[type=checkbox]:checked + label:before,
#user-pass-reset input[type=checkbox]:checked + label:before,
#user-profile-form input[type=checkbox]:checked + label:before,
.sendinblue-signup-subscribe-form input[type=checkbox]:checked + label:before,
.views-exposed-form input[type=checkbox]:checked + label:before,
.comment-form input[type=checkbox]:checked + label:before,
#salon-node-form input[type=checkbox]:checked + label:before,
#search-block-form input[type=checkbox]:checked + label:before,
#search-form input[type=checkbox]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 16px;
  height: 16px;
  background: #ededed;
  box-shadow: inset 3px 2px 2px #d5d5d5;
}
#user-login-form input[type=checkbox]:not(:checked) + label:after,
#user-register-form input[type=checkbox]:not(:checked) + label:after,
#commerce-checkout-form-checkout input[type=checkbox]:not(:checked) + label:after,
#commerce-checkout-form-review input[type=checkbox]:not(:checked) + label:after,
#user-pass input[type=checkbox]:not(:checked) + label:after,
#user-login input[type=checkbox]:not(:checked) + label:after,
#user-pass-reset input[type=checkbox]:not(:checked) + label:after,
#user-profile-form input[type=checkbox]:not(:checked) + label:after,
.sendinblue-signup-subscribe-form input[type=checkbox]:not(:checked) + label:after,
.views-exposed-form input[type=checkbox]:not(:checked) + label:after,
.comment-form input[type=checkbox]:not(:checked) + label:after,
#salon-node-form input[type=checkbox]:not(:checked) + label:after,
#search-block-form input[type=checkbox]:not(:checked) + label:after,
#search-form input[type=checkbox]:not(:checked) + label:after,
#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-login input[type=checkbox]:checked + label:after,
#user-pass-reset input[type=checkbox]:checked + label:after,
#user-profile-form input[type=checkbox]:checked + label:after,
.sendinblue-signup-subscribe-form input[type=checkbox]:checked + label:after,
.views-exposed-form input[type=checkbox]:checked + label:after,
.comment-form input[type=checkbox]:checked + label:after,
#salon-node-form input[type=checkbox]:checked + label:after,
#search-block-form input[type=checkbox]:checked + label:after,
#search-form input[type=checkbox]:checked + label:after {
  content: '✔';
  position: absolute;
  top: 0;
  left: 4px;
  font-size: 14px;
  color: #585858;
  transition: all .2s;
}
#user-login-form input[type=checkbox]:not(:checked) + label:after,
#user-register-form input[type=checkbox]:not(:checked) + label:after,
#commerce-checkout-form-checkout input[type=checkbox]:not(:checked) + label:after,
#commerce-checkout-form-review input[type=checkbox]:not(:checked) + label:after,
#user-pass input[type=checkbox]:not(:checked) + label:after,
#user-login input[type=checkbox]:not(:checked) + label:after,
#user-pass-reset input[type=checkbox]:not(:checked) + label:after,
#user-profile-form input[type=checkbox]:not(:checked) + label:after,
.sendinblue-signup-subscribe-form input[type=checkbox]:not(:checked) + label:after,
.views-exposed-form input[type=checkbox]:not(:checked) + label:after,
.comment-form input[type=checkbox]:not(:checked) + label:after,
#salon-node-form input[type=checkbox]:not(:checked) + label:after,
#search-block-form input[type=checkbox]:not(:checked) + label:after,
#search-form input[type=checkbox]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
#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-login input[type=checkbox]:checked + label:after,
#user-pass-reset input[type=checkbox]:checked + label:after,
#user-profile-form input[type=checkbox]:checked + label:after,
.sendinblue-signup-subscribe-form input[type=checkbox]:checked + label:after,
.views-exposed-form input[type=checkbox]:checked + label:after,
.comment-form input[type=checkbox]:checked + label:after,
#salon-node-form input[type=checkbox]:checked + label:after,
#search-block-form input[type=checkbox]:checked + label:after,
#search-form input[type=checkbox]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
.not-logged-in.page-user #tabs {
  text-align: center;
}
.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 .description {
  padding: 6px;
}
.not-logged-in.page-user #user-login .form-actions {
  text-align: right;
}
.sendinblue-signup-subscribe-form .form-item {
  margin-bottom: 20px;
}
.sendinblue-signup-subscribe-form .form-item label {
  margin-bottom: 6px;
  display: block;
}
#section_2 .sidebar_section_2 {
  width: 262px;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
}
#section_2 .sidebar_section_2.static {
  position: static !important;
}
#section_2 .sidebar_section_2.left {
  margin-right: 30px;
  position: absolute;
}
#section_2 .sidebar_section_2.left .paragraphe_menu .ui-accordion .views-accordion-header {
  background: #ededed;
  margin-top: 0px;
  border: 0px;
  border-radius: 0px;
  min-height: 50px;
  line-height: 50px;
  padding: 0px 18px;
  font-size: 18px;
  font-family: "Oxygenregular, sans-serif";
  border-top: 1px dotted #585858;
}
#section_2 .sidebar_section_2.left .paragraphe_menu .ui-accordion .views-accordion-header:hover {
  background: #ededed;
}
#section_2 .sidebar_section_2.left .paragraphe_menu .ui-accordion .views-accordion-header:after {
  width: 11px;
  height: 13px;
  content: "";
  background: url(/sites/all/themes/custom/synchrotron/img/accordion_arrow_right.png);
  position: absolute;
  display: block;
  right: 12px;
  top: 20px;
}
#section_2 .sidebar_section_2.left .paragraphe_menu .ui-accordion .views-accordion-header a {
  line-height: 1.4;
  display: inline-block;
  vertical-align: middle;
  padding-right: 15px;
}
#section_2 .sidebar_section_2.left .paragraphe_menu .ui-accordion .views-accordion-header.ui-state-active {
  background: #b82721;
}
#section_2 .sidebar_section_2.left .paragraphe_menu .ui-accordion .views-accordion-header.ui-state-active a {
  color: #ffffff;
}
#section_2 .sidebar_section_2.left .paragraphe_menu .ui-accordion .views-accordion-header.ui-state-active:after {
  background: url(/sites/all/themes/custom/synchrotron/img/accordion_arrow_down.png);
  width: 13px;
  height: 11px;
}
#section_2 .sidebar_section_2.left .paragraphe_menu .ui-accordion .views-accordion-header .ui-accordion-header-icon {
  display: none;
}
#section_2 .sidebar_section_2.left .paragraphe_menu .ui-accordion .ui-accordion-content {
  border: 0px;
  border-radius: 0px;
  padding: 0px;
  font-size: 14px;
}
#section_2 .sidebar_section_2.left .paragraphe_menu .ui-accordion .ui-accordion-content .views-row {
  background: #8a8a8a;
  cursor: pointer;
  font-family: "Oxygenregular, sans-serif";
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
#section_2 .sidebar_section_2.left .paragraphe_menu .ui-accordion .ui-accordion-content .views-row .field-content > div {
  color: #ffffff;
  display: block;
  padding: 8px 15px;
}
#section_2 .sidebar_section_2.left .paragraphe_menu .ui-accordion .ui-accordion-content .views-row:hover {
  background: #ffffff;
}
#section_2 .sidebar_section_2.left .paragraphe_menu .ui-accordion .ui-accordion-content .views-row:hover .field-content > div {
  color: #8a8a8a;
}
#section_2 .sidebar_section_2.left .paragraphe_menu .ui-accordion .ui-accordion-content .views-row.views-row-1 {
  border-top: 1px solid #ffffff;
}
#section_2 .sidebar_section_2.left .paragraphe_menu .ui-accordion > div:first-child .views-accordion-header {
  border-top: 0px;
}
#section_2 .sidebar_section_2.left #block-views-exp-offres-d-emploi-page select {
  background: url(/sites/all/themes/custom/synchrotron/img/accordion_arrow_down.png) right 14px center no-repeat #b82721;
  color: #ffffff;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  margin-bottom: 30px;
}
#section_2 .sidebar_section_2.left #block-views-exp-offres-d-emploi-page select option {
  background: #ededed;
  color: #585858;
  height: 30px;
  line-height: 30px;
  display: block;
}
#section_2 .sidebar_section_2.left #block-views-exp-offres-d-emploi-page select option:hover {
  background: #d5d5d5 !important;
}
#section_2 .sidebar_section_2.left #block-views-exp-offres-d-emploi-page .views-submit-button {
  display: none;
}
#section_2 .sidebar_section_2.left .filtre_annuaire_left #edit-contact-wrapper,
#section_2 .sidebar_section_2.left .filtre_annuaire_left #edit-combine-wrapper,
#section_2 .sidebar_section_2.left .filtre_annuaire_left #edit-field-titre-contact-value-wrapper {
  display: none;
}
#section_2 .sidebar_section_2.left .filtre_annuaire_left #result_counter_left {
  margin-bottom: 15px;
}
#section_2 .sidebar_section_2.left .filtre_annuaire_left #result_counter_left #counter {
  background: #b82721;
  display: inline-block;
  padding: 0px 15px;
  height: 43px;
  line-height: 43px;
  color: #ffffff;
  font-weight: bold;
  font-size: 30px;
  margin-right: 10px;
}
#section_2 .sidebar_section_2.left .filtre_annuaire_left #result_counter_left .label,
#section_2 .sidebar_section_2.left .filtre_annuaire_left #result_counter_left .pluriel {
  font-size: 22px;
  font-weight: bold;
}
#section_2 .sidebar_section_2.left .filtre_annuaire_left .views-submit-button,
#section_2 .sidebar_section_2.left .filtre_annuaire_left #edit-field-groupe-ldap-tid-wrapper {
  display: none;
}
#section_2 .sidebar_section_2.left .bloc_salon,
#section_2 .sidebar_section_2.left .bloc_lien_publications {
  margin-top: 30px;
  background: #b82721;
}
#section_2 .sidebar_section_2.left .bloc_salon .field-content a,
#section_2 .sidebar_section_2.left .bloc_lien_publications .field-content a {
  color: #ffffff;
  font-size: 18px;
  display: block;
  background: url(/sites/all/themes/custom/synchrotron/img/read_more_arrow_white.png) right 15px center no-repeat;
  padding: 15px;
  padding-right: 40px;
}
#section_2 .sidebar_section_2.right {
  margin-left: 30px;
}
#section_2 .sidebar_section_2.right .bloc_right {
  background: #ededed;
  margin-bottom: 30px;
}
#section_2 .sidebar_section_2.right .bloc_right h2 {
  color: #b82721;
  font-weight: lighter;
  text-transform: uppercase;
  font-size: 24px;
  padding: 15px;
  line-height: 1;
}
#section_2 .sidebar_section_2.right .bloc_right .publication_associee {
  padding: 15px;
  border-top: 1px dotted #585858;
}
#section_2 .sidebar_section_2.right .bloc_right .publication_associee .titre {
  font-weight: bold;
}
#section_2 .sidebar_section_2.right .bloc_right .video-associee {
  padding: 12px;
  border-top: 1px dotted #585858;
}
#section_2 .sidebar_section_2.right .bloc_right .video-associee .views-field-title {
  margin-top: 6px;
}
#section_2 .sidebar_section_2.right .bloc_right.red {
  background: #b82721;
}
#section_2 .sidebar_section_2.right .bloc_right.red h2 {
  color: #ffffff;
}
#section_2 .sidebar_section_2.right .bloc_right.red .view-paragraphes .views-row {
  border-top: 1px dotted #ffffff;
  padding: 20px 15px;
}
#section_2 .sidebar_section_2.right .bloc_right.red .view-paragraphes .views-row a {
  color: #ffffff;
}
#section_2 .sidebar_section_2.right .bloc_right.red .view-paragraphes .views-row .texte {
  font-style: italic;
  padding-left: 30px;
  background: url(/sites/all/themes/custom/synchrotron/img/picto_mail.png) left no-repeat;
  margin-top: 6px;
  font-size: 12px;
}
#section_2 .sidebar_section_2.right .bloc_right.ressources {
  margin-bottom: 90px;
}
#section_2 .sidebar_section_2.right .bloc_right.ressources .views-field-field-contenu-paragraphe {
  padding: 15px;
  border-top: 1px dotted #292929;
}
#section_2 .sidebar_section_2.right .bloc_right.ressources .views-field-field-contenu-paragraphe a {
  color: #b82721;
}
#section_2 .sidebar_section_2.right .bloc_right.ressources .views-field-field-contenu-paragraphe a:hover {
  text-decoration: underline;
}
#section_2 .sidebar_section_2.right .bloc_right.ressources .views-field-field-contenu-paragraphe ul {
  margin: 10px 0px;
}
#section_2 .sidebar_section_2.right .bloc_right.ressources .views-field-field-contenu-paragraphe ul li {
  padding-left: 4px;
  margin-bottom: 4px;
}
#section_2 .sidebar_section_2.right .bloc_right.ressources .views-field-field-contenu-paragraphe ul li:before {
  content: "-";
  margin-right: 4px;
}
#section_2 .sidebar_section_2.right .bloc_right.ressources .views-field-field-contenu-paragraphe .file img.file-icon {
  display: none;
}
#section_2 .sidebar_section_2.right .bloc_right.ressources .views-field-field-contenu-paragraphe .file span.file-size {
  display: none;
}
#section_2 .sidebar_section_2.right .bloc_right.telechargement {
  margin-bottom: 30px;
}
#section_2 .sidebar_section_2.right .bloc_right.telechargement .views-field-field-fichiers .file {
  border-top: 1px dotted #585858;
  padding: 15px;
  display: block;
  background: url(/sites/all/themes/custom/synchrotron/img/picto_download.png) right 15px center no-repeat;
}
#section_2 .sidebar_section_2.right .bloc_right.telechargement .views-field-field-fichiers .file .file-icon,
#section_2 .sidebar_section_2.right .bloc_right.telechargement .views-field-field-fichiers .file .file-size {
  display: none;
}
#section_2 .sidebar_section_2.right .bloc_right.telechargement .views-field-field-fichiers .file a {
  color: #585858;
  padding-right: 30px;
  display: block;
}
#section_2 .sidebar_section_2.right .bloc_right.telechargement .views-field-field-fichiers .file a:hover {
  color: #b82721;
  text-decoration: underline;
}
#section_2 .sidebar_section_2.right .bloc_right.liste_liens .views-row a {
  border-top: 1px dotted #585858;
  padding: 15px;
  padding-right: 30px;
  background: url(/sites/all/themes/custom/synchrotron/img/accordion_arrow_right.png) right 15px center no-repeat;
  color: #585858;
  display: block;
}
#section_2 .sidebar_section_2.right .bloc_right.liste_liens .views-row a:hover {
  color: #b82721;
  text-decoration: underline;
}
#section_2 .sidebar_section_2.right .bloc_right.liste_liens .view-footer .views-field-field-fichiers .file-icon,
#section_2 .sidebar_section_2.right .bloc_right.liste_liens .view-footer .views-field-field-fichiers .file-size {
  display: none;
}
#section_2 .sidebar_section_2.right .bloc_right.liste_liens .view-footer .views-row a {
  background: url(/sites/all/themes/custom/synchrotron/img/picto_download.png) right 15px center no-repeat;
}
#section_2 .sidebar_section_2.right .bloc_right.archives h2 a {
  padding-right: 60px;
  display: block;
  background: url(/sites/all/themes/custom/synchrotron/img/accordion_arrow_right.png) right center no-repeat;
}
#section_2 .sidebar_section_2.right .bloc_right.evenements #bloc_evenements_lies .views-row,
#section_2 .sidebar_section_2.right .bloc_right.evenements #bloc_actualites_liees .views-row {
  border-top: 1px dotted #585858;
  padding: 15px;
  padding-top: 2px;
}
#section_2 .sidebar_section_2.right .bloc_right.evenements #bloc_evenements_lies .views-row .titre,
#section_2 .sidebar_section_2.right .bloc_right.evenements #bloc_actualites_liees .views-row .titre {
  color: #b82721;
  font-weight: bold;
  font-size: 13px;
  padding: 2px 0px;
}
#section_2 .sidebar_section_2.right .bloc_right.evenements #bloc_evenements_lies .views-row .texte,
#section_2 .sidebar_section_2.right .bloc_right.evenements #bloc_actualites_liees .views-row .texte {
  line-height: 1.4;
  color: #585858;
}
#section_2 .sidebar_section_2.right .bloc_right.evenements .view-footer,
#section_2 .sidebar_section_2.right .bloc_right.evenements .views-field-php-1 {
  padding: 15px;
}
#section_2 .sidebar_section_2.right .bloc_right.evenements .view-footer .voir_tout,
#section_2 .sidebar_section_2.right .bloc_right.evenements .views-field-php-1 .voir_tout {
  background: #ffffff;
  margin: auto;
  display: block;
  text-align: center;
  font-size: 12px;
  color: #585858;
  line-height: 1.2;
  font-style: italic;
  padding: 4px 6px;
}
#section_2 .sidebar_section_2.right .bloc_right.evenements .view-footer .voir_tout:hover,
#section_2 .sidebar_section_2.right .bloc_right.evenements .views-field-php-1 .voir_tout:hover {
  color: #b82721 !important;
  text-decoration: underline;
}
#section_2 .sidebar_section_2.right .bloc_right.bloc_rte .rte {
  padding: 15px;
  border-top: 1px dotted #585858;
}
#section_2 .sidebar_section_2.right .bloc_right.bloc_rte .rte ul {
  padding-left: 0px;
}
#section_2 .sidebar_section_2.right .bloc_right.bloc_rte .rte ul > li {
  list-style: none;
  margin-bottom: 0px;
}
#section_2 .sidebar_section_2.right .bloc_right.bloc_rte .rte ul > li > ul {
  padding-left: 25px;
}
#section_2 .sidebar_section_2.right .bloc_right.bloc_rte .rte ul > li > ul > li:before {
  content: "-";
}
#section_2 .sidebar_section_2.right .bloc_right.bloc_rte.red .rte {
  border-top: 1px dotted #ffffff;
  color: #ffffff;
}
#section_2 .sidebar_section_2.right .bloc_right.bloc_rte.postuler .view-footer {
  text-align: center;
  padding: 15px;
}
#section_2 .sidebar_section_2.right .bloc_right.bloc_rte.postuler .view-footer a {
  background: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  hright: 35px;
  line-height: 35px;
  border: 1px solid #ffffff;
}
#section_2 .sidebar_section_2.right .bloc_right.bloc_rte.postuler .view-footer a:hover {
  background: #b82721;
  color: #ffffff;
}
#section_2 .sidebar_section_2.right .bloc_right.bloc_rte .view-page-offre-d-emploi p img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
}
#section_2 .sidebar_section_2.right .bloc_right.bloc_rte.infos_complementaires .bloc_right {
  padding-right: 0px;
  padding-left: 0px;
}
#section_2 .sidebar_section_2.right .bloc_right.bloc_rte.infos_complementaires .bloc_right > ul {
  padding: 0px 15px;
}
#section_2 .sidebar_section_2.right .bloc_right.bloc_rte.infos_complementaires .bloc_right > ul:nth-child(n+3) {
  border-top: 1px dotted #585858;
  margin-top: 15px;
  padding-top: 15px;
}
#section_2 .sidebar_section_2.right .bloc_right.bloc_rte.infos_complementaires .bloc_right > ul > li:before {
  content: "•";
  padding-right: 4px;
}
#section_2 .sidebar_section_2.right .bloc_right.bloc_rte.infos_complementaires .bloc_right p {
  padding: 0px 15px;
}
#section_2 .sidebar_section_2 .views-exposed-form #edit-field-type-d-actualite-tid-wrapper,
#section_2 .sidebar_section_2 .views-exposed-form #edit-field-lignes-de-lumiere-tid-wrapper,
#section_2 .sidebar_section_2 .views-exposed-form #edit-title-wrapper {
  border-top: 1px dotted #585858;
  padding: 6px 0px;
}
#section_2 .sidebar_section_2 .views-exposed-form ul > li > ul {
  margin-left: 36px;
}
#section_2 .sidebar_section_2 .views-exposed-form ul > li > ul label {
  font-size: 15px;
}
#section_2 .sidebar_section_2 .views-exposed-form input,
#section_2 .sidebar_section_2 .views-exposed-form select {
  width: 100%;
}
#section_2 .sidebar_section_2 .views-exposed-form select {
  margin-bottom: 7px;
}
#section_2 .sidebar_section_2 .views-exposed-form input[type=text] {
  background: #ededed;
  box-shadow: inset 3px 2px 2px #d5d5d5;
}
#section_2 .sidebar_section_2 .views-exposed-form input[type=text]:focus {
  background: #585858;
  box-shadow: inset 3px 2px 2px #292929;
}
#section_2 .sidebar_section_2 .views-exposed-form #edit-field-lignes-de-lumiere-tid-wrapper,
#section_2 .sidebar_section_2 .views-exposed-form #edit-title-wrapper {
  padding: 10px 0px;
}
#section_2 .sidebar_section_2 .views-exposed-form #edit-field-lignes-de-lumiere-tid-wrapper label,
#section_2 .sidebar_section_2 .views-exposed-form #edit-title-wrapper label {
  display: none;
}
#section_2 .sidebar_section_2 .views-exposed-form #edit-field-date-hidden-value-wrapper > label,
#section_2 .sidebar_section_2 .views-exposed-form #edit-field-date-calendaire-value-wrapper > label,
#section_2 .sidebar_section_2 .views-exposed-form #edit-field-date-publication-value-wrapper > label,
#section_2 .sidebar_section_2 .views-exposed-form #edit-field-date-calendaire-value-1-wrapper > label {
  display: block;
  border-bottom: 1px dotted #585858;
  padding-top: 16px;
  padding-bottom: 6px;
  margin-bottom: 4px;
}
#section_2 .sidebar_section_2 .views-exposed-form #edit-field-date-hidden-value-wrapper .description,
#section_2 .sidebar_section_2 .views-exposed-form #edit-field-date-calendaire-value-wrapper .description,
#section_2 .sidebar_section_2 .views-exposed-form #edit-field-date-publication-value-wrapper .description,
#section_2 .sidebar_section_2 .views-exposed-form #edit-field-date-calendaire-value-1-wrapper .description {
  display: none;
}
#section_2 .sidebar_section_2 .views-exposed-form #edit-field-date-hidden-value-wrapper .bef-datepicker,
#section_2 .sidebar_section_2 .views-exposed-form #edit-field-date-calendaire-value-wrapper .bef-datepicker,
#section_2 .sidebar_section_2 .views-exposed-form #edit-field-date-publication-value-wrapper .bef-datepicker,
#section_2 .sidebar_section_2 .views-exposed-form #edit-field-date-calendaire-value-1-wrapper .bef-datepicker {
  background: #ffffff;
  box-shadow: none;
  border-bottom: 2px solid #8a8a8a;
  height: 30px;
  line-height: 30px;
  width: 185px;
}
#section_2 .sidebar_section_2 .views-exposed-form #edit-field-date-hidden-value-wrapper .bef-datepicker:focus,
#section_2 .sidebar_section_2 .views-exposed-form #edit-field-date-calendaire-value-wrapper .bef-datepicker:focus,
#section_2 .sidebar_section_2 .views-exposed-form #edit-field-date-publication-value-wrapper .bef-datepicker:focus,
#section_2 .sidebar_section_2 .views-exposed-form #edit-field-date-calendaire-value-1-wrapper .bef-datepicker:focus {
  color: #585858;
}
#section_2 .sidebar_section_2 .views-exposed-form #edit-field-date-hidden-value-wrapper .form-item-field-date-hidden-value-min label,
#section_2 .sidebar_section_2 .views-exposed-form #edit-field-date-calendaire-value-wrapper .form-item-field-date-hidden-value-min label,
#section_2 .sidebar_section_2 .views-exposed-form #edit-field-date-publication-value-wrapper .form-item-field-date-hidden-value-min label,
#section_2 .sidebar_section_2 .views-exposed-form #edit-field-date-calendaire-value-1-wrapper .form-item-field-date-hidden-value-min label,
#section_2 .sidebar_section_2 .views-exposed-form #edit-field-date-hidden-value-wrapper .form-item-field-date-calendaire-value-min label,
#section_2 .sidebar_section_2 .views-exposed-form #edit-field-date-calendaire-value-wrapper .form-item-field-date-calendaire-value-min label,
#section_2 .sidebar_section_2 .views-exposed-form #edit-field-date-publication-value-wrapper .form-item-field-date-calendaire-value-min label,
#section_2 .sidebar_section_2 .views-exposed-form #edit-field-date-calendaire-value-1-wrapper .form-item-field-date-calendaire-value-min label,
#section_2 .sidebar_section_2 .views-exposed-form #edit-field-date-hidden-value-wrapper .form-item-field-date-publication-value-min label,
#section_2 .sidebar_section_2 .views-exposed-form #edit-field-date-calendaire-value-wrapper .form-item-field-date-publication-value-min label,
#section_2 .sidebar_section_2 .views-exposed-form #edit-field-date-publication-value-wrapper .form-item-field-date-publication-value-min label,
#section_2 .sidebar_section_2 .views-exposed-form #edit-field-date-calendaire-value-1-wrapper .form-item-field-date-publication-value-min label {
  display: none;
}
#section_2 .sidebar_section_2 .views-exposed-form #edit-field-date-hidden-value-wrapper .form-item-field-date-hidden-value-min:before,
#section_2 .sidebar_section_2 .views-exposed-form #edit-field-date-calendaire-value-wrapper .form-item-field-date-hidden-value-min:before,
#section_2 .sidebar_section_2 .views-exposed-form #edit-field-date-publication-value-wrapper .form-item-field-date-hidden-value-min:before,
#section_2 .sidebar_section_2 .views-exposed-form #edit-field-date-calendaire-value-1-wrapper .form-item-field-date-hidden-value-min:before,
#section_2 .sidebar_section_2 .views-exposed-form #edit-field-date-hidden-value-wrapper .form-item-field-date-calendaire-value-min:before,
#section_2 .sidebar_section_2 .views-exposed-form #edit-field-date-calendaire-value-wrapper .form-item-field-date-calendaire-value-min:before,
#section_2 .sidebar_section_2 .views-exposed-form #edit-field-date-publication-value-wrapper .form-item-field-date-calendaire-value-min:before,
#section_2 .sidebar_section_2 .views-exposed-form #edit-field-date-calendaire-value-1-wrapper .form-item-field-date-calendaire-value-min:before,
#section_2 .sidebar_section_2 .views-exposed-form #edit-field-date-hidden-value-wrapper .form-item-field-date-publication-value-min:before,
#section_2 .sidebar_section_2 .views-exposed-form #edit-field-date-calendaire-value-wrapper .form-item-field-date-publication-value-min:before,
#section_2 .sidebar_section_2 .views-exposed-form #edit-field-date-publication-value-wrapper .form-item-field-date-publication-value-min:before,
#section_2 .sidebar_section_2 .views-exposed-form #edit-field-date-calendaire-value-1-wrapper .form-item-field-date-publication-value-min:before {
  content: "Du";
  width: 32px;
  display: inline-block;
  vertical-align: bottom;
}
#section_2 .sidebar_section_2 .views-exposed-form #edit-field-date-hidden-value-wrapper .form-item-field-date-hidden-value-max label,
#section_2 .sidebar_section_2 .views-exposed-form #edit-field-date-calendaire-value-wrapper .form-item-field-date-hidden-value-max label,
#section_2 .sidebar_section_2 .views-exposed-form #edit-field-date-publication-value-wrapper .form-item-field-date-hidden-value-max label,
#section_2 .sidebar_section_2 .views-exposed-form #edit-field-date-calendaire-value-1-wrapper .form-item-field-date-hidden-value-max label,
#section_2 .sidebar_section_2 .views-exposed-form #edit-field-date-hidden-value-wrapper .form-item-field-date-calendaire-value-max label,
#section_2 .sidebar_section_2 .views-exposed-form #edit-field-date-calendaire-value-wrapper .form-item-field-date-calendaire-value-max label,
#section_2 .sidebar_section_2 .views-exposed-form #edit-field-date-publication-value-wrapper .form-item-field-date-calendaire-value-max label,
#section_2 .sidebar_section_2 .views-exposed-form #edit-field-date-calendaire-value-1-wrapper .form-item-field-date-calendaire-value-max label,
#section_2 .sidebar_section_2 .views-exposed-form #edit-field-date-hidden-value-wrapper .form-item-field-date-publication-value-max label,
#section_2 .sidebar_section_2 .views-exposed-form #edit-field-date-calendaire-value-wrapper .form-item-field-date-publication-value-max label,
#section_2 .sidebar_section_2 .views-exposed-form #edit-field-date-publication-value-wrapper .form-item-field-date-publication-value-max label,
#section_2 .sidebar_section_2 .views-exposed-form #edit-field-date-calendaire-value-1-wrapper .form-item-field-date-publication-value-max label {
  display: none;
}
#section_2 .sidebar_section_2 .views-exposed-form #edit-field-date-hidden-value-wrapper .form-item-field-date-hidden-value-max:before,
#section_2 .sidebar_section_2 .views-exposed-form #edit-field-date-calendaire-value-wrapper .form-item-field-date-hidden-value-max:before,
#section_2 .sidebar_section_2 .views-exposed-form #edit-field-date-publication-value-wrapper .form-item-field-date-hidden-value-max:before,
#section_2 .sidebar_section_2 .views-exposed-form #edit-field-date-calendaire-value-1-wrapper .form-item-field-date-hidden-value-max:before,
#section_2 .sidebar_section_2 .views-exposed-form #edit-field-date-hidden-value-wrapper .form-item-field-date-calendaire-value-max:before,
#section_2 .sidebar_section_2 .views-exposed-form #edit-field-date-calendaire-value-wrapper .form-item-field-date-calendaire-value-max:before,
#section_2 .sidebar_section_2 .views-exposed-form #edit-field-date-publication-value-wrapper .form-item-field-date-calendaire-value-max:before,
#section_2 .sidebar_section_2 .views-exposed-form #edit-field-date-calendaire-value-1-wrapper .form-item-field-date-calendaire-value-max:before,
#section_2 .sidebar_section_2 .views-exposed-form #edit-field-date-hidden-value-wrapper .form-item-field-date-publication-value-max:before,
#section_2 .sidebar_section_2 .views-exposed-form #edit-field-date-calendaire-value-wrapper .form-item-field-date-publication-value-max:before,
#section_2 .sidebar_section_2 .views-exposed-form #edit-field-date-publication-value-wrapper .form-item-field-date-publication-value-max:before,
#section_2 .sidebar_section_2 .views-exposed-form #edit-field-date-calendaire-value-1-wrapper .form-item-field-date-publication-value-max:before {
  content: "Au";
  width: 32px;
  display: inline-block;
  vertical-align: bottom;
}
#section_2 .sidebar_section_2 .views-exposed-form #edit-field-date-hidden-value-wrapper .form-item-field-date-hidden-value-min .description,
#section_2 .sidebar_section_2 .views-exposed-form #edit-field-date-calendaire-value-wrapper .form-item-field-date-hidden-value-min .description,
#section_2 .sidebar_section_2 .views-exposed-form #edit-field-date-publication-value-wrapper .form-item-field-date-hidden-value-min .description,
#section_2 .sidebar_section_2 .views-exposed-form #edit-field-date-calendaire-value-1-wrapper .form-item-field-date-hidden-value-min .description,
#section_2 .sidebar_section_2 .views-exposed-form #edit-field-date-hidden-value-wrapper .form-item-field-date-hidden-value-max .description,
#section_2 .sidebar_section_2 .views-exposed-form #edit-field-date-calendaire-value-wrapper .form-item-field-date-hidden-value-max .description,
#section_2 .sidebar_section_2 .views-exposed-form #edit-field-date-publication-value-wrapper .form-item-field-date-hidden-value-max .description,
#section_2 .sidebar_section_2 .views-exposed-form #edit-field-date-calendaire-value-1-wrapper .form-item-field-date-hidden-value-max .description,
#section_2 .sidebar_section_2 .views-exposed-form #edit-field-date-hidden-value-wrapper .form-item-field-date-calendaire-value-min .description,
#section_2 .sidebar_section_2 .views-exposed-form #edit-field-date-calendaire-value-wrapper .form-item-field-date-calendaire-value-min .description,
#section_2 .sidebar_section_2 .views-exposed-form #edit-field-date-publication-value-wrapper .form-item-field-date-calendaire-value-min .description,
#section_2 .sidebar_section_2 .views-exposed-form #edit-field-date-calendaire-value-1-wrapper .form-item-field-date-calendaire-value-min .description,
#section_2 .sidebar_section_2 .views-exposed-form #edit-field-date-hidden-value-wrapper .form-item-field-date-calendaire-value-max .description,
#section_2 .sidebar_section_2 .views-exposed-form #edit-field-date-calendaire-value-wrapper .form-item-field-date-calendaire-value-max .description,
#section_2 .sidebar_section_2 .views-exposed-form #edit-field-date-publication-value-wrapper .form-item-field-date-calendaire-value-max .description,
#section_2 .sidebar_section_2 .views-exposed-form #edit-field-date-calendaire-value-1-wrapper .form-item-field-date-calendaire-value-max .description,
#section_2 .sidebar_section_2 .views-exposed-form #edit-field-date-hidden-value-wrapper .form-item-field-date-publication-value-min .description,
#section_2 .sidebar_section_2 .views-exposed-form #edit-field-date-calendaire-value-wrapper .form-item-field-date-publication-value-min .description,
#section_2 .sidebar_section_2 .views-exposed-form #edit-field-date-publication-value-wrapper .form-item-field-date-publication-value-min .description,
#section_2 .sidebar_section_2 .views-exposed-form #edit-field-date-calendaire-value-1-wrapper .form-item-field-date-publication-value-min .description,
#section_2 .sidebar_section_2 .views-exposed-form #edit-field-date-hidden-value-wrapper .form-item-field-date-publication-value-max .description,
#section_2 .sidebar_section_2 .views-exposed-form #edit-field-date-calendaire-value-wrapper .form-item-field-date-publication-value-max .description,
#section_2 .sidebar_section_2 .views-exposed-form #edit-field-date-publication-value-wrapper .form-item-field-date-publication-value-max .description,
#section_2 .sidebar_section_2 .views-exposed-form #edit-field-date-calendaire-value-1-wrapper .form-item-field-date-publication-value-max .description {
  display: none;
}
#section_2 .sidebar_section_2 .views-exposed-form #edit-field-date-hidden-value-wrapper .form-item-field-date-hidden-value-min:after,
#section_2 .sidebar_section_2 .views-exposed-form #edit-field-date-calendaire-value-wrapper .form-item-field-date-hidden-value-min:after,
#section_2 .sidebar_section_2 .views-exposed-form #edit-field-date-publication-value-wrapper .form-item-field-date-hidden-value-min:after,
#section_2 .sidebar_section_2 .views-exposed-form #edit-field-date-calendaire-value-1-wrapper .form-item-field-date-hidden-value-min:after,
#section_2 .sidebar_section_2 .views-exposed-form #edit-field-date-hidden-value-wrapper .form-item-field-date-hidden-value-max:after,
#section_2 .sidebar_section_2 .views-exposed-form #edit-field-date-calendaire-value-wrapper .form-item-field-date-hidden-value-max:after,
#section_2 .sidebar_section_2 .views-exposed-form #edit-field-date-publication-value-wrapper .form-item-field-date-hidden-value-max:after,
#section_2 .sidebar_section_2 .views-exposed-form #edit-field-date-calendaire-value-1-wrapper .form-item-field-date-hidden-value-max:after,
#section_2 .sidebar_section_2 .views-exposed-form #edit-field-date-hidden-value-wrapper .form-item-field-date-calendaire-value-min:after,
#section_2 .sidebar_section_2 .views-exposed-form #edit-field-date-calendaire-value-wrapper .form-item-field-date-calendaire-value-min:after,
#section_2 .sidebar_section_2 .views-exposed-form #edit-field-date-publication-value-wrapper .form-item-field-date-calendaire-value-min:after,
#section_2 .sidebar_section_2 .views-exposed-form #edit-field-date-calendaire-value-1-wrapper .form-item-field-date-calendaire-value-min:after,
#section_2 .sidebar_section_2 .views-exposed-form #edit-field-date-hidden-value-wrapper .form-item-field-date-calendaire-value-max:after,
#section_2 .sidebar_section_2 .views-exposed-form #edit-field-date-calendaire-value-wrapper .form-item-field-date-calendaire-value-max:after,
#section_2 .sidebar_section_2 .views-exposed-form #edit-field-date-publication-value-wrapper .form-item-field-date-calendaire-value-max:after,
#section_2 .sidebar_section_2 .views-exposed-form #edit-field-date-calendaire-value-1-wrapper .form-item-field-date-calendaire-value-max:after,
#section_2 .sidebar_section_2 .views-exposed-form #edit-field-date-hidden-value-wrapper .form-item-field-date-publication-value-min:after,
#section_2 .sidebar_section_2 .views-exposed-form #edit-field-date-calendaire-value-wrapper .form-item-field-date-publication-value-min:after,
#section_2 .sidebar_section_2 .views-exposed-form #edit-field-date-publication-value-wrapper .form-item-field-date-publication-value-min:after,
#section_2 .sidebar_section_2 .views-exposed-form #edit-field-date-calendaire-value-1-wrapper .form-item-field-date-publication-value-min:after,
#section_2 .sidebar_section_2 .views-exposed-form #edit-field-date-hidden-value-wrapper .form-item-field-date-publication-value-max:after,
#section_2 .sidebar_section_2 .views-exposed-form #edit-field-date-calendaire-value-wrapper .form-item-field-date-publication-value-max:after,
#section_2 .sidebar_section_2 .views-exposed-form #edit-field-date-publication-value-wrapper .form-item-field-date-publication-value-max:after,
#section_2 .sidebar_section_2 .views-exposed-form #edit-field-date-calendaire-value-1-wrapper .form-item-field-date-publication-value-max:after {
  content: "";
  width: 16px;
  height: 17px;
  background: url(/sites/all/themes/custom/synchrotron/img/picto_calendrier.png) center no-repeat;
  display: inline-block;
  vertical-align: bottom;
  margin-left: 20px;
}
#section_2 .sidebar_section_2 .views-exposed-form #edit-field-date-hidden-value-wrapper #edit-field-date-hidden-value-min,
#section_2 .sidebar_section_2 .views-exposed-form #edit-field-date-calendaire-value-wrapper #edit-field-date-hidden-value-min,
#section_2 .sidebar_section_2 .views-exposed-form #edit-field-date-publication-value-wrapper #edit-field-date-hidden-value-min,
#section_2 .sidebar_section_2 .views-exposed-form #edit-field-date-calendaire-value-1-wrapper #edit-field-date-hidden-value-min,
#section_2 .sidebar_section_2 .views-exposed-form #edit-field-date-hidden-value-wrapper #edit-field-date-hidden-value-max,
#section_2 .sidebar_section_2 .views-exposed-form #edit-field-date-calendaire-value-wrapper #edit-field-date-hidden-value-max,
#section_2 .sidebar_section_2 .views-exposed-form #edit-field-date-publication-value-wrapper #edit-field-date-hidden-value-max,
#section_2 .sidebar_section_2 .views-exposed-form #edit-field-date-calendaire-value-1-wrapper #edit-field-date-hidden-value-max,
#section_2 .sidebar_section_2 .views-exposed-form #edit-field-date-hidden-value-wrapper #edit-field-date-calendaire-value-min,
#section_2 .sidebar_section_2 .views-exposed-form #edit-field-date-calendaire-value-wrapper #edit-field-date-calendaire-value-min,
#section_2 .sidebar_section_2 .views-exposed-form #edit-field-date-publication-value-wrapper #edit-field-date-calendaire-value-min,
#section_2 .sidebar_section_2 .views-exposed-form #edit-field-date-calendaire-value-1-wrapper #edit-field-date-calendaire-value-min,
#section_2 .sidebar_section_2 .views-exposed-form #edit-field-date-hidden-value-wrapper #edit-field-date-calendaire-value-max,
#section_2 .sidebar_section_2 .views-exposed-form #edit-field-date-calendaire-value-wrapper #edit-field-date-calendaire-value-max,
#section_2 .sidebar_section_2 .views-exposed-form #edit-field-date-publication-value-wrapper #edit-field-date-calendaire-value-max,
#section_2 .sidebar_section_2 .views-exposed-form #edit-field-date-calendaire-value-1-wrapper #edit-field-date-calendaire-value-max,
#section_2 .sidebar_section_2 .views-exposed-form #edit-field-date-hidden-value-wrapper #edit-field-date-publication-value-min,
#section_2 .sidebar_section_2 .views-exposed-form #edit-field-date-calendaire-value-wrapper #edit-field-date-publication-value-min,
#section_2 .sidebar_section_2 .views-exposed-form #edit-field-date-publication-value-wrapper #edit-field-date-publication-value-min,
#section_2 .sidebar_section_2 .views-exposed-form #edit-field-date-calendaire-value-1-wrapper #edit-field-date-publication-value-min,
#section_2 .sidebar_section_2 .views-exposed-form #edit-field-date-hidden-value-wrapper #edit-field-date-publication-value-max,
#section_2 .sidebar_section_2 .views-exposed-form #edit-field-date-calendaire-value-wrapper #edit-field-date-publication-value-max,
#section_2 .sidebar_section_2 .views-exposed-form #edit-field-date-publication-value-wrapper #edit-field-date-publication-value-max,
#section_2 .sidebar_section_2 .views-exposed-form #edit-field-date-calendaire-value-1-wrapper #edit-field-date-publication-value-max {
  display: inline-block;
}
#section_2 .sidebar_section_2 .views-exposed-form #edit-field-type-d-evenement-tid-wrapper > label,
#section_2 .sidebar_section_2 .views-exposed-form #edit-field-section-d-appartenance-tid-wrapper > label,
#section_2 .sidebar_section_2 .views-exposed-form #edit-field-cible-des-evenements-tid-wrapper > label {
  font-size: 20px;
  margin: 6px 0px;
}
#section_2 .sidebar_section_2 .views-exposed-form #edit-field-type-d-evenement-tid-wrapper {
  border-top: 1px dotted #585858;
  border-bottom: 1px dotted #585858;
  padding: 6px 0px;
}
#section_2 .sidebar_section_2 .views-exposed-form #edit-field-section-d-appartenance-tid-wrapper {
  border-top: 1px dotted #585858;
  padding: 6px 0px;
}
#section_2 .sidebar_section_2 .views-exposed-form #edit-field-cible-des-evenements-tid-wrapper {
  margin-top: 20px;
}
#section_2 .sidebar_section_2 .views-exposed-form input[type=submit] {
  margin-top: 30px;
  border: 1px solid #b82721;
}
#section_2 .region-section-2-sidebar-left.scroll {
  position: fixed;
  top: 90px;
  width: 262px;
}
#section_2 .region-section-2-sidebar-left.bottom {
  position: absolute;
  bottom: 0;
  top: 0;
}
#section_2 .region-section-2-sidebar-left.bottom > .block-views {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.i18n-en #section_2 .sidebar_section_2 .views-exposed-form #edit-field-date-hidden-value-wrapper .form-item-field-date-hidden-value-min:before,
.i18n-en #section_2 .sidebar_section_2 .views-exposed-form #edit-field-date-calendaire-value-wrapper .form-item-field-date-hidden-value-min:before,
.i18n-en #section_2 .sidebar_section_2 .views-exposed-form #edit-field-date-publication-value-wrapper .form-item-field-date-hidden-value-min:before,
.i18n-en #section_2 .sidebar_section_2 .views-exposed-form #edit-field-date-hidden-value-wrapper .form-item-field-date-calendaire-value-min:before,
.i18n-en #section_2 .sidebar_section_2 .views-exposed-form #edit-field-date-calendaire-value-wrapper .form-item-field-date-calendaire-value-min:before,
.i18n-en #section_2 .sidebar_section_2 .views-exposed-form #edit-field-date-publication-value-wrapper .form-item-field-date-calendaire-value-min:before,
.i18n-en #section_2 .sidebar_section_2 .views-exposed-form #edit-field-date-hidden-value-wrapper .form-item-field-date-publication-value-min:before,
.i18n-en #section_2 .sidebar_section_2 .views-exposed-form #edit-field-date-calendaire-value-wrapper .form-item-field-date-publication-value-min:before,
.i18n-en #section_2 .sidebar_section_2 .views-exposed-form #edit-field-date-publication-value-wrapper .form-item-field-date-publication-value-min:before {
  content: "From";
}
.i18n-en #section_2 .sidebar_section_2 .views-exposed-form #edit-field-date-hidden-value-wrapper .form-item-field-date-hidden-value-max:before,
.i18n-en #section_2 .sidebar_section_2 .views-exposed-form #edit-field-date-calendaire-value-wrapper .form-item-field-date-hidden-value-max:before,
.i18n-en #section_2 .sidebar_section_2 .views-exposed-form #edit-field-date-publication-value-wrapper .form-item-field-date-hidden-value-max:before,
.i18n-en #section_2 .sidebar_section_2 .views-exposed-form #edit-field-date-hidden-value-wrapper .form-item-field-date-calendaire-value-max:before,
.i18n-en #section_2 .sidebar_section_2 .views-exposed-form #edit-field-date-calendaire-value-wrapper .form-item-field-date-calendaire-value-max:before,
.i18n-en #section_2 .sidebar_section_2 .views-exposed-form #edit-field-date-publication-value-wrapper .form-item-field-date-calendaire-value-max:before,
.i18n-en #section_2 .sidebar_section_2 .views-exposed-form #edit-field-date-hidden-value-wrapper .form-item-field-date-publication-value-max:before,
.i18n-en #section_2 .sidebar_section_2 .views-exposed-form #edit-field-date-calendaire-value-wrapper .form-item-field-date-publication-value-max:before,
.i18n-en #section_2 .sidebar_section_2 .views-exposed-form #edit-field-date-publication-value-wrapper .form-item-field-date-publication-value-max:before {
  content: "To";
}
.page-publications #section_2 .sidebar_section_2.left .views-exposed-form #edit-field-lignes-de-lumiere-tid-wrapper {
  border-top: 0px;
  padding: 0px;
}
.page-publications #section_2 .sidebar_section_2.left .views-exposed-form #edit-s-wrapper label,
.page-publications #section_2 .sidebar_section_2.left .views-exposed-form #edit-combine-wrapper label {
  display: block;
  border-bottom: 1px dotted #585858;
  padding-top: 16px;
  padding-bottom: 6px;
  margin-bottom: 8px;
}
.page-publications #section_2 .sidebar_section_2.left .views-exposed-form .form-item-sort-bef-combine,
.page-publications #section_2 .sidebar_section_2.left .views-exposed-form #edit-field-sections-scientifiques-tid-wrapper {
  display: none;
}
.page-videos #section_2 .sidebar_section_2 .views-exposed-form #edit-field-cible-des-evenements-tid-wrapper {
  margin-top: 0px;
}
.not-logged-in #section_2 .sidebar_section_2 .views-exposed-form #edit-field-abreviation-tid-wrapper,
#section_2 .sidebar_section_2 .views-exposed-form #edit-field-groupe-nid-wrapper {
  display: none;
}
.node .links.inline {
  display: none;
}
.node-type-ligne-de-lumiere .region-section-2 .chapo.ligne_de_lumiere,
.node-type--v-nement .region-section-2 .chapo.ligne_de_lumiere,
.node-type-groupe-support .region-section-2 .chapo.ligne_de_lumiere {
  background: #b82721;
  padding: 20px;
  font-size: 0;
  margin-bottom: 45px;
}
.node-type-ligne-de-lumiere .region-section-2 .chapo.ligne_de_lumiere .logo_ligne,
.node-type--v-nement .region-section-2 .chapo.ligne_de_lumiere .logo_ligne,
.node-type-groupe-support .region-section-2 .chapo.ligne_de_lumiere .logo_ligne {
  display: inline-block;
  vertical-align: top;
  padding-top: 5px;
}
.node-type-ligne-de-lumiere .region-section-2 .chapo.ligne_de_lumiere .logo_ligne img,
.node-type--v-nement .region-section-2 .chapo.ligne_de_lumiere .logo_ligne img,
.node-type-groupe-support .region-section-2 .chapo.ligne_de_lumiere .logo_ligne img {
  width: 178px;
  padding-right: 30px;
}
.node-type-ligne-de-lumiere .region-section-2 .chapo.ligne_de_lumiere .texte,
.node-type--v-nement .region-section-2 .chapo.ligne_de_lumiere .texte,
.node-type-groupe-support .region-section-2 .chapo.ligne_de_lumiere .texte {
  display: inline-block;
  vertical-align: top;
  width: 630px;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.4;
  font-weight: lighter;
}
.node-type-ligne-de-lumiere .region-section-2 .chapo.ligne_de_lumiere .texte a,
.node-type--v-nement .region-section-2 .chapo.ligne_de_lumiere .texte a,
.node-type-groupe-support .region-section-2 .chapo.ligne_de_lumiere .texte a,
.node-type-ligne-de-lumiere .region-section-2 .chapo.ligne_de_lumiere .texte a:visited,
.node-type--v-nement .region-section-2 .chapo.ligne_de_lumiere .texte a:visited,
.node-type-groupe-support .region-section-2 .chapo.ligne_de_lumiere .texte a:visited,
.node-type-ligne-de-lumiere .region-section-2 .chapo.ligne_de_lumiere .texte a:hover,
.node-type--v-nement .region-section-2 .chapo.ligne_de_lumiere .texte a:hover,
.node-type-groupe-support .region-section-2 .chapo.ligne_de_lumiere .texte a:hover {
  color: white;
  text-decoration: underline;
}
.node-type-ligne-de-lumiere .region-section-2 .chapo.ligne_de_lumiere .texte .file .file-icon,
.node-type--v-nement .region-section-2 .chapo.ligne_de_lumiere .texte .file .file-icon,
.node-type-groupe-support .region-section-2 .chapo.ligne_de_lumiere .texte .file .file-icon,
.node-type-ligne-de-lumiere .region-section-2 .chapo.ligne_de_lumiere .texte .file .file-size,
.node-type--v-nement .region-section-2 .chapo.ligne_de_lumiere .texte .file .file-size,
.node-type-groupe-support .region-section-2 .chapo.ligne_de_lumiere .texte .file .file-size {
  display: none;
}
.node-type-ligne-de-lumiere .region-section-2 .view-paragraphes .Paragraphs,
.node-type--v-nement .region-section-2 .view-paragraphes .Paragraphs,
.node-type-groupe-support .region-section-2 .view-paragraphes .Paragraphs {
  margin-bottom: 60px;
}
.node-type-ligne-de-lumiere .region-section-2 .view-paragraphes .Paragraphs.sous-bloc-rte,
.node-type--v-nement .region-section-2 .view-paragraphes .Paragraphs.sous-bloc-rte,
.node-type-groupe-support .region-section-2 .view-paragraphes .Paragraphs.sous-bloc-rte {
  margin-bottom: 30px;
}
.node-type-ligne-de-lumiere .region-section-2 .view-paragraphes h2,
.node-type--v-nement .region-section-2 .view-paragraphes h2,
.node-type-groupe-support .region-section-2 .view-paragraphes h2 {
  font-size: 36px;
  color: #585858;
  font-weight: normal;
  border-bottom: 2px solid #d5d5d5;
  padding-bottom: 9px;
  margin-bottom: 20px;
}
.node-type-ligne-de-lumiere .region-section-2 .view-paragraphes .wrap_titre_contenu_lie,
.node-type--v-nement .region-section-2 .view-paragraphes .wrap_titre_contenu_lie,
.node-type-groupe-support .region-section-2 .view-paragraphes .wrap_titre_contenu_lie {
  border-bottom: 2px solid #d5d5d5;
  padding-bottom: 9px;
  padding-left: 60px;
  margin-top: 70px;
  margin-bottom: 15px;
  padding-top: 5px;
}
.node-type-ligne-de-lumiere .region-section-2 .view-paragraphes .wrap_titre_contenu_lie.Paragraphs-bundle-les_actualites_de_la_ligne,
.node-type--v-nement .region-section-2 .view-paragraphes .wrap_titre_contenu_lie.Paragraphs-bundle-les_actualites_de_la_ligne,
.node-type-groupe-support .region-section-2 .view-paragraphes .wrap_titre_contenu_lie.Paragraphs-bundle-les_actualites_de_la_ligne {
  background: url(/sites/all/themes/custom/synchrotron/img/picto_actualites.png) left top no-repeat;
}
.node-type-ligne-de-lumiere .region-section-2 .view-paragraphes .wrap_titre_contenu_lie.Paragraphs-bundle-les_videos_de_la_ligne,
.node-type--v-nement .region-section-2 .view-paragraphes .wrap_titre_contenu_lie.Paragraphs-bundle-les_videos_de_la_ligne,
.node-type-groupe-support .region-section-2 .view-paragraphes .wrap_titre_contenu_lie.Paragraphs-bundle-les_videos_de_la_ligne {
  background: url(/sites/all/themes/custom/synchrotron/img/picto_videos.png) left top no-repeat;
}
.node-type-ligne-de-lumiere .region-section-2 .view-paragraphes .wrap_titre_contenu_lie .titre_contenu_lie,
.node-type--v-nement .region-section-2 .view-paragraphes .wrap_titre_contenu_lie .titre_contenu_lie,
.node-type-groupe-support .region-section-2 .view-paragraphes .wrap_titre_contenu_lie .titre_contenu_lie {
  font-size: 24px;
  color: #b82721;
  text-transform: uppercase;
  margin-top: -2px;
  margin-bottom: 2px;
  display: inline-block;
}
.node-type-ligne-de-lumiere .region-section-2 .view-paragraphes .wrap_titre_contenu_lie a,
.node-type--v-nement .region-section-2 .view-paragraphes .wrap_titre_contenu_lie a,
.node-type-groupe-support .region-section-2 .view-paragraphes .wrap_titre_contenu_lie a {
  float: right;
  color: #585858;
  font-style: italic;
  font-size: 12px;
  line-height: 3.5;
}
.node-type-ligne-de-lumiere .region-section-2 .view-paragraphes .wrap_titre_contenu_lie a:after,
.node-type--v-nement .region-section-2 .view-paragraphes .wrap_titre_contenu_lie a:after,
.node-type-groupe-support .region-section-2 .view-paragraphes .wrap_titre_contenu_lie a:after {
  content: ">";
  padding-left: 4px;
}
.node-type-ligne-de-lumiere .region-section-2 .view-paragraphes .wrap_titre_contenu_lie a:hover,
.node-type--v-nement .region-section-2 .view-paragraphes .wrap_titre_contenu_lie a:hover,
.node-type-groupe-support .region-section-2 .view-paragraphes .wrap_titre_contenu_lie a:hover {
  color: #b82721;
}
.node-type-ligne-de-lumiere .region-section-2 .view-paragraphes .Paragraphs.offres-d-emploi,
.node-type--v-nement .region-section-2 .view-paragraphes .Paragraphs.offres-d-emploi,
.node-type-groupe-support .region-section-2 .view-paragraphes .Paragraphs.offres-d-emploi,
.node-type-ligne-de-lumiere .region-section-2 .view-paragraphes .paragraphs-bundle-offres-d-emploi,
.node-type--v-nement .region-section-2 .view-paragraphes .paragraphs-bundle-offres-d-emploi,
.node-type-groupe-support .region-section-2 .view-paragraphes .paragraphs-bundle-offres-d-emploi {
  border: 1px solid #d5d5d5;
  padding: 20px 0px;
  padding-right: 50px;
  padding-left: 125px;
  margin-top: 40px;
  background: url(/sites/all/themes/custom/synchrotron/img/picto_offres.png) 30px 26px no-repeat #ededed;
  min-height: 135px;
  overflow: auto;
}
.node-type-ligne-de-lumiere .region-section-2 .view-paragraphes .Paragraphs.offres-d-emploi h2,
.node-type--v-nement .region-section-2 .view-paragraphes .Paragraphs.offres-d-emploi h2,
.node-type-groupe-support .region-section-2 .view-paragraphes .Paragraphs.offres-d-emploi h2,
.node-type-ligne-de-lumiere .region-section-2 .view-paragraphes .paragraphs-bundle-offres-d-emploi h2,
.node-type--v-nement .region-section-2 .view-paragraphes .paragraphs-bundle-offres-d-emploi h2,
.node-type-groupe-support .region-section-2 .view-paragraphes .paragraphs-bundle-offres-d-emploi h2 {
  font-size: 24px;
  color: #b82721;
  border-bottom: 0px;
  margin: 0px;
  padding-bottom: 5px;
}
.node-type-ligne-de-lumiere .region-section-2 .view-paragraphes .Paragraphs.offres-d-emploi .rte p,
.node-type--v-nement .region-section-2 .view-paragraphes .Paragraphs.offres-d-emploi .rte p,
.node-type-groupe-support .region-section-2 .view-paragraphes .Paragraphs.offres-d-emploi .rte p,
.node-type-ligne-de-lumiere .region-section-2 .view-paragraphes .paragraphs-bundle-offres-d-emploi .rte p,
.node-type--v-nement .region-section-2 .view-paragraphes .paragraphs-bundle-offres-d-emploi .rte p,
.node-type-groupe-support .region-section-2 .view-paragraphes .paragraphs-bundle-offres-d-emploi .rte p {
  line-height: 1.4;
  font-weight: normal;
}
.node-type-ligne-de-lumiere .region-section-2 .view-paragraphes .Paragraphs.offres-d-emploi .rte img,
.node-type--v-nement .region-section-2 .view-paragraphes .Paragraphs.offres-d-emploi .rte img,
.node-type-groupe-support .region-section-2 .view-paragraphes .Paragraphs.offres-d-emploi .rte img,
.node-type-ligne-de-lumiere .region-section-2 .view-paragraphes .paragraphs-bundle-offres-d-emploi .rte img,
.node-type--v-nement .region-section-2 .view-paragraphes .paragraphs-bundle-offres-d-emploi .rte img,
.node-type-groupe-support .region-section-2 .view-paragraphes .paragraphs-bundle-offres-d-emploi .rte img {
  margin-top: 0px;
}
.node-type-ligne-de-lumiere .region-section-2 .view-paragraphes .Paragraphs.bloc-donnees-techniques .donnee_technique,
.node-type--v-nement .region-section-2 .view-paragraphes .Paragraphs.bloc-donnees-techniques .donnee_technique,
.node-type-groupe-support .region-section-2 .view-paragraphes .Paragraphs.bloc-donnees-techniques .donnee_technique,
.node-type-ligne-de-lumiere .region-section-2 .view-paragraphes .paragraphs-bundle-bloc-donnees-techniques .donnee_technique,
.node-type--v-nement .region-section-2 .view-paragraphes .paragraphs-bundle-bloc-donnees-techniques .donnee_technique,
.node-type-groupe-support .region-section-2 .view-paragraphes .paragraphs-bundle-bloc-donnees-techniques .donnee_technique {
  font-size: 0px;
  border-bottom: 1px solid #d5d5d5;
  padding: 20px 0px;
}
.node-type-ligne-de-lumiere .region-section-2 .view-paragraphes .Paragraphs.bloc-donnees-techniques .donnee_technique .titre,
.node-type--v-nement .region-section-2 .view-paragraphes .Paragraphs.bloc-donnees-techniques .donnee_technique .titre,
.node-type-groupe-support .region-section-2 .view-paragraphes .Paragraphs.bloc-donnees-techniques .donnee_technique .titre,
.node-type-ligne-de-lumiere .region-section-2 .view-paragraphes .paragraphs-bundle-bloc-donnees-techniques .donnee_technique .titre,
.node-type--v-nement .region-section-2 .view-paragraphes .paragraphs-bundle-bloc-donnees-techniques .donnee_technique .titre,
.node-type-groupe-support .region-section-2 .view-paragraphes .paragraphs-bundle-bloc-donnees-techniques .donnee_technique .titre {
  display: inline-block;
  vertical-align: top;
  width: 170px;
  font-size: 18px;
  margin-right: 28px;
  color: #b82721;
  font-weight: bold;
}
.node-type-ligne-de-lumiere .region-section-2 .view-paragraphes .Paragraphs.bloc-donnees-techniques .donnee_technique .contenu,
.node-type--v-nement .region-section-2 .view-paragraphes .Paragraphs.bloc-donnees-techniques .donnee_technique .contenu,
.node-type-groupe-support .region-section-2 .view-paragraphes .Paragraphs.bloc-donnees-techniques .donnee_technique .contenu,
.node-type-ligne-de-lumiere .region-section-2 .view-paragraphes .paragraphs-bundle-bloc-donnees-techniques .donnee_technique .contenu,
.node-type--v-nement .region-section-2 .view-paragraphes .paragraphs-bundle-bloc-donnees-techniques .donnee_technique .contenu,
.node-type-groupe-support .region-section-2 .view-paragraphes .paragraphs-bundle-bloc-donnees-techniques .donnee_technique .contenu {
  display: inline-block;
  vertical-align: top;
  width: auto;
  font-size: 14px;
  width: 650px;
  line-height: 1.8;
}
.node-type-ligne-de-lumiere .region-section-2 .view-paragraphes .Paragraphs.bloc-donnees-techniques .donnee_technique .contenu img,
.node-type--v-nement .region-section-2 .view-paragraphes .Paragraphs.bloc-donnees-techniques .donnee_technique .contenu img,
.node-type-groupe-support .region-section-2 .view-paragraphes .Paragraphs.bloc-donnees-techniques .donnee_technique .contenu img,
.node-type-ligne-de-lumiere .region-section-2 .view-paragraphes .paragraphs-bundle-bloc-donnees-techniques .donnee_technique .contenu img,
.node-type--v-nement .region-section-2 .view-paragraphes .paragraphs-bundle-bloc-donnees-techniques .donnee_technique .contenu img,
.node-type-groupe-support .region-section-2 .view-paragraphes .paragraphs-bundle-bloc-donnees-techniques .donnee_technique .contenu img {
  margin: 10px 0px;
  max-width: 650px;
  height: auto;
}
.node-type-ligne-de-lumiere .region-section-2 .view-paragraphes .Paragraphs.bloc-donnees-techniques .donnee_technique .contenu ul,
.node-type--v-nement .region-section-2 .view-paragraphes .Paragraphs.bloc-donnees-techniques .donnee_technique .contenu ul,
.node-type-groupe-support .region-section-2 .view-paragraphes .Paragraphs.bloc-donnees-techniques .donnee_technique .contenu ul,
.node-type-ligne-de-lumiere .region-section-2 .view-paragraphes .paragraphs-bundle-bloc-donnees-techniques .donnee_technique .contenu ul,
.node-type--v-nement .region-section-2 .view-paragraphes .paragraphs-bundle-bloc-donnees-techniques .donnee_technique .contenu ul,
.node-type-groupe-support .region-section-2 .view-paragraphes .paragraphs-bundle-bloc-donnees-techniques .donnee_technique .contenu ul {
  padding-left: 40px;
}
.node-type-ligne-de-lumiere .region-section-2 .view-paragraphes .Paragraphs.bloc-donnees-techniques .donnee_technique .contenu ul li:before,
.node-type--v-nement .region-section-2 .view-paragraphes .Paragraphs.bloc-donnees-techniques .donnee_technique .contenu ul li:before,
.node-type-groupe-support .region-section-2 .view-paragraphes .Paragraphs.bloc-donnees-techniques .donnee_technique .contenu ul li:before,
.node-type-ligne-de-lumiere .region-section-2 .view-paragraphes .paragraphs-bundle-bloc-donnees-techniques .donnee_technique .contenu ul li:before,
.node-type--v-nement .region-section-2 .view-paragraphes .paragraphs-bundle-bloc-donnees-techniques .donnee_technique .contenu ul li:before,
.node-type-groupe-support .region-section-2 .view-paragraphes .paragraphs-bundle-bloc-donnees-techniques .donnee_technique .contenu ul li:before {
  content: "•";
  margin-right: 4px;
}
.node-type-ligne-de-lumiere .region-section-2 .view-paragraphes .Paragraphs.bloc-donnees-techniques .donnee_technique .contenu strong,
.node-type--v-nement .region-section-2 .view-paragraphes .Paragraphs.bloc-donnees-techniques .donnee_technique .contenu strong,
.node-type-groupe-support .region-section-2 .view-paragraphes .Paragraphs.bloc-donnees-techniques .donnee_technique .contenu strong,
.node-type-ligne-de-lumiere .region-section-2 .view-paragraphes .paragraphs-bundle-bloc-donnees-techniques .donnee_technique .contenu strong,
.node-type--v-nement .region-section-2 .view-paragraphes .paragraphs-bundle-bloc-donnees-techniques .donnee_technique .contenu strong,
.node-type-groupe-support .region-section-2 .view-paragraphes .paragraphs-bundle-bloc-donnees-techniques .donnee_technique .contenu strong {
  color: #b82721;
}
.node-type-ligne-de-lumiere .region-section-2 .view-paragraphes .Paragraphs.bloc-twitter,
.node-type--v-nement .region-section-2 .view-paragraphes .Paragraphs.bloc-twitter,
.node-type-groupe-support .region-section-2 .view-paragraphes .Paragraphs.bloc-twitter {
  margin-top: 70px;
}
.node-type-ligne-de-lumiere .region-section-2 .view-paragraphes .Paragraphs.bloc-twitter h2,
.node-type--v-nement .region-section-2 .view-paragraphes .Paragraphs.bloc-twitter h2,
.node-type-groupe-support .region-section-2 .view-paragraphes .Paragraphs.bloc-twitter h2 {
  font-size: 24px;
  color: #b82721;
  text-transform: uppercase;
  margin-top: -2px;
  margin-bottom: 2px;
  background: url(/sites/all/themes/custom/synchrotron/img/picto_twitter.png) left top no-repeat;
  padding-left: 60px;
}
.node-type-ligne-de-lumiere .region-section-2 .view-paragraphes .Paragraphs.bloc-twitter .twitter-list,
.node-type--v-nement .region-section-2 .view-paragraphes .Paragraphs.bloc-twitter .twitter-list,
.node-type-groupe-support .region-section-2 .view-paragraphes .Paragraphs.bloc-twitter .twitter-list {
  padding: 0px 60px;
}
.node-type-ligne-de-lumiere .region-section-2 .view-paragraphes .Paragraphs.bloc-twitter .twitter-list li,
.node-type--v-nement .region-section-2 .view-paragraphes .Paragraphs.bloc-twitter .twitter-list li,
.node-type-groupe-support .region-section-2 .view-paragraphes .Paragraphs.bloc-twitter .twitter-list li {
  padding: 20px 0px;
  border-bottom: 1px solid #d5d5d5;
}
.node-type-ligne-de-lumiere .region-section-2 .view-paragraphes .Paragraphs.bloc-twitter .twitter-list li:last-child,
.node-type--v-nement .region-section-2 .view-paragraphes .Paragraphs.bloc-twitter .twitter-list li:last-child,
.node-type-groupe-support .region-section-2 .view-paragraphes .Paragraphs.bloc-twitter .twitter-list li:last-child {
  border: 0px;
}
.node-type-ligne-de-lumiere .region-section-2 .view-paragraphes .bloc_localisation,
.node-type--v-nement .region-section-2 .view-paragraphes .bloc_localisation,
.node-type-groupe-support .region-section-2 .view-paragraphes .bloc_localisation {
  padding-top: 50px;
  margin-top: 30px;
  border-top: 2px solid #d5d5d5;
  font-size: 0px;
}
.node-type-ligne-de-lumiere .region-section-2 .view-paragraphes .bloc_localisation .localisation_left,
.node-type--v-nement .region-section-2 .view-paragraphes .bloc_localisation .localisation_left,
.node-type-groupe-support .region-section-2 .view-paragraphes .bloc_localisation .localisation_left {
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  width: 360px;
  border: 1px solid #d5d5d5;
  margin-right: 30px;
  min-height: 252px;
  padding: 20px;
  padding-left: 80px;
  background: url(/sites/all/themes/custom/synchrotron/img/picto_map.png) 20px 20px no-repeat #ededed;
}
.node-type-ligne-de-lumiere .region-section-2 .view-paragraphes .bloc_localisation .localisation_left h3,
.node-type--v-nement .region-section-2 .view-paragraphes .bloc_localisation .localisation_left h3,
.node-type-groupe-support .region-section-2 .view-paragraphes .bloc_localisation .localisation_left h3 {
  font-size: 24px;
  color: #b82721;
  font-weight: bold;
  margin-bottom: 4px;
  font-weight: normal;
}
.node-type-ligne-de-lumiere .region-section-2 .view-paragraphes .bloc_localisation .localisation_left .rte p,
.node-type--v-nement .region-section-2 .view-paragraphes .bloc_localisation .localisation_left .rte p,
.node-type-groupe-support .region-section-2 .view-paragraphes .bloc_localisation .localisation_left .rte p {
  line-height: 1.4;
}
.node-type-ligne-de-lumiere .region-section-2 .view-paragraphes .bloc_localisation .localisation_left .rte strong,
.node-type--v-nement .region-section-2 .view-paragraphes .bloc_localisation .localisation_left .rte strong,
.node-type-groupe-support .region-section-2 .view-paragraphes .bloc_localisation .localisation_left .rte strong {
  color: #b82721;
}
.node-type-ligne-de-lumiere .region-section-2 .view-paragraphes .bloc_localisation .localisation_left .telephone,
.node-type--v-nement .region-section-2 .view-paragraphes .bloc_localisation .localisation_left .telephone,
.node-type-groupe-support .region-section-2 .view-paragraphes .bloc_localisation .localisation_left .telephone {
  margin-top: 8px;
}
.node-type-ligne-de-lumiere .region-section-2 .view-paragraphes .bloc_localisation .localisation_left .acces,
.node-type--v-nement .region-section-2 .view-paragraphes .bloc_localisation .localisation_left .acces,
.node-type-groupe-support .region-section-2 .view-paragraphes .bloc_localisation .localisation_left .acces {
  margin-top: 10px;
}
.node-type-ligne-de-lumiere .region-section-2 .view-paragraphes .bloc_localisation .localisation_right,
.node-type--v-nement .region-section-2 .view-paragraphes .bloc_localisation .localisation_right,
.node-type-groupe-support .region-section-2 .view-paragraphes .bloc_localisation .localisation_right {
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  width: 458px;
  height: 252px;
}
.node-type-ligne-de-lumiere .region-section-2 .view-paragraphes .bloc_localisation .localisation_right .lien_contact,
.node-type--v-nement .region-section-2 .view-paragraphes .bloc_localisation .localisation_right .lien_contact,
.node-type-groupe-support .region-section-2 .view-paragraphes .bloc_localisation .localisation_right .lien_contact {
  background: #b82721;
  color: #ffffff;
  height: 40px;
  line-height: 40px;
  padding: 0px 20px;
}
.node-type-ligne-de-lumiere .region-section-2 .view-paragraphes .bloc_localisation .localisation_right .lien_contact a,
.node-type--v-nement .region-section-2 .view-paragraphes .bloc_localisation .localisation_right .lien_contact a,
.node-type-groupe-support .region-section-2 .view-paragraphes .bloc_localisation .localisation_right .lien_contact a {
  background: #ededed;
  color: #7b1a14;
  text-transform: uppercase;
  padding: 0px 8px;
  font-weight: bold;
  height: 24px;
  line-height: 24px;
  float: right;
  margin-top: 8px;
}
.node-type-ligne-de-lumiere .region-section-2 .view-paragraphes .bloc_localisation .localisation_right .map,
.node-type--v-nement .region-section-2 .view-paragraphes .bloc_localisation .localisation_right .map,
.node-type-groupe-support .region-section-2 .view-paragraphes .bloc_localisation .localisation_right .map {
  margin-top: 14px;
}
.node-type-ligne-de-lumiere .region-section-2 .view-paragraphes .bloc_localisation .localisation_right .map #ip-geoloc-map-of-view-g_olocalisation-block,
.node-type--v-nement .region-section-2 .view-paragraphes .bloc_localisation .localisation_right .map #ip-geoloc-map-of-view-g_olocalisation-block,
.node-type-groupe-support .region-section-2 .view-paragraphes .bloc_localisation .localisation_right .map #ip-geoloc-map-of-view-g_olocalisation-block {
  border: 1px solid #d5d5d5;
  width: 458px;
  height: 198px !important;
}
.node-type-ligne-de-lumiere .region-section-2 .view-paragraphes .bloc_liens_utiles,
.node-type--v-nement .region-section-2 .view-paragraphes .bloc_liens_utiles,
.node-type-groupe-support .region-section-2 .view-paragraphes .bloc_liens_utiles {
  padding-top: 30px;
  margin-top: 40px;
  border-top: 2px solid #d5d5d5;
  font-size: 0px;
}
.node-type-ligne-de-lumiere .region-section-2 .view-paragraphes .bloc_liens_utiles h3,
.node-type--v-nement .region-section-2 .view-paragraphes .bloc_liens_utiles h3,
.node-type-groupe-support .region-section-2 .view-paragraphes .bloc_liens_utiles h3 {
  font-size: 24px;
  color: #b82721;
  font-weight: normal;
  margin-bottom: 4px;
}
.node-type-ligne-de-lumiere .region-section-2 .view-paragraphes .bloc_liens_utiles .liens_left,
.node-type--v-nement .region-section-2 .view-paragraphes .bloc_liens_utiles .liens_left,
.node-type-groupe-support .region-section-2 .view-paragraphes .bloc_liens_utiles .liens_left {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  width: 568px;
  padding-right: 110px;
}
.node-type-ligne-de-lumiere .region-section-2 .view-paragraphes .bloc_liens_utiles .liens_left .rte p,
.node-type--v-nement .region-section-2 .view-paragraphes .bloc_liens_utiles .liens_left .rte p,
.node-type-groupe-support .region-section-2 .view-paragraphes .bloc_liens_utiles .liens_left .rte p {
  line-height: 1.4;
}
.node-type-ligne-de-lumiere .region-section-2 .view-paragraphes .bloc_liens_utiles .liens_right,
.node-type--v-nement .region-section-2 .view-paragraphes .bloc_liens_utiles .liens_right,
.node-type-groupe-support .region-section-2 .view-paragraphes .bloc_liens_utiles .liens_right {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  width: 280px;
}
.node-type-ligne-de-lumiere .region-section-2 .view-paragraphes .bloc_liens_utiles .liens_right ul li,
.node-type--v-nement .region-section-2 .view-paragraphes .bloc_liens_utiles .liens_right ul li,
.node-type-groupe-support .region-section-2 .view-paragraphes .bloc_liens_utiles .liens_right ul li {
  border-top: 1px dotted #585858;
  padding: 4px 0px;
  list-style: none;
}
.node-type-ligne-de-lumiere .region-section-2 .view-paragraphes .bloc_liens_utiles .liens_right ul li a,
.node-type--v-nement .region-section-2 .view-paragraphes .bloc_liens_utiles .liens_right ul li a,
.node-type-groupe-support .region-section-2 .view-paragraphes .bloc_liens_utiles .liens_right ul li a {
  color: #585858;
  display: block;
  background: url(/sites/all/themes/custom/synchrotron/img/accordion_arrow_right.png) right no-repeat;
  padding-right: 15px;
}
.node-type-ligne-de-lumiere .region-section-2 .view-paragraphes .bloc_liens_utiles .liens_right ul li a:before,
.node-type--v-nement .region-section-2 .view-paragraphes .bloc_liens_utiles .liens_right ul li a:before,
.node-type-groupe-support .region-section-2 .view-paragraphes .bloc_liens_utiles .liens_right ul li a:before {
  content: "•";
  padding-right: 6px;
}
.node-type-ligne-de-lumiere .region-section-2 .view-paragraphes .bloc_liens_utiles .liens_right ul li a:hover,
.node-type--v-nement .region-section-2 .view-paragraphes .bloc_liens_utiles .liens_right ul li a:hover,
.node-type-groupe-support .region-section-2 .view-paragraphes .bloc_liens_utiles .liens_right ul li a:hover {
  color: #b82721;
}
.node-type-ligne-de-lumiere .region-section-2 .view-paragraphes .bloc_liens_utiles .liens_right ul li.last,
.node-type--v-nement .region-section-2 .view-paragraphes .bloc_liens_utiles .liens_right ul li.last,
.node-type-groupe-support .region-section-2 .view-paragraphes .bloc_liens_utiles .liens_right ul li.last {
  border-bottom: 1px dotted #585858;
}
.node-type-ligne-de-lumiere .region-section-2 .view-paragraphes .bloc_listing_rte h3,
.node-type--v-nement .region-section-2 .view-paragraphes .bloc_listing_rte h3,
.node-type-groupe-support .region-section-2 .view-paragraphes .bloc_listing_rte h3 {
  font-size: 24px;
  color: #b82721;
  font-weight: normal;
  margin-bottom: 4px;
}
.node-type-ligne-de-lumiere .region-section-2 .view-paragraphes .bloc_listing_rte .liste_rte,
.node-type--v-nement .region-section-2 .view-paragraphes .bloc_listing_rte .liste_rte,
.node-type-groupe-support .region-section-2 .view-paragraphes .bloc_listing_rte .liste_rte {
  font-size: 0px;
}
.node-type-ligne-de-lumiere .region-section-2 .view-paragraphes .bloc_listing_rte .liste_rte ul,
.node-type--v-nement .region-section-2 .view-paragraphes .bloc_listing_rte .liste_rte ul,
.node-type-groupe-support .region-section-2 .view-paragraphes .bloc_listing_rte .liste_rte ul {
  padding: 0px;
}
.node-type-ligne-de-lumiere .region-section-2 .view-paragraphes .bloc_listing_rte .liste_rte ul li,
.node-type--v-nement .region-section-2 .view-paragraphes .bloc_listing_rte .liste_rte ul li,
.node-type-groupe-support .region-section-2 .view-paragraphes .bloc_listing_rte .liste_rte ul li {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  width: 270px;
  margin-top: 10px;
  margin-bottom: 40px;
  margin-right: 19px;
}
.node-type-ligne-de-lumiere .region-section-2 .view-paragraphes .bloc_listing_rte .liste_rte ul li:before,
.node-type--v-nement .region-section-2 .view-paragraphes .bloc_listing_rte .liste_rte ul li:before,
.node-type-groupe-support .region-section-2 .view-paragraphes .bloc_listing_rte .liste_rte ul li:before {
  content: none;
}
.node-type-ligne-de-lumiere .region-section-2 .view-paragraphes .bloc_listing_rte .liste_rte ul li:nth-child(3n+3),
.node-type--v-nement .region-section-2 .view-paragraphes .bloc_listing_rte .liste_rte ul li:nth-child(3n+3),
.node-type-groupe-support .region-section-2 .view-paragraphes .bloc_listing_rte .liste_rte ul li:nth-child(3n+3) {
  margin-right: 0px;
}
.node-type-ligne-de-lumiere .region-section-2 .view-paragraphes .bloc_listing_rte .liste_rte ul li p,
.node-type--v-nement .region-section-2 .view-paragraphes .bloc_listing_rte .liste_rte ul li p,
.node-type-groupe-support .region-section-2 .view-paragraphes .bloc_listing_rte .liste_rte ul li p {
  font-size: 14px;
  line-height: 1.2;
}
.node-type-ligne-de-lumiere .region-section-2 .view-paragraphes .bloc_listing_rte .liste_rte ul li strong,
.node-type--v-nement .region-section-2 .view-paragraphes .bloc_listing_rte .liste_rte ul li strong,
.node-type-groupe-support .region-section-2 .view-paragraphes .bloc_listing_rte .liste_rte ul li strong {
  color: #b82721;
}
.node-type-ligne-de-lumiere .region-section-2 .view-paragraphes .bloc_listing_rte .liste_rte ul li em,
.node-type--v-nement .region-section-2 .view-paragraphes .bloc_listing_rte .liste_rte ul li em,
.node-type-groupe-support .region-section-2 .view-paragraphes .bloc_listing_rte .liste_rte ul li em {
  font-size: 12px;
}
.node-type-ligne-de-lumiere .region-section-2 .block_documents_telecharger,
.node-type--v-nement .region-section-2 .block_documents_telecharger,
.node-type-groupe-support .region-section-2 .block_documents_telecharger,
.node-type-ligne-de-lumiere .region-section-2 .block-documents-telecharger,
.node-type--v-nement .region-section-2 .block-documents-telecharger,
.node-type-groupe-support .region-section-2 .block-documents-telecharger {
  border: 1px solid #d5d5d5;
  padding: 20px;
  background: #ededed;
  margin-top: 30px;
}
.node-type-ligne-de-lumiere .region-section-2 .block_documents_telecharger h2,
.node-type--v-nement .region-section-2 .block_documents_telecharger h2,
.node-type-groupe-support .region-section-2 .block_documents_telecharger h2,
.node-type-ligne-de-lumiere .region-section-2 .block-documents-telecharger h2,
.node-type--v-nement .region-section-2 .block-documents-telecharger h2,
.node-type-groupe-support .region-section-2 .block-documents-telecharger h2 {
  font-size: 24px;
  color: #b82721;
  padding-bottom: 8px;
  font-weight: normal;
  margin: 0px;
  border: 0px;
}
.node-type-ligne-de-lumiere .region-section-2 .block_documents_telecharger .views-row,
.node-type--v-nement .region-section-2 .block_documents_telecharger .views-row,
.node-type-groupe-support .region-section-2 .block_documents_telecharger .views-row,
.node-type-ligne-de-lumiere .region-section-2 .block-documents-telecharger .views-row,
.node-type--v-nement .region-section-2 .block-documents-telecharger .views-row,
.node-type-groupe-support .region-section-2 .block-documents-telecharger .views-row {
  border-top: 1px dotted #585858;
  padding: 4px 0px;
}
.node-type-ligne-de-lumiere .region-section-2 .block_documents_telecharger .views-row .file .file-icon,
.node-type--v-nement .region-section-2 .block_documents_telecharger .views-row .file .file-icon,
.node-type-groupe-support .region-section-2 .block_documents_telecharger .views-row .file .file-icon,
.node-type-ligne-de-lumiere .region-section-2 .block-documents-telecharger .views-row .file .file-icon,
.node-type--v-nement .region-section-2 .block-documents-telecharger .views-row .file .file-icon,
.node-type-groupe-support .region-section-2 .block-documents-telecharger .views-row .file .file-icon,
.node-type-ligne-de-lumiere .region-section-2 .block_documents_telecharger .views-row .field-content .file-icon,
.node-type--v-nement .region-section-2 .block_documents_telecharger .views-row .field-content .file-icon,
.node-type-groupe-support .region-section-2 .block_documents_telecharger .views-row .field-content .file-icon,
.node-type-ligne-de-lumiere .region-section-2 .block-documents-telecharger .views-row .field-content .file-icon,
.node-type--v-nement .region-section-2 .block-documents-telecharger .views-row .field-content .file-icon,
.node-type-groupe-support .region-section-2 .block-documents-telecharger .views-row .field-content .file-icon,
.node-type-ligne-de-lumiere .region-section-2 .block_documents_telecharger .views-row .file .file-size,
.node-type--v-nement .region-section-2 .block_documents_telecharger .views-row .file .file-size,
.node-type-groupe-support .region-section-2 .block_documents_telecharger .views-row .file .file-size,
.node-type-ligne-de-lumiere .region-section-2 .block-documents-telecharger .views-row .file .file-size,
.node-type--v-nement .region-section-2 .block-documents-telecharger .views-row .file .file-size,
.node-type-groupe-support .region-section-2 .block-documents-telecharger .views-row .file .file-size,
.node-type-ligne-de-lumiere .region-section-2 .block_documents_telecharger .views-row .field-content .file-size,
.node-type--v-nement .region-section-2 .block_documents_telecharger .views-row .field-content .file-size,
.node-type-groupe-support .region-section-2 .block_documents_telecharger .views-row .field-content .file-size,
.node-type-ligne-de-lumiere .region-section-2 .block-documents-telecharger .views-row .field-content .file-size,
.node-type--v-nement .region-section-2 .block-documents-telecharger .views-row .field-content .file-size,
.node-type-groupe-support .region-section-2 .block-documents-telecharger .views-row .field-content .file-size {
  display: none;
}
.node-type-ligne-de-lumiere .region-section-2 .block_documents_telecharger .views-row .file a,
.node-type--v-nement .region-section-2 .block_documents_telecharger .views-row .file a,
.node-type-groupe-support .region-section-2 .block_documents_telecharger .views-row .file a,
.node-type-ligne-de-lumiere .region-section-2 .block-documents-telecharger .views-row .file a,
.node-type--v-nement .region-section-2 .block-documents-telecharger .views-row .file a,
.node-type-groupe-support .region-section-2 .block-documents-telecharger .views-row .file a,
.node-type-ligne-de-lumiere .region-section-2 .block_documents_telecharger .views-row .field-content a,
.node-type--v-nement .region-section-2 .block_documents_telecharger .views-row .field-content a,
.node-type-groupe-support .region-section-2 .block_documents_telecharger .views-row .field-content a,
.node-type-ligne-de-lumiere .region-section-2 .block-documents-telecharger .views-row .field-content a,
.node-type--v-nement .region-section-2 .block-documents-telecharger .views-row .field-content a,
.node-type-groupe-support .region-section-2 .block-documents-telecharger .views-row .field-content a {
  color: #585858;
  display: block;
  background: url(/sites/all/themes/custom/synchrotron/img/accordion_arrow_right.png) right no-repeat;
  padding-right: 15px;
}
.node-type-ligne-de-lumiere .region-section-2 .block_documents_telecharger .views-row .file a:before,
.node-type--v-nement .region-section-2 .block_documents_telecharger .views-row .file a:before,
.node-type-groupe-support .region-section-2 .block_documents_telecharger .views-row .file a:before,
.node-type-ligne-de-lumiere .region-section-2 .block-documents-telecharger .views-row .file a:before,
.node-type--v-nement .region-section-2 .block-documents-telecharger .views-row .file a:before,
.node-type-groupe-support .region-section-2 .block-documents-telecharger .views-row .file a:before,
.node-type-ligne-de-lumiere .region-section-2 .block_documents_telecharger .views-row .field-content a:before,
.node-type--v-nement .region-section-2 .block_documents_telecharger .views-row .field-content a:before,
.node-type-groupe-support .region-section-2 .block_documents_telecharger .views-row .field-content a:before,
.node-type-ligne-de-lumiere .region-section-2 .block-documents-telecharger .views-row .field-content a:before,
.node-type--v-nement .region-section-2 .block-documents-telecharger .views-row .field-content a:before,
.node-type-groupe-support .region-section-2 .block-documents-telecharger .views-row .field-content a:before {
  content: "•";
  padding-right: 6px;
}
.node-type-ligne-de-lumiere .region-section-2 .block_documents_telecharger .views-row .file a:hover,
.node-type--v-nement .region-section-2 .block_documents_telecharger .views-row .file a:hover,
.node-type-groupe-support .region-section-2 .block_documents_telecharger .views-row .file a:hover,
.node-type-ligne-de-lumiere .region-section-2 .block-documents-telecharger .views-row .file a:hover,
.node-type--v-nement .region-section-2 .block-documents-telecharger .views-row .file a:hover,
.node-type-groupe-support .region-section-2 .block-documents-telecharger .views-row .file a:hover,
.node-type-ligne-de-lumiere .region-section-2 .block_documents_telecharger .views-row .field-content a:hover,
.node-type--v-nement .region-section-2 .block_documents_telecharger .views-row .field-content a:hover,
.node-type-groupe-support .region-section-2 .block_documents_telecharger .views-row .field-content a:hover,
.node-type-ligne-de-lumiere .region-section-2 .block-documents-telecharger .views-row .field-content a:hover,
.node-type--v-nement .region-section-2 .block-documents-telecharger .views-row .field-content a:hover,
.node-type-groupe-support .region-section-2 .block-documents-telecharger .views-row .field-content a:hover {
  color: #b82721;
}
.node-type-ligne-de-lumiere .region-section-2 .block_documents_telecharger .views-row.views-row-last,
.node-type--v-nement .region-section-2 .block_documents_telecharger .views-row.views-row-last,
.node-type-groupe-support .region-section-2 .block_documents_telecharger .views-row.views-row-last,
.node-type-ligne-de-lumiere .region-section-2 .block-documents-telecharger .views-row.views-row-last,
.node-type--v-nement .region-section-2 .block-documents-telecharger .views-row.views-row-last,
.node-type-groupe-support .region-section-2 .block-documents-telecharger .views-row.views-row-last {
  border-bottom: 1px dotted #585858;
}
.node-type-ligne-de-lumiere #titre_page .container {
  position: relative;
}
.node-type-ligne-de-lumiere #titre_page .container .region-titre-page {
  position: absolute;
  right: 15px;
  top: 10px;
}
.node-type-ligne-de-lumiere #titre_page .container .region-titre-page .bloc_contact_ligne .views-row a {
  display: inline-block;
  background: url(/sites/all/themes/custom/synchrotron/img/read_more_arrow_white.png) right 15px center no-repeat #292929;
  color: #ffffff;
  height: 48px;
  line-height: 1;
  padding: 5px 0px;
  padding-left: 15px;
  padding-right: 50px;
  width: 265px;
  font-size: 18px;
}
.node-type--v-nement #block-views-page-workshop-block,
.node-type--v-nement #block-views-page-workshop-block-1 {
  padding-top: 40px;
}
.node-type--v-nement #block-views-page-workshop-block #visuel_workshop,
.node-type--v-nement #block-views-page-workshop-block-1 #visuel_workshop {
  position: relative;
  min-height: 50px;
}
.node-type--v-nement #block-views-page-workshop-block #visuel_workshop .image,
.node-type--v-nement #block-views-page-workshop-block-1 #visuel_workshop .image {
  font-size: 0px;
}
.node-type--v-nement #block-views-page-workshop-block #visuel_workshop .image img,
.node-type--v-nement #block-views-page-workshop-block-1 #visuel_workshop .image img {
  width: 100%;
  height: auto;
}
.node-type--v-nement #block-views-page-workshop-block #visuel_workshop .texte,
.node-type--v-nement #block-views-page-workshop-block-1 #visuel_workshop .texte {
  background: #b82721;
  color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px 30px;
  font-size: 18px;
  opacity: 0.85;
}
.node-type--v-nement #block-views-page-workshop-block .introductionevent,
.node-type--v-nement #block-views-page-workshop-block-1 .introductionevent {
  margin-top: 20px;
}
.node-type--v-nement #block-views-page-workshop-block #bloc_rappel,
.node-type--v-nement #block-views-page-workshop-block-1 #bloc_rappel {
  margin-top: 13px;
  background: #292929;
  padding: 12px;
  text-align: center;
}
.node-type--v-nement #block-views-page-workshop-block #bloc_rappel .rappel_left,
.node-type--v-nement #block-views-page-workshop-block-1 #bloc_rappel .rappel_left {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
  text-align: left;
}
.node-type--v-nement #block-views-page-workshop-block #bloc_rappel .rappel_left .titre,
.node-type--v-nement #block-views-page-workshop-block-1 #bloc_rappel .rappel_left .titre {
  font-size: 18px;
  font-weight: lighter;
}
.node-type--v-nement #block-views-page-workshop-block #bloc_rappel .rappel_left .texte,
.node-type--v-nement #block-views-page-workshop-block-1 #bloc_rappel .rappel_left .texte {
  font-size: 28px;
}
.node-type--v-nement #block-views-page-workshop-block #bloc_rappel .rappel_right,
.node-type--v-nement #block-views-page-workshop-block-1 #bloc_rappel .rappel_right {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  margin-left: 30px;
}
.node-type--v-nement #block-views-page-workshop-block #bloc_rappel .rappel_right a,
.node-type--v-nement #block-views-page-workshop-block-1 #bloc_rappel .rappel_right a {
  color: #ffffff;
  font-size: 18px;
  padding: 13px 20px;
  padding-right: 60px;
  background: url(/sites/all/themes/custom/synchrotron/img/read_more_arrow_white.png) right 13px top 50% no-repeat #b82721;
}
.node-type--v-nement #block-views-page-workshop-block #bloc_rappel .rappel_right a:hover,
.node-type--v-nement #block-views-page-workshop-block-1 #bloc_rappel .rappel_right a:hover {
  background: url(/sites/all/themes/custom/synchrotron/img/read_more_arrow_red.png) right 13px top 50% no-repeat #ffffff;
  color: #b82721;
}
.node-type-actualit- .contenu_article .rte img:not(.file-icon) {
  max-width: 100%;
  height: auto;
  display: block;
  margin: auto;
}
.node-type-page-des-marches .block-quicktabs {
  margin-top: 60px;
}
.node-type-page-des-marches .block-quicktabs h2 {
  font-size: 36px;
  color: #585858;
  font-weight: normal;
  border-bottom: 2px solid #d5d5d5;
  padding-bottom: 9px;
  margin-bottom: 20px;
}
.node-type-page-des-marches .block-quicktabs #quickset-avis_d_appels_publics_la_concurr > .ui-accordion-header {
  background: url(/sites/all/themes/custom/synchrotron/img/picto_plus.png) left 16px center no-repeat #ededed;
  margin-top: 0px;
  border-radius: 0px;
  height: 50px;
  line-height: 50px;
  padding: 0px 58px;
  font-family: "Oxygenregular, sans-serif";
  border: 1px solid #d5d5d5;
  font-weight: bold;
  font-size: 24px;
}
.node-type-page-des-marches .block-quicktabs #quickset-avis_d_appels_publics_la_concurr > .ui-accordion-header a {
  color: #b82721;
}
.node-type-page-des-marches .block-quicktabs #quickset-avis_d_appels_publics_la_concurr > .ui-accordion-header.ui-state-active {
  background: url(/sites/all/themes/custom/synchrotron/img/picto_moins.png) left 16px center no-repeat #ededed;
}
.node-type-page-des-marches .block-quicktabs #quickset-avis_d_appels_publics_la_concurr > .ui-accordion-header .ui-accordion-header-icon {
  display: none;
}
.node-type-page-des-marches .block-quicktabs #quickset-avis_d_appels_publics_la_concurr > .ui-accordion-content {
  height: auto;
  border-radius: 0px;
}
.node-type-page-des-marches .block-quicktabs #quickset-avis_d_appels_publics_la_concurr > .ui-accordion-content.ui-accordion-content-active {
  height: auto !important;
}
.node-type-page-des-marches .block-quicktabs #quickset-avis_d_appels_publics_la_concurr > .ui-accordion-content .ui-accordion {
  padding-bottom: 30px;
}
.node-type-page-des-marches .block-quicktabs #quickset-avis_d_appels_publics_la_concurr > .ui-accordion-content .ui-accordion > .ui-accordion-header {
  background: url(/sites/all/themes/custom/synchrotron/img/picto_marches_plus.png) left center no-repeat;
  margin-top: 0px;
  border-radius: 0px;
  height: 50px;
  line-height: 50px;
  padding: 0px 30px;
  font-size: 18px;
  font-family: "Oxygenregular, sans-serif";
  border: 0px;
  font-weight: bold;
}
.node-type-page-des-marches .block-quicktabs #quickset-avis_d_appels_publics_la_concurr > .ui-accordion-content .ui-accordion > .ui-accordion-header.ui-state-active {
  background: url(/sites/all/themes/custom/synchrotron/img/picto_marches.png) left center no-repeat;
}
.node-type-page-des-marches .block-quicktabs #quickset-avis_d_appels_publics_la_concurr > .ui-accordion-content .ui-accordion > .ui-accordion-header a {
  color: #585858;
}
.node-type-page-des-marches .block-quicktabs #quickset-avis_d_appels_publics_la_concurr > .ui-accordion-content .ui-accordion > .ui-accordion-header .ui-accordion-header-icon {
  display: none;
}
.node-type-page-des-marches .block-quicktabs #quickset-avis_d_appels_publics_la_concurr > .ui-accordion-content .ui-accordion > .ui-accordion-header:not(:first-child) {
  border-top: 1px dotted #585858;
}
.node-type-page-des-marches .block-quicktabs #quickset-avis_d_appels_publics_la_concurr > .ui-accordion-content .ui-accordion > .ui-accordion-content {
  border: 0px;
}
.node-type-page-des-marches .block-quicktabs #quickset-avis_d_appels_publics_la_concurr > .ui-accordion-content .ui-accordion > .ui-accordion-content.ui-accordion-content-active {
  height: auto !important;
}
.node-type-page-des-marches .block-quicktabs #quickset-avis_d_appels_publics_la_concurr > .ui-accordion-content .view-march-s .views-row {
  margin-bottom: 20px;
  position: relative;
  min-height: 56px;
}
.node-type-page-des-marches .block-quicktabs #quickset-avis_d_appels_publics_la_concurr > .ui-accordion-content .view-march-s .titre_procedure {
  font-size: 18px;
  margin-bottom: 10px;
  padding-left: 30px;
  background: url(/sites/all/themes/custom/synchrotron/img/picto_marches.png) left center no-repeat;
}
.node-type-page-des-marches .block-quicktabs #quickset-avis_d_appels_publics_la_concurr > .ui-accordion-content .view-march-s .date_limite {
  background: #b82721;
  padding: 6px 10px;
  color: #ffffff;
  display: inline-block;
  margin-bottom: 4px;
}
.node-type-page-des-marches .block-quicktabs #quickset-avis_d_appels_publics_la_concurr > .ui-accordion-content .view-march-s .marche_left,
.node-type-page-des-marches .block-quicktabs #quickset-avis_d_appels_publics_la_concurr > .ui-accordion-content .view-march-s .fichier {
  display: inline-block;
  vertical-align: bottom;
}
.node-type-page-des-marches .block-quicktabs #quickset-avis_d_appels_publics_la_concurr > .ui-accordion-content .view-march-s .marche_left {
  padding-right: 160px;
}
.node-type-page-des-marches .block-quicktabs #quickset-avis_d_appels_publics_la_concurr > .ui-accordion-content .view-march-s .fichier {
  min-width: 156px;
  position: absolute;
  right: 0px;
  bottom: 0px;
  padding: 8px;
  background: url(/sites/all/themes/custom/synchrotron/img/picto_download.png) right 16px center no-repeat #ededed;
}
.node-type-page-des-marches .block-quicktabs #quickset-avis_d_appels_publics_la_concurr > .ui-accordion-content .view-march-s .fichier strong {
  color: #b82721;
  display: block;
}
.node-type-article #page .view-page-article a {
  color: #585858;
}
.node-type-article #page .view-page-article a:hover {
  color: #b82721;
}
.node-type-article #page .view-page-article .views-field-body {
  padding: 27px;
  background: #b82721;
  color: #ffffff;
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 60px;
}
.node-type-article #page .view-page-article .views-field-body a {
  color: #ffffff;
  text-decoration: underline;
}
.node-type-article #page .view-page-article .views-field-body a:hover {
  color: #ffffff !important;
}
.node-type-article #page .view-page-article .view-paragraphes {
  font-size: 0px;
}
.node-type-article #page .view-page-article .view-paragraphes .views-row {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  width: 360px;
  margin-bottom: 40px;
}
.node-type-article #page .view-page-article .view-paragraphes .views-row .rte h2 {
  font-size: 35px;
  color: #585858;
  font-weight: normal;
  border-bottom: 2px solid #d5d5d5;
  padding-bottom: 9px;
  margin-bottom: 9px;
}
.node-type-article #page .view-page-article .view-paragraphes .views-row .rte img {
  height: auto !important;
  max-width: 100% !important;
  /*margin: 0;*/
}
.node-type-article #page .view-page-article .view-paragraphes .views-row .rte p {
  line-height: 1.3;
}
.node-type-article #page .view-page-article .view-paragraphes .views-row .rte > ul {
  clear: both;
  padding-left: 0px;
  margin-top: 20px;
}
.node-type-article #page .view-page-article .view-paragraphes .views-row .rte > ul li {
  border-top: 1px dotted #585858;
  padding: 4px 0px;
  font-weight: bold;
  line-height: 1.3;
  font-style: italic;
  list-style: none;
  margin-bottom: 0px;
  width: 100%;
}
.node-type-article #page .view-page-article .view-paragraphes .views-row .rte > ul li:before {
  content: none;
}
.node-type-article #page .view-page-article .view-paragraphes .views-row .rte > ul li span.file {
  width: 100%;
}
.node-type-article #page .view-page-article .view-paragraphes .views-row .rte > ul li a {
  color: #585858;
  text-decoration: none;
  display: block;
  background: url(/sites/all/themes/custom/synchrotron/img/accordion_arrow_right.png) right no-repeat;
  padding-right: 25px;
  padding-top: 3px;
  padding-bottom: 3px;
  width: 100%;
}
.node-type-article #page .view-page-article .view-paragraphes .views-row .rte > ul li a .file-size {
  float: right;
  margin-right: 36px;
  margin-top: -20px;
  font-size: 12px;
}
.node-type-article #page .view-page-article .view-paragraphes .views-row .rte > ul li a:hover {
  color: #b82721;
  text-decoration: underline;
}
.node-type-article #page .view-page-article .view-paragraphes .views-row .rte > ul li.last {
  border-bottom: 1px dotted #585858;
}
.node-type-article #page .view-page-article .view-paragraphes .views-row .rte table ul li {
  margin-bottom: 10px;
}
.node-type-article #page .view-page-article .view-paragraphes .views-row.views-row-odd {
  margin-right: 128px;
}
.node-type-article #page .view-page-article .view-paragraphes .views-row.views-row-odd.views-row-last {
  margin-right: 0px;
  width: 100%;
}
.node-type-article #page .view-page-article .view-paragraphes .views-row.views-row-odd.views-row-last img {
  /*width: 263px;*/
  /*margin-right: 27px;*/
  margin-bottom: 20px;
}
.node-type-article #page .view-page-article .view-paragraphes .views-row.views-row-odd.views-row-last p {
  line-height: 1.4;
  overflow: inherit;
}
.node-type-article #page .view-page-article .view-paragraphes .views-row.views-row-odd.views-row-last .rte ul {
  padding-left: 40px;
  line-height: 1.8;
}
.node-type-article #page .view-page-article .view-paragraphes .views-row.views-row-odd.views-row-last .rte ul li {
  border: 0;
  font-style: normal;
  font-weight: normal;
  line-height: 1.4;
  list-style: disc;
}
.node-type-article #page .view-page-article .view-paragraphes .views-row.views-row-odd.views-row-last .rte ul li a {
  background: none;
}
.node-type-article #page .view-page-article.fullwidth .view-paragraphes .views-row {
  width: 506px;
}
.node-type-article #page.Utilisateurs h1,
.node-type-article #page.Utilisateurs a:hover,
.node-type-article #page.Utilisateurs #breadcrumb .easy-breadcrumb .easy-breadcrumb_segment-title {
  color: #328ba0 !important;
}
.node-type-article #page.Utilisateurs #tabs li a {
  background: #328ba0;
  border-color: #328ba0;
}
.node-type-article #page.Utilisateurs #tabs li a:hover {
  color: #328ba0;
  background: #ffffff;
}
.node-type-article #page.Utilisateurs .rte table tr th {
  background: #328ba0;
}
.node-type-article #page.Utilisateurs .rte h3 {
  color: #328ba0;
}
.node-type-article #page.Utilisateurs .view-page-article .views-field-body {
  background: #328ba0;
}
.node-type-article #page.Utilisateurs #section_2 .sidebar_section_2.right .bloc_right h2 {
  color: #328ba0;
}
.node-type-article #page.Utilisateurs #section_2 .sidebar_section_2.right .bloc_right #bloc_evenements_lies .views-row .titre,
.node-type-article #page.Utilisateurs #section_2 .sidebar_section_2.right .bloc_right #bloc_actualites_liees .views-row .titre {
  color: #328ba0;
}
.node-type-article #page.Utilisateurs #section_2 .sidebar_section_2.right .bloc_right.ressources .views-field-field-contenu-paragraphe a {
  color: #328ba0;
}
.node-type-article #page.Utilisateurs #section_2 .sidebar_section_2.right .bloc_right.ressources .views-field-field-fichiers {
  background: url(/sites/all/themes/custom/synchrotron/img/picto_download_blue.png) right 15px center no-repeat;
}
.node-type-article #page.Utilisateurs #section_2 .sidebar_section_2.right .bloc_right a.voir_tout:hover {
  color: #328ba0 !important;
  text-decoration: underline;
}
.node-type-article #page.Utilisateurs + #footer_wrapper #footer-left .view-footer-bloc-contact .contenu .liens .lien_contact {
  background: url(/sites/all/themes/custom/synchrotron/img/picto_mini_contact_blue.png) left 1px center no-repeat;
}
.node-type-article #page.Utilisateurs + #footer_wrapper #footer-left .view-footer-bloc-contact .contenu .liens .lien_carte {
  background: url(/sites/all/themes/custom/synchrotron/img/picto_mini_map_blue.png) left 1px center no-repeat;
}
.node-type-article #page.Utilisateurs + #footer_wrapper .sendinblue-signup-subscribe-form input[type=submit] {
  background: #328ba0;
  border-color: #328ba0;
}
.node-type-article #page.Utilisateurs + #footer_wrapper .sendinblue-signup-subscribe-form input[type=submit]:hover {
  color: #328ba0;
  background: #ffffff;
}
.node-type-article #page.Utilisateurs + #footer_wrapper #footer-left .view-footer-bloc-contact .contenu .liens a:hover {
  color: #328ba0;
}
.node-type-article #page.Utilisateurs + #footer_wrapper .block-share-on-block .content ul li a:hover {
  border-top: 3px solid #328ba0;
}
.node-type-article #page.Utilisateurs + #footer_wrapper .block-share-on-block .content ul li a:hover:before {
  color: #328ba0;
}
.node-type-article #page.Utilisateurs + #footer_wrapper #footer-right .block-sendinblue .content a {
  border-color: #328ba0;
  background: #328ba0;
}
.node-type-article #page.Utilisateurs + #footer_wrapper #footer-right .block-sendinblue .content a:hover {
  color: #328ba0;
  background: none;
}
.node-type-article #page.Utilisateurs #arrow_scroll .arrow_button {
  background: url(/sites/all/themes/custom/synchrotron/img/arrow_scroll_blue.png);
}
.node-type-article #page.Entreprises h1,
.node-type-article #page.Entreprises a:hover,
.node-type-article #page.Entreprises #breadcrumb .easy-breadcrumb .easy-breadcrumb_segment-title {
  color: #73a104 !important;
}
.node-type-article #page.Entreprises #tabs li a {
  background: #73a104;
  border-color: #73a104;
}
.node-type-article #page.Entreprises #tabs li a:hover {
  color: #73a104;
  background: #ffffff;
}
.node-type-article #page.Entreprises .rte table tr th {
  background: #73a104;
}
.node-type-article #page.Entreprises .rte h3 {
  color: #73a104;
}
.node-type-article #page.Entreprises .view-page-article .views-field-body {
  background: #73a104;
}
.node-type-article #page.Entreprises #section_2 .sidebar_section_2.right .bloc_right h2 {
  color: #73a104;
}
.node-type-article #page.Entreprises #section_2 .sidebar_section_2.right .bloc_right #bloc_evenements_lies .views-row .titre,
.node-type-article #page.Entreprises #section_2 .sidebar_section_2.right .bloc_right #bloc_actualites_liees .views-row .titre {
  color: #73a104;
}
.node-type-article #page.Entreprises #section_2 .sidebar_section_2.right .bloc_right.ressources .views-field-field-contenu-paragraphe a {
  color: #73a104;
}
.node-type-article #page.Entreprises #section_2 .sidebar_section_2.right .bloc_right.ressources .views-field-field-fichiers {
  background: url(/sites/all/themes/custom/synchrotron/img/picto_download_green.png) right 15px center no-repeat;
}
.node-type-article #page.Entreprises #section_2 .sidebar_section_2.right .bloc_right a.voir_tout:hover {
  color: #73a104 !important;
  text-decoration: underline;
}
.node-type-article #page.Entreprises + #footer_wrapper #footer-left .view-footer-bloc-contact .contenu .liens .lien_contact {
  background: url(/sites/all/themes/custom/synchrotron/img/picto_mini_contact_green.png) left 1px center no-repeat;
}
.node-type-article #page.Entreprises + #footer_wrapper #footer-left .view-footer-bloc-contact .contenu .liens .lien_carte {
  background: url(/sites/all/themes/custom/synchrotron/img/picto_mini_map_green.png) left 1px center no-repeat;
}
.node-type-article #page.Entreprises + #footer_wrapper .sendinblue-signup-subscribe-form input[type=submit] {
  background: #73a104;
  border-color: #73a104;
}
.node-type-article #page.Entreprises + #footer_wrapper .sendinblue-signup-subscribe-form input[type=submit]:hover {
  color: #73a104;
  background: #ffffff;
}
.node-type-article #page.Entreprises + #footer_wrapper #footer-left .view-footer-bloc-contact .contenu .liens a:hover {
  color: #73a104;
}
.node-type-article #page.Entreprises + #footer_wrapper .block-share-on-block .content ul li a:hover {
  border-top: 3px solid #73a104;
}
.node-type-article #page.Entreprises + #footer_wrapper .block-share-on-block .content ul li a:hover:before {
  color: #73a104;
}
.node-type-article #page.Entreprises + #footer_wrapper #footer-right .block-sendinblue .content a {
  border-color: #73a104;
  background: #73a104;
}
.node-type-article #page.Entreprises + #footer_wrapper #footer-right .block-sendinblue .content a:hover {
  color: #73a104;
  background: none;
}
.node-type-article #page.Entreprises #arrow_scroll .arrow_button {
  background: url(/sites/all/themes/custom/synchrotron/img/arrow_scroll_green.png);
}
.node-type-article #page.Education h1,
.node-type-article #page.Education a:hover,
.node-type-article #page.Education #breadcrumb .easy-breadcrumb .easy-breadcrumb_segment-title {
  color: #a03263 !important;
}
.node-type-article #page.Education #tabs li a {
  background: #a03263;
  border-color: #a03263;
}
.node-type-article #page.Education #tabs li a:hover {
  color: #a03263;
  background: #ffffff;
}
.node-type-article #page.Education .rte table tr th {
  background: #a03263;
}
.node-type-article #page.Education .rte h3 {
  color: #a03263;
}
.node-type-article #page.Education .view-page-article .views-field-body {
  background: #a03263;
}
.node-type-article #page.Education #section_2 .sidebar_section_2.right .bloc_right h2 {
  color: #a03263;
}
.node-type-article #page.Education #section_2 .sidebar_section_2.right .bloc_right #bloc_evenements_lies .views-row .titre,
.node-type-article #page.Education #section_2 .sidebar_section_2.right .bloc_right #bloc_actualites_liees .views-row .titre {
  color: #a03263;
}
.node-type-article #page.Education #section_2 .sidebar_section_2.right .bloc_right.ressources .views-field-field-contenu-paragraphe a {
  color: #a03263;
}
.node-type-article #page.Education #section_2 .sidebar_section_2.right .bloc_right.ressources .views-field-field-fichiers {
  background: url(/sites/all/themes/custom/synchrotron/img/picto_download_pink.png) right 15px center no-repeat;
}
.node-type-article #page.Education #section_2 .sidebar_section_2.right .bloc_right a.voir_tout:hover {
  color: #a03263 !important;
  text-decoration: underline;
}
.node-type-article #page.Education + #footer_wrapper #footer-left .view-footer-bloc-contact .contenu .liens .lien_contact {
  background: url(/sites/all/themes/custom/synchrotron/img/picto_mini_contact_pink.png) left 1px center no-repeat;
}
.node-type-article #page.Education + #footer_wrapper #footer-left .view-footer-bloc-contact .contenu .liens .lien_carte {
  background: url(/sites/all/themes/custom/synchrotron/img/picto_mini_map_pink.png) left 1px center no-repeat;
}
.node-type-article #page.Education + #footer_wrapper .sendinblue-signup-subscribe-form input[type=submit] {
  background: #a03263;
  border-color: #a03263;
}
.node-type-article #page.Education + #footer_wrapper .sendinblue-signup-subscribe-form input[type=submit]:hover {
  color: #a03263;
  background: #ffffff;
}
.node-type-article #page.Education + #footer_wrapper #footer-left .view-footer-bloc-contact .contenu .liens a:hover {
  color: #a03263;
}
.node-type-article #page.Education + #footer_wrapper .block-share-on-block .content ul li a:hover {
  border-top: 3px solid #a03263;
}
.node-type-article #page.Education + #footer_wrapper .block-share-on-block .content ul li a:hover:before {
  color: #a03263;
}
.node-type-article #page.Education + #footer_wrapper #footer-right .block-sendinblue .content a {
  border-color: #a03263;
  background: #a03263;
}
.node-type-article #page.Education + #footer_wrapper #footer-right .block-sendinblue .content a:hover {
  color: #a03263;
  background: none;
}
.node-type-article #page.Education #arrow_scroll .arrow_button {
  background: url(/sites/all/themes/custom/synchrotron/img/arrow_scroll_pink.png);
}
.node-type-article.page-node-22139 #page .view-page-article .view-paragraphes {
  font-size: 0px;
}
.node-type-article.page-node-22139 #page .view-page-article .view-paragraphes .views-row.publication-associee .rte > ul li a {
  display: inline;
  padding: 0;
}
.node-type-video #block-views-page-vid-o-block {
  font-size: 0px;
}
.node-type-video #block-views-page-vid-o-block .views-field-field-code-embed-de-la-video {
  text-align: center;
}
.node-type-video #block-views-page-vid-o-block .views-field-field-code-embed-de-la-video embed,
.node-type-video #block-views-page-vid-o-block .views-field-field-code-embed-de-la-video iframe {
  width: 100%;
  height: 480px;
}
.node-type-video #block-views-page-vid-o-block .views-field-field-fichier-telecharger {
  background: #ededed;
  border: 1px solid #d5d5d5;
  padding: 20px;
  text-align: center;
}
.node-type-video #block-views-page-vid-o-block .views-field-field-fichier-telecharger a {
  padding-left: 24px;
  background: url(/sites/all/themes/custom/synchrotron/img/picto_download.png) left center no-repeat;
  font-size: 18px;
}
.node-type-video #block-views-page-vid-o-block .views-field-field-fichier-telecharger .file-icon,
.node-type-video #block-views-page-vid-o-block .views-field-field-fichier-telecharger .file-size {
  display: none;
}
.node-type-video #block-views-page-vid-o-block #video_contenu {
  font-size: 14px;
  line-height: 1.8;
  padding-left: 10px;
  margin-top: 30px;
}
.node-type-video #block-views-page-vid-o-block #video_contenu strong {
  color: #b82721;
}
.node-type-video #block-views-page-vid-o-block #video_contenu .transcription {
  margin-top: 30px;
}
.node-type-offre-d-emploi #section_2 .region-section-2 .view-page-offre-d-emploi {
  position: relative;
  border-top: 2px solid #d5d5d5;
  padding-top: 20px;
}
.node-type-offre-d-emploi #section_2 .region-section-2 .view-page-offre-d-emploi .view-header {
  position: absolute;
  top: -42px;
}
.node-type-offre-d-emploi #section_2 .region-section-2 .view-page-offre-d-emploi .view-header .retour_offres {
  color: #8a8a8a;
  text-transform: uppercase;
}
.node-type-offre-d-emploi #section_2 .region-section-2 .block_documents_telecharger {
  border: 1px solid #d5d5d5;
  padding: 20px;
  background: #ededed;
  margin-top: 30px;
}
.node-type-offre-d-emploi #section_2 .region-section-2 .block_documents_telecharger h2 {
  font-size: 24px;
  color: #b82721;
  padding-bottom: 8px;
  font-weight: normal;
  margin: 0px;
  border: 0px;
}
.node-type-offre-d-emploi #section_2 .region-section-2 .block_documents_telecharger .views-row {
  border-top: 1px dotted #585858;
  padding: 4px 0px;
}
.node-type-offre-d-emploi #section_2 .region-section-2 .block_documents_telecharger .views-row .file .file-icon,
.node-type-offre-d-emploi #section_2 .region-section-2 .block_documents_telecharger .views-row .field-content .file-icon,
.node-type-offre-d-emploi #section_2 .region-section-2 .block_documents_telecharger .views-row .file .file-size,
.node-type-offre-d-emploi #section_2 .region-section-2 .block_documents_telecharger .views-row .field-content .file-size {
  display: none;
}
.node-type-offre-d-emploi #section_2 .region-section-2 .block_documents_telecharger .views-row .file a,
.node-type-offre-d-emploi #section_2 .region-section-2 .block_documents_telecharger .views-row .field-content a {
  color: #585858;
  display: block;
  background: url(/sites/all/themes/custom/synchrotron/img/accordion_arrow_right.png) right no-repeat;
  padding-right: 15px;
}
.node-type-offre-d-emploi #section_2 .region-section-2 .block_documents_telecharger .views-row .file a:before,
.node-type-offre-d-emploi #section_2 .region-section-2 .block_documents_telecharger .views-row .field-content a:before {
  content: "•";
  padding-right: 6px;
}
.node-type-offre-d-emploi #section_2 .region-section-2 .block_documents_telecharger .views-row .file a:hover,
.node-type-offre-d-emploi #section_2 .region-section-2 .block_documents_telecharger .views-row .field-content a:hover {
  color: #b82721;
}
.node-type-offre-d-emploi #section_2 .region-section-2 .block_documents_telecharger .views-row.views-row-last {
  border-bottom: 1px dotted #585858;
}
.node-type-ligne-de-lumiere .region-section-2 .vue-actualites-liees,
.node-type-groupe-de-travail .region-section-2 .vue-actualites-liees,
.node-type-groupe-support .region-section-2 .vue-actualites-liees,
.node-type-ligne-de-lumiere .region-section-2 .view-les-actualit-s-du-groupe,
.node-type-groupe-de-travail .region-section-2 .view-les-actualit-s-du-groupe,
.node-type-groupe-support .region-section-2 .view-les-actualit-s-du-groupe {
  font-size: 0px;
}
.node-type-ligne-de-lumiere .region-section-2 .vue-actualites-liees .views-row,
.node-type-groupe-de-travail .region-section-2 .vue-actualites-liees .views-row,
.node-type-groupe-support .region-section-2 .vue-actualites-liees .views-row,
.node-type-ligne-de-lumiere .region-section-2 .view-les-actualit-s-du-groupe .views-row,
.node-type-groupe-de-travail .region-section-2 .view-les-actualit-s-du-groupe .views-row,
.node-type-groupe-support .region-section-2 .view-les-actualit-s-du-groupe .views-row {
  display: inline-block;
  vertical-align: top;
  width: 360px;
  font-size: 14px;
  position: relative;
}
.node-type-ligne-de-lumiere .region-section-2 .vue-actualites-liees .views-row.views-row-1,
.node-type-groupe-de-travail .region-section-2 .vue-actualites-liees .views-row.views-row-1,
.node-type-groupe-support .region-section-2 .vue-actualites-liees .views-row.views-row-1,
.node-type-ligne-de-lumiere .region-section-2 .view-les-actualit-s-du-groupe .views-row.views-row-1,
.node-type-groupe-de-travail .region-section-2 .view-les-actualit-s-du-groupe .views-row.views-row-1,
.node-type-groupe-support .region-section-2 .view-les-actualit-s-du-groupe .views-row.views-row-1 {
  margin-right: 126px;
}
.node-type-ligne-de-lumiere .region-section-2 .vue-actualites-liees .views-row .actu_ligne .date,
.node-type-groupe-de-travail .region-section-2 .vue-actualites-liees .views-row .actu_ligne .date,
.node-type-groupe-support .region-section-2 .vue-actualites-liees .views-row .actu_ligne .date,
.node-type-ligne-de-lumiere .region-section-2 .view-les-actualit-s-du-groupe .views-row .actu_ligne .date,
.node-type-groupe-de-travail .region-section-2 .view-les-actualit-s-du-groupe .views-row .actu_ligne .date,
.node-type-groupe-support .region-section-2 .view-les-actualit-s-du-groupe .views-row .actu_ligne .date {
  color: #b82721;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 4px;
}
.node-type-ligne-de-lumiere .region-section-2 .vue-actualites-liees .views-row .actu_ligne .titre,
.node-type-groupe-de-travail .region-section-2 .vue-actualites-liees .views-row .actu_ligne .titre,
.node-type-groupe-support .region-section-2 .vue-actualites-liees .views-row .actu_ligne .titre,
.node-type-ligne-de-lumiere .region-section-2 .view-les-actualit-s-du-groupe .views-row .actu_ligne .titre,
.node-type-groupe-de-travail .region-section-2 .view-les-actualit-s-du-groupe .views-row .actu_ligne .titre,
.node-type-groupe-support .region-section-2 .view-les-actualit-s-du-groupe .views-row .actu_ligne .titre {
  color: #585858;
  border-top: 1px dotted #585858;
  padding-top: 8px;
}
.node-type-ligne-de-lumiere .region-section-2 .vue-actualites-liees .views-row .actu_ligne .actu_hover,
.node-type-groupe-de-travail .region-section-2 .vue-actualites-liees .views-row .actu_ligne .actu_hover,
.node-type-groupe-support .region-section-2 .vue-actualites-liees .views-row .actu_ligne .actu_hover,
.node-type-ligne-de-lumiere .region-section-2 .view-les-actualit-s-du-groupe .views-row .actu_ligne .actu_hover,
.node-type-groupe-de-travail .region-section-2 .view-les-actualit-s-du-groupe .views-row .actu_ligne .actu_hover,
.node-type-groupe-support .region-section-2 .view-les-actualit-s-du-groupe .views-row .actu_ligne .actu_hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #b82721;
  color: #ffffff;
  padding: 18px;
  padding-top: 40px;
  font-weight: lighter;
  opacity: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.node-type-ligne-de-lumiere .region-section-2 .vue-actualites-liees .views-row .actu_ligne .actu_hover .chapo,
.node-type-groupe-de-travail .region-section-2 .vue-actualites-liees .views-row .actu_ligne .actu_hover .chapo,
.node-type-groupe-support .region-section-2 .vue-actualites-liees .views-row .actu_ligne .actu_hover .chapo,
.node-type-ligne-de-lumiere .region-section-2 .view-les-actualit-s-du-groupe .views-row .actu_ligne .actu_hover .chapo,
.node-type-groupe-de-travail .region-section-2 .view-les-actualit-s-du-groupe .views-row .actu_ligne .actu_hover .chapo,
.node-type-groupe-support .region-section-2 .view-les-actualit-s-du-groupe .views-row .actu_ligne .actu_hover .chapo {
  line-height: 1.6;
}
.node-type-ligne-de-lumiere .region-section-2 .vue-actualites-liees .views-row .actu_ligne .actu_hover .voir_plus,
.node-type-groupe-de-travail .region-section-2 .vue-actualites-liees .views-row .actu_ligne .actu_hover .voir_plus,
.node-type-groupe-support .region-section-2 .vue-actualites-liees .views-row .actu_ligne .actu_hover .voir_plus,
.node-type-ligne-de-lumiere .region-section-2 .view-les-actualit-s-du-groupe .views-row .actu_ligne .actu_hover .voir_plus,
.node-type-groupe-de-travail .region-section-2 .view-les-actualit-s-du-groupe .views-row .actu_ligne .actu_hover .voir_plus,
.node-type-groupe-support .region-section-2 .view-les-actualit-s-du-groupe .views-row .actu_ligne .actu_hover .voir_plus {
  position: absolute;
  bottom: 20px;
  left: 14px;
  right: 14px;
  font-style: italic;
  border-top: 1px solid #ffffff;
  padding-top: 8px;
  font-weight: normal;
  background: url(/sites/all/themes/custom/synchrotron/img/voir_plus_arrow.png) right bottom 1px no-repeat;
}
.node-type-ligne-de-lumiere .region-section-2 .vue-actualites-liees .views-row .actu_ligne:hover .actu_hover,
.node-type-groupe-de-travail .region-section-2 .vue-actualites-liees .views-row .actu_ligne:hover .actu_hover,
.node-type-groupe-support .region-section-2 .vue-actualites-liees .views-row .actu_ligne:hover .actu_hover,
.node-type-ligne-de-lumiere .region-section-2 .view-les-actualit-s-du-groupe .views-row .actu_ligne:hover .actu_hover,
.node-type-groupe-de-travail .region-section-2 .view-les-actualit-s-du-groupe .views-row .actu_ligne:hover .actu_hover,
.node-type-groupe-support .region-section-2 .view-les-actualit-s-du-groupe .views-row .actu_ligne:hover .actu_hover {
  opacity: 1;
}
.node-type-ligne-de-lumiere .region-section-2 .chapo.fiche_support,
.node-type-groupe-de-travail .region-section-2 .chapo.fiche_support,
.node-type-groupe-support .region-section-2 .chapo.fiche_support,
.node-type-ligne-de-lumiere .region-section-2 .chapo.groupe_travail,
.node-type-groupe-de-travail .region-section-2 .chapo.groupe_travail,
.node-type-groupe-support .region-section-2 .chapo.groupe_travail {
  background: #b82721;
  padding: 20px;
  font-size: 0;
  margin-bottom: 45px;
  overflow: auto;
}
.node-type-ligne-de-lumiere .region-section-2 .chapo.fiche_support .image_fiche,
.node-type-groupe-de-travail .region-section-2 .chapo.fiche_support .image_fiche,
.node-type-groupe-support .region-section-2 .chapo.fiche_support .image_fiche,
.node-type-ligne-de-lumiere .region-section-2 .chapo.groupe_travail .image_fiche,
.node-type-groupe-de-travail .region-section-2 .chapo.groupe_travail .image_fiche,
.node-type-groupe-support .region-section-2 .chapo.groupe_travail .image_fiche,
.node-type-ligne-de-lumiere .region-section-2 .chapo.fiche_support .image_groupe,
.node-type-groupe-de-travail .region-section-2 .chapo.fiche_support .image_groupe,
.node-type-groupe-support .region-section-2 .chapo.fiche_support .image_groupe,
.node-type-ligne-de-lumiere .region-section-2 .chapo.groupe_travail .image_groupe,
.node-type-groupe-de-travail .region-section-2 .chapo.groupe_travail .image_groupe,
.node-type-groupe-support .region-section-2 .chapo.groupe_travail .image_groupe {
  display: inline-block;
  vertical-align: top;
  padding: 5px 0px;
  max-width: 50%;
  float: left;
}
.node-type-ligne-de-lumiere .region-section-2 .chapo.fiche_support .image_fiche img,
.node-type-groupe-de-travail .region-section-2 .chapo.fiche_support .image_fiche img,
.node-type-groupe-support .region-section-2 .chapo.fiche_support .image_fiche img,
.node-type-ligne-de-lumiere .region-section-2 .chapo.groupe_travail .image_fiche img,
.node-type-groupe-de-travail .region-section-2 .chapo.groupe_travail .image_fiche img,
.node-type-groupe-support .region-section-2 .chapo.groupe_travail .image_fiche img,
.node-type-ligne-de-lumiere .region-section-2 .chapo.fiche_support .image_groupe img,
.node-type-groupe-de-travail .region-section-2 .chapo.fiche_support .image_groupe img,
.node-type-groupe-support .region-section-2 .chapo.fiche_support .image_groupe img,
.node-type-ligne-de-lumiere .region-section-2 .chapo.groupe_travail .image_groupe img,
.node-type-groupe-de-travail .region-section-2 .chapo.groupe_travail .image_groupe img,
.node-type-groupe-support .region-section-2 .chapo.groupe_travail .image_groupe img {
  width: 100%;
  height: auto;
  padding-right: 30px;
}
.node-type-ligne-de-lumiere .region-section-2 .chapo.fiche_support .texte,
.node-type-groupe-de-travail .region-section-2 .chapo.fiche_support .texte,
.node-type-groupe-support .region-section-2 .chapo.fiche_support .texte,
.node-type-ligne-de-lumiere .region-section-2 .chapo.groupe_travail .texte,
.node-type-groupe-de-travail .region-section-2 .chapo.groupe_travail .texte,
.node-type-groupe-support .region-section-2 .chapo.groupe_travail .texte {
  color: #ffffff;
  font-size: 18px;
  line-height: 1.4;
  font-weight: lighter;
}
.node-type-ligne-de-lumiere .region-section-2 #quicktabs-membres_de_la_ligne ul.quicktabs-tabs,
.node-type-groupe-de-travail .region-section-2 #quicktabs-membres_de_la_ligne ul.quicktabs-tabs,
.node-type-groupe-support .region-section-2 #quicktabs-membres_de_la_ligne ul.quicktabs-tabs,
.node-type-ligne-de-lumiere .region-section-2 #quicktabs-membres_de_la_fiche ul.quicktabs-tabs,
.node-type-groupe-de-travail .region-section-2 #quicktabs-membres_de_la_fiche ul.quicktabs-tabs,
.node-type-groupe-support .region-section-2 #quicktabs-membres_de_la_fiche ul.quicktabs-tabs {
  font-size: 0px;
  margin-bottom: 20px;
}
.node-type-ligne-de-lumiere .region-section-2 #quicktabs-membres_de_la_ligne ul.quicktabs-tabs li,
.node-type-groupe-de-travail .region-section-2 #quicktabs-membres_de_la_ligne ul.quicktabs-tabs li,
.node-type-groupe-support .region-section-2 #quicktabs-membres_de_la_ligne ul.quicktabs-tabs li,
.node-type-ligne-de-lumiere .region-section-2 #quicktabs-membres_de_la_fiche ul.quicktabs-tabs li,
.node-type-groupe-de-travail .region-section-2 #quicktabs-membres_de_la_fiche ul.quicktabs-tabs li,
.node-type-groupe-support .region-section-2 #quicktabs-membres_de_la_fiche ul.quicktabs-tabs li {
  display: inline-block;
  width: 50%;
  text-align: center;
  font-size: 14px;
}
.node-type-ligne-de-lumiere .region-section-2 #quicktabs-membres_de_la_ligne ul.quicktabs-tabs li a,
.node-type-groupe-de-travail .region-section-2 #quicktabs-membres_de_la_ligne ul.quicktabs-tabs li a,
.node-type-groupe-support .region-section-2 #quicktabs-membres_de_la_ligne ul.quicktabs-tabs li a,
.node-type-ligne-de-lumiere .region-section-2 #quicktabs-membres_de_la_fiche ul.quicktabs-tabs li a,
.node-type-groupe-de-travail .region-section-2 #quicktabs-membres_de_la_fiche ul.quicktabs-tabs li a,
.node-type-groupe-support .region-section-2 #quicktabs-membres_de_la_fiche ul.quicktabs-tabs li a {
  display: block;
  background: #ededed;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
}
.node-type-ligne-de-lumiere .region-section-2 #quicktabs-membres_de_la_ligne ul.quicktabs-tabs li.active a,
.node-type-groupe-de-travail .region-section-2 #quicktabs-membres_de_la_ligne ul.quicktabs-tabs li.active a,
.node-type-groupe-support .region-section-2 #quicktabs-membres_de_la_ligne ul.quicktabs-tabs li.active a,
.node-type-ligne-de-lumiere .region-section-2 #quicktabs-membres_de_la_fiche ul.quicktabs-tabs li.active a,
.node-type-groupe-de-travail .region-section-2 #quicktabs-membres_de_la_fiche ul.quicktabs-tabs li.active a,
.node-type-groupe-support .region-section-2 #quicktabs-membres_de_la_fiche ul.quicktabs-tabs li.active a {
  background: #b82721;
  color: #ffffff;
}
.node-type-ligne-de-lumiere .region-section-2 #quicktabs-membres_de_la_ligne .bloc_contacts h2,
.node-type-groupe-de-travail .region-section-2 #quicktabs-membres_de_la_ligne .bloc_contacts h2,
.node-type-groupe-support .region-section-2 #quicktabs-membres_de_la_ligne .bloc_contacts h2,
.node-type-ligne-de-lumiere .region-section-2 #quicktabs-membres_de_la_fiche .bloc_contacts h2,
.node-type-groupe-de-travail .region-section-2 #quicktabs-membres_de_la_fiche .bloc_contacts h2,
.node-type-groupe-support .region-section-2 #quicktabs-membres_de_la_fiche .bloc_contacts h2,
.node-type-ligne-de-lumiere .region-section-2 #quicktabs-membres_de_la_ligne .bloc-contacts h2,
.node-type-groupe-de-travail .region-section-2 #quicktabs-membres_de_la_ligne .bloc-contacts h2,
.node-type-groupe-support .region-section-2 #quicktabs-membres_de_la_ligne .bloc-contacts h2,
.node-type-ligne-de-lumiere .region-section-2 #quicktabs-membres_de_la_fiche .bloc-contacts h2,
.node-type-groupe-de-travail .region-section-2 #quicktabs-membres_de_la_fiche .bloc-contacts h2,
.node-type-groupe-support .region-section-2 #quicktabs-membres_de_la_fiche .bloc-contacts h2 {
  background: url(/sites/all/themes/custom/synchrotron/img/picto_contacts.png) left center no-repeat;
}
.node-type-ligne-de-lumiere .region-section-2 #quicktabs-membres_de_la_ligne .bloc_contacts .views-row,
.node-type-groupe-de-travail .region-section-2 #quicktabs-membres_de_la_ligne .bloc_contacts .views-row,
.node-type-groupe-support .region-section-2 #quicktabs-membres_de_la_ligne .bloc_contacts .views-row,
.node-type-ligne-de-lumiere .region-section-2 #quicktabs-membres_de_la_fiche .bloc_contacts .views-row,
.node-type-groupe-de-travail .region-section-2 #quicktabs-membres_de_la_fiche .bloc_contacts .views-row,
.node-type-groupe-support .region-section-2 #quicktabs-membres_de_la_fiche .bloc_contacts .views-row,
.node-type-ligne-de-lumiere .region-section-2 #quicktabs-membres_de_la_ligne .bloc-contacts .views-row,
.node-type-groupe-de-travail .region-section-2 #quicktabs-membres_de_la_ligne .bloc-contacts .views-row,
.node-type-groupe-support .region-section-2 #quicktabs-membres_de_la_ligne .bloc-contacts .views-row,
.node-type-ligne-de-lumiere .region-section-2 #quicktabs-membres_de_la_fiche .bloc-contacts .views-row,
.node-type-groupe-de-travail .region-section-2 #quicktabs-membres_de_la_fiche .bloc-contacts .views-row,
.node-type-groupe-support .region-section-2 #quicktabs-membres_de_la_fiche .bloc-contacts .views-row {
  font-size: 0;
  padding: 20px 0px;
}
.node-type-ligne-de-lumiere .region-section-2 #quicktabs-membres_de_la_ligne .bloc_contacts .views-row .contact_left,
.node-type-groupe-de-travail .region-section-2 #quicktabs-membres_de_la_ligne .bloc_contacts .views-row .contact_left,
.node-type-groupe-support .region-section-2 #quicktabs-membres_de_la_ligne .bloc_contacts .views-row .contact_left,
.node-type-ligne-de-lumiere .region-section-2 #quicktabs-membres_de_la_fiche .bloc_contacts .views-row .contact_left,
.node-type-groupe-de-travail .region-section-2 #quicktabs-membres_de_la_fiche .bloc_contacts .views-row .contact_left,
.node-type-groupe-support .region-section-2 #quicktabs-membres_de_la_fiche .bloc_contacts .views-row .contact_left,
.node-type-ligne-de-lumiere .region-section-2 #quicktabs-membres_de_la_ligne .bloc-contacts .views-row .contact_left,
.node-type-groupe-de-travail .region-section-2 #quicktabs-membres_de_la_ligne .bloc-contacts .views-row .contact_left,
.node-type-groupe-support .region-section-2 #quicktabs-membres_de_la_ligne .bloc-contacts .views-row .contact_left,
.node-type-ligne-de-lumiere .region-section-2 #quicktabs-membres_de_la_fiche .bloc-contacts .views-row .contact_left,
.node-type-groupe-de-travail .region-section-2 #quicktabs-membres_de_la_fiche .bloc-contacts .views-row .contact_left,
.node-type-groupe-support .region-section-2 #quicktabs-membres_de_la_fiche .bloc-contacts .views-row .contact_left {
  font-size: 14px;
  width: 194px;
  display: inline-block;
  vertical-align: top;
}
.node-type-ligne-de-lumiere .region-section-2 #quicktabs-membres_de_la_ligne .bloc_contacts .views-row .contact_left .nom_prenom,
.node-type-groupe-de-travail .region-section-2 #quicktabs-membres_de_la_ligne .bloc_contacts .views-row .contact_left .nom_prenom,
.node-type-groupe-support .region-section-2 #quicktabs-membres_de_la_ligne .bloc_contacts .views-row .contact_left .nom_prenom,
.node-type-ligne-de-lumiere .region-section-2 #quicktabs-membres_de_la_fiche .bloc_contacts .views-row .contact_left .nom_prenom,
.node-type-groupe-de-travail .region-section-2 #quicktabs-membres_de_la_fiche .bloc_contacts .views-row .contact_left .nom_prenom,
.node-type-groupe-support .region-section-2 #quicktabs-membres_de_la_fiche .bloc_contacts .views-row .contact_left .nom_prenom,
.node-type-ligne-de-lumiere .region-section-2 #quicktabs-membres_de_la_ligne .bloc-contacts .views-row .contact_left .nom_prenom,
.node-type-groupe-de-travail .region-section-2 #quicktabs-membres_de_la_ligne .bloc-contacts .views-row .contact_left .nom_prenom,
.node-type-groupe-support .region-section-2 #quicktabs-membres_de_la_ligne .bloc-contacts .views-row .contact_left .nom_prenom,
.node-type-ligne-de-lumiere .region-section-2 #quicktabs-membres_de_la_fiche .bloc-contacts .views-row .contact_left .nom_prenom,
.node-type-groupe-de-travail .region-section-2 #quicktabs-membres_de_la_fiche .bloc-contacts .views-row .contact_left .nom_prenom,
.node-type-groupe-support .region-section-2 #quicktabs-membres_de_la_fiche .bloc-contacts .views-row .contact_left .nom_prenom {
  font-size: 18px;
  font-weight: bold;
  color: #b82721;
}
.node-type-ligne-de-lumiere .region-section-2 #quicktabs-membres_de_la_ligne .bloc_contacts .views-row .contact_left .nom_prenom .nom,
.node-type-groupe-de-travail .region-section-2 #quicktabs-membres_de_la_ligne .bloc_contacts .views-row .contact_left .nom_prenom .nom,
.node-type-groupe-support .region-section-2 #quicktabs-membres_de_la_ligne .bloc_contacts .views-row .contact_left .nom_prenom .nom,
.node-type-ligne-de-lumiere .region-section-2 #quicktabs-membres_de_la_fiche .bloc_contacts .views-row .contact_left .nom_prenom .nom,
.node-type-groupe-de-travail .region-section-2 #quicktabs-membres_de_la_fiche .bloc_contacts .views-row .contact_left .nom_prenom .nom,
.node-type-groupe-support .region-section-2 #quicktabs-membres_de_la_fiche .bloc_contacts .views-row .contact_left .nom_prenom .nom,
.node-type-ligne-de-lumiere .region-section-2 #quicktabs-membres_de_la_ligne .bloc-contacts .views-row .contact_left .nom_prenom .nom,
.node-type-groupe-de-travail .region-section-2 #quicktabs-membres_de_la_ligne .bloc-contacts .views-row .contact_left .nom_prenom .nom,
.node-type-groupe-support .region-section-2 #quicktabs-membres_de_la_ligne .bloc-contacts .views-row .contact_left .nom_prenom .nom,
.node-type-ligne-de-lumiere .region-section-2 #quicktabs-membres_de_la_fiche .bloc-contacts .views-row .contact_left .nom_prenom .nom,
.node-type-groupe-de-travail .region-section-2 #quicktabs-membres_de_la_fiche .bloc-contacts .views-row .contact_left .nom_prenom .nom,
.node-type-groupe-support .region-section-2 #quicktabs-membres_de_la_fiche .bloc-contacts .views-row .contact_left .nom_prenom .nom {
  text-transform: uppercase;
}
.node-type-ligne-de-lumiere .region-section-2 #quicktabs-membres_de_la_ligne .bloc_contacts .views-row .contact_left .division,
.node-type-groupe-de-travail .region-section-2 #quicktabs-membres_de_la_ligne .bloc_contacts .views-row .contact_left .division,
.node-type-groupe-support .region-section-2 #quicktabs-membres_de_la_ligne .bloc_contacts .views-row .contact_left .division,
.node-type-ligne-de-lumiere .region-section-2 #quicktabs-membres_de_la_fiche .bloc_contacts .views-row .contact_left .division,
.node-type-groupe-de-travail .region-section-2 #quicktabs-membres_de_la_fiche .bloc_contacts .views-row .contact_left .division,
.node-type-groupe-support .region-section-2 #quicktabs-membres_de_la_fiche .bloc_contacts .views-row .contact_left .division,
.node-type-ligne-de-lumiere .region-section-2 #quicktabs-membres_de_la_ligne .bloc-contacts .views-row .contact_left .division,
.node-type-groupe-de-travail .region-section-2 #quicktabs-membres_de_la_ligne .bloc-contacts .views-row .contact_left .division,
.node-type-groupe-support .region-section-2 #quicktabs-membres_de_la_ligne .bloc-contacts .views-row .contact_left .division,
.node-type-ligne-de-lumiere .region-section-2 #quicktabs-membres_de_la_fiche .bloc-contacts .views-row .contact_left .division,
.node-type-groupe-de-travail .region-section-2 #quicktabs-membres_de_la_fiche .bloc-contacts .views-row .contact_left .division,
.node-type-groupe-support .region-section-2 #quicktabs-membres_de_la_fiche .bloc-contacts .views-row .contact_left .division {
  line-height: 1.4;
}
.node-type-ligne-de-lumiere .region-section-2 #quicktabs-membres_de_la_ligne .bloc_contacts .views-row .contact_left .image,
.node-type-groupe-de-travail .region-section-2 #quicktabs-membres_de_la_ligne .bloc_contacts .views-row .contact_left .image,
.node-type-groupe-support .region-section-2 #quicktabs-membres_de_la_ligne .bloc_contacts .views-row .contact_left .image,
.node-type-ligne-de-lumiere .region-section-2 #quicktabs-membres_de_la_fiche .bloc_contacts .views-row .contact_left .image,
.node-type-groupe-de-travail .region-section-2 #quicktabs-membres_de_la_fiche .bloc_contacts .views-row .contact_left .image,
.node-type-groupe-support .region-section-2 #quicktabs-membres_de_la_fiche .bloc_contacts .views-row .contact_left .image,
.node-type-ligne-de-lumiere .region-section-2 #quicktabs-membres_de_la_ligne .bloc-contacts .views-row .contact_left .image,
.node-type-groupe-de-travail .region-section-2 #quicktabs-membres_de_la_ligne .bloc-contacts .views-row .contact_left .image,
.node-type-groupe-support .region-section-2 #quicktabs-membres_de_la_ligne .bloc-contacts .views-row .contact_left .image,
.node-type-ligne-de-lumiere .region-section-2 #quicktabs-membres_de_la_fiche .bloc-contacts .views-row .contact_left .image,
.node-type-groupe-de-travail .region-section-2 #quicktabs-membres_de_la_fiche .bloc-contacts .views-row .contact_left .image,
.node-type-groupe-support .region-section-2 #quicktabs-membres_de_la_fiche .bloc-contacts .views-row .contact_left .image {
  margin-top: 4px;
}
.node-type-ligne-de-lumiere .region-section-2 #quicktabs-membres_de_la_ligne .bloc_contacts .views-row .contact_left .image img,
.node-type-groupe-de-travail .region-section-2 #quicktabs-membres_de_la_ligne .bloc_contacts .views-row .contact_left .image img,
.node-type-groupe-support .region-section-2 #quicktabs-membres_de_la_ligne .bloc_contacts .views-row .contact_left .image img,
.node-type-ligne-de-lumiere .region-section-2 #quicktabs-membres_de_la_fiche .bloc_contacts .views-row .contact_left .image img,
.node-type-groupe-de-travail .region-section-2 #quicktabs-membres_de_la_fiche .bloc_contacts .views-row .contact_left .image img,
.node-type-groupe-support .region-section-2 #quicktabs-membres_de_la_fiche .bloc_contacts .views-row .contact_left .image img,
.node-type-ligne-de-lumiere .region-section-2 #quicktabs-membres_de_la_ligne .bloc-contacts .views-row .contact_left .image img,
.node-type-groupe-de-travail .region-section-2 #quicktabs-membres_de_la_ligne .bloc-contacts .views-row .contact_left .image img,
.node-type-groupe-support .region-section-2 #quicktabs-membres_de_la_ligne .bloc-contacts .views-row .contact_left .image img,
.node-type-ligne-de-lumiere .region-section-2 #quicktabs-membres_de_la_fiche .bloc-contacts .views-row .contact_left .image img,
.node-type-groupe-de-travail .region-section-2 #quicktabs-membres_de_la_fiche .bloc-contacts .views-row .contact_left .image img,
.node-type-groupe-support .region-section-2 #quicktabs-membres_de_la_fiche .bloc-contacts .views-row .contact_left .image img {
  max-width: 129px;
  height: auto;
}
.node-type-ligne-de-lumiere .region-section-2 #quicktabs-membres_de_la_ligne .bloc_contacts .views-row .contact_right,
.node-type-groupe-de-travail .region-section-2 #quicktabs-membres_de_la_ligne .bloc_contacts .views-row .contact_right,
.node-type-groupe-support .region-section-2 #quicktabs-membres_de_la_ligne .bloc_contacts .views-row .contact_right,
.node-type-ligne-de-lumiere .region-section-2 #quicktabs-membres_de_la_fiche .bloc_contacts .views-row .contact_right,
.node-type-groupe-de-travail .region-section-2 #quicktabs-membres_de_la_fiche .bloc_contacts .views-row .contact_right,
.node-type-groupe-support .region-section-2 #quicktabs-membres_de_la_fiche .bloc_contacts .views-row .contact_right,
.node-type-ligne-de-lumiere .region-section-2 #quicktabs-membres_de_la_ligne .bloc-contacts .views-row .contact_right,
.node-type-groupe-de-travail .region-section-2 #quicktabs-membres_de_la_ligne .bloc-contacts .views-row .contact_right,
.node-type-groupe-support .region-section-2 #quicktabs-membres_de_la_ligne .bloc-contacts .views-row .contact_right,
.node-type-ligne-de-lumiere .region-section-2 #quicktabs-membres_de_la_fiche .bloc-contacts .views-row .contact_right,
.node-type-groupe-de-travail .region-section-2 #quicktabs-membres_de_la_fiche .bloc-contacts .views-row .contact_right,
.node-type-groupe-support .region-section-2 #quicktabs-membres_de_la_fiche .bloc-contacts .views-row .contact_right {
  font-size: 14px;
  width: 652px;
  display: inline-block;
  vertical-align: top;
}
.node-type-ligne-de-lumiere .region-section-2 #quicktabs-membres_de_la_ligne .bloc_contacts .views-row .contact_right > div,
.node-type-groupe-de-travail .region-section-2 #quicktabs-membres_de_la_ligne .bloc_contacts .views-row .contact_right > div,
.node-type-groupe-support .region-section-2 #quicktabs-membres_de_la_ligne .bloc_contacts .views-row .contact_right > div,
.node-type-ligne-de-lumiere .region-section-2 #quicktabs-membres_de_la_fiche .bloc_contacts .views-row .contact_right > div,
.node-type-groupe-de-travail .region-section-2 #quicktabs-membres_de_la_fiche .bloc_contacts .views-row .contact_right > div,
.node-type-groupe-support .region-section-2 #quicktabs-membres_de_la_fiche .bloc_contacts .views-row .contact_right > div,
.node-type-ligne-de-lumiere .region-section-2 #quicktabs-membres_de_la_ligne .bloc-contacts .views-row .contact_right > div,
.node-type-groupe-de-travail .region-section-2 #quicktabs-membres_de_la_ligne .bloc-contacts .views-row .contact_right > div,
.node-type-groupe-support .region-section-2 #quicktabs-membres_de_la_ligne .bloc-contacts .views-row .contact_right > div,
.node-type-ligne-de-lumiere .region-section-2 #quicktabs-membres_de_la_fiche .bloc-contacts .views-row .contact_right > div,
.node-type-groupe-de-travail .region-section-2 #quicktabs-membres_de_la_fiche .bloc-contacts .views-row .contact_right > div,
.node-type-groupe-support .region-section-2 #quicktabs-membres_de_la_fiche .bloc-contacts .views-row .contact_right > div,
.node-type-ligne-de-lumiere .region-section-2 #quicktabs-membres_de_la_ligne .bloc_contacts .views-row .contact_right > a,
.node-type-groupe-de-travail .region-section-2 #quicktabs-membres_de_la_ligne .bloc_contacts .views-row .contact_right > a,
.node-type-groupe-support .region-section-2 #quicktabs-membres_de_la_ligne .bloc_contacts .views-row .contact_right > a,
.node-type-ligne-de-lumiere .region-section-2 #quicktabs-membres_de_la_fiche .bloc_contacts .views-row .contact_right > a,
.node-type-groupe-de-travail .region-section-2 #quicktabs-membres_de_la_fiche .bloc_contacts .views-row .contact_right > a,
.node-type-groupe-support .region-section-2 #quicktabs-membres_de_la_fiche .bloc_contacts .views-row .contact_right > a,
.node-type-ligne-de-lumiere .region-section-2 #quicktabs-membres_de_la_ligne .bloc-contacts .views-row .contact_right > a,
.node-type-groupe-de-travail .region-section-2 #quicktabs-membres_de_la_ligne .bloc-contacts .views-row .contact_right > a,
.node-type-groupe-support .region-section-2 #quicktabs-membres_de_la_ligne .bloc-contacts .views-row .contact_right > a,
.node-type-ligne-de-lumiere .region-section-2 #quicktabs-membres_de_la_fiche .bloc-contacts .views-row .contact_right > a,
.node-type-groupe-de-travail .region-section-2 #quicktabs-membres_de_la_fiche .bloc-contacts .views-row .contact_right > a,
.node-type-groupe-support .region-section-2 #quicktabs-membres_de_la_fiche .bloc-contacts .views-row .contact_right > a {
  border-top: 1px dotted #585858;
  padding: 8px 0px;
  padding-left: 30px;
  display: block;
  color: #585858;
}
.node-type-ligne-de-lumiere .region-section-2 #quicktabs-membres_de_la_ligne .bloc_contacts .views-row .contact_right > div:last-child,
.node-type-groupe-de-travail .region-section-2 #quicktabs-membres_de_la_ligne .bloc_contacts .views-row .contact_right > div:last-child,
.node-type-groupe-support .region-section-2 #quicktabs-membres_de_la_ligne .bloc_contacts .views-row .contact_right > div:last-child,
.node-type-ligne-de-lumiere .region-section-2 #quicktabs-membres_de_la_fiche .bloc_contacts .views-row .contact_right > div:last-child,
.node-type-groupe-de-travail .region-section-2 #quicktabs-membres_de_la_fiche .bloc_contacts .views-row .contact_right > div:last-child,
.node-type-groupe-support .region-section-2 #quicktabs-membres_de_la_fiche .bloc_contacts .views-row .contact_right > div:last-child,
.node-type-ligne-de-lumiere .region-section-2 #quicktabs-membres_de_la_ligne .bloc-contacts .views-row .contact_right > div:last-child,
.node-type-groupe-de-travail .region-section-2 #quicktabs-membres_de_la_ligne .bloc-contacts .views-row .contact_right > div:last-child,
.node-type-groupe-support .region-section-2 #quicktabs-membres_de_la_ligne .bloc-contacts .views-row .contact_right > div:last-child,
.node-type-ligne-de-lumiere .region-section-2 #quicktabs-membres_de_la_fiche .bloc-contacts .views-row .contact_right > div:last-child,
.node-type-groupe-de-travail .region-section-2 #quicktabs-membres_de_la_fiche .bloc-contacts .views-row .contact_right > div:last-child,
.node-type-groupe-support .region-section-2 #quicktabs-membres_de_la_fiche .bloc-contacts .views-row .contact_right > div:last-child,
.node-type-ligne-de-lumiere .region-section-2 #quicktabs-membres_de_la_ligne .bloc_contacts .views-row .contact_right > a:last-child,
.node-type-groupe-de-travail .region-section-2 #quicktabs-membres_de_la_ligne .bloc_contacts .views-row .contact_right > a:last-child,
.node-type-groupe-support .region-section-2 #quicktabs-membres_de_la_ligne .bloc_contacts .views-row .contact_right > a:last-child,
.node-type-ligne-de-lumiere .region-section-2 #quicktabs-membres_de_la_fiche .bloc_contacts .views-row .contact_right > a:last-child,
.node-type-groupe-de-travail .region-section-2 #quicktabs-membres_de_la_fiche .bloc_contacts .views-row .contact_right > a:last-child,
.node-type-groupe-support .region-section-2 #quicktabs-membres_de_la_fiche .bloc_contacts .views-row .contact_right > a:last-child,
.node-type-ligne-de-lumiere .region-section-2 #quicktabs-membres_de_la_ligne .bloc-contacts .views-row .contact_right > a:last-child,
.node-type-groupe-de-travail .region-section-2 #quicktabs-membres_de_la_ligne .bloc-contacts .views-row .contact_right > a:last-child,
.node-type-groupe-support .region-section-2 #quicktabs-membres_de_la_ligne .bloc-contacts .views-row .contact_right > a:last-child,
.node-type-ligne-de-lumiere .region-section-2 #quicktabs-membres_de_la_fiche .bloc-contacts .views-row .contact_right > a:last-child,
.node-type-groupe-de-travail .region-section-2 #quicktabs-membres_de_la_fiche .bloc-contacts .views-row .contact_right > a:last-child,
.node-type-groupe-support .region-section-2 #quicktabs-membres_de_la_fiche .bloc-contacts .views-row .contact_right > a:last-child {
  border-bottom: 1px dotted #585858;
}
.node-type-ligne-de-lumiere .region-section-2 #quicktabs-membres_de_la_ligne .bloc_contacts .views-row .contact_right > div.mail,
.node-type-groupe-de-travail .region-section-2 #quicktabs-membres_de_la_ligne .bloc_contacts .views-row .contact_right > div.mail,
.node-type-groupe-support .region-section-2 #quicktabs-membres_de_la_ligne .bloc_contacts .views-row .contact_right > div.mail,
.node-type-ligne-de-lumiere .region-section-2 #quicktabs-membres_de_la_fiche .bloc_contacts .views-row .contact_right > div.mail,
.node-type-groupe-de-travail .region-section-2 #quicktabs-membres_de_la_fiche .bloc_contacts .views-row .contact_right > div.mail,
.node-type-groupe-support .region-section-2 #quicktabs-membres_de_la_fiche .bloc_contacts .views-row .contact_right > div.mail,
.node-type-ligne-de-lumiere .region-section-2 #quicktabs-membres_de_la_ligne .bloc-contacts .views-row .contact_right > div.mail,
.node-type-groupe-de-travail .region-section-2 #quicktabs-membres_de_la_ligne .bloc-contacts .views-row .contact_right > div.mail,
.node-type-groupe-support .region-section-2 #quicktabs-membres_de_la_ligne .bloc-contacts .views-row .contact_right > div.mail,
.node-type-ligne-de-lumiere .region-section-2 #quicktabs-membres_de_la_fiche .bloc-contacts .views-row .contact_right > div.mail,
.node-type-groupe-de-travail .region-section-2 #quicktabs-membres_de_la_fiche .bloc-contacts .views-row .contact_right > div.mail,
.node-type-groupe-support .region-section-2 #quicktabs-membres_de_la_fiche .bloc-contacts .views-row .contact_right > div.mail,
.node-type-ligne-de-lumiere .region-section-2 #quicktabs-membres_de_la_ligne .bloc_contacts .views-row .contact_right > a.mail,
.node-type-groupe-de-travail .region-section-2 #quicktabs-membres_de_la_ligne .bloc_contacts .views-row .contact_right > a.mail,
.node-type-groupe-support .region-section-2 #quicktabs-membres_de_la_ligne .bloc_contacts .views-row .contact_right > a.mail,
.node-type-ligne-de-lumiere .region-section-2 #quicktabs-membres_de_la_fiche .bloc_contacts .views-row .contact_right > a.mail,
.node-type-groupe-de-travail .region-section-2 #quicktabs-membres_de_la_fiche .bloc_contacts .views-row .contact_right > a.mail,
.node-type-groupe-support .region-section-2 #quicktabs-membres_de_la_fiche .bloc_contacts .views-row .contact_right > a.mail,
.node-type-ligne-de-lumiere .region-section-2 #quicktabs-membres_de_la_ligne .bloc-contacts .views-row .contact_right > a.mail,
.node-type-groupe-de-travail .region-section-2 #quicktabs-membres_de_la_ligne .bloc-contacts .views-row .contact_right > a.mail,
.node-type-groupe-support .region-section-2 #quicktabs-membres_de_la_ligne .bloc-contacts .views-row .contact_right > a.mail,
.node-type-ligne-de-lumiere .region-section-2 #quicktabs-membres_de_la_fiche .bloc-contacts .views-row .contact_right > a.mail,
.node-type-groupe-de-travail .region-section-2 #quicktabs-membres_de_la_fiche .bloc-contacts .views-row .contact_right > a.mail,
.node-type-groupe-support .region-section-2 #quicktabs-membres_de_la_fiche .bloc-contacts .views-row .contact_right > a.mail {
  background: url(/sites/all/themes/custom/synchrotron/img/picto_mail_contact.png) left center no-repeat;
  font-weight: bold;
}
.node-type-ligne-de-lumiere .region-section-2 #quicktabs-membres_de_la_ligne .bloc_contacts .views-row .contact_right > div.telephone,
.node-type-groupe-de-travail .region-section-2 #quicktabs-membres_de_la_ligne .bloc_contacts .views-row .contact_right > div.telephone,
.node-type-groupe-support .region-section-2 #quicktabs-membres_de_la_ligne .bloc_contacts .views-row .contact_right > div.telephone,
.node-type-ligne-de-lumiere .region-section-2 #quicktabs-membres_de_la_fiche .bloc_contacts .views-row .contact_right > div.telephone,
.node-type-groupe-de-travail .region-section-2 #quicktabs-membres_de_la_fiche .bloc_contacts .views-row .contact_right > div.telephone,
.node-type-groupe-support .region-section-2 #quicktabs-membres_de_la_fiche .bloc_contacts .views-row .contact_right > div.telephone,
.node-type-ligne-de-lumiere .region-section-2 #quicktabs-membres_de_la_ligne .bloc-contacts .views-row .contact_right > div.telephone,
.node-type-groupe-de-travail .region-section-2 #quicktabs-membres_de_la_ligne .bloc-contacts .views-row .contact_right > div.telephone,
.node-type-groupe-support .region-section-2 #quicktabs-membres_de_la_ligne .bloc-contacts .views-row .contact_right > div.telephone,
.node-type-ligne-de-lumiere .region-section-2 #quicktabs-membres_de_la_fiche .bloc-contacts .views-row .contact_right > div.telephone,
.node-type-groupe-de-travail .region-section-2 #quicktabs-membres_de_la_fiche .bloc-contacts .views-row .contact_right > div.telephone,
.node-type-groupe-support .region-section-2 #quicktabs-membres_de_la_fiche .bloc-contacts .views-row .contact_right > div.telephone,
.node-type-ligne-de-lumiere .region-section-2 #quicktabs-membres_de_la_ligne .bloc_contacts .views-row .contact_right > a.telephone,
.node-type-groupe-de-travail .region-section-2 #quicktabs-membres_de_la_ligne .bloc_contacts .views-row .contact_right > a.telephone,
.node-type-groupe-support .region-section-2 #quicktabs-membres_de_la_ligne .bloc_contacts .views-row .contact_right > a.telephone,
.node-type-ligne-de-lumiere .region-section-2 #quicktabs-membres_de_la_fiche .bloc_contacts .views-row .contact_right > a.telephone,
.node-type-groupe-de-travail .region-section-2 #quicktabs-membres_de_la_fiche .bloc_contacts .views-row .contact_right > a.telephone,
.node-type-groupe-support .region-section-2 #quicktabs-membres_de_la_fiche .bloc_contacts .views-row .contact_right > a.telephone,
.node-type-ligne-de-lumiere .region-section-2 #quicktabs-membres_de_la_ligne .bloc-contacts .views-row .contact_right > a.telephone,
.node-type-groupe-de-travail .region-section-2 #quicktabs-membres_de_la_ligne .bloc-contacts .views-row .contact_right > a.telephone,
.node-type-groupe-support .region-section-2 #quicktabs-membres_de_la_ligne .bloc-contacts .views-row .contact_right > a.telephone,
.node-type-ligne-de-lumiere .region-section-2 #quicktabs-membres_de_la_fiche .bloc-contacts .views-row .contact_right > a.telephone,
.node-type-groupe-de-travail .region-section-2 #quicktabs-membres_de_la_fiche .bloc-contacts .views-row .contact_right > a.telephone,
.node-type-groupe-support .region-section-2 #quicktabs-membres_de_la_fiche .bloc-contacts .views-row .contact_right > a.telephone,
.node-type-ligne-de-lumiere .region-section-2 #quicktabs-membres_de_la_ligne .bloc_contacts .views-row .contact_right > div.portable,
.node-type-groupe-de-travail .region-section-2 #quicktabs-membres_de_la_ligne .bloc_contacts .views-row .contact_right > div.portable,
.node-type-groupe-support .region-section-2 #quicktabs-membres_de_la_ligne .bloc_contacts .views-row .contact_right > div.portable,
.node-type-ligne-de-lumiere .region-section-2 #quicktabs-membres_de_la_fiche .bloc_contacts .views-row .contact_right > div.portable,
.node-type-groupe-de-travail .region-section-2 #quicktabs-membres_de_la_fiche .bloc_contacts .views-row .contact_right > div.portable,
.node-type-groupe-support .region-section-2 #quicktabs-membres_de_la_fiche .bloc_contacts .views-row .contact_right > div.portable,
.node-type-ligne-de-lumiere .region-section-2 #quicktabs-membres_de_la_ligne .bloc-contacts .views-row .contact_right > div.portable,
.node-type-groupe-de-travail .region-section-2 #quicktabs-membres_de_la_ligne .bloc-contacts .views-row .contact_right > div.portable,
.node-type-groupe-support .region-section-2 #quicktabs-membres_de_la_ligne .bloc-contacts .views-row .contact_right > div.portable,
.node-type-ligne-de-lumiere .region-section-2 #quicktabs-membres_de_la_fiche .bloc-contacts .views-row .contact_right > div.portable,
.node-type-groupe-de-travail .region-section-2 #quicktabs-membres_de_la_fiche .bloc-contacts .views-row .contact_right > div.portable,
.node-type-groupe-support .region-section-2 #quicktabs-membres_de_la_fiche .bloc-contacts .views-row .contact_right > div.portable,
.node-type-ligne-de-lumiere .region-section-2 #quicktabs-membres_de_la_ligne .bloc_contacts .views-row .contact_right > a.portable,
.node-type-groupe-de-travail .region-section-2 #quicktabs-membres_de_la_ligne .bloc_contacts .views-row .contact_right > a.portable,
.node-type-groupe-support .region-section-2 #quicktabs-membres_de_la_ligne .bloc_contacts .views-row .contact_right > a.portable,
.node-type-ligne-de-lumiere .region-section-2 #quicktabs-membres_de_la_fiche .bloc_contacts .views-row .contact_right > a.portable,
.node-type-groupe-de-travail .region-section-2 #quicktabs-membres_de_la_fiche .bloc_contacts .views-row .contact_right > a.portable,
.node-type-groupe-support .region-section-2 #quicktabs-membres_de_la_fiche .bloc_contacts .views-row .contact_right > a.portable,
.node-type-ligne-de-lumiere .region-section-2 #quicktabs-membres_de_la_ligne .bloc-contacts .views-row .contact_right > a.portable,
.node-type-groupe-de-travail .region-section-2 #quicktabs-membres_de_la_ligne .bloc-contacts .views-row .contact_right > a.portable,
.node-type-groupe-support .region-section-2 #quicktabs-membres_de_la_ligne .bloc-contacts .views-row .contact_right > a.portable,
.node-type-ligne-de-lumiere .region-section-2 #quicktabs-membres_de_la_fiche .bloc-contacts .views-row .contact_right > a.portable,
.node-type-groupe-de-travail .region-section-2 #quicktabs-membres_de_la_fiche .bloc-contacts .views-row .contact_right > a.portable,
.node-type-groupe-support .region-section-2 #quicktabs-membres_de_la_fiche .bloc-contacts .views-row .contact_right > a.portable {
  background: url(/sites/all/themes/custom/synchrotron/img/picto_telephone.png) left center no-repeat;
}
.node-type-ligne-de-lumiere .region-section-2 #quicktabs-membres_de_la_ligne .bloc_contacts .views-row .contact_right > div.cv,
.node-type-groupe-de-travail .region-section-2 #quicktabs-membres_de_la_ligne .bloc_contacts .views-row .contact_right > div.cv,
.node-type-groupe-support .region-section-2 #quicktabs-membres_de_la_ligne .bloc_contacts .views-row .contact_right > div.cv,
.node-type-ligne-de-lumiere .region-section-2 #quicktabs-membres_de_la_fiche .bloc_contacts .views-row .contact_right > div.cv,
.node-type-groupe-de-travail .region-section-2 #quicktabs-membres_de_la_fiche .bloc_contacts .views-row .contact_right > div.cv,
.node-type-groupe-support .region-section-2 #quicktabs-membres_de_la_fiche .bloc_contacts .views-row .contact_right > div.cv,
.node-type-ligne-de-lumiere .region-section-2 #quicktabs-membres_de_la_ligne .bloc-contacts .views-row .contact_right > div.cv,
.node-type-groupe-de-travail .region-section-2 #quicktabs-membres_de_la_ligne .bloc-contacts .views-row .contact_right > div.cv,
.node-type-groupe-support .region-section-2 #quicktabs-membres_de_la_ligne .bloc-contacts .views-row .contact_right > div.cv,
.node-type-ligne-de-lumiere .region-section-2 #quicktabs-membres_de_la_fiche .bloc-contacts .views-row .contact_right > div.cv,
.node-type-groupe-de-travail .region-section-2 #quicktabs-membres_de_la_fiche .bloc-contacts .views-row .contact_right > div.cv,
.node-type-groupe-support .region-section-2 #quicktabs-membres_de_la_fiche .bloc-contacts .views-row .contact_right > div.cv,
.node-type-ligne-de-lumiere .region-section-2 #quicktabs-membres_de_la_ligne .bloc_contacts .views-row .contact_right > a.cv,
.node-type-groupe-de-travail .region-section-2 #quicktabs-membres_de_la_ligne .bloc_contacts .views-row .contact_right > a.cv,
.node-type-groupe-support .region-section-2 #quicktabs-membres_de_la_ligne .bloc_contacts .views-row .contact_right > a.cv,
.node-type-ligne-de-lumiere .region-section-2 #quicktabs-membres_de_la_fiche .bloc_contacts .views-row .contact_right > a.cv,
.node-type-groupe-de-travail .region-section-2 #quicktabs-membres_de_la_fiche .bloc_contacts .views-row .contact_right > a.cv,
.node-type-groupe-support .region-section-2 #quicktabs-membres_de_la_fiche .bloc_contacts .views-row .contact_right > a.cv,
.node-type-ligne-de-lumiere .region-section-2 #quicktabs-membres_de_la_ligne .bloc-contacts .views-row .contact_right > a.cv,
.node-type-groupe-de-travail .region-section-2 #quicktabs-membres_de_la_ligne .bloc-contacts .views-row .contact_right > a.cv,
.node-type-groupe-support .region-section-2 #quicktabs-membres_de_la_ligne .bloc-contacts .views-row .contact_right > a.cv,
.node-type-ligne-de-lumiere .region-section-2 #quicktabs-membres_de_la_fiche .bloc-contacts .views-row .contact_right > a.cv,
.node-type-groupe-de-travail .region-section-2 #quicktabs-membres_de_la_fiche .bloc-contacts .views-row .contact_right > a.cv,
.node-type-groupe-support .region-section-2 #quicktabs-membres_de_la_fiche .bloc-contacts .views-row .contact_right > a.cv {
  background: url(/sites/all/themes/custom/synchrotron/img/picto_cv.png) left center no-repeat;
}
.node-type-ligne-de-lumiere .region-section-2 #quicktabs-membres_de_la_ligne .bloc_contacts .views-row .contact_right > div.cv .file-size,
.node-type-groupe-de-travail .region-section-2 #quicktabs-membres_de_la_ligne .bloc_contacts .views-row .contact_right > div.cv .file-size,
.node-type-groupe-support .region-section-2 #quicktabs-membres_de_la_ligne .bloc_contacts .views-row .contact_right > div.cv .file-size,
.node-type-ligne-de-lumiere .region-section-2 #quicktabs-membres_de_la_fiche .bloc_contacts .views-row .contact_right > div.cv .file-size,
.node-type-groupe-de-travail .region-section-2 #quicktabs-membres_de_la_fiche .bloc_contacts .views-row .contact_right > div.cv .file-size,
.node-type-groupe-support .region-section-2 #quicktabs-membres_de_la_fiche .bloc_contacts .views-row .contact_right > div.cv .file-size,
.node-type-ligne-de-lumiere .region-section-2 #quicktabs-membres_de_la_ligne .bloc-contacts .views-row .contact_right > div.cv .file-size,
.node-type-groupe-de-travail .region-section-2 #quicktabs-membres_de_la_ligne .bloc-contacts .views-row .contact_right > div.cv .file-size,
.node-type-groupe-support .region-section-2 #quicktabs-membres_de_la_ligne .bloc-contacts .views-row .contact_right > div.cv .file-size,
.node-type-ligne-de-lumiere .region-section-2 #quicktabs-membres_de_la_fiche .bloc-contacts .views-row .contact_right > div.cv .file-size,
.node-type-groupe-de-travail .region-section-2 #quicktabs-membres_de_la_fiche .bloc-contacts .views-row .contact_right > div.cv .file-size,
.node-type-groupe-support .region-section-2 #quicktabs-membres_de_la_fiche .bloc-contacts .views-row .contact_right > div.cv .file-size,
.node-type-ligne-de-lumiere .region-section-2 #quicktabs-membres_de_la_ligne .bloc_contacts .views-row .contact_right > a.cv .file-size,
.node-type-groupe-de-travail .region-section-2 #quicktabs-membres_de_la_ligne .bloc_contacts .views-row .contact_right > a.cv .file-size,
.node-type-groupe-support .region-section-2 #quicktabs-membres_de_la_ligne .bloc_contacts .views-row .contact_right > a.cv .file-size,
.node-type-ligne-de-lumiere .region-section-2 #quicktabs-membres_de_la_fiche .bloc_contacts .views-row .contact_right > a.cv .file-size,
.node-type-groupe-de-travail .region-section-2 #quicktabs-membres_de_la_fiche .bloc_contacts .views-row .contact_right > a.cv .file-size,
.node-type-groupe-support .region-section-2 #quicktabs-membres_de_la_fiche .bloc_contacts .views-row .contact_right > a.cv .file-size,
.node-type-ligne-de-lumiere .region-section-2 #quicktabs-membres_de_la_ligne .bloc-contacts .views-row .contact_right > a.cv .file-size,
.node-type-groupe-de-travail .region-section-2 #quicktabs-membres_de_la_ligne .bloc-contacts .views-row .contact_right > a.cv .file-size,
.node-type-groupe-support .region-section-2 #quicktabs-membres_de_la_ligne .bloc-contacts .views-row .contact_right > a.cv .file-size,
.node-type-ligne-de-lumiere .region-section-2 #quicktabs-membres_de_la_fiche .bloc-contacts .views-row .contact_right > a.cv .file-size,
.node-type-groupe-de-travail .region-section-2 #quicktabs-membres_de_la_fiche .bloc-contacts .views-row .contact_right > a.cv .file-size,
.node-type-groupe-support .region-section-2 #quicktabs-membres_de_la_fiche .bloc-contacts .views-row .contact_right > a.cv .file-size,
.node-type-ligne-de-lumiere .region-section-2 #quicktabs-membres_de_la_ligne .bloc_contacts .views-row .contact_right > div.cv .file-icon,
.node-type-groupe-de-travail .region-section-2 #quicktabs-membres_de_la_ligne .bloc_contacts .views-row .contact_right > div.cv .file-icon,
.node-type-groupe-support .region-section-2 #quicktabs-membres_de_la_ligne .bloc_contacts .views-row .contact_right > div.cv .file-icon,
.node-type-ligne-de-lumiere .region-section-2 #quicktabs-membres_de_la_fiche .bloc_contacts .views-row .contact_right > div.cv .file-icon,
.node-type-groupe-de-travail .region-section-2 #quicktabs-membres_de_la_fiche .bloc_contacts .views-row .contact_right > div.cv .file-icon,
.node-type-groupe-support .region-section-2 #quicktabs-membres_de_la_fiche .bloc_contacts .views-row .contact_right > div.cv .file-icon,
.node-type-ligne-de-lumiere .region-section-2 #quicktabs-membres_de_la_ligne .bloc-contacts .views-row .contact_right > div.cv .file-icon,
.node-type-groupe-de-travail .region-section-2 #quicktabs-membres_de_la_ligne .bloc-contacts .views-row .contact_right > div.cv .file-icon,
.node-type-groupe-support .region-section-2 #quicktabs-membres_de_la_ligne .bloc-contacts .views-row .contact_right > div.cv .file-icon,
.node-type-ligne-de-lumiere .region-section-2 #quicktabs-membres_de_la_fiche .bloc-contacts .views-row .contact_right > div.cv .file-icon,
.node-type-groupe-de-travail .region-section-2 #quicktabs-membres_de_la_fiche .bloc-contacts .views-row .contact_right > div.cv .file-icon,
.node-type-groupe-support .region-section-2 #quicktabs-membres_de_la_fiche .bloc-contacts .views-row .contact_right > div.cv .file-icon,
.node-type-ligne-de-lumiere .region-section-2 #quicktabs-membres_de_la_ligne .bloc_contacts .views-row .contact_right > a.cv .file-icon,
.node-type-groupe-de-travail .region-section-2 #quicktabs-membres_de_la_ligne .bloc_contacts .views-row .contact_right > a.cv .file-icon,
.node-type-groupe-support .region-section-2 #quicktabs-membres_de_la_ligne .bloc_contacts .views-row .contact_right > a.cv .file-icon,
.node-type-ligne-de-lumiere .region-section-2 #quicktabs-membres_de_la_fiche .bloc_contacts .views-row .contact_right > a.cv .file-icon,
.node-type-groupe-de-travail .region-section-2 #quicktabs-membres_de_la_fiche .bloc_contacts .views-row .contact_right > a.cv .file-icon,
.node-type-groupe-support .region-section-2 #quicktabs-membres_de_la_fiche .bloc_contacts .views-row .contact_right > a.cv .file-icon,
.node-type-ligne-de-lumiere .region-section-2 #quicktabs-membres_de_la_ligne .bloc-contacts .views-row .contact_right > a.cv .file-icon,
.node-type-groupe-de-travail .region-section-2 #quicktabs-membres_de_la_ligne .bloc-contacts .views-row .contact_right > a.cv .file-icon,
.node-type-groupe-support .region-section-2 #quicktabs-membres_de_la_ligne .bloc-contacts .views-row .contact_right > a.cv .file-icon,
.node-type-ligne-de-lumiere .region-section-2 #quicktabs-membres_de_la_fiche .bloc-contacts .views-row .contact_right > a.cv .file-icon,
.node-type-groupe-de-travail .region-section-2 #quicktabs-membres_de_la_fiche .bloc-contacts .views-row .contact_right > a.cv .file-icon,
.node-type-groupe-support .region-section-2 #quicktabs-membres_de_la_fiche .bloc-contacts .views-row .contact_right > a.cv .file-icon {
  display: none;
}
.node-type-ligne-de-lumiere .region-section-2 #quicktabs-membres_de_la_ligne .bloc_contacts .views-row .contact_right > div.cv a,
.node-type-groupe-de-travail .region-section-2 #quicktabs-membres_de_la_ligne .bloc_contacts .views-row .contact_right > div.cv a,
.node-type-groupe-support .region-section-2 #quicktabs-membres_de_la_ligne .bloc_contacts .views-row .contact_right > div.cv a,
.node-type-ligne-de-lumiere .region-section-2 #quicktabs-membres_de_la_fiche .bloc_contacts .views-row .contact_right > div.cv a,
.node-type-groupe-de-travail .region-section-2 #quicktabs-membres_de_la_fiche .bloc_contacts .views-row .contact_right > div.cv a,
.node-type-groupe-support .region-section-2 #quicktabs-membres_de_la_fiche .bloc_contacts .views-row .contact_right > div.cv a,
.node-type-ligne-de-lumiere .region-section-2 #quicktabs-membres_de_la_ligne .bloc-contacts .views-row .contact_right > div.cv a,
.node-type-groupe-de-travail .region-section-2 #quicktabs-membres_de_la_ligne .bloc-contacts .views-row .contact_right > div.cv a,
.node-type-groupe-support .region-section-2 #quicktabs-membres_de_la_ligne .bloc-contacts .views-row .contact_right > div.cv a,
.node-type-ligne-de-lumiere .region-section-2 #quicktabs-membres_de_la_fiche .bloc-contacts .views-row .contact_right > div.cv a,
.node-type-groupe-de-travail .region-section-2 #quicktabs-membres_de_la_fiche .bloc-contacts .views-row .contact_right > div.cv a,
.node-type-groupe-support .region-section-2 #quicktabs-membres_de_la_fiche .bloc-contacts .views-row .contact_right > div.cv a,
.node-type-ligne-de-lumiere .region-section-2 #quicktabs-membres_de_la_ligne .bloc_contacts .views-row .contact_right > a.cv a,
.node-type-groupe-de-travail .region-section-2 #quicktabs-membres_de_la_ligne .bloc_contacts .views-row .contact_right > a.cv a,
.node-type-groupe-support .region-section-2 #quicktabs-membres_de_la_ligne .bloc_contacts .views-row .contact_right > a.cv a,
.node-type-ligne-de-lumiere .region-section-2 #quicktabs-membres_de_la_fiche .bloc_contacts .views-row .contact_right > a.cv a,
.node-type-groupe-de-travail .region-section-2 #quicktabs-membres_de_la_fiche .bloc_contacts .views-row .contact_right > a.cv a,
.node-type-groupe-support .region-section-2 #quicktabs-membres_de_la_fiche .bloc_contacts .views-row .contact_right > a.cv a,
.node-type-ligne-de-lumiere .region-section-2 #quicktabs-membres_de_la_ligne .bloc-contacts .views-row .contact_right > a.cv a,
.node-type-groupe-de-travail .region-section-2 #quicktabs-membres_de_la_ligne .bloc-contacts .views-row .contact_right > a.cv a,
.node-type-groupe-support .region-section-2 #quicktabs-membres_de_la_ligne .bloc-contacts .views-row .contact_right > a.cv a,
.node-type-ligne-de-lumiere .region-section-2 #quicktabs-membres_de_la_fiche .bloc-contacts .views-row .contact_right > a.cv a,
.node-type-groupe-de-travail .region-section-2 #quicktabs-membres_de_la_fiche .bloc-contacts .views-row .contact_right > a.cv a,
.node-type-groupe-support .region-section-2 #quicktabs-membres_de_la_fiche .bloc-contacts .views-row .contact_right > a.cv a {
  color: #585858;
}
.node-type-groupe-de-travail .region-section-2 #block-views-descriptif-rte-du-groupe-block .image {
  margin: auto;
  display: block;
  max-width: 100%;
  height: auto;
  margin-bottom: 30px;
}
.node-type-groupe-de-travail .region-section-2 #block-views-les-actualit-s-du-groupe-block h2,
.node-type-groupe-de-travail .region-section-2 .bloc_contacts h2 {
  border-bottom: 2px solid #d5d5d5;
  padding-bottom: 9px;
  padding-left: 60px;
  margin-bottom: 15px;
  padding-top: 5px;
  background: url(/sites/all/themes/custom/synchrotron/img/picto_actualites.png) left top no-repeat;
  font-size: 24px;
  color: #b82721;
  text-transform: uppercase;
  margin-top: 60px;
  font-weight: normal;
}
.node-type-groupe-de-travail .region-section-2 #block-views-paragraphes-block-18 {
  margin-bottom: 30px;
}
.node-type-groupe-de-travail .region-section-2 #block-views-paragraphes-block-18 h2 {
  margin-top: 60px;
}
.node-type-groupe-de-travail .region-section-2 .view-contacts-du-projet-page-groupe .image img {
  max-width: 129px;
  height: auto;
}
.chapo img {
  max-width: 100%;
  height: auto;
}
.chapo a,
.chapo a:visited,
.chapo a:hover {
  color: white !important;
  text-decoration: underline;
}
.page-evenements #section_2,
.page-actualites #section_2,
.page-videos #section_2,
.page-comptes-rendus-et-presentations #section_2,
.page-notes-et-procedures #section_2 {
  font-size: 0px;
}
.page-evenements #section_2 .image,
.page-actualites #section_2 .image,
.page-videos #section_2 .image,
.page-comptes-rendus-et-presentations #section_2 .image,
.page-notes-et-procedures #section_2 .image {
  font-size: 0px;
}
.page-evenements #section_2 #block-system-main,
.page-actualites #section_2 #block-system-main,
.page-videos #section_2 #block-system-main,
.page-comptes-rendus-et-presentations #section_2 #block-system-main,
.page-notes-et-procedures #section_2 #block-system-main {
  vertical-align: top;
  display: block;
  margin: 0;
  width: calc(100% + 26px);
}
@media only screen and (max-width: 992px) {
  .page-evenements #section_2 #block-system-main,
  .page-actualites #section_2 #block-system-main,
  .page-videos #section_2 #block-system-main,
  .page-comptes-rendus-et-presentations #section_2 #block-system-main,
  .page-notes-et-procedures #section_2 #block-system-main {
    width: 100%;
  }
}
.view-offres-d-emploi.view-display-id-page > .view-header {
  background: #b82721;
  font-size: 20px;
  color: #ffffff;
  line-height: 1.4;
  padding: 25px;
  margin-bottom: 70px;
}
.view-offres-d-emploi.view-display-id-page > .view-content .views-row {
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 20px;
  margin-bottom: 25px;
}
.view-offres-d-emploi.view-display-id-page > .view-content .views-row .offre-listing {
  font-size: 0;
  position: relative;
}
.view-offres-d-emploi.view-display-id-page > .view-content .views-row .offre-listing > div {
  display: inline-block;
  vertical-align: top;
}
.view-offres-d-emploi.view-display-id-page > .view-content .views-row .offre-listing .contrat {
  width: 166px;
  padding: 6px 15px;
  margin-right: 30px;
  background: #ededed;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.1;
  position: absolute;
}
.view-offres-d-emploi.view-display-id-page > .view-content .views-row .offre-listing .details {
  padding: 4px 0px;
  color: #585858;
  font-size: 16px;
  margin-left: 196px;
}
.view-offres-d-emploi.view-display-id-page > .view-content .views-row .offre-listing .details .titre {
  font-weight: bold;
  margin-bottom: 4px;
}
.view-offres-d-emploi.view-display-id-page > .view-content .views-row .offre-listing .details .division {
  font-style: italic;
}
.view-offres-d-emploi.view-display-id-page > .view-content .views-row .offre-listing .details .date {
  font-style: italic;
  color: #b82721;
}
.view-liste-des-groupes {
  font-size: 0px;
}
.view-liste-des-groupes .views-row {
  position: relative;
  width: 263px;
  height: 265px;
  margin-bottom: 30px;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  margin-right: 29px;
  font-size: 14px;
}
.view-liste-des-groupes .views-row:nth-child(3n+0) {
  margin-right: 0px;
}
.view-liste-des-groupes .views-row .contenu {
  background: #ffffff;
  border: 0px;
  padding: 0px;
  margin-top: 10px;
}
.view-liste-des-groupes .views-row .contenu .date {
  color: #b82721;
}
.view-liste-des-groupes .views-row .contenu .titre {
  color: #585858;
  font-size: 18px;
  font-weight: lighter;
}
.view-liste-des-groupes .views-row .hover {
  font-size: 14px;
  line-height: 1.4;
  position: absolute;
  background: #b82721;
  color: #ffffff;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  padding: 20px;
  font-weight: lighter;
  opacity: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.view-liste-des-groupes .views-row .hover .voir_plus {
  position: absolute;
  bottom: 20px;
  left: 14px;
  right: 14px;
  font-style: italic;
  border-top: 1px solid #ffffff;
  padding-top: 8px;
  font-weight: normal;
  background: url(/sites/all/themes/custom/synchrotron/img/voir_plus_arrow.png) right bottom 1px no-repeat;
}
.view-liste-des-groupes .views-row:hover .hover {
  opacity: 1;
}
.view-content.callouts-flex:after {
  content: '';
  display: block;
  clear: both;
}
.view-content.callouts-flex > * {
  float: left;
}
.view-content.callouts-flex .callouts-flex-item {
  width: calc(33.3333% - 26px);
  box-sizing: border-box;
  position: relative;
  min-height: 271px;
  margin: 0 26px 30px 0;
  font-size: 14px;
  overflow: hidden;
}
@media only screen and (max-width: 992px) {
  .view-content.callouts-flex .callouts-flex-item {
    width: 100%;
    padding: 0;
  }
}
.view-content.callouts-flex .callouts-flex-item .contenu {
  height: 92px;
  background: #ffffff;
  border: 0px;
  padding: 0px;
  margin-top: 10px;
}
.view-content.callouts-flex .callouts-flex-item .contenu .date {
  color: #b82721;
}
.view-content.callouts-flex .callouts-flex-item .contenu .titre {
  color: #585858;
  border-top: 1px dotted #585858;
  margin-top: 4px;
  padding-top: 8px;
}
.view-content.callouts-flex .callouts-flex-item .hover .description {
  font-size: 14px;
  line-height: 1.4;
}
.view-content.callouts-flex .callouts-flex-item .image img {
  display: block;
  width: 100%;
  height: auto;
}
.view-content.callouts-flex .callouts-flex-item .hover {
  position: absolute;
  background: #b82721;
  color: #ffffff;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  padding: 20px;
  font-size: 18px;
  font-weight: lighter;
  opacity: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.view-content.callouts-flex .callouts-flex-item .hover .description {
  overflow: hidden;
  max-height: 200px;
  line-height: 1.6;
  font-size: 14px;
}
.view-content.callouts-flex .callouts-flex-item .hover .voir_plus {
  position: absolute;
  bottom: 20px;
  left: 14px;
  right: 14px;
  font-style: italic;
  border-top: 1px solid #ffffff;
  padding-top: 8px;
  font-weight: normal;
  background: url(/sites/all/themes/custom/synchrotron/img/voir_plus_arrow.png) right bottom 1px no-repeat;
}
.view-content.callouts-flex .callouts-flex-item:hover .hover {
  opacity: 1;
}
.view-content.callouts-flex .callouts-flex-item.callouts-flex-item-x2 {
  width: calc(66.6666% - 26px);
  margin-right: 26px;
}
@media only screen and (max-width: 1200px) {
  .view-content.callouts-flex .callouts-flex-item.callouts-flex-item-x2 {
    width: calc(100% - 26px);
  }
}
@media only screen and (max-width: 992px) {
  .view-content.callouts-flex .callouts-flex-item.callouts-flex-item-x2 {
    width: 100%;
  }
}
.view-content.callouts-flex .callouts-flex-item.callouts-flex-item-x2 .mise_en_avant {
  margin: 0;
  width: 100%;
}
.view-content.callouts-flex .callouts-flex-item.callouts-flex-item-x2 .hover .description {
  overflow: hidden;
  max-height: 500px;
  font-size: 18px;
}
.view-content.callouts-flex .callouts-flex-item .mise_en_avant {
  width: 555px;
  height: 572px;
  margin-right: 30px;
  position: relative;
  margin-bottom: 30px;
}
.view-content.callouts-flex .callouts-flex-item .mise_en_avant .contenu {
  background: #b82721;
  color: #ffffff;
  border-top: 1px solid #ffffff;
  padding: 20px;
  height: 197px;
}
.view-content.callouts-flex .callouts-flex-item .mise_en_avant .contenu .date {
  font-size: 14px;
  color: #ffffff;
}
.view-content.callouts-flex .callouts-flex-item .mise_en_avant .contenu .titre {
  color: #ffffff;
  font-size: 18px;
  border-top: 1px dotted #ffffff;
  margin-top: 4px;
  padding-top: 8px;
  font-weight: lighter;
}
.view-content.callouts-flex .callouts-flex-item .mise_en_avant:hover .hover {
  opacity: 1;
}
.view-content.callouts-flex .callouts-flex-item .mise_en_avant .image {
  height: 375px;
}
#block-facetapi-g204zhqgfjyp1enbskh3tol0048pbf8m,
.page-search-site .easy-breadcrumb .easy-breadcrumb_segment-2,
.page-search-site .easy-breadcrumb > a + span:nth-child(2),
.page-search-site #block-system-main > .content > h2 {
  display: none;
}
.block_header_search .form-item-retain-filters {
  display: none;
}
.block_header_search #autocomplete li {
  height: 50px;
  line-height: 50px;
}
.page-search-site #tabs,
.page-recherche-site #tabs {
  display: none;
}
.page-search-site #section_2 .sidebar_section_2.left .facets,
.page-recherche-site #section_2 .sidebar_section_2.left .facets {
  margin-bottom: 30px;
}
.page-search-site #section_2 .sidebar_section_2.left .facets h2,
.page-recherche-site #section_2 .sidebar_section_2.left .facets h2 {
  font-size: 14px;
  background: #ededed;
  height: auto;
  line-height: 1.4;
  padding: 10px 16px;
}
.page-search-site #section_2 .sidebar_section_2.left .facets ul.facetapi-facetapi-links li,
.page-recherche-site #section_2 .sidebar_section_2.left .facets ul.facetapi-facetapi-links li {
  padding: 8px 15px;
  border-bottom: 1px solid #ededed;
}
.page-search-site #section_2 .sidebar_section_2.left .facets ul.facetapi-facetapi-links li:last-child,
.page-recherche-site #section_2 .sidebar_section_2.left .facets ul.facetapi-facetapi-links li:last-child {
  border-bottom: 0px;
}
.page-search-site #section_2 .sidebar_section_2.left .facets a.facetapi-limit-link,
.page-recherche-site #section_2 .sidebar_section_2.left .facets a.facetapi-limit-link {
  display: block;
  text-align: center;
  margin-top: 10px;
}
.page-search-site #section_2 .sidebar_section_2.left .region-section-2-sidebar-left.scroll,
.page-recherche-site #section_2 .sidebar_section_2.left .region-section-2-sidebar-left.scroll,
.page-search-site #section_2 .sidebar_section_2.left .region-section-2-sidebar-left.bottom,
.page-recherche-site #section_2 .sidebar_section_2.left .region-section-2-sidebar-left.bottom {
  position: static;
}
.page-search-site #section_2 .content #search-form,
.page-recherche-site #section_2 .content #search-form,
.page-search-site #section_2 .content .view-filters,
.page-recherche-site #section_2 .content .view-filters {
  display: none;
}
.page-search-site #section_2 .content form .form-item,
.page-recherche-site #section_2 .content form .form-item,
.page-search-site #section_2 .content form input[type=submit],
.page-recherche-site #section_2 .content form input[type=submit] {
  display: inline-block;
  vertical-align: top;
}
.page-search-site #section_2 .content h2,
.page-recherche-site #section_2 .content h2 {
  font-size: 35px;
  color: #585858;
  font-weight: normal;
  border-bottom: 2px solid #d5d5d5;
  padding-bottom: 9px;
  margin-bottom: 40px;
}
.page-search-site #section_2 .content ol.search-results,
.page-recherche-site #section_2 .content ol.search-results {
  padding-left: 0px;
}
.page-search-site #section_2 .content ol.search-results li,
.page-recherche-site #section_2 .content ol.search-results li {
  margin-bottom: 30px;
  list-style: none;
}
.page-search-site #section_2 .content ol.search-results li .title,
.page-recherche-site #section_2 .content ol.search-results li .title {
  margin-bottom: 10px;
}
.page-search-site #section_2 .content ol.search-results li .title a,
.page-recherche-site #section_2 .content ol.search-results li .title a {
  font-size: 18px;
}
.page-search-site #section_2 .content ol.search-results li .title a:hover,
.page-recherche-site #section_2 .content ol.search-results li .title a:hover {
  text-decoration: underline;
}
.page-search-site #section_2 .content ol.search-results li .date,
.page-recherche-site #section_2 .content ol.search-results li .date {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 10px;
}
.page-search-site #section_2 .content ol.search-results li .search-snippet,
.page-recherche-site #section_2 .content ol.search-results li .search-snippet {
  margin-top: 6px;
}
.page-search-site #section_2 .content ol.search-results li .search-info,
.page-recherche-site #section_2 .content ol.search-results li .search-info {
  font-size: 12px;
  margin-top: 6px;
}
.page-search-site #section_2 .content ol.search-results .highlight,
.page-recherche-site #section_2 .content ol.search-results .highlight {
  background: yellow;
}
.page-search-site #section_2 .content .view-empty,
.page-recherche-site #section_2 .content .view-empty {
  padding: 15px 0px;
}
#sliding-popup {
  border-top: 1px solid #d5d5d5;
  padding: 20px 0;
}
#sliding-popup .popup-content {
  max-width: none !important;
}
#sliding-popup .popup-content #popup-text {
  font-weight: 400;
}
#sliding-popup .popup-content #popup-text h1,
#sliding-popup .popup-content #popup-text h2,
#sliding-popup .popup-content #popup-text h3,
#sliding-popup .popup-content #popup-text p {
  font-weight: 400;
}
#sliding-popup .eu-cookie-compliance-secondary-button,
#sliding-popup .eu-cookie-compliance-default-button,
#sliding-popup .eu-cookie-compliance-hide-button,
#sliding-popup .eu-cookie-compliance-more-button-thank-you,
#sliding-popup .eu-cookie-withdraw-button,
#sliding-popup .eu-cookie-compliance-save-preferences-button {
  background: #b82721;
  height: 39px;
  margin: 0 0 0 4px;
  line-height: 39px;
  color: #ffffff !important;
  text-transform: uppercase;
  padding: 0px 16px;
  outline: none;
  border: 1px solid #b82721;
  text-align: center;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-family: "Oxygenregular, sans-serif";
  font-size: 14px;
  font-weight: 400;
  text-shadow: none;
}
#sliding-popup .eu-cookie-compliance-secondary-button:hover,
#sliding-popup .eu-cookie-compliance-default-button:hover,
#sliding-popup .eu-cookie-compliance-hide-button:hover,
#sliding-popup .eu-cookie-compliance-more-button-thank-you:hover,
#sliding-popup .eu-cookie-withdraw-button:hover,
#sliding-popup .eu-cookie-compliance-save-preferences-button:hover {
  color: #b82721 !important;
  background: #ffffff;
}
/* RESPONSIVE STYLES */
@media only screen and (max-width: 1200px) {
  #section_2 .container.withright .section_2 {
    width: 648px;
  }
  #breadcrumb {
    min-height: 30px;
    height: auto;
  }
  #arrow_scroll {
    display: none;
  }
  #header {
    height: auto;
  }
  #header #header_left {
    width: 240px;
  }
  #header #header_right {
    width: 700px;
  }
  #header #header_right #header_right_bottom #block-system-main-menu > div > ul > li {
    font-size: 14px;
    margin-left: 15px;
  }
  #header #header_right #header_right_bottom #block-system-main-menu > div > ul > li > ul {
    min-width: 200px;
  }
  #header #header_right #header_right_bottom #block-system-main-menu > div > ul > li > ul > li > a {
    font-size: 12px;
  }
  #header #header_right #header_right_bottom .block_search {
    margin-left: 10px;
  }
  #header.mini #header_inner_wrap #header_right {
    width: 840px;
  }
  .front #section_1 #block-views-carrousel-accueil-block {
    width: 680px;
    height: 468px;
  }
  .front #section_1 #block-views-carrousel-accueil-block .flexslider {
    overflow: visible;
  }
  .front #section_1 #block-views-carrousel-accueil-block .titre_wrap {
    position: static;
    opacity: 1;
  }
  .front #section_1 #block-views-carrousel-accueil-block .titre_wrap .titre {
    font-size: 30px;
  }
  .front #section_1 #block-views-carrousel-accueil-block .flex-control-nav {
    opacity: 1;
  }
  .front #section_1 #block-views-carrousel-accueil-block-2 {
    width: 260px;
  }
  .front #section_1 #block-views-carrousel-accueil-block-2 #hp_bloc_presentation {
    padding-top: 10px;
    padding-left: 10px;
  }
  .front #section_2 #section_2_left {
    width: 680px;
  }
  .front #section_2 #section_2_left #hp_blocs_utilisateurs .hp_bloc_utilisateur {
    width: 196px;
    margin: 0px 18px;
  }
  .front #section_2 #section_2_right {
    width: 260px;
  }
  .front #section_2 #section_2_right .section_2_right {
    padding-left: 10px;
  }
  .front #section_3 .block_actus_hp {
    width: 680px;
  }
  .front #section_3 .block_actus_hp .view-content .views-row {
    width: 216px;
  }
  .front #section_3 .block_actus_hp .view-content .views-row img {
    width: 100%;
    height: auto;
  }
  .front #section_3 .block_actus_hp .view-content .views-row .hover .voir_plus {
    bottom: 8px;
  }
  .front #section_3 .block_events_hp {
    width: 260px;
  }
  .page-evenements #section_2 #block-system-main,
  .page-actualites #section_2 #block-system-main,
  .page-videos #section_2 #block-system-main {
    width: 100%;
  }
  .page-evenements #section_2 #block-system-main .mise_en_avant,
  .page-actualites #section_2 #block-system-main .mise_en_avant,
  .page-videos #section_2 #block-system-main .mise_en_avant {
    height: auto;
    width: 100%;
  }
  .page-evenements #section_2 #block-system-main .mise_en_avant .image,
  .page-actualites #section_2 #block-system-main .mise_en_avant .image,
  .page-videos #section_2 #block-system-main .mise_en_avant .image {
    height: auto;
  }
  .page-evenements #section_2 #block-system-main .mise_en_avant .image img,
  .page-actualites #section_2 #block-system-main .mise_en_avant .image img,
  .page-videos #section_2 #block-system-main .mise_en_avant .image img {
    width: 100%;
    height: auto;
  }
  .page-evenements #section_2 .listing_premiers,
  .page-actualites #section_2 .listing_premiers,
  .page-videos #section_2 .listing_premiers {
    width: 100%;
  }
  .page-evenements #section_2 .listing_premiers .views-row,
  .page-actualites #section_2 .listing_premiers .views-row,
  .page-videos #section_2 .listing_premiers .views-row {
    width: 307px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 30px !important;
    height: 310px;
  }
  .page-evenements #section_2 .listing_premiers .views-row img,
  .page-actualites #section_2 .listing_premiers .views-row img,
  .page-videos #section_2 .listing_premiers .views-row img {
    width: 100%;
    height: auto;
  }
  .page-evenements #section_2 .listing_premiers .views-row.views-row-1,
  .page-actualites #section_2 .listing_premiers .views-row.views-row-1,
  .page-videos #section_2 .listing_premiers .views-row.views-row-1 {
    margin-right: 30px;
  }
  .page-evenements #section_2 .listing_autres .views-row,
  .page-actualites #section_2 .listing_autres .views-row,
  .page-videos #section_2 .listing_autres .views-row {
    width: 307px;
    height: auto;
  }
  .page-evenements #section_2 .listing_autres .views-row:nth-child(3n+2),
  .page-actualites #section_2 .listing_autres .views-row:nth-child(3n+2),
  .page-videos #section_2 .listing_autres .views-row:nth-child(3n+2) {
    margin-left: 0px;
    margin-right: 0px;
  }
  .page-evenements #section_2 .listing_autres .views-row.views-row-odd,
  .page-actualites #section_2 .listing_autres .views-row.views-row-odd,
  .page-videos #section_2 .listing_autres .views-row.views-row-odd {
    margin-right: 30px;
  }
  .page-evenements #section_2 .listing_autres .views-row .image img,
  .page-actualites #section_2 .listing_autres .views-row .image img,
  .page-videos #section_2 .listing_autres .views-row .image img {
    width: 100%;
    height: auto;
  }
  #section_1 .annuaire-contact-tabs .quicktabs_main #edit-field-lignes-de-lumiere-tid-wrapper input,
  #section_1 .annuaire-contact-tabs .quicktabs_main #edit-ligne-wrapper input,
  #section_1 .annuaire-contact-tabs .quicktabs_main #edit-contact-wrapper input,
  #section_1 .annuaire-contact-tabs .quicktabs_main #edit-combine-wrapper input {
    width: 284px;
  }
  .page-annuaire-ligne #section_3 .region-section-3 #block-views-annuaire-contact-block-1,
  .page-annuaire-contacts #section_3 .region-section-3 #block-views-annuaire-contact-block-1 {
    width: 676px;
  }
  .page-annuaire-ligne #section_3 .region-section-3 #block-views-annuaire-contact-block-1 .views-row,
  .page-annuaire-contacts #section_3 .region-section-3 #block-views-annuaire-contact-block-1 .views-row {
    margin-bottom: 30px;
  }
  .node-type-video #block-views-page-vid-o-block .views-field-field-code-embed-de-la-video iframe,
  .node-type-video #block-views-page-vid-o-block .views-field-field-code-embed-de-la-video embed {
    height: 380px;
  }
  .node-type--v-nement .region-section-2 .view-paragraphes .bloc_localisation .localisation_left {
    width: 100%;
    margin: 0px;
    margin-bottom: 14px;
    height: auto;
  }
  .node-type--v-nement .region-section-2 .view-paragraphes .bloc_localisation .localisation_right {
    width: 100%;
  }
  .node-type--v-nement .region-section-2 .view-paragraphes .bloc_localisation .localisation_right .map #ip-geoloc-map-of-view-g_olocalisation-block {
    width: 100%;
  }
  .node-type--v-nement .region-section-2 .view-paragraphes .bloc_liens_utiles .liens_left {
    width: 100%;
    padding: 0px;
  }
  .node-type--v-nement .region-section-2 .view-paragraphes .bloc_liens_utiles .liens_right {
    margin-top: 30px;
    width: 100%;
  }
  .node-type--v-nement .region-section-2 .view-paragraphes .bloc_listing_rte .liste_rte ul li {
    width: 203px;
  }
  .node-type-ligne-de-lumiere .region-section-2 .chapo.ligne_de_lumiere .texte {
    width: 430px;
  }
  .node-type-ligne-de-lumiere .region-section-2 .view-paragraphes .Paragraphs.bloc-donnees-techniques .donnee_technique .contenu,
  .node-type-ligne-de-lumiere .region-section-2 .view-paragraphes .paragraphs-bundle-bloc-donnees-techniques .donnee_technique .contenu {
    width: 450px;
  }
  .node-type-ligne-de-lumiere .region-section-2 .view-paragraphes .Paragraphs.bloc-donnees-techniques .donnee_technique .contenu img,
  .node-type-ligne-de-lumiere .region-section-2 .view-paragraphes .paragraphs-bundle-bloc-donnees-techniques .donnee_technique .contenu img {
    max-width: 100%;
    height: auto;
  }
  .node-type-ligne-de-lumiere .region-section-2 .vue-actualites-liees .views-row {
    width: 309px;
  }
  .node-type-ligne-de-lumiere .region-section-2 .vue-actualites-liees .views-row.views-row-1 {
    margin-right: 30px;
  }
  .node-type-ligne-de-lumiere .region-section-2 .vue-actualites-liees .views-row img {
    width: 100%;
    height: auto;
  }
  .node-type-ligne-de-lumiere .region-section-2 .bloc-contacts .views-row .contact_right {
    width: 454px;
  }
  .node-type-article #page .view-page-article .view-paragraphes .views-row {
    width: 100% !important;
  }
  .node-type-article #page .view-page-article .view-paragraphes .views-row.views-row-odd {
    margin-right: 0px;
  }
  .node-type-groupe-support .region-section-2 .vue-actualites-liees .views-row {
    width: 309px;
  }
  .node-type-groupe-support .region-section-2 .vue-actualites-liees .views-row.views-row-1 {
    margin-right: 30px;
  }
  .node-type-groupe-support .region-section-2 .vue-actualites-liees .views-row img {
    width: 100%;
    height: auto;
  }
  .node-type-groupe-support .region-section-2 .bloc-contacts .views-row .contact_right {
    width: 454px;
  }
  .bloc_contact_ligne {
    display: none;
  }
  #footer_wrapper #footer-left {
    width: 328px;
  }
  #footer_wrapper #footer-left .view-footer-bloc-contact .contenu .adresse {
    display: block;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 992px) {
  .front .event_mobile_link {
    float: none;
    display: block;
    height: 30px;
    line-height: 30px;
    background: #a03263;
    color: #ffffff;
    text-transform: uppercase;
    border: 1px solid #a03263;
    font-style: normal;
    text-align: center;
    font-size: 12px;
    margin-top: 15px;
    margin-bottom: 20px;
  }
  #section_2 .region-section-2-sidebar-left.scroll {
    top: 30px;
  }
  #section_2 .container.withright .section_2 {
    width: 428px;
  }
  #header #header_left {
    float: left;
  }
  #header #header_right {
    display: block;
    width: 100%;
  }
  #header #header_right #header_right_top {
    padding-top: 45px;
  }
  #header #header_right #header_right_bottom {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .front #section_1 #block-views-carrousel-accueil-block {
    width: 100%;
    height: auto;
  }
  .front #section_1 #block-views-carrousel-accueil-block-2 {
    width: 100%;
    padding: 30px 0px;
  }
  .front #section_2 {
    background: #ededed;
  }
  .front #section_2:before {
    content: none;
  }
  .front #section_2 #section_2_left {
    width: 100%;
    border-right: 0px;
  }
  .front #section_2 #section_2_left #hp_blocs_utilisateurs {
    padding-bottom: 0px;
  }
  .front #section_2 #section_2_left #hp_blocs_utilisateurs .hp_bloc_utilisateur {
    width: 100%;
    margin: 0px;
    margin-bottom: 50px;
  }
  .front #section_2 #section_2_right {
    width: 100%;
    background: #ffffff;
    position: relative;
    border-top: 1px solid #d5d5d5;
  }
  .front #section_2 #section_2_right:before,
  .front #section_2 #section_2_right:after {
    content: "";
    width: 500px;
    background: #ffffff;
    border-top: 1px solid #d5d5d5;
    position: absolute;
    top: -1px;
    bottom: 0px;
  }
  .front #section_2 #section_2_right:before {
    left: -500px;
  }
  .front #section_2 #section_2_right:after {
    right: -500px;
  }
  .front #section_2 #section_2_right .section_2_right {
    padding-left: 0px;
    padding-bottom: 30px;
  }
  .front #section_2 #section_2_right .section_2_right .bloc_presentation_responsive {
    display: none;
    margin-bottom: 30px;
  }
  .front #section_3 .block_actus_hp {
    width: 100%;
  }
  .front #section_3 .block_actus_hp .view-header .titre_bloc,
  .front #section_3 .block_actus_hp .view-content {
    display: none;
  }
  .front #section_3 .block_actus_hp .view-header .titre_bloc .views-row,
  .front #section_3 .block_actus_hp .view-content .views-row {
    width: 100%;
  }
  .front #section_3 .block_actus_hp .view-header a {
    float: none;
    display: block;
    height: 30px;
    line-height: 30px;
    background: #b82721;
    color: #ffffff;
    text-transform: uppercase;
    border: 1px solid #b82721;
    font-style: normal;
    text-align: center;
  }
  .front #section_3 .block_actus_hp .view-header a:hover {
    background: #ffffff;
    color: #b82721;
  }
  .front #section_3 .block_events_hp {
    width: 100%;
  }
  .front #section_3 .block_events_hp .view-evenements-mis-en-avant-homepage {
    padding: 30px 0px;
  }
  .front #section_3 .block_events_hp .view-evenements-mis-en-avant-homepage .view-header,
  .front #section_3 .block_events_hp .view-evenements-mis-en-avant-homepage .view-content {
    display: none;
  }
  .front #section_3 .block_events_hp .view-evenements-mis-en-avant-homepage .voir_plus {
    float: none;
    display: block;
    height: 30px;
    line-height: 30px;
    background: #b82721;
    color: #ffffff;
    text-transform: uppercase;
    border: 1px solid #b82721;
    font-style: normal;
    text-align: center;
  }
  .front #section_3 .block_events_hp .view-evenements-mis-en-avant-homepage .voir_plus:hover {
    background: #ffffff;
    color: #b82721;
  }
  .page-evenements #section_2 .listing_premiers .views-row,
  .page-actualites #section_2 .listing_premiers .views-row,
  .page-videos #section_2 .listing_premiers .views-row {
    width: 100%;
    height: auto;
  }
  .page-evenements #section_2 .listing_premiers .views-row.views-row-1,
  .page-actualites #section_2 .listing_premiers .views-row.views-row-1,
  .page-videos #section_2 .listing_premiers .views-row.views-row-1 {
    margin-right: 0px;
  }
  .page-evenements #section_2 .listing_autres .views-row,
  .page-actualites #section_2 .listing_autres .views-row,
  .page-videos #section_2 .listing_autres .views-row {
    width: 100%;
    height: auto;
  }
  .page-evenements #section_2 .listing_autres .views-row.views-row-odd,
  .page-actualites #section_2 .listing_autres .views-row.views-row-odd,
  .page-videos #section_2 .listing_autres .views-row.views-row-odd {
    margin-right: 0px;
  }
  .view-offres-d-emploi.view-display-id-page > .view-content .views-row .offre-listing .contrat {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 4px;
    position: static;
  }
  .view-offres-d-emploi.view-display-id-page > .view-content .views-row .offre-listing .contrat {
    margin-left: 0;
  }
  .page-emplois #section_2 .sidebar_section_2.left {
    display: none;
  }
  .page-emplois #section_2 .container.withleft .region-section-2 {
    margin-left: 0;
  }
  .node-type-page-des-marches .block-quicktabs .ui-accordion .ui-accordion-content .view-march-s .titre {
    margin: 10px 0px;
  }
  .node-type-page-des-marches .block-quicktabs .ui-accordion .ui-accordion-content .view-march-s .fichier {
    position: static;
    width: 100%;
  }
  #section_1 .annuaire-ligne-tabs .quicktabs_main div[id*="edit-contact"],
  #section_1 .annuaire-contact-tabs .quicktabs_main div[id*="edit-contact"],
  #section_1 .annuaire-ligne-tabs .quicktabs_main div[id*="edit-ligne"],
  #section_1 .annuaire-contact-tabs .quicktabs_main div[id*="edit-ligne"],
  #section_1 .annuaire-ligne-tabs .quicktabs_main div[id*="edit-field-lignes-de-lumiere-tid-intranet"],
  #section_1 .annuaire-contact-tabs .quicktabs_main div[id*="edit-field-lignes-de-lumiere-tid-intranet"],
  #section_1 .annuaire-ligne-tabs .quicktabs_main div[id*="edit-field-lignes-de-lumiere-tid"],
  #section_1 .annuaire-contact-tabs .quicktabs_main div[id*="edit-field-lignes-de-lumiere-tid"],
  #section_1 .annuaire-ligne-tabs .quicktabs_main div[id*="edit-combine"],
  #section_1 .annuaire-contact-tabs .quicktabs_main div[id*="edit-combine"] {
    display: block;
  }
  #section_1 .annuaire-ligne-tabs .quicktabs_main div[id*="edit-contact"] input,
  #section_1 .annuaire-contact-tabs .quicktabs_main div[id*="edit-contact"] input,
  #section_1 .annuaire-ligne-tabs .quicktabs_main div[id*="edit-ligne"] input,
  #section_1 .annuaire-contact-tabs .quicktabs_main div[id*="edit-ligne"] input,
  #section_1 .annuaire-ligne-tabs .quicktabs_main div[id*="edit-field-lignes-de-lumiere-tid-intranet"] input,
  #section_1 .annuaire-contact-tabs .quicktabs_main div[id*="edit-field-lignes-de-lumiere-tid-intranet"] input,
  #section_1 .annuaire-ligne-tabs .quicktabs_main div[id*="edit-field-lignes-de-lumiere-tid"] input,
  #section_1 .annuaire-contact-tabs .quicktabs_main div[id*="edit-field-lignes-de-lumiere-tid"] input,
  #section_1 .annuaire-ligne-tabs .quicktabs_main div[id*="edit-combine"] input,
  #section_1 .annuaire-contact-tabs .quicktabs_main div[id*="edit-combine"] input {
    width: 225px;
    display: block;
  }
  #section_1 .annuaire-ligne-tabs .quicktabs_main .views-submit-button input,
  #section_1 .annuaire-contact-tabs .quicktabs_main .views-submit-button input {
    width: 225px;
    margin-top: 15px;
  }
  .page-annuaire-contacts #section_2 .view-annuaire-contact.view-display-id-page_1 .views-row .contact .image,
  .page-annuaire-ligne #section_2 .view-annuaire-contact.view-display-id-page_1 .views-row .contact .image {
    margin-right: 10px;
  }
  .page-annuaire-contacts #section_3 .region-section-3 #block-views-annuaire-contact-block-1,
  .page-annuaire-ligne #section_3 .region-section-3 #block-views-annuaire-contact-block-1 {
    width: 100%;
  }
  .page-annuaire-contacts #section_3 .region-section-3 #block-views-annuaire-contact-block-1 .views-row,
  .page-annuaire-ligne #section_3 .region-section-3 #block-views-annuaire-contact-block-1 .views-row {
    width: 215px;
  }
  .page-annuaire-contacts #section_3 .region-section-3 #block-views-annuaire-contact-block-1 .views-row:nth-child(3n),
  .page-annuaire-ligne #section_3 .region-section-3 #block-views-annuaire-contact-block-1 .views-row:nth-child(3n) {
    margin-right: 0px;
  }
  .page-annuaire-contacts #section_3 .region-section-3 #block-views-fichier-organigramme-block,
  .page-annuaire-ligne #section_3 .region-section-3 #block-views-fichier-organigramme-block {
    width: 100%;
  }
  .page-publications #section_2 .region-section-2 .view-publications.view-display-id-page > .view-header {
    height: auto;
  }
  .page-publications #section_2 .region-section-2 .view-publications.view-display-id-page > .view-header #views-exposed-form-publications-page {
    float: none;
    width: 100%;
    text-align: right;
  }
  .node-type-video #block-views-page-vid-o-block .views-field-field-code-embed-de-la-video iframe,
  .node-type-video #block-views-page-vid-o-block .views-field-field-code-embed-de-la-video embed {
    height: 260px;
  }
  .node-type--v-nement .region-section-2 .view-paragraphes .bloc_localisation .localisation_left {
    width: 100%;
    margin: 0px;
    margin-bottom: 14px;
  }
  .node-type--v-nement .region-section-2 .view-paragraphes .bloc_localisation .localisation_right {
    width: 100%;
  }
  .node-type--v-nement .region-section-2 .view-paragraphes .bloc_localisation .localisation_right .lien_contact {
    padding: 0px 10px;
  }
  .node-type--v-nement .region-section-2 .view-paragraphes .bloc_localisation .localisation_right .map #ip-geoloc-map-of-view-g_olocalisation-block {
    width: 100%;
  }
  .node-type--v-nement .region-section-2 .view-paragraphes .bloc_listing_rte .liste_rte ul li {
    width: 204px;
  }
  .node-type--v-nement .region-section-2 .view-paragraphes .bloc_listing_rte .liste_rte ul li:nth-child(3n+3) {
    margin-right: 19px;
  }
  .node-type--v-nement .region-section-2 .view-paragraphes .bloc_listing_rte .liste_rte ul li:nth-child(2n) {
    margin-right: 0px;
  }
  .node-type-ligne-de-lumiere .region-section-2 .chapo.ligne_de_lumiere .logo_ligne {
    width: 100%;
    margin-bottom: 20px;
  }
  .node-type-ligne-de-lumiere .region-section-2 .chapo.ligne_de_lumiere .logo_ligne img {
    max-width: 100%;
    height: auto;
  }
  .node-type-ligne-de-lumiere .region-section-2 .chapo.ligne_de_lumiere .texte {
    width: 100%;
  }
  .node-type-ligne-de-lumiere .region-section-2 .view-paragraphes .Paragraphs.bloc-donnees-techniques .donnee_technique .titre,
  .node-type-ligne-de-lumiere .region-section-2 .view-paragraphes .paragraphs-bundle-bloc-donnees-techniques .donnee_technique .titre {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0px;
  }
  .node-type-ligne-de-lumiere .region-section-2 .view-paragraphes .Paragraphs.bloc-donnees-techniques .donnee_technique .contenu,
  .node-type-ligne-de-lumiere .region-section-2 .view-paragraphes .paragraphs-bundle-bloc-donnees-techniques .donnee_technique .contenu {
    width: 100%;
  }
  .node-type-ligne-de-lumiere .region-section-2 .vue-actualites-liees .views-row {
    width: 100%;
    margin-bottom: 30px;
  }
  .node-type-ligne-de-lumiere .region-section-2 .vue-actualites-liees .views-row.views-row-1 {
    margin-right: 0px;
  }
  .node-type-ligne-de-lumiere .region-section-2 .bloc-contacts .views-row .contact_left {
    width: 170px;
    margin-right: 10px;
  }
  .node-type-ligne-de-lumiere .region-section-2 .bloc-contacts .views-row .contact_right {
    width: 248px;
  }
  .node-type-offre-d-emploi #section_2 .region-section-2 .view-page-offre-d-emploi .view-header {
    position: static;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #d5d5d5;
  }
  .node-type-groupe-support .region-section-2 .vue-actualites-liees .views-row {
    width: 100%;
    margin-bottom: 30px;
  }
  .node-type-groupe-support .region-section-2 .vue-actualites-liees .views-row.views-row-1 {
    margin-right: 0px;
  }
  .node-type-groupe-support .region-section-2 .bloc-contacts .views-row .contact_left {
    width: 170px;
    margin-right: 10px;
  }
  .node-type-groupe-support .region-section-2 .bloc-contacts .views-row .contact_right {
    width: 248px;
  }
  #quicktabs-membres_de_la_ligne ul.quicktabs-tabs li {
    width: 100% !important;
  }
  #quicktabs-membres_de_la_ligne .bloc-contacts .views-row .contact_right {
    width: 100% !important;
    margin: 0 !important;
  }
  #quicktabs-membres_de_la_ligne .bloc-contacts .views-row .contact_left {
    width: 100% !important;
    margin-bottom: 6px !important;
  }
  .page-faisceau .view-faisceau .view-footer .paragraphs-item-beam-table table,
  .page-faisceau .view-faisceau .view-footer > table {
    width: 100%;
  }
  .page-faisceau .view-faisceau .view-footer .paragraphs-item-beam-table table td,
  .page-faisceau .view-faisceau .view-footer > table td {
    display: block;
    width: 100%;
    padding: 6px;
  }
  #footer_wrapper #footer-left {
    width: 100%;
    border-right: 0px;
    border-bottom: 1px solid #d5d5d5;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  #footer_wrapper #footer-left .view-footer-bloc-contact .contenu .adresse {
    display: inline-block;
    margin-bottom: 0px;
  }
  #footer_wrapper #footer-right {
    width: 100%;
  }
  #sliding-popup .popup-content {
    max-width: 95%;
  }
  #sliding-popup .popup-content .eu-cookie-compliance-categories,
  #sliding-popup .popup-content #popup-text {
    max-width: 100%;
    margin: 0 0 25px;
    float: none;
    clear: both;
  }
  #sliding-popup .popup-content #popup-buttons {
    clear: both;
    float: none;
    margin: 0;
    max-width: 100%;
  }
  #sliding-popup .popup-content .eu-cookie-compliance-buttons.eu-cookie-compliance-has-categories {
    float: right;
    margin-top: -56px;
  }
  #sliding-popup .popup-content .eu-cookie-compliance-banner--categories .eu-cookie-compliance-buttons {
    position: initial;
    bottom: unset;
    right: unset;
  }
  #sliding-popup .eu-cookie-compliance-secondary-button,
  #sliding-popup .eu-cookie-compliance-default-button,
  #sliding-popup .eu-cookie-compliance-hide-button,
  #sliding-popup .eu-cookie-compliance-more-button-thank-you,
  #sliding-popup .eu-cookie-withdraw-button,
  #sliding-popup .eu-cookie-compliance-save-preferences-button {
    width: 100%;
    margin: 0 0 10px;
  }
  #sliding-popup .eu-cookie-compliance-secondary-button:last-child,
  #sliding-popup .eu-cookie-compliance-default-button:last-child,
  #sliding-popup .eu-cookie-compliance-hide-button:last-child,
  #sliding-popup .eu-cookie-compliance-more-button-thank-you:last-child,
  #sliding-popup .eu-cookie-withdraw-button:last-child,
  #sliding-popup .eu-cookie-compliance-save-preferences-button:last-child {
    margin: 0;
  }
}
@media only screen and (max-width: 768px) {
  #section_2 .sidebar_section_2.left,
  #section_2 .sidebar_section_2.right {
    width: 100%;
    margin: 0px;
  }
  #section_2 .sidebar_section_2.right {
    margin-top: 30px;
  }
  #section_2 .sidebar_section_2.left {
    margin-bottom: 30px;
    position: relative;
  }
  #section_2 .container.withleft .section_2,
  #section_2 .container.withright .section_2 {
    width: 100%;
  }
  #section_2 .container.withleft .section_2 .region-section-2,
  #section_2 .container.withright .section_2 .region-section-2 {
    margin-left: 0;
  }
  #titre_page h1 {
    font-size: 24px;
  }
  .rte h2 {
    font-size: 24px;
  }
  .rte h3 {
    font-size: 18px;
  }
  .rte h5 {
    font-size: 16px;
  }
  #header #header_left {
    float: none;
    width: 100%;
    text-align: center;
  }
  #header #header_left #logo {
    display: inline-block;
    vertical-align: middle;
  }
  #header #header_left #logo img {
    width: 100px;
    margin: 0px 40px;
  }
  #header #header_left #bouton_header_mobile {
    display: inline-block;
    vertical-align: middle;
    font-size: 28px;
    cursor: pointer;
    float: left;
    margin-top: 10px;
  }
  #header #header_left #bouton_recherche_mobile {
    display: inline-block;
    vertical-align: middle;
    height: 44px;
    width: 32px;
    background: url(/sites/all/themes/custom/synchrotron/img/picto_loupe.png) center no-repeat;
    cursor: pointer;
    float: right;
    margin-top: 3px;
  }
  #header #header_left #bouton_recherche_mobile.active {
    background: url(/sites/all/themes/custom/synchrotron/img/picto_close.png) center no-repeat;
  }
  #header #header_right {
    width: 100%;
    height: 0px;
    overflow: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  #header #header_right #header_right_top {
    width: 100%;
    text-align: center;
    padding-top: 0px;
  }
  #header #header_right #header_right_top #block-menu-menu-acc-s-rapide {
    display: block;
    margin-top: 30px;
  }
  #header #header_right #header_right_top #block-menu-menu-acc-s-rapide ul li {
    display: block;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #d5d5d5;
  }
  #header #header_right #header_right_top #block-menu-menu-acc-s-rapide ul li:before,
  #header #header_right #header_right_top #block-menu-menu-acc-s-rapide ul li:after {
    content: none !important;
  }
  #header #header_right #header_right_top #block-menu-menu-acc-s-rapide ul li a {
    display: block;
  }
  #header #header_right #header_right_top .switch_theme a {
    font-size: 12px;
    height: 40px;
    line-height: 40px;
  }
  #header #header_right #header_right_top #block-lang-dropdown-language {
    display: block;
    font-size: 14px;
    text-align: center;
  }
  #header #header_right #header_right_top #block-lang-dropdown-language form {
    float: none !important;
  }
  #header #header_right #header_right_top #block-lang-dropdown-language form .form-type-select select {
    width: 50px !important;
    height: 40px;
    line-height: 40px;
  }
  #header #header_right #header_right_top #block-lang-dropdown-language form .form-type-select:before {
    content: none;
  }
  #header #header_right #header_right_bottom {
    width: 100%;
    text-align: center;
    padding-top: 0px;
  }
  #header #header_right #header_right_bottom #block-system-main-menu {
    display: block;
  }
  #header #header_right #header_right_bottom #block-system-main-menu > div > ul > li {
    display: block;
    font-size: 17px;
    margin: 6px 0px;
  }
  #header #header_right #header_right_bottom #block-system-main-menu > div > ul > li a {
    height: 40px;
    line-height: 40px;
    padding: 0px;
    display: block;
  }
  #header #header_right #header_right_bottom #block-system-main-menu > div > ul > li:hover > ul {
    display: none;
  }
  #header #header_right #header_right_bottom .block_search {
    display: none;
  }
  #header #header_right #header_right_bottom .block_header_search form .form-type-textfield {
    margin-right: 0px;
    position: relative;
    top: -1px;
  }
  #header #header_right.visible {
    height: auto;
  }
  #tabs .container ul.tabs li {
    margin-bottom: 10px;
    margin-right: 0;
    width: 100%;
  }
  #tabs .container ul.tabs li a {
    font-size: 12px;
  }
  .not-logged-in.page-user #user-login {
    width: auto;
  }
  .front #section_1 #block-views-carrousel-accueil-block .titre_wrap {
    height: auto;
  }
  .front #section_1 #block-views-carrousel-accueil-block .titre_wrap .titre {
    font-size: 22px;
  }
  .front #section_1 #block-views-carrousel-accueil-block .flex-control-nav {
    display: none;
  }
  .node-type-groupe-support .region-section-2 #quicktabs-membres_de_la_fiche .bloc-contacts .views-row .contact_left {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .node-type-groupe-support .region-section-2 #quicktabs-membres_de_la_fiche .bloc-contacts .views-row .contact_right {
    width: 100%;
  }
  .node-type-groupe-support .region-section-2 .vue-actualites-liees .views-row .actu_ligne .actu_hover {
    display: none;
  }
  #section_2 .sidebar_section_2 .views-exposed-form .views-widget-filter-field_date_hidden_value .views-widget,
  #section_2 .sidebar_section_2 .views-exposed-form .views-widget-filter-field_date_publication_value .views-widget {
    text-align: center;
  }
  .view-actualit-s.view-display-id-page_1 .hover .description,
  .view-videos.view-display-id-page_1 .hover .description,
  .view-agenda.view-display-id-page_1 .hover .description {
    font-size: 14px;
  }
  .node-type-page-des-marches .block-quicktabs h2 {
    font-size: 24px;
  }
  .node-type-page-des-marches .block-quicktabs .ui-accordion .ui-accordion-header {
    font-size: 16px;
  }
  .node-type-page-des-marches .block-quicktabs #quickset-avis_d_appels_publics_la_concurr > .ui-accordion-header {
    font-size: 14px;
  }
  .node-type-page-des-marches .block-quicktabs #quickset-avis_d_appels_publics_la_concurr > .ui-accordion-content {
    font-size: 12px;
  }
  .node-type-page-des-marches .block-quicktabs #quickset-avis_d_appels_publics_la_concurr > .ui-accordion-content .ui-accordion > .ui-accordion-header {
    font-size: 14px;
  }
  .node-type-page-des-marches .block-quicktabs #quickset-avis_d_appels_publics_la_concurr > .ui-accordion-content .ui-accordion > .ui-accordion-content {
    padding-left: 0;
    padding-right: 0;
  }
  .node-type-page-des-marches .block-quicktabs #quickset-avis_d_appels_publics_la_concurr > .ui-accordion-content .ui-accordion > .ui-accordion-content .view-header {
    display: none;
  }
  .node-type-page-des-marches .block-quicktabs #quickset-avis_d_appels_publics_la_concurr > .ui-accordion-content .view-march-s .marche_left {
    padding-right: 0;
  }
  .node-type-page-des-marches .block-quicktabs #quickset-avis_d_appels_publics_la_concurr > .ui-accordion-content .view-march-s .fichier {
    position: static;
  }
  #section_1 .annuaire-ligne-tabs .item-list,
  #section_1 .annuaire-contact-tabs .item-list {
    width: 100%;
    text-align: center;
  }
  #section_1 .annuaire-ligne-tabs .item-list li,
  #section_1 .annuaire-contact-tabs .item-list li {
    width: 49%;
    text-align: left;
    height: 210px;
  }
  #section_1 .annuaire-ligne-tabs .item-list li.first,
  #section_1 .annuaire-contact-tabs .item-list li.first {
    margin-right: 2%;
  }
  #section_1 .annuaire-ligne-tabs .quicktabs_main,
  #section_1 .annuaire-contact-tabs .quicktabs_main {
    width: 100%;
    padding: 0px;
    margin-top: 30px;
  }
  #section_1 .annuaire-ligne-tabs .quicktabs_main .views-submit-button,
  #section_1 .annuaire-contact-tabs .quicktabs_main .views-submit-button {
    display: block;
  }
  #section_1 .annuaire-ligne-tabs .quicktabs_main input,
  #section_1 .annuaire-contact-tabs .quicktabs_main input {
    width: 100% !important;
  }
  .page-annuaire-contacts #section_2 .sidebar_section_2.left,
  .page-annuaire-ligne #section_2 .sidebar_section_2.left {
    position: static !important;
  }
  .page-annuaire-contacts #section_2 .views-row .contact .image,
  .page-annuaire-ligne #section_2 .views-row .contact .image {
    display: none;
  }
  .page-annuaire-contacts #section_3 .region-section-3 #block-views-annuaire-contact-block-1 .views-row,
  .page-annuaire-ligne #section_3 .region-section-3 #block-views-annuaire-contact-block-1 .views-row {
    width: 100%;
    margin-right: 0px;
  }
  #section_2 .sidebar_section_2.right .bloc_right .video-associee {
    text-align: center;
  }
  .node-type-video #block-views-page-vid-o-block .views-field-field-code-embed-de-la-video iframe,
  .node-type-video #block-views-page-vid-o-block .views-field-field-code-embed-de-la-video embed {
    height: 260px;
  }
  .node-type--v-nement #block-views-page-workshop-block #bloc_rappel {
    text-align: left;
  }
  .node-type--v-nement #block-views-page-workshop-block #bloc_rappel .rappel_left {
    width: 100%;
  }
  .node-type--v-nement #block-views-page-workshop-block #bloc_rappel .rappel_left .titre {
    font-size: 14px;
  }
  .node-type--v-nement #block-views-page-workshop-block #bloc_rappel .rappel_left .texte {
    font-size: 18px;
  }
  .node-type--v-nement #block-views-page-workshop-block #bloc_rappel .rappel_right {
    margin-left: 0px;
    width: 100%;
  }
  .node-type--v-nement #block-views-page-workshop-block #bloc_rappel .rappel_right a {
    display: block;
    margin-top: 6px;
    font-size: 14px;
  }
  .node-type--v-nement #block-views-page-workshop-block #visuel_workshop .texte {
    position: static;
    padding: 20px 20px;
    font-size: 14px;
  }
  .node-type--v-nement .region-section-2 .view-paragraphes .bloc_listing_rte .liste_rte ul {
    margin-top: 30px;
  }
  .node-type--v-nement .region-section-2 .view-paragraphes .bloc_listing_rte .liste_rte ul li {
    width: 200px;
    display: block;
    margin: auto !important;
    margin-bottom: 40px !important;
  }
  .node-type--v-nement .region-section-2 .view-paragraphes .bloc_localisation .localisation_right .lien_contact {
    height: auto;
    line-height: 1.4;
    padding: 10px;
  }
  .node-type--v-nement .region-section-2 .view-paragraphes .bloc_localisation .localisation_right .lien_contact a {
    float: none;
    display: block;
  }
  .node-type--v-nement .region-section-2 .view-paragraphes h2 {
    font-size: 24px;
  }
  .node-type-ligne-de-lumiere .region-section-2 .bloc-contacts .views-row .contact_left {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .node-type-ligne-de-lumiere .region-section-2 .bloc-contacts .views-row .contact_right {
    width: 100%;
  }
  .node-type-ligne-de-lumiere .region-section-2 .vue-actualites-liees .views-row .actu_ligne .actu_hover {
    display: none;
  }
  .node-type-ligne-de-lumiere .region-section-2 .view-paragraphes .Paragraphs.offres-d-emploi {
    padding: 20px;
    background: #ededed;
  }
  .node-type-article #page .view-page-article .views-field-body {
    font-size: 16px;
  }
  .node-type-article #page .view-page-article .view-paragraphes .views-row h2 {
    font-size: 24px;
  }
  #quicktabs-membres_de_la_ligne ul.quicktabs-tabs li a {
    font-size: 18px !important;
  }
  #footer_wrapper #footer-left {
    text-align: center;
  }
  #footer_wrapper #footer-left .view-footer-bloc-contact .contenu .adresse,
  #footer_wrapper #footer-left .view-footer-bloc-contact .contenu .liens {
    display: block;
    width: 100%;
  }
  #footer_wrapper #footer-left .view-footer-bloc-contact .contenu .liens {
    width: 240px;
    display: inline-block;
  }
  #footer_wrapper #footer-left .view-footer-bloc-contact .contenu .liens > div {
    display: inline-block;
  }
  #footer_wrapper #footer-right {
    width: 100%;
  }
  #footer_wrapper #footer-right .block-sendinblue {
    text-align: center;
    border-bottom: 1px solid #d5d5d5;
    margin-bottom: 20px;
    padding-bottom: 20px;
    margin-right: 0px;
    width: 100%;
  }
  #footer_wrapper #footer-right .block-sendinblue .sendinblue-signup-subscribe-form .sendinblue-newsletter-mergefields {
    display: block;
  }
  #footer_wrapper #footer-right .block-sendinblue .sendinblue-signup-subscribe-form input[type=text],
  #footer_wrapper #footer-right .block-sendinblue .sendinblue-signup-subscribe-form input {
    width: 100% !important;
    max-width: 320px;
  }
  #footer_wrapper #footer-right .block-share-on-block {
    display: block;
    text-align: center;
  }
  #footer_wrapper #footer-bottom {
    height: auto;
  }
}
@media only screen and (max-width: 560px) {
  .front #section_1 #block-views-carrousel-accueil-block .titre_wrap .titre {
    font-size: 16px;
  }
}
@media only screen and (max-width: 360px) {
  #section_2 .barre_partage,
  #section_1 .barre_partage {
    text-align: center;
  }
  #section_2 .barre_partage .titre_partage,
  #section_1 .barre_partage .titre_partage {
    display: block;
    margin: 0px;
    margin-bottom: 20px;
    font-size: 16px;
  }
  .node-type-video #block-views-page-vid-o-block .views-field-field-code-embed-de-la-video iframe,
  .node-type-video #block-views-page-vid-o-block .views-field-field-code-embed-de-la-video embed {
    height: 180px;
  }
}
@media only screen and (min-width: 769px) {
  #header #header_right #header_right_bottom #block-system-main-menu > div > ul > li.responsive {
    display: none;
  }
}
