html.overlay-open .navbar-fixed-top {
  z-index: 400;
}
html.js fieldset.collapsed {
  height: auto;
}
html.js input.form-autocomplete {
  background-image: none;
}
body {
  position: relative;
}
body.admin-expanded.admin-vertical.admin-nw .navbar,
body.admin-expanded.admin-vertical.admin-sw .navbar {
  margin-left: 260px;
}
body.navbar-is-fixed-top {
  padding-top: 64px !important;
}
body.navbar-is-fixed-bottom {
  padding-bottom: 64px !important;
}
body.toolbar {
  padding-top: 30px !important;
}
body.toolbar .navbar-fixed-top {
  top: 30px;
}
body.toolbar.navbar-is-fixed-top {
  padding-top: 94px !important;
}
body.toolbar-drawer {
  padding-top: 64px !important;
}
body.toolbar-drawer .navbar-fixed-top {
  top: 64px;
}
body.toolbar-drawer.navbar-is-fixed-top {
  padding-top: 128px !important;
}
body.admin-menu .navbar-fixed-top {
  top: 29px;
}
body.admin-menu.navbar-is-fixed-top {
  padding-top: 93px !important;
}
body div#admin-toolbar {
  z-index: 1600;
}
body #toolbar,
body #admin-menu,
body #admin-toolbar {
  -moz-box-shadow: none;
  -webkit-box-shadow: none 0 4px #484848;
  -moz-box-shadow: none 0 4px #484848;
  -o-box-shadow: none 0 4px #484848;
  box-shadow: none 0 4px #484848;
  -webkit-box-shadow: none;
  box-shadow: none;
}
body #admin-menu {
  margin: 0;
  padding: 0;
  position: fixed;
  z-index: 1600;
}
body #admin-menu .dropdown li {
  line-height: normal;
}
.navbar.container {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .navbar.container {
    max-width: 720px;
  }
}
@media screen and (min-width: 992px) {
  .navbar.container {
    max-width: 940px;
  }
}
@media screen and (min-width: 1200px) {
  .navbar.container {
    max-width: 1140px;
  }
}
.navbar.container > .container {
  margin: 0;
  padding: 0;
  width: auto;
}
#overlay-container,
.overlay-modal-background,
.overlay-element {
  z-index: 1500;
}
#toolbar {
  z-index: 1600;
}
.modal {
  z-index: 1620;
}
.modal-dialog {
  z-index: 1630;
}
.modal-backdrop {
  z-index: 1610;
}
.footer {
  margin-top: 45px;
  padding-top: 35px;
  padding-bottom: 36px;
  border-top: 1px solid #E5E5E5;
}
.element-invisible {
  margin: 0;
  padding: 0;
  width: 1px;
}
.navbar .logo {
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 768px) {
  .navbar .logo {
    margin-right: 0;
    padding-left: 0;
  }
}
ul.secondary {
  float: left;
}
@media screen and (min-width: 768px) {
  ul.secondary {
    float: right;
  }
}
.page-header {
  margin-top: 0;
}
.block:first-child h2.block-title {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}
.region-help > .glyphicon {
  font-size: 18px;
  float: left;
  margin: -0.05em 0.5em 0 0;
}
.region-help .block {
  overflow: hidden;
}
form#search-block-form {
  margin: 0;
}
.navbar #block-search-form {
  float: none;
  margin: 5px 0 5px 5px;
}
@media screen and (min-width: 992px) {
  .navbar #block-search-form {
    float: right;
  }
}
.navbar-search .control-group {
  margin-bottom: 0px;
}
ul.action-links {
  margin: 12px 0;
  padding: 0;
}
ul.action-links li {
  display: inline;
  margin: 0;
  padding: 0 6px 0 0;
}
ul.action-links .glyphicon {
  padding-right: 0.5em;
}
input,
textarea,
select,
.uneditable-input {
  max-width: 100%;
  width: auto;
}
input.error {
  color: #b94a48;
  border-color: #ebccd1;
}
fieldset legend.panel-heading {
  float: left;
  line-height: 1em;
  margin: 0;
}
fieldset .panel-body {
  clear: both;
}
fieldset .panel-heading a.panel-title {
  color: inherit;
  display: block;
  margin: -10px -15px;
  padding: 10px 15px;
}
fieldset .panel-heading a.panel-title:hover {
  text-decoration: none;
}
.form-actions {
  clear: both;
}
.resizable-textarea textarea {
  border-radius: 4px 4px 0 0;
}
.radio:first-child,
.checkbox:first-child {
  margin-top: 0;
}
.radio:last-child,
.checkbox:last-child {
  margin-bottom: 0;
}
.help-block,
.control-group .help-inline {
  color: #999999;
  font-size: 12px;
  margin: 5px 0 10px;
  padding: 0;
}
.panel-heading {
  display: block;
}
a.tabledrag-handle .handle {
  height: auto;
  width: auto;
}
.error {
  color: #b94a48;
}
div.error,
table tr.error {
  background-color: #f2dede;
  color: #b94a48;
}
.control-group.error {
  background: none;
}
.control-group.error label,
.control-group.error .control-label {
  color: #b94a48;
  font-weight: 600;
}
.control-group.error input,
.control-group.error textarea,
.control-group.error select,
.control-group.error .uneditable-input {
  color: #555555;
  border: 1px solid #cccccc;
}
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #333333;
}
.list-inline > li.first {
  padding-left: 0;
}
.nav-tabs {
  margin-bottom: 10px;
}
ul li.collapsed,
ul li.expanded,
ul li.leaf {
  list-style: none;
  list-style-image: none;
}
.tabs--secondary {
  margin: 0 0 10px;
}
.submitted {
  margin-bottom: 1em;
  font-style: italic;
  font-weight: normal;
  color: #777;
}
.password-strength {
  width: 17em;
  float: right;
  /* LTR */
  margin-top: 1.4em;
}
.password-strength-title {
  display: inline;
}
.password-strength-text {
  float: right;
  /* LTR */
  font-weight: bold;
}
.password-indicator {
  background-color: #949494;
  height: 0.3em;
  width: 100%;
}
.password-indicator div {
  height: 100%;
  width: 0%;
  background-color: #999999;
}
input.password-confirm,
input.password-field {
  width: 16em;
  margin-bottom: 0.4em;
}
div.password-confirm {
  float: right;
  /* LTR */
  margin-top: 1.5em;
  visibility: hidden;
  width: 17em;
}
div.form-item div.password-suggestions {
  padding: 0.2em 0.5em;
  margin: 0.7em 0;
  width: 38.5em;
  border: 1px solid #B4B4B4;
}
div.password-suggestions ul {
  margin-bottom: 0;
}
.confirm-parent,
.password-parent {
  clear: left;
  /* LTR */
  margin: 0;
  width: 36.3em;
}
.progress-wrapper .progress {
  margin-bottom: 10px;
}
.pagination ul > li > a.progress-disabled {
  float: left;
}
.form-autocomplete .glyphicon {
  color: #999999;
  font-size: 120%;
}
.form-autocomplete .glyphicon.glyphicon-spin {
  color: #808285;
}
.form-autocomplete .input-group-addon {
  background-color: #ffffff;
}
.ajax-progress .glyphicon {
  font-size: 90%;
  margin: 0 -0.25em 0 0.5em;
}
.glyphicon-spin {
  display: inline-block;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  -webkit-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
a .glyphicon-spin {
  display: inline-block;
  text-decoration: none;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.glyphicon-refresh {
  -webkit-transform-origin: 50% 45%;
  -moz-transform-origin: 50% 45%;
  -ms-transform-origin: 50% 45%;
  -o-transform-origin: 50% 45%;
  transform-origin: 50% 45%;
}
/**
 * Missing Bootstrap 2 tab styling.
 * @see http://stackoverflow.com/questions/18432577/stacked-tabs-in-bootstrap-3
 * @see http://bootply.com/74926
 */
.tabbable {
  margin-bottom: 20px;
}
.tabs-below > .nav-tabs,
.tabs-left > .nav-tabs,
.tabs-right > .nav-tabs {
  border-bottom: 0;
}
.tabs-below > .nav-tabs .summary,
.tabs-left > .nav-tabs .summary,
.tabs-right > .nav-tabs .summary {
  color: #999999;
  font-size: 12px;
}
.tab-pane > .panel-heading {
  display: none;
}
.tab-content > .active {
  display: block;
}
.tabs-below > .nav-tabs {
  border-top: 1px solid #dddddd;
}
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.tabs-below > .nav-tabs > li > a {
  border-radius: 0 0 4px 4px;
}
.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #dddddd;
  border-bottom-color: transparent;
}
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #dddddd #dddddd #dddddd;
}
.tabs-left > .nav-tabs,
.tabs-right > .nav-tabs {
  padding-bottom: 20px;
  width: 220px;
}
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  margin-right: 0;
  margin-bottom: 3px;
}
.tabs-left > .tab-content,
.tabs-right > .tab-content {
  border-radius: 0 4px 4px 4px;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) 0 4px #484848;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) 0 4px #484848;
  -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) 0 4px #484848;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) 0 4px #484848;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  border: 1px solid #dddddd;
  overflow: hidden;
  padding: 10px 15px;
}
.tabs-left > .nav-tabs {
  float: left;
  margin-right: -1px;
}
.tabs-left > .nav-tabs > li > a {
  border-radius: 4px 0 0 4px;
}
.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}
.tabs-left > .nav-tabs > .active > a,
.tabs-left > .nav-tabs > .active > a:hover,
.tabs-left > .nav-tabs > .active > a:focus {
  border-color: #dddddd transparent #dddddd #dddddd;
  -moz-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.05) 0 4px #484848;
  -moz-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.05) 0 4px #484848;
  -o-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.05) 0 4px #484848;
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.05) 0 4px #484848;
  -webkit-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.05);
}
.tabs-right > .nav-tabs {
  float: right;
  margin-left: -1px;
}
.tabs-right > .nav-tabs > li > a {
  border-radius: 0 4px 4px 0;
}
.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05) 0 4px #484848;
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05) 0 4px #484848;
  -o-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05) 0 4px #484848;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05) 0 4px #484848;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
}
.tabs-right > .nav-tabs > .active > a,
.tabs-right > .nav-tabs > .active > a:hover,
.tabs-right > .nav-tabs > .active > a:focus {
  border-color: #dddddd #dddddd #dddddd transparent;
}
th.checkbox,
td.checkbox,
th.radio,
td.radio {
  display: table-cell;
}
.views-display-settings .label {
  font-size: 100%;
  color: #666666;
}
.views-display-settings .footer {
  padding: 0;
  margin: 4px 0 0 0;
}
table .radio input[type="radio"],
table .checkbox input[type="checkbox"] {
  max-width: inherit;
}
.form-horizontal .form-group label {
  position: relative;
  min-height: 1px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: right;
}
@media (min-width: 768px) {
  .form-horizontal .form-group label {
    float: left;
    width: 16.66666667%;
  }
}
.alert a {
  font-weight: bold;
}
.alert-success a {
  color: #356635;
}
.alert-info a {
  color: #2d6987;
}
.alert-warning a {
  color: #a47e3c;
}
.alert-danger a {
  color: #953b39;
}
@font-face {
  font-family: "confluences-pack";
  src: url("../fontes/confluences-pack.eot");
  src: url("../fontes/confluences-pack.eot?#iefix") format("embedded-opentype"), url("../fontes/confluences-pack.woff") format("woff"), url("../fontes/confluences-pack.ttf") format("truetype"), url("../fontes/confluences-pack.svg#confluences-pack") format("svg");
  font-weight: normal;
  font-style: normal;
}
.element-invisible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
}
/* Base document */
body,
html {
  margin: 0 0;
  padding: 0 0;
  background-color: #fff;
}
body {
  font-family: Arial, Helvetica, sans-serif;
  color: #6b6766;
}
/* Breadcrumb */
.breadcrumb {
  background-color: transparent;
  background-image: url('../images/bg-breadcrumb.png');
  background-repeat: no-repeat;
  background-position-y: -4px;
  padding: 2px 0 0 30px;
  margin-top: 10px;
  font-size: 93%;
}
.breadcrumb a {
  color: #6b6766;
}
.breadcrumb .nolink {
  /*text-transform: capitalize;*/
}
.breadcrumb .active {
  color: #6b6766;
  /*text-transform: capitalize;*/
}
.container {
  max-width: 970px;
  position: relative;
}
.region-content {
  width: 100%;
  /*border: 1px solid red;*/
}
/* confluence-pack */
/* classe picto- */
[data-icon]:before {
  font-family: "confluences-pack" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="picto-"]:before,
[class*=" picto-"]:before {
  font-family: "confluences-pack" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  top: 3px;
}
.picto-chevrons-right:before {
  content: "b";
}
.picto-billetterie:before {
  content: "h";
}
.picto-boutique:before {
  content: "i";
}
.picto-chevrons-left:before {
  content: "j";
}
.picto-escalator-down:before {
  content: "k";
}
.picto-escalator-up:before {
  content: "l";
}
.picto-escalier:before {
  content: "m";
}
.picto-fleche-droite:before {
  content: "n";
}
.picto-vestiaires:before {
  content: "p";
}
.picto-tickets:before {
  content: "q";
}
.picto-sortie:before {
  content: "r";
}
.picto-salon:before {
  content: "s";
}
.picto-restaurant:before {
  content: "t";
}
.picto-pmr:before {
  content: "u";
}
.picto-pharmacie:before {
  content: "v";
}
.picto-monte-charge:before {
  content: "w";
}
.picto-administration:before {
  content: "a";
}
.picto-viewpoint:before {
  content: "d";
}
.picto-wc:before {
  content: "e";
}
.picto-wc-pmr:before {
  content: "f";
}
.picto-groupe:before {
  content: "g";
}
.picto-fleche-gauche:before {
  content: "o";
}
.picto-information:before {
  content: "x";
}
.picto-interdit:before {
  content: "y";
}
.picto-bibliotheque:before {
  content: "z";
}
.picto-auditorium:before {
  content: "A";
}
.picto-audioguide:before {
  content: "B";
}
.picto-ascenseur:before {
  content: "C";
}
.picto-fleche-droite-bold:before {
  content: "c";
}
[class^="picto-"].pull-left,
[class*=" picto-"].pull-left {
  margin-right: 10px;
}
[class^="picto-"].pull-right,
[class*=" picto-"].pull-right {
  margin-left: 10px;
}
/* iconmoon */
.open,
.close {
  cursor: pointer;
  text-align: right;
  display: block;
  line-height: 2em;
  font-size: 0.8em;
  vertical-align: top;
  border-top: 1px #b9b9b9 solid;
  border-bottom: 1px #b9b9b9 solid;
  margin-top: 1em;
  color: #000;
  position: relative;
  z-index: 1000;
}
a.more {
  cursor: pointer;
  text-align: right;
  display: block;
  line-height: 2em;
  font-size: 0.8em;
  vertical-align: top;
  color: #000;
  text-decoration: none;
  margin-top: 0.2em;
  margin-right: 0.5em;
  position: relative;
  z-index: 1000;
}
.summary a.more {
  color: #fff;
}
a.seeAll {
  float: left;
  line-height: 2em;
  font-size: 0.8em;
  color: #000;
  text-decoration: none;
  margin-top: 0.2em;
  position: relative;
  z-index: 1000;
}
.open:hover,
.close:hover,
.open:focus,
.open:focus,
.more:hover,
.more:focus,
.seeAll:hover,
.seeAll:focus {
  color: #484848;
}
a.open span,
a.close span,
a.more span,
a.seeAll span {
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
  line-height: 0.8em !important;
  position: relative;
  top: -5px;
  font-weight: bold;
}
.showHide a {
  text-decoration: none;
}
#regard .showHide,
#une .showHide,
#focus .showHide,
#ressources .showHide {
  margin: 0 10px;
}
#agenda .showHide {
  margin: 13px 10px 0 10px !important;
}
#regard_plus a.more {
  font-size: 1em;
}
/* Listes */
ul.chevrons {
  list-style: none;
  padding-left: 0;
}
ul.chevrons li {
  background: url('../images/chevrons-gris.png') no-repeat 0px 4px;
  padding-left: 10px;
}
ul.chevrons li a {
  color: #000000;
}
ul.chevrons li a:hover {
  color: #000000;
}
/* icones */
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-facebook:before {
  content: "\e7a9";
}
.icon-twitter:before {
  content: "\e72d";
}
.icon-flickr:before {
  content: "\e735";
}
.icon-mail2:before {
  content: "\e724";
}
.icon-print:before {
  content: "\e645";
}
.icon-arrow-right:after {
  content: "\e706";
  font-size: 1.5em;
  line-height: 1.5em;
  padding-left: 5px;
}
.icon-arrow-left2:after {
  content: "\e702";
  font-size: 1.5em;
  line-height: 1.5em;
  padding-left: 5px;
}
.icon-arrow-right2:after {
  content: "\e797";
  font-size: 1.5em;
  line-height: 1.5em;
  padding-left: 5px;
}
.icon-search:before {
  content: "\e69a";
}
.icon-file:before {
  content: "\e658";
  font-size: 1.2em;
  line-height: 1.2em;
  padding-right: 5px;
}
.icon-locked:before {
  content: "\e696";
  font-size: 1.2em;
  line-height: 1.2em;
}
.socicon {
  font-size: 1.0em;
  line-height: 1.0em;
  padding: 5px;
  border-radius: 50%;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.socicon:hover {
  background-color: transparent !important;
  color: red;
}
.socicon.rss:after {
  content: ",";
  font-size: 1.5em;
  line-height: 1.5em;
  padding-left: 5px;
}
.socicon.twitter:after {
  content: "a";
  font-size: 1.5em;
  line-height: 1.5em;
  padding-left: 5px;
}
.socicon.facebook:after {
  content: "b";
  font-size: 1.5em;
  line-height: 1.5em;
  padding-left: 5px;
}
.socicon.googleplus:after {
  content: "c";
  font-size: 1.5em;
  line-height: 1.5em;
  padding-left: 5px;
}
.socicon.pinterest:after {
  content: "d";
  font-size: 1.5em;
  line-height: 1.5em;
  padding-left: 5px;
}
.socicon.foursquare:after {
  content: "e";
  font-size: 1.5em;
  line-height: 1.5em;
  padding-left: 5px;
}
.socicon.yahoo:after {
  content: "f";
  font-size: 1.5em;
  line-height: 1.5em;
  padding-left: 5px;
}
.socicon.skype:after {
  content: "g";
  font-size: 1.5em;
  line-height: 1.5em;
  padding-left: 5px;
}
.socicon.yelp:after {
  content: "h";
  font-size: 1.5em;
  line-height: 1.5em;
  padding-left: 5px;
}
.socicon.feedburner:after {
  content: "i";
  font-size: 1.5em;
  line-height: 1.5em;
  padding-left: 5px;
}
.socicon.linkedin:after {
  content: "j";
  font-size: 1.5em;
  line-height: 1.5em;
  padding-left: 5px;
}
.socicon.viadeo:after {
  content: "k";
  font-size: 1.5em;
  line-height: 1.5em;
  padding-left: 5px;
}
.socicon.xing:after {
  content: "l";
  font-size: 1.5em;
  line-height: 1.5em;
  padding-left: 5px;
}
.socicon.myspace:after {
  content: "m";
  font-size: 1.5em;
  line-height: 1.5em;
  padding-left: 5px;
}
.socicon.soundcloud:after {
  content: "n";
  font-size: 1.5em;
  line-height: 1.5em;
  padding-left: 5px;
}
.socicon.spotify:after {
  content: "o";
  font-size: 1.5em;
  line-height: 1.5em;
  padding-left: 5px;
}
.socicon.grooveshark:after {
  content: "p";
  font-size: 1.5em;
  line-height: 1.5em;
  padding-left: 5px;
}
.socicon.lastfm:after {
  content: "q";
  font-size: 1.5em;
  line-height: 1.5em;
  padding-left: 5px;
}
.socicon.youtube:after {
  content: "r";
  font-size: 1.5em;
  line-height: 1.5em;
  padding-left: 5px;
}
.socicon.vimeo:after {
  content: "s";
  font-size: 1.5em;
  line-height: 1.5em;
  padding-left: 5px;
}
.socicon.dailymotion:after {
  content: "t";
  font-size: 1.5em;
  line-height: 1.5em;
  padding-left: 5px;
}
.socicon.vine:after {
  content: "u";
  font-size: 1.5em;
  line-height: 1.5em;
  padding-left: 5px;
}
.socicon.flickr:after {
  content: "v";
  font-size: 1.5em;
  line-height: 1.5em;
  padding-left: 5px;
}
.socicon.cinqcentpx:after {
  content: "w";
  font-size: 1.5em;
  line-height: 1.5em;
  padding-left: 5px;
}
.socicon.instagram:after {
  content: "x";
  font-size: 1.5em;
  line-height: 1.5em;
  padding-left: 5px;
}
.socicon.wordpress:after {
  content: "y";
  font-size: 1.5em;
  line-height: 1.5em;
  padding-left: 5px;
}
.socicon.tumblr:after {
  content: "z";
  font-size: 1.5em;
  line-height: 1.5em;
  padding-left: 5px;
}
.socicon.blogger:after {
  content: "A";
  font-size: 1.5em;
  line-height: 1.5em;
  padding-left: 5px;
}
.socicon span.hidden {
  font-family: Arial, Helvetica, sans-serif !important;
}
/* INLINE LIST */
section.list-inline ul {
  list-style: none;
  display: inline-block;
}
#alternate_nav .list-inline ul li {
  display: inline-block;
  border: none;
  background-image: none !important;
  padding: 0;
}
#alternate_nav .list-inline ul li a {
  padding: 5px 7px;
}
/* fields medias */
.field {
  overflow: hidden;
}
.field.field-type-image {
  position: relative;
}
.field.field-type-image .field-items .field-item .field-type-text {
  position: absolute;
  bottom: 0px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  margin-bottom: 0px;
  padding: 5px;
  font-size: 93%;
}
.field.field-type-image .field-items .field-item .loader {
  position: relative;
}
.field.field-type-image .field-items .field-item .loader .loading_bar {
  position: absolute;
  z-index: 10000;
  display: block;
  margin: 60% 0 0 45%;
  width: 65px;
  height: 65px;
  z-index: 1000!important;
  background: url('../images/loader.gif') no-repeat top left;
}
#user-login {
  width: 80%;
  margin: 20px auto;
}
#user-login .form-submit {
  width: 100%;
  height: 30px;
  -o-box-shadow: 5px 5px 5px 5px;
  background-clip: padding-box;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  border: 1px solid #ccc;
  position: relative;
  top: 0px;
  right: 0px;
}
/* Les fontes */
@font-face {
  font-family: 'confluencebold';
  src: url('../fontes/confluence-boldv2-webfont.eot');
  src: url('../fontes/confluence-boldv2-webfont.eot?#iefix') format('embedded-opentype'), url('../fontes/confluence-boldv2-webfont.woff') format('woff'), url('../fontes/confluence-boldv2-webfont.ttf') format('truetype'), url('../fontes/confluence-boldv2-webfont.svg#confluencebold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'confluenceregular-pench';
  src: url('../fontes/confluence-regular-penchev2-webfont.eot');
  src: url('../fontes/confluence-regular-penchev2-webfont.eot?#iefix') format('embedded-opentype'), url('../fontes/confluence-regular-penchev2-webfont.woff') format('woff'), url('../fontes/confluence-regular-penchev2-webfont.ttf') format('truetype'), url('../fontes/confluence-regular-penchev2-webfont.svg#confluenceregular-pench') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'confluenceregular';
  src: url('../fontes/confluence-regularv2-webfont.eot');
  src: url('../fontes/confluence-regularv2-webfont.eot?#iefix') format('embedded-opentype'), url('../fontes/confluence-regularv2-webfont.woff') format('woff'), url('../fontes/confluence-regularv2-webfont.ttf') format('truetype'), url('../fontes/confluence-regularv2-webfont.svg#confluenceregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'icomoon';
  src: url('../fontes/icomoon.eot');
  src: url('../fontes/icomoon.eot?#iefix') format('embedded-opentype'), url('../fontes/icomoon.woff') format('woff'), url('../fontes/icomoon.ttf') format('truetype'), url('../fontes/icomoon.svg#confluenceregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'socicon';
  src: url('../fontes/socicon-webfont.eot');
  src: url('../fontes/socicon-webfont.eot?#iefix') format('embedded-opentype'), url('../fontes/socicon-webfont.woff') format('woff'), url('../fontes/socicon-webfont.ttf') format('truetype'), url('../fontes/socicon-webfont.svg#sociconregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.ff-bold {
  font-family: 'confluencebold', arial, sans-serif;
}
.ff-regular {
  font-family: 'confluenceregular', arial, sans-serif;
}
.ff-oblique {
  font-family: 'confluenceregular-pench', arial, sans-serif;
}
.socicon {
  font-family: 'socicon' !important;
}
.noCookiefied #header {
  height: 600px;
}
.noCookiefied #header h1 {
  top: 440px;
}
#allsite {
  background-repeat: no-repeat;
  background-position: center top;
}
#header {
  height: 270px;
  margin-top: 0px;
}
#header > .container {
  height: 100%;
}
#header .container {
  position: relative;
}
#header h1 {
  background: transparent url('../media/logo_confluence.png') no-repeat 5px 0;
  display: block;
  width: 292px;
  height: 116px;
  position: absolute;
  bottom: 10px;
  left: 0px;
  text-indent: -200em;
  z-index: 100;
  overflow: hidden;
  -o-box-shadow: 5px;
  background-clip: padding-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#header h1 a {
  width: 292px;
  height: 128px;
  cursor: pointer;
}
#header h1 a.navbar-brand {
  padding: 15px;
}
#header #navbar {
  float: right;
  background-color: #e8e4dd;
  width: auto;
  padding: 0px 0px 0px 0px;
  margin: 0 30px 0px 0;
  min-height: 20px;
  font-size: 93%;
  -o-box-shadow: 0px;
  background-clip: padding-box;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
