/*!
 * Datetimepicker for Bootstrap 3
 * ! version : 4.7.14
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.bootstrap-datetimepicker-widget {
  list-style: none;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
  margin: 2px 0;
  padding: 4px;
  width: 19em;
}
.bootstrap-datetimepicker-widget.dropdown-menu:before,
.bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: '';
  display: inline-block;
  position: absolute;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #cccccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  top: -6px;
  left: 8px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #cccccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #ffffff;
  bottom: -6px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px;
}
.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
}
.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}
.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none;
}
.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}
.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}
.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle AM/PM";
}
.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Clear the picker";
}
.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Set the date to today";
}
.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}
.bootstrap-datetimepicker-widget .picker-switch::after {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle Date and Time Screens";
}
.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit;
}
.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%;
}
.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}
.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 4px;
}
.bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px;
}
.bootstrap-datetimepicker-widget table th.disabled,
.bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table th.prev::after {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Previous Month";
}
.bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Next Month";
}
.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #eeeeee;
}
.bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}
.bootstrap-datetimepicker-widget table td:first-child {
  font-weight: normal;
}
.bootstrap-datetimepicker-widget table td.cw {
  font-size: .8em;
  height: 20px;
  line-height: 20px;
  color: #777777;
}
.bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
  font-size: 1.2em;
}
.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
  background: #eeeeee;
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table td.old,
.bootstrap-datetimepicker-widget table td.new {
  color: #ffffff;
}
.bootstrap-datetimepicker-widget table td.old:hover,
.bootstrap-datetimepicker-widget table td.new:hover {
  background: #ffffff;
  cursor: default;
}
.bootstrap-datetimepicker-widget table td.today {
  position: relative;
}
.bootstrap-datetimepicker-widget table td.today:before {
  content: '';
  display: inline-block;
  border: 0 0 7px 7px solid transparent;
  border-bottom-color: #bd1c42;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}
.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #bd1c42;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-radius: 0;
}
.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff;
}
.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
  background: #ffffff;
  color: #7b7c7e;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table td.disabled.old,
.bootstrap-datetimepicker-widget table td.disabled:hover.old,
.bootstrap-datetimepicker-widget table td.disabled.new,
.bootstrap-datetimepicker-widget table td.disabled:hover.new {
  color: #ffffff;
}
.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 4px;
}
.bootstrap-datetimepicker-widget table td span:hover {
  background: #eeeeee;
}
.bootstrap-datetimepicker-widget table td span.active {
  background-color: #bd1c42;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td span.old {
  color: #777777;
}
.bootstrap-datetimepicker-widget table td span.disabled,
.bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px;
}
.input-group.date .input-group-addon {
  cursor: pointer;
}
@font-face {
  font-family: "din_light";
  src: url(../fonts/din/DIN_Light.ttf);
  font-weight: normal;
}
@font-face {
  font-family: "din_regular";
  src: url(../fonts/din/DIN_Regular.ttf);
  font-weight: normal;
}
@font-face {
  font-family: "din_medium";
  src: url(../fonts/din/DIN_Medium.ttf);
  font-weight: normal;
}
@font-face {
  font-family: "din_bold";
  src: url(../fonts/din/DIN_Bold.ttf);
  font-weight: normal;
}
.ombre {
  box-shadow: 0px 0px 10px 1px rgba(136, 136, 136, 0.75);
  -moz-box-shadow: 0px 0px 10px 1px rgba(136, 136, 136, 0.75);
  -webkit-box-shadow: 0px 0px 10px 1px rgba(136, 136, 136, 0.75);
}
/* ==========================================================================
Author's custom styles
========================================================================== */
.navbar-inner,
.nav,
li,
a {
  -ms-filter: none !important;
  filter: none !important;
}
a {
  cursor: pointer;
}
a:hover {
  text-decoration: none;
}
.texteencadre-spip {
  color: #bca261;
  border: 1px solid #bca261;
  padding: 10px;
  background: none;
}
html.no-svg .svg-img,
html .svg-img {
  display: none;
}
html.no-svg .no-svg-img,
html .no-svg-img {
  display: inline;
}
html.svg .svg-img {
  display: inline;
}
html.svg .no-svg-img {
  display: none;
}
body {
  background: #000000;
  font-family: 'Open Sans', Arial, serif;
  font-size: 16px;
}
html,
body {
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
}
a:hover,
a:focus {
  text-decoration: none;
  outline: inherit;
}
.spip_documents_left {
  margin: 10px 10px 10px 0;
}
.spip_documents_right {
  margin: 10px 0 10px 10px;
}
.spip_documents_center {
  margin: 0 auto;
  display: block;
  text-align: center;
  clear: both;
}
.spip_documents_center img {
  margin-top: 10px;
  margin-bottom: 10px;
}
dl.img-responsive {
  margin: 10px !important;
}
.content {
  background: #f5f1e7;
}
.content .row + .row {
  margin-top: 3em;
}
.content .row + .row .article {
  box-shadow: 0px 0px 10px 1px rgba(136, 136, 136, 0.75);
  -moz-box-shadow: 0px 0px 10px 1px rgba(136, 136, 136, 0.75);
  -webkit-box-shadow: 0px 0px 10px 1px rgba(136, 136, 136, 0.75);
}
.content .row + .row.pub,
.content .row.tris + .row {
  margin-top: 0;
}
.content .row-agenda {
  margin: 30px 0;
  vertical-align: middle;
  line-height: 2;
}
.content .row-agenda label {
  padding-right: 10px;
}
.content .row-agenda select#periodes {
  width: 73%;
}
.content .row-agenda .col-sm-1 {
  padding-right: 0;
  margin-right: -25px;
}
.content .row-agenda .col-sm-3 {
  padding: 0;
}
.content #map {
  width: 100%;
  height: 600px;
}
.content #map1 {
  box-shadow: 0px 0px 10px 1px rgba(136, 136, 136, 0.75);
  -moz-box-shadow: 0px 0px 10px 1px rgba(136, 136, 136, 0.75);
  -webkit-box-shadow: 0px 0px 10px 1px rgba(136, 136, 136, 0.75);
}
.content .carte .checkbox-inline + .checkbox-inline,
.content .carte .radio-inline + .radio-inline {
  margin-left: 0 !important;
}
.content .carte .checkbox-inline,
.content .carte .radio-inline {
  display: block !important;
}
.content .leaflet-popup-content .row {
  margin: 0;
}
.content .leaflet-popup-content p.description {
  margin: 28px 0;
}
.content .leaflet-popup-content p.voir_suite {
  margin: 0;
}
.content .leaflet-popup-content .gauche {
  float: left;
  max-width: 8em;
  margin-right: 1em;
}
.content .leaflet-popup-content .gauche img {
  max-width: 100% !important;
  height: auto;
  display: block;
}
.content .leaflet-popup-content header {
  background-color: #ffffff;
}
.content .leaflet-popup-content-wrapper a {
  border: 0;
  color: #000000 !important;
  font-size: 1em;
}
.content .leaflet-popup-content-wrapper a.btn-no-bg,
.content .leaflet-popup-content-wrapper a.btn-no-bg:hover,
.content .leaflet-popup-content-wrapper a.btn-no-bg:active {
  padding: 0;
  background: none;
  border: none;
}
.content .leaflet-popup-content-wrapper h2 a {
  color: #bca261 !important;
}
.content .leaflet-popup-content-wrapper .title {
  font-size: 1.4em;
  line-height: 1.4em;
  font-weight: 400;
}
.content .leaflet-top,
.content .leaflet-bottom {
  z-index: 999 !important;
}
.content #fmas {
  margin-top: 1em;
}
.btn-rouge {
  color: #ffffff;
  background: #bd1c42;
  margin-bottom: 0.5em;
}
.btn-rouge:hover,
.btn-rouge.active,
.btn-rouge:focus,
.btn-rouge:active {
  color: #ffffff;
}
.btn-rouge .icon-favoris {
  font-size: 1.6em;
  display: block;
  float: left;
  margin-top: -2px;
}
.btn-rouge span#selection {
  margin-left: 4px !important;
  padding-right: 2px;
}
.btn-dore {
  color: #ffffff;
  background-color: #bca261;
  margin-bottom: 0.5em;
}
.modele_bouton a.btn {
  padding: 2px 5px;
  margin-top: 15px;
  margin-bottom: 0 !important;
}
.modele_bouton .btn {
  padding: 2px 12px;
  font-size: 16px;
}
.modele_bouton a {
  text-transform: uppercase;
}
.modele_bouton i {
  font-size: 2.5em;
  float: left;
}
.modele_bouton span {
  float: right;
  padding: 10px;
}
header {
  background: #000000;
}
header #topbar.navbar {
  margin-bottom: 0;
}
header #topbar.navbar > .container .navbar-brand,
header #topbar .navbar > .container-fluid .navbar-brand {
  margin-left: -18px;
}
header #topbar.navbar-default {
  background: none;
  border: 0;
}
header #topbar.navbar-default .navbar-brand {
  padding-left: 0;
  padding-right: 0;
  width: 140px;
}
header #topbar.navbar-default .navbar-brand.home img.brand {
  position: relative;
  width: 166px;
  height: 186px;
  z-index: 2;
}
header #topbar.navbar-default .navbar-brand img.brand {
  width: 114px;
  height: 128px;
  position: relative;
  z-index: 1001;
}
header #topbar.navbar-default .navbar-nav {
  padding: 0.85em 0 0.85em 0;
}
header #topbar.navbar-default .navbar-nav li a {
  color: #ffffff;
  padding-left: 0;
  padding-right: 0;
}
header #topbar.navbar-default .navbar-nav li a:hover,
header #topbar.navbar-default .navbar-nav li a.active,
header #topbar.navbar-default .navbar-nav li a:focus,
header #topbar.navbar-default .navbar-nav li a:active {
  color: #ffffff;
}
header #topbar.navbar-default .navbar-nav .active a {
  background-color: black !important;
}
header #topbar.navbar-default .topbar li a:before {
  content: url('../img/cercle.png');
  color: #bca261;
  padding: 10px 15px;
}
header #topbar.navbar-default .topbar li:first-child a:first-child:before {
  content: "";
  padding-left: 0;
}
header #topbar.navbar-default .navbar-right li a {
  padding: 15px 15px;
}
header #topbar.navbar-default .navbar-right .recherche {
  float: right;
}
header #topbar.navbar-default .navbar .search a {
  font-size: 1.5em;
}
header #topbar .dropdown .menu-recherche,
header #topbar .dropdown .dropdown-menu {
  z-index: 1001;
}
header #topbar .dropdown-menu {
  background-color: #000000;
  min-width: 230px !important;
  text-align: center !important;
}
header #topbar .dropdown-menu li a:hover {
  background-color: #000000;
}
header #topbar .dropdown-menu .form-control {
  border-radius: 0px;
}
header #topbar .dropdown-menu .btn {
  border-radius: 0;
}
header #topbar a.dropdown-toggle {
  background-color: #000000;
}
header #topbar .loupe {
  bottom: 4px;
}
header #topbar .loupe .glyphicon.icon-search {
  vertical-align: middle;
  font-size: 2em;
}
header .container-fluid.menu {
  background: #ffffff;
}
header .container-fluid.menu.home #mainbar .nav {
  padding: 0;
}
header .container-fluid.menu #mainbar .nav {
  padding: 60px 0 0 0;
}
header .container-fluid.menu #mainbar a {
  background: none;
}
header .container-fluid.menu #mainbar a:hover {
  pointer: cursor;
}
header .container-fluid.menu #mainbar .container {
  padding: 0;
}
header .container-fluid.menu #mainbar .container .nav > li > a {
  display: inline-block;
}
header .container-fluid.menu #mainbar.navbar-default {
  background: none;
  border: 0;
  padding: 0;
  margin: 0;
}
header .container-fluid.menu #mainbar.navbar-default ul li {
  font-size: 1.3em;
  font-family: "futura-pt", Arial, sans-serif;
  text-transform: uppercase;
}
header .container-fluid.menu #mainbar.navbar-default ul li:first-child > a {
  padding-left: 0;
}
header .container-fluid.menu #mainbar.navbar-default ul li.menu-large {
  position: static !important;
}
header .container-fluid.menu #mainbar.navbar-default ul li a {
  padding: 1.4em;
  color: #000000;
  font-weight: 300;
}
header .container-fluid.menu #mainbar.navbar-default ul li a:active,
header .container-fluid.menu #mainbar.navbar-default ul li a:focus,
header .container-fluid.menu #mainbar.navbar-default ul li a.active,
header .container-fluid.menu #mainbar.navbar-default ul li a:hover {
  color: #000000;
}
header .container-fluid.menu #mainbar.navbar-default ul li + li:before {
  content: " / ";
  color: #bca261;
}
header .container-fluid.menu #mainbar.navbar-default ul .megamenu {
  border: #000000;
  background: #000000;
  padding: 20px 0px;
  width: 100%;
}
header .container-fluid.menu #mainbar.navbar-default ul .megamenu.row li {
  font-size: 1.4em;
}
header .container-fluid.menu #mainbar.navbar-default ul .megamenu.row li + li:before {
  content: "";
}
header .container-fluid.menu #mainbar.navbar-default ul .megamenu.row li .titre_rub_ssmenu {
  display: block;
  padding-top: 0.25em;
  margin-bottom: 1em;
  font-size: 1.4em;
  font-weight: 400;
  color: #bca261;
  border-bottom: 1px solid #bca261;
}
header .container-fluid.menu #mainbar.navbar-default ul .megamenu.row li a {
  display: block;
  padding: 0;
  color: #ffffff;
  min-height: 210px;
}
header .container-fluid.menu #mainbar.navbar-default ul .megamenu.row li a:active,
header .container-fluid.menu #mainbar.navbar-default ul .megamenu.row li a:focus,
header .container-fluid.menu #mainbar.navbar-default ul .megamenu.row li a.active,
header .container-fluid.menu #mainbar.navbar-default ul .megamenu.row li a:hover {
  color: #cd0164;
  font-weight: normal;
}
header .container-fluid.menu #mainbar.navbar-default ul .megamenu.row li a img + span,
header .container-fluid.menu #mainbar.navbar-default ul .megamenu.row li a figure + span {
  display: block;
  text-align: center;
  padding-top: 0.35em;
  padding-bottom: 0.35em;
}
header .container-fluid.menu #mainbar.navbar-default ul .megamenu.row + .row {
  margin-bottom: 1em;
}
header .navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
header .navbar-default .navbar-brand {
  color: #fff;
}
header .megamenu > li > ul {
  padding: 0;
  margin: 0;
}
header .megamenu > li > ul > li {
  list-style: none;
}
header .megamenu > li > ul > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: normal;
}
header .megamenu > li ul > li > a:hover,
header .megamenu > li ul > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
header .megamenu.disabled > a,
header .megamenu.disabled > a:hover,
header .megamenu.disabled > a:focus {
  color: #999999;
}
header .megamenu.disabled > a:hover,
header .megamenu.disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: not-allowed;
}
header .megamenu.dropdown-header {
  color: #428bca;
  font-size: 18px;
}
.article {
  background: #ffffff;
  padding: 2em 4em;
}
.article h1,
.article h2.title {
  color: #757575;
  font-size: 2.5em;
  font-weight: 300;
  padding-bottom: 0.2em;
}
.article .chapo {
  font-weight: 600;
  padding-bottom: 1em;
}
.article.event_fma .chapo {
  padding-bottom: 0.5em;
}
.article.event_fma .logo_event {
  padding-bottom: 2em;
}
.article.event_fma .logo_event img {
  max-width: 35%;
}
.article h3 {
  color: #4091b4;
  font-size: 0.9em;
  font-weight: 600;
}
.article h3.spip {
  color: #bca261;
}
.article h4.spip {
  color: #cd0164;
  font-size: 0.9em;
}
.article h5.spip {
  color: #bca261;
}
.article hr {
  margin: 1.5em 0 1.5em 0;
}
.article .titre_gal {
  color: #000000;
}
.article p {
  margin: 15px 0 15px 0;
  font-size: 0.9em;
}
.article ul.spip {
  font-size: 0.9em;
  padding-left: 1em;
}
.article ul.spip li {
  padding-bottom: 5px;
}
.article a.spip_out {
  color: #bca261;
}
.article img {
  max-width: 100%;
  height: auto;
}
.article img.puce {
  display: inline-block;
}
.article .ss_title {
  color: #bd1c42;
  padding-bottom: 1em;
  font-size: 1.25em;
}
.article .photos {
  padding-top: 1em;
}
.article .photos.art {
  padding-top: 0;
}
.article .photos img {
  margin: 1em 0 1em 0;
  box-shadow: 0px 0px 10px 1px rgba(136, 136, 136, 0.75);
  -moz-box-shadow: 0px 0px 10px 1px rgba(136, 136, 136, 0.75);
  -webkit-box-shadow: 0px 0px 10px 1px rgba(136, 136, 136, 0.75);
}
.article .doc {
  padding: 0;
}
.article .doc ul {
  list-style: none;
  padding: 0;
  margin-top: -1.25em;
}
.article .doc ul li {
  padding: 0;
  margin: 0;
}
.article .doc ul li .file {
  font-size: 1.15em;
  font-weight: 800;
  margin-right: 1.15em;
}
.article .doc ul li .file .extension-file {
  text-transform: uppercase;
}
.article .doc ul li a {
  background: #bd1c42;
  color: #ffffff;
}
.article .titre_ss_rub {
  text-transform: uppercase;
  font-weight: 1.25em;
  color: #000000;
  padding-top: 2em;
}
.article #rubs {
  clear: both;
  padding-top: 2em;
}
.article #rubs .rub {
  border-bottom: 1px solid #f1f0dc;
  padding: 1em 0 1em 0;
  width: 100%;
}
.article #rubs .rub .ens-rub {
  height: 90px;
}
.article #rubs .rub .ens-rub .logo_art {
  max-height: 90px;
  overflow: hidden;
}
.article #rubs .rub .ens-rub .titre_art {
  line-height: 3;
  vertical-align: middle;
}
.article #rubs .rub .ens-rub .titre_art h3 {
  margin: 10px 0 0 0;
}
.article #rubs .rub .ens-rub .titre_art span {
  font-size: 0.7em;
  padding: 0;
}
.article #rubs .rub .ens-rub .read_art {
  line-height: 90px;
}
.article #rubs .rub .ens-rub .read_art .btn.btn-rouge {
  margin: 0 15px 0 0 !important;
}
.article #rubs .rub:first-child {
  border-top: 1px solid #f1f0dc;
}
.article #rubs .rub:last-child {
  border: 0;
}
.article #rubs .rub .center-row {
  display: table;
  padding-right: 15px;
}
.article #rubs .rub .center-row .center-col {
  display: table-cell;
  vertical-align: middle;
  float: none;
}
.article #rubs .rub a {
  font-size: 1.3em;
  color: #000000;
}
.article.liste_recherche .ens-rub + .ens-rub {
  margin-top: 1em;
}
.article.liste_recherche .ens-rub .titre_ss_rub {
  padding-top: 0;
}
.article.liste_recherche .ens-rub .rub {
  border-bottom: 1px solid #f1f0dc;
}
.article.liste_recherche .ens-rub .rub:last-child {
  border: 0;
}
.article.liste_recherche .ens-rub .rub a {
  display: inline-block;
  width: 100%;
  padding: 1em 0 1em 0;
  color: #000000;
}
.article.liste_recherche .ens-rub .rub a .logo_art {
  max-height: 90px;
  overflow: hidden;
}
.article.liste_recherche .ens-rub .rub a .titre_art {
  margin-top: 0;
  font-size: 1.15em;
  color: #000000;
  font-weight: bold;
}
.article.liste_recherche .ens-rub .rub a .titre_date {
  width: 100%;
  font-size: 1em;
  text-transform: uppercase;
  margin: -4px 0 10px 0;
}
.article.liste_recherche .ens-rub .rub a .titre_lieu {
  display: inline-block;
  width: 100%;
  font-size: 1em;
  text-transform: uppercase;
  margin: 0 0 0 -0.5em;
}
.article.liste_recherche .ens-rub .rub a .titre_lieu .icon-localisation {
  float: left;
  font-size: 2em;
  color: #cfcfcf;
}
.article.liste_recherche .ens-rub .rub a .titre_lieu .ville {
  float: left;
  margin-top: 0.5em;
}
.article.liste_recherche .ens-rub .rub a .descriptif {
  padding: 0;
  font-size: 0.9em;
}
.article.liste_recherche .ens-rub .rub a .read_art {
  line-height: 90px;
}
.article.liste_recherche .ens-rub .rub a .read_art .btn.btn-rouge {
  margin: 0 15px 0 0 !important;
}
.article .read_more {
  padding: 0;
}
.article .info-contact a {
  color: #bd1c42;
}
.article .info-contact h3 {
  color: #000000 !important;
  font-size: 1.1em !important;
}
.article .formulaire_moteur_recherche_listing .row + .row {
  margin-top: 1em;
  margin-bottom: -1em;
}
.article .formulaire_moteur_recherche_listing .row.p1 {
  padding-top: 1em;
  padding-bottom: 1em;
}
.article .formulaire_moteur_recherche_listing .row.p1 .localite {
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 600;
}
.article .formulaire_moteur_recherche_listing .row.p2 {
  margin-bottom: 0;
  padding-bottom: 1em;
}
.article .formulaire_moteur_recherche_listing .row.p2 .equipements,
.article .formulaire_moteur_recherche_listing .row.p2 .services {
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 600;
}
.article .formulaire_moteur_recherche_listing label.tarifs,
.article .formulaire_moteur_recherche_listing label.capacite,
.article .formulaire_moteur_recherche_listing label.services {
  font-size: 1em;
  font-weight: 600;
  text-transform: uppercase;
}
.article .formulaire_moteur_recherche_listing label.tarifs small,
.article .formulaire_moteur_recherche_listing label.capacite small,
.article .formulaire_moteur_recherche_listing label.services small {
  font-weight: 300;
  font-size: 0.8em;
  text-transform: lowercase;
  color: #7b7c7e;
}
.article .btn {
  padding: 10px 15px;
  margin-bottom: 15px !important;
  margin-right: 10px;
}
.article .btn.btn-checkbox-red {
  -webkit-appearance: none;
  background-color: #bd1c42;
  color: #ffffff;
  font-weight: normal;
  border: 1px solid #bd1c42;
  white-space: normal;
  text-transform: uppercase;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.article .btn.btn-checkbox-red:hover {
  color: #ffffff;
  background-color: #cf1c46;
  border: 1px solid #cf1c46;
}
.article .btn.btn-checkbox-red.active {
  color: #ffffff;
  background-color: #de2551;
  border: 1px solid #de2551;
}
.article .btn input[type="radio"] {
  display: none;
}
.article .galerie .photos .hidden {
  display: none;
}
.article .galerie .row + .row {
  margin-bottom: 0;
}
.article .galerie p.plus_photos {
  margin-bottom: 0;
}
.article-dore {
  background-color: #bca261;
}
.modal-open .modal {
  padding-left: 0px !important;
  padding-right: 0px !important;
  overflow-y: scroll;
}
#myCarousel {
  position: relative;
  z-index: 1;
  height: 575px;
  font-family: "futura-pt", Arial, sans-serif;
}
#myCarousel .carousel-inner {
  height: 100%;
}
#myCarousel .fill {
  width: 100%;
  height: 100%;
  background-position: top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
