@charset "UTF-8";
/*-------------------- Couleurs -----------------------*/
/*-------------------- Variables -----------------------*/
/*--------------------- Functions ------------------------*/
@font-face {
  font-family: "MC";
  src: url("../fonts/Roboto-Regular-webfont.eot");
  src: url("../fonts/Roboto-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Regular-webfont.woff") format("woff"), url("../fonts/Roboto-Regular-webfont.ttf") format("truetype"), url("../fonts/Roboto-Regular-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MCB";
  src: url("../fonts/Roboto-Bold-webfont.eot");
  src: url("../fonts/Roboto-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Bold-webfont.woff") format("woff"), url("../fonts/Roboto-Bold-webfont.ttf") format("truetype"), url("../fonts/Roboto-Bold-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
html {
  font-size: 87.5%;
}
body {
  background: #000;
  color: #252525;
  font-family: MC, Arial, sans-serif;
  line-height: 1.4;
  margin: 0 auto;
  min-width: 320px;
  max-width: 2000px;
}
.BodyContainer {
  position: relative;
  overflow: hidden;
}
a {
  color: #d6297a;
  text-decoration: underline;
  transition: all 0.2s;
}
a:hover, a:focus {
  color: #000;
  text-decoration: none;
}
input, select, button {
  font-family: MC;
}
strong {
  font-family: MC;
}
.BodyContentLayout h1, .BodyContentLayout .h1 {
  color: #34495e;
  font-size: 1.7142857143rem;
  margin: 0.7em 0 1em 0;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
.BodyContentLayout h1 span, .BodyContentLayout .h1 span {
  background: #fff;
  box-sizing: border-box;
  display: inline-block;
  max-width: 90%;
  padding: 0 15px;
  position: relative;
}
.BodyContentLayout h1:before, .BodyContentLayout .h1:before {
  background: #34495e;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  top: calc(50% - 1px);
  width: 100%;
}
.BodyContentLayout h2, .BodyContentLayout .h2 {
  border-bottom: 5px #ececec solid;
  color: #34495e;
  font-size: 1.5714285714rem;
  margin: 1.2em auto 0.8em auto;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (min-width: 980px) {
  .BodyContentLayout h2, .BodyContentLayout .h2 {
    width: 80%;
  }
}
.BodyContentLayout h2.visuallyhidden, .BodyContentLayout .h2.visuallyhidden {
  border: 0;
  margin: -1px;
  position: absolute;
  width: 1px;
}
.index h2, .index .h2, .Sidebar h2, .Sidebar .h2 {
  border: none;
  font-size: 1.7142857143rem;
  width: auto;
}
.mainBtn, .darkBtn {
  border: none;
  border-radius: 3px;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  font-size: 1rem;
  padding: 11px 40px;
  text-decoration: none;
  transition: all 0.2s;
  vertical-align: middle;
}
input[type="submit"].darkBtn {
  text-transform: uppercase;
}
.mainBtn:hover, .darkBtn:hover, .mainBtn:focus, .darkBtn:focus, a:hover .mainBtn, a:hover .darkBtn, a:focus .mainBtn, a:focus .darkBtn {
  background: #a6a6a6;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  color: #fff;
  text-decoration: underline;
}
input[type="button"].mainBtn:hover, input[type="button"].mainBtn:focus, input[type="button"].darkBtn:hover, input[type="button"].darkBtn:focus, input[type="submit"].mainBtn:hover, input[type="submit"].mainBtn:focus, input[type="submit"].darkBtn:hover, input[type="submit"].darkBtn:focus, input[type="reset"].mainBtn:hover, input[type="reset"].mainBtn:focus, input[type="reset"].darkBtn:hover, input[type="reset"].darkBtn:focus {
  text-decoration: none;
}
.mainBtn {
  background: #34495e;
}
.darkBtn {
  background: #b0b0b0;
}
.noResult {
  color: #34495e;
  font-size: 1.4285714286rem;
  margin: 3em 0;
  text-align: center;
}
.information {
  color: #a70000;
}
.success {
  color: #0b9200;
  font-size: 1.2857142857rem;
  margin: 3em 0;
  text-align: center;
}
.error {
  color: #d40000;
  font-size: 1.1428571429rem;
  margin: 1em 0;
  text-align: center;
}
.BodyHeader {
  background: #ddd repeat;
  position: relative;
}
@media screen and (min-width: 980px) {
  .BodyHeader {
    background-image: url(../images/bg-header.jpg);
  }
}
.BodyHeader-top {
  margin: 0;
  position: relative;
  z-index: 5;
}
.BodyHeader-top:before {
  background: linear-gradient(to right, #2c3e50 0%, #34495e 100%);
  bottom: -30px;
  content: "";
  display: block;
  height: 500px;
  left: 0;
  position: absolute;
  transform: skewY(-1.6deg);
  transform-origin: left top;
  width: 100%;
}
@media screen and (min-width: 640px) {
  .BodyHeader-top:before {
    bottom: -35px;
  }
}
@media screen and (min-width: 980px) {
  .BodyHeader-top:before {
    bottom: -50px;
  }
}
.BodyHeader-top:after {
  background: #ddd;
  bottom: -15px;
  content: "";
  display: block;
  height: 500px;
  left: 0;
  position: absolute;
  transform: skewY(-0.8deg);
  transform-origin: left top;
  width: 100%;
}
@media screen and (min-width: 980px) {
  .BodyHeader-top:after {
    bottom: -20px;
  }
}
.BodyHeader-nav {
  min-height: 55px;
  padding: 0;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 980px) {
  .BodyHeader-nav {
    min-height: none;
  }
}
.AccessibilityBar {
  box-sizing: border-box;
  display: none;
}
@media screen and (min-width: 980px) {
  .AccessibilityBar {
    background: #666;
    color: #ececec;
    display: block;
    font-size: 0.8571428571rem;
    min-height: 30px;
    padding: 7px 0 5px 0;
    position: relative;
  }
}
.AccessibilityBar ul {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.AccessibilityBar li {
  display: inline;
  margin: 0;
}
.AccessibilityBar a, .AccessibilityBar button {
  background: none;
  border: none;
  color: #ececec;
  padding: 0 5px;
  text-decoration: none;
  transition: all 0.2s;
}
.AccessibilityBar a:hover, .AccessibilityBar a:focus, .AccessibilityBar button:hover, .AccessibilityBar button:focus {
  color: #fff;
  text-decoration: underline;
}
.AccessibilityBar-content {
  box-sizing: border-box;
  flex-wrap: nowrap;
  margin: 0 auto;
  max-width: 1350px;
  width: 100%;
}
.AccessibilityBar-goto {
  padding-left: 10px;
}
.HelpNav {
  float: right;
  text-align: right;
}
.MainNav-content {
  display: block;
  height: 100%;
}
@media screen and (min-width: 980px) {
  .MainNav-content:before {
    border-top: 1px #aaa solid;
    content: "";
    display: block;
    height: 0;
    width: 100%;
  }
}
.ToggleMenu {
  background: #fff;
  border: none;
  display: block;
  height: 45px;
  padding: 5px;
  position: absolute;
  right: 2%;
  top: 8px;
  transition: all 0.2s;
  width: 45px;
}
@media screen and (min-width: 980px) {
  .ToggleMenu {
    display: none;
  }
}
.ToggleMenu[aria-expanded="false"] {
  background: none;
}
.ToggleMenu[aria-expanded="false"] .icoBar {
  background: #fff;
}
.ToggleMenu[aria-expanded="false"] .ToggleMenu-topBar {
  transform: rotate(0);
}
.ToggleMenu[aria-expanded="false"] .ToggleMenu-middleBar {
  opacity: 1;
}
.ToggleMenu[aria-expanded="false"] .ToggleMenu-bottomBar {
  transform: rotate(0);
}
.icoBar {
  background: #aaa;
  border-radius: 2px;
  display: block;
  height: 4px;
  outline: none;
  transition: all 0.2s;
  vertical-align: top;
  position: relative;
}
.ToggleMenu-topBar {
  transform: translateX(6px) rotate(45deg);
  transform-origin: 7% 0%;
}
.ToggleMenu-middleBar {
  margin: 7px 0;
  opacity: 0;
}
.ToggleMenu-bottomBar {
  transform: translateX(6px) rotate(-45deg);
  transform-origin: 0% 93%;
}
.MainNav-content .MainNav-list {
  align-items: stretch;
  background: #fff;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.18);
  box-sizing: border-box;
  display: none;
  flex-direction: column;
  justify-content: space-between;
  list-style: none;
  margin: 0 2%;
  padding: 5px;
  position: relative;
  top: 53px;
}
@media screen and (min-width: 980px) {
  .MainNav-content .MainNav-list {
    background: none;
    box-shadow: none;
    display: flex;
    flex-direction: row;
    margin: 0 auto;
    max-width: 1350px;
    min-height: 50px;
    padding: 0;
    position: static;
    top: auto;
    width: 100%;
  }
}
.MainNav-content .MainNav-list:focus {
  outline: none;
}
.MainNav-content .MainNav-list[aria-hidden="false"] {
  display: flex;
}
@media screen and (min-width: 980px) {
  .MainNav-content .MainNav-list > li {
    align-items: stretch;
    display: flex;
    padding: 7px 0 0 0;
  }
  .MainNav-content .MainNav-list > li > a {
    flex: 1;
  }
  .MainNav-content .MainNav-list > li:hover, .MainNav-content .MainNav-list > li:focus, .MainNav-content .MainNav-list > li.is-show {
    background: #95a5a6;
    padding: 0 0 7px 0;
  }
  .MainNav-content .MainNav-list > li:hover:before, .MainNav-content .MainNav-list > li:focus:before, .MainNav-content .MainNav-list > li.is-show:before {
    border-top: 1px #fff solid;
  }
  .MainNav-content .MainNav-list > li:first-child > ul {
    left: 0;
    margin-left: 0;
  }
  .MainNav-content .MainNav-list > li:last-child > ul {
    left: auto;
    right: 0;
    margin-left: 0;
  }
  .MainNav-content .MainNav-list > li:before {
    border-top: 7px #95a5a6 solid;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.2s;
    width: 100%;
  }
}
.MainNav-content .MainNav-list > li li {
  background: #95a5a6;
  margin: 0 0 1px 0;
  position: relative;
}
@media screen and (min-width: 980px) {
  .MainNav-content .MainNav-list > li li {
    background: none;
    flex: 1;
    margin: 0 1px 0 0;
    text-align: center;
    transition: all 0.2s;
  }
}
.MainNav-content .MainNav-list > li li:hover > ul {
  display: block;
}
.MainNav-content .MainNav-list > li li:hover > ul ul ul {
  display: none;
}
.MainNav-content .MainNav-list > li li:last-child ul ul {
  right: auto;
  margin-left: -190px;
}
.MainNav-content .MainNav-list > li li:last-child {
  margin: 0;
}
.MainNav-content .MainNav-list > li:nth-child(1) {
  background: #95a5a6;
}
@media screen and (min-width: 980px) {
  .MainNav-content .MainNav-list > li:nth-child(1) {
    background: none;
  }
  .MainNav-content .MainNav-list > li:nth-child(1):before {
    border-color: #95a5a6;
  }
}
.MainNav-content .MainNav-list > li:nth-child(1):hover, .MainNav-content .MainNav-list > li:nth-child(1):focus, .MainNav-content .MainNav-list > li:nth-child(1).is-show {
  background: #95a5a6;
}
.MainNav-content .MainNav-list > li:nth-child(1):hover:before, .MainNav-content .MainNav-list > li:nth-child(1):focus:before, .MainNav-content .MainNav-list > li:nth-child(1).is-show:before {
  border-color: #fff;
}
.MainNav-content .MainNav-list > li:nth-child(2) {
  background: #e197e1;
}
@media screen and (min-width: 980px) {
  .MainNav-content .MainNav-list > li:nth-child(2) {
    background: none;
  }
  .MainNav-content .MainNav-list > li:nth-child(2):before {
    border-color: #e197e1;
  }
}
.MainNav-content .MainNav-list > li:nth-child(2):hover, .MainNav-content .MainNav-list > li:nth-child(2):focus, .MainNav-content .MainNav-list > li:nth-child(2).is-show {
  background: #e197e1;
}
.MainNav-content .MainNav-list > li:nth-child(2):hover:before, .MainNav-content .MainNav-list > li:nth-child(2):focus:before, .MainNav-content .MainNav-list > li:nth-child(2).is-show:before {
  border-color: #fff;
}
.MainNav-content .MainNav-list > li:nth-child(3) {
  background: #96d37b;
}
@media screen and (min-width: 980px) {
  .MainNav-content .MainNav-list > li:nth-child(3) {
    background: none;
  }
  .MainNav-content .MainNav-list > li:nth-child(3):before {
    border-color: #96d37b;
  }
}
.MainNav-content .MainNav-list > li:nth-child(3):hover, .MainNav-content .MainNav-list > li:nth-child(3):focus, .MainNav-content .MainNav-list > li:nth-child(3).is-show {
  background: #96d37b;
}
.MainNav-content .MainNav-list > li:nth-child(3):hover:before, .MainNav-content .MainNav-list > li:nth-child(3):focus:before, .MainNav-content .MainNav-list > li:nth-child(3).is-show:before {
  border-color: #fff;
}
.MainNav-content .MainNav-list > li:nth-child(4) {
  background: #fa9b4e;
}
@media screen and (min-width: 980px) {
  .MainNav-content .MainNav-list > li:nth-child(4) {
    background: none;
  }
  .MainNav-content .MainNav-list > li:nth-child(4):before {
    border-color: #fa9b4e;
  }
}
.MainNav-content .MainNav-list > li:nth-child(4):hover, .MainNav-content .MainNav-list > li:nth-child(4):focus, .MainNav-content .MainNav-list > li:nth-child(4).is-show {
  background: #fa9b4e;
}
.MainNav-content .MainNav-list > li:nth-child(4):hover:before, .MainNav-content .MainNav-list > li:nth-child(4):focus:before, .MainNav-content .MainNav-list > li:nth-child(4).is-show:before {
  border-color: #fff;
}
.MainNav-content .MainNav-list > li:nth-child(5) {
  background: #5d9dec;
}
@media screen and (min-width: 980px) {
  .MainNav-content .MainNav-list > li:nth-child(5) {
    background: none;
  }
  .MainNav-content .MainNav-list > li:nth-child(5):before {
    border-color: #5d9dec;
  }
}
.MainNav-content .MainNav-list > li:nth-child(5):hover, .MainNav-content .MainNav-list > li:nth-child(5):focus, .MainNav-content .MainNav-list > li:nth-child(5).is-show {
  background: #5d9dec;
}
.MainNav-content .MainNav-list > li:nth-child(5):hover:before, .MainNav-content .MainNav-list > li:nth-child(5):focus:before, .MainNav-content .MainNav-list > li:nth-child(5).is-show:before {
  border-color: #fff;
}
.MainNav-content .MainNav-list > li:nth-child(6) {
  background: #dd6867;
}
@media screen and (min-width: 980px) {
  .MainNav-content .MainNav-list > li:nth-child(6) {
    background: none;
  }
  .MainNav-content .MainNav-list > li:nth-child(6):before {
    border-color: #dd6867;
  }
}
.MainNav-content .MainNav-list > li:nth-child(6):hover, .MainNav-content .MainNav-list > li:nth-child(6):focus, .MainNav-content .MainNav-list > li:nth-child(6).is-show {
  background: #dd6867;
}
.MainNav-content .MainNav-list > li:nth-child(6):hover:before, .MainNav-content .MainNav-list > li:nth-child(6):focus:before, .MainNav-content .MainNav-list > li:nth-child(6).is-show:before {
  border-color: #fff;
}
@media screen and (min-width: 980px) {
  .MainNav-content .MainNav-list .MainNav-childhood, .MainNav-content .MainNav-list .MainNav-culture {
    flex: 1.5;
  }
}
@media screen and (min-width: 980px) {
  .MainNav-content .MainNav-list .MainNav-municipalLife {
    flex: 1.2;
  }
}
.MainNav-content .MainNav-list a {
  color: #252525;
  display: block;
  font-size: 1.1428571429rem;
  padding: 8px 10px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  z-index: 10;
}
@media screen and (min-width: 980px) {
  .MainNav-content .MainNav-list a {
    font-size: 1.2857142857rem;
  }
}
.MainNav-content .MainNav-list ul {
  background: #fff;
  box-sizing: border-box;
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 980px) {
  .MainNav-content .MainNav-list ul {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.18);
    left: 50%;
    margin: 0 0 0 -138px;
    padding: 10px 18px;
    position: absolute;
    top: 100%;
    z-index: 100;
    width: 275px;
  }
}
.MainNav-content .MainNav-list ul ul {
  background: url(../images/sep-smenu-header.png) left top repeat-x;
}
@media screen and (min-width: 980px) {
  .MainNav-content .MainNav-list ul ul {
    background: #fff;
    left: auto;
    margin-left: 150px;
    padding: 5px;
    top: 0;
    width: 190px;
  }
}
.MainNav-content .MainNav-list ul ul a {
  padding-left: 25px;
}
@media screen and (min-width: 980px) {
  .MainNav-content .MainNav-list ul ul a {
    padding-left: 5px;
  }
}
.MainNav-content .MainNav-list ul ul ul {
  display: none;
}
.MainNav-content .MainNav-list ul li {
  background: url(../images/sep-smenu-header.png) left bottom repeat-x;
  border: none;
  color: #252525;
  font-size: 1rem;
  margin: 0;
  padding: 0 0 1px 0;
  text-align: left;
}
.MainNav-content .MainNav-list ul li:last-child {
  background: none;
  padding-bottom: 0;
}
.MainNav-content .MainNav-list ul li:hover, .MainNav-content .MainNav-list ul li:focus, .MainNav-content .MainNav-list ul li.is-show {
  border-top: none;
  background: url(../images/sep-smenu-header.png) left bottom repeat-x;
}
.MainNav-content .MainNav-list ul li:hover:last-child, .MainNav-content .MainNav-list ul li:focus:last-child, .MainNav-content .MainNav-list ul li.is-show:last-child {
  background-image: none;
}
.MainNav-content .MainNav-list ul a {
  color: #252525;
  font-size: 1rem;
  padding: 10px;
  text-transform: none;
  transition: all 0.2s;
}
@media screen and (min-width: 980px) {
  .MainNav-content .MainNav-list ul a {
    padding: 5px;
  }
}
.MainNav-content .MainNav-list ul a:hover, .MainNav-content .MainNav-list ul a:focus {
  background-color: #ddd;
  color: #000;
  text-decoration: underline;
}
.MainNav-content .MainNav-list ul .child > a {
  background-image: url(../images/ico-more.svg);
  background-position: 98% 50%;
  background-size: 12px auto;
  background-repeat: no-repeat;
  padding-right: 15px;
}
@media screen and (min-width: 980px) {
  .MainNav-content .MainNav-list ul .child > a {
    background-image: url(../images/ico-arrowmenu.svg);
    background-size: auto;
  }
}
.MainNav-content .MainNav-list ul .child ul a {
  background-image: none;
}
.MainNav-content .MainNav-list ul .is-show > a {
  background-image: url(../images/ico-less.svg);
}
@media screen and (min-width: 980px) {
  .MainNav-content .MainNav-list ul .is-show > a {
    background-image: url(../images/ico-arrowmenu.svg);
  }
}
.MainNav-content .MainNav-list .is-show > ul {
  display: block;
}
@media screen and (min-width: 980px) {
  .AccessibilityBar-content, .MainNav-content .MainNav-list {
    padding-left: calc(240px + 1%);
    padding-right: 1%;
  }
}
@media screen and (min-width: 1365px) {
  .AccessibilityBar-content, .MainNav-content .MainNav-list {
    padding-left: calc(310px + 1%);
  }
}
@media screen and (min-width: 980px) {
  .l2 .AccessibilityBar-content, .l2 .MainNav-content .MainNav-list {
    padding-left: calc(135px + 1%);
    padding-right: 1%;
  }
}
@media screen and (min-width: 1365px) {
  .l2 .AccessibilityBar-content, .l2 .MainNav-content .MainNav-list {
    padding-left: calc(135px + 1%);
  }
}
@media screen and (min-width: 980px) {
  .MainNav-content.fixedNav {
    background: #ddd;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
    border-bottom: 5px #34495e solid;
    height: auto;
    max-width: none;
    padding: 0;
    position: fixed;
    top: -120px;
    transition: top 0.2s;
    width: 100%;
    z-index: 1000;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
  }
}
.Logo {
  background: url(../images/bg-logo.png) #fff 100% 12px no-repeat;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  display: flex;
  left: 1%;
  margin: 0;
  max-width: 240px;
  min-height: 120px;
  padding: 0;
  position: absolute;
  text-align: center;
  top: -8px;
  transform: skewY(-1.6deg);
  transform-origin: left top;
  width: 30%;
}
@media screen and (min-width: 980px) {
  .Logo {
    max-width: none;
    min-height: 200px;
    width: 240px;
    z-index: 110;
  }
}
@media screen and (min-width: 1365px) {
  .Logo {
    left: 50%;
    margin-left: calc(-1350px / 2 + 1%);
    width: 310px;
  }
}
.Logo a {
  display: block;
  margin: auto;
  padding: 20px 10%;
  transform: skewY(1.6deg);
  transform-origin: left top;
}
.Logo img {
  max-height: 100%;
  width: 100%;
}
.l2 .Logo {
  background: #fff;
  max-width: 135px;
  min-height: auto;
  padding-top: 8px;
  transform: none;
}
@media screen and (min-width: 980px) {
  .l2 .Logo {
    height: 145px;
    min-height: auto;
    width: 135px;
  }
}
.l2 .Logo a {
  padding: 0;
  transform: none;
}
.ToggleMainSearch {
  background: url(../images/ico-searchmenu.svg) center center no-repeat;
  border: none;
  display: block;
  height: 45px;
  padding: 5px;
  position: absolute;
  right: calc(1.5% + 70px);
  top: 8px;
  transition: all 0.2s;
  width: 45px;
  z-index: 10;
}
@media screen and (min-width: 980px) {
  .ToggleMainSearch {
    display: none;
  }
}
.ToggleMainSearch[aria-expanded="true"] {
  background-color: #34495e;
}
.BodyHeader-mainSearch {
  max-width: 350px;
  position: absolute;
  right: 2%;
  top: 53px;
  width: 97%;
  z-index: 10;
}
@media screen and (min-width: 980px) {
  .BodyHeader-mainSearch {
    bottom: 42px;
    left: 1%;
    max-width: none;
    right: auto;
    top: auto;
    width: 240px;
    z-index: 1;
  }
}
@media screen and (min-width: 1365px) {
  .BodyHeader-mainSearch {
    left: 50%;
    margin-left: calc(-1350px / 2 + 1%);
    width: 310px;
  }
}
.MainSearch {
  align-items: stretch;
  background: #fff;
  border: 5px #34495e solid;
  box-sizing: border-box;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.18);
  display: none;
  height: 45px;
  padding: 3px;
}
@media screen and (min-width: 980px) {
  .MainSearch {
    border: none;
    border-radius: 3px;
    box-shadow: none;
    display: flex;
    height: 35px;
  }
}
.MainSearch[aria-hidden="false"] {
  display: flex;
}
.MainSearch-keyword {
  background: #fff;
  border: none;
  display: block;
  flex: 1;
  font-size: 1rem;
  padding: 2px 5px;
}
.MainSearch-submit {
  background: url(../images/ico-search.svg) center center no-repeat;
  border: none;
  height: 100%;
  overflow: hidden;
  padding: 0;
  text-align: left;
  text-indent: 100%;
  white-space: nowrap;
  width: 30px;
}
.BodyHeader-slideshow {
  background: #fff;
  box-sizing: border-box;
  margin: -20px auto 0 auto;
  max-width: calc(1350px + 100px);
  width: 100%;
}
@media screen and (min-width: 640px) {
  .BodyHeader-slideshow {
    margin-top: -30px;
  }
}
@media screen and (min-width: 980px) {
  .BodyHeader-slideshow {
    margin-top: -50px;
  }
}
@media screen and (min-width: 1465px) {
  .BodyHeader-slideshow {
    border-left: 10px #fff solid;
    border-right: 10px #fff solid;
  }
}
.BannerSlideshow {
  position: relative;
}
.BannerSlideshow .owl-item div {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 210px;
}
@media screen and (min-width: 640px) {
  .BannerSlideshow .owl-item div {
    height: 290px;
  }
}
@media screen and (min-width: 980px) {
  .BannerSlideshow .owl-item div {
    height: 380px;
  }
}
.BannerSlideshow .owl-controls {
  bottom: 50px;
  visibility: hidden;
  position: absolute;
  right: 1%;
}
@media screen and (min-width: 640px) {
  .BannerSlideshow .owl-controls {
    visibility: visible;
  }
}
.BannerSlideshow .owl-controls .owl-page {
  display: inline-block;
}
.BannerSlideshow .owl-controls .owl-page span {
  background: #fff;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 0 5px;
  vertical-align: middle;
  width: 8px;
}
.BannerSlideshow .owl-controls .owl-page.active span {
  background: #34495e;
  height: 17px;
  width: 17px;
}
.index .BannerSlideshow .owl-item div {
  height: 300px;
}
@media screen and (min-width: 640px) {
  .index .BannerSlideshow .owl-item div {
    height: 410px;
  }
}
@media screen and (min-width: 980px) {
  .index .BannerSlideshow .owl-item div {
    height: 580px;
  }
}
.BodyContentLayout {
  margin: -10px 0 0 0;
  padding-top: 15px;
  position: relative;
}
.BodyContentLayout:before {
  background: #34495e;
  background: linear-gradient(to right, #2c3e50 0%, #34495e 100%);
  content: "";
  display: block;
  height: 100px;
  left: 0;
  margin: 0;
  padding: 5px 0 0 0;
  position: absolute;
  top: 5px;
  transform: skewY(-0.8deg);
  transform-origin: left top;
  width: 100%;
}
@media screen and (min-width: 640px) {
  .BodyContentLayout {
    padding-top: 18px;
  }
}
@media screen and (min-width: 980px) {
  .BodyContentLayout {
    margin-top: -15px;
    padding-top: 28px;
  }
}
.BodyContentLayout-inner {
  background: #ececec;
  margin: 5px 0 0 0;
  min-height: 500px;
  padding: 1px 0 0 0;
  position: relative;
}
.BodyContentLayout-inner:before {
  background: #ececec;
  content: "";
  display: block;
  height: 100px;
  left: 0;
  margin: 0;
  padding: 4px 0 0 0;
  position: absolute;
  top: 0;
  transform: skewY(-1.6deg);
  transform-origin: left top;
  width: 100%;
}
.BodyContent {
  margin: 0 auto;
  max-width: 1350px;
  position: relative;
  width: 98%;
}
.index .BodyContent {
  max-width: none;
  width: 100%;
}
.MainContent {
  box-sizing: border-box;
  padding: 1px 0 0 0;
}
@media screen and (min-width: 980px) {
  .MainContent {
    padding-left: 0;
    padding-right: 0;
    float: left;
    width: 70%;
  }
}
@media screen and (min-width: 980px) {
  .PrestigeLight .MainContent {
    float: none;
    margin: 0 auto;
  }
}
.MainContent-main {
  background: #fff;
  margin: 20px 0 130px -1%;
  min-height: 700px;
  position: relative;
  width: 102%;
}
.MainContent-main:before {
  background: #fff;
  content: "";
  display: block;
  height: 100px;
  left: 0;
  margin: 0;
  padding: 5px 0 0 0;
  position: absolute;
  top: 0;
  transform: skewY(-1.6deg);
  transform-origin: left top;
  width: 100%;
}
.MainContent-main:after {
  background: #fff;
  bottom: -50px;
  content: "";
  display: block;
  height: 100px;
  left: 0;
  margin: 0;
  padding: 5px 0 0 0;
  position: absolute;
  transform: skewY(-1.6deg);
  transform-origin: left top;
  width: 100%;
}
@media screen and (min-width: 980px) {
  .MainContent-main {
    margin-bottom: 0;
    margin-left: 0;
    padding: 0 0 30px 0;
    width: 100%;
  }
  .MainContent-main:after {
    display: none;
  }
}
.PrestigeLight .MainContent-main {
  min-height: 500px !important;
}
.MainContent-inner {
  padding: 5px 1% 0 1%;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 980px) {
  .MainContent-inner {
    padding: 5px 2% 30px 2%;
  }
}
.MainContent-inner img, .MainContent-inner iframe {
  max-width: 100%;
}
.SocialSharingArea.active {
  border-top: 1px #34495e solid;
  margin: 20px 0 0 0;
  padding: 1px 0 0 0;
}
.SocialSharingArea .fb-share-button, .SocialSharingArea .twitter-share-button, .SocialSharingArea #___plusone_0 {
  display: inline-block;
  margin: 9px 20px 0 0 !important;
  vertical-align: middle !important;
}
.SocialSharingArea #fb-root {
  display: none;
}
.ToolBox {
  box-sizing: border-box;
  display: none;
  margin: 0;
  max-width: 1350px;
  padding: 0;
  position: absolute;
  right: 0;
  text-align: right;
  top: -15px;
  width: 100%;
  z-index: 1;
}
@media screen and (min-width: 980px) {
  .ToolBox {
    display: block;
  }
}
.ToolBox li {
  display: inline-block;
  font-size: 1.1428571429rem;
  margin: 0 4px;
}
.ToolBox li:last-child {
  margin-right: 0;
}
.ToolBox button {
  background: #fff center center no-repeat;
  border: 1px #d1cdcd solid;
  border-radius: 3px;
  color: #707070;
  display: block;
  height: 30px;
  padding: 0;
  transition: all 0.2s;
  width: 1.9em;
}
.ToolBox button:hover, .ToolBox button:focus {
  border: 1px #000 solid;
  color: #000;
}
.ToolBox button:hover svg, .ToolBox button:focus svg {
  fill: #000;
}
.ToolBox .PrintBtn {
  overflow: hidden;
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
}
.ToolBox .PrintBtn svg {
  position: absolute;
  display: block;
  fill: #707070;
  height: 1em;
  left: 20%;
  top: 5px;
  width: 1em;
}
.index .ToolBox {
  right: 1%;
  width: 98%;
}
@media screen and (min-width: 1365px) {
  .index .ToolBox {
    left: 50%;
    margin-left: -675px;
    right: auto;
  }
}
.Breadcrumb {
  font-size: 1rem;
  margin: 0;
  padding: 10px 0 10px 0;
  position: relative;
  z-index: 2;
}
.Breadcrumb a {
  color: #2c3e50;
  text-decoration: none;
  transition: all 0.2s;
}
.Breadcrumb a:hover, .Breadcrumb a:focus {
  color: #252525;
  text-decoration: underline;
}
.Breadcrumb .web_last {
  font-style: italic;
}
.Sidebar {
  padding-bottom: 30px;
}
@media screen and (min-width: 980px) {
  .Sidebar {
    box-sizing: border-box;
    float: right;
    margin: 0;
    max-width: 402px;
    padding: 0 0 50px 40px;
    width: 30%;
  }
}
.index .Sidebar {
  margin-top: 0;
}
@media screen and (min-width: 980px) {
  .index .Sidebar {
    background: url(../images/bg-sidebar.png) left 100px no-repeat;
    max-width: 412px;
    padding-left: 50px;
    width: 32%;
  }
}
.EventsBox {
  background: #fff;
  box-sizing: border-box;
  margin: 3.8em auto 3em auto;
  max-width: 500px;
  padding: 1px 10px 2em 10px;
  position: relative;
}
.EventsBox h2 {
  margin: 0.7em auto;
  padding: 0 100px;
}
.EventsBoxDay {
  background: #34495e;
  border-radius: 50%;
  box-sizing: border-box;
  color: #34495e;
  display: block;
  font-size: 1rem;
  height: 107px;
  left: 0;
  line-height: 1.2;
  margin: 0 auto;
  padding: 12px 0 0 12px;
  position: absolute;
  text-align: center;
  top: -53px;
  width: 107px;
}
.EventsBoxDay-inner {
  background: #fff;
  border-radius: 50%;
  box-sizing: border-box;
  display: block;
  height: 90px;
  padding: 20px 0 0 0;
  width: 90px;
}
.EventsBoxDay-num {
  display: block;
  font-size: 2.1428571429rem;
  font-weight: bold;
}
.EventsBox-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.EventsBox-list li {
  font-size: 1rem;
  margin: 0 0 0.7rem 0;
  padding: 0 0 0 20px;
  position: relative;
}
.EventsBox-list li:before {
  background: #34495e;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  top: 0.8rem;
  vertical-align: middle;
  width: 13px;
}
.EventsBox-list a {
  color: #252525;
  display: inline;
  text-decoration: none;
  vertical-align: middle;
}
.EventsBox-list a:hover, .EventsBox-list a:focus {
  color: #000;
  text-decoration: underline;
}
.EventsBox-more {
  bottom: -20px;
  left: 0;
  margin: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.OneClicBox {
  list-style: none;
  margin: 1em -1px 1em 0;
  padding: 0;
  text-align: center;
}
.OneClicBox li {
  display: inline-block;
  height: 120px;
  margin: 0 1px 1px 0;
  vertical-align: top;
  width: 120px;
}
.OneClicBox a {
  background-color: #95a5a6;
  background-position: center 15px;
  background-repeat: no-repeat;
  box-sizing: border-box;
  color: #fff;
  display: block;
  font-size: 0.8571428571rem;
  height: 100%;
  padding: 75px 5px 5px 5px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.2s;
}
.OneClicBox a:hover, .OneClicBox a:focus {
  background-color: #7f8c8d;
  text-decoration: underline;
}
.OneClicBox-cafeteria a {
  background-image: url(../images/ico-cafeteria.svg);
}
.OneClicBox-renting a {
  background-image: url(../images/ico-renting.svg);
  background-position: center 17px;
}
.OneClicBox-shop a {
  background-image: url(../images/ico-shop.svg);
  background-position: center 13px;
}
.OneClicBox-associations a {
  background-image: url(../images/ico-associations.svg);
}
.OneClicBox-newsletter a {
  background-image: url(../images/ico-newsletter.svg);
  background-position: center 23px;
}
.OneClicBox-contributors a {
  background-image: url(../images/ico-contributors.svg);
  background-position: center 19px;
}
.MeteoBox {
  margin: 1em auto;
  max-width: 500px;
  padding: 1px 0 0 0;
}
.MeteoBox .h1 span {
  background: #ececec;
}
.MeteoBox-widget {
  margin: 0 auto;
  width: 100%;
}
.BodyFooter {
  margin: -20px 0 0px 0;
  padding: 12px 0 0 0;
  position: relative;
}
.BodyFooter:before {
  background: #34495e;
  background: linear-gradient(to right, #2c3e50 0%, #34495e 100%);
  content: "";
  display: block;
  height: 100px;
  left: 0;
  margin: 0;
  padding: 5px 0 0 0;
  position: absolute;
  top: 5px;
  transform: skewY(-1.6deg);
  transform-origin: left top;
  width: 100%;
}
.BodyFooter-content {
  background: #ddd;
  margin: 0;
  padding: 15px 0 15px 0;
  position: relative;
}
.BodyFooter-content:before {
  background: #ddd;
  content: "";
  display: block;
  height: 100px;
  left: 0;
  margin: 0;
  padding: 5px 0 0 0;
  position: absolute;
  top: 0;
  transform: skewY(-0.8deg);
  transform-origin: left top;
  width: 100%;
}
.PrestigeLight .BodyFooter-content {
  min-height: 60px;
  padding: 40px 0 20px 0;
}
.FooterAddress, .FooterPics, .FooterNav {
  box-sizing: border-box;
  position: relative;
}
.FooterAddress {
  color: #252525;
  font-size: 1rem;
  font-style: normal;
  margin: 0 auto 20px auto;
  max-width: 1350px;
  text-align: center;
  width: 98%;
}
.FooterAddress strong {
  color: #34495e;
  display: inline-block;
  font-family: MC;
  font-weight: normal;
  font-size: 1.2857142857rem;
  padding: 0 0 7px 0;
}
.FooterPics {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0 auto 15px auto;
  max-width: 1350px;
  padding: 0 2%;
  width: 98%;
}
@media screen and (min-width: 640px) {
  .FooterPics {
    justify-content: space-between;
  }
}
.FooterPics li {
  display: none;
  font-size: 0.8571428571rem;
  margin: auto;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 640px) {
  .FooterPics li {
    display: inline-block;
    width: 22.5%;
  }
}
.FooterPics img {
  box-sizing: border-box;
  border: 5px #fff solid;
  display: block;
  margin: 0 auto;
  max-width: 100%;
  transform: translate(0, 0);
}
.FooterPics .FooterPics-location {
  color: #252525;
  display: block;
  text-transform: uppercase;
}
.FooterPics .FooterPics-location img {
  border: none;
  margin-bottom: 10px;
  max-height: 110px;
}
.FooterNav, #menu-bas {
  border-top: 1px #ececec solid;
  list-style: none;
  margin: 0 auto;
  max-width: 1350px;
  padding: 0;
  position: relative;
  text-align: center;
  width: 98%;
}
.FooterNav:before, #menu-bas:before {
  border-top: 1px #9c9c9c solid;
  content: "";
  display: block;
  height: 0;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.FooterNav li, #menu-bas li {
  border-left: 1px #9c9c9c solid;
  border-right: 1px #9c9c9c solid;
  color: #727272;
  display: inline-block;
  font-size: 1rem;
  margin: 10px 0 0 -1px;
  padding: 0 1% 0 1%;
  vertical-align: top;
}
@media screen and (min-width: 980px) {
  .FooterNav li, #menu-bas li {
    border-left: 0;
    margin-left: 0;
  }
  .FooterNav li:last-child, #menu-bas li:last-child {
    border: none;
  }
}
.FooterNav a, #menu-bas a {
  color: #727272;
  display: block;
  text-decoration: none;
  transition: all 0.2s;
  padding: 5px 10px;
}
.FooterNav a:hover, .FooterNav a:focus, #menu-bas a:hover, #menu-bas a:focus {
  color: #252525;
  text-decoration: underline;
}
.backtotopinstance {
  background: url("../images/ico-backtotop.svg") #b0b0b0 center center no-repeat;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  bottom: 20px;
  cursor: pointer;
  display: block;
  height: 40px;
  overflow: hidden;
  position: fixed;
  right: 20px;
  text-indent: 100%;
  transition: all 0.2s;
  white-space: nowrap;
  width: 40px;
  z-index: 100;
}
@media screen and (min-width: 640px) {
  .backtotopinstance {
    height: 50px;
    right: 30px;
    width: 50px;
  }
}
@media screen and (min-width: 980px) {
  .backtotopinstance {
    height: 60px;
    width: 60px;
  }
}
.backtotopinstance:hover, .backtotopinstance:focus {
  background-color: #a6a6a6;
}
.HomeLastNews {
  background: #fff;
  margin: 0 0 50px 0;
  min-height: 300px;
  padding: 1px 0 0 0;
  position: relative;
}
.HomeLastNews:before {
  background: #fff;
  content: "";
  display: block;
  height: 100px;
  left: 0;
  margin: 0;
  padding: 5px 0 0 0;
  position: absolute;
  top: 0;
  transform: skewY(-1.6deg);
  transform-origin: left top;
  width: 100%;
}
.HomeLastNews:after {
  background: #fff;
  bottom: -50px;
  content: "";
  display: block;
  height: 100px;
  left: 0;
  margin: 0;
  padding: 5px 0 0 0;
  position: absolute;
  transform: skewY(-1.6deg);
  transform-origin: left top;
  width: 100%;
}
.HomeLastNews-inner {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1350px;
  position: relative;
  width: 98%;
  z-index: 1;
}
.FlashNews {
  box-sizing: border-box;
  color: inherit;
  display: flex;
  flex-direction: column;
  font-size: 1.4285714286rem;
  line-height: 1.2;
  margin: 1.8em auto 1.8em auto;
  text-decoration: none;
  width: 100%;
}
@media screen and (min-width: 640px) {
  .FlashNews {
    flex-direction: row;
  }
}
.FlashNews:hover, .FlashNews:focus {
  color: inherit;
}
.FlashNews:hover .FlashNews-title, .FlashNews:focus .FlashNews-title {
  color: #fff;
}
.FlashNews:hover .FlashNews-newsTitle, .FlashNews:focus .FlashNews-newsTitle {
  background: #7f8c8d;
  color: #fff;
  text-decoration: underline;
}
.FlashNews-title {
  background: #6a7879;
  color: #fff;
  display: block;
  font-weight: bold;
  padding: 5px 10px 5px 10px;
}
.FlashNews-newsTitle {
  background: #95a5a6;
  color: #fff;
  display: block;
  flex: 1;
  padding: 5px 10px 5px 10px;
  transition: all 0.2s;
}
.HomeLastNews-more {
  margin: 1.7em 0;
  text-align: center;
}
.HomeLastNews-more .darkBtn {
  margin: 0 16px 0 0;
}
.HomeLastNews-more .HomeLastNews-rss {
  background: url(../images/ico-rss.svg) #ff6c00 center center no-repeat;
  overflow: hidden;
  padding-left: 0;
  padding-right: 0;
  text-align: left;
  text-indent: 100%;
  white-space: nowrap;
  width: 45px;
}
.HomeLastNews-more .HomeLastNews-rss:hover, .HomeLastNews-more .HomeLastNews-rss:focus {
  background-color: #cc5600;
}
.HomeLastNews-list.owl-carousel {
  margin: 0 auto;
  position: relative;
  width: 96%;
}
@media screen and (min-width: 1365px) {
  .HomeLastNews-list.owl-carousel {
    width: 100%;
  }
}
.HomeLastNews-list .owl-pagination {
  display: none;
}
.HomeLastNews-list .owl-prev, .HomeLastNews-list .owl-next {
  height: 42px;
  left: -2.8%;
  overflow: hidden;
  position: absolute;
  text-align: left;
  text-indent: 100%;
  top: calc(50% - 21px);
  transition: all 0.2s;
  width: 25px;
}
@media screen and (min-width: 1365px) {
  .HomeLastNews-list .owl-prev, .HomeLastNews-list .owl-next {
    left: -1%;
  }
}
@media screen and (min-width: 1700px) {
  .HomeLastNews-list .owl-prev, .HomeLastNews-list .owl-next {
    left: -2%;
  }
}
.HomeLastNews-list .owl-prev:hover:before, .HomeLastNews-list .owl-prev:hover:after, .HomeLastNews-list .owl-prev:focus:before, .HomeLastNews-list .owl-prev:focus:after, .HomeLastNews-list .owl-next:hover:before, .HomeLastNews-list .owl-next:hover:after, .HomeLastNews-list .owl-next:focus:before, .HomeLastNews-list .owl-next:focus:after {
  background-color: #a6a6a6;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}
.HomeLastNews-list .owl-prev:before, .HomeLastNews-list .owl-prev:after, .HomeLastNews-list .owl-next:before, .HomeLastNews-list .owl-next:after {
  background: #b0b0b0;
  border-radius: 3px;
  content: "";
  display: block;
  height: 6px;
  left: 0;
  position: absolute;
  top: 10px;
  transform: rotate(-45deg);
  transition: all 0.2s;
  vertical-align: top;
  width: 28px;
}
.HomeLastNews-list .owl-prev:after, .HomeLastNews-list .owl-next:after {
  bottom: 9px;
  top: auto;
  transform: rotate(45deg);
}
.HomeLastNews-list .owl-next {
  left: auto;
  right: -2.8%;
  transform: rotateZ(180deg);
}
@media screen and (min-width: 1365px) {
  .HomeLastNews-list .owl-next {
    right: -1%;
  }
}
@media screen and (min-width: 1700px) {
  .HomeLastNews-list .owl-next {
    right: -2%;
  }
}
.HomeLastNews-list .owl-item article {
  padding: 0 10px;
}
.HomeLastNews-list .owl-item a {
  background-color: #ececec;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: inherit;
  display: block;
  height: 270px;
  margin: 0 auto;
  max-width: 390px;
  overflow: hidden;
  position: relative;
  text-decoration: none;
}
.HomeLastNews-list .owl-item a:hover, .HomeLastNews-list .owl-item a:focus {
  color: inherit;
  opacity: 0.9;
}
.HomeLastNews-list .owl-item a:hover .HomeNews-summary, .HomeLastNews-list .owl-item a:focus .HomeNews-summary {
  height: 78px;
  white-space: normal;
}
.HomeNews-inner {
  background: rgba(52, 73, 94, 0.9);
  background: linear-gradient(to right, rgba(44, 62, 80, 0.9) 0%, rgba(52, 73, 94, 0.9) 100%);
  bottom: -20px;
  box-sizing: border-box;
  left: 0;
  padding: 0 10px 25px 10px;
  position: absolute;
  transform: skewY(-1.6deg);
  transform-origin: left top;
  transition: all 0.2s;
  width: 100%;
}
.HomeNews-title {
  color: #fff;
  font-size: 1.1428571429rem;
  line-height: 1.2;
  margin: 0.4em 0;
  min-height: 50px;
  text-align: right;
  text-transform: uppercase;
}
@media screen and (min-width: 640px) {
  .HomeNews-title {
    font-size: 1.4285714286rem;
  }
}
.HomeNews-summary {
  background: url(../images/sep-whitepoint.png) center top repeat-x;
  color: #fff;
  font-size: 1rem;
  height: 22px;
  margin: 0;
  overflow: hidden;
  padding: 5px 0 0 0;
  text-overflow: ellipsis;
  transform: skewY(1.6deg);
  transform-origin: left top;
  transition: all 0.3s;
  white-space: nowrap;
}
/*-------------------------*/
.HomeInfosContent {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1350px;
  padding: 15px 0 50px 0;
  width: 98%;
}
@media screen and (min-width: 980px) {
  .HomeZoomList {
    float: left;
    width: 68%;
  }
}
@media screen and (min-width: 980px) {
  .HomeZoomList h2 {
    text-align: left;
  }
}
.HomeZoomList-inner {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
}
.HomeZoom {
  align-items: stretch;
  display: flex;
  margin: 0 auto 20px auto;
  max-width: 500px;
  width: 100%;
}
@media screen and (min-width: 640px) {
  .HomeZoom {
    margin: 0 10px 20px 10px;
    max-width: none;
    width: calc(50% - 20px);
  }
}
@media screen and (min-width: 980px) {
  .HomeZoom {
    margin: 0 20px 20px 0;
    width: calc(33.333333% - 20px);
  }
}
.HomeZoom a {
  background: #b0b0b0;
  color: inherit;
  display: block;
  flex: 1;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  transition: all 0.2s;
}
.HomeZoom a:hover, .HomeZoom a:focus {
  background: #a6a6a6;
  color: inherit;
}
.HomeZoom a:hover .HomeZoom-img, .HomeZoom a:focus .HomeZoom-img {
  opacity: 0.8;
}
.HomeZoom a:hover .HomeZoom-title, .HomeZoom a:focus .HomeZoom-title {
  text-decoration: underline;
}
.HomeZoom a:hover .HomeZoom-title:before, .HomeZoom a:focus .HomeZoom-title:before {
  background: #a6a6a6;
}
.HomeZoom-img {
  background-color: #fff;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  height: 155px;
  overflow: hidden;
  transition: all 0.2s;
}
.HomeZoom-title {
  color: #34495e;
  font-size: 1.1428571429rem;
  margin: 0.5em 0;
  padding: 0 2%;
  position: relative;
}
@media screen and (min-width: 980px) {
  .HomeZoom-title {
    padding: 0 4%;
  }
}
.HomeZoom-title:before {
  background: #b0b0b0;
  content: "";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  top: -10px;
  transform: skewY(-1.6deg);
  transform-origin: left top;
  transition: all 0.2s;
  width: 100%;
}
.HomeZoom-title span {
  position: relative;
}
.HomeZoom-summary {
  color: #fff;
  font-size: 0.9285714286rem;
  margin: 0.5em 0 1em 0;
  padding: 0 2%;
}
@media screen and (min-width: 980px) {
  .HomeZoom-summary {
    padding: 0 4%;
  }
}
/*-------------------------*/
.HomeBottomContent {
  background: #fff;
  min-height: 300px;
  position: relative;
}
.HomeBottomContent:before {
  background: #fff;
  content: "";
  display: block;
  height: 100px;
  left: 0;
  margin: 0;
  padding: 5px 0 0 0;
  position: absolute;
  top: 0;
  transform: skewY(-1.6deg);
  transform-origin: left top;
  width: 100%;
}
.HomeBottomContent-inner {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1350px;
  padding: 20px 0 40px 0;
  width: 98%;
}
@media screen and (min-width: 980px) {
  .HomeBottomContent-inner {
    padding-bottom: 70px;
  }
}
.HomeMayor {
  box-sizing: border-box;
  padding: 0 1% 30px 1%;
  position: relative;
}
@media screen and (min-width: 640px) {
  .HomeMayor {
    padding: 18px 0 30px 125px;
  }
}
@media screen and (min-width: 980px) {
  .HomeMayor {
    float: left;
    width: 68%;
  }
}
@media screen and (min-width: 640px) {
  .HomeMayor h2 {
    text-align: left;
  }
}
.HomeMayor p {
  font-size: 1rem;
}
.HomeMayor-img {
  background: #34495e;
  border-radius: 50%;
  box-sizing: border-box;
  height: 107px;
  margin: 0 auto;
  padding: 12px 0 0 6px;
  width: 107px;
}
@media screen and (min-width: 640px) {
  .HomeMayor-img {
    left: 0;
    position: absolute;
    top: 0;
  }
}
.HomeMayor-img span {
  background: #fff;
  border-radius: 50%;
  display: block;
  height: 90px;
  overflow: hidden;
  text-align: center;
  width: 90px;
}
.HomeMayor-img img {
  max-width: 100%;
}
.HomeMayor-extract {
  position: relative;
  /*&:after
    margin: 25px 0 0 -30px*/
}
.HomeMayor-extract span {
  position: relative;
  z-index: 2;
}
.HomeMayor-extract:before {
  color: #e5e5e5;
  content: open-quote;
  font-size: 6rem;
  quotes: "«" "»";
  line-height: 0.7;
  margin: 0 0 0 -50px;
  position: absolute;
  z-index: 1;
}
.HomeMayor-more a {
  color: #34495e;
  font-weight: bold;
  text-decoration: none;
}
.HomeMayor-more a:hover, .HomeMayor-more a:focus {
  color: #2c3e50;
  text-decoration: underline;
}
.HomeLinks {
  background: #ececec;
  box-sizing: border-box;
  min-height: 230px;
  margin: 0 auto 30px auto;
  max-width: 500px;
  padding: 1em 13px 2.5em 13px;
  position: relative;
}
@media screen and (min-width: 980px) {
  .HomeLinks {
    float: right;
    max-width: none;
    width: 27%;
  }
}
.HomeLinks:before {
  background: #ececec;
  content: "";
  display: block;
  height: 30px;
  left: 0;
  position: absolute;
  top: 0;
  transform: skewY(-1.6deg);
  transform-origin: left top;
  width: 100%;
}
.HomeLinks h2 {
  margin: 0.2em 0 0.8em 0;
}
.HomeLinks ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.HomeLinks li {
  background: url(../images/ico-arrow.svg) 0 5px no-repeat;
  font-size: 0.8571428571rem;
  margin: 0 0 5px 0;
  padding: 0 0 0 20px;
}
.HomeLinks li a {
  color: #252525;
  text-decoration: none;
}
.HomeLinks li a:hover, .HomeLinks li a:focus {
  text-decoration: underline;
}
.HomeLinks-more {
  bottom: -20px;
  left: 0;
  margin: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.pagination {
  border-top: 5px #ececec solid;
  color: #8b8b8b;
  font-size: 1.2857142857rem;
  font-weight: bold;
  margin: 30px auto 0 auto;
  padding: 10px 0 0 0;
  text-align: center;
}
@media screen and (min-width: 980px) {
  .pagination {
    width: 80%;
  }
}
.pagination a {
  color: #8b8b8b;
  display: inline-block;
  margin: 0 2px;
  padding: 0 7px;
  text-decoration: none;
  transition: all 0.2s;
  vertical-align: middle;
}
.pagination a:hover, .pagination a:focus {
  color: #000;
}
.pagination .pagination_actu {
  border-bottom: 4px #000 solid;
  color: #000;
  display: inline-block;
  font-size: 1.5714285714rem;
  margin: 0 8px;
  padding: 0 5px;
  vertical-align: middle;
}
.BodyContentLayout .ListNewsMonth {
  background: #95a5a6;
  border: none;
  border-radius: 20px;
  color: #fff;
  font-size: 1.0714285714rem;
  font-weight: normal;
  margin: 30px auto 0 auto;
  max-width: 200px;
  padding: 10px 20px;
  position: relative;
  text-align: center;
}
.News {
  background: #fff;
  margin: 32px 0 0 0;
  position: relative;
}
.News a {
  background: #34495e;
  background: linear-gradient(to right, #2c3e50 0%, #34495e 100%);
  color: inherit;
  box-sizing: border-box;
  display: block;
  min-height: 190px;
  padding: 170px 10px 15px 10px;
  text-decoration: none;
}
@media screen and (min-width: 480px) {
  .News a {
    padding: 15px 10px 15px 35%;
  }
}
.News a:hover, .News a:focus {
  color: inherit;
  opacity: 0.9;
}
.News:before {
  background: url(../images/black-dotted-v.png) repeat-y;
  content: "";
  display: block;
  height: 24px;
  left: 50%;
  position: absolute;
  top: -27px;
  width: 1px;
}
.News-title {
  color: #fff;
  font-size: 1.4285714286rem;
  line-height: 1.2;
  margin: 0;
  position: relative;
}
.News-title:before {
  background: #34495e;
  background: linear-gradient(to right, #2c3e50 0%, #34495e 100%);
  content: "";
  display: block;
  height: 20px;
  left: -10px;
  position: absolute;
  top: -12px;
  transform: skewY(-1.6deg);
  transform-origin: left top;
  transition: all 0.2s;
  width: calc(100% + 20px);
  z-index: 10;
}
@media screen and (min-width: 480px) {
  .News-title:before {
    display: none;
  }
}
.News-title span {
  position: relative;
  z-index: 15;
}
.News-img {
  background-color: #ececec;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  height: 160px;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  transition: all 0.2s;
  width: 100%;
}
@media screen and (min-width: 480px) {
  .News-img {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    transition: all 0.2s;
    width: 32%;
  }
}
.News-summary {
  color: #fff;
  font-size: 1rem;
}
.News-more {
  margin: 0;
  text-align: center;
}
@media screen and (min-width: 480px) {
  .News-more {
    text-align: left;
  }
}
.NewsDetails p {
  font-size: 1rem;
}
.NewsDetails-event {
  color: #656565;
  font-size: 1.2857142857rem;
  font-style: italic;
  margin: 0;
  text-align: center;
}
.NewsDetails-event strong {
  font-style: normal;
  text-transform: uppercase;
}
.NewsDetails-text {
  margin: 2em 0;
}
.NewsDetails-img {
  position: relative;
}
@media screen and (min-width: 640px) {
  .NewsDetails-img {
    margin: 0 auto;
    max-width: 500px;
    width: 90%;
  }
}
.NewsDetails-img span {
  background: #ececec;
  display: block;
  position: relative;
}
.NewsDetails-img img {
  display: block;
  margin: 30px auto 20px auto;
  max-width: 100%;
  position: relative;
}
.NewsDetails-img:before {
  background: #34495e;
  content: "";
  display: block;
  height: 60%;
  position: absolute;
  right: -1%;
  top: 0;
  transform: rotate(-2deg);
  transform-origin: left top;
  width: 50%;
}
.NewsDetails .NewsDetails-docTitle {
  margin-bottom: 0;
}
.Report-docList, .NewsDetails-docList, .NewsDetails-imgList {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 1em 0 2.5em 0;
  padding: 0;
}
.Report-docList li, .NewsDetails-docList li, .NewsDetails-imgList li {
  box-sizing: border-box;
  display: flex;
  margin: 10px;
  width: calc(50% - 20px);
}
@media screen and (min-width: 640px) {
  .Report-docList li, .NewsDetails-docList li, .NewsDetails-imgList li {
    width: calc(33.3333% - 20px);
  }
}
@media screen and (min-width: 980px) {
  .Report-docList li, .NewsDetails-docList li, .NewsDetails-imgList li {
    width: calc(25% - 20px);
  }
}
.Report-docList a, .NewsDetails-docList a, .NewsDetails-imgList a {
  background: #34495e;
  color: #fff;
  display: block;
  flex: 1;
  padding: 100px 10px 15px 10px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s;
}
.Report-docList a:hover, .Report-docList a:focus, .NewsDetails-docList a:hover, .NewsDetails-docList a:focus, .NewsDetails-imgList a:hover, .NewsDetails-imgList a:focus {
  background: #2c3e50;
}
.NewsDetails-imgList li {
  font-size: 0.9285714286rem;
}
.NewsDetails-imgList a {
  padding: 0;
}
.NewsDetails-imgList a:hover .NewsDetails-imgListImg:after, .NewsDetails-imgList a:focus .NewsDetails-imgListImg:after {
  background: #2c3e50;
}
.NewsDetails-imgListImg {
  align-items: center;
  background: #ececec;
  display: flex;
  height: 130px;
  position: relative;
}
.NewsDetails-imgListImg:after {
  background: #34495e;
  bottom: -10px;
  content: "";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  transform: skewY(-1.6deg);
  transform-origin: left top;
  transition: all 0.2s;
  width: 100%;
}
.NewsDetails-imgListImg img {
  display: block;
  margin: 0 auto 0 auto;
  max-height: 100%;
  max-width: 100%;
}
.NewsDetails-imgListText {
  display: block;
  padding: 0 5px 10px 5px;
  position: relative;
}
.NewsDetails-docInfos {
  background: url(../images/ico-doc.svg) no-repeat;
  box-sizing: border-box;
  color: #252525;
  display: block;
  font-size: 0.8571428571rem;
  height: 74px;
  left: calc(50% - 28px);
  line-height: 1.2;
  padding: 42px 5px 0 5px;
  position: absolute;
  text-align: left;
  top: 20px;
  width: 57px;
}
.NewsDetails-docInfos abbr[title] {
  border: none;
}
.NewsDetails-docSize {
  display: block;
}
.NewsDetails-pubDate {
  border-top: 5px #ececec solid;
  margin: 0 auto;
  padding: 10px 0 0 0;
  text-align: center;
}
@media screen and (min-width: 980px) {
  .NewsDetails-pubDate {
    width: 80%;
  }
}
.GenericForm {
  margin: 0 auto;
  max-width: 670px;
}
.GenericForm ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
.GenericForm li {
  margin: 15px 0;
  padding: 0;
}
@media screen and (min-width: 640px) {
  .GenericForm li {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
  }
}
.GenericForm label {
  background: #ececec;
  border-radius: 5px 5px 0 0;
  box-sizing: border-box;
  display: inline-block;
  font-size: 1.0714285714rem;
  padding: 8px 10px;
  text-align: right;
  vertical-align: middle;
}
@media screen and (min-width: 640px) {
  .GenericForm label {
    border-radius: 5px 0 0 5px;
    width: 30%;
  }
}
.GenericForm label.error {
  background: none;
  border-radius: none;
  display: block;
  margin: 0.2em 0;
  padding: 0;
  text-align: left;
}
@media screen and (min-width: 640px) {
  .GenericForm label.error {
    margin-left: 30%;
    width: auto;
  }
}
.GenericForm input:not([type="submit"]), .GenericForm select, .GenericForm textarea {
  background: #fff;
  border: 1px #b0b0b0 solid;
  border-radius: 0 5px 5px 0;
  box-sizing: border-box;
  font-size: 1rem;
  height: 40px;
  padding: 7px 10px;
  width: 100%;
}
@media screen and (min-width: 640px) {
  .GenericForm input:not([type="submit"]), .GenericForm select, .GenericForm textarea {
    width: 70%;
  }
}
.GenericForm input:not([type="submit"]).error, .GenericForm select.error, .GenericForm textarea.error {
  border: 1px #d40000 solid;
  color: inherit;
  margin: 0;
  text-align: left;
}
@media screen and (min-width: 640px) {
  .GenericForm select {
    width: auto;
  }
}
.GenericForm textarea {
  height: 150px;
}
.GenericForm input[type="submit"] {
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 640px) {
  .GenericForm input[type="submit"] {
    margin: 0 0 0 30%;
  }
}
@media screen and (min-width: 640px) {
  .GenericForm .forgotPassword {
    margin-left: 30%;
  }
}
@media screen and (min-width: 640px) {
  .GenericForm .checkboxLine {
    padding-left: 30%;
  }
}
.GenericForm .checkboxLine .error {
  margin-left: 0;
}
.GenericForm input[type="checkbox"], .GenericForm input[type="radio"] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.GenericForm input[type="checkbox"] + label, .GenericForm input[type="radio"] + label {
  background: none;
  display: inline-block;
  padding: 0 10px 0 50px;
  position: relative;
  text-align: left;
  width: auto;
}
.GenericForm input[type="checkbox"] + label:before, .GenericForm input[type="radio"] + label:before {
  background: #fff;
  background-clip: content-box;
  border: 1px #b0b0b0 solid;
  border-radius: 3px;
  content: "";
  display: inline-block;
  height: 25px;
  left: 0;
  padding: 5px;
  position: absolute;
  vertical-align: middle;
  transition: background 0.2s;
  top: 1px;
  width: 25px;
}
.GenericForm input[type="checkbox"] + label.hasFocus, .GenericForm input[type="radio"] + label.hasFocus {
  outline: none;
}
.GenericForm input[type="checkbox"] + label.hasFocus:before, .GenericForm input[type="radio"] + label.hasFocus:before {
  outline: thin dotted;
}
.GenericForm input[type="checkbox"].error + label:before, .GenericForm input[type="radio"].error + label:before {
  border-color: #d40000;
}
.GenericForm input[type="checkbox"]:checked + label:before, .GenericForm input[type="radio"]:checked + label:before {
  background-color: #000;
}
@media screen and (min-width: 640px) {
  .SortForm-area {
    float: left;
    padding: 0 1%;
    width: 48%;
  }
}
.SortForm {
  margin: 1em auto 2em auto;
  max-width: 300px;
  text-align: center;
}
.SortForm label {
  font-size: 1.2857142857rem;
}
.SortForm .SortForm-select, .SortForm .SortForm-keywords, .SortForm select {
  background: #fff;
  border: 1px #b0b0b0 solid;
  border-radius: 5px 0 0 5px;
  box-sizing: border-box;
  flex: 1;
  font-size: 1rem;
  height: 37px;
  max-width: 220px;
  padding: 7px 10px;
  width: 100%;
}
.SortForm-selectContainer {
  align-items: stretch;
  display: flex;
  margin: 5px 0 0 0;
}
.SortForm-submit {
  background: #b0b0b0;
  border: none;
  border-radius: 0 5px 5px 0;
  color: #fff;
  font-size: 1rem;
  padding: 0 15px;
  text-transform: uppercase;
  transition: all 0.2s;
}
.SortForm-submit:hover, .SortForm-submit:focus {
  background: #a6a6a6;
}
.AnnuKeywordsForm, .AnnuTypeForm {
  max-width: 350px;
}
.AnnuCardList {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 1px 0 0 0;
}
.AnnuCardList li {
  box-sizing: border-box;
  display: flex;
  margin: 10px auto;
  max-width: 350px;
  padding: 0;
  width: calc(100% - 20px);
}
@media screen and (min-width: 640px) {
  .AnnuCardList li {
    margin: 10px;
    max-width: none;
    width: calc(50% - 20px);
  }
}
@media screen and (min-width: 800px) {
  .AnnuCardList li {
    width: calc(33.33333% - 20px);
  }
}
.AnnuCard {
  background: #34495e;
  background: linear-gradient(to right, #2c3e50 0%, #34495e 100%);
  color: #fff;
  display: block;
  flex: 1;
  padding: 140px 10px 15px 10px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s;
}
.AnnuCard:hover, .AnnuCard:focus {
  color: #fff;
  opacity: 0.9;
}
.AnnuCard-title {
  font-size: 1.4285714286rem;
  font-weight: normal;
  line-height: 1.2;
  margin: 15px 0 0 0;
  position: relative;
  z-index: 10;
}
.AnnuCard-img {
  align-items: center;
  background: #ececec;
  display: flex;
  height: 160px;
  left: 0;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.AnnuCard-img:after {
  background: #34495e;
  background: linear-gradient(to right, #2c3e50 0%, #34495e 100%);
  bottom: -10px;
  content: "";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  transform: skewY(-1.6deg);
  transform-origin: left top;
  transition: all 0.2s;
  width: 102%;
}
.AnnuCard-img img {
  display: block;
  margin: 0 auto;
  max-height: 100%;
  max-width: 100%;
}
.AnnuCard-summary {
  color: #e6e6e6;
  font-size: 1.0714285714rem;
  font-style: italic;
  line-height: 1.2;
  margin: 0;
}
.AnnuCard-more {
  margin: 15px 0 0 0;
}
.AnnuCardDetails {
  position: relative;
}
.AnnuCardDetails:after {
  clear: both;
  content: "";
  display: table;
  height: 0;
}
.AnnuCardDetails .AnnuCardDetails-title {
  border: none;
  font-size: 1.7857142857rem;
  margin: 0.3em 0;
  text-align: left;
  text-transform: none;
  width: auto;
}
.AnnuCardDetails p {
  font-size: 1rem;
}
.AnnuCardDetails .AnnuCardDetails-logo {
  margin: 20px auto;
  max-width: 500px;
  position: relative;
}
@media screen and (min-width: 800px) {
  .AnnuCardDetails .AnnuCardDetails-logo {
    margin: 0 auto 20px auto;
    max-width: 150px;
  }
}
.AnnuCardDetails .AnnuCardDetails-logo:before {
  background: #ececec;
  content: "";
  display: block;
  height: 100px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.AnnuCardDetails .AnnuCardDetails-logo span {
  background: #fff;
  box-sizing: border-box;
  display: block;
  margin: 0 auto;
  position: relative;
  width: 90%;
}
.AnnuCardDetails .AnnuCardDetails-logo img {
  display: block;
  max-height: 100%;
  max-width: 100%;
  width: 100%;
}
.AnnuCardDetails .AnnuCardDetails-logo .imgDefault {
  color: #ececec;
  display: block;
  margin: 0 auto;
  text-align: center;
}
.AnnuCardDetails .AnnuCardDetails-subtitle {
  color: #656565;
  font-size: 1.4285714286rem;
  font-style: italic;
  margin: 0.2em 0 0.5em 0;
}
.AnnuCardDetails .AnnuCardDetails-desc {
  margin: 1em 0;
}
@media screen and (min-width: 800px) {
  .AnnuCardDetails-infos {
    float: right;
    width: 68%;
  }
}
.AnnuCardDetails-sep {
  background: #ececec;
  height: 5px;
}
.AnnuCardDetails-contact {
  color: #34495e;
  font-style: normal;
}
@media screen and (min-width: 800px) {
  .AnnuCardDetails-contact {
    float: left;
    padding: 180px 0 0 0;
    width: 28%;
  }
}
.AnnuCardDetails-contact p {
  font-size: 1.2857142857rem;
  font-weight: bold;
  margin: 0.5em 0;
}
.AnnuCardDetails-contact a {
  color: #34495e;
}
.AnnuCardDetails-contact .AnnuCardDetails-fax {
  color: #252525;
  display: block;
}
.AnnuCardDetails-contact .AnnuCardDetails-mail, .AnnuCardDetails-contact .AnnuCardDetails-web {
  color: #252525;
  display: block;
}
.annuIco {
  background-color: #34495e;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 50%;
  display: block;
  height: 50px;
  margin: 0 auto 10px auto;
  overflow: hidden;
  text-align: left;
  text-indent: 100%;
  transition: all 0.2s;
  white-space: nowrap;
  width: 50px;
}
.AnnuCardDetails-icoAddress {
  background-image: url(../images/ico-address.svg);
}
.AnnuCardDetails-icoPhone {
  background-image: url(../images/ico-phone.svg);
}
.AnnuCardDetails-icoMail {
  background-image: url(../images/ico-mail.svg);
}
.AnnuCardDetails-icoWeb {
  background-image: url(../images/ico-url.svg);
}
.EmergencyPhone {
  background: #ececec;
  border-radius: 5px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 20px 0;
  padding: 10px;
}
.EmergencyPhone-numbers {
  font-size: 1.2857142857rem;
  margin: 0;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 640px) {
  .EmergencyPhone-numbers {
    margin: 0.5em auto;
  }
}
.EmergencyPhone-title {
  background: url(../images/ico-emergency.svg) no-repeat;
  background-size: 45px auto;
  color: #f80606;
  display: inline-block;
  font-size: 1.7142857143rem;
  font-weight: bold;
  margin: 8px 0 5px 0;
  min-height: 43px;
  padding: 7px 0 0 55px;
  text-transform: uppercase;
}
.EmergencyPhone-112 {
  background: #fff;
  border-radius: 3px;
  box-sizing: border-box;
  font-size: 1rem;
  margin: 10px 0 0 0;
  min-height: 95px;
  padding: 10px 10px 10px 155px;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 640px) {
  .EmergencyPhone-112 {
    margin: 0 auto 0 auto;
  }
}
.EmergencyPhone-112 strong {
  color: #f80606;
  display: block;
  font-size: 1.2857142857rem;
  font-weight: bold;
  margin: 5px 0;
  text-align: center;
  text-transform: uppercase;
}
.UsefulPhoneList {
  list-style: none;
  margin: 0 0 30px 0;
  padding: 0;
}
.UsefulPhoneList li {
  padding: 0;
}
.UsefulPhone {
  padding: 10px 0;
  position: relative;
}
@media screen and (min-width: 640px) {
  .UsefulPhone {
    padding: 5px 0;
  }
}
.UsefulPhone p {
  font-size: 0.9285714286rem;
  margin: 0.5em 0;
}
.UsefulPhone .UsefulPhone-name {
  color: #34495e;
  display: block;
  font-size: 1.1428571429rem;
  font-weight: bold;
  margin-bottom: 0.3em;
}
.UsefulPhone-icoPhone {
  background-image: url(../images/ico-phone.svg);
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  height: 22px;
  margin-right: 10px;
  vertical-align: middle;
  width: 22px;
}
.Mayor {
  padding: 15px 0;
}
.Mayor-img {
  float: left;
  margin-right: 15px;
  max-width: 80px;
  width: 15%;
}
.Mayor-name {
  color: #34495e;
  font-size: 1.1428571429rem;
  font-weight: bold;
  margin: 0;
}
.Mayor-position {
  color: #656565;
  font-size: 1rem;
  font-style: italic;
  margin: 0.5em 0;
}
.Mayor-more a {
  color: #34495e;
  text-decoration: none;
}
.MunicipalCouncilList {
  list-style: none;
  margin: 0;
  padding: 0;
}
.MunicipalCouncilCard {
  border-top: 1px #ccc solid;
  padding: 15px 0;
}
.MunicipalCouncilCard:first-child {
  border-top: 0;
}
.MunicipalCouncilCard:after {
  clear: both;
  content: "";
  display: table;
}