#header #navbar .moncompte,
#header #navbar .navlangue {
  float: left;
}
#header #navbar .navbar-collapse {
  padding: 0;
}
#header #navbar a {
  color: #484848;
}
#header #navbar nav ul {
  margin: 0;
}
#header #navbar nav ul li {
  display: inline-block;
  color: #666;
  float: left;
}
#header #navbar nav ul li a {
  padding: 0 15px;
}
#header #navbar nav ul li a:hover {
  background-color: #D7D4CE;
}
#header #block-system-user-menu .block-title {
  display: none;
}
#header #block-locale-language {
  float: right;
}
#header #block-locale-language ul {
  margin: 0;
  padding: 0;
}
#header #block-locale-language ul li {
  display: inline-block;
  color: #666;
  text-transform: capitalize;
  margin-right: 5px;
}
#header #block-locale-language ul .active {
  color: #000;
  font-weight: bold;
}
/* 
	navigation principale 
*/
#mainav {
  width: 100%;
  background-color: transparent;
  position: absolute;
  right: 0px;
  left: 0px;
}
#mainav > ul {
  text-align: right;
  float: right;
  background: transparent url('../images/mainav-bullet.png') no-repeat right 16px;
  padding-right: 15px;
  -o-box-shadow: 5px;
  background-clip: padding-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#mainav > ul > li {
  display: inline-block;
  font-family: 'confluencebold', arial, sans-serif;
  font-size: 1.8em;
  line-height: 1em;
  color: #000;
  position: static;
}
#mainav > ul > li.active a {
  color: #949494;
}
#mainav > ul > li.active ul li a {
  color: #000;
}
#mainav > ul > li button {
  border: none;
  background-color: transparent;
}
#mainav > ul > li.open,
#mainav > ul > li.close {
  margin-top: 0;
  border: none !important;
}
#mainav > ul > li a,
#mainav > ul > li button {
  /* display: block; */
  padding: 11px 10px 5px 30px;
  color: #2f2f2f;
  text-decoration: none;
  background: transparent url('../images/mainav-bullet.png') no-repeat 0px 16px;
}
#mainav > ul > li a:hover,
#mainav > ul > li button:hover {
  color: #161616;
  background-color: #fff;
}
#mainav > ul > li a.active,
#mainav > ul > li button.active {
  background-color: #fff;
}
#mainav > ul > li .collapsed {
  display: none;
}
#mainav > ul > li .search_form_menu.last button {
  padding: 0 0 0 10px;
  background-image: none;
}
.dropdown-menu {
  position: absolute;
  width: 100%;
}
.dropdown-menu li {
  width: 23%;
  margin-right: 1%;
  margin-left: 1%;
  text-align: left;
  background-image: none !important;
}
.dropdown-menu li.search_form_menu .search-form {
  width: 25%;
  position: absolute;
  bottom: 0;
  right: 0;
  border: none;
  margin-top: 10px;
}
.dropdown-menu li.search_form_menu .search-form .input-group {
  width: 80%;
  margin: 0 10%;
}
.dropdown-menu li.search_form_menu .search-form .input-group input {
  width: 95%;
  -o-box-shadow: 12px 12px 12px 12px;
  background-clip: padding-box;
  -webkit-border-radius: 12px 12px 12px 12px;
  -moz-border-radius: 12px 12px 12px 12px;
  border-radius: 12px 12px 12px 12px;
}
.dropdown-menu li.search_form_menu .search-form .input-group .btn {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 15px 15px 15px 15px;
  border: 3px #818286 solid;
  color: #818286;
  text-align: center;
  line-height: 1em !important;
  font-size: 1em;
  background-color: transparent;
}
.dropdown-menu li.search_form_menu .search-form .input-group .glyphicon {
  left: -3px;
  position: relative;
  top: 1px;
}
.dropdown-menu li .nolink {
  color: #2f2f2f!important;
  font-size: 123.1% !important;
  padding: 5px 5px!important;
  background-image: none!important;
}
.dropdown-menu li a {
  text-align: left;
  font-size: 123.1% !important;
  white-space: normal;
  background-image: none !important;
  padding: 5px !important;
}
.dropdown-menu li a.confluence-font {
  font-size: 1.8em;
  font-family: 'confluenceregular', arial, sans-serif !important;
}
.dropdown-menu li .dropdown-menu {
  display: block;
  position: relative;
  border: none !important;
  box-shadow: none;
  float: left;
  margin: 0 0 0 0px!important;
  padding-top: 0px;
  width: 100%;
}
.dropdown-menu li .dropdown-menu li {
  width: 98%;
}
.dropdown-menu li .dropdown-menu li:first-of-type {
  border-top: 1px solid #b9b9b9;
}
.dropdown-menu li .dropdown-menu li a {
  font-family: Arial, helvetica, sans-serif;
  color: #666 !important;
  font-size: 93% !important;
  font-weight: bold;
  background: url(../images/navlist_point.png) no-repeat 0 10px !important;
  padding-left: 10px !important;
  border-bottom: 1px solid #b9b9b9;
}
.dropdown-menu li .dropdown-menu li a:hover {
  color: #484848;
}
.modal-dialog {
  max-width: 940px;
}
a.language-link {
  padding: 0 5px;
  border: 1px #B9B9B9 solid;
  background: #EBEBEB;
}
.link-wrapper-inline {
  position: absolute;
  top: 0;
  right: 0;
}
#conf-search-explorer-search-box .form-submit {
  width: auto;
  border-radius: 20px;
  padding: 0 1em;
}
.modal-body .close {
  border: 0!important;
  display: block;
  border: 0;
  text-indent: -1000em;
  text-align: left!important;
  opacity: 1;
  margin: 0 0!important;
  width: 34px;
  height: 34px;
  background: url('../images/btn-close.png') no-repeat top left;
}
.modal-body .continuer-site {
  border-top: 1px #B9B9B9 solid;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px #B9B9B9 solid;
  display: block;
  width: 100%;
  margin: 1em 0 0 0;
  padding: .7em 2.2em;
  text-align: right;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  line-height: 0.8em !important;
  text-decoration: none;
  background: #ffffff url('../images/flc-link.png') no-repeat top right;
}
.modal-body p {
  font-size: 1.2em;
  color: #6b6766;
  line-height: 1.3em;
  margin-top: 0.5em;
}
.modal-body .language-switcher-locale-url {
  position: relative;
  width: 100%;
  margin: 3em auto 1em auto;
  text-align: center;
}
.modal-body .language-switcher-locale-url li {
  display: inline-block;
  border-left: 1px #ddd solid;
}
.modal-body .language-switcher-locale-url li .language-link {
  margin: 0 .5em;
  color: #949494;
  font-size: 180%;
  position: relative;
  text-transform: uppercase;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  font-family: "confluencebold", arial, sans-serif;
  border-bottom: 3px #949494 solid;
  background: transparent;
}
.modal-body .language-switcher-locale-url li a.language-link:hover {
  color: #000;
  border-bottom: 3px #000 solid;
  text-decoration: none;
}
.modal-body .language-switcher-locale-url li.it {
  border-right: 1px #ddd solid;
}
.modal-body .language-switcher-locale-url li.active .language-link {
  color: #000;
  border-bottom: 3px #000 solid;
}
.mobile_select_modal .modal-body .close {
  border: 0!important;
  display: block;
  border: 0;
  text-indent: -1000em;
  text-align: left!important;
  opacity: 1;
  margin: 0 0!important;
  width: 34px;
  height: 34px;
  background: url('../images/btn-close.png') no-repeat top left;
}
.mobile_select_modal .modal-body .continuer-site {
  border-top: 1px #B9B9B9 solid;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px #B9B9B9 solid;
  display: block;
  width: 100%;
  margin: 1em 0 0 0;
  padding: .7em 2.2em;
  text-align: right;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  line-height: 0.8em !important;
  text-decoration: none;
  background: #ffffff url('../images/flc-link.png') no-repeat top right;
}
.mobile_select_modal .modal-body p {
  font-size: 1.2em;
  color: #6b6766;
  line-height: 1.3em;
  margin-top: 0.5em;
}
.mobile_select_modal .modal-body .language-switcher-locale-url {
  border: 1px red solid;
  position: relative;
  width: 100%;
  margin: 3em auto 1em auto;
  text-align: center;
}
.mobile_select_modal .modal-body .language-switcher-locale-url li {
  display: inline-block;
  border-left: 1px #ddd solid;
}
.mobile_select_modal .modal-body .language-switcher-locale-url li .language-link {
  margin: 0 .5em;
  color: #949494;
  font-size: 180%;
  text-transform: uppercase;
  font-family: "confluencebold", arial, sans-serif;
  border-bottom: 3px #949494 solid;
}
.mobile_select_modal .modal-body .language-switcher-locale-url li a.language-link:hover {
  color: #000;
  border-bottom: 3px #000 solid;
  text-decoration: none;
}
.mobile_select_modal .modal-body .language-switcher-locale-url li.it {
  border-right: 1px #ddd solid;
}
.mobile_select_modal .modal-body .language-switcher-locale-url li.active .language-link {
  color: #000;
  border-bottom: 3px #000 solid;
}
.headerprint {
  display: none;
}
.clearprint {
  display: none;
}
button.nolink {
  border: none;
  background-color: transparent;
  color: inherit;
  padding: 0;
}
#maincontent {
  margin-top: 50px;
  -moz-transition: all 0.3s ease-out;
  /* FF4+ */
  -o-transition: all 0.3s ease-out;
  /* Opera 10.5+ */
  -webkit-transition: all 0.3s ease-out;
  /* Saf3.2+, Chrome */
  -ms-transition: all 0.3s ease-out;
  /* IE10 */
  transition: all 0.3s ease-out;
}
#contentMain {
  margin-top: -63px;
}
.dropdown-toggle:focus {
  outline: thin dotted !important;
}
.navbar-brand:focus {
  outline: thin dotted !important;
}
#skip-link {
  position: absolute;
}
.dropdown-menu {
  -moz-transition: all 0.3s ease-out;
  /* FF4+ */
  -o-transition: all 0.3s ease-out;
  /* Opera 10.5+ */
  -webkit-transition: all 0.3s ease-out;
  /* Saf3.2+, Chrome */
  -ms-transition: all 0.3s ease-out;
  /* IE10 */
  transition: all 0.3s ease-out;
  padding-bottom: 3em;
}
.dropdown-menu li {
  text-align: left;
  float: left;
}
.dropdown-menu li a {
  font-size: 77%;
}
.dropdown-menu li.search_form_menu button {
  padding: 0 0 0 10px!important;
  background-image: none !important;
}
#mainav > ul > li a.active,
#mainav > ul > li > a:focus {
  background-color: transparent;
  color: #949494;
}
#mainav > ul > li.open button {
  color: #949494;
}
#mainav > ul > li.open a.dropdown-toggle.active {
  color: #949494;
}
.front #mainav > ul > li a.active {
  color: #2f2f2f;
}
#mainav > ul > li a:hover {
  background-color: transparent;
  color: #949494;
}
.img {
  position: relative;
}
.img img {
  max-width: 100%;
}
.img .legende {
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  word-wrap: break-word;
  color: #fff;
  padding: 5px;
  text-align: center;
  font-size: 93%;
}
.img .form-submit {
  width: auto!important;
}
.img .modal-footer {
  border-top: 0;
}
ul.image-list {
  list-style: none;
  padding: 0;
}
.more-link,
.node-readmore {
  text-align: right;
  margin-top: 10px;
}
.more-link a,
.node-readmore a {
  color: #000000;
  display: inline-block;
}
.more-link .icon,
.node-readmore .icon {
  display: inline-block;
  margin-left: 10px;
  color: #000;
}
.more-link.btn-round,
.node-readmore.btn-round {
  width: 30px;
  height: 30px;
  margin: 2px 0 0 0;
  padding: 0 0;
}
.link-all {
  margin-top: 20px;
  border-top: 1px solid #b9b9b9;
  border-bottom: 1px solid #b9b9b9;
  padding: .5em 0;
}
.link-all a {
  color: #000000;
}
table {
  width: 100% !important;
  font-size: 93%;
}
table thead tr {
  border-bottom: 1px solid #b9b9b9;
}
table tbody {
  margin: 0 10px;
}
table tbody tr td {
  -o-box-shadow: 0 0 0 0;
  background-clip: padding-box;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.form-control {
  padding: 3px;
  height: 30px;
}
.btn {
  padding: 4px 8px;
}
/* page header */
h1.page-header {
  font-family: 'confluencebold', arial, sans-serif;
  color: #000000;
  font-size: 182%;
  border-bottom: 1px solid #b9b9b9;
  margin-bottom: 15px;
}
/* aside */
#-conf-news-search-form {
  background-color: #fff;
  padding: 10px;
  margin-bottom: 20px;
  -o-box-shadow: 2px;
  background-clip: padding-box;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 4px #484848;
  -moz-box-shadow: 0 0 4px #484848;
  -o-box-shadow: 0 0 4px #484848;
  box-shadow: 0 0 4px #484848;
}
.form-type-date-popup {
  float: left;
  position: relative;
}
.form-type-date-popup label {
  font-size: 93%;
  position: relative;
  top: -10px;
}
.form-type-date-popup label.element-invisible {
  width: 24px;
  height: 24px;
  display: block;
  text-indent: -1500em;
  right: -5px;
  top: 6px;
  background: url(../images/icn_calendar.png) no-repeat center center;
  /* IE6, IE7 */
  clip: auto;
  overflow: hidden;
}
.form-type-date-popup input {
  padding: 2px 2px;
}
.container-inline-date {
  display: inline-block;
}
.form-submit {
  float: right;
  position: relative;
  top: 0px;
  right: 5px;
  /*color: #333;*/
  color: #fff;
  border-color: #ccc;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  padding: 0px;
  /*border: 4px solid #818286;*/
  font-size: 93%;
  font-weight: bold;
  border: 4px solid #848484;
  background-color: #949494;
  /*background-color: #fff;*/
}
.form-submit:hover {
  color: #fff;
  border-color: #909090;
  background-color: #a1a1a1;
}
.form-submit.login_long {
  width: auto;
  -o-box-shadow: 20px;
  background-clip: padding-box;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 0 20px;
}
.form-submit.progress-disabled {
  color: #FFF;
  position: relative;
}
.form-submit.progress-disabled .ajax-progress-throbber {
  color: #333;
  position: absolute;
  left: 3px;
  top: 7px;
  opacity: 1;
}
#dates-conteneur .container-inline-date .date-padding {
  padding: 0px 13px 0 0 ;
  float: none;
  display: inline-block;
}
#dates-conteneur .container-inline-date .date-padding .form-item .form-control {
  width: 73px;
  font-size: 13px;
}
#dates-conteneur .form-submit {
  right: 0;
}
#dates-conteneur .btn-round {
  float: right;
}
.newsTags {
  border-top: 1px solid #bdb8b4;
  padding-top: 12px;
}
.newsTags .box-title {
  padding: 5px;
}
.newsTags .box-title p {
  margin: 0;
}
.newsTags .box-title p.titre {
  font-weight: bold;
  color: #000;
}
.newsTags .box-title p.display-all {
  font-size: 85%;
}
.newsTags ul.Niv0 {
  list-style-type: none;
  padding: 0;
}
.newsTags ul.Niv0 .form-type-checkbox {
  margin-bottom: 0;
}
.newsTags ul.Niv0 a {
  color: #6b6766;
}
.newsTags ul.Niv0 > li {
  width: 100%;
  display: block;
  font-weight: bold;
  border-bottom: 2px solid transparent;
  position: relative;
}
.newsTags ul.Niv0 > li > a,
.newsTags ul.Niv0 > li > span.no_link {
  color: #000;
  width: 100%;
  padding: 5px;
  background-color: #d7d4ce;
  display: block;
}
.newsTags ul.Niv0 > li > a.marker,
.newsTags ul.Niv0 > li > span.no_link.marker,
.newsTags ul.Niv0 > li > a .marker,
.newsTags ul.Niv0 > li > span.no_link .marker {
  width: 20px !important;
  height: 20px !important;
  background: url(../images/up-n-down-small.png) no-repeat -72px 0px !important;
  position: absolute;
  top: 6px;
  right: 5px;
}
.newsTags ul.Niv0 > li > a.marker.collapsed,
.newsTags ul.Niv0 > li > span.no_link.marker.collapsed,
.newsTags ul.Niv0 > li > a .marker.collapsed,
.newsTags ul.Niv0 > li > span.no_link .marker.collapsed {
  background: url(../images/up-n-down-small.png) no-repeat -12px 0px !important;
}
.newsTags ul.Niv0 > li > a.marker:hover,
.newsTags ul.Niv0 > li > span.no_link.marker:hover,
.newsTags ul.Niv0 > li > a .marker:hover,
.newsTags ul.Niv0 > li > span.no_link .marker:hover {
  text-decoration: none;
}
.newsTags ul.Niv0 > li.active > a.marker,
.newsTags ul.Niv0 > li.active > span.no_link.marker,
.newsTags ul.Niv0 > li.active > a .marker,
.newsTags ul.Niv0 > li.active > span.no_link .marker {
  width: 20px !important;
  height: 20px !important;
  background: url(../images/up-n-down-small.png) no-repeat -12px 0px !important;
  position: absolute;
  top: 6px;
  right: 5px;
}
.newsTags ul.Niv0 > li.active > a.marker:hover,
.newsTags ul.Niv0 > li.active > span.no_link.marker:hover,
.newsTags ul.Niv0 > li.active > a .marker:hover,
.newsTags ul.Niv0 > li.active > span.no_link .marker:hover {
  text-decoration: none;
}
.newsTags ul.Niv0 > li.active.active > a.marker,
.newsTags ul.Niv0 > li.active.active > span.no_link.marker,
.newsTags ul.Niv0 > li.active.active > a .marker,
.newsTags ul.Niv0 > li.active.active > span.no_link .marker {
  background: url(../images/up-n-down-small.png) no-repeat -72px 0px !important;
}
.newsTags ul.Niv0 > li.active.active > a.marker.collapsed,
.newsTags ul.Niv0 > li.active.active > span.no_link.marker.collapsed,
.newsTags ul.Niv0 > li.active.active > a .marker.collapsed,
.newsTags ul.Niv0 > li.active.active > span.no_link .marker.collapsed {
  background: url(../images/up-n-down-small.png) no-repeat -12px 0px !important;
}
.newsTags ul.Niv0 ul.Niv1 {
  list-style-type: none;
  padding: 0;
  margin: 0 0 0 5px;
}
.newsTags ul.Niv0 ul.Niv1 li {
  width: 100%;
  font-weight: normal;
  /*display: inline;*/
}
.newsTags ul.Niv0 ul.Niv1 li a,
.newsTags ul.Niv0 ul.Niv1 li > span.no_link {
  color: #999;
  font-style: italic;
  background-color: transparent;
  border: none;
  width: auto;
}
.newsTags ul.Niv0 ul.Niv1 li a::after,
.newsTags ul.Niv0 ul.Niv1 li > span.no_link::after {
  content: ",";
}
.newsTags ul.Niv0 ul.Niv1 li a.selected,
.newsTags ul.Niv0 ul.Niv1 li > span.no_link.selected {
  color: #000;
}
.newsTags ul.Niv0 ul.Niv1 li .form-checkbox {
  margin-left: 0px !important;
  margin-right: 5px;
}
.newsTags ul.Niv0 ul.Niv1 ul.Niv2,
.newsTags ul.Niv0 ul.Niv1 ul.Niv3 {
  list-style-type: none;
  padding: 0;
  margin: 0 0 0 35px;
}
.newsTags ul.Niv0 ul.Niv1 ul.Niv2 li,
.newsTags ul.Niv0 ul.Niv1 ul.Niv3 li {
  /*width: 100%;*/
  font-weight: normal;
  display: inline;
  font-size: 93%;
}
.newsTags ul.Niv0 ul.Niv1 ul.Niv2 li a.selected,
.newsTags ul.Niv0 ul.Niv1 ul.Niv3 li a.selected {
  color: #000;
}
/* BLOC RECHERCHE */
#block-search-form,
li form.search-form {
  margin-top: 3em;
  /*border-top:1px #b9b9b9 solid;*/
  border-bottom: 1px #b9b9b9 solid;
  /*padding: 10px 0;*/
}
#block-search-form p form.search-form p {
  font-size: 0.8em;
  line-height: 1.2em;
  padding: 5px 10px;
}
#block-search-form a {
  text-decoration: none;
  color: #6b6766;
  padding: 0 15px;
  clear: both;
}
#block-search-form form form.search-form {
  overflow: hidden;
  margin-bottom: 5px;
}
#block-search-form .icon-search,
form.search-form .icon-search {
  float: right;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 15px 15px 15px 15px;
  border: 3px #818286 solid;
  color: #818286;
  text-align: center;
  line-height: 1.5em;
  font-size: 1em;
  position: relative;
  margin-right: 10px;
  margin-top: 3px;
}
#block-search-form .icon-search input,
form.search-form .icon-search input {
  background-color: transparent;
  border: none;
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: -3px;
  left: -3px;
}
#block-search-form input.inpttxt form.search-form input.inpttxt {
  margin-left: 10px;
  width: 78%;
  padding: 0.3em 0.3em;
  line-height: 1.5em;
  border: none;
  border-radius: 15px 15px 15px 15px;
  font-weight: bold !important;
}
#block-search-form input[type="search"] {
  -webkit-appearance: textfield;
}
/* BLOC SOCIAL */
#social {
  padding: 20px 0 12px 0;
  position: relative;
  margin-left: 10px;
}
#social.title_social {
  border: none;
  padding: 0;
  margin-bottom: 2em;
  margin-top: -4em;
  float: right;
  margin-right: 15px;
}
#social p,
#social ul {
  text-align: center;
  padding-left: 0;
  margin-bottom: 5px;
}
#social p {
  line-height: 1.2em;
  font-size: 0.9em;
  margin-top: 0.5em;
}
#social a {
  text-decoration: none;
}
#social li {
  display: inline-block;
  margin: 0px 5px;
}
#social .icon_social {
  cursor: pointer;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 15px 15px 15px 15px;
  border: 3px #818286 solid;
  color: #818286;
  text-align: center;
  line-height: 1.75em;
  font-size: 1em;
}
#social .icon_social:hover {
  background-color: #fff;
  color: #000;
  border: 3px #000 solid;
}
#social .icon_social span {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 20px auto 0 auto;
  width: 100%;
  height: 30px;
  text-align: center;
}
#social .icon_social span:hover {
  display: block;
}
#social .icon_social span .buttons {
  width: 30px;
  height: 30px;
}
.node-liste-ressources #social {
  border-top: 1px #bcb7b3 solid;
  border-bottom: 1px #bcb7b3 solid;
  padding: .2em 0;
  margin: 1em 0;
}
.node-liste-ressources #social li {
  float: left;
}
/* BLOC TOOLS */
#tools {
  border-top: 1px #6b6766 solid;
  margin-left: 20px;
}
#tools ul {
  margin-left: 0;
  padding-left: 0;
}
#tools ul li {
  width: 50%;
  height: 150px;
  display: block;
  float: left;
  text-align: center;
  font-size: 93%;
  position: relative;
  overflow: hidden;
}
#tools ul li.odd a {
  -webkit-box-shadow: inset 1px 0 0 0 #6b6766;
  -moz-box-shadow: inset 1px 0 0 0 #6b6766;
  -o-box-shadow: inset 1px 0 0 0 #6b6766;
  box-shadow: inset 1px 0 0 0 #6b6766;
}
#tools ul li .right {
  float: right !important;
}
#tools ul li .right a {
  color: #E1DCD4 !important;
  background-color: #949494;
}
#tools ul li.gray {
  color: #E1DCD4 !important;
  background-color: #949494;
  -webkit-transition: color 0.2s ease-out, background 0.5s ease-in;
  transition: color 0.2s ease-out, background 0.5s ease-in;
}
#tools a {
  display: block;
  text-decoration: none;
  color: #6b6766;
  width: 100%;
  height: 150px;
  border-bottom: 1px #6b6766 solid;
  position: relative;
}
#tools a:hover {
  color: #E1DCD4 !important;
  background-color: #949494;
  -webkit-transition: color 0.2s ease-out, background 0.5s ease-in;
  transition: color 0.2s ease-out, background 0.5s ease-in;
}
#tools a.icon_social span.icon {
  width: 80px;
  height: 80px;
  background: url(../images/sprite_tools.png) no-repeat;
  margin: 0 auto;
  position: absolute;
  top: 15px;
  left: calc(50% - 40px);
}
#tools a.icon_social.billet_reserv span.icon {
  background-position: 0px 0px;
}
#tools a.icon_social.billet_reserv:hover span.icon {
  background-position: -85px 0px;
}
#tools a.icon_social.brasserie_resto span.icon {
  background-position: 0px -85px;
}
#tools a.icon_social.brasserie_resto:hover span.icon {
  background-position: -85px -85px;
}
#tools a.icon_social.librairie_bouti span.icon {
  background-position: 0px -170px;
}
#tools a.icon_social.librairie_bouti:hover span.icon {
  background-position: -85px -170px;
}
#tools a.icon_social.lettre_infos span.icon {
  background-position: 0px -255px;
}
#tools a.icon_social.lettre_infos:hover span.icon {
  background-position: -85px -255px;
}
#tools a.icon_social.privatisation span.icon {
  background-position: 0px -340px;
}
#tools a.icon_social.privatisation:hover span.icon,
#tools li.gray a.icon_social.privatisation span.icon {
  background-position: -85px -340px;
}
#tools a.icon_social.soutien span.icon {
  background-position: 0px -425px;
}
#tools a.icon_social.soutien:hover span.icon,
#tools li.gray a.icon_social.soutien span.icon {
  background-position: -85px -425px;
}
#tools li.right a:hover {
  color: #E1DCD4 !important;
  background-color: #000;
  -webkit-transition: color 0.2s ease-out, background 0.5s ease-in;
  transition: color 0.2s ease-out, background 0.5s ease-in;
}
#tools span {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 20px;
  text-align: center;
}
#tools li.gray span.icon {
  display: none;
}
#tools li.gray a span {
  color: #fff !important;
  bottom: 30%;
  font-family: 'confluenceregular', arial, sans-serif;
  font-size: 131.4%;
  line-height: 153.9%;
}
#tools li img {
  height: 100%;
}
.field-name-title-field {
  font-family: 'confluencebold', arial, sans-serif;
  color: #000000;
  font-size: 182%;
  border-bottom: 1px solid #b9b9b9;
  margin-bottom: 15px;
}
body.page-search-general .box-pager,
body.page-explorer .box-pager {
  float: left;
  width: 100%;
  clear: both;
  border-top: 1px #949494 solid;
}
body.page-search-general .main-container .col-md-8 .region-content,
body.page-explorer .main-container .col-md-8 .region-content {
  /* Exporateur rechartage 2015 */
}
body.page-search-general .main-container .col-md-8 .region-content h2,
body.page-explorer .main-container .col-md-8 .region-content h2 {
  color: #000000;
  font-size: 130%;
  margin: 1em 0;
  font-family: "confluencebold", arial, sans-serif;
}
body.page-search-general .main-container .col-md-8 .region-content h2.activities-sidbar,
body.page-explorer .main-container .col-md-8 .region-content h2.activities-sidbar {
  float: left;
  width: 45%;
  padding: .2em .5em;
  margin: 0 0;
  background: #d7d4ce;
}
body.page-search-general .main-container .col-md-8 .region-content #search-form,
body.page-explorer .main-container .col-md-8 .region-content #search-form {
  float: left;
  width: 100%;
  margin: 0 0 1em 0;
  padding: 1em 1em;
  background: #D7D4CE;
}
body.page-search-general .main-container .col-md-8 .region-content #search-form #edit-submit--2,
body.page-explorer .main-container .col-md-8 .region-content #search-form #edit-submit--2 {
  position: absolute;
  top: 32px;
  right: 25px;
}
body.page-search-general .main-container .col-md-8 .region-content #search-form .form-inline,
body.page-explorer .main-container .col-md-8 .region-content #search-form .form-inline {
  margin-bottom: 0;
}
body.page-search-general .main-container .col-md-8 .region-content #search-form .form-inline .form-item,
body.page-explorer .main-container .col-md-8 .region-content #search-form .form-inline .form-item {
  float: left;
  width: 90%;
}
body.page-search-general .main-container .col-md-8 .region-content #search-form .form-inline .form-item input,
body.page-explorer .main-container .col-md-8 .region-content #search-form .form-inline .form-item input {
  width: 99%;
  padding: .5em 1em;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