#myCarousel .carousel-control {
  width: 8%;
  z-index: 9;
}
#myCarousel .carousel-control.right,
#myCarousel .carousel-control.left {
  background: none;
}
#myCarousel .carousel-control .right2,
#myCarousel .carousel-control .left2 {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  font-size: 3em;
  margin-top: -20px;
}
#myCarousel .carousel-control .left2 {
  left: 1em;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
#myCarousel .carousel-control .right2 {
  right: 1em;
}
#myCarousel .titre_caroussel {
  position: absolute;
  top: 40%;
  z-index: 2;
  display: inline-block;
  font-size: 2em;
  width: 100%;
  text-align: center;
  font-family: "futura-pt", Arial, sans-serif;
}
#myCarousel .titre_caroussel h1 {
  font-size: 2.7em;
  color: #ffffff;
  padding: 0;
  margin: 0;
  font-weight: 200;
}
#myCarousel .titre_caroussel span {
  display: block;
  font-size: 1.35em;
  color: #bca261;
  font-weight: 400;
  margin-top: -18px;
  padding-left: 380px;
}
#myCarousel .carousel-caption {
  left: 0;
  right: 0;
  text-align: right;
}
#myCarousel .carousel-caption .carte-slider {
  width: 160px;
  height: auto;
}
#myCarousel .carousel-caption .descriptif {
  padding-right: 5%;
}
#myNews {
  position: relative;
  z-index: 1;
  height: 60px;
}
#myNews .carousel-inner {
  height: 100%;
}
#myNews .fill {
  width: 100%;
  height: 100%;
  background-position: top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.carousel,
