@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-1 {
    width: 8.3333333333%;
  }

  .col-sm-2 {
    width: 16.6666666667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.3333333333%;
  }

  .col-sm-5 {
    width: 41.6666666667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.3333333333%;
  }

  .col-sm-8 {
    width: 66.6666666667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.3333333333%;
  }

  .col-sm-11 {
    width: 91.6666666667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.3333333333%;
  }

  .col-sm-pull-2 {
    right: 16.6666666667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.3333333333%;
  }

  .col-sm-pull-5 {
    right: 41.6666666667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.3333333333%;
  }

  .col-sm-pull-8 {
    right: 66.6666666667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.3333333333%;
  }

  .col-sm-pull-11 {
    right: 91.6666666667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.3333333333%;
  }

  .col-sm-push-2 {
    left: 16.6666666667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.3333333333%;
  }

  .col-sm-push-5 {
    left: 41.6666666667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.3333333333%;
  }

  .col-sm-push-8 {
    left: 66.6666666667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.3333333333%;
  }

  .col-sm-push-11 {
    left: 91.6666666667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-1 {
    width: 8.3333333333%;
  }

  .col-md-2 {
    width: 16.6666666667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.3333333333%;
  }

  .col-md-5 {
    width: 41.6666666667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.3333333333%;
  }

  .col-md-8 {
    width: 66.6666666667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.3333333333%;
  }

  .col-md-11 {
    width: 91.6666666667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.3333333333%;
  }

  .col-md-pull-2 {
    right: 16.6666666667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.3333333333%;
  }

  .col-md-pull-5 {
    right: 41.6666666667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.3333333333%;
  }

  .col-md-pull-8 {
    right: 66.6666666667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.3333333333%;
  }

  .col-md-pull-11 {
    right: 91.6666666667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.3333333333%;
  }

  .col-md-push-2 {
    left: 16.6666666667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.3333333333%;
  }

  .col-md-push-5 {
    left: 41.6666666667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.3333333333%;
  }

  .col-md-push-8 {
    left: 66.6666666667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.3333333333%;
  }

  .col-md-push-11 {
    left: 91.6666666667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  .col-lg-1 {
    width: 8.3333333333%;
  }

  .col-lg-2 {
    width: 16.6666666667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.3333333333%;
  }

  .col-lg-5 {
    width: 41.6666666667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.3333333333%;
  }

  .col-lg-8 {
    width: 66.6666666667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.3333333333%;
  }

  .col-lg-11 {
    width: 91.6666666667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.3333333333%;
  }

  .col-lg-pull-2 {
    right: 16.6666666667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.3333333333%;
  }

  .col-lg-pull-5 {
    right: 41.6666666667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.3333333333%;
  }

  .col-lg-pull-8 {
    right: 66.6666666667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.3333333333%;
  }

  .col-lg-pull-11 {
    right: 91.6666666667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.3333333333%;
  }

  .col-lg-push-2 {
    left: 16.6666666667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.3333333333%;
  }

  .col-lg-push-5 {
    left: 41.6666666667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.3333333333%;
  }

  .col-lg-push-8 {
    left: 66.6666666667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.3333333333%;
  }

  .col-lg-push-11 {
    left: 91.6666666667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }

  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: 20px;
  }
}
.col-ms-1,
.col-ms-2,
.col-ms-3,
.col-ms-4,
.col-ms-5,
.col-ms-6,
.col-ms-7,
.col-ms-8,
.col-ms-9,
.col-ms-10,
.col-ms-11,
.col-ms-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 480px) and (max-width: 767px) {
  .container {
    max-width: 748px;
  }

  .hidden-xs {
    display: block !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .col-ms-1, .col-ms-2, .col-ms-3, .col-ms-4, .col-ms-5, .col-ms-6, .col-ms-7, .col-ms-8, .col-ms-9, .col-ms-10, .col-ms-11, .col-ms-12 {
    float: left;
  }

  .col-ms-1 {
    width: 8.3333333333%;
  }

  .col-ms-2 {
    width: 16.6666666667%;
  }

  .col-ms-3 {
    width: 25%;
  }

  .col-ms-4 {
    width: 33.3333333333%;
  }

  .col-ms-5 {
    width: 41.6666666667%;
  }

  .col-ms-6 {
    width: 50%;
  }

  .col-ms-7 {
    width: 58.3333333333%;
  }

  .col-ms-8 {
    width: 66.6666666667%;
  }

  .col-ms-9 {
    width: 75%;
  }

  .col-ms-10 {
    width: 83.3333333333%;
  }

  .col-ms-11 {
    width: 91.6666666667%;
  }

  .col-ms-12 {
    width: 100%;
  }

  .col-ms-pull-0 {
    right: auto;
  }

  .col-ms-pull-1 {
    right: 8.3333333333%;
  }

  .col-ms-pull-2 {
    right: 16.6666666667%;
  }

  .col-ms-pull-3 {
    right: 25%;
  }

  .col-ms-pull-4 {
    right: 33.3333333333%;
  }

  .col-ms-pull-5 {
    right: 41.6666666667%;
  }

  .col-ms-pull-6 {
    right: 50%;
  }

  .col-ms-pull-7 {
    right: 58.3333333333%;
  }

  .col-ms-pull-8 {
    right: 66.6666666667%;
  }

  .col-ms-pull-9 {
    right: 75%;
  }

  .col-ms-pull-10 {
    right: 83.3333333333%;
  }

  .col-ms-pull-11 {
    right: 91.6666666667%;
  }

  .col-ms-pull-12 {
    right: 100%;
  }

  .col-ms-push-0 {
    left: auto;
  }

  .col-ms-push-1 {
    left: 8.3333333333%;
  }

  .col-ms-push-2 {
    left: 16.6666666667%;
  }

  .col-ms-push-3 {
    left: 25%;
  }

  .col-ms-push-4 {
    left: 33.3333333333%;
  }

  .col-ms-push-5 {
    left: 41.6666666667%;
  }

  .col-ms-push-6 {
    left: 50%;
  }

  .col-ms-push-7 {
    left: 58.3333333333%;
  }

  .col-ms-push-8 {
    left: 66.6666666667%;
  }

  .col-ms-push-9 {
    left: 75%;
  }

  .col-ms-push-10 {
    left: 83.3333333333%;
  }

  .col-ms-push-11 {
    left: 91.6666666667%;
  }

  .col-ms-push-12 {
    left: 100%;
  }

  .col-ms-offset-0 {
    margin-left: 0%;
  }

  .col-ms-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-ms-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-ms-offset-3 {
    margin-left: 25%;
  }

  .col-ms-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-ms-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-ms-offset-6 {
    margin-left: 50%;
  }

  .col-ms-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-ms-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-ms-offset-9 {
    margin-left: 75%;
  }

  .col-ms-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-ms-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-ms-offset-12 {
    margin-left: 100%;
  }
}
.visible-xs, .visible-ms {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-ms-block,
.visible-ms-inline,
.visible-ms-inline-block {
  display: none !important;
}

@media (max-width: 479px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 479px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 479px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 479px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .visible-ms {
    display: block !important;
  }

  table.visible-ms {
    display: table !important;
  }

  tr.visible-ms {
    display: table-row !important;
  }

  th.visible-ms,
  td.visible-ms {
    display: table-cell !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .visible-ms-block {
    display: block !important;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .visible-ms-inline {
    display: inline !important;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .visible-ms-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 479px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .hidden-ms {
    display: none !important;
  }
}
@font-face {
  font-family: 'sres_icon';
  src: url("fonts/sres_icon.eot?fgaski");
  src: url("fonts/sres_icon.eot?fgaski#iefix") format("embedded-opentype"), url("fonts/sres_icon.ttf?fgaski") format("truetype"), url("fonts/sres_icon.woff?fgaski") format("woff"), url("fonts/sres_icon.svg?fgaski#sres_icon") format("svg");
  font-weight: normal;
  font-style: normal;
}
body {
  color: #293841;
  font-family: 'Source Sans Pro';
  font-size: 15px;
}

h1 {
  font-size: 36px;
  text-transform: uppercase;
}

.normes-ul-entete-ul h1 {
  text-transform: none;
}

h2 {
  font-size: 26px;
  margin-top: 30px;
  margin-bottom: 10px;
}

h3 {
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 10px;
}

h4 {
  font-size: 21px;
  margin-top: 15px;
  margin-bottom: 10px;
}

h5 {
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 10px;
}

h6 {
  font-size: 15px;
  margin-top: 5px;
  margin-bottom: 10px;
}

h1,
h2,
h3,
h4 {
  font-weight: 300;
}

h5,
h6 {
  font-weight: 700;
}

a {
  text-decoration: none;
  color: #1e718e;
}

ol ol {
  list-style-type: lower-alpha;
}

li {
  margin-bottom: 5px;
}

.texte-blanc, .gris-fonce,
.niveau3, .bleu-pale,
.niveau4, .bleu-niveau5,
.niveau5, .bleu-fonce,
.niveau6 {
  color: #fff;
}

.souligne {
  overflow: hidden;
  text-align: center;
  width: 85%;
  margin: 0 auto;
}
.souligne h1,
.souligne h2,
.souligne h3,
.souligne h4,
.souligne h5,
.souligne h6 {
  text-transform: uppercase;
  display: inline-block;
  padding: 0 15px;
  position: relative;
  margin: 30px 0;
}
.souligne h1:before, .souligne h1:after,
.souligne h2:before,
.souligne h2:after,
.souligne h3:before,
.souligne h3:after,
.souligne h4:before,
.souligne h4:after,
.souligne h5:before,
.souligne h5:after,
.souligne h6:before,
.souligne h6:after {
  background: #939aa0;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 50%;
  width: 1000%;
}
.souligne h1:before,
.souligne h2:before,
.souligne h3:before,
.souligne h4:before,
.souligne h5:before,
.souligne h6:before {
  right: 100%;
}
.souligne h1:after,
.souligne h2:after,
.souligne h3:after,
.souligne h4:after,
.souligne h5:after,
.souligne h6:after {
  left: 100%;
}

.bouton-explorer {
  border: 1px solid #fff;
  display: inline-block;
  color: #fff;
  padding: 12px 15px;
  text-decoration: none;
  font-weight: 300;
  font-size: 18px;
  margin: 10px 0;
  text-align: center;
  width: 100%;
}
.bouton-explorer:hover {
  background-color: rgba(0, 0, 0, 0.25);
}

.section-accueil .bouton-explorer,
.futurs-residents-haut .bouton-explorer,
.hebergement-hotelier .bouton-explorer {
  background-color: rgba(0, 0, 0, 0.25);
  max-width: 425px;
  margin-left: 0;
  margin-right: 0;
}
.section-accueil .bouton-explorer:hover,
.futurs-residents-haut .bouton-explorer:hover,
.hebergement-hotelier .bouton-explorer:hover {
  background-color: rgba(0, 0, 0, 0.6);
}

.niveau1 .bouton-explorer,
.niveau2 .bouton-explorer {
  border-color: #000;
  color: #000;
}

.preparer-arrivee .bouton-explorer {
  margin: 60px 0;
}

.services a.bouton-explorer {
  margin: 0px 0 45px;
}

.gallerie .bouton-explorer {
  background-color: #707070;
}

p + p:last-child .bouton-explorer {
  margin-bottom: 25px !important;
}

.gallerie p:last-child .bouton-explorer:last-child {
  margin-bottom: 0 !important;
}

.proximite h3 {
  font-weight: 300;
}
.proximite .bouton-explorer {
  border: 1px solid #000;
  color: #000;
  margin: 20px 0 0 0;
  width: auto;
}

.middle .ce-menu {
  list-style-type: none;
}
.middle .ce-menu a {
  border: 1px solid #fff;
  display: inline-block;
  color: #fff;
  padding: 12px 15px;
  text-decoration: none;
  font-weight: 300;
  font-size: 18px;
  margin: 0 10px;
  width: 100%;
  margin-bottom: 15px;
}
.middle .ce-menu a:hover {
  background-color: rgba(0, 0, 0, 0.6);
}

.futurs-residents-bas .middle ul.ce-menu {
  margin: 0 auto;
}
.futurs-residents-bas .middle ul.ce-menu li a {
  background-color: rgba(0, 0, 0, 0.25);
  margin: 10px 0;
  width: 100%;
}
.futurs-residents-bas .middle ul.ce-menu li a:hover {
  background-color: rgba(0, 0, 0, 0.6);
}

.texte-moyen,
.texte-large {
  font-size: 18px;
}

.texte-petit,
.texte-moyen,
.texte-large {
  margin: 10px auto;
  max-width: 730px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}

.centre {
  margin-left: auto;
  margin-right: auto;
}

.align-center {
  text-align: center;
}

.ce-center .align-center {
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
}

.align-left {
  text-align: left;
}

.align-rigth {
  text-align: right;
}

.align-justify {
  text-align: justify;
}

p.telephone {
  font-size: 36px;
  margin: 0 0 10px 0;
}
p.telephone a {
  color: #fff;
}

.alpha {
  list-style-type: lower-alpha;
}

.visually-hidden {
  /*https://developer.yahoo.com/blogs/ydn/clip-hidden-content-better-accessibility-53456.html*/
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

body:hover .visually-hidden a,
body:hover .visually-hidden input,
body:hover .visually-hidden button {
  display: none !important;
}

.souligne + .row.contenu {
  padding-top: 0;
}

@media (min-width: 768px) {
  p.marge-bas-20 {
    padding-bottom: 20px;
  }

  h2 {
    font-size: 30px;
  }

  .bouton-explorer {
    width: 280px;
  }

  .proximite .bouton-explorer {
    width: auto;
  }

  .futurs-residents-haut .bouton-explorer,
  .hebergement-hotelier .bouton-explorer {
    width: 100%;
  }

  .futurs-residents-bas .middle ul.ce-menu {
    padding: 0;
    max-width: 425px;
  }
  .futurs-residents-bas .middle ul.ce-menu li a {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .futurs-residents-haut .bouton-explorer,
  .hebergement-hotelier .bouton-explorer {
    margin: 10px 0 20px;
  }

  p.telephone {
    margin: 0 0 20px 0;
  }
}
body {
  background-color: #f2f2f2;
}

.residences .row div.col-md-12.sans-padding,
.residences .row.sans-padding,
.residences .row.sans-padding .col-md-12,
.residences .row .color .col-md-12 {
  padding-left: 0;
  padding-right: 0;
}

.residences .row .color .middle {
  padding-left: 0;
  padding-right: 0;
}

.residences .row .color.sans-padding .middle {
  padding-left: 0;
  padding-right: 0;
}

.row {
  margin-left: 0;
  margin-right: 0;
}
.row [class*="col-"]:first-child {
  padding-left: 0;
}
.row [class*="col-"]:last-child {
  padding-right: 0;
}
.row [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}

.container-fluid {
  padding: 0;
}

.table {
  display: table;
  width: 100%;
}

.middle {
  display: table-cell;
  vertical-align: middle;
}

.gris-pale,
.niveau1 {
  background-color: #e5e5e5;
}

.gris-moyen,
.niveau2 {
  background-color: #bdc6cb;
}

.gris-fonce,
.niveau3 {
  background-color: #727d83;
}

.bleu-pale,
.niveau4 {
  background-color: #4c6371;
}

.bleu-niveau5,
.niveau5 {
  background-color: #394C56;
}

.bleu-fonce,
.niveau6 {
  background-color: #293841;
}

.clear {
  clear: both;
}

.color .middle {
  padding: 30px 0;
}
.color .middle > div .ce-bodytext > :first-child,
.color .middle > div > :first-child {
  padding-top: 0;
  margin-top: 0;
}
.color .middle > div .ce-bodytext > :last-child,
.color .middle > div > :last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

.section-gallerie .middle {
  padding: 0 0;
}

.color .niveau3 a,
.color .niveau3 a:visited,
.color .niveau4 a,
.color .niveau4 a:visited,
.color .niveau5 a,
.color .niveau5 a:visited,
.color .niveau6 a,
.color .niveau6 a:visited {
  color: #9ebdcd;
}

.marge-haut-5 {
  margin-top: 5px;
}

.marge-haut-10 {
  margin-top: 10px;
}

.marge-haut-15 {
  margin-top: 15px;
}

.marge-haut-20 {
  margin-top: 20px;
}

.marge-haut-25 {
  margin-top: 25px;
}

.marge-haut-30 {
  margin-top: 30px;
}

.marge-haut-35 {
  margin-top: 35px;
}

.marge-haut-40 {
  margin-top: 40px;
}

.marge-haut-45 {
  margin-top: 45px;
}

.marge-haut-neg-5 {
  margin-top: -5px;
}

.marge-haut-neg-10 {
  margin-top: -10px;
}

.marge-haut-neg-15 {
  margin-top: -15px;
}

.marge-haut-neg-20 {
  margin-top: -20px;
}

.marge-haut-neg-25 {
  margin-top: -25px;
}

.marge-haut-neg-30 {
  margin-top: -30px;
}

.marge-haut-neg-35 {
  margin-top: -35px;
}

.marge-haut-neg-40 {
  margin-top: -40px;
}

.marge-haut-neg-45 {
  margin-top: -45px;
}

.section-promo {
  text-align: center;
}
.section-promo .gauche,
.section-promo .droite {
  background-color: #bdc6cb;
}
.section-promo table.promo {
  width: 100%;
  margin-top: 0;
}
.section-promo table.promo tr {
  background-color: transparent;
}
.section-promo table.promo tr td {
  padding: 0;
}
.section-promo table.promo thead {
  background-color: #293841;
}
.section-promo table.promo thead h3 {
  color: #fff;
  padding: 10px 0;
  margin: 0;
}
.section-promo table.promo tbody {
  background-color: #fff;
}
.section-promo table.promo tbody tr:nth-child(odd) {
  background-color: transparent;
}
.section-promo table.promo tbody tr:first-child td {
  padding: 30px 20px;
  border-left: 5px solid #ccc;
  border-bottom: 5px solid #ccc;
  vertical-align: top;
}
.section-promo table.promo tbody tr:first-child td:first-child {
  border-left-width: 0;
}
.section-promo table.promo tbody tr:last-child td {
  height: 44px;
}
.section-promo table.promo tbody p {
  margin: 0;
}
.section-promo table.promo tbody h4 {
  margin: 0;
}
.section-promo table.promo .texte-promo,
.section-promo table.promo .texte-promo-parmois {
  font-size: 16px;
}
.section-promo table.promo p.texte-promo {
  margin-top: 30px;
}
.section-promo table.promo .texte-promo-montant {
  font-size: 40px;
  padding: 10px 0;
  color: #000;
}
.section-promo table.promo p.texte-promo-parmois {
  background-color: #bdc6cb;
  color: #293841;
}
.section-promo table.promo a.reserver {
  display: block;
  width: 100%;
  text-decoration: none;
  padding: 10px 5px;
  border: 1px solid #fff;
  color: #fff;
  background-color: #727d83;
}
.section-promo table.promo p.texte-promo-parmois {
  display: inline-block;
  padding: 0 10px;
}

table {
  margin-bottom: 20px;
}
table h1,
table h2,
table h3,
table h4,
table h5,
table h6 {
  margin: 5px 0 5px 0;
}
table th {
  background-color: #bdc6cb;
}
table tr:nth-child(odd) {
  background-color: #E5E5E5;
}
table tr td,
table tr th {
  padding: 5px;
  vertical-align: top;
}

.titre-de-page h1 {
  margin-bottom: 10px;
}
.titre-de-page .texte-moyen {
  font-size: 18px;
  margin-bottom: 0;
}
.titre-de-page .texte-moyen p {
  margin-bottom: 0;
}
.titre-de-page + .row, .titre-de-page + .formule-background {
  margin-top: 80px;
}

@media (min-width: 992px) {
  .section-promo .gauche .colcontent {
    padding-right: 20px;
  }
  .section-promo .droite .colcontent {
    padding-left: 20px;
  }
}
.item-service, .menu-services li,
.liste-service li {
  float: left;
  margin: 0 0 45px 0px;
  width: 25%;
}
.item-service.clear-small, .menu-services li.clear-small,
.liste-service li.clear-small {
  margin: 0 5% 80px 20%;
}
.item-service.separator-li, .menu-services li.separator-li,
.liste-service li.separator-li {
  display: block;
}
.item-service a, .menu-services li a,
.liste-service li a {
  text-decoration: none;
}
.item-service .icone, .menu-services li .icone,
.liste-service li .icone {
  display: block;
  font-family: 'sres_icon' !important;
  font-size: 4em;
}

.menu-simple {
  display: none;
}

.menu-services,
.liste-service {
  text-align: center;
  list-style-type: none;
}

.menu-services {
  padding: 0px 30px;
}
.menu-services li {
  float: right;
  width: 40%;
  margin: 0 0 100px 0;
}
.menu-services li .icone {
  font-size: 80px;
}
.menu-services li.clear-small {
  margin: 0 0 100px 0;
  float: left;
}
.menu-services li.separator-li {
  display: none;
}

.residences .normes-ul-navigation-principale.blanc-sousmenu-gris div > ul > li:first-child > a {
  border-left: none !important;
}
.residences .normes-ul-navigation-principale.blanc-sousmenu-gris div > ul > li > a {
  color: #75797b;
}
.residences .normes-ul-entete-ul .entete-contenu {
  max-width: initial;
}
.residences .organisation div h1 a {
  line-height: 1.25;
  font-weight: 300;
  font-size: 18px;
}
.residences .organisation div > a:nth-child(1) {
  line-height: 1.25;
  font-weight: 700;
  font-size: 16px;
}
.residences .organisation div > a:nth-child(2) {
  line-height: 20px;
  font-weight: 300;
  font-size: 18px;
}
.residences .organisation div a:only-child {
  line-height: 20px;
  font-weight: 300;
  font-size: 18px;
}
.residences .souligne.filarianne {
  padding-top: 1.5em;
}
.residences .souligne.filarianne a {
  color: #000;
  display: inline-block;
  padding-right: 5px;
}
.residences .souligne.filarianne a:hover {
  text-decoration: underline;
}
.residences .background-sres-hub-gestion .souligne.filarianne a {
  color: #fff;
}

.liste-service .col-md-12 > div .table {
  width: 85%;
  margin: 0 auto;
}
.liste-service .middle {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.liste-service .souligne {
  width: 100%;
}
.liste-service .souligne h2 {
  margin: 45px 0 45px;
}
.liste-service .item-service, .liste-service .menu-services li, .menu-services .liste-service li,
.liste-service li {
  padding: 0px 20px 0px;
  width: 100%;
}
.liste-service .item-service .icone, .liste-service .menu-services li .icone, .menu-services .liste-service li .icone,
.liste-service li .icone {
  font-size: 85px;
}
.liste-service .item-service p, .liste-service .menu-services li p, .menu-services .liste-service li p,
.liste-service li p {
  font-size: 15px;
}
.liste-service .item-service h4, .liste-service .menu-services li h4, .menu-services .liste-service li h4,
.liste-service li h4 {
  font-size: 24px;
  margin: 10px 0px;
  text-transform: none;
}
.liste-service .item-service .plus, .liste-service .menu-services li .plus, .menu-services .liste-service li .plus,
.liste-service li .plus {
  background: transparent url(../images/plus-fonce.png) no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}
.liste-service .item-service a, .liste-service .menu-services li a, .menu-services .liste-service li a,
.liste-service li a {
  color: #293841;
}
.liste-service .niveau4 {
  color: #fff;
}
.liste-service .niveau4 .item-service a, .liste-service .niveau4 .menu-services li a, .menu-services .liste-service .niveau4 li a,
.liste-service .niveau4 li a {
  color: #fff;
}
.liste-service .niveau4 .item-service .plus, .liste-service .niveau4 .menu-services li .plus, .menu-services .liste-service .niveau4 li .plus,
.liste-service .niveau4 li .plus {
  background: transparent url(../images/plus-blanc.png) no-repeat;
}

.clear-small {
  clear: both;
}

.residences .normes-ul-navigation-principale div > ul {
  text-align: center;
}
.residences .normes-ul-navigation-principale div > ul > li {
  float: none;
}
.residences .normes-ul-navigation-principale.blanc-sousmenu-gris div > ul > li:first-child > a,
.residences .normes-ul-navigation-principale.blanc-sousmenu-gris div > ul > li > a,
.residences .normes-ul-navigation-principale.blanc-sousmenu-gris div > ul > li > a:hover,
.residences .normes-ul-navigation-principale.blanc-sousmenu-gris div > ul > li[class="current"] > a {
  border-left: none;
  border-right: none !important;
}
.residences .normes-ul-pied-page.blanc [class^="icon"] {
  color: #293841;
}
.residences .normes-ul-pied-page .communication .bouton {
  background: #293841;
}
.residences .normes-ul-entete-ul .entete-contenu {
  padding: 0 15px;
}
.residences .normes-ul-pied-page .pied-page-contenu {
  padding: 50px 15px;
}
.residences .normes-ul-pied-page .copyright p {
  padding: 8px 15px;
}
.residences .nav-mobile > .nav-mobile-content {
  display: none;
}

@media (min-width: 768px) {
  .menu-services li {
    float: none;
    display: inline-block;
    vertical-align: top;
    width: 24%;
  }
  .menu-services li.clear-small {
    float: none;
  }

  .gris-semitransparent {
    background-color: rgba(41, 56, 65, 0.5);
  }

  .liste-service :nth-child(2n+0) {
    clear: both;
  }
  .liste-service .item-service, .liste-service .menu-services li, .menu-services .liste-service li,
  .liste-service li {
    width: 50%;
  }

  .residences .normes-ul-pied-page .bloc-carte {
    max-width: 256px;
  }
}
@media (min-width: 992px) {
  .residences .nav-mobile {
    height: 325px;
  }
  .residences .normes-ul-nav-mobile-wrapper,
  .residences .nav-mobile-trigger {
    display: block !important;
    clear: right;
  }
  .residences #nav-toggle {
    padding: 13px 10px 10px 25px;
    width: 60px;
    margin-top: 13px;
  }
  .residences .normes-ul-entete-ul .switch-langue {
    clear: none;
  }
  .residences .nav-mobile-content {
    border-left: solid 1px #c5c5c5;
    border-bottom: solid 1px #c5c5c5;
    display: none;
  }
  .residences .menu-full,
  .residences .nav-mobile-content .general,
  .residences .nav-mobile-recherche {
    display: none;
  }
  .residences .menu-simple,
  .residences .menu-simple .nav-mobile-content {
    display: block;
  }
  .residences .normes-ul-nav-mobile-wrapper ul {
    width: 490px;
    right: 0;
    left: auto;
    padding: 20px 0 0 0;
    background-color: #fff;
  }
  .residences .normes-ul-nav-mobile-wrapper .dernier-item-principal:after {
    height: 0;
  }
  .residences .normes-ul-entete-ul .entete-contenu {
    padding: 0 60px;
  }
  .residences .normes-ul-pied-page .pied-page-contenu {
    padding: 50px 60px;
  }
  .residences .normes-ul-pied-page .copyright p {
    padding: 8px 60px;
  }
  .residences .liste-service :nth-child(2n+0) {
    clear: none;
  }
  .residences .liste-service :nth-child(4n+2) {
    clear: both;
  }
  .residences .liste-service .item-service, .residences .liste-service .menu-services li, .menu-services .residences .liste-service li,
  .residences .liste-service li {
    width: 25%;
  }
  .residences .liste-service .souligne h2 {
    margin: 80px 0 80px;
  }
}
@media only screen and (min-width: 993px) {
  .residences .normes-ul-entete-ul:before {
    width: 90%;
  }
}
@media (min-width: 1200px) {
  .menu-services li {
    padding: 0 50px;
  }
}
.bloc-texte-important {
  background-color: rgba(41, 56, 65, 0.5);
  color: #fff;
  padding: 10px 20px;
}
.bloc-texte-important a {
  color: #fff;
  font-weight: 900;
}
.bloc-texte-important a:hover {
  text-decoration: underline;
}

.section-accueil .avec-image {
  background-size: cover;
}
.section-accueil .middle {
  padding-top: 40px;
}
.section-accueil h2,
.section-accueil p {
  text-shadow: 0 0 5px #2f2f2f;
}

.residents-actuels,
.condition-location {
  background-size: cover;
  height: 415px;
  padding: 0;
  color: #fff;
  text-align: center;
}
.residents-actuels a,
.condition-location a {
  color: #9ebdcd;
}
.residents-actuels a.bouton-explorer,
.condition-location a.bouton-explorer {
  color: #fff;
}
.residents-actuels .droite .middle,
.condition-location .droite .middle {
  background-color: rgba(0, 0, 0, 0.3);
  height: 415px;
}

.condition-location {
  padding: 0;
  height: auto;
}
.condition-location .gauche {
  display: none;
}
.condition-location .droite .middle {
  background-color: rgba(74, 99, 112, 0.7);
}

.residence-hoteliere .middle {
  padding-top: 40px;
}

.residence-hoteliere h1,
.residence-hoteliere h2,
.residence-hoteliere h3,
.reservation-en-ligne h1,
.reservation-en-ligne h2,
.reservation-en-ligne h3,
.section-accueil .middle h1,
.section-accueil .middle h2,
.section-accueil .middle h3 {
  font-weight: 400;
  margin-bottom: 20px;
  margin-top: 0;
  font-size: 30px;
  text-transform: uppercase;
}

.condition-location,
.futurs-residents-haut,
.futurs-residents-bas,
.hebergement-hotelier,
.residents-actuels,
.residence-hoteliere,
.section-accueil {
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  font-size: 18px;
  overflow: hidden;
  text-align: center;
}
.condition-location .ce-bodytext,
.futurs-residents-haut .ce-bodytext,
.futurs-residents-bas .ce-bodytext,
.hebergement-hotelier .ce-bodytext,
.residents-actuels .ce-bodytext,
.residence-hoteliere .ce-bodytext,
.section-accueil .ce-bodytext {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.condition-location [class*="col-"],
.futurs-residents-haut [class*="col-"],
.futurs-residents-bas [class*="col-"],
.hebergement-hotelier [class*="col-"],
.residents-actuels [class*="col-"],
.residence-hoteliere [class*="col-"],
.section-accueil [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}
.condition-location.align-left,
.futurs-residents-haut.align-left,
.futurs-residents-bas.align-left,
.hebergement-hotelier.align-left,
.residents-actuels.align-left,
.residence-hoteliere.align-left,
.section-accueil.align-left {
  text-align: left;
}

.hebergement-hotelier {
  background-position: right;
}

.futurs-residents-haut,
.hebergement-hotelier {
  background-color: #989896;
  float: left;
  position: relative;
  width: 100%;
}
.futurs-residents-haut h1,
.hebergement-hotelier h1 {
  margin-bottom: 0;
}
.futurs-residents-haut h2,
.hebergement-hotelier h2 {
  margin: 10px auto 0;
}
.futurs-residents-haut .bg,
.hebergement-hotelier .bg {
  display: block;
  width: 100%;
  height: auto;
}
.futurs-residents-haut .droite,
.futurs-residents-haut .gauche,
.hebergement-hotelier .droite,
.hebergement-hotelier .gauche {
  margin-top: 0;
}
.futurs-residents-haut .droite .middle > div,
.futurs-residents-haut .gauche .middle > div,
.hebergement-hotelier .droite .middle > div,
.hebergement-hotelier .gauche .middle > div {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  float: left;
  width: 100%;
}
.futurs-residents-haut .droite .middle > div:nth-child(1),
.futurs-residents-haut .gauche .middle > div:nth-child(1),
.hebergement-hotelier .droite .middle > div:nth-child(1),
.hebergement-hotelier .gauche .middle > div:nth-child(1) {
  width: 100%;
}
.futurs-residents-haut .droite .middle > div:nth-child(2) p:last-of-type,
.futurs-residents-haut .gauche .middle > div:nth-child(2) p:last-of-type,
.hebergement-hotelier .droite .middle > div:nth-child(2) p:last-of-type,
.hebergement-hotelier .gauche .middle > div:nth-child(2) p:last-of-type {
  margin-top: 0;
  margin-bottom: 30px;
}
.futurs-residents-haut .droite .middle > div:nth-child(3),
.futurs-residents-haut .gauche .middle > div:nth-child(3),
.hebergement-hotelier .droite .middle > div:nth-child(3),
.hebergement-hotelier .gauche .middle > div:nth-child(3) {
  background-color: #727d83;
  padding-top: 20px;
  padding-bottom: 20px;
}
.futurs-residents-haut .droite .middle > div:nth-child(3) a,
.futurs-residents-haut .gauche .middle > div:nth-child(3) a,
.hebergement-hotelier .droite .middle > div:nth-child(3) a,
.hebergement-hotelier .gauche .middle > div:nth-child(3) a {
  color: #fff;
}
.futurs-residents-haut .gauche,
.hebergement-hotelier .gauche {
  display: none;
}
.futurs-residents-haut .droite .middle,
.hebergement-hotelier .droite .middle {
  padding-top: 0;
}
.futurs-residents-haut .droite .middle .ce-bodytext,
.hebergement-hotelier .droite .middle .ce-bodytext {
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
}

.futurs-residents-haut .bg {
  width: 200%;
}
.futurs-residents-haut .droite .middle > div:nth-child(3) p:first-of-type {
  margin-bottom: 0;
}

.futurs-residents-bas {
  color: #000000;
  position: relative;
  font-size: 18px;
  padding-bottom: 20px;
}
.futurs-residents-bas h2,
.futurs-residents-bas h3 {
  text-transform: uppercase;
}
.futurs-residents-bas ul {
  padding-left: 15px;
  padding-right: 15px;
}

.futurs-residents-bas:before {
  position: absolute;
  top: 0;
  left: 0;
  content: " ";
  background-color: rgba(255, 255, 255, 0.3);
  width: 100%;
  height: 100%;
}

.preparer-arrivee,
.reservation-en-ligne,
.bandeau-reservation {
  padding: 25px 15px;
  background-color: #4c6471;
  text-align: center;
}
.preparer-arrivee h1,
.preparer-arrivee h2,
.preparer-arrivee h3,
.preparer-arrivee h4,
.preparer-arrivee h5,
.preparer-arrivee h6,
.preparer-arrivee p,
.preparer-arrivee li,
.reservation-en-ligne h1,
.reservation-en-ligne h2,
.reservation-en-ligne h3,
.reservation-en-ligne h4,
.reservation-en-ligne h5,
.reservation-en-ligne h6,
.reservation-en-ligne p,
.reservation-en-ligne li,
.bandeau-reservation h1,
.bandeau-reservation h2,
.bandeau-reservation h3,
.bandeau-reservation h4,
.bandeau-reservation h5,
.bandeau-reservation h6,
.bandeau-reservation p,
.bandeau-reservation li {
  color: #fff;
}

.bandeau-reservation {
  padding: 0 15px;
}

.marge-plus .middle {
  padding: 60px  0 70px 0;
}

.services {
  background-color: #293841;
  color: #fff;
  text-align: center;
  padding-bottom: 40px;
  padding: 45px 15px;
}
.services a {
  color: #fff;
  font-size: 16px;
}
.services a.bouton-explorer {
  font-size: 18px;
}
.services .souligne h2 {
  padding: 0 50px;
  font-size: 30px;
  font-weight: 300;
}
.services .souligne h2:before, .services .souligne h2:after {
  display: none;
}

.sous-menu.color h2 {
  color: #fff;
}
.sous-menu .middle .ce-menu {
  text-align: center;
  padding: 0 15px 40px;
  margin: 0 auto;
}
.sous-menu .middle .ce-menu a {
  margin: 13px 0;
  background-color: rgba(0, 0, 0, 0);
}
.sous-menu .middle .ce-menu a:hover {
  background-color: rgba(0, 0, 0, 0.6);
}
.sous-menu .middle .ce-menu li {
  display: inline-block;
  width: 100%;
}

.proximite [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}
.proximite .image-col {
  width: 100%;
  background-size: cover;
  height: 275px;
}
.proximite .texte-col {
  padding: 50px 15px 60px;
}
.proximite h3 {
  font-size: 25px;
  text-transform: uppercase;
}

.proximiteheader h2 {
  font-size: 30px;
}

.facebook-instagram {
  color: #000;
  font-size: 18px;
  text-transform: uppercase;
}
.facebook-instagram a {
  color: #000;
}
.facebook-instagram .gauche .middle {
  height: 210px;
  text-align: center;
  background-color: #e5e5e5;
}
.facebook-instagram .image-col {
  background-color: #e5e5e5;
  background-size: cover;
  height: 125px;
  text-align: center;
  width: 100%;
}
.facebook-instagram .droite .image-col {
  width: 50%;
  float: left;
}
.facebook-instagram [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}

.row.formule .col-formule {
  color: #fff;
  font-size: 18px;
  padding: 30px 20px 0 20px;
  text-align: center;
}
.row.formule .col-formule h2,
.row.formule .col-formule h3,
.row.formule .col-formule h4,
.row.formule .col-formule h5 {
  margin: 5px;
}
.row.formule .col-formule .ce-bodytext {
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
}
.row.formule .col-formule .middle {
  display: table;
  width: 100%;
}

.fleche-scroll {
  display: none;
  position: absolute;
  z-index: 999;
  left: 0;
  top: 50%;
  margin-left: -42px;
}

.formule .col-formule:nth-child(1) {
  background-color: transparent;
}

.formule .col-formule:nth-child(2) {
  background-color: #4b6270;
}

.liens-facebook {
  font-size: 18px;
  text-align: center;
  padding: 40px 0;
}
.liens-facebook .ce-menu {
  padding-left: 0;
}
.liens-facebook li:after {
  content: "";
  height: 1px;
  width: 165px;
  border-bottom: 1px solid #606b71;
  display: block;
  padding: 0 0 20px 0;
  margin: 0 auto;
}
.liens-facebook li:first-child:before {
  content: "";
  height: 1px;
  width: 165px;
  border-top: 1px solid #606b71;
  display: block;
  padding: 0 0 20px 0;
  margin: 0 auto;
}
.liens-facebook li {
  list-style: none;
  text-align: center;
  padding: 20px 0 0 0;
}
.liens-facebook li a {
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
}
.liens-facebook p {
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .section-accueil .middle {
    height: 746px;
  }

  .condition-location .droite .middle {
    background-color: rgba(74, 99, 112, 0.7);
  }

  .residence-hoteliere .middle {
    height: 245px;
  }

  .futurs-residents-haut .droite .middle,
  .hebergement-hotelier .droite .middle {
    padding-top: 0;
  }

  .futurs-residents-haut .bg {
    width: 150%;
  }

  .proximite .image-col {
    height: 660px;
  }

  .services .souligne h2:before, .services .souligne h2:after,
  .preparer-arrivee .souligne h2:before,
  .preparer-arrivee .souligne h2:after {
    display: block;
  }

  .sous-menu .middle .ce-menu {
    padding: 0 0 50px;
  }
  .sous-menu .middle .ce-menu li {
    width: 45%;
    padding: 0 5px;
  }

  .facebook-instagram .image-col {
    height: 210px;
  }
}
@media (min-width: 992px) {
  .bloc-texte-important {
    padding: 10px 60px;
  }

  .section-accueil .middle {
    height: 550px;
  }

  .section-accueil .fleche-scroll,
  .futurs-residents-haut .fleche-scroll,
  .hebergement-hotelier .fleche-scroll,
  .residents-actuels .fleche-scroll {
    display: block;
  }

  .futurs-residents-haut .bg,
  .hebergement-hotelier .bg {
    display: none;
  }
  .futurs-residents-haut .droite .middle > div:nth-child(1),
  .futurs-residents-haut .gauche .middle > div:nth-child(1),
  .hebergement-hotelier .droite .middle > div:nth-child(1),
  .hebergement-hotelier .gauche .middle > div:nth-child(1) {
    background-color: rgba(19, 28, 34, 0.3);
  }
  .futurs-residents-haut .droite .middle > div:nth-child(2),
  .futurs-residents-haut .gauche .middle > div:nth-child(2),
  .hebergement-hotelier .droite .middle > div:nth-child(2),
  .hebergement-hotelier .gauche .middle > div:nth-child(2) {
    background-color: rgba(19, 28, 34, 0.3);
  }
  .futurs-residents-haut .droite .middle > div:nth-child(3),
  .futurs-residents-haut .gauche .middle > div:nth-child(3),
  .hebergement-hotelier .droite .middle > div:nth-child(3),
  .hebergement-hotelier .gauche .middle > div:nth-child(3) {
    background-color: rgba(74, 99, 112, 0.7);
  }
  .futurs-residents-haut .gauche,
  .hebergement-hotelier .gauche {
    display: block;
  }

  .futurs-residents-bas:before {
    background-color: transparent;
  }

  .futurs-residents-bas .gauche .middle {
    background-color: rgba(255, 255, 255, 0.3);
  }

  .futurs-residents-bas,
  .futurs-residents-bas .middle {
    height: 550px;
    padding: 0;
  }

  .residents-actuels {
    height: 548px;
  }
  .residents-actuels .droite .middle,
  .residents-actuels .gauche .middle {
    height: 548px;
  }

  .condition-location {
    height: 462px;
  }
  .condition-location .gauche {
    display: block;
  }
  .condition-location .droite .middle,
  .condition-location .gauche .middle {
    height: 462px;
  }

  .proximite .image-col {
    height: 335px;
  }
  .proximite .texte-col {
    padding: 35px 25px 60px 60px;
  }

  .formule.odd .scol-formule:nth-child(1) {
    background-color: transparent;
  }

  .formule.odd .col-formule:nth-child(2) {
    background-color: #4b6270;
  }

  .formule.even .col-formule:nth-child(2) {
    background-color: transparent;
  }

  .formule.even .col-formule:nth-child(1) {
    background-color: #4b6270;
  }
}
@media (min-width: 1200px) {
  .section-accueil .middle {
    height: 550px;
  }

  .futurs-residents-haut .gauche .middle h2,
  .futurs-residents-haut .droite .middle h2,
  .hebergement-hotelier .gauche .middle h2,
  .hebergement-hotelier .droite .middle h2 {
    margin: 30px auto;
  }
  .futurs-residents-haut .gauche .middle > div:nth-child(1),
  .futurs-residents-haut .droite .middle > div:nth-child(1),
  .hebergement-hotelier .gauche .middle > div:nth-child(1),
  .hebergement-hotelier .droite .middle > div:nth-child(1) {
    padding-top: 60px;
  }
  .futurs-residents-haut .gauche .middle > div:nth-child(2),
  .futurs-residents-haut .droite .middle > div:nth-child(2),
  .hebergement-hotelier .gauche .middle > div:nth-child(2),
  .hebergement-hotelier .droite .middle > div:nth-child(2) {
    padding-bottom: 40px;
  }
  .futurs-residents-haut .gauche .middle > div:nth-child(2) p:first-of-type,
  .futurs-residents-haut .droite .middle > div:nth-child(2) p:first-of-type,
  .hebergement-hotelier .gauche .middle > div:nth-child(2) p:first-of-type,
  .hebergement-hotelier .droite .middle > div:nth-child(2) p:first-of-type {
    margin-top: 10px;
    margin-bottom: 40px;
  }
  .futurs-residents-haut .gauche .middle > div:nth-child(3),
  .futurs-residents-haut .droite .middle > div:nth-child(3),
  .hebergement-hotelier .gauche .middle > div:nth-child(3),
  .hebergement-hotelier .droite .middle > div:nth-child(3) {
    padding: 20px;
  }

  .futurs-residents-bas,
  .futurs-residents-bas .middle {
    height: 900px;
  }

  .residents-actuels {
    height: 830px;
  }
  .residents-actuels .droite .middle,
  .residents-actuels .gauche .middle {
    height: 830px;
  }

  .condition-location {
    height: 462px;
  }
  .condition-location .droite .middle,
  .condition-location .gauche .middle {
    height: 462px;
  }

  .proximite .image-col {
    height: 550px;
  }

  .facebook-instagram .gauche .middle,
  .facebook-instagram .image-col {
    height: 255px;
  }

  .liens-facebook li {
    display: inline-block;
  }
  .liens-facebook li:after {
    content: "";
    height: 20px;
    width: 1px;
    border-left: 1px solid #606b71;
    border-bottom: none;
    display: inline-block;
    margin: 0 10px 0 10px;
    vertical-align: bottom;
    padding: 0 0;
  }
  .liens-facebook li:first-child:before {
    content: "";
    height: 20px;
    width: 1px;
    border-left: 1px solid #606b71;
    display: inline-block;
    margin: 0 10px 0 10px;
    padding: 0 0;
    border-top: none;
    vertical-align: bottom;
  }

  .sous-menu .middle .ce-menu li {
    width: 18%;
  }
}
/* Ce code a ├®t├® ├®crit pour les messages aux r├®sidents actuels qui utilisait le module de nouvelles.
La strate de message utilise maintenant un gabarit "standard" parce que le module de nouvelle amenait une complexit├® non n├®cessaire.
Le CSS n'est donc probablement pas optimis├®. Nicolas Pelletier, 2017-04-05 */
.news-accueil {
  font-size: 18px;
  font-weight: 300;
  padding: 25px 25px 50px 25px;
  max-width: 1200px;
  margin: 0 auto;
}
.news-accueil .bouton-explorer {
  border: 1px solid #000;
  color: #000;
  margin-top: 50px;
}
.news-accueil .separator-bar {
  width: 100px;
  border-bottom: 1px solid #606b71;
}
.news-accueil .separator-bar.dernier {
  display: none;
}
.news-accueil .teaser-text {
  display: inline-block;
}
.news-accueil .tous-messages {
  text-align: center;
}

.liste-normale {
  margin: 60px 0 0;
  padding: 40px 0;
}
.liste-normale .contenu {
  padding-top: 10px;
  padding-bottom: 10px;
}

.paginatorcol {
  padding: 0 0 20px 0;
  text-align: center;
}
.paginatorcol ul {
  list-style: none;
  padding: 0;
}
.paginatorcol ul li {
  display: inline;
  padding: 0 10px;
}

@media (min-width: 768px) {
  .news-accueil .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .news-accueil .separator-bar,
  .news-accueil .separator-bar.dernier-mobile,
  .news-accueil .separator-bar.dernier {
    display: none;
  }
  .news-accueil .news-list-view {
    border-right: 1px solid #000;
  }
  .news-accueil .news-list-view:first-child {
    border-left: 1px solid #000;
  }
  .news-accueil .teaser-text {
    padding: 0 20px;
    display: block;
  }
  .news-accueil .teaser-text p {
    display: inline;
  }
}
.carousel .carousel-inner > .item > img,
.carousel .carousel-inner > .item > a > img {
  width: 100%;
}
.carousel .carousel-indicators {
  bottom: -42px;
}
.carousel .carousel-indicators li {
  border: 1px solid #2a3841;
  height: 16px;
  width: 16px;
}
.carousel .carousel-indicators li.active {
  margin: 1px;
  background-color: #2a3841;
}
.carousel .carousel-control {
  opacity: 1;
  background-image: none;
}
.carousel .carousel-control span {
  background-color: #2a3841;
}
.carousel .carousel-control span.glyphicon.glyphicon-chevron-right {
  right: 0;
  margin-right: 0;
  background: #2a3841 url(../images/fleche-droite.png) no-repeat 11px center;
}
.carousel .carousel-control span.glyphicon.glyphicon-chevron-left {
  left: 0;
  margin-left: 0;
  background: #2a3841 url(../images/fleche-gauche.png) no-repeat 11px center;
}
.carousel .carousel-control .glyphicon-chevron-left,
.carousel .carousel-control .glyphicon-chevron-right,
.carousel .carousel-control .icon-prev,
.carousel .carousel-control .icon-next {
  width: 30px;
  height: 30px;
  margin-top: -10px;
  font-size: 30px;
  z-index: 1000;
}

.gallerie {
  background-color: #e5e5e5;
}
.gallerie .item.sans-carousel {
  position: relative;
}
.gallerie .carousel h2,
.gallerie .carousel h3 {
  font-size: 24px;
  width: 100%;
  background-color: rgba(41, 56, 65, 0.8);
  margin: 0;
  color: #fff;
  padding: 25px 25px 25px 15px;
  z-index: 1001;
}
.gallerie .bodytext {
  padding: 50px 15px 40px 15px;
}
.gallerie a.reserver {
  border: 1px solid #5b696f;
  color: #5b696f;
  padding: 5px 40px;
  display: inline-block;
  text-decoration: none;
}

.section-gallerie .col-md-6 {
  margin-top: 10px;
}
.section-gallerie .gauche,
.section-gallerie .droite {
  padding-left: 0;
  padding-right: 0;
}
.section-gallerie .colcontent {
  padding-left: 0;
}
.section-gallerie .contenu {
  padding: 0;
}

@media (min-width: 768px) {
  .gallerie .carousel h2,
  .gallerie .carousel h3 {
    position: absolute;
    bottom: 0;
  }
}
@media (min-width: 992px) {
  .gallerie .bodytext {
    padding: 50px 40px 40px 60px;
  }
  .gallerie .carousel h2,
  .gallerie .carousel h3 {
    padding-left: 60px;
  }

  .section-gallerie {
    margin-top: 10px;
  }
  .section-gallerie .col-md-6 {
    margin-top: 0;
  }
  .section-gallerie .gauche {
    padding-left: 0;
    padding-right: 5px;
  }
  .section-gallerie .droite {
    padding-right: 0;
    padding-left: 5px;
  }
}
.tx-indexedsearch table tr:nth-child(odd) {
  background-color: #f2f2f2;
}
.tx-indexedsearch table tr td {
  padding: 0;
}
.tx-indexedsearch .tx-indexedsearch-res td.tx-indexedsearch-descr {
  font-style: normal;
}
.tx-indexedsearch .browsebox {
  padding-left: 0;
}
.tx-indexedsearch .browsebox li:last-of-type a:after {
  content: "";
}
.tx-indexedsearch .browsebox li a:after {
  content: "-";
  margin-left: 10px;
  margin-right: 7px;
}
.tx-indexedsearch .tx-indexedsearch-searchbox-sword {
  margin-bottom: 5px;
}

.carte .col-md-12 {
  padding-bottom: 5px;
  text-align: center;
  height: 390px;
}
.carte .col-md-12 .ce-textpic .ce-gallery {
  width: 1920px;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -960px;
}
.carte .col-md-12 .ce-textpic .ce-gallery img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}

.contenu {
  padding: 15px 15px;
}
.contenu p {
  margin-top: 0;
}

@media (min-width: 992px) {
  .contenu {
    padding-left: 60px;
    padding-right: 60px;
  }
}

/*# sourceMappingURL=style.css.map */