body.page-search-general .main-container .col-md-8 .region-content #search-form .form-item-keys input.form-text,
body.page-explorer .main-container .col-md-8 .region-content #search-form .form-item-keys input.form-text {
  width: 90%;
  border: 0;
  height: 25px;
  padding: .2em .5em;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
}
body.page-search-general .main-container .col-md-8 .region-content #search-form .form-submit,
body.page-explorer .main-container .col-md-8 .region-content #search-form .form-submit {
  float: right;
  width: 35px;
  text-indent: -1000em;
  background: #e8e3dd url(../images/bt-search.png) no-repeat 5px 5px;
}
body.page-search-general .main-container .col-md-8 .region-content #search-form #edit-basic.form-group,
body.page-explorer .main-container .col-md-8 .region-content #search-form #edit-basic.form-group {
  margin-bottom: 0;
}
body.page-search-general .main-container .col-md-8 .region-content #search-form #edit-basic.form-group .form-group,
body.page-explorer .main-container .col-md-8 .region-content #search-form #edit-basic.form-group .form-group {
  margin-bottom: 0;
}
body.page-search-general .main-container .col-md-8 .region-content #search-form .advanced-search-container,
body.page-explorer .main-container .col-md-8 .region-content #search-form .advanced-search-container {
  margin-bottom: 0;
}
body.page-search-general .main-container .col-md-8 .region-content #search-form .advanced-search-container .panel-title,
body.page-explorer .main-container .col-md-8 .region-content #search-form .advanced-search-container .panel-title {
  display: block;
  width: 100%;
  background-image: none;
}
body.page-search-general .main-container .col-md-8 .region-content #search-form .advanced-search-container .panel-title .panel-title,
body.page-explorer .main-container .col-md-8 .region-content #search-form .advanced-search-container .panel-title .panel-title {
  background: #d7d4ce url(../images/explorateur-up.png) no-repeat right 5px;
}
body.page-search-general .main-container .col-md-8 .region-content #search-form .advanced-search-container .panel-title .panel-title.collapsed,
body.page-explorer .main-container .col-md-8 .region-content #search-form .advanced-search-container .panel-title .panel-title.collapsed {
  background: #d7d4ce url(../images/explorateur-down.png) no-repeat right 5px !important;
}
body.page-search-general .main-container .col-md-8 .region-content .advanced-search-container,
body.page-explorer .main-container .col-md-8 .region-content .advanced-search-container {
  margin-bottom: 0;
}
body.page-search-general .main-container .col-md-8 .region-content .advanced-search-container .panel-default,
body.page-explorer .main-container .col-md-8 .region-content .advanced-search-container .panel-default {
  border: 0;
  border-radius: 0;
}
body.page-search-general .main-container .col-md-8 .region-content .advanced-search-container .panel-default label,
body.page-explorer .main-container .col-md-8 .region-content .advanced-search-container .panel-default label {
  color: #000;
}
body.page-search-general .main-container .col-md-8 .region-content .advanced-search-container .panel-default .panel-heading,
body.page-explorer .main-container .col-md-8 .region-content .advanced-search-container .panel-default .panel-heading {
  padding: 0 0;
  margin: .5em 0;
  background: transparent;
}
body.page-search-general .main-container .col-md-8 .region-content .advanced-search-container .panel-default .panel-heading .panel-title,
body.page-explorer .main-container .col-md-8 .region-content .advanced-search-container .panel-default .panel-heading .panel-title {
  background: #d7d4ce url(../images/explorateur-down.png) no-repeat right 5px;
}
body.page-search-general .main-container .col-md-8 .region-content .advanced-search-container .panel-default .panel-collapse,
body.page-explorer .main-container .col-md-8 .region-content .advanced-search-container .panel-default .panel-collapse {
  border: 0;
  margin-bottom: 0;
}
body.page-search-general .main-container .col-md-8 .region-content .advanced-search-container .panel-default .panel-collapse .panel-body,
body.page-explorer .main-container .col-md-8 .region-content .advanced-search-container .panel-default .panel-collapse .panel-body {
  border: 0;
}
body.page-search-general .main-container .col-md-8 .region-content .advanced-search-container .panel-default .panel-collapse .form-type-checkboxes,
body.page-explorer .main-container .col-md-8 .region-content .advanced-search-container .panel-default .panel-collapse .form-type-checkboxes {
  margin-bottom: 0;
  float: left;
  width: 100%;
  clear: right;
  padding: 0 0;
}
body.page-search-general .main-container .col-md-8 .region-content .advanced-search-container .panel-default .panel-collapse .form-type-checkboxes label:first-of-type,
body.page-explorer .main-container .col-md-8 .region-content .advanced-search-container .panel-default .panel-collapse .form-type-checkboxes label:first-of-type {
  width: 100%;
  float: left;
  clear: right;
  min-height: 20px;
}
body.page-search-general .main-container .col-md-8 .region-content .advanced-search-container .panel-default .panel-collapse .form-type-checkboxes .form-checkboxes,
body.page-explorer .main-container .col-md-8 .region-content .advanced-search-container .panel-default .panel-collapse .form-type-checkboxes .form-checkboxes {
  float: left;
  width: 100%;
  clear: right;
}
body.page-search-general .main-container .col-md-8 .region-content .advanced-search-container .panel-default .panel-collapse .form-type-checkboxes .form-checkboxes label:first-of-type,
body.page-explorer .main-container .col-md-8 .region-content .advanced-search-container .panel-default .panel-collapse .form-type-checkboxes .form-checkboxes label:first-of-type {
  width: auto;
  clear: right;
  min-height: auto;
}
body.page-search-general .main-container .col-md-8 .region-content .advanced-search-container .panel-default .panel-collapse .form-type-checkboxes .form-checkboxes .form-type-checkbox,
body.page-explorer .main-container .col-md-8 .region-content .advanced-search-container .panel-default .panel-collapse .form-type-checkboxes .form-checkboxes .form-type-checkbox {
  float: left;
  width: 50%;
  min-height: 25px;
  margin: 0 0;
  padding: 0 0 0 20px;
}
body.page-search-general .main-container .col-md-8 .region-content .advanced-search-container .panel-default .panel-collapse .form-submit,
body.page-explorer .main-container .col-md-8 .region-content .advanced-search-container .panel-default .panel-collapse .form-submit {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  text-indent: initial!important;
  width: auto!important;
  padding: 5px 1em;
  background-color: #949494!important;
  background-image: none!important;
}
body.page-search-general .main-container .col-md-8 .region-content .advanced-search .facet-block,
body.page-explorer .main-container .col-md-8 .region-content .advanced-search .facet-block {
  padding: .5em .5em;
  background: #d7d4ce;
}
body.page-search-general .main-container .col-md-8 .region-content .advanced-search .facet-block h3,
body.page-explorer .main-container .col-md-8 .region-content .advanced-search .facet-block h3 {
  color: #000;
  margin: 0 0 4px 0;
  font-weight: bold;
  font-size: 100%;
}
body.page-search-general .main-container .col-md-8 .region-content .advanced-search .facet-block .content,
body.page-explorer .main-container .col-md-8 .region-content .advanced-search .facet-block .content {
  text-align: left;
}
body.page-search-general .main-container .col-md-8 .region-content .advanced-search .facet-block .content ul,
body.page-explorer .main-container .col-md-8 .region-content .advanced-search .facet-block .content ul {
  margin: 0 0;
  padding: 0 0;
}
body.page-search-general .main-container .col-md-8 .region-content .advanced-search .facet-block .content ul li,
body.page-explorer .main-container .col-md-8 .region-content .advanced-search .facet-block .content ul li {
  position: relative;
  margin: 0 0 0 .5em;
  display: inline-block;
  list-style: none inside;
}
body.page-search-general .main-container .col-md-8 .region-content .advanced-search .facet-block .content ul li input,
body.page-explorer .main-container .col-md-8 .region-content .advanced-search .facet-block .content ul li input {
  margin: 0 5px 0 0;
}
body.page-search-general .main-container .col-md-8 .region-content .spelling-suggestions,
body.page-explorer .main-container .col-md-8 .region-content .spelling-suggestions {
  float: left;
  width: 100%;
  margin: 0 0 0 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px #d7d4ce solid;
  padding: .5em .5em;
  background: #818286;
}
body.page-search-general .main-container .col-md-8 .region-content .spelling-suggestions dl,
body.page-explorer .main-container .col-md-8 .region-content .spelling-suggestions dl {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
}
body.page-search-general .main-container .col-md-8 .region-content .spelling-suggestions dl dt,
body.page-explorer .main-container .col-md-8 .region-content .spelling-suggestions dl dt,
body.page-search-general .main-container .col-md-8 .region-content .spelling-suggestions dl dd,
body.page-explorer .main-container .col-md-8 .region-content .spelling-suggestions dl dd {
  float: left;
  font-size: 100%;
}
body.page-search-general .main-container .col-md-8 .region-content .spelling-suggestions dl dt,
body.page-explorer .main-container .col-md-8 .region-content .spelling-suggestions dl dt {
  color: #fff;
  margin: 0 .5em 0 0;
}
body.page-search-general .main-container .col-md-8 .region-content .spelling-suggestions dl dd,
body.page-explorer .main-container .col-md-8 .region-content .spelling-suggestions dl dd {
  margin: 0 0;
}
body.page-search-general .main-container .col-md-8 .region-content .spelling-suggestions dl dd a,
body.page-explorer .main-container .col-md-8 .region-content .spelling-suggestions dl dd a {
  color: #000000;
  margin: 1em 0;
  font-family: "confluencebold", arial, sans-serif;
}
body.page-search-general .main-container .col-md-8 .region-content .search-results,
body.page-explorer .main-container .col-md-8 .region-content .search-results {
  margin: 0 0;
  padding: 0 0;
}
body.page-search-general .main-container .col-md-8 .region-content .search-results li,
body.page-explorer .main-container .col-md-8 .region-content .search-results li {
  float: left;
  width: 48%;
  padding: 0 0 0 0;
  margin: 0 10px 1em 0;
  min-height: 85px;
  /*height: 170px;*/
  overflow: hidden;
  list-style: none inside;
}
body.page-search-general .main-container .col-md-8 .region-content .search-results li a.global-link .img-container,
body.page-explorer .main-container .col-md-8 .region-content .search-results li a.global-link .img-container {
  float: left;
  width: 60px;
  height: 60px;
  margin-right: 10px;
  margin-bottom: 10px;
  overflow: hidden;
}
body.page-search-general .main-container .col-md-8 .region-content .search-results li a.global-link .img-container img,
body.page-explorer .main-container .col-md-8 .region-content .search-results li a.global-link .img-container img {
  /*
									width: 100%;
									height: auto;
									*/
}
body.page-search-general .main-container .col-md-8 .region-content .search-results li a.global-link .img-container.no_image,
body.page-explorer .main-container .col-md-8 .region-content .search-results li a.global-link .img-container.no_image {
  background: transparent url(../images/no-image.png) no-repeat 0 0;
}
body.page-search-general .main-container .col-md-8 .region-content .search-results li a.global-link .short,
body.page-explorer .main-container .col-md-8 .region-content .search-results li a.global-link .short {
  float: left;
  width: 75%;
}
body.page-search-general .main-container .col-md-8 .region-content .search-results li a.global-link .short .left.rubrique,
body.page-explorer .main-container .col-md-8 .region-content .search-results li a.global-link .short .left.rubrique {
  float: none;
  font-size: 85%;
  margin: 0 0;
  font-weight: bold;
}
body.page-search-general .main-container .col-md-8 .region-content .search-results li a.global-link .short p,
body.page-explorer .main-container .col-md-8 .region-content .search-results li a.global-link .short p {
  line-height: 130%;
}
body.page-search-general .main-container .col-md-8 .region-content .search-results li a.global-link .short p.rubrique,
body.page-explorer .main-container .col-md-8 .region-content .search-results li a.global-link .short p.rubrique {
  color: #6b6766;
}
body.page-search-general .main-container .col-md-8 .region-content .search-results li a.global-link .short .a-link,
body.page-explorer .main-container .col-md-8 .region-content .search-results li a.global-link .short .a-link {
  color: #000;
}
body.page-search-general .main-container .col-md-8 .region-content .search-results li a.global-link .short h2,
body.page-explorer .main-container .col-md-8 .region-content .search-results li a.global-link .short h2 {
  font-weight: bold;
  font-size: 93%;
  margin: 0 0;
}
body.page-search-general .main-container .col-md-8 .region-content .search-results li a.global-link .short .title,
body.page-explorer .main-container .col-md-8 .region-content .search-results li a.global-link .short .title {
  margin: 0 0;
  font-weight: bold;
  font-size: 85%;
}
body.page-search-general .main-container .col-md-8 .region-content .search-results li a.global-link .short .search-snippet-info,
body.page-explorer .main-container .col-md-8 .region-content .search-results li a.global-link .short .search-snippet-info {
  font-size: 85%;
  height: 3.5em;
}
body.page-search-general .main-container .col-md-8 .region-content .search-results li a.global-link .short .search-snippet-info p,
body.page-explorer .main-container .col-md-8 .region-content .search-results li a.global-link .short .search-snippet-info p {
  color: #6b6766;
}
body.page-search-general .main-container .col-md-8 .region-content .search-results li a.global-link:nth-child(2),
body.page-explorer .main-container .col-md-8 .region-content .search-results li a.global-link:nth-child(2),
body.page-search-general .main-container .col-md-8 .region-content .search-results li a.global-link:nth-child(4),
body.page-explorer .main-container .col-md-8 .region-content .search-results li a.global-link:nth-child(4),
body.page-search-general .main-container .col-md-8 .region-content .search-results li a.global-link:nth-child(6),
body.page-explorer .main-container .col-md-8 .region-content .search-results li a.global-link:nth-child(6),
body.page-search-general .main-container .col-md-8 .region-content .search-results li a.global-link:nth-child(8),
body.page-explorer .main-container .col-md-8 .region-content .search-results li a.global-link:nth-child(8),
body.page-search-general .main-container .col-md-8 .region-content .search-results li a.global-link:nth-child(10),
body.page-explorer .main-container .col-md-8 .region-content .search-results li a.global-link:nth-child(10),
body.page-search-general .main-container .col-md-8 .region-content .search-results li a.global-link:nth-child(12),
body.page-explorer .main-container .col-md-8 .region-content .search-results li a.global-link:nth-child(12),
body.page-search-general .main-container .col-md-8 .region-content .search-results li a.global-link:nth-child(14),
body.page-explorer .main-container .col-md-8 .region-content .search-results li a.global-link:nth-child(14),
body.page-search-general .main-container .col-md-8 .region-content .search-results li a.global-link:nth-child(16),
body.page-explorer .main-container .col-md-8 .region-content .search-results li a.global-link:nth-child(16),
body.page-search-general .main-container .col-md-8 .region-content .search-results li a.global-link:nth-child(18),
body.page-explorer .main-container .col-md-8 .region-content .search-results li a.global-link:nth-child(18) {
  clear: right;
}
body.page-search-general .main-container .col-md-8 .region-content .search-results li a.global-link:hover .a-link,
body.page-explorer .main-container .col-md-8 .region-content .search-results li a.global-link:hover .a-link {
  color: #000;
  text-decoration: underline;
}
body.page-search-general .main-container aside.col-md-4 .art_content a .thumbnail,
body.page-explorer .main-container aside.col-md-4 .art_content a .thumbnail {
  background-color: #fff;
  border: 1px solid #d7d4ce;
  border-radius: 0;
  display: block;
  height: auto;
  border: 0;
  padding: 0 0;
  margin-bottom: 0;
  max-width: 100%;
  /*transition: all 0.2s ease-in-out 0s;*/
}
body.page-search-general .main-container aside.col-md-4 .art_content a .summary,
body.page-explorer .main-container aside.col-md-4 .art_content a .summary {
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  word-wrap: break-word;
  color: #fff;
  padding: 5px;
  text-align: center;
  font-size: 93%;
}
body.page-search-general .main-container aside.col-md-4 .art_content a .summary h3,
body.page-explorer .main-container aside.col-md-4 .art_content a .summary h3 {
  font-size: 108%;
}
body.page-search-general .main-container aside.col-md-4 .art_content a.icon-arrow-right2:after,
body.page-explorer .main-container aside.col-md-4 .art_content a.icon-arrow-right2:after {
  content: "";
  padding-left: 0;
}
body.page-search-general .main-container aside.col-md-4 .sidebox-facets,
body.page-explorer .main-container aside.col-md-4 .sidebox-facets {
  margin: 1em 0 0 0;
  /*padding: .5em .5em;*/
}
body.page-search-general .main-container aside.col-md-4 .sidebox-facets strong,
body.page-explorer .main-container aside.col-md-4 .sidebox-facets strong {
  color: #000;
  font-size: 100%;
  margin: 1em 0;
  padding: .5em .5em;
  font-weight: normal;
  font-family: "confluencebold", arial, sans-serif;
}
body.page-search-general .main-container aside.col-md-4 .sidebox-facets .facet-block,
body.page-explorer .main-container aside.col-md-4 .sidebox-facets .facet-block {
  margin-top: 1em;
}
body.page-search-general .main-container aside.col-md-4 .sidebox-facets .facet-block p.titre,
body.page-explorer .main-container aside.col-md-4 .sidebox-facets .facet-block p.titre {
  margin-top: 0;
  color: #000;
  font-weight: bold;
  margin-bottom: 0;
  padding: .1em .5em;
  background: #D7D4CE;
}
body.page-search-general .main-container aside.col-md-4 .sidebox-facets .facet-block .content,
body.page-explorer .main-container aside.col-md-4 .sidebox-facets .facet-block .content {
  padding: 0 0 0 0;
}
body.page-search-general .main-container aside.col-md-4 .sidebox-facets .facet-block .content ul,
body.page-explorer .main-container aside.col-md-4 .sidebox-facets .facet-block .content ul {
  margin: 0 0;
  padding: 0 0;
}
body.page-search-general .main-container aside.col-md-4 .sidebox-facets .facet-block .content ul li,
body.page-explorer .main-container aside.col-md-4 .sidebox-facets .facet-block .content ul li {
  border-top: 1px #ddd solid;
  padding: .3em .5em;
  font-size: 85%;
  margin-bottom: 1px;
}
body.page-search-general .main-container aside.col-md-4 .sidebox-facets .facet-block .content ul li input[type="radio"],
body.page-explorer .main-container aside.col-md-4 .sidebox-facets .facet-block .content ul li input[type="radio"],
body.page-search-general .main-container aside.col-md-4 .sidebox-facets .facet-block .content ul li input[type="checkbox"],
body.page-explorer .main-container aside.col-md-4 .sidebox-facets .facet-block .content ul li input[type="checkbox"] {
  margin-right: 5px;
}
body.page-search-general .main-container aside.col-md-4 .sidebox-facets .facet-block .content ul li a,
body.page-explorer .main-container aside.col-md-4 .sidebox-facets .facet-block .content ul li a {
  color: #000;
}
body.page-search-general .main-container aside.col-md-4 .sidebox-facets .facet-block .content ul li .expanded,
body.page-explorer .main-container aside.col-md-4 .sidebox-facets .facet-block .content ul li .expanded {
  padding: .5em .5em;
}
body.page-search-general .main-container aside.col-md-4 .sidebox-facets .facet-block .content ul li .expanded li,
body.page-explorer .main-container aside.col-md-4 .sidebox-facets .facet-block .content ul li .expanded li {
  border-top: 0;
  border-bottom: 0;
}
body.page-search-general .main-container aside.col-md-4 .sidebox-facets .facet-block .content ul li .expanded li a,
body.page-explorer .main-container aside.col-md-4 .sidebox-facets .facet-block .content ul li .expanded li a {
  color: #000;
  padding: 0 0 0 4px;
}
body.page-explorer .advanced-search .content ul li {
  width: 45%;
  border-top: 1px #ddd solid;
}
body.page-search-general .advanced-search .content ul li {
  width: 50%;
  border-top: 0;
}
body.node-type-ressources aside.col-md-4 .field-name-field-filtres-decouvertes .field-label {
  float: none;
  font-size: 100%;
  color: #6b6766;
}
body.node-type-ressources aside.col-md-4 .field-name-field-filtres-decouvertes .field-label,
body.node-type-ressources aside.col-md-4 .field-name-field-filtres-decouvertes .field-items {
  float: left;
}
#print-mail-form,
.webform-client-form {
  float: left;
  padding: 1em 1em;
  background: #fff;
}
#print-mail-form fieldset.form-wrapper,
.webform-client-form fieldset.form-wrapper,
#print-mail-form .form-item,
.webform-client-form .form-item {
  float: left;
  width: 100%;
  padding: .5em .5em;
  margin-bottom: .5em;
}
#print-mail-form fieldset.form-wrapper label,
.webform-client-form fieldset.form-wrapper label,
#print-mail-form .form-item label,
.webform-client-form .form-item label {
  font-size: 100%;
  text-align: right;
  padding: 5px 1em 0 0;
  width: 20%;
  float: left;
}
#print-mail-form fieldset.form-wrapper input,
.webform-client-form fieldset.form-wrapper input,
#print-mail-form .form-item input,
.webform-client-form .form-item input,
#print-mail-form fieldset.form-wrapper select,
.webform-client-form fieldset.form-wrapper select,
#print-mail-form .form-item select,
.webform-client-form .form-item select,
#print-mail-form fieldset.form-wrapper textarea,
.webform-client-form fieldset.form-wrapper textarea,
#print-mail-form .form-item textarea,
.webform-client-form .form-item textarea {
  width: 78%;
  float: left;
}
#print-mail-form fieldset.form-wrapper input,
.webform-client-form fieldset.form-wrapper input,
#print-mail-form .form-item input,
.webform-client-form .form-item input {
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #555;
  display: block;
  font-size: 14px;
  height: 34px;
  line-height: 1.42857;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  vertical-align: middle;
}
#print-mail-form fieldset.form-wrapper .grippie,
.webform-client-form fieldset.form-wrapper .grippie,
#print-mail-form .form-item .grippie,
.webform-client-form .form-item .grippie {
  display: none;
}
#print-mail-form fieldset.form-wrapper input[type="radio"],
.webform-client-form fieldset.form-wrapper input[type="radio"],
#print-mail-form .form-item input[type="radio"],
.webform-client-form .form-item input[type="radio"],
#print-mail-form fieldset.form-wrapper input[type="checkbox"],
.webform-client-form fieldset.form-wrapper input[type="checkbox"],
#print-mail-form .form-item input[type="checkbox"],
.webform-client-form .form-item input[type="checkbox"] {
  width: auto!important;
}
#print-mail-form #edit-mobile-group label,
.webform-client-form #edit-mobile-group label {
  float: left;
  font-size: 100%;
  padding: 12px 1em 0 0;
  text-align: right;
  width: 20%;
}
#print-mail-form #edit-mobile-group .form-group,
.webform-client-form #edit-mobile-group .form-group {
  float: left;
  width: auto;
}
#print-mail-form #edit-mobile-group .form-group label,
.webform-client-form #edit-mobile-group .form-group label,
#print-mail-form #edit-mobile-group .form-group input,
.webform-client-form #edit-mobile-group .form-group input,
#print-mail-form #edit-mobile-group .form-group select,
.webform-client-form #edit-mobile-group .form-group select {
  float: left;
  width: auto;
}
#print-mail-form #edit-mobile-group .form-group label,
.webform-client-form #edit-mobile-group .form-group label {
  padding: 5px .5em 0 0;
  font-weight: normal;
}
#print-mail-form #edit-location .form-group.form-item-zipcode input,
.webform-client-form #edit-location .form-group.form-item-zipcode input {
  width: 75px;
}
#print-mail-form #edit-location .form-group.form-item-city input,
.webform-client-form #edit-location .form-group.form-item-city input {
  width: 250px;
}
#print-mail-form #edit-location .form-group.form-item-country-code select,
.webform-client-form #edit-location .form-group.form-item-country-code select {
  width: 250px;
}
#print-mail-form fieldset.form-wrapper,
.webform-client-form fieldset.form-wrapper {
  padding: 0 0;
}
#print-mail-form fieldset.form-wrapper .panel-heading .panel-title,
.webform-client-form fieldset.form-wrapper .panel-heading .panel-title {
  font-weight: normal;
  font-family: "confluenceregular";
}
#print-mail-form fieldset.form-wrapper .panel-body .form-item label,
.webform-client-form fieldset.form-wrapper .panel-body .form-item label {
  width: 50%;
  padding: 5px 1.5em 0 0;
}
#print-mail-form fieldset.form-wrapper .panel-body .form-item .form-radios,
.webform-client-form fieldset.form-wrapper .panel-body .form-item .form-radios {
  float: left;
  width: 45%;
  left: 10px;
  margin: 0 0 0 1em;
}
#print-mail-form fieldset.form-wrapper .panel-body .form-item .form-radios .form-item,
.webform-client-form fieldset.form-wrapper .panel-body .form-item .form-radios .form-item {
  float: left;
  margin: 0 10px 0 0;
  padding: 0 0;
  width: auto!important;
}
#print-mail-form fieldset.form-wrapper .panel-body .form-item .form-radios .form-item label,
.webform-client-form fieldset.form-wrapper .panel-body .form-item .form-radios .form-item label,
#print-mail-form fieldset.form-wrapper .panel-body .form-item .form-radios .form-item input,
.webform-client-form fieldset.form-wrapper .panel-body .form-item .form-radios .form-item input {
  float: left;
}
#print-mail-form fieldset.form-wrapper .panel-body .form-item .form-radios .form-item label,
.webform-client-form fieldset.form-wrapper .panel-body .form-item .form-radios .form-item label {
  width: auto;
  /*padding: 0 0 0 5px;*/
}
#print-mail-form fieldset.form-wrapper .panel-body .form-item .form-radios .form-item input[type="radio"],
.webform-client-form fieldset.form-wrapper .panel-body .form-item .form-radios .form-item input[type="radio"],
#print-mail-form fieldset.form-wrapper .panel-body .form-item .form-radios .form-item input[type="checkbox"],
.webform-client-form fieldset.form-wrapper .panel-body .form-item .form-radios .form-item input[type="checkbox"] {
  margin-top: -1px;
}
#print-mail-form .form-submit,
.webform-client-form .form-submit {
  float: right;
  font-family: 'confluenceregular', arial, sans-serif;
  -o-box-shadow: 15px 15px 15px 15px;
  background-clip: padding-box;
  -webkit-border-radius: 15px 15px 15px 15px;
  -moz-border-radius: 15px 15px 15px 15px;
  border-radius: 15px 15px 15px 15px;
  color: #fff;
  font-weight: normal;
  width: auto;
  padding: 5px 15px;
  margin: 0 10px;
  background-clip: border-box;
  background-image: none;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
  border-color: #848484;
  background-color: #949494;
}
#print-mail-form .form-submit:hover,
.webform-client-form .form-submit:hover {
  border-color: #909090;
  background-color: #a1a1a1;
}
.une {
  position: relative;
}
.une .img {
  position: relative;
}
.une .img .surtitre {
  width: 50%;
  position: absolute;
  top: 0;
  right: 15px;
  text-align: right;
  background-color: #000;
  color: #fff;
  padding: 5px 10px;
  font-family: 'confluencebold', arial, sans-serif;
  font-size: 161.6%;
}
.une .img .legende {
  left: 15px;
  right: 15px;
}
.une .txt article {
  border-top: 1px solid #808285;
  border-bottom: 1px solid #808285;
}
.une h1 {
  font-size: 138.5% ;
  color: #6b6766;
  margin: 0;
  padding: 0 0 .5em 0;
}
.une h1 a {
  color: #6b6766;
}
.une h1 a:hover {
  color: #67696b;
}
.une p {
  color: #6b6766;
  font-size: 93%;
}
.une hr.separator {
  margin: 15px 15px 20px 15px;
  border-color: #bdb8b4;
}
/*
alertes
*/
.alert-success {
  color: #fff;
  font-size: 100%;
  background: #949494;
}
/*
formulaire
*/
#-conf-contents-search-form {
  padding: 4px 10px;
  background-color: #fff;
}
#-conf-contents-search-form .form-item-search {
  margin-bottom: 5px;
}
#-conf-contents-search-form .container-inline-date {
  width: 115px;
}
#-conf-contents-search-form .container-inline-date .form-item {
  margin-bottom: 0;
  margin-right: 0;
}
#-conf-contents-search-form .container-inline-date .form-item label {
  float: left;
  top: 11px;
  width: 20px;
  color: #000000;
}
#-conf-contents-search-form .container-inline-date .form-item .date-padding {
  float: left;
  padding: 5px 0;
}
#-conf-contents-search-form .container-inline-date .form-item .date-padding .form-item input {
  font-size: 85%;
  width: 70px;
}
#-conf-contents-search-form .container-inline-date .form-item .date-padding .form-item label {
  margin: -3px 0 0 0 !important;
  width: 15px;
  float: right;
  right: -14px;
}
#ListeNews .col-md-6 {
  margin-bottom: 20px;
}
#ListeNews .col-md-6 .img {
  position: relative;
}
#ListeNews .col-md-6 .img .titre {
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 0px;
  background-color: #000;
  color: #fff;
  padding: 5px 0;
  text-align: center;
}
#ListeNews .col-md-6 .titre {
  color: #000;
  font-size: 100%;
  font-weight: bold;
}
#ListeNews .col-md-6.odd {
  padding-left: 0;
}
#ListeNews .col-md-6.even {
  padding-right: 0;
}
#ListeNews .col-md-6 .txt {
  height: 90px;
  padding-bottom: 2em;
  position: relative;
}
#ListeNews .col-md-6 .txt a:hover {
  text-decoration: none;
}
#ListeNews .col-md-6 p {
  color: #6b6766;
  font-size: 93%;
  margin: 0;
}
#ListeNews .col-md-6 .more-link {
  position: absolute;
  bottom: 0;
  right: 0;
}
.node-actualite .content p,
.node-blog .content p,
.node-evenement .content p,
.node-ressources .content p,
.node-liste-evenements .content p,
.node-type-regards .content p,
.page-regards .content p {
  font-size: 93%;
}
.node-actualite .published-on,
.node-blog .published-on,
.node-evenement .published-on,
.node-ressources .published-on,
.node-liste-evenements .published-on,
.node-type-regards .published-on,
.page-regards .published-on {
  font-size: 93%;
  margin: 2em 0;
}
.node-actualite #media-gallery-wrapper,
.node-blog #media-gallery-wrapper,
.node-evenement #media-gallery-wrapper,
.node-ressources #media-gallery-wrapper,
.node-liste-evenements #media-gallery-wrapper,
.node-type-regards #media-gallery-wrapper,
.page-regards #media-gallery-wrapper {
  margin-top: 20px;
}
.node-actualite #social,
.node-blog #social,
.node-evenement #social,
.node-ressources #social,
.node-liste-evenements #social,
.node-type-regards #social,
.page-regards #social {
  margin-top: 20px;
  padding: 5px 0 0px 0;
  border-top: 1px #b9b9b9 solid;
  border-bottom: 1px #b9b9b9 solid;
}
.node-actualite #social ul,
.node-blog #social ul,
.node-evenement #social ul,
.node-ressources #social ul,
.node-liste-evenements #social ul,
.node-type-regards #social ul,
.page-regards #social ul {
  float: left;
  text-align: left;
  margin-bottom: 5px;
}
.node-actualite #social .more-link,
.node-blog #social .more-link,
.node-evenement #social .more-link,
.node-ressources #social .more-link,
.node-liste-evenements #social .more-link,
.node-type-regards #social .more-link,
.page-regards #social .more-link {
  margin-top: 5px;
  font-weight: bold !important;
  font-size: 93%;
}
.node-actualite #social .more-link a,
.node-blog #social .more-link a,
.node-evenement #social .more-link a,
.node-ressources #social .more-link a,
.node-liste-evenements #social .more-link a,
.node-type-regards #social .more-link a,
.page-regards #social .more-link a {
  color: #000 !important;
}
.node-actualite #social .more-link .icon,
.node-blog #social .more-link .icon,
.node-evenement #social .more-link .icon,
.node-ressources #social .more-link .icon,
.node-liste-evenements #social .more-link .icon,
.node-type-regards #social .more-link .icon,
.page-regards #social .more-link .icon {
  color: #000 !important;
}
.node-actualite .field-name-field-sous-titre,
.node-blog .field-name-field-sous-titre,
.node-evenement .field-name-field-sous-titre,
.node-ressources .field-name-field-sous-titre,
.node-liste-evenements .field-name-field-sous-titre,
.node-type-regards .field-name-field-sous-titre,
.page-regards .field-name-field-sous-titre {
  font-size: 100%;
  font-weight: bold;
}
.node-actualite .details,
.node-blog .details,
.node-evenement .details,
.node-ressources .details,
.node-liste-evenements .details,
.node-type-regards .details,
.page-regards .details {
  margin: 20px 0;
}
.node-actualite .list-inline.keywords,
.node-blog .list-inline.keywords,
.node-evenement .list-inline.keywords,
.node-ressources .list-inline.keywords,
.node-liste-evenements .list-inline.keywords,
.node-type-regards .list-inline.keywords,
.page-regards .list-inline.keywords {
  margin-bottom: 20px;
}
.node-actualite .list-inline.keywords li,
.node-blog .list-inline.keywords li,
.node-evenement .list-inline.keywords li,
.node-ressources .list-inline.keywords li,
.node-liste-evenements .list-inline.keywords li,
.node-type-regards .list-inline.keywords li,
.page-regards .list-inline.keywords li {
  padding: 0px;
}
.node-type-ressources .sidebox .title {
  font-size: 146.5%;
  font-family: 'confluencebold', arial, sans-serif;
  color: #000;
}
.node-type-ressources .list-inline.keywords {
  margin-bottom: 20px;
}
.node-type-ressources .list-inline.keywords li {
  padding: 0px;
}
.node-type-ressources .secondary-imgs {
  margin: 0;
}
.node-type-ressources .secondary-imgs li {
  width: 47%;
  margin: 2% 0;
  padding: 0;
}
.node-type-ressources .secondary-imgs li.odd {
  margin-right: 2%;
}
.node-type-ressources .secondary-imgs li.even {
  margin-left: 2%;
}
.conf-blog-list {
  margin-bottom: 20px;
}
.conf-blog-list .img {
  position: relative;
}
.conf-blog-list .img .date {
  height: 50px;
  width: 50px;
  position: absolute;
  top: 0;
  left: 20px;
  padding: 5px;
  background-color: #000;
  color: #fff;
  font-size: 116%;
  text-align: center;
}
.conf-blog-list .img .date .jour {
  font-weight: bold !important;
}
.conf-blog-list .titre {
  color: #000;
  font-size: 131%;
  font-weight: bold;
}
.page-decouvrir-blog-du-musee .newsTags {
  border-top: none;
  padding-top: 0;
  margin-bottom: 72px;
}
.page-decouvrir-blog-du-musee .newsTags form {
  margin-top: 20px;
}
.image-list {
  margin-bottom: 20px;
}
.image-list li {
  margin-bottom: 10px;
}
.image-list .image,
.image-list .video {
  position: relative;
  float: left;
}
.image-list .image a,
.image-list .video a {
  display: block;
}
.image-list .image .title,
.image-list .video .title {
  position: absolute;
  text-align: center;
  bottom: -1px;
  left: 15px;
  right: 15px;
  padding: 5px 20px;
  /*background-color: #000;*/
  color: #fff;
  font-size: 93%;
  background: url(../images/transparent-black.png) repeat;
}
.image-list .image .swipebox .title,
.image-list .video .swipebox .title {
  /*display:none;*/
  background: url(../images/transparent-black.png) repeat;
}
.node-blog .date {
  height: 50px;
  width: 50px;
  position: relative;
  top: 0;
  left: 0px;
  float: left;
  padding: 5px;
  background-color: #000;
  color: #fff;
  font-size: 116%;
  text-align: center;
}
.node-blog .date .jour {
  font-weight: bold !important;
}
.node-blog .field-name-body {
  margin-left: 70px;
}
.node-blog h2 {
  color: #000;
  font-size: 116%;
  margin: 0 0 0.5em 0;
}
.highlighted {
  margin-bottom: 25px;
}
.highlighted .more-link {
  border-top: 1px #b9b9b9 solid;
  border-bottom: 1px #b9b9b9 solid;
  line-height: 2em;
}
.event_une .img a {
  color: #fff;
  display: block;
}
.event_une .img .surtitre {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1000;
  width: 100%;
  color: #fff;
  background-color: #000;
  padding: 0.5em;
  font-family: 'confluencebold', arial, sans-serif;
}
.event_une .img .soustitre {
  font-size: 108%;
  margin: 0;
}
.event_une .img .texte {
  font-size: 93%;
}
#ListeCal .event {
  margin-bottom: 10px;
  /*
			padding-left:0;
			padding-right:0;
			*/
}
#ListeCal .event.noimage .img {
  background-color: #ebebeb;
}
#ListeCal .event .img {
  height: 100px;
  background-color: #ebebeb;
  position: relative;
}
#ListeCal .event .img .date {
  height: auto;
  width: 85%;
  position: absolute;
  bottom: 0;
  left: 20px;
  float: left;
  padding: 2px 5px;
  background-color: #000;
  color: #fff;
  font-size: 100%;
  text-align: center;
}
#ListeCal .event .img .date .jour {
  font-weight: bold !important;
}
#ListeCal .event .titre {
  color: #000;
  font-size: 108%;
  font-weight: bold;
}
#ListeCal .event .txt {
  height: 90px;
  padding-bottom: 2em;
  position: relative;
}
#ListeCal .event .txt a:hover {
  text-decoration: none;
}
#ListeCal .event p {
  color: #6b6766;
  font-size: 93%;
  margin: 0;
}
#ListeCal .event .more-link {
  position: absolute;
  bottom: 0;
  right: 0;
}
.node-evenement .field-name-field-type-activite {
  font-weight: bold;
  color: #6b6766;
  font-size: 108%;
}
.node-evenement .date-display-single,
.node-evenement .field-name-field-dates-recurentes {
  color: #000;
  font-size: 108%;
  margin: .5em 0;
}
.node-evenement .field-name-field-lieu {
  font-weight: bold;
  color: #000;
  font-size: 93%;
}
.node-evenement p {
  margin-top: 1em;
}
.node-evenement p:first-of-type {
  padding: 1.2em 0 0 0;
}
#calendar-conteneur .datepicker-switch {
  font-weight: bold;
  color: #000;
}
#calendar-conteneur .datepicker-inline {
  width: 100%;
}
#calendar-conteneur .datepicker-inline .selectors {
  font-size: 77%;
}
#calendar-conteneur .datepicker-inline .selectors li {
  /*padding: 2px;*/
  cursor: pointer;
  padding: 0 0;
  margin: 0 0;
}
#calendar-conteneur .datepicker-inline .selectors li button {
  border: 0;
  margin: 0 0;
  font-size: 108%;
  padding: 1px 5px;
  background: #fff;
}
#calendar-conteneur .datepicker-inline .selectors li button:hover {
  background-color: #ebebeb;
}
#calendar-conteneur .datepicker-inline .selectors li:hover {
  background-color: #ebebeb;
  -o-box-shadow: 5px 5px 5px 5px;
  background-clip: padding-box;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}