.item,
.active {
  height: 100%;
}
.img-fancy img {
  height: 135px !important;
}
.sommaire h2 {
  font-size: 2.2em;
}
.sommaire h3 span {
  padding: 0 1em 0 1em;
}
.sommaire .bloc1,
.sommaire .bloc2,
.sommaire .bloc3,
.sommaire .bloc5 {
  margin: 3.9em -15px 3.9em -15px;
}
.sommaire .fond_col {
  position: absolute;
  z-index: 2;
  bottom: 0;
}
.sommaire .img_col {
  position: relative;
  background-size: 100%;
}
.sommaire .titre_col {
  position: absolute;
  z-index: 3;
  font-family: "futura-pt", Arial, sans-serif;
  color: #ffffff;
  font-weight: 400;
  text-transform: uppercase;
}
.sommaire .titre_col span {
  font-weight: 100;
}
.sommaire .bloc1 .img_col {
  min-height: 450px;
}
.sommaire .bloc1 .titre_col {
  bottom: 3.5em;
  margin-left: 2em;
}
.sommaire .bloc2 .titre_col {
  bottom: 1em;
  margin-left: 2em;
}
.sommaire .bloc2 .texte_bloc2 {
  font-size: 1.6em;
  text-transform: capitalize;
}
.sommaire .bloc3 .titre_col {
  bottom: 0;
  margin-left: 2em;
  border: 1px solid red;
  width: 100%;
}
.sommaire .bloc3 h3 {
  display: block;
}
.sommaire .bloc4 h3 {
  color: #ffffff;
  padding: 40px 15px;
  font-family: 'Open Sans', Arial, serif;
  font-weight: 600;
}
.sommaire .bloc5 h3 {
  text-align: center;
  font-weight: 200;
}
.sommaire .bloc5 h3 span {
  font-weight: 200;
  color: #bca261;
}
.sommaire .bloc5 .bloc_aide ul {
  padding: 2em;
  margin: 0;
  list-style: none;
  background: #bca261;
}
.sommaire .bloc5 .bloc_aide ul li a {
  display: block;
  color: #ffffff;
  font-size: 1.1em;
  font-weight: 200;
  padding: 0.35em 0 0.35em 0;
}
.sommaire .bloc5 .bloc_aide ul li a:hover {
  text-decoration: underline;
}
.sommaire .bloc5 .bloc_regards a {
  display: block;
}
.sommaire .bloc5 .bloc_regards .titre_col {
  bottom: 0;
  padding: 0 0 1em 2em;
}
.sommaire .bloc5 .bloc_regards .titre_col h2 {
  font-weight: 200;
  font-size: 1.7em;
  color: #cf1c46;
}
.sommaire .bloc5 .bloc_regards .titre_col h2 span {
  color: #ffffff;
  font-size: 0.95em;
  text-transform: capitalize;
}
.sommaire .bloc5 .bloc_boutique ul {
  padding: 2em 0 2em 0;
  margin: 0;
  list-style: none;
  background: #bd1c42;
}
.sommaire .bloc5 .bloc_boutique ul li p {
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 1.8em;
}
.sommaire .bloc5 .bloc_boutique ul li p.ticket {
  font-size: 5em;
}
ul.liste_labels_img {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 0;
}
ul.liste_labels_img li {
  display: inline-block;
  padding: 0;
  margin: 0 0.5em 0 0;
}
.liste_labels_ssimg {
  margin-top: 0.5em;
}
.fond-agenda {
  padding: 15px;
  background-image: url(../img/agenda_bg.jpg);
}
.fond-agenda .evenements {
  padding: 0 15px 0 15px;
}
.fond-agenda .evenements .contenu {
  background-color: #ffffff;
  min-height: 200px;
  width: 100%;
  color: #000000 !important;
  position: relative;
}
.fond-agenda .evenements .contenu .fond {
  background-size: 100%;
  background-repeat: no-repeat;
  width: 100%;
  height: 50%;
  min-height: 200px;
}
.fond-agenda .evenements .contenu h4 {
  font-size: 12px;
}
.fond-agenda .evenements .contenu .mois-event {
  text-transform: uppercase;
  font-family: 'Open Sans', Arial, serif;
  font-weight: 400;
  font-size: 16px;
  padding-top: 10px;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
}
.fond-agenda .evenements .contenu .jour-event {
  font-family: 'Open Sans', Arial, serif;
  font-weight: 300;
  font-size: 38px;
  padding-bottom: 5px;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
}
.fond-agenda .evenements .contenu .img-event {
  padding: 0;
}
.fond-agenda .evenements .contenu .img-event img {
  width: 100%;
}
.fond-agenda .evenements .contenu .date {
  float: left;
  font-size: 2em;
  background-color: #bca261;
  padding: 5px;
  text-align: center;
  color: #ffffff;
  position: absolute;
  z-index: 2;
}
.fond-agenda .evenements .contenu .titre {
  float: left;
  background-color: rgba(229, 229, 229, 0.8);
  padding: 16px 16px 16px 10px;
  font-size: 100%;
  padding-left: 28%;
}
.fond-agenda .evenements .contenu .texte {
  line-height: 120px;
  text-align: center;
}
.fond-agenda .evenements .contenu .texte .description-event {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  line-height: normal;
  font-weight: 600;
  padding: 15px 0 20px 0;
}
.fond-agenda .evenements .icon-plus {
  -webkit-border-radius: 100px 100px 100px 100px;
  border-radius: 100px 100px 100px 100px;
  font-size: 5em;
  color: #ffffff;
  background-color: rgba(189, 28, 66, 0.8);
  position: absolute;
  bottom: -37px;
  left: 50%;
  margin-left: -40px;
  display: none;
}
.fond-agenda .evenements:hover .icon-plus {
  display: block;
}
.tourisme_h img {
  max-height: 45px;
  width: auto;
}
div .btn-rect {
  line-height: 50px;
}
div .btn-rect .btn-red-rect {
  background-color: #bd1c42;
  margin: 50px 0;
  height: 50px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  padding: 0;
}
.bons-plans {
  height: 60px;
  background-color: #000000;
  text-align: center;
  line-height: 60px;
}
.bons-plans a {
  color: #ffffff;
}
.partie-rouge {
  border-left: 30px solid transparent;
  float: right;
  display: inline-block;
  border-bottom: 60px solid #bd1c42;
  height: 100%;
  vertical-align: middle;
  font-size: 3em;
}
.partie-rouge.doree {
  border-bottom: 60px solid #bca261;
}
.partie-doree {
  color: #bca261;
  font-size: 3.5em;
  float: left;
  vertical-align: middle;
}
.texte-milieu {
  font-size: 1em;
  text-transform: uppercase;
  vertical-align: middle;
}
.pub {
  padding: 4em 0 3em 0;
}
.pub a {
  display: inline-block;
}
.arrow-more {
  position: relative;
  float: right;
  text-align: right;
  right: 0;
  padding-top: 5%;
  color: #cd0164;
  font-size: 2.5em;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.arrow-more.rotate {
  transform: rotate(270deg);
}
.moveup {
  font-size: 3em;
}
.moveup a {
  color: #bca261;
}
.fil-arianne {
  padding: 10px 0;
}
.breadcrumb {
  background: none;
  margin: 0;
  padding: 1.5em 0 1.5em 0;
  text-transform: uppercase;
  font-size: 0.8em;
  font-weight: 600;
}
.breadcrumb > li + li:before {
  content: "-";
  color: #000000;
}
.breadcrumb.outils {
  padding: 0.75em 0;
}
.breadcrumb.outils > li + li:before {
  content: "";
}
.breadcrumb li.active,
.breadcrumb a.last {
  color: #bd1c42;
}
.breadcrumb a {
  color: #7b7c7e;
}
.breadcrumb .ico-outils {
  width: 35px;
  height: 35px;
  background-color: white;
  border: solid 1px grey;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  line-height: 35px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.breadcrumb a.at-svc-compact {
  background: none !important;
}
.breadcrumb .at-share-tbx-element .at-share-btn {
  margin: 0;
}
.breadcrumb #plus_fav {
  background-color: #f8694d;
  border-color: #f8694d;
}
.breadcrumb #moins_text {
  font-size: 12px;
}
.breadcrumb #plus_text {
  font-size: 15px;
}
.sharing {
  margin: 0;
  padding: 1.5em 0 1.5em 0;
}
.logos_sociaux {
  top: 295px;
  right: 10px;
  z-index: 99;
}
.logos_sociaux.affix-top {
  position: absolute;
  top: 295px;
  right: 10px;
  z-index: 99;
}
.logos_sociaux.home {
  top: 755px;
}
.logos_sociaux.home.affix-top {
  top: 755px;
}
.logos_sociaux.affix-bottom {
  position: absolute;
}
.logos_sociaux ul {
  margin: 0;
  padding: 0;
  list-style: none;
  vertical-align: middle;
  display: inline-block;
  line-height: normal;
}
.logos_sociaux ul li {
  margin: 0;
  padding: 0;
  min-width: 59px;
  height: 59px;
  text-align: center;
}
.logos_sociaux ul li img {
  max-width: 100%;
}
.logos_sociaux ul li a {
  color: #ffffff;
}
.logos_sociaux ul li a:hover,
.logos_sociaux ul li a:focus {
  text-decoration: none;
  outline: inherit;
}
.logos_sociaux ul li a.cube-meteo {
  font-size: 2.5em;
}
.logos_sociaux ul li a.cube-meteo i:hover {
  font-size: 1.1em;
}
.logos_sociaux ul li.btn-rs-carte {
  background: #bba260;
}
.logos_sociaux ul li.btn-rs-star {
  background: #cf1c46;
}
.logos_sociaux ul li.btn-rs-meteo {
  background: #163951;
  overflow: hidden;
}
.logos_sociaux ul li.btn-rs-meteo .img-wrapper {
  margin-top: 3px;
}
.logos_sociaux ul li.btn-rs-tv {
  background: #ffffff;
}
.logos_sociaux ul li.btn-rs-tv a {
  color: #000000;
}
.logos_sociaux ul li.btn-rs-camera {
  background: #000000;
}
.logos_sociaux ul li.btn-rs-youtube {
  background: #e14e42;
}
.logos_sociaux .img-wrapper {
  display: inline-block;
  /* change the default display type to inline-block */
  overflow: hidden;
  /* hide the overflow */
  max-height: 56px;
}
.logos_sociaux .img-wrapper img:hover {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  /* IE 9 */
  -moz-transform: scale(1.1);
  /* Firefox */
  -webkit-transform: scale(1.1);
  /* Safari and Chrome */
  -o-transform: scale(1.1);
  /* Opera */
}
#modal_meteo h3 {
  padding: 0.5em;
  font-size: 2.5em;
}
.modal-meteo {
  text-align: center;
}
.modal-meteo + .modal-meteo {
  border-left: 1px solid #efefef;
}
.modal-meteo-ico {
  padding-top: 1em;
  padding-bottom: 1em;
}
.modal-meteo-ico i {
  font-size: 3em;
  color: #bca261;
}
.modal-meteo-tmp {
  font-weight: normal;
  font-family: "futura-pt", "helvetica", arial, sans-serif;
  background: #bca261;
  color: #ffffff;
  padding-top: 1em;
  padding-bottom: 1em;
  margin-bottom: 1em;
}
.modal-meteo-tmp strong {
  font-size: 1.6em;
}
.modal-meteo-tmp span {
  float: left;
  width: 50%;
  font-size: 1.4em;
}
.modal-meteo-tmp-min {
  color: inherit;
}
.modal-meteo-day {
  font-size: 1.6em;
  text-transform: uppercase;
  color: #163951;
  font-weight: normal;
  font-family: "futura-pt", "helvetica", arial, sans-serif;
}
.moteur {
  font-size: 1.1em;
  padding: 15px 0;
}
.ui-widget-header {
  background: #cd0164 !important;
}
.ui-slider .ui-slider-handle {
  border: 1px solid #C7C7C7 !important;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  background: #F0F0F0 !important;
}
input[type=submit],
.btn-red-rect {
  padding: 5px 15px;
  background: #ccc;
  border: 0 none;
  cursor: pointer;
  background-color: #bd1c42;
  height: 40px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  margin: 0 auto;
}
p.centrer {
  text-align: center;
}
.ui-slider {
  position: relative;
  height: 0.4em;
  background-color: #9d9d9d;
  height: 1px;
  margin-top: 1.6em;
  margin-bottom: 3em;
}
.ui-slider .ui-slider-range {
  position: absolute;
  height: 0.4em;
  top: 50%;
  margin-top: -0.2em;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  width: 1em;
  height: 1em;
  background-color: #f3f3f3;
  top: 50%;
  margin-left: -0.5em;
  margin-top: -0.5em;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #9d9d9d;
  cursor: pointer;
}
.ui-slider .ui-slider-handle:focus {
  -webkit-outline: none;
  -moz-outline: none;
  -ms-outline: none;
  -o-outline: none;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.ui-slider .ui-slider-handle:after {
  content: attr(data-label);
  display: block;
  position: absolute;
  font-size: 0.65em;
  top: 100%;
  width: 6em;
  text-align: center;
  left: 50%;
  margin-left: -3em;
  color: #9d9d9d;
}
input:focus {
  outline: none;
}
.img_col_width {
  width: 100%;
  height: 420px;
}
.liste_tri {
  margin: 1em 0 1em 0;
}
.liste_tri li {
  display: inline-block;
  margin-right: 0.5em;
  padding-bottom: 10px;
}
.liste_tri li a,
.liste_tri li strong {
  background-color: #ffffff;
  height: 50px;
  line-height: 50px;
  color: #bd1c42;
  text-align: center;
  vertical-align: middle;
  font-weight: 300;
  display: block;
  padding: 0 2em;
}
.liste_tri li a:hover,
.liste_tri li strong:hover {
  background-color: #bd1c42;
  color: #ffffff;
}
.liste_tri li.active a,
.liste_tri li.active strong,
.liste_tri li strong.on {
  background-color: #bd1c42;
  color: #ffffff;
  font-weight: bold;
}
.plus_resultats {
  padding-bottom: 20px !important;
}
.btn-tri.btn-masquer {
  background-color: #bd1c42;
  text-transform: uppercase;
  font-size: 0.8em;
  font-weight: 500;
  text-align: center;
  color: #ffffff;
  width: 49%;
  float: left;
  margin: 0 auto;
  padding: 20px !important;
}
.btn-tri.btn-filtrer {
  background-color: #bca261;
  text-transform: uppercase;
  font-size: 0.8em;
  font-weight: 500;
  text-align: center;
  color: #ffffff;
  width: 49%;
  float: right;
  margin: 0 auto;
  padding: 20px !important;
}
.btn-tri a {
  color: #bd1c42;
  text-decoration: none;
  display: block;
  border: 1px solid blue;
}
.btn-tri a:active {
  background-color: #bd1c42;
  color: #ffffff;
}
.btn-long {
  background-color: #bd1c42;
  height: 50px;
  line-height: 50px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
}
.btn-long a {
  color: #ffffff;
}
.comments {
  color: #333333;
}
.comments a {
  color: #333333;
}
.comments a:hover {
  text-decoration: underline;
}
.comments .comments-feed {
  display: none;
}
.comments .comments-items .comment-item {
  background: #eeeeee;
  border: 1px solid #cfcfcf;
  padding: 1em 1em 0 1em;
  margin-bottom: 1em;
  list-style-type: none;
}
.comments .comments-items .comment-item .comment-reply {
  clear: both;
  text-align: right;
}
.comments .comments-items .comment-item .comment-reply a {
  color: #f8694d;
}
.comments .comments-items .comment-item .comment-item {
  background: #ffffff;
}
.comments .comments-items .comment-item form .submit {
  padding: 2px 10px;
  border: 0 none;
  cursor: pointer;
  background-color: #bd1c42;
  height: 40px;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  float: left;
  margin-right: 1em;
}
fieldset.qui.saisie_qui label {
  padding-right: 10px;
}
fieldset.qui.saisie_qui input {
  padding-left: 5px;
}
fieldset.qui.saisie_qui + fieldset {
  margin-top: 1em;
}
.comment-form fieldset + fieldset {
  margin-top: 1em;
}
.comment-form .previsualisation {
  background: #eeeeee;
  padding: 0.5em 1em 0 1em;
}
#formulaire_forum .preview {
  background: #eeeeee;
  padding: 0.5em 1em 0 1em;
  margin-bottom: 1em;
}
#formulaire_forum .preview legend {
  margin-bottom: 0;
}
#formulaire_forum .preview .previsualisation {
  padding: 0;
}
#formulaire_forum .preview p.boutons {
  margin-bottom: 0;
}
#footer .row {
  padding: 2em 0 2em 0;
}
#footer .menu_footer .navbar-nav li {
  float: none !important;
}
#footer .menu_footer .navbar-nav li a {
  padding: 0;
  margin: 0;
}
#footer .menu_footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .menu_footer ul li {
  padding: 0.25em 0 0.25em 0;
  font-size: 0.9em;
  line-height: 1.75em;
}
#footer .menu_footer ul li a {
  color: #bca261;
  text-transform: uppercase;
}
#footer .adresse {
  color: #ffffff;
  line-height: 1.75em;
  font-size: 0.9em;
}
#footer .adresse h4 {
  padding: 0;
  margin: 0;
  line-height: 1.75em;
  font-size: 1em;
}
#footer .adresse address {
  margin-bottom: 0;
  line-height: 1.75em;
}
#footer .adresse a {
  color: #ffffff;
  margin-left: 10px;
}
#footer .adresse ul {
  margin-top: 1em;
}
#footer .adresse ul li {
  liste-style: none;
  display: inline-block;
  vertical-align: middle;
  height: 45px;
}
#footer .adresse ul li span {
  display: block;
  height: 45px;
  padding-top: 8px;
}
#footer .adresse ul li i {
  font-size: 2.5em;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 2px 2px 2px 4px;
  background: #bca261;
}
.illustration {
  background-repeat: no-repeat;
  background-position: 50% -75px;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -ms-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  position: relative;
  height: 400px;
}
.illustration.ssmenu {
  background-position: 50% -9px;
  height: 140px;
}
.illustration .photo-credit {
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: right;
}
.illustration .photo-credit p {
  display: inline-block;
  background-color: #222222;
  background-color: rgba(34, 34, 34, 0.6);
  padding: 0.2em 1em;
  margin: 0;
  color: #ffffff;
}
.illustration .photo-credit .ss_rub_credit {
  font-size: 0.5em;
}
.plan_site .article h2,
.plan_site .article h3 {
  display: none;
}
.plan_site .article .retour {
  display: block;
  margin-bottom: 1em;
  color: #2f2f2f;
}
.plan_site .article .retour:hover {
  color: #000000;
}
.plan_site .article ul {
  margin: 0;
  padding: 0;
  padding-left: 1.2em;
  line-height: 1.6em;
}
.plan_site .article ul li a {
  color: #2f2f2f;
}
.plan_site .article ul.spip li {
  padding: 0;
}
.detail .row.carte + .row {
  margin-top: 0;
}
.detail .row .carte {
  margin-top: 0 !important;
}
.detail .row.bloc_reserver iframe,
.detail .row.bloc_dispos iframe {
  border: 0;
  width: 100%;
}
.detail .bloc_reserver iframe {
  min-height: 900px;
}
.detail .bloc_dispos iframe {
  min-height: 550px;
}
.detail .bloc_dispos.gdf iframe {
  min-height: 245px;
}
.detail .bons_plans h3 {
  text-align: center;
}
.detail h2 {
  font-size: 1.5em;
}
.detail h2#reserver {
  color: #ffffff;
}
.detail hr {
  border-color: rgba(255, 255, 255, 0.4);
}
.detail h1 {
  padding: 0px;
}
.detail h2 {
  padding-bottom: 20px;
}
.detail h2 img {
  max-height: 80px;
}
.detail .retour a {
  color: #000000;
}
.infos-offre li {
  display: block;
}
ul {
  padding: 0;
  margin: 0;
}
ul li.liste_offres {
  list-style: none;
}
ul li.liste_offres a:link {
  text-decoration: none;
}
ul li.liste_offres .une-offre + .une-offre {
  padding: 25px;
}
ul li.liste_offres .une-offre {
  height: 575px;
  text-align: center;
  margin-bottom: 25px;
  margin-top: 5px ;
}
ul li.liste_offres .une-offre .img-offre {
  height: 45%;
  background-color: black;
  overflow: hidden;
  padding: 0;
}
ul li.liste_offres .une-offre .img-offre img {
  min-height: 100%;
  min-width: 100%;
}
ul li.liste_offres .une-offre .img_ts img {
  max-height: 45px;
}
ul li.liste_offres .une-offre .contenu-offre {
  height: 45%;
  background-color: #ffffff;
  padding-top: 15%;
}
ul li.liste_offres .une-offre .contenu-offre h3 {
  text-transform: uppercase;
  font-size: 1.25em;
  color: #000000;
  margin-top: 0;
  padding: 0 10px;
}
ul li.liste_offres .une-offre .contenu-offre .localisation .icon-localisation {
  font-size: 2em;
  vertical-align: middle;
  color: #cfcfcf;
}
ul li.liste_offres .une-offre .contenu-offre .localisation span {
  vertical-align: middle;
}
ul li.liste_offres .une-offre .contenu-offre .icon-epi,
ul li.liste_offres .une-offre .contenu-offre .icon-star {
  font-size: 1.5em;
}
ul li.liste_offres .une-offre .prix-offre {
  height: 10%;
  background-color: #bca261;
  line-height: 45px;
  text-transform: uppercase;
  color: #ffffff;
}
ul li.liste_offres .une-offre .prix-offrespan {
  vertical-align: middle;
}
ul li.liste_offres .une-offre a {
  color: #000000;
}
table caption {
  color: black;
  margin-bottom: 10px;
}
table tbody tr td:first-child {
  font-size: 1em;
  font-weight: bold;
}
table tbody tr td:last-child {
  font-size: 0.8em;
}
table tbody tr td {
  padding: 10px;
  border: solid 1px gainsboro;
}
.contact h3 {
  padding: 0 0 10px 0;
  font-size: 30px;
  color: #7b7c7e;
}
.contact input.submit {
  width: 160px !important;
  height: 40px !important;
}
.contact input.text {
  width: 100%;
}
.row .formulaire_spip ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.row .formulaire_spip ul li {
  text-align: left;
}
.row .formulaire_spip ul li:first-child {
  margin-bottom: 0.85em;
}
.row .formulaire_spip ul select {
  margin-left: 10px;
}
.row .formulaire_spip textarea {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  height: 256px;
  max-height: 256px;
  min-height: 256px;
  border: 1px solid gainsboro;
  padding: 0 1em;
  height: 2em;
  line-height: 2em;
}
.row .formulaire_spip label {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 0.85em;
}
.row .formulaire_spip .boutons .submit {
  color: white;
  radius: 0.2em;
  font-size: 1em;
  font-weight: bold;
}
.row .formulaire_spip .reponse_formulaire {
  border-bottom: 1px solid red;
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 1em;
}
.row .formulaire_spip .reponse_formulaire_erreur {
  color: #e84828;
}
.row .formulaire_spip .erreur_message {
  color: #e84828;
  font-size: 0.85em;
}
.issuuembed.issuu-isrendered {
  width: 100% !important;
}
.row .formulaire_formidable label {
  display: block !important;
  margin-bottom: 1em;
  padding: 0.5em 0 0 ;
}
.row .formulaire_formidable select#champ_selection_1 {
  margin: 0;
  width: 100px;
}
.row .formulaire_formidable .boutons {
  text-align: center;
}
.row #modal-contact .modal-header,
.row #modal-newsletter .modal-header,
.row #modal-traduction .modal-header {
  background: #f3f3f3;
}
.row #modal-contact .modal-header .modal-title,
.row #modal-newsletter .modal-header .modal-title,
.row #modal-traduction .modal-header .modal-title {
  text-align: left;
  font-weight: 700;
}
.row #modal-contact .modal-header .close,
.row #modal-newsletter .modal-header .close,
.row #modal-traduction .modal-header .close {
  font-size: 1em;
  line-height: 2em;
  opacity: 1;
  text-shadow: none;
}
.icon-facebook {
  background-color: #3b5998;
  color: #ffffff;
}
.header_print {
  display: none;
}
.carte_iframe.masquer_legende .leaflet-top.leaflet-right {
  display: none !important;
}
@media (min-width: 1981px) {
  #myCarousel {
    height: 750px;
  }
}
@media (max-width: 1199px) {
  #myCarousel {
    height: 500px;
  }
  .container-fluid.menu #mainbar.navbar-default ul li {
    font-size: 1.4em !important;
  }
  .container-fluid.menu #mainbar.navbar-default ul li a {
    padding: 1.4em 0.6em !important;
  }
  .container-fluid.menu #mainbar.navbar-default ul.dropdown-menu.megamenu li:nth-child(6n) {
    clear: both;
  }
  .sommaire h2 {
    font-size: 1.5em;
  }
  .sommaire .bloc1 .img_col {
    min-height: 350px;
  }
  .sommaire .bloc5 .bloc_boutique ul {
    padding: 1em 0;
  }
  .sommaire .bloc5 .bloc_boutique ul li p {
    font-size: 1.8em;
  }
  .sommaire .bloc5 .bloc_aide ul {
    padding: 1em;
  }
  .article h1,
  .article h2.title {
    font-size: 2em;
  }
  .content .row-agenda select#periodes {
    width: 66%;
  }
  .img-fancy img {
    height: 100px !important;
  }
}
@media (max-width: 991px) {
  body {
    padding-top: 10px;
  }
  header .container-fluid.menu #mainbar .nav {
    padding: 0px 15px 0 0;
  }
  header .container-fluid.menu #mainbar .nav.toggle-navbar {
    padding-top: 70px;
  }
  header .container-fluid.menu #mainbar .nav .illustration.ssmenu {
    height: 100px;
  }
  header .container-fluid.menu.home #mainbar .nav.toggle-navbar {
    padding-top: 0px;
  }
  #myCarousel .titre_caroussel h1 {
    font-size: 2em;
  }
  .topbar li a:before {
    content: none !important;
  }
  #topbar.navbar-default .navbar-collapse,
  #topbar .navbar-default .navbar-form {
    border-color: #bca261;
    border-width: 75%;
    width: 80%;
    float: right;
  }
  #topbar .navbar-nav {
    padding: 0 !important;
  }
  #topbar .navbar-nav li {
    float: none;
  }
  #topbar.navbar-default {
    padding-bottom: 15px;
  }
  #topbar.navbar-default .navbar-brand.home img.brand {
    position: relative;
    width: 170px !important;
    height: 190px !important;
    z-index: 2;
  }
  .brand {
    width: 120px !important;
    height: 135px !important;
  }
  .navbar-header {
    float: none;
    padding-bottom: 10px;
  }
  .navbar-left,
  .navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
    display: none!important;
  }
  .navbar-collapse.collapse.in {
    display: block !important;
  }
  .navbar-nav {
    float: none!important;
    margin-top: 7.5px;
  }
  .navbar-nav li a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navbar-collapse {
    text-align: right;
  }
  input.visible-sm {
    display: inline-block !important;
  }
  .nav > li > a {
    display: inline-block !important;
  }
  .container-fluid.menu #mainbar.navbar-default ul li {
    font-size: 1.05em !important;
  }
  .breadcrumb {
    font-size: 0.5em;
  }
  .breadcrumb span {
    font-size: 1.5em;
  }
  h4 {
    font-size: 10px;
  }
  .sommaire .bloc1 .img_col {
    min-height: 250px;
  }
  .sommaire .bloc1 .img_col .fond_col {
    bottom: -25px;
  }
  .sommaire .bloc1 .img_col .titre_col {
    bottom: 0.5em;
  }
  .sommaire .bloc2 .titre_col {
    bottom: 1em;
    margin-left: 2em;
    font-size: 1em;
  }
  .sommaire .bloc2 .texte_bloc2 {
    font-size: 1.2em;
    text-transform: capitalize;
  }
  .sommaire .bloc3 .partie-rouge {
    float: right;
    display: inline-block;
    border-left: 30px solid transparent;
    border-bottom: 60px solid #bd1c42;
    height: 100%;
    vertical-align: middle;
    font-size: 2em;
  }
  .sommaire .bloc4 .row + .row {
    margin-top: 0 !important;
  }
  .sommaire .bloc4 .btn-red-rect {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .sommaire .bloc4 h3 {
    color: #bca261;
    padding: 10px 15px;
  }
  .sommaire .bloc4 .evenements:nth-child(4) {
    margin-top: 20px;
    clear: both;
  }
  .sommaire .bloc4 .evenements:nth-child(5) {
    margin-top: 20px;
  }
  .sommaire .bloc5 .bloc_regards .titre_col {
    padding: 0 0 1em 2em;
  }
  .sommaire .bloc5 .bloc_boutique ul {
    padding: 1em;
  }
  .sommaire .bloc5 .bloc_boutique ul li p {
    font-size: 1.4em;
  }
  ul li .une-offre {
    height: 375px !important;
  }
  ul li .une-offre .contenu-offre {
    padding-top: 10% !important;
  }
  ul li .une-offre .contenu-offre h3 {
    font-size: 1em !important;
  }
  ul li .une-offre .contenu-offre .localisation .icon-localisation {
    font-size: 1.5em !important;
  }
  ul li .une-offre .contenu-offre .localisation span {
    vertical-align: middle;
  }
  ul li .une-offre .contenu-offre .icon-epi,
  ul li .une-offre .contenu-offre .icon-star {
    font-size: 1em !important;
  }
  ul li .une-offre .prix-offre {
    line-height: 32px !important;
  }
  ul li .une-offre .prix-offrespan {
    vertical-align: middle;
  }
  ul li .une-offre a {
    color: #000000;
  }
  .content .row + .row .row-agenda {
    margin: 0px;
  }
  .content .row-agenda {
    margin: 0px;
  }
  .content .row-agenda label {
    width: 100%;
  }
  .content .row-agenda select {
    width: 100%;
    margin-bottom: 10px;
  }
  .content .row-agenda select#periodes {
    width: 100%;
  }
  .content .row-agenda .col-xs-1 {
    padding-left: 0;
    margin-right: 0;
  }
  .content .row-agenda .col-xs-12 {
    padding: 0;
  }
  .article #rubs .rub .ens-rub {
    height: 60px;
  }
  .article #rubs .rub .ens-rub .logo_art {
    max-height: 59px;
  }
  .article #rubs .rub .ens-rub .titre_art {
    line-height: 1;
  }
  .article #rubs .rub .ens-rub .titre_art h3 {
    font-size: 0.7em;
  }
  .article #rubs .rub .ens-rub .titre_art span {
    font-size: 0.5em;
  }
  .article #rubs .rub .ens-rub .read_art {
    line-height: 60px;
  }
  .btn {
    font-size: 12px;
  }
  div .btn-rect .btn-red-rect {
    font-size: 0.9em;
  }
  .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .container-fluid .navbar-brand {
    margin-left: 0 !important;
  }
  .texte-milieu {
    font-size: 0.7em;
  }
  .breadcrumb .ico-outils {
    width: 30px;
    height: 30px;
    line-height: 25px;
  }
  span.at4-icon.aticon-compact {
    width: 30px;
    height: 30px;
    line-height: 25px;
    background-size: 30px!important;
  }
  a.at-share-btn.at-svc-compact {
    max-width: 45px;
    max-height: 45px;
  }
  .row .formulaire_spip .boutons .submit {
    float: left;
  }
  .logos_sociaux {
    position: relative;
    top: 0 !important;
    right: 0;
    text-align: center;
  }
  .logos_sociaux ul li {
    margin: 5px;
    liste-style: none;
    display: inline-block;
    vertical-align: middle;
  }
  .logos_sociaux ul li span {
    display: block;
    height: 56px;
  }
  .logos_sociaux ul li span.cube-ico {
    padding-top: 10px;
  }
  .logos_sociaux.affix-top {
    position: relative !important;
  }
  .logos_sociaux.affix-bottom {
    position: relative !important;
  }
}
@media (max-width: 767px) {
  .navmenu,
  .navbar-offcanvas {
    width: 200px;
    border: 0;
  }
  .navbar-nav {
    margin: 0;
  }
  .navbar-nav .open .dropdown-menu {
    background-color: #1E1E1E;
  }
  .navbar-nav .open .dropdown-menu li {
    border-bottom: none;
  }
  .navbar-nav .open .dropdown-menu li a span {
    color: #ffffff;
    font-weight: 300;
    font-size: 0.8em;
  }
  .navbar-nav .open .dropdown-menu li div {
    padding-bottom: 3px;
    padding-top: 3px;
  }
  .navbar-default {
    background-color: #000000;
    border: 0px;
  }
  .navbar-default .navbar-toggle {
    border: 0px;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #ffffff;
  }
  .navbar-default .navbar-toggle:focus,
  .navbar-default .navbar-toggle:hover {
    background-color: transparent;
  }
  a.navbar-brand {
    top: 0;
    z-index: 1031;
    position: fixed;
    left: 0 !important;
  }
  .brand {
    width: auto !important;
    height: 50px !important;
  }
  .navbar-brand {
    padding: 0 15px;
  }
  .navmenu-nav {
    background-color: #1E1E1E;
    text-transform: uppercase;
    margin-top: 0;
  }
  .navmenu-nav .recherche_mob {
    background-color: #000000;
    height: 50px;
    line-height: 50px;
    color: #ffffff;
  }
  .navmenu-nav .recherche_mob .form-inline {
    text-align: center;
  }
  .navmenu-nav .recherche_mob .form-group {
    display: inline-block;
  }
  .navmenu-nav .recherche_mob button {
    float: right;
    background-color: transparent;
    color: white;
    border: 0;
    font-size: 2em;
    position: absolute;
    right: 10px;
    top: 0;
  }
  .navmenu-nav .recherche_mob .form-control {
    background-color: #1E1E1E;
  }
  .navmenu-nav .main-nav {
    background-color: white;
  }
  .navmenu-nav .main-nav a {
    color: #000000;
  }
  .navmenu-nav .main-nav .dropdown-menu {
    border-radius: 0px;
  }
  .navmenu-nav .topbar-nav {
    text-transform: capitalize;
  }
  .navmenu-nav .topbar-nav a {
    color: #ffffff;
  }
  .navmenu-nav .social-nav i {
    font-size: 2.5em;
    color: #ffffff;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: 2px 2px 2px 4px;
    background: #bca261;
  }
  .navmenu-nav .social-nav li a {
    padding-right: 0;
  }
  .navmenu-nav .footer-nav a {
    color: #bca261;
  }
  .navmenu-nav li {
    border-bottom: 1px solid rgba(207, 207, 207, 0.4);
  }
  .nav > li > a:focus,
  .nav > li > a:hover {
    background-color: transparent !important;
  }
  .canvas-slid .navbar-toggle,
  .canvas-sliding .navbar-toggle {
    display: none;
  }
  body {
    font-size: 12px;
  }
  .content {
    background: #ede6d3;
  }
  .content .row + .row {
    margin-bottom: 20px;
  }
  .content .row + .row .article {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
  }
  .fil-arianne {
    padding: 0;
  }
  .fil-arianne .retour-mob {
    text-transform: uppercase;
    background-color: #ffffff;
    padding: 10px 0;
    font-weight: 600;
    padding-left: 22px;
  }
  .fil-arianne .retour-mob a {
    color: #cd0164;
  }
  .img-fancy img {
    height: 75px !important;
  }
  .sommaire {
    padding: 40px 15px 0 15px !important;
  }
  .sommaire .bloc1,
  .sommaire .bloc2,
  .sommaire .bloc3,
  .sommaire .bloc5 {
    margin: 1em -15px 1em -15px;
  }
  .sommaire .row + .row {
    margin-bottom: 0em;
  }
  .sommaire .bloc1 .img_col {
    min-height: 135px;
    margin: 10px 0;
  }
  .sommaire .bloc1 .titre_col {
    bottom: 1.5em;
    margin-right: 1em;
    right: 0;
    text-align: right;
  }
  .sommaire .bloc1 .fond_col {
    right: 0;
  }
  .sommaire .bloc2 .titre_col {
    margin-left: 1em;
    top: 0.4em;
  }
  .sommaire .bloc2 .titre_col h2 {
    font-size: 1em;
    padding: 0;
    margin: 0;
  }
  .sommaire .bloc2 .titre_col p {
    margin: 0;
    line-height: 1;
  }
  .sommaire .bloc2 .titre_col .texte_bloc2 {
    font-size: 0.8em;
    text-transform: capitalize;
  }
  .sommaire .bloc3 .bons-plans {
    margin-top: 15px;
  }
  .sommaire .bloc3 .partie-rouge {
    border-bottom: 50px solid #bd1c42;
  }
  .sommaire .bloc3 .bons-plans {
    height: 50px;
    background-color: #000000;
    text-align: center;
    color: #ffffff;
    line-height: 50px;
  }
  .sommaire .bloc4 .evenements:nth-last-child(2) {
    margin-top: 0;
  }
  .sommaire .bloc4 .evenements:last-child {
    margin-top: 0;
  }
  .sommaire h3 {
    color: #bca261;
    padding: 10px 15px;
  }
  .sommaire .bloc5 {
    margin-bottom: 0 !important;
  }
  .sommaire .bloc5 .bloc_aide,
  .sommaire .bloc5 .bloc_boutique {
    height: 75px;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    line-height: 75px;
    margin: 0;
  }
  .sommaire .bloc5 .bloc_aide {
    background-color: #bca261;
  }
  .sommaire .bloc5 .bloc_boutique {
    background-color: #bd1c42;
  }
  .sommaire .bloc5 .bloc_boutique a {
    color: #ffffff;
    text-decoration: none;
  }
  .sommaire .bloc5 span {
    display: inline-block;
    line-height: 1.1;
    vertical-align: middle;
  }
  .sommaire .bloc5bis {
    background-color: #2f2f2f;
    padding-bottom: 20px;
    margin-top: 15px;
  }
  .sommaire .bloc5bis h3 {
    color: #bca261;
    text-transform: uppercase;
  }
  .sommaire .bloc5bis .contenu-regards {
    background-color: #ffffff;
    margin: 0px;
    height: 100px;
    overflow: hidden;
  }
  .sommaire .bloc5bis .contenu-regards .col-xs-4 {
    padding: 0;
  }
  .sommaire .bloc5bis .contenu-regards .col-xs-4 img {
    width: 100%;
  }
  .sommaire .bloc5bis .contenu-regards .titre_col {
    position: relative;
  }
  .sommaire .bloc5bis .contenu-regards h2 {
    color: #cd0164;
  }
  .sommaire .bloc5bis .contenu-regards span {
    color: #000000;
    text-transform: capitalize;
  }
  .sommaire .pub-sommaire img {
    margin: 0 auto;
  }
  .sommaire .addon {
    padding: 20px 0;
  }
  .sommaire .bloc1 .img_col .fond_col {
    bottom: 0;
  }
  .sommaire + .sommaire {
    padding-top: 0 !important;
  }
  .fond-agenda {
    padding: 0 15px !important;
    background-image: none;
    background-color: #F6F6F6;
    margin: 30px 0 0 0;
  }
  .fond-agenda .container {
    padding: 0;
  }
  .fond-agenda .evenements .contenu {
    min-height: 100px;
    width: 100%;
    color: #000000 !important;
    margin: 15px 0;
    -webkit-box-shadow: 0 0 2px 2px #DEDEDE;
    box-shadow: 0 0 2px 2px #DEDEDE;
  }
  .fond-agenda .evenements .contenu .titre {
    background-color: #ffffff;
    float: left;
    max-height: 100px;
    width: 100%;
  }
  .fond-agenda .evenements .contenu h4 {
    font-size: 13px;
  }
  .fond-agenda .evenements:hover .icon-plus {
    display: none;
  }
  .illustration {
    background-position: center top;
    height: 200px;
    background-size: 100% !important;
  }
  div .btn-rect .btn-red-rect {
    margin: 20px 0;
  }
  .container {
    padding: 40px 0 0 0;
  }
  .article {
    padding: 1em 2em;
  }
  .article h1,
  .article h2.title {
    font-size: 1.5em !important;
  }
  .ul_offres li {
    liste-style: none;
    display: inline-block;
    vertical-align: middle;
    height: 45px;
  }
  .ul_offres li span {
    display: block;
    height: 45px;
    padding-top: 8px;
  }
  .ul_offres li.liste_offres + .liste_offres {
    padding-top: 10px;
  }
  .ul_offres li.liste_offres {
    height: auto;
    width: 100%;
  }
  .ul_offres li.liste_offres:first-child {
    padding-top: 0;
  }
  .ul_offres li.liste_offres span {
    display: inline-block;
    height: auto;
    padding-top: 0;
  }
  .ul_offres li.liste_offres .une-offre + .une-offre {
    padding: 0px;
  }
  .ul_offres li.liste_offres .une-offre {
    height: 84px !important;
    text-align: left;
    text-transform: capitalize;
  }
  .ul_offres li.liste_offres .une-offre:first-child {
    margin-top: 0 !important;
  }
  .ul_offres li.liste_offres .une-offre .img-offre {
    height: 84px;
    padding: 0;
    background-color: transparent;
  }
  .ul_offres li.liste_offres .une-offre .img-offre img {
    min-height: 100%;
    height: auto;
  }
  .ul_offres li.liste_offres .une-offre .description-offre {
    padding: 0;
    height: 84px;
    background-color: #ffffff;
    overflow: hidden;
    padding-left: 5px;
  }
  .ul_offres li.liste_offres .une-offre .description-offre .contenu-offre {
    padding-top: 0 !important;
    height: auto;
    padding-left: 5px;
  }
  .ul_offres li.liste_offres .une-offre .description-offre .contenu-offre h3 {
    text-transform: capitalize;
    padding: 0;
    margin: 0;
    display: inline-block;
  }
  .ul_offres li.liste_offres .une-offre .description-offre .contenu-offre p {
    margin: 0;
    display: inline-block;
  }
  .ul_offres li.liste_offres .une-offre .description-offre .contenu-offre .localisation {
    font-size: 0.8em;
    margin: 5px 0;
  }
  .ul_offres li.liste_offres .une-offre .description-offre .contenu-offre .prix-offre {
    background-color: #ffffff;
    color: #bca261;
  }
  .ul_offres li.liste_offres .une-offre .description-offre .contenu-offre .prix-offre span {
    bottom: 5px;
    line-height: 1;
    position: absolute;
  }
  .ul_offres li.liste_offres .une-offre .description-offre .contenu-offre ul.liste_labels_img li {
    height: auto;
  }
  .ul_offres li.liste_offres .une-offre .description-offre .contenu-offre ul.liste_labels_img li img {
    height: 15px;
  }
  .plus_resultats .col-xs-6:first-child {
    padding-right: 0;
  }
  .plus_resultats .col-xs-6:nth-child(2) {
    padding-left: 0;
  }
  .title {
    margin-top: 0;
  }
  .addon {
    padding-bottom: 20px;
    text-align: center;
  }
  .addon .img-wrapper {
    display: inline-block;
    margin: 0 -2px;
  }
  .addon .img-wrapper img {
    max-width: 59px;
  }
  .arrow-more {
    top: 0px;
    padding-top: 0;
    font-size: 2em;
  }
  .doc ul li span {
    display: inline-block;
  }
  .btn-long.btn-plus-offres {
    margin: 0 15px;
  }
  .pub {
    padding: 15px;
  }
  .info-contact {
    margin: 0 30px 10px 30px;
  }
  .rub {
    padding-right: 0;
    display: block !important;
  }
  .rub .aff-rub img {
    margin: 0 auto;
    padding-right: 0;
    width: 100%;
  }
  .rub .aff-rub .read_more {
    padding: 15px;
  }
  .rub .aff-rub .read_more .btn {
    margin-right: 0 !important;
  }
  .rub .titre_art p {
    font-size: 0.7em !important;
  }
  .rub .ens-rub {
    border: solid 1px #EBEBEB;
  }
  .rub .ens-rub p {
    font-weight: 400;
  }
  .rub .ens-rub .col-img {
    padding: 0;
  }
  .rub .ens-rub .no-img {
    background-color: #EBEBEB;
    width: 90px;
    height: 80px;
  }
  .rub.hidden-xs {
    display: none !important;
  }
  .img_col_width {
    height: 150px;
  }
  .btn-tri {
    font-size: 0.8em;
    margin: 0 !important;
    margin-top: 25px !important;
  }
  .btn-tri.btn-hot {
    margin-left: 15px !important;
  }
  .article .rub .center-row .center-col {
    display: block;
  }
  .center-col.col-xs-12.col-sm-2.text-right.read_more {
    padding-left: 15px;
    padding-top: 15px;
    text-align: left;
  }
  #footer {
    padding: 0 15px;
  }
  #footer .adresse {
    text-align: left;
  }
  .row.carte_cluny {
    width: 75%;
    margin: 0 AUTO;
  }
  .modal-content {
    margin: 44px auto 0px;
    max-width: 260px;
  }
  #modal_meteo h3 {
    padding: 0.3em;
  }
  .modal-meteo-day {
    font-size: 1.2em;
    padding-top: 5px;
    left: 0;
    padding-left: 25px;
    text-align: left;
  }
  .modal-meteo-ico {
    padding-top: 0;
    padding-bottom: 0;
    left: -10px;
  }
  .modal-meteo-tmp {
    padding-top: 0em;
    padding-bottom: 0.8em;
    background: transparent;
    color: #bca261;
    right: 24px;
  }
  .modal-meteo-tmp span {
    font-size: 1em;
  }
  .modal-meteo + .modal-meteo {
    border-left: 0px;
  }
  .formulaire_moteur_recherche_listing {
    padding-top: 10px;
  }
}
@media (min-width: 550px) and (max-width: 768px) {
  .illustration {
    height: 300px;
    background-position: 50% -40px;
    background-size: 100% !important;
  }
  .ul_offres li.liste_offres .une-offre {
    height: 110px !important;
  }
  .une-offre {
    height: 110px !important;
  }
  .une-offre .img-offre {
    height: 110px !important;
  }
  .une-offre .description-offre {
    height: 110px !important;
  }
}
/* Landscape phones and down */