#calendar-conteneur .datepicker-inline .selectors li.current button {
  color: #fff;
  background-color: #000;
}
#calendar-conteneur .datepicker-inline .selectors li:first-of-type {
  /*
						color:#fff;
						background-color: #000000;
						*/
}
#calendar-conteneur .datepicker-inline table.table-condensed {
  width: 100%;
  font-size: 93%;
}
#calendar-conteneur .datepicker-inline table.table-condensed thead tr {
  border-bottom: 1px solid #b9b9b9;
}
#calendar-conteneur .datepicker-inline table.table-condensed tbody {
  margin: 0 10px;
}
#calendar-conteneur .datepicker-inline table.table-condensed tbody tr td {
  -o-box-shadow: 0 0 0 0;
  background-clip: padding-box;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
#calendar-conteneur .datepicker-inline table.table-condensed ul.selectors {
  list-style-type: none;
  list-style: inline;
  margin: 0;
}
.node-type-dossiers-de-presses .photo_list .content h4 a.download {
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url("../images/btn-download.png") no-repeat scroll left top transparent;
  float: right;
  margin: 5px;
}
.press_list {
  margin-top: 1em;
}
.press_list .press-block {
  padding: .5em 0;
  border-top: 1px #ddd solid;
  vertical-align: top;
  /*background:#DCD9D2;*/
  margin-bottom: 1em;
  border-bottom: 1px #ddd solid;
}
.press_list .press-block .content {
  padding: 0 0;
  margin-left: 0!important;
  border-right: 1px #B9B9B9 solid;
}
.press_list .press-block .content .press_main-title {
  margin: 0 0;
  padding: 0 0 .5em 0;
  color: #000;
  font-size: 112%;
}
.press_list .press-block .content .press_main-title a {
  color: #000;
}
.press_list .press-block .content .press_main-title img {
  margin-top: 1em;
}
.press_list .press-block .files_list {
  padding-right: 0;
}
.press_list .press-block .files_list ul li:last-of-type {
  text-align: left;
}
.press_list .press-block .files_list ul li:last-of-type a {
  text-align: right;
  /*
								background: url("../images/btn-voir.png") no-repeat scroll top right;
								background-color:#D7D4CE;
								background-repeat: no-repeat;
								background-position: right 2px;
								*/
}
.press_list .category {
  padding: .2em .5em;
  background: #eee;
}
.press_list .category h2 {
  color: #000;
  font-size: 160%;
  margin: 0 0;
  font-family: 'confluenceregular';
}
.node-type-dossiers-de-presses .photo_list h3 {
  font-size: 130%;
  font-weight: normal!important;
  font-family: 'confluenceregular';
  border-bottom: 1px #B9B9B9 solid;
}
.node-type-dossiers-de-presses .photo_list .photo .content {
  padding: 0 0;
}
.node-type-dossiers-de-presses .photo_list .photo .content h4 {
  color: #000;
  font-size: 100%;
}
.node-type-dossiers-de-presses .photo_list .photo.odd {
  background: #DCD9D2;
}
.node-dossiers-de-presses {
  margin-top: 0;
}
.node-dossiers-de-presses .content {
  border: 1px #ccc solid;
  background: #fff;
}
.node-dossiers-de-presses .content h2 {
  color: #000;
  font-size: 150%;
  margin: 0 0;
  line-height: 150%;
  padding: .5em .5em;
  border-bottom: 1px #ddd solid;
  font-weight: normal!important;
  font-family: 'confluenceregular';
  background: #fff;
  background: #EEEEEE;
}
.node-dossiers-de-presses .content .field {
  padding: .5em .5em;
}
.node-dossiers-de-presses .content .field.field-name-field-categorie {
  border-bottom: 1px #ddd solid;
}
.node-dossiers-de-presses .content .field.field-name-field-categorie .field-label {
  float: left;
  width: 15%;
  color: #000;
}
.node-dossiers-de-presses .content .field.field-name-field-categorie .field-items {
  float: left;
}
.node-dossiers-de-presses .content .field.field-name-field-thumbnail img {
  width: 100%;
  height: auto;
}
body.node-type-dossiers-de-presses .file_list {
  margin: 0 0!important;
  padding: .5em;
  background: #EEEEEE;
}
body.node-type-dossiers-de-presses .file_list li {
  display: inline;
  margin-right: .5em;
  padding-right: .5em;
  border-right: 1px #666 solid;
}
aside .sidebox {
  margin-bottom: 20px;
}
aside .sidebox#events-search-form {
  padding: 0px;
}
aside .sidebox#events-search-form #calendar-conteneur {
  border-bottom: 1px solid #b9b9b9;
}
aside .sidebox#events-search-form #calendar-conteneur .datepicker {
  padding: 0px;
}
aside .sidebox#events-search-form #calendar-conteneur .datepicker .disabled {
  color: #a2a4a6;
  font-weight: bold;
  background-color: #efefef;
}
aside .sidebox#events-search-form #calendar-conteneur .datepicker .disabled.today {
  color: #ffffff;
}
aside .sidebox#events-search-form #dates-conteneur {
  padding: 0 10px 0 10px;
  margin-bottom: 0;
}
aside .sidebox#events-search-form #dates-conteneur .btn-round {
  float: right;
}
#fiche-detail {
  font-size: 93%;
}
#fiche-detail h3 {
  font-size: 108%;
  font-weight: bold;
}
.box-pager {
  margin: 20px 0 10px 0;
  border-top: 1px solid #bab9b5;
  padding-top: 5px;
  border-bottom: 3px solid #868489;
}
.pagination {
  margin: 0;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  float: left;
  padding: 3px 4px;
  text-decoration: none;
  background-color: transparent;
  border: 0 ;
  color: #000;
  font-weight: bold;
  border-left-width: 0;
}
.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > .active > a,
.pagination > .active > span {
  background-color: #848589;
  color: #fff;
}
.pagination > .active > a,
.pagination > .active > span {
  background-color: #848589;
  cursor: default;
  color: #fff;
}
.pagination > .active > a:hover {
  background-color: lighter(#848589, 50%) !important;
  color: #fff;
}
.pagination > .disabled > span,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #070707;
  background-color: transparent !important;
  cursor: default;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-left-width: 1px;
  -o-box-shadow: 0;
  background-clip: padding-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  -o-box-shadow: 0;
  background-clip: padding-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.pagination > li.icn-next a {
  width: 19px !important;
  height: 25px !important;
  text-indent: -1500em;
  background: url(../images/icn_next.png) no-repeat center left;
}
.pagination > li.icn-prev a {
  width: 19px !important;
  height: 25px !important;
  text-indent: -1500em;
  background: url(../images/icn_prev.png) no-repeat center left;
}
aside .box-title {
  padding: 5px;
}
aside .box-title p {
  margin: 0;
  font-size: 100%;
}
aside .box-title p.titre {
  font-weight: bold;
  color: #000;
}
aside .box-title p.display-all {
  font-size: 85%;
}
aside p {
  font-size: 93%;
}
.list-link ul {
  border-bottom: 1px solid #b9b9b9;
}
.list-link ul li {
  border-top: 1px solid #b9b9b9;
  width: 100%;
  display: block;
  text-align: right;
}
.list-link ul li a {
  cursor: pointer;
  display: inline-block;
  line-height: 2em;
  font-size: 93%;
  vertical-align: top;
  color: #000;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  z-index: 1000;
}
.list-link ul li a:hover {
  color: #484848 !important;
}
.list-link ul li .icon {
  color: #000 !important;
  margin-left: 5px;
  font-weight: bolder;
  display: inline-block;
}
.front aside #block-search-form {
  margin-bottom: 16px;
  border-bottom: none;
}
.front aside #social {
  /*padding: 41px 0 36px 0*/
}
.front aside img {
  margin: 0 1em 0 0;
}
aside img {
  max-width: 100%;
  height: auto;
}
aside .sidebox {
  padding: 10px;
}
aside .sidebox.sidebox-white {
  padding: 10px;
  background-color: #e8e3dd!important;
  background-color: #fff;
}
aside .sidebox.sidebox-white .title {
  color: #000;
  font-size: 130%;
  font-family: 'confluenceregular';
}
aside .sidebox.sidebox-white .lost_password {
  float: right;
  display: block;
  text-align: center;
  font-size: 93%;
  margin: 5px 0 0 0;
  padding: 0 10px 0 0;
  background: url('../images/chevrons-gris.png') no-repeat right 5px;
}
aside .sidebox.sidebox-white .form-submit {
  float: left;
}
aside .sidebox.sidebox-white .field-name-field-titre-secondaire {
  font-family: 'confluencebold', arial, sans-serif;
  font-size: 123.1%;
  color: #000;
  margin-bottom: 10px;
}
aside .sidebox.sidebox-white h3 {
  font-family: 'confluencebold', arial, sans-serif;
  font-size: 123.1%;
  color: #000;
  margin-top: 0;
}
aside .sidebox#info-pratiques {
  padding: .5em .5em;
}
aside .sidebox#info-pratiques strong {
  color: #333;
  display: block;
}
aside .sidebox#info-pratiques strong:first-of-type {
  color: #000;
  font-size: 108%;
}
aside .sidebox#info-pratiques .field {
  margin-bottom: 5px;
}
aside .sidebox#info-pratiques .old_dates_list {
  padding: .2em 0 .5em 0;
}
aside .sidebox#info-pratiques .old_dates_list .date {
  border-bottom: 1px #eee solid;
}
aside .sidebox#info-pratiques .dates_list {
  padding: 0 0 .5em 0;
}
aside .sidebox#info-pratiques .dates_list .date-display-single {
  color: #fff;
  width: 100%;
  display: block;
  padding: .4em .5em;
  margin: 0 0 0 0;
  background: #000;
  text-align: center;
}
aside .sidebox#info-pratiques .dates_list .date-display-single span {
  color: #fff;
}
aside .sidebox#info-pratiques button {
  border: 0;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 20px 0 5px;
  border: 1px #ccc solid;
  background: url("../images/up-small.png");
  background-color: #fff;
  font-size: 92%;
  font-weight: bold;
  background-repeat: no-repeat;
  background-position: top right;
  height: 20px !important;
}
aside .field {
  margin-bottom: 20px;
}
aside .field-name-field-texte-secondaire {
  margin-bottom: 0;
}
aside a {
  color: #000000;
}
aside a:hover {
  color: #000000;
}
.region-content .surtitre {
  font-size: 123.1%;
  margin: 0 0 .5em 0;
  color: #000;
  font-weight: bold;
}
.region-content .soustitre {
  font-size: 123.1%;
  margin: 0 0 .5em 0;
  font-weight: bold;
}
.region-content .published-on {
  text-align: right;
  font-style: italic;
}
.region-content a {
  color: #000;
}
.region-content p {
  font-size: 93%;
}
.region-content p a {
  /*font-style: italic;*/
}
.region-content ol li,
.region-content ul li {
  font-size: 93%;
}
#retour_en_images {
  margin: 10px 0;
  background-color: #d7d4ce;
  padding: .5em 1em;
  border: 1px #ccc solid;
}
#retour_en_images .panel-heading {
  /*padding: 5px 10px;*/
  padding: 5px 0;
}
#retour_en_images .panel-heading .title {
  font-family: 'confluencebold', arial, sans-serif;
  font-size: 138.5%;
  text-align: right;
  margin: 0;
}
#retour_en_images .panel-heading .title a {
  color: #000;
}
#retour_en_images .panel-heading .title a .marker {
  width: 43px;
  height: 23px;
  margin-right: -10px;
  background: url('../images/up-n-down.png') no-repeat top right;
  display: inline-block;
  float: right;
}
#retour_en_images .panel-heading .title a.collapsed.marker {
  width: 43px;
  height: 23px;
  background: url('../images/up-n-down.png') no-repeat top left;
  display: inline-block;
  float: right;
}
#retour_en_images .panel-body p {
  margin-bottom: 20px;
}
.btn-long-wrapper {
  /*position: relative;*/
  margin-top: 20px;
  margin-bottom: 20px;
}
.btn-long-wrapper .btn-gallery-objects {
  background-color: #949494;
  font-family: 'confluenceregular', arial, sans-serif;
  -o-box-shadow: 15px 15px 15px 15px;
  background-clip: padding-box;
  -webkit-border-radius: 15px 15px 15px 15px;
  -moz-border-radius: 15px 15px 15px 15px;
  border-radius: 15px 15px 15px 15px;
  color: #fff;
  width: 100%;
  padding: 5px 15px;
  margin: 10px 0;
  text-align: right;
}
.btn-long-wrapper .btn-gallery-objects:hover {
  background-color: #a1a1a1;
}
.btn-long-wrapper .picto-chevrons-left {
  position: absolute;
  color: #fff;
  top: 15px;
  left: 10px;
  z-index: 1000;
}
.retour-en-images {
  height: auto;
  margin: 0 0;
  padding: 5px 0;
}
.retour-en-images .panel {
  border: 0;
}
.retour-en-images .panel .panel-heading {
  /*padding: 5px 10px;*/
  padding: 10px 10px;
  background: #D7D4CE;
}
.retour-en-images .panel .panel-heading .title {
  color: #000;
  font-size: 138.5%;
  text-align: left;
  margin: 0 0 .5em 0;
  font-family: "confluencebold", arial, sans-serif;
}
.retour-en-images .panel-body .image-list .video .title {
  background: url(../images/transparent-black.png) repeat;
}
.retour-en-images #object-img-gallery {
  padding: 10px 10px;
  background: #D7D4CE;
}
.retour-en-images #object-img-gallery .panel-body {
  padding: 0 0;
}
.retour-en-images #object-img-gallery .panel-body .image-list {
  margin-bottom: 0;
}
.panel,
.panel-heading {
  -o-box-shadow: 0 0 0 0 !important;
  background-clip: padding-box !important;
  -webkit-border-radius: 0 0 0 0 !important;
  -moz-border-radius: 0 0 0 0 !important;
  border-radius: 0 0 0 0 !important;
  -moz-box-shadow: none;
  -webkit-box-shadow: none 0 4px #484848;
  -moz-box-shadow: none 0 4px #484848;
  -o-box-shadow: none 0 4px #484848;
  box-shadow: none 0 4px #484848;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
}
.panel-body {
  padding: 0 !important;
}
.panel-body ul li.video img {
  max-width: 100%;
  height: auto !important;
}
.panel-body ul li.image img {
  max-width: 100%;
  height: auto !important;
}
.field-name-field-sur-titre {
  color: #000;
  font-weight: bold;
}
.views-buttons {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
}
.views-buttons li {
  width: 23%;
  text-align: center;
  border-left: 1px solid #b9b9b9;
}
.views-buttons li.first {
  border-left: none;
}
.views-buttons li img {
  width: 50px;
  height: 37px;
  background: url(../images/tools_notices.png) no-repeat;
}
.views-buttons li img:hover {
  background-position: 0 -50px;
}
.views-buttons li .troisD img {
  background-position: 0 0;
}
.views-buttons li .troisD img:hover {
  background-position: 0 -50px;
}
.views-buttons li .troisD.active img {
  background-position: 0 -50px;
}
.views-buttons li .zoom img {
  background-position: -82px 0;
}
.views-buttons li .zoom img:hover {
  background-position: -82px -50px;
}
.views-buttons li .zoom.active img {
  background-position: -82px -50px;
}
.views-buttons li .bt_play img {
  background-position: -163px 0;
}
.views-buttons li .bt_play img:hover {
  background-position: -163px -50px;
}
.views-buttons li .bt_play.active img {
  background-position: -163px -50px;
}
.views-buttons li .fullscreen img {
  background-position: -243px 0;
}
.views-buttons li .fullscreen img:hover {
  background-position: -243px -50px;
}
.views-buttons li .fullscreen.active img {
  background-position: -243px -50px;
}
.modal {
  margin-top: 1em;
  z-index: 10000;
}
.modal .modal-dialog {
  z-index: 10000;
}
.modal .modal-dialog .modal-content .modal-content-container .modal-header {
  padding: 0 1em;
  background: #000;
}
.modal .modal-dialog .modal-content .modal-content-container .modal-header .modal-title {
  font-size: 1.3em;
  line-height: 1em;
  color: #fff;
  margin-bottom: 0.25em;
  font-family: 'confluencebold', arial, sans-serif;
}
.modal .modal-dialog .modal-content .modal-content-container .modal-header .modal-title .field {
  padding: .8em 0 1em 5px;
}
.modal .modal-dialog .modal-content .modal-content-container .modal-header .close {
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  opacity: 1;
  border: 0;
  border-top: 0;
  margin-top: -28px;
  margin-right: 10px;
  font-size: 375%;
  font-weight: normal;
}
.front {
  /* Mise à jour rond */
  /*--------------------- bt open close*/
  /*--------------------- art_content*/
  /* fix */
  /*--------------------- saison*/
  /* Court */
  /* WIDE */
  /*--------------------- agenda*/
  /* 
	=  aside
*/
}
.front section.slider {
  margin-bottom: 44px;
}
.front .wall .wall-content {
  padding: 0 12px;
}
.front .wall .wall-content .col-md-6 .col-md-12.big img {
  width: 100%;
  height: auto;
}
.front .wall .wall-content .wall-element {
  background: #EEE;
}
.front .wall .wall-content .wall-element .thumbnail {
  height: auto;
  position: inherit;
  cursor: pointer;
  margin: 0 0!important;
  padding: 0 0!important;
  background: #fff!important;
}
.front .wall .wall-content .wall-element .thumbnail img {
  vertical-align: top;
  position: relative;
  width: 100%;
  height: auto;
}
.front .wall .wall-content .wall-element .content {
  cursor: pointer;
}
.front .wall .wall-content .wall-element .content .infos {
  bottom: 0;
  color: #fff;
  width: 100%;
  height: 30%;
  position: absolute;
  background: url(../images/transparent-black.png) repeat;
}
.front .wall .wall-content .wall-element .content .infos a {
  color: #fff;
}
.front .wall .wall-content .wall-element.small .infos {
  text-align: center;
  height: 100%;
}
.front .wall .wall-content .wall-element.small .infos a.infos-global-link {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
}
.front .wall .wall-content .wall-element.small .infos h3 {
  margin-top: 25%;
  font-size: 160%;
  line-height: 130%;
  padding: 0 2em;
}
.front .wall .wall-content .wall-element.small .infos p {
  padding: 0 2em;
  font-size: 108%;
}
.front .region-content-home {
  margin-top: 2em;
  float: left;
  width: 100%;
}
.front .region-content-home .block-block,
.front .region-content-home .contextual-links-region {
  float: left;
  width: 49%;
  margin-right: 1%;
  border-top: 1px #6B6766 solid;
  border-bottom: 1px #6B6766 solid;
}
.front .region-content-home .block-block:last-of-type,
.front .region-content-home .contextual-links-region:last-of-type {
  margin-left: 0;
  margin-right: 0;
}
.front .region-content-home .block-block h2,
.front .region-content-home .contextual-links-region h2 {
  color: #000;
  font-size: 93%;
  font-weight: bold;
  line-height: 1.2em;
  margin-top: 0;
  padding-top: 5px;
}
.front .region-content-home .block-block h2 img,
.front .region-content-home .contextual-links-region h2 img {
  margin: -15px 1em 0 0;
}
.front #block-search-form {
  padding: 0 0 2em 0;
  margin-left: 20px;
}
.front #block-search-form .input-group {
  width: 80%;
  margin: 0 10%;
  /*padding: 0 10%;*/
}
.front #block-search-form .input-group input {
  width: 95%;
  -o-box-shadow: 12px 12px 12px 12px;
  background-clip: padding-box;
  -webkit-border-radius: 12px 12px 12px 12px;
  -moz-border-radius: 12px 12px 12px 12px;
  border-radius: 12px 12px 12px 12px;
  border: none;
  padding: .2em 1em;
  background: #E5E5E5;
}
.front #block-search-form .input-group .btn {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 15px 15px 15px 15px;
  border: 3px #818286 solid;
  color: #818286;
  text-align: center;
  line-height: 1em !important;
  font-size: 1em;
  background-color: transparent;
}
.front #block-search-form .input-group .glyphicon {
  left: -3px;
  position: relative;
  top: 1px;
}
.front section.col-md-8.pull-left {
  padding: 0 10px;
}
.front #agenda,
.front #home-news,
.front #home-focus,
.front #home-ressources {
  min-height: 490px;
  overflow: hidden;
}
.front #agenda .art_content,
.front #home-focus .art_content {
  margin-left: 0;
}
.front #home-focus,
.front #home-ressources {
  padding: 30px 0 0 0;
}
.front #agenda .art_content h2 {
  margin-bottom: 1em;
  padding-bottom: 7px;
  border-bottom: 1px #B9B9B9 solid;
}
.front #agenda .art_content a.article-link {
  display: block;
  clear: both;
  min-height: 170px;
  text-decoration: none;
  margin-top: 1em;
}
.front #agenda .art_content a.article-link:hover {
  text-decoration: none;
}
.front #agenda .art_content a.article-link p.theme {
  color: #6b6766;
}
.front #agenda .art_content a.article-link .left,
.front #agenda .art_content a.article-link .right {
  float: left;
}
.front #agenda .art_content a.article-link .left {
  width: 40%;
}
.front #agenda .art_content a.article-link .left .habillage {
  position: relative;
  z-index: 1000;
  display: block;
  width: 100%;
  height: 16px;
}
.front #agenda .art_content a.article-link .left .habillage.habillage-top {
  margin-bottom: -16px;
  background: url(../images/agenda-top-before-sup.png) no-repeat;
  background-size: 100% 100%;
}
.front #agenda .art_content a.article-link .left .habillage.habillage-bottom {
  margin-top: -23px;
  background: url(../images/agenda-top-after-sup.png) no-repeat;
  background-size: 100% 100%;
}
.front #agenda .art_content a.article-link .left .thumbnail {
  width: 100%;
}
.front #agenda .art_content a.article-link .left .thumbnail img {
  width: 100%;
  height: auto!important;
}
.front #agenda .art_content a.article-link .right {
  width: 58%;
}
.front #agenda .art_content a.article-link .right .datebox {
  color: #fff;
  width: 85%;
  font-size: 93%;
  padding: .1em .5em;
  margin: 1em 0 .5em .5em;
  background: #000;
  text-align: center;
}
.front #agenda .art_content a.article-link .right .datebox span {
  color: #fff;
}
.front #agenda .art_content a.article-link .resume {
  height: auto;
  padding: 0 0;
}
.front .art_content {
  margin: 0 0;
}
.front #home-news,
.front #home-ressources {
  clear: right;
}
.front #home-news .art_content,
.front #home-ressources .art_content {
  margin-right: 0;
}
.front #home-focus .showHide {
  margin: 0 10px 0 0!important;
}
.front #home-ressources .showHide {
  margin: 0 0 0 10px!important;
}
.front #home-news a h2 {
  background: #fff;
  padding-bottom: .25em;
  margin-bottom: 0;
}
.front #home-news a .art_content {
  background: #EEEEEE;
}
.front #home-news a .art_content .thumbnail {
  width: 100%;
  background: #fff;
}
.front #home-news a .art_content .thumbnail img {
  height: auto;
  max-width: 100%;
}
.front #home-news a .art_content .resume {
  min-height: 68px;
  padding: .5em 0;
}
.front #home-news .showHide {
  margin: -13px 0 0 10px !important;
  background: #EEEEEE;
}
.front .thumbnail {
  overflow: hidden;
  width: 100%;
  height: 50px;
  background-color: #000;
  position: relative;
  margin-bottom: 0.5em;
  border: none;
  padding: 0 !important;
  -o-box-shadow: 0px !important;
  background-clip: padding-box !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
}
.front .thumbnail img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto auto;
  /*width:auto !important;*/
  height: 100% !important;
  background-color: #999;
}
.front #regard .thumbnail img {
  max-width: none;
}
.front #saison .thumbnail,
.front #regard .thumbnail {
  height: 300px;
  top: 0;
  left: 0;
  overflow: hidden;
  margin-bottom: 0!important;
}
.front #agenda .thumbnail,
.front #agenda_suite .thumbnail {
  min-height: 120px;
}
.front #saison.col-md-12 article.art_content section.slider div.flexslider div.flex-viewport {
  height: 450px;
  background-color: #000;
}
.front #saison.col-md-8 article.art_content section.slider div.flexslider div.flex-viewport {
  height: 300px;
}
.front #saison.col-md-4 article.art_content section.slider div.flexslider div.flex-viewport {
  height: 300px;
}
.front #home-news .thumbnail,
.front #home-focus .thumbnail,
.front #home-ressources .thumbnail {
  /*height: 300px;*/
  overflow: hidden;
}
.front #home-news .thumbnail,
.front #home-focus .thumbnail,
.front #agenda .thumbnail,
.front #home-ressources .thumbnail {
  /*width: 300px*/
}
.front #home-news .thumbnail,
.front #home-focus .thumbnail,
.front #home-ressources .thumbnail {
  float: left;
  width: 100%;
  height: auto!important;
}
.front #home-news .thumbnail img,
.front #home-focus .thumbnail img,
.front #home-ressources .thumbnail img {
  position: relative;
  width: 100%;
  height: auto!important;
}
.front .flex-control-paging li a.flex-active {
  background: #fff;
  cursor: default;
  border: 2px solid #000;
}
.front .flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  border: 2px solid #666666;
}
.front .flex-control-paging li a:hover {
  background: #ebebeb;
  cursor: default;
  border: 2px solid #000;
}
.front #saison .flex-control-paging {
  height: 33px;
  bottom: -43px !important;
}
.front .open,
.front .close {
  cursor: pointer;
  text-align: right;
  display: block;
  line-height: 2em;
  font-size: 93%;
  vertical-align: top;
  border-top: 1px #b9b9b9 solid;
  border-bottom: 1px #b9b9b9 solid;
  margin-top: 1em;
  color: #000;
  position: relative;
  z-index: 1000;
}
.front a.more {
  cursor: pointer;
  text-align: right;
  display: block;
  line-height: 2em;
  font-size: 0.8em;
  vertical-align: top;
  color: #000;
  text-decoration: none;
  margin-top: 0.2em;
  margin-right: 0.5em;
  position: relative;
  z-index: 1000;
}
.front .summary a.more {
  clear: right;
  color: #fff;
}
.front .summary a {
  color: #fff;
}
.front a.seeAll {
  float: left;
  line-height: 2em;
  font-size: 0.8em;
  color: #000;
  text-decoration: none;
  margin-top: 0.2em;
  position: relative;
  z-index: 1000;
}
.front .open:hover,
.front .close:hover,
.front .open:focus,
.front .open:focus,
.front .more:hover,
.front .more:focus,
.front .seeAll:hover,
.front .seeAll:focus {
  color: #484848;
}
.front a.open span,
.front a.close span,
.front a.more span,
.front a.seeAll span {
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
  line-height: 0.8em !important;
  position: relative;
  top: -5px;
  font-weight: bold;
}
.front .showHide a {
  text-decoration: none;
}
.front #home-news .showHide,
.front #home-focus .showHide,
.front #home-ressources .showHide {
  /*margin: 0 10px;*/
}
.front #regard .showHide {
  margin: -2px 0 0 0;
}
.front #agenda .showHide {
  margin: 13px 10px 0 0!important;
}
.front #regard_plus a.more {
  font-size: 1em;
}
.front .art_content {
  margin: 10px;
}
.front .art_content h2 {
  font-family: 'confluencebold', arial, sans-serif;
  font-size: 1.3em;
  line-height: 1em;
  color: #000;
  margin-bottom: 0.25em;
  padding-left: 10px;
}
.front .art_content h3 {
  font-size: 93%;
  font-weight: bold;
  line-height: 1.2em;
  color: #b9b9b9;
  padding: 0 10px;
  margin-top: 0;
}
.front .art_content h4 {
  font-size: 93%;
  font-weight: bold;
  line-height: 1.2em;
  color: #000;
  padding: 0 10px;
  margin: 0;
}
.front #saison .art_content .summary h4,
.front #regard .art_content .summary h4 {
  color: #FFF;
}
.front #regard .art_content .summary h4 {
  font-weight: normal !important;
}
.front .art_content .resume {
  /*border: 1px solid red !important;*/
}
.front .art_content div.resume p {
  font-size: 93%;
  line-height: 1.2em;
  padding: 0 10px;
  /*height: 42px;*/
}
.front .art_content p.saisondate,
.front .art_content p.date {
  font-size: 93%;
  color: #484848;
  padding: 0 10px;
  line-height: 1.2em;
  margin-bottom: 0;
}
.front a .art_content p.saisondate,
.front a .art_content p.date,
.front a .art_content p.theme {
  color: #6b6766;
}
.front a:hover {
  text-decoration: none !important;
}
.front .art_content .summary p.saisondate,
.front .art_content .summary p.date {
  color: #FFF;
  padding: 0 10px;
  line-height: 1.2em;
}
.front ul.slides li {
  position: relative;
}
.front ul.slides li .summary {
  bottom: 0px;
  top: auto !important;
  transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
}
.front ul.slides li .summary p.resume {
  margin-top: 1em;
}
.front ul.slides li .summary .moreContent,
.front #regard .summary .moreContent {
  display: none;
}
.front .opened ul.slides li .summary .moreContent,
.front #regard.opened .summary .moreContent {
  display: block;
  transition: display 0.5s ease-in-out;
  -moz-transition: display 0.5s ease-in-out;
  -webkit-transition: display 0.5s ease-in-out;
}
.front ul.slides li:hover .summary {
  opacity: 1;
}
.front .opened ul.slides li .summary {
  opacity: 1;
}
.front .flex-viewport li:not(.flex-active-slide) img {
  height: 0 !important;
}
.front .marker {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 20px;
  z-index: 10000;
  color: #fff;
  top: 20px;
  background: url('../images/arrow_open.png') no-repeat top left;
  border: none;
}
.front .opened .marker {
  background: url('../images/arrow_close.png') no-repeat top left;
}
.front #saison .summary,
.front #regard .summary {
  position: relative;
}
.front .col {
  padding-right: 0;
  padding-left: 0;
}
.front #saison,
.front #regard {
  overflow: hidden;
  transition: width 0.2s ease-in-out;
  -moz-transition: width 0.2s ease-in-out;
  -webkit-transition: width 0.2s ease-in-out;
}
.front #regard {
  width: 33.3333333333%;
}
.front #regard.col-md-12 {
  width: 100%;
}
.front #regard.col-md-8 {
  width: 66.6666666667%;
}
.front #regard .thumbnail,
.front #regard .thumbnail img {
  transition: width 0.5s ease-in-out;
  -moz-transition: width 0.5s ease-in-out;
  -webkit-transition: width 0.5s ease-in-out;
}
.front #saison .art_content,
.front #regard .art_content {
  /*min-height:360px;*/
  position: relative;
}
.front #regard .art_content {
  margin: 10px 0;
}
.front #saison h2,
.front #regard h2 {
  transition: width 0.5s ease-in-out;
  -moz-transition: width 0.5s ease-in-out;
  -webkit-transition: width 0.5s ease-in-out;
  margin-top: 0;
}
.front #saison h2 {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  z-index: 1000;
  width: 100%;
  color: #fff;
  background-color: #000;
  padding: 0.5em;
}
.front #regard h2 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1000;
  width: 100%;
  color: #fff;
  background-color: #000;
  padding: 0.5em;
}
.front #regard.opened h2 {
  width: 100%;
}
.front #saison h3,
.front #regard h3 {
  font-size: 93%;
  padding: 5px 10px;
  color: #FFF;
  margin-bottom: 0;
}
.front #agenda h2,
.front #home-news h2,
.front #home-focus h2,
.front #home-ressources h2 {
  text-transform: lowercase;
  font-size: 131%;
}
.front #agenda h3,
.front #home-news h3,
.front #home-focus h3,
.front #home-ressources h3 {
  color: #000;
  margin-bottom: 0;
}
.front #agenda p.theme,
.front #home-news p.theme,
.front #home-focus p.theme,
.front #home-ressources p.theme {
  font-size: 93%;
  padding: 0 10px;
  margin: 0;
}
.front #agenda div.resume p,
.front #home-news div.resume p,
.front #home-focus div.resume p,
.front #home-ressources div.resume p {
  color: #6b6766;
  margin-bottom: 0.5em;
  padding: 0 10px;
  font-size: 93%;
}
.front #agenda p.duree {
  font-size: 93%;
  color: #6b6766;
  padding: 0 10px;
  margin-bottom: 0;
}
.front .flex-control-nav {
  position: absolute;
  bottom: -37px;
  left: 0px;
  padding: 0 0 0 40px;
  text-align: left;
  z-index: 10000;
  border-top: 1px #b9b9b9 solid;
  border-bottom: 1px #b9b9b9 solid;
  height: 33px;
}
.front .flex-pauseplay {
  position: absolute;
  bottom: -45px;
  left: 0px;
  text-align: left;
  z-index: 10000;
}
.front .flex-pause {
  background: url('../images/flex-pause.png') no-repeat center center;
  text-indent: -1500em;
}
.front .flex-play {
  background: url('../images/flex-play.png') no-repeat center center;
  text-indent: -1500em;
}
.front #saison.opened .thumbnail {
  width: 100%;
  min-width: 950px;
  height: 450px;
}
.front #saison.opened .slides li {
  /*width: 100% !important;*/
  max-width: 950px;
}
.front #saison.opened .thumbnail img {
  min-width: 940px;
  min-height: 460px;
}
.front #saison .thumbnail,
.front #regard .thumbnail {
  height: 300px;
  top: 0;
  left: 0;
  overflow: hidden;
  padding: 0;
  margin-bottom: 0!important;
}
.front #saison .thumbnail img {
  float: left !important;
}
.front #saison .flexslider .slides .summary {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  margin-top: 30px;
  padding: 10px 0px;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  cursor: pointer;
}
.front #regard .summary {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  margin-top: 30px;
  padding: 10px 0px;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  cursor: pointer;
}
.front .regard_plus-item {
  position: relative;
}
.front .slides {
  width: 100%;
  height: 100%;
  padding-left: -1px;
  /* Adjust this value; try a negative value */
}
.front .slides li {
  overflow: hidden;
}
.front .flexslider .slides img {
  width: 100%;
  height: auto !important;
  display: block;
}
.front #saison.col-md-4 .flexslider .slides img {
  width: auto !important;
  min-width: 200%;
  height: auto !important;
  min-height: 100%;
  margin-left: -50%;
}
.front #saison.col-md-4 h2 {
  width: 100%;
}
.front #saison.col-md-4 .flexslider .slides .summary {
  width: 100%;
}
.front #regard.opened .summary {
  width: 50%;
}
.front #regard.opened .thumbnail img {
  width: 100% !important;
  height: auto !important;
}
.front #agenda,
.front #agenda_suite {
  /*height: 370px;*/
}
.front #agenda_suite {
  padding-top: 1.25em;
}
.front #agenda p,
.front #agenda_suite p {
  margin: 0;
}
.front .thumbnail .datebox {
  position: absolute;
  bottom: 0em;
  left: 10px;
  width: 40px;
  height: 40px !important;
  color: #fff;
  background-color: #000;
  padding: 3px 0 2px 0!important;
}
.front .thumbnail .datebox span {
  width: 100%;
  text-align: center;
  display: block;
  font-size: 0.9em;
}
.front .thumbnail .datebox span.jour {
  font-weight: bold;
}
.front .thumbnail .datebox span.annee {
  display: none;
}
.front .bottom {
  margin-top: 44px;
}
.front .flexslider .slides > li {
  transition: width 0.3s ease-in-out;
  -moz-transition: width 0.3s ease-in-out;
  -webkit-transition: width 0.3s ease-in-out;
}
.front .flex-control-paging li {
  height: 22px;
}
.front .flex-control-paging li a {
  margin-top: 11px;
}
.front .previous,
.front .next {
  position: absolute;
  top: 0;
  z-index: 2000;
}
.front .flex-control-paging li.previous_link,
.front .flex-control-paging li.next_link {
  width: 22px;
  height: 22px;
  margin: 0;
}
.front .flex-control-paging li.previous_link {
  margin-left: -5px;
}
.front .flex-control-paging li.previous_link a,
.front .flex-control-paging li.next_link a {
  width: 22px;
  height: 22px;
  display: block;
  background: transparent;
  cursor: pointer;
  text-indent: 0;
  margin-top: 5px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  text-indent: 0em;
  zoom: 1;
  text-align: center !important;
  border: none;
}
.front .flex-control-paging li.previous_link a {
  /*left: -4px;*/
}
.front .flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 1;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.front .flex-direction-nav .flex-prev {
  left: -20px;
}
.front .flex-direction-nav .flex-next {
  right: -20px;
  text-align: right;
}
.front .flexslider:hover .flex-prev {
  opacity: 1;
  left: 10px;
}
.front .flexslider:hover .flex-next {
  opacity: 1;
  right: 10px;
}
.front ul.chevrons li {
  background: url('../images/chevrons-gris.png') no-repeat 0px 4px;
  padding-left: 10px;
}
.front ul.chevrons.alternative li {
  background: url('../images/chevrons.png') no-repeat 5px 15px;
  padding-left: 10px;
}
.front #saison.col-md-4 .open span {
  display: none;
}
.front #saison .open,
.front #saison .close {
  width: 130px;
  float: right;
  z-index: 100000;
  border: none;
}
.page-search #search-form {
  width: 100%;
  padding: 10px;
  margin: 0%;
  background-color: #fff;
  -o-box-shadow: 5px 5px 5px 5px;
  background-clip: padding-box;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}
.page-search #search-form .input-group {
  width: 100%;
  margin: 0%;
}
.page-search #search-form .input-group input {
  width: 97%;
  -o-box-shadow: 12px 12px 12px 12px;
  background-clip: padding-box;
  -webkit-border-radius: 12px 12px 12px 12px;
  -moz-border-radius: 12px 12px 12px 12px;
  border-radius: 12px 12px 12px 12px;
  margin-left: 1%;
}
.page-search #search-form .input-group .btn {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 15px 15px 15px 15px;
  border: 3px #818286 solid;
  color: #818286;
  text-align: center;
  line-height: 1em !important;
  font-size: 1em;
  background-color: transparent;
  margin-right: 1%;
}
.page-search #search-form .input-group .glyphicon {
  left: -3px;
  position: relative;
  top: 1px;
}
.page-search #search-form .search-advanced {
  margin: 10px 0;
  background-color: #d7d4ce;
  padding: 0;
}
.page-search #search-form .search-advanced .panel-heading {
  width: 30%;
  padding: 5px;
  background-color: transparent;
  border: none;
}
.page-search #search-form .search-advanced .panel-heading .panel-title {
  font-family: 'confluencebold', arial, sans-serif;
  font-size: 100%;
  text-align: left;
  margin: 0;
  padding: 5px !important;
}
.page-search #search-form .search-advanced .panel-heading .panel-title a {
  color: #000;
}
.page-search #search-form .search-advanced .panel-heading .panel-title a .marker {
  width: 43px;
  height: 23px;
  background: url('../images/up-n-down.png') no-repeat top right;
  display: inline-block;
  float: right;
}
.page-search #search-form .search-advanced .panel-heading .panel-title a.collapsed .marker {
  width: 43px;
  height: 23px;
  background: url('../images/up-n-down.png') no-repeat top left;
  display: inline-block;
  float: right;
}
.page-search #search-form .search-advanced input {
  -o-box-shadow: 15px 15px 15px 15px;
  background-clip: padding-box;
  -webkit-border-radius: 15px 15px 15px 15px;
  -moz-border-radius: 15px 15px 15px 15px;
  border-radius: 15px 15px 15px 15px;
}
.page-search #search-form .panel-body {
  padding: 10px !important;
}
.page-search h2 {
  font-family: 'confluencebold', arial, sans-serif;
  font-size: 138.5%;
  text-align: left;
  margin: 0;
  padding: 5px !important;
  border-bottom: 1px solid #b9b9b9;
  color: #333;
}
/* Liste regards, masonry */
.page-regards .favorites_contents .favorites_filters,
.node-type-regards .favorites_contents .favorites_filters {
  border-top: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px;
}
.page-regards .favorites_contents .favorites_filters li,
.node-type-regards .favorites_contents .favorites_filters li {
  padding: 2px 8px;
  text-transform: uppercase;
  font-size: 85%;
  font-weight: bold;
  margin: 5px;
}
.page-regards .favorites_contents .favorites_filters li.selected,
.node-type-regards .favorites_contents .favorites_filters li.selected {
  background-color: #484848;
  color: #fff;
  -o-box-shadow: 5px;
  background-clip: padding-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.page-regards .favorites_contents .favorites_list,
.node-type-regards .favorites_contents .favorites_list {
  /*position: relative;*/
  /*margin: 0 -5px;*/
}
.page-regards .favorites_contents .favorites_list .grid-sizer,
.node-type-regards .favorites_contents .favorites_list .grid-sizer {
  width: 47%;
}
.page-regards .favorites_contents .favorites_list .gutter-sizer,
.node-type-regards .favorites_contents .favorites_list .gutter-sizer {
  width: 6%;
}
.page-regards .favorites_contents .favorites_list .favorite,
.node-type-regards .favorites_contents .favorites_list .favorite {
  margin-bottom: 10px;
}
.page-regards .favorites_contents .favorites_list .favorite .legende,
.node-type-regards .favorites_contents .favorites_list .favorite .legende {
  color: #fff;
}
.page-regards .favorites_contents .favorites_list .favorite .legende a,
.node-type-regards .favorites_contents .favorites_list .favorite .legende a {
  color: #fff;
}
.page-regards .sights_nav,
.node-type-regards .sights_nav {
  text-align: center;
  margin-bottom: 20px;
}
.page-regards .sights_nav .all_sights,
.node-type-regards .sights_nav .all_sights {
  font-weight: bold;
}
.page-regards .sights_nav .prev,
.node-type-regards .sights_nav .prev,
.page-regards .sights_nav .next,
.node-type-regards .sights_nav .next {
  width: 19px;
  height: 19px;
  display: block;
  text-indent: -5000em;
}
.page-regards .sights_nav .next,
.node-type-regards .sights_nav .next {
  background: url(../images/icn_next.png) no-repeat right center;
}
.page-regards .sights_nav .prev,
.node-type-regards .sights_nav .prev {
  background: url(../images/icn_prev.png) no-repeat left center;
}
.page-regards .more-link,
.node-type-regards .more-link {
  border-top: 1px solid #B9B9B9;
  line-height: 2em;
}
.season-block .img {
  min-height: 300px;
  background: #ebebeb;
}
.season-block .txt {
  height: 54px;
}
.separateur {
  float: left;
  height: 0px;
  margin: 10px 0;
}
.node-type-liste-evenements .highlighted {
  padding-bottom: 20px;
}
.node-type-liste-evenements .highlighted .col-md-8.img > .field {
  position: relative;
}
.node-type-liste-evenements .highlighted .col-md-8.img > .field a .up {
  right: 0;
  left: auto;
  top: 0 !important;
  bottom: auto !important;
  z-index: 1000;
  width: 50%;
  color: #fff;
  background-color: #000;
  padding: 0.5em;
  text-align: left;
}
.node-type-liste-evenements .highlighted .col-md-8.img > .field a .up h2 {
  font-family: 'confluencebold', arial, sans-serif;
  font-size: 1.3em;
  line-height: 1em;
  color: #fff;
  margin-top: 0.25em;
  margin-bottom: 0.25em;
}
.node-type-liste-evenements a:hover {
  text-decoration: underline;
}
.node-type-liste-evenements a .art_content h2 {
  font-family: 'confluencebold', arial, sans-serif;
  font-size: 1.3em;
  line-height: 1em;
  color: #000;
  margin-bottom: 0.25em;
}
.node-type-liste-evenements a .art_content h3 {
  font-size: 93%;
  font-weight: bold;
  line-height: 1.2em;
  color: #b9b9b9;
  padding: 0 10px;
  margin-top: 0;
}
.node-type-liste-evenements a .art_content h4 {
  font-size: 93%;
  font-weight: bold;
  line-height: 1.2em;
  color: #000;
  padding: 0 10px;
  margin: 0;
}
.node-type-liste-evenements a .art_content .txt {
  padding-left: 10px;
  padding-right: 10px;
}
.node-type-liste-evenements a .art_content .img h2,
.node-type-liste-evenements a .art_content .img h3,
.node-type-liste-evenements a .art_content .img h4 {
  color: #fff;
  text-align: left;
  margin-bottom: 0;
  padding: 5px;
  font-weight: normal;
}
.firefox .front .flex-control-nav {
  bottom: -46px !important;
}
.firefox .front aside #social {
  /*
					padding: 24px 0;
					margin-bottom: 5px;
					*/
}
.firefox .front aside #block-search-form .input-group .glyphicon {
  left: 0;
}
.chrome .front .flex-control-nav {
  bottom: -46px !important;
}
.chrome .front aside #social {
  /*
					padding: 24px 0;
					
					
					margin-bottom: 5px;
					*/
}
.safari .front #agenda .thumbnail {
  height: 105px;
}
.safari .front .flex-control-nav {
  bottom: -46px !important;
}
.safari .front aside #social {
  /*padding: 24px 0;*/
  /*margin-bottom: 3px;*/
}
.ie .front #agenda .thumbnail {
  height: 103px;
}
.ie .front .flex-control-nav {
  bottom: -40px !important;
}
.ie .front aside #social {
  padding: 24px 0;
  margin-bottom: 3px;
}
#ListeContenEtPager {
  padding: 0 1em;
}
#ListeRessources .odd,
#ListeRessources .even {
  width: 49%;
  min-height: 125px;
  margin-bottom: 1em;
}
#ListeRessources .odd .img,
#ListeRessources .even .img {
  float: left;
  width: 60px;
  height: 60px;
  margin: 0 .5em .5em 0;
  overflow: hidden;
  background: #8C8984;
}
#ListeRessources .odd .img img,
#ListeRessources .even .img img {
  width: 100%;
  height: auto;
}
#ListeRessources .odd .txt .type strong,
#ListeRessources .even .txt .type strong {
  color: #6B6766;
}
#ListeRessources .odd .txt p,
#ListeRessources .even .txt p {
  font-size: .8em;
  margin: 0 0;
}
#ListeRessources .odd .txt strong,
#ListeRessources .even .txt strong {
  font-size: .8em;
  color: #000000;
}
#ListeRessources .odd .txt a,
#ListeRessources .even .txt a {
  font-size: .8em;
  display: block;
  text-align: right;
  color: #6b6766;
  padding-right: 10px;
  background: url('../images/chevrons-gris.png') no-repeat right 3px;
}
#ListeRessources .odd .titre,
#ListeRessources .even .titre {
  line-height: 100%;
}
#ListeRessources .odd .titre a,
#ListeRessources .even .titre a {
  font-size: 1em;
  display: block;
  text-align: left;
  background-image: none;
}
#ListeRessources .odd {
  float: left;
}
#ListeRessources .even {
  float: left;
  clear: right;
  margin-left: 10px;
}
.page-press-area .sidebox.sidebox-white {
  background-color: #fff !important;
  margin-top: 20px;
}
.page-press-area .sidebox.sidebox-white p {
  color: #000;
  font-weight: bold;
}
.page-press-area .sidebox.sidebox-white a.btn {
  line-height: 26px;
}
.page-press-area .sidebox .title {
  font-family: 'confluencebold', arial, sans-serif;
  font-size: 123.1%;
  color: #000;
  margin-top: 0;
}
.page-press-area .file_list {
  margin: 1em 0;
}
.page-press-area .press_main-title {
  font-size: 108%;
  color: #000;
  margin: 0;
}
.page-press-area .press-block .content {
  margin-left: -15px;
}
.page-press-area .press-block .files_list {
  /*background-color: #f4f2ee;*/
  /*border: 1px solid #818286;*/
}
.page-press-area .press-block .files_list ul li {
  font-weight: bold;
}
.node-type-dossiers-de-presses .node-dossiers-de-presses {
  margin-top: 20px;
}
.node-type-dossiers-de-presses ul.file_list {
  margin: 10px 0;
}
.node-type-dossiers-de-presses ul.file_list li {
  font-weight: bold;
}
.node-type-dossiers-de-presses .sidebox.sidebox-white {
  background-color: #fff !important;
  margin-top: 20px;
}
.node-type-dossiers-de-presses .sidebox.sidebox-white p {
  color: #000;
}
.node-type-dossiers-de-presses .sidebox.sidebox-white p.username {
  font-weight: bold;
}
.node-type-dossiers-de-presses .sidebox.sidebox-white a.btn {
  line-height: 26px;
}
.node-type-dossiers-de-presses .sidebox.sidebox-white .title {
  font-family: 'confluencebold', arial, sans-serif;
  font-size: 123.1%;
  color: #000;
  margin-top: 0;
}
.node-type-dossiers-de-presses .photo_list .even,
.node-type-dossiers-de-presses .photo_list .odd {
  padding: 10px 0;
}
.node-type-dossiers-de-presses .photo_list .odd {
  background-color: #dcd9d2;
}
.node-type-dossiers-de-presses .photo_list h3 {
  font-size: 108%;
  color: #000;
  font-weight: bold;
}
.node-type-dossiers-de-presses .photo_list .content h4 {
  margin: 0;
  font-size: 100%;
  color: #000;
  line-height: 20px;
}
.node-type-dossiers-de-presses .photo_list .content h4 a.download {
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url(../images/btn-download.png) no-repeat top left;
}
.node-type-dossiers-de-presses .photo_list .content .download_swipebox {
  display: none;
}
.download_swipebox {
  display: none;
}
#swipebox-container a.download {
  color: #fff !important;
  right: 15%;
  position: absolute;
  top: 5% !important;
}
#swipebox-container a.download img {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 1em;
  background: url(../images/btn-download.png) no-repeat top left;
}
/*


	 = RESPONSIVE


*/
/*IPAD*/
@media (max-width: 1024px) {
  body {
    /*border: 1px blue solid;*/
  }
  #ListeNews .col-md-6 {
    width: 100%!important;
    padding-left: 0;
    padding-right: 0;
  }
  #ListeNews .col-md-6 .media a img {
    width: 100%;
    height: auto;
  }
  /*saison*/
  .front #saison.opened .slides li {
    /*
					width: 100% !important;
					max-width: 1024px!important;
					*/
  }
  .front #agenda .art_content a.article-link .left .thumbnail {
    min-height: 92px;
    height: auto!important;
    vertical-align: top!important;
  }
}
/*IPAD - landscape*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  body {
    /*border: 1px red solid;*/
  }
  #allsite {
    background-repeat: no-repeat;
    background-position: 40% top;
    background-size: 110% auto;
  }
  #header {
    min-height: 210px;
    max-height: 210px;
  }
  .front #agenda .art_content a.article-link .left .thumbnail {
    min-height: 90px;
  }
  .front #agenda .art_content a.article-link .left .thumbnail img {
    width: 100%!important;
    height: auto!important;
  }
}
/*IPAD - portrait*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  body {
    /*border: 5px green solid;*/
  }
  #allsite {
    background-repeat: no-repeat;
    background-position: 40% top;
    background-size: 135% auto;
  }
  #header {
    min-height: 205px;
    max-height: 205px;
    padding: 0 0 1em 0;
  }
  #header h1 {
    bottom: 0px;
    height: 125px;
    overflow: hidden;
    background-size: 100% auto;
    margin: 55px 0 0 0;
  }
  #mainav,
  #maicontent {
    background: #fff;
  }
  #mainav {
    width: 100%;
  }
  body.page-accueil #agenda,
  body.page-accueil #home-news {
    float: none;
    height: auto;
  }
  #block-conf-core-menu-footer-navigation .col-md-4 {
    float: left;
    width: 50%!important;
  }
  /*saison*/
  .node-type-liste-evenements .season-block.col-md-4 {
    width: 300px;
    float: left;
    margin: 0 1em 1em 0;
  }
  /*footer*/
  #footer-infospratiques,
  #alternate_nav,
  #footer-programme {
    float: left;
    width: 50%;
  }
  #footer-infospratiques.col {
    width: 100%;
    height: auto!important;
  }
  #footer-infospratiques.col .adresse {
    width: 100%!important;
  }
  #footer-infospratiques.col .adresse p {
    display: block;
    width: 100%!important;
  }
}
@media (orientation: landscape) and (max-width: 600px) {
  body {
    /*border: 5px red solid;*/
  }
  .event_une.col-md-6 .img {
    text-align: center;
  }
  .event_une.col-md-6 .img img {
    width: 100%!important;
    height: auto!important;
  }
}
@media (max-width: 1024px) {
  #header .navbar .navbar-collapse {
    margin-left: 0;
    margin-right: 0;
    display: block!important;
  }
  #header .navbar .navbar-collapse li {
    font-size: 1em;
  }
  #header button.navbar-toggle {
    display: none;
  }
  #header h1 {
    bottom: 10px;
    overflow: hidden;
  }
  #header h1 #selector {
    background: url('../images/up-n-down-small.png') no-repeat scroll top left;
    width: 103px;
    height: 23px;
  }
  #header h1 a {
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 981px) and (max-width: 1023px) {
  #header h1 {
    bottom: 10px;
  }
  #header h1 a {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 980px) {
  #allsite {
    background-repeat: no-repeat;
    background-position: 40% top;
  }
  #header h1 a {
    width: 100%;
    height: 100%;
  }
  .front .thumbnail {
    border: 1px #f1f1f1 solid;
    background: #fff;
  }
  .front #agenda .art_content a.article-link .left .thumbnail {
    min-height: 200px;
    height: auto!important;
    vertical-align: top!important;
  }
  /* wall */
  .wall .wall-content .wall-element.big .thumbnail img {
    max-width: 100%;
  }
  .event_une img {
    width: 100%;
    height: auto;
  }
}
/*iPhone 6 Portrait*/
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: portrait) {
  body {
    /*border: 3px red solid;*/
  }
  #header h1 {
    bottom: 14px!important;
  }
}
/*iPhone 6 landscape*/
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: landscape) {
  body {
    /*border: 3px orange solid;*/
  }
  #allsite {
    background-size: 201% auto!important;
  }
  #header {
    height: 240px;
  }
  #header h1 {
    bottom: 36px!important;
  }
  #mainav {
    margin: -27px 0 0 0;
  }
  #mainav > ul > li {
    font-size: 1.4em!important;
  }
  #mainav > ul > li a {
    padding: 14px 7px 5px 20px;
  }
}
@media (max-width: 640px) and (orientation: landscape) {
  body {
    /*border: 2px rorange solid;*/
  }
  #header h1 {
    bottom: 4px!important;
  }
  #allsite {
    background-size: 200% auto!important;
  }
}
@media (max-width: 640px) {
  body {
    /*border: 3px orange solid;*/
  }
  #allsite {
    background-repeat: no-repeat;
    background-position: 17% top;
    background-size: 285% auto;
  }
  #allsite #header {
    height: 180px;
  }
  .modal-title {
    padding-right: 3em!important;
    font-size: 1.1em!important;
  }
  .modal-title .field {
    padding: 0.8em 2em 1em 5px!important;
  }
  #contentMain {
    margin-top: -30px;
  }
  aside#aside {
    float: none;
    padding-right: 10px;
    padding-left: 10px;
  }
  button.navbar-toggle {
    display: none;
  }
  /*search-result*/
  body.page-explorer .main-container .col-md-8 .region-content .search-results li {
    float: none;
    width: 100%!important;
  }
  .front #agenda .art_content a.article-link .left .habillage {
    display: none;
  }
  .front #agenda .art_content a.article-link .left .thumbnail {
    border: 0!important;
    min-height: 145px!important;
    vertical-align: top!important;
  }
  .front #agenda .art_content a.article-link .left .thumbnail img {
    height: auto!important;
    width: auto!important;
    bottom: auto!important;
  }
  /*front*/
  .front .art_content {
    margin: 10px 0;
  }
  .front #saison .art_content {
    margin: 10px;
  }
  .front #saison .flexslider .slides .summary {
    width: 99%;
    margin-top: 30px;
  }
  .front #saison.opened .thumbnail img {
    min-width: auto!important;
    max-width: auto!important;
    min-width: 100%!important;
    min-height: 100%!important;
  }
  .front #regard.col-md-8 {
    width: 100%!important;
  }
  .front #regard.opened .summary {
    width: 100%!important;
  }
  .front .thumbnail {
    width: 100% !important;
    text-align: center;
  }
  .front #home-news .showHide {
    margin: -13px 0 0 0 !important;
  }
  .front .region-content-home .block-block,
  .front .region-content-home .contextual-links-region {
    width: 100%;
  }
  .front .region-content-home .block-block h2,
  .front .region-content-home .contextual-links-region h2 {
    margin-bottom: auto!important;
    padding-top: 0!important;
    line-height: auto!important;
  }
  .front .region-content-home .block-block p,
  .front .region-content-home .contextual-links-region p {
    line-height: auto!important;
  }
  /*header*/
  #header #navbar {
    padding: 0 5px 0 0;
    margin-right: 0px;
  }
  #header .navbar .navbar-collapse {
    margin-left: 0;
    margin-right: 0;
    display: block!important;
  }
  #header .navbar .navbar-collapse li {
    font-size: 1em;
  }
  #header h1 {
    bottom: 12px;
    z-index: 10000!important;
  }
  #header h1 a {
    width: 100%;
    height: 100%;
  }
  h1.page-header {
    font-size: 140%;
  }
  /*events*/
  .node-type-liste-evenements .highlighted .col-md-8.img .field a .up {
    width: 60%;
  }
  .node-type-liste-evenements .highlighted .col-md-8.img .field a .up h2 {
    font-size: 108%;
  }
  /*mainnav*/
  #mainav {
    padding: 0 0 .5em 0;
    margin: 0 0;
  }
  #mainav ul {
    text-align: left;
    background-image: none;
  }
  #mainav ul li {
    float: left;
    font-size: 1.1em;
  }
  #mainav ul li a {
    padding: 15px 8px 5px 25px;
  }
  #mainav .dropdown button {
    font-size: 1.05em;
    padding: 15px 10px 5px 30px;
  }
  #mainav .dropdown-menu {
    padding-bottom: 0;
  }
  #mainav .dropdown-menu li {
    width: 100%;
    font-size: 1em;
  }
  #mainav .dropdown-menu li a {
    font-size: 1em;
  }
  #mainav .dropdown-menu li ul li {
    float: none;
    width: 100%;
  }
  /*maincontent*/
  #social.title_social {
    margin-top: 0;
  }
  /*home*/
  body.page-accueil #agenda,
  body.page-accueil #home-news {
    float: none;
    height: auto;
  }
  /* une / events */
  .une .img img {
    width: 100%;
    height: auto;
  }
  .field-item a img {
    width: 100%;
    height: auto;
  }
  .season-block {
    height: auto;
    padding: 0 15px 1em 15px;
  }
  .season-block img {
    width: 100%;
    height: auto;
    min-height: auto;
  }
  .season-block .txt {
    height: auto;
  }
  /*listeCal*/
  #ListeCal .odd,
  #ListeCal .even {
    width: 100%;
    border: 0;
    min-height: 75px!important;
    margin-bottom: .4em;
    float: left;
  }
  #ListeCal .even {
    margin-left: 0;
  }
  /*footer*/
  .region-pre-footer .navbar-nav {
    margin: 0 0;
    text-align: left;
  }
  .region-pre-footer .navbar-nav li {
    position: relative;
    float: left;
    text-align: left;
    display: block!important;
    width: 99%;
    list-style-position: inside;
    padding: 0 10px;
    clear: both;
  }
  .region-pre-footer .navbar-nav li > a:focus {
    color: #ebebeb;
  }
  .region-pre-footer .navbar-nav li ul.dropdown-menu {
    float: left;
    top: auto!important;
    bottom: auto!important;
    position: relative!important;
    width: 100%!important;
    margin: 0 0 0 1em;
  }
  .region-pre-footer .navbar-nav li ul.dropdown-menu li {
    margin: 0 0;
    /*border-bottom: 1px #808285 solid;*/
    position: relative;
    display: block;
  }
  #footer-infospratiques.col .adresse p {
    margin-bottom: 0;
  }
  #footer-infospratiques.col .adresse p:first-child {
    margin-bottom: 10px;
  }
  #footer-programme {
    float: left;
    clear: both;
    width: 100%;
    min-height: 300px!important;
    height: auto!important;
    background: #EC1165!important;
  }
  #footer-programme .image.focal-point {
    height: 99%;
    overflow: inherit;
  }
  #footer-programme .image.focal-point div {
    margin: 0 auto!important;
    position: relative!important;
  }
  #footer-programme .image.focal-point div a {
    display: block;
    text-align: center;
  }
  #footer-programme .image.focal-point div a img {
    margin: 0 0;
    text-align: center;
    width: auto!important;
    /*height: auto!important;*/
  }
  #footer-programme .image.focal-point p {
    top: 70%!important;
  }
}
/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datepicker {
  padding: 4px;
  -o-box-shadow: 4px;
  background-clip: padding-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  direction: ltr;
  /*.dow {
		border-top: 1px solid #ddd !important;
	}*/
}
.datepicker-inline {
  width: 220px;
}
.datepicker.datepicker-rtl {
  direction: rtl;
}
.datepicker.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
}
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-top:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #ffffff;
}
.datepicker > div {
  display: none;
}
.datepicker.days div.datepicker-days {
  display: block;
}
.datepicker.months div.datepicker-months {
  display: block;
}
.datepicker.years div.datepicker-years {
  display: block;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -o-box-shadow: 4px;
  background-clip: padding-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999999;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background-color: #a2a2a2;
  background-image: -moz-linear-gradient(top, #a2a2a2, #a2a2a2);
  background-image: -ms-linear-gradient(top, #a2a2a2, #a2a2a2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#a2a2a2), to(#a2a2a2));
  background-image: -webkit-linear-gradient(top, #a2a2a2, #a2a2a2);
  background-image: -o-linear-gradient(top, #a2a2a2, #a2a2a2);
  background-image: linear-gradient(top, #a2a2a2, #a2a2a2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a2a2a2', endColorstr='#a2a2a2', GradientType=0);
  border-color: #a2a2a2 #a2a2a2 #7c7c7c;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #000;
}
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
  background-color: #a2a2a2;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
  background-color: #888888 \9;
}
.datepicker table tr td.today:hover:hover {
  color: #000;
}
.datepicker table tr td.today.active:hover {
  color: #fff;
}
.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #eeeeee;
  -o-box-shadow: 0;
  background-clip: padding-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  background-color: #b7b8ba;
  background-image: -moz-linear-gradient(top, #b7b8ba, #b7b7ba);
  background-image: -ms-linear-gradient(top, #b7b8ba, #b7b7ba);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b7b8ba), to(#b7b7ba));
  background-image: -webkit-linear-gradient(top, #b7b8ba, #b7b7ba);
  background-image: -o-linear-gradient(top, #b7b8ba, #b7b7ba);
  background-image: linear-gradient(top, #b7b8ba, #b7b7ba);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b7b8ba', endColorstr='#b7b7ba', GradientType=0);
  border-color: #b7b7ba #b7b7ba #909094;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -o-box-shadow: 0;
  background-clip: padding-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled] {
  background-color: #b7b7ba;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active {
  background-color: #9d9da0 \9;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  background-color: #9e9e9e;
  background-image: -moz-linear-gradient(top, #b3b3b3, #808080);
  background-image: -ms-linear-gradient(top, #b3b3b3, #808080);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(#808080));
  background-image: -webkit-linear-gradient(top, #b3b3b3, #808080);
  background-image: -o-linear-gradient(top, #b3b3b3, #808080);
  background-image: linear-gradient(top, #b3b3b3, #808080);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
  border-color: #808080 #808080 #595959;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled] {
  background-color: #808080;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active {
  background-color: #666666 \9;
}
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-color: #808185;
  background-image: -moz-linear-gradient(top, #808285, #808085);
  background-image: -ms-linear-gradient(top, #808285, #808085);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#808285), to(#808085));
  background-image: -webkit-linear-gradient(top, #808285, #808085);
  background-image: -o-linear-gradient(top, #808285, #808085);
  background-image: linear-gradient(top, #808285, #808085);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#808285', endColorstr='#808085', GradientType=0);
  border-color: #808085 #808085 #5a5b5e;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
  background-color: #808085;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
  background-color: #67676b \9;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -o-box-shadow: 4px;
  background-clip: padding-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datepicker table tr td span:hover {
  background: #eeeeee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  background-color: #808185;
  background-image: -moz-linear-gradient(top, #808285, #808085);
  background-image: -ms-linear-gradient(top, #808285, #808085);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#808285), to(#808085));
  background-image: -webkit-linear-gradient(top, #808285, #808085);
  background-image: -o-linear-gradient(top, #808285, #808085);
  background-image: linear-gradient(top, #808285, #808085);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#808285', endColorstr='#808085', GradientType=0);
  border-color: #808085 #808085 #5a5b5e;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #808085;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  background-color: #67676b \9;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999999;
}
.datepicker th.datepicker-switch {
  width: 145px;
}
.datepicker thead tr:first-child th,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.datepicker thead tr:first-child th.cw {
  cursor: default;
  background-color: transparent;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  cursor: pointer;
  width: 16px;
  height: 16px;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  -o-box-shadow: 3px 0 0 3px;
  background-clip: padding-box;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  -o-box-shadow: 0 3px 3px 0;
  background-clip: padding-box;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 18px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  vertical-align: middle;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px;
}
.footer {
  margin-top: 25px;
  padding-top: 25px;
  padding-bottom: 36px;
  border-top: 0!important;
}
footer.footer p,
footer.footer ul li {
  font-size: 85%;
  margin-bottom: 0;
}
footer.footer a.more {
  font-size: 108%;
}
.region-pre-footer {
  background-color: #000;
  color: #fff;
  text-align: center;
}
.region-pre-footer .navbar-nav {
  width: 100%;
  text-align: center;
}
.region-pre-footer .navbar-nav > li {
  float: none;
  display: inline-block;
}
.region-pre-footer ul {
  padding: 10px;
}
.region-pre-footer ul li {
  display: inline-block;
  text-align: left;
  padding: 0 20px;
  background: url(../images/puce_prefooter.png) no-repeat center left;
  font-size: 100% !important;
  font-weight: bold;
}
.region-pre-footer ul li.first {
  background-image: none;
}
.region-pre-footer ul li button {
  background-color: transparent;
  border: none;
  color: #fff;
  font-weight: bold;
}
.region-pre-footer ul li button:hover,
.region-pre-footer ul li button:focus {
  color: #bfbfbf !important;
  background-color: transparent !important;
}
.region-pre-footer ul li a {
  color: #fff;
  padding: 0;
}
.region-pre-footer ul li a:hover,
.region-pre-footer ul li a:focus {
  color: #bfbfbf;
  background-color: transparent !important;
}
.region-pre-footer .open,
.region-pre-footer .close {
  cursor: pointer;
  text-align: right;
  display: block;
  line-height: 20px;
  vertical-align: top;
  border-top: 0;
  border-bottom: 0;
  margin-top: 0;
  color: inherit;
  position: relative;
  z-index: 1000;
}
.region-pre-footer .dropdown-menu {
  position: absolute;
  bottom: 24px;
  width: 160px !important;
  top: auto !important;
  background-color: #000;
  padding: 0;
}
.region-pre-footer .dropdown-menu li {
  width: 100%;
  padding: 0px;
  border-bottom: none;
}
.region-pre-footer .dropdown-menu li a {
  font-size: 93% !important;
  font-weight: normal;
  border-bottom: none;
}
.region-pre-footer .nav .open > a,
.region-pre-footer .nav .open > a:hover,
.region-pre-footer .nav .open > a:focus {
  background-color: transparent;
  border-color: #ebebeb;
  font-size: 123.1%;
}
.region-pre-footer .nav .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.region-pre-footer .nav a:hover .caret {
  border-top-color: #ebebeb;
  border-bottom-color: #ebebeb;
}
.region-pre-footer .nav .open > a .caret,
.region-pre-footer .nav .open > a:hover .caret,
.region-pre-footer .nav .open > a:focus .caret {
  border-top-color: #ebebeb;
  border-bottom-color: #ebebeb;
}
.region-pre-footer .open .dropdown-menu .active a,
.region-pre-footer .open .dropdown-menu .active a:hover,
.region-pre-footer .open .dropdown-menu .active a:focus {
  color: #bfbfbf;
  text-decoration: none;
  background-color: #000!important;
}
.shaded-bottom {
  -webkit-box-shadow: 0 2px 1px #aaaaaa;
  -moz-box-shadow: 0 2px 1px #aaaaaa;
  -o-box-shadow: 0 2px 1px #aaaaaa;
  box-shadow: 0 2px 1px #aaaaaa;
}
#footer-infospratiques {
  background-color: #fff;
  position: relative;
}
#footer-infospratiques h1,
#footer-infospratiques h4 {
  font-family: 'confluencebold', arial, sans-serif;
  font-size: 1.5em;
  line-height: 1em;
  color: #000;
  margin: 10px 0;
}
#footer-infospratiques p.pull-right {
  position: relative;
  bottom: 5px;
  right: 5px;
}
#footer-infospratiques p.pull-right a {
  color: #000;
}
#footer-infospratiques p.pull-right .icon {
  color: #000000;
}
#footer-infospratiques .icon.picto-fleche-droite-bold {
  display: inline-block;
}
#footer-infospratiques div.adresse h5 {
  margin-top: 10px;
  font-weight: bold;
}
#footer-infospratiques div.adresse p {
  margin-bottom: 10px;
}
ul.social.nav_inline {
  text-align: center;
}
ul.social.nav_inline li {
  padding: 5px;
}
#alternate_nav {
  background-color: #949494;
  padding: 10px;
}
#alternate_nav ul {
  list-style: none;
  padding-left: 0px;
}
#alternate_nav ul li {
  background: url('../images/chevrons.png') no-repeat 5px 12px !important;
  border-top: 1px solid #bababa;
  padding-left: 10px;
}
#alternate_nav ul li a {
  color: #ffffff;
  text-decoration: none;
  padding: 7px 10px;
  display: block;
}
#alternate_nav ul li a:hover,
#alternate_nav ul li a:focus {
  color: #161616;
  background-color: transparent !important;
}
#block-menu-menu-footer-social ul {
  margin-bottom: 10px;
}
#block-menu-menu-footer-social ul li {
  border-top: none;
  padding-left: 5px;
  display: inline-block;
  background-image: none !important;
}
#block-menu-menu-footer-social ul li a {
  width: 32px;
  height: 32px;
  text-indent: -1500em;
}
#block-menu-menu-footer-social ul li a.icon {
  padding: 0;
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
}
#block-menu-menu-footer-social ul li a.icon.application {
  background: url('../images/icon_social-application.png') no-repeat top left;
}
#block-menu-menu-footer-social ul li a.icon.dailymotion {
  background: url('../images/icon_social-dailymotion.png') no-repeat top left;
}
#block-menu-menu-footer-social ul li a.icon.facebook {
  background: url('../images/icon_social-facebook.png') no-repeat top left;
}
#block-menu-menu-footer-social ul li a.icon.googleplus {
  background: url('../images/icon_social-googleplus.png') no-repeat top left;
}
#block-menu-menu-footer-social ul li a.icon.twitter {
  background: url('../images/icon_social-twitter.png') no-repeat top left;
}
#block-menu-menu-footer-social ul li a.icon.rss {
  background: url('../images/icon_social-rss.png') no-repeat top left;
}
#block-menu-menu-footer-social ul li a.icon.youTube {
  background: url('../images/icon_social-youtube.png') no-repeat top left;
}
#block-menu-menu-footer-social ul li a.icon.vimeo {
  background: url('../images/icon_social-vimeo.png') no-repeat top left;
}
#block-menu-menu-footer-social ul li a.icon.instagram {
  background: url('../images/icon_social-instagram.png') no-repeat top left;
}
#block-menu-menu-footer-social ul li a.tripadvisor {
  background: url('../images/icon_social-tripadvisor.png') no-repeat top left;
}
#footer-programme {
  padding: 0 !important;
  overflow: hidden;
  background-color: #ebebeb;
}
#footer-programme .region-bloc-footer-3 {
  height: 100%;
}
#footer-programme .region-bloc-footer-3 .block {
  height: 100%;
}
#footer-programme .image.focal-point {
  height: 110%;
  position: relative;
}
#footer-programme .image.focal-point div {
  position: absolute;
  width: 105%;
  height: 105%;
}
#footer-programme .image.focal-point div img {
  top: 0px;
  width: 110%;
  max-width: none;
  position: relative;
}
#footer-programme .image.focal-point p {
  position: absolute;
  top: 70%;
  text-align: right;
  width: 100%;
  padding: 10px;
  background: rgba(255, 255, 255, 0.8);
}
#block-conf-core-menu-footer-navigation h1 {
  color: #000;
  font-weight: bold;
  font-size: 93%;
  margin-bottom: 4px;
}
#block-conf-core-menu-footer-navigation h1 a {
  color: #000;
  font-weight: bold;
}
#block-conf-core-menu-footer-navigation a {
  color: #736f6c;
}
/* Bloc du bas */
#block-menu-menu-footer {
  padding: 10px;
  border-top: 1px solid #cdc8c2;
}
#block-menu-menu-footer ul {
  text-align: center;
}
#block-menu-menu-footer ul li {
  display: inline-block !important;
}
#block-menu-menu-footer ul li a {
  font-size: 93%;
  padding: 0 15px;
  color: #736f6c;
}
#block-conf-core-menu-footer-navigation .col {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
