@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto+Slab:400,700");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800");
body {
  font-family: "Open Sans", sans-serif;
}

body,
button,
input,
select,
textarea {
  color: #343434;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto Slab", serif;
  font-weight: inherit;
  clear: both;
  line-height: 1.3em;
  margin: 20px 0;
  color: #234b51;
}

h1 {
  font-size: 1.75em;
  font-weight: bold;
}

/* 2.4em */
h2 {
  font-size: 1.5em;
  font-weight: bold;
}

/* 2.2em */
h3 {
  font-size: 1.5em;
  font-weight: normal;
}

/* 1.75em*/
h4 {
  font-size: 1.125em;
  font-weight: bold;
}

/* 1.8em*/
h5 {
  font-size: 1.125em;
  font-weight: normal;
}

/* 1.6em*/
h6 {
  font-size: 1em;
  font-weight: bold;
}

/* 1.4em*/
p {
  margin-bottom: 1.5em;
}

.container {
  width: 1160px;
}
@media (max-width: 1299px) {
  .container {
    width: 100%;
    max-width: 1160px;
  }
}
@media (max-width: 1024px) {
  .container.narrow-container {
    width: 860px;
  }
  .container.full-width-landscape-container {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .container.narrow-container {
    width: 100%;
  }
}

a, button {
  white-space: normal;
  word-wrap: break-word;
}

video {
  width: 100%;
  max-width: 500px;
  height: auto;
}

iframe {
  max-width: 100%;
}

.white-bg {
  background: #ffffff;
}

.form-control {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.form-control:focus {
  outline: 1px solid #dedede;
  border-color: #dedede;
  box-shadow: none;
}

label {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
}

.form-group {
  margin-bottom: 25px;
}

.select2-container--default .select2-selection--single {
  font-size: 14px;
  border: 1px solid #d3d3d3;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.list .newspaper-item .infos h2 {
  font-family: "Open Sans", sans-serif !important;
}

.list .letter h2 {
  font-family: "Open Sans", sans-serif !important;
}

[class*=col-] {
  padding-left: 25px;
  padding-right: 25px;
}

.row {
  margin-left: -25px;
  margin-right: -25px;
}

.container {
  padding-right: 25px;
  padding-left: 25px;
}

.custom-p {
  margin-top: -20px;
  font-size: 15px;
  color: #234b51;
}

.header {
  background: #ffffff;
}
.header.menu-opened {
  background: #234b51;
}
.header.menu-opened .header-top .top-wrapper .top-wrapper-content .header-controls .mobile-login:before, .header.menu-opened .header-top .top-wrapper .top-wrapper-content .header-controls .mobile-login:after {
  background: #ffffff;
}
.header.menu-opened .header-top .top-wrapper .top-wrapper-content .header-controls .mobile-login img {
  filter: unset;
}
.header.menu-opened .header-top .top-wrapper .top-wrapper-content .header-controls .top-search img {
  -webkit-filter: brightness(500%);
  filter: brightness(500%);
}
.header.menu-opened .header-top .top-wrapper .top-wrapper-content .logo-container .logo-desc h2 {
  color: #ffffff;
}
.header.menu-opened .mobile-menu .hamburger-menu span {
  background: #ffffff;
}
.header .header-nav {
  background: #234b51;
}
.header .header-nav a {
  color: #ffffff;
}
.header .header-nav .menu {
  position: relative;
}
@media (max-width: 1024px) {
  .header .header-nav .menu {
    display: none;
  }
}
.header .header-nav .sticky-logo, .header .header-nav .sticky-controls {
  display: none;
}
.header .header-nav.scroll-hidden {
  opacity: 0;
}
.header ul.main-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
}
.header ul.main-menu > li {
  display: inline-block;
  margin-right: 30px;
  text-transform: uppercase;
}
.header ul.main-menu > li:last-child {
  margin-right: 0;
}
.header ul.main-menu > li > a {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-weight: 900;
  font-size: 15px;
  letter-spacing: 0.06em;
  position: relative;
  padding: 12px 0;
  text-decoration: none;
}
@media (min-width: 1025px) and (max-width: 1100px) {
  .header ul.main-menu > li > a {
    font-size: 13px;
  }
}
.header ul.main-menu > li .submenu {
  display: block;
  background: #234b51;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  height: 0;
  width: 100%;
  overflow: hidden;
  z-index: 999;
  left: 0;
}
.header ul.main-menu > li .submenu > li {
  display: block;
}
.header ul.main-menu > li .submenu > li:last-child {
  padding-bottom: 15px;
}
.header ul.main-menu > li .submenu > li > a {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.06em;
  display: block;
  padding: 5px 20px;
  text-transform: none;
}
.header ul.main-menu > li.with-submenu {
  margin-right: 15px;
}
.header ul.main-menu > li.with-submenu:last-child {
  margin-right: 0;
}
@media (min-width: 1025px) and (max-width: 1100px) {
  .header ul.main-menu > li.with-submenu {
    margin-right: 12px;
  }
}
.header ul.main-menu > li.with-submenu > a .icon {
  font-size: 12px;
  padding: 0 10px;
  display: inline-block;
  position: relative;
  top: 1px;
}
.header ul.main-menu > li.with-submenu:hover .submenu, .header ul.main-menu > li.with-submenu:focus .submenu {
  height: auto;
  padding-top: 8px;
}
@media (max-width: 992px) {
  .header .search-container .col-md-10, .header .search-container .col-md-12 {
    padding: 0 !important;
  }
}
.header .login-container {
  background: #369d99;
  color: #ffffff;
}
.header .login-container form {
  display: flex;
}
@media (max-width: 1024px) {
  .header .login-container form {
    display: block;
  }
}
.header .login-container form [type=submit] {
  font-family: "Roboto Slab", serif;
  font-size: 14px;
  font-weight: 800;
  width: auto;
  background: none;
  color: #ffffff;
  box-shadow: none;
  text-transform: uppercase;
  height: 40px;
}
.header .login-container form [type=text], .header .login-container form [type=password] {
  font-size: 17px;
  font-weight: 600;
  max-width: 280px;
  background: #e4e4e4;
  height: 40px;
  width: 280px;
  color: #606060;
}
@media (max-width: 992px) {
  .header .login-container form [type=text], .header .login-container form [type=password] {
    width: 100%;
    max-width: unset;
  }
}
.header .login-container form [type=text] {
  margin-right: 18px;
}
.header .login-container form [type=password] {
  margin-right: 8px;
}
.header .login-container form .form-end-wrapper {
  display: flex;
  position: relative;
}
.header .login-container form .form-end-wrapper .more.login_form {
  position: absolute;
  top: 100%;
  left: 0;
}
.header .login-container a {
  text-decoration: none;
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
}
.header .login-container .login-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
}
@media (max-width: 1024px) {
  .header .login-container .login-inner {
    align-items: flex-start;
  }
}
.header .login-container .login-inner .login-desc {
  display: flex;
  align-items: center;
  padding-right: 15px;
}
.header .login-container .login-inner .login-desc .login-icon {
  margin-right: 10px;
}
.header .login-container .login-inner .login-desc .login-icon img {
  width: 47px;
}
.header .login-container .login-inner .login-desc div {
  display: inline-block;
}
.header .login-container .login-inner .login-desc h4 {
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  font-weight: 700;
  margin: 0 0 8px;
}
.header .login-container .login-inner .login-desc p {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 3px;
}
.header .login-container .login-inner .login-form {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .header .login-container .login-inner .login-form {
    display: block;
  }
}
.header .login-container .login-inner .login-form .form-group {
  margin: 0;
}
@media (max-width: 992px) {
  .header .login-container .login-inner .login-form {
    padding: 0 !important;
  }
}
@media (max-width: 1024px) {
  .header .login-container {
    display: none;
    padding: 30px 0 25px;
  }
  .header .login-container .login-inner {
    padding: 0;
  }
  .header .login-container .login-inner .login-form {
    margin-bottom: 0;
  }
  .header .login-container .login-inner .login-desc h4 {
    margin-top: 15px;
    margin-bottom: 10px;
  }
  .header .login-container .login-inner .login-desc .login-icon {
    margin-right: 17px;
  }
  .header .login-container form .form-end-wrapper {
    display: block;
    margin-top: 20px;
  }
  .header .login-container form .form-end-wrapper .more.login_form {
    position: relative;
    margin-top: 20px;
  }
  .header .login-container form [type=submit] {
    position: absolute;
    top: 0;
    left: 100%;
    right: auto;
    height: 50px;
    background: #369d99;
  }
  .header .login-container form [type=text],
.header .login-container form [type=password] {
    margin-right: 0;
    height: 50px;
  }
}
@media (max-width: 992px) {
  .header .login-container {
    padding: 25px 0 40px;
  }
  .header .login-container form [type=submit] {
    left: auto;
    right: 0;
    height: 41px;
  }
  .header .login-container form [type=password] {
    padding-right: 50px;
  }
  .header .login-container form [type=text],
.header .login-container form [type=password] {
    height: 41px;
  }
  .header .login-container .login-inner {
    display: block;
  }
  .header .login-container .login-inner .login-desc {
    margin-bottom: 30px;
    padding-right: 0;
  }
  .header .login-container .login-inner .login-desc p {
    display: none;
  }
  .header .login-container .login-inner .login-desc h4 {
    margin: 0;
  }
  .header .login-container .login-inner .login-desc .login-icon {
    margin-right: 10px;
  }
  .header .login-container .login-inner .login-desc .login-text {
    width: -moz-calc(100% - 55px);
    width: -webkit-calc(100% - 55px);
    width: -o-calc(100% - 55px);
    width: calc(100% - 55px);
  }
  .header .login-container .login-inner .login-form {
    width: 100%;
  }
  .header .login-container form .form-end-wrapper .more.login_form {
    display: none;
  }
}
.header .header-top {
  padding: 10px 0;
}
@media (max-width: 1024px) {
  .header .header-top {
    padding: 8px 0;
  }
}
@media (max-width: 767px) {
  .header .header-top {
    padding: 14px 0;
  }
}
.header .header-top .top-wrapper .top-wrapper-content {
  display: flex;
  justify-content: space-between;
}
.header .header-top .top-wrapper .top-wrapper-content .logo-container {
  display: flex;
}
.header .header-top .top-wrapper .top-wrapper-content .logo-container a {
  color: #343434 !important;
  text-decoration: none;
}
.header .header-top .top-wrapper .top-wrapper-content .logo-container .logo img {
  height: 115px;
  width: 115px;
}
@media (max-width: 767px) {
  .header .header-top .top-wrapper .top-wrapper-content .logo-container .logo img {
    width: 50px;
    height: 50px;
  }
}
.header .header-top .top-wrapper .top-wrapper-content .logo-container .logo-desc {
  display: flex;
  align-items: center;
  margin-left: 15px;
}
@media (max-width: 768px) {
  .header .header-top .top-wrapper .top-wrapper-content .logo-container .logo-desc {
    display: none;
  }
}
.header .header-top .top-wrapper .top-wrapper-content .logo-container .logo-desc h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 21px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  line-height: 1.2;
  text-align: left;
}
.header .header-top .top-wrapper .top-wrapper-content .logo-container .logo-desc h2 span {
  font-weight: 700;
}
.header .header-top .top-wrapper .top-wrapper-content .header-controls {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header .header-top .top-wrapper .top-wrapper-content .header-controls .social-links {
  display: flex;
}
@media (max-width: 1024px) {
  .header .header-top .top-wrapper .top-wrapper-content .header-controls .social-links {
    display: none;
  }
}
.header .header-top .top-wrapper .top-wrapper-content .header-controls .social-links .social-item {
  display: inline-block;
  padding-right: 30px;
}
.header .header-top .top-wrapper .top-wrapper-content .header-controls .social-links .social-item img {
  width: 40px;
  height: 40px;
}
.header .header-top .top-wrapper .top-wrapper-content .header-controls .top-links {
  display: flex;
}
@media (max-width: 1024px) {
  .header .header-top .top-wrapper .top-wrapper-content .header-controls .top-links {
    display: none;
  }
}
.header .header-top .top-wrapper .top-wrapper-content .header-controls .top-links a {
  padding: 5px 20px;
  color: #787878;
  border-left: 1px solid #d2d2d2;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  line-height: 30px;
  font-size: 14px;
  display: block;
}
.header .header-top .top-wrapper .top-wrapper-content .header-controls .top-links a:last-child {
  border-right: 1px solid #d2d2d2;
}
.header .header-top .top-wrapper .top-wrapper-content .header-controls .top-links .with-submenu {
  position: relative;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.header .header-top .top-wrapper .top-wrapper-content .header-controls .top-links .with-submenu:hover .submenu, .header .header-top .top-wrapper .top-wrapper-content .header-controls .top-links .with-submenu:focus .submenu {
  max-height: 1000px;
}
.header .header-top .top-wrapper .top-wrapper-content .header-controls .top-links .with-submenu .submenu {
  background: #ffffff;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  max-height: 0;
  width: 145px;
  overflow: hidden;
  z-index: 999;
  left: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.header .header-top .top-wrapper .top-wrapper-content .header-controls .top-links .with-submenu .submenu > li {
  display: block;
}
.header .header-top .top-wrapper .top-wrapper-content .header-controls .top-links .with-submenu .submenu > li:last-child {
  padding-bottom: 15px;
}
.header .header-top .top-wrapper .top-wrapper-content .header-controls .top-links .with-submenu .submenu > li > a {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.06em;
  display: block;
  padding: 2px 10px 2px 10px;
  text-transform: none;
  border: none;
  line-height: initial;
}
.header .header-top .top-wrapper .top-wrapper-content .header-controls .top-links .with-submenu .submenu > li > a:hover, .header .header-top .top-wrapper .top-wrapper-content .header-controls .top-links .with-submenu .submenu > li > a:focus {
  color: #454545;
}
.header .header-top .top-wrapper .top-wrapper-content .header-controls .top-links .with-submenu .submenu > li > a:hover:before, .header .header-top .top-wrapper .top-wrapper-content .header-controls .top-links .with-submenu .submenu > li > a:focus:before {
  background: #454545;
}
.header .header-top .top-wrapper .top-wrapper-content .header-controls .mobile-login {
  cursor: pointer;
  position: relative;
}
@media (min-width: 1025px) {
  .header .header-top .top-wrapper .top-wrapper-content .header-controls .mobile-login {
    display: none;
  }
}
.header .header-top .top-wrapper .top-wrapper-content .header-controls .mobile-login img {
  width: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header .header-top .top-wrapper .top-wrapper-content .header-controls .mobile-login img.icon-white {
  display: none;
}
@media (max-width: 767px) {
  .header .header-top .top-wrapper .top-wrapper-content .header-controls .mobile-login img {
    width: 34px;
  }
}
.header .header-top .top-wrapper .top-wrapper-content .header-controls .mobile-login:before, .header .header-top .top-wrapper .top-wrapper-content .header-controls .mobile-login:after {
  display: block;
  position: absolute;
  content: "";
  height: 3px;
  width: 27px;
  background: #818181;
  left: 9px;
  top: 14px;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .header .header-top .top-wrapper .top-wrapper-content .header-controls .mobile-login:before, .header .header-top .top-wrapper .top-wrapper-content .header-controls .mobile-login:after {
    left: 4px;
    top: 16px;
  }
}
.header .header-top .top-wrapper .top-wrapper-content .header-controls .mobile-login.active img {
  opacity: 0;
}
.header .header-top .top-wrapper .top-wrapper-content .header-controls .mobile-login.active:before, .header .header-top .top-wrapper .top-wrapper-content .header-controls .mobile-login.active:after {
  opacity: 1;
}
.header .header-top .top-wrapper .top-wrapper-content .header-controls .mobile-login.active:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header .header-top .top-wrapper .top-wrapper-content .header-controls .mobile-login.active:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.header .header-top .top-wrapper .top-wrapper-content .header-controls .top-search {
  cursor: pointer;
  margin-left: 40px;
  position: relative;
}
.header .header-top .top-wrapper .top-wrapper-content .header-controls .top-search img {
  height: 30px;
  width: 30px;
}
.header .header-top .top-wrapper .top-wrapper-content .header-controls .top-search img.icon-white {
  display: none;
}
@media (max-width: 767px) {
  .header .header-top .top-wrapper .top-wrapper-content .header-controls .top-search img {
    height: 27px;
    width: 27px;
  }
}
.header .header-top .top-wrapper .top-wrapper-content .header-controls .top-search:before, .header .header-top .top-wrapper .top-wrapper-content .header-controls .top-search:after {
  display: block;
  position: absolute;
  content: "";
  height: 3px;
  width: 27px;
  background: #818181;
  left: 9px;
  top: 14px;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .header .header-top .top-wrapper .top-wrapper-content .header-controls .top-search:before, .header .header-top .top-wrapper .top-wrapper-content .header-controls .top-search:after {
    left: 4px;
    top: 11px;
  }
}
.header .header-top .top-wrapper .top-wrapper-content .header-controls .top-search.active img {
  opacity: 0;
}
.header .header-top .top-wrapper .top-wrapper-content .header-controls .top-search.active:before, .header .header-top .top-wrapper .top-wrapper-content .header-controls .top-search.active:after {
  opacity: 1;
}
.header .header-top .top-wrapper .top-wrapper-content .header-controls .top-search.active:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header .header-top .top-wrapper .top-wrapper-content .header-controls .top-search.active:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.header .header-top .top-wrapper .top-wrapper-content .header-controls .subpage-connect {
  border-right: 1px solid #d2d2d2;
  padding-right: 25px;
}
@media (max-width: 1024px) {
  .header .header-top .top-wrapper .top-wrapper-content .header-controls .subpage-connect {
    display: none;
  }
}
.header .header-top .top-wrapper .top-wrapper-content .header-controls .subpage-connect img {
  margin-left: 20px;
  filter: invert(0.5);
  height: 35px;
  cursor: pointer;
}
.header.fixed-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  background: #234b51;
}
@media (max-width: 1024px) {
  .header.fixed-header {
    background: #234b51;
  }
  .header.fixed-header .top-wrapper-content .logo-container .logo-desc h2 {
    color: #ffffff;
  }
}
@media (min-width: 1025px) {
  .header.fixed-header .header-top {
    display: none;
  }
  .header.fixed-header .header-nav {
    padding: 15px 0;
  }
  .header.fixed-header .header-nav .sticky-logo {
    display: inline-block;
    margin-right: 10px;
  }
  .header.fixed-header .header-nav .sticky-logo img {
    max-width: 80px;
    position: relative;
    z-index: 9999;
  }
  .header.fixed-header .header-nav .menu {
    display: inline-block;
    position: static;
    flex: 1;
  }
  .header.fixed-header .header-nav .menu ul.main-menu > li > a {
    font-size: 13px;
    letter-spacing: 0.3px;
  }
}
@media (min-width: 1025px) and (min-width: 1025px) and (max-width: 1100px) {
  .header.fixed-header .header-nav .menu ul.main-menu > li > a {
    font-size: 11px;
  }
}
@media (min-width: 1025px) {
  .header.fixed-header .header-nav .menu ul.main-menu > li .submenu li:first-child {
    margin-top: 20px;
  }
}
@media (min-width: 1025px) {
  .header.fixed-header .header-nav .menu ul.main-menu > li.with-submenu {
    margin-right: 5px;
  }
}
@media (min-width: 1025px) and (min-width: 1025px) and (max-width: 1100px) {
  .header.fixed-header .header-nav .menu ul.main-menu > li.with-submenu {
    margin-right: 4px;
  }
}
@media (min-width: 1025px) {
  .header.fixed-header .header-nav .menu ul.main-menu > li.with-submenu:first-child {
    margin-left: 5px;
  }
}
@media (min-width: 1025px) {
  .header.fixed-header .header-nav .sticky-controls {
    display: inline-block;
    margin-left: 10px;
  }
  .header.fixed-header .header-nav .sticky-controls .sticky-controls-container {
    display: flex;
    align-items: center;
  }
  .header.fixed-header .header-nav .sticky-controls .sticky-controls-container img {
    width: 45px;
    position: relative;
    z-index: 9999;
  }
  .header.fixed-header .header-nav .sticky-controls .sticky-controls-container .sticky-login {
    padding-right: 15px;
    border-right: 1px solid #ffffff;
    cursor: pointer;
  }
  .header.fixed-header .header-nav .sticky-controls .sticky-controls-container .sticky-search {
    padding-left: 15px;
    display: flex;
    cursor: pointer;
  }
  .header.fixed-header .header-nav .sticky-controls .sticky-controls-container .sticky-search img {
    max-width: 30px;
    max-height: 30px;
  }
}
@media (min-width: 1025px) {
  .header.fixed-header .header-nav .nav-container {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: space-between;
  }
}
@media (min-width: 1025px) {
  .header.fixed-header .header-nav.scroll-visible {
    opacity: 1;
    transition: opacity 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    padding: 10px 0;
  }
}
.header.fixed-header .login-container, .header.fixed-header .message-banner {
  display: none;
}
.header.fixed-header .header-top .top-wrapper .top-wrapper-content .header-controls .mobile-login .icon-white {
  display: block;
}
.header.fixed-header .header-top .top-wrapper .top-wrapper-content .header-controls .mobile-login .icon-grey {
  display: none;
}
.header.fixed-header .header-top .top-wrapper .top-wrapper-content .header-controls .mobile-login:before, .header.fixed-header .header-top .top-wrapper .top-wrapper-content .header-controls .mobile-login:after {
  background: #ffffff;
}
.header.fixed-header .header-top .top-wrapper .top-wrapper-content .header-controls .top-search img.icon-grey {
  display: none;
}
.header.fixed-header .header-top .top-wrapper .top-wrapper-content .header-controls .top-search img.icon-white {
  display: block;
}

@media (min-width: 1025px) {
  body.subpage .header .header-top .top-wrapper .top-wrapper-content .header-controls .top-search {
    margin-left: 20px;
    border-right: 1px solid #343434;
    padding-right: 20px;
  }
}
@supports (-ms-ime-align: auto) {
  .carousel-inner > .item > img, .img-responsive {
    height: auto;
  }

  .main-menu .label {
    white-space: normal;
  }

  @media (min-width: 1025px) {
    .header-controls .sticky-login {
      display: none;
    }
  }

  .sticky-login {
    cursor: pointer;
    position: relative;
  }
  .sticky-login img {
    width: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .sticky-login img.icon-white {
    display: none;
  }
  @media (max-width: 767px) {
    .sticky-login img {
      width: 34px;
    }
  }
  .sticky-login:before, .sticky-login:after {
    display: block;
    position: absolute;
    content: "";
    height: 3px;
    width: 27px;
    background: #818181;
    left: 9px;
    top: 22px;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  @media (max-width: 767px) {
    .sticky-login:before, .sticky-login:after {
      left: 4px;
      top: 16px;
    }
  }
  .sticky-login.active img {
    opacity: 0;
  }
  .sticky-login.active:before, .sticky-login.active:after {
    opacity: 1;
  }
  .sticky-login.active:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .sticky-login.active:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .carousel-inner > .item > img, .img-responsive {
    height: auto;
  }

  .main-menu .label {
    white-space: normal;
  }
}
@media all and (-ms-high-contrast: none) and (min-width: 1025px), (-ms-high-contrast: active) and (min-width: 1025px) {
  .header-controls .sticky-login {
    display: none;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .sticky-login {
    cursor: pointer;
    position: relative;
  }
  .sticky-login img {
    width: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .sticky-login img.icon-white {
    display: none;
  }
}
@media all and (-ms-high-contrast: none) and (max-width: 767px), (-ms-high-contrast: active) and (max-width: 767px) {
  .sticky-login img {
    width: 34px;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .sticky-login:before, .sticky-login:after {
    display: block;
    position: absolute;
    content: "";
    height: 3px;
    width: 27px;
    background: #818181;
    left: 9px;
    top: 22px;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}
@media all and (-ms-high-contrast: none) and (max-width: 767px), (-ms-high-contrast: active) and (max-width: 767px) {
  .sticky-login:before, .sticky-login:after {
    left: 4px;
    top: 16px;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .sticky-login.active img {
    opacity: 0;
  }
  .sticky-login.active:before, .sticky-login.active:after {
    opacity: 1;
  }
  .sticky-login.active:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .sticky-login.active:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
footer .footer-basic {
  background: #234b51;
  min-height: 70px;
  padding: 20px 0;
}
footer .footer-basic .footer-social-mobile, footer .footer-basic .footer-social-store {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 20px;
}
footer .footer-basic .footer-social-mobile img, footer .footer-basic .footer-social-store img {
  margin-right: 20px;
  height: 41px;
  width: 41px;
}
@media (min-width: 768px) {
  footer .footer-basic .footer-social-mobile, footer .footer-basic .footer-social-store {
    display: none;
  }
}
footer .footer-basic .footer-social-store {
  padding-top: 10px;
  padding-bottom: 10px;
}
footer .footer-basic .footer-social-store img {
  margin-right: 20px;
  width: 120px;
  height: auto;
}
footer .footer-basic .footer-links-container {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  footer .footer-basic .footer-links-container {
    display: block;
  }
}
@media (max-width: 1024px) {
  footer .footer-basic .footer-links-container .footer-links {
    text-align: center;
    margin-bottom: 20px;
  }
}
footer .footer-basic .footer-links-container .footer-links a {
  color: #ffffff;
  line-height: 40px;
  text-transform: uppercase;
  padding-right: 30px;
  letter-spacing: 1.1px;
  font-size: 15px;
  font-weight: 900;
}
@media (max-width: 767px) {
  footer .footer-basic .footer-links-container .footer-links a {
    padding: 0 15px;
  }
  footer .footer-basic .footer-links-container .footer-links a:not(:last-child) {
    border-right: 1px solid #ffffff;
  }
}
@media (max-width: 1024px) {
  footer .footer-basic .footer-links-container .footer-register {
    text-align: center;
  }
}
footer .footer-basic .footer-links-container .footer-register .register {
  display: inline-block;
  background: #369d99;
  color: #ffffff;
  line-height: 30px;
  padding: 5px 25px;
  font-size: 20px;
  font-weight: 600;
  word-break: keep-all;
  font-family: "Roboto Slab", sans-serif;
}
footer .footer-extended {
  background: #bedbd6;
  padding-bottom: 20px;
}
footer .footer-extended .footer-columns-wrapper {
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
}
@media (max-width: 1024px) {
  footer .footer-extended .footer-columns-wrapper {
    display: block;
  }
}
footer .footer-extended .footer-columns-wrapper .footer-column-header {
  color: #234b51;
  font-size: 18px;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  font-weight: 600;
}
footer .footer-extended .footer-columns-wrapper .footer-social .social-grid-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
}
@media (max-width: 1024px) {
  footer .footer-extended .footer-columns-wrapper .footer-social .social-grid-item {
    display: block;
  }
}
footer .footer-extended .footer-columns-wrapper .footer-social .social-grid-item img {
  max-width: 50px;
}
@media (max-width: 1024px) {
  footer .footer-extended .footer-columns-wrapper .footer-social .social-grid-item a {
    margin-right: 10px;
  }
}
footer .footer-extended .footer-columns-wrapper .footer-site-links a {
  display: block;
  text-decoration: none;
  color: #234b51;
}
footer .footer-extended .footer-columns-wrapper .footer-communication .communication-item {
  display: flex;
  max-width: 510px;
}
@media (max-width: 1024px) {
  footer .footer-extended .footer-columns-wrapper .footer-communication .communication-item {
    display: block;
    max-width: unset;
  }
}
footer .footer-extended .footer-columns-wrapper .footer-communication .communication-item .img-wrapper {
  margin-right: 30px;
}
@media (max-width: 1024px) {
  footer .footer-extended .footer-columns-wrapper .footer-communication .communication-item .img-wrapper {
    display: none;
  }
}
footer .footer-extended .footer-columns-wrapper .footer-communication .communication-item .img-wrapper img {
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  max-width: 170px;
}
footer .footer-extended .footer-columns-wrapper .footer-communication .communication-item .desc-wrapper a {
  display: block;
  color: #234b51;
  text-decoration: none;
  margin-bottom: 10px;
}

.mobile-menu .hamburger-menu {
  width: 27px;
  height: 24px;
  position: relative;
  margin-left: 40px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
@media (min-width: 1025px) {
  .mobile-menu .hamburger-menu {
    display: none;
  }
}
.mobile-menu .hamburger-menu span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #818181;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.mobile-menu .hamburger-menu span:nth-child(1) {
  top: 0;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.mobile-menu .hamburger-menu span:nth-child(2) {
  top: 10px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.mobile-menu .hamburger-menu span:nth-child(3) {
  top: 20px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.mobile-menu .hamburger-menu.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
  left: 4px;
}
.mobile-menu .hamburger-menu.open span:nth-child(2) {
  opacity: 0;
  width: 0;
}
.mobile-menu .hamburger-menu.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 19px;
  left: 4px;
}
.mobile-menu .hamburger-menu-content {
  display: none;
  background: #234b51;
  position: absolute;
  top: 125px;
  left: -15px;
  height: -moz-calc(100vh - 125px);
  height: -webkit-calc(100vh - 125px);
  height: -o-calc(100vh - 125px);
  height: calc(100vh - 125px);
  width: -moz-calc(100% + 30px);
  width: -webkit-calc(100% + 30px);
  width: -o-calc(100% + 30px);
  width: calc(100% + 30px);
  z-index: 999;
  text-align: left;
  overflow-y: auto;
  color: #ffffff;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .mobile-menu .hamburger-menu-content {
    width: 50%;
    right: 0;
    left: unset;
  }
}

.fixed-header .mobile-menu .hamburger-menu span {
  background: #ffffff;
}

.header-mobile-menu {
  position: absolute;
  top: 81px;
  right: 999px;
  z-index: -1;
  border-top: 1px solid #ffffff;
}
@media (min-width: 1025px) {
  .header-mobile-menu {
    display: none;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .header-mobile-menu {
    top: 131px;
  }
}
@media (max-width: 768px) {
  .header-mobile-menu {
    top: auto;
  }
}
.header-mobile-menu.active {
  z-index: 999;
  right: 0;
}

#menu {
  opacity: 1;
  visibility: visible;
}
#menu.menu-hidden {
  opacity: 0;
  visibility: hidden;
}
#menu .multilevelpushmenu_wrapper .multilevelpushmenu_inactive, #menu .multilevelpushmenu_wrapper .levelHolderClass {
  background: #234b51;
  padding-top: 20px;
}
#menu .multilevelpushmenu_wrapper a {
  font-size: 16px;
  display: inline-block;
}
#menu .multilevelpushmenu_wrapper ul {
  list-style-type: none;
}
#menu .multilevelpushmenu_wrapper li {
  border: none;
  text-align: left !important;
  padding: 20px;
  font-weight: 600;
  line-height: 16px;
}
#menu .multilevelpushmenu_wrapper li:hover {
  background-color: #369d99;
}
@media (max-width: 768px) {
  #menu .multilevelpushmenu_wrapper li:hover {
    background-color: inherit;
  }
}
#menu .multilevelpushmenu_wrapper h2 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  text-align: left !important;
  font-family: "Open Sans Condensed", sans-serif;
}
#menu .multilevelpushmenu_wrapper .backItemClass {
  background: none;
  border: none;
  text-align: left;
  text-transform: uppercase;
}
#menu .multilevelpushmenu_wrapper .backItemClass a {
  font-weight: 600;
}
#menu .multilevelpushmenu_wrapper .backItemClass .fa-chevron-left {
  margin-right: 10px;
}
#menu .multilevelpushmenu_wrapper .backItemClass + ul > li {
  padding-left: 30px;
}
#menu .multilevelpushmenu_wrapper .iconSpacing_rtl {
  padding: 0;
  margin-left: 20px;
}
#menu div[data-level="0"] > ul > li > a {
  text-transform: uppercase;
}
#menu .levelHolderClass[data-level="1"] {
  padding-top: 40px;
}
#menu .levelHolderClass[data-level="1"] > h2 {
  display: none;
}
#menu .levelHolderClass[data-level="1"] > .backItemClass {
  padding: 0;
  margin-left: 20px;
  margin-bottom: 5px;
}
#menu .levelHolderClass[data-level="1"] > ul > li {
  padding: 8px 40px;
}
#menu .levelHolderClass[data-level="1"] > ul > li > a {
  font-size: 14px;
}
#menu .levelHolderClass[data-level="2"], #menu .levelHolderClass[data-level="3"] {
  padding-top: 40px;
  display: flex;
  flex-direction: column;
}
#menu .levelHolderClass[data-level="2"] > h2, #menu .levelHolderClass[data-level="3"] > h2 {
  font-size: 14px;
  padding-left: 42px;
  order: 2;
}
#menu .levelHolderClass[data-level="2"] > .backItemClass, #menu .levelHolderClass[data-level="3"] > .backItemClass {
  padding: 0;
  margin-left: 20px;
  order: 1;
}
#menu .levelHolderClass[data-level="2"] > ul, #menu .levelHolderClass[data-level="3"] > ul {
  order: 3;
}
#menu .levelHolderClass[data-level="2"] > ul > li.menu-title, #menu .levelHolderClass[data-level="3"] > ul > li.menu-title {
  padding-left: 32px;
}
#menu .levelHolderClass[data-level="2"] > ul > li.menu-title h2, #menu .levelHolderClass[data-level="3"] > ul > li.menu-title h2 {
  font-size: 14px;
}
#menu .levelHolderClass[data-level="2"] > ul > li, #menu .levelHolderClass[data-level="3"] > ul > li {
  padding: 8px 20px 8px 60px;
}
#menu .levelHolderClass[data-level="2"] > ul > li > a, #menu .levelHolderClass[data-level="3"] > ul > li > a {
  font-size: 14px;
}

.message-banner, .message-banner-placeholder {
  background: #f1f1f1;
}
@media (max-width: 767px) {
  .message-banner, .message-banner-placeholder {
    display: none;
  }
}
.message-banner .message-banner-container, .message-banner-placeholder .message-banner-container {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
.message-banner .message-banner-container .banner-control, .message-banner-placeholder .message-banner-container .banner-control {
  display: inline-block;
  width: 100px;
}
.message-banner .message-banner-container .banner-control .banner-control-wrapper, .message-banner-placeholder .message-banner-container .banner-control .banner-control-wrapper {
  display: flex;
}
.message-banner .message-banner-container .banner-control .banner-control-wrapper div, .message-banner-placeholder .message-banner-container .banner-control .banner-control-wrapper div {
  margin-right: 3px;
  cursor: pointer;
  display: inline-block;
}
.message-banner .message-banner-container .banner-control .banner-control-wrapper div.banner-previous img, .message-banner-placeholder .message-banner-container .banner-control .banner-control-wrapper div.banner-previous img {
  transform: scaleX(-1);
}
.message-banner .message-banner-container .banner-control .banner-control-wrapper .banner-pause .banner-paused, .message-banner-placeholder .message-banner-container .banner-control .banner-control-wrapper .banner-pause .banner-paused {
  display: none;
  height: 21px;
  width: 24px;
  text-align: center;
  color: #ffffff;
  background: #a3a9ae;
  font-size: 11px;
  line-height: 21px;
}
.message-banner .message-banner-container .banner-control .banner-control-wrapper .banner-pause.paused .banner-playing, .message-banner-placeholder .message-banner-container .banner-control .banner-control-wrapper .banner-pause.paused .banner-playing {
  display: none;
}
.message-banner .message-banner-container .banner-control .banner-control-wrapper .banner-pause.paused .banner-paused, .message-banner-placeholder .message-banner-container .banner-control .banner-control-wrapper .banner-pause.paused .banner-paused {
  display: block;
}
.message-banner .message-banner-container .banner-slider-container, .message-banner-placeholder .message-banner-container .banner-slider-container {
  width: -moz-calc(100% - 100px);
  width: -webkit-calc(100% - 100px);
  width: -o-calc(100% - 100px);
  width: calc(100% - 100px);
  display: inline-block;
}
.message-banner .message-banner-container .banner-slider-container .banner-slider .message-item, .message-banner-placeholder .message-banner-container .banner-slider-container .banner-slider .message-item {
  font-size: 14px;
  font-weight: 700;
}
.message-banner .message-banner-container .banner-slider-container .banner-slider .message-item a, .message-banner-placeholder .message-banner-container .banner-slider-container .banner-slider .message-item a {
  color: #369d99;
  text-decoration: underline;
}
.message-banner .message-banner-container .banner-slider-container .banner-slider .message-item p, .message-banner-placeholder .message-banner-container .banner-slider-container .banner-slider .message-item p {
  margin-bottom: 0;
}

.scroll-top-item {
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  right: 0;
  bottom: 0;
  height: 50px;
  width: 50px;
  background: #242727;
  color: #ffffff;
  text-align: center;
  font-size: 26px;
  cursor: pointer;
  z-index: 999999;
}
.scroll-top-item.visible {
  display: flex;
}

@media (min-width: 768px) {
  .nos-sites {
    margin: 15px 0 40px;
  }
}
@media (max-width: 767px) {
  .nos-sites .category-header {
    display: none;
  }
}
@media (max-width: 767px) {
  .nos-sites .sites-container {
    display: none;
  }
}
.nos-sites .sites-container .site-item {
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  padding: 0 10px;
}
.nos-sites .sites-container .site-item .site-item-img {
  min-height: 150px;
  display: flex;
}
.nos-sites .sites-container .site-item .site-item-img img {
  max-width: 200px;
  margin: auto;
  align-self: center;
}
.nos-sites .sites-container .site-item p {
  font-size: 14px;
  margin-bottom: 0;
  min-height: 90px;
  font-weight: 700;
}
.nos-sites .sites-container .site-item a {
  color: #343434;
  font-family: "Roboto Slab", serif;
  font-size: 12px;
}
.nos-sites .sites-mobile {
  background: #234b51;
  border-bottom: 1px solid #ffffff;
}
@media (min-width: 768px) {
  .nos-sites .sites-mobile {
    display: none;
  }
}
.nos-sites .sites-mobile a {
  color: #ffffff;
  text-align: center;
  display: block;
  padding: 25px 0;
  font-weight: 700;
  text-transform: uppercase;
}

.ph-item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 30px 15px 15px 15px;
  overflow: hidden;
  margin-bottom: 30px;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
}
.ph-item, .ph-item *,
.ph-item ::after, .ph-item ::before {
  box-sizing: border-box;
}
.ph-item::before {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 50%;
  z-index: 1;
  width: 500%;
  margin-left: -250%;
  animation: phAnimation 0.8s linear infinite;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 46%, rgba(255, 255, 255, 0.35) 50%, rgba(255, 255, 255, 0) 54%) 50% 50%;
}
.ph-item > * {
  flex: 1 1 auto;
  display: flex;
  flex-flow: column;
  padding-right: 15px;
  padding-left: 15px;
}

.ph-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 7.5px;
}
.ph-row div {
  height: 10px;
  margin-bottom: 7.5px;
  background-color: #ced4da;
}
.ph-row .big, .ph-row.big div {
  height: 20px;
  margin-bottom: 15px;
}
.ph-row .empty {
  background-color: rgba(255, 255, 255, 0);
}

.ph-col-2 {
  flex: 0 0 16.6666666667%;
}

.ph-col-4 {
  flex: 0 0 33.3333333333%;
}

.ph-col-6 {
  flex: 0 0 50%;
}

.ph-col-8 {
  flex: 0 0 66.6666666667%;
}

.ph-col-10 {
  flex: 0 0 83.3333333333%;
}

.ph-col-12 {
  flex: 0 0 100%;
}

.ph-avatar {
  position: relative;
  width: 100%;
  min-width: 60px;
  background-color: #ced4da;
  margin-bottom: 15px;
  border-radius: 50%;
  overflow: hidden;
}
.ph-avatar::before {
  content: " ";
  display: block;
  padding-top: 100%;
}

.ph-picture {
  width: 100%;
  height: 320px;
  background-color: #ced4da;
  margin-bottom: 15px;
}

@keyframes phAnimation {
  0% {
    transform: translate3d(-30%, 0, 0);
  }
  100% {
    transform: translate3d(30%, 0, 0);
  }
}
a, a:visited, a:focus, a:active, a:hover {
  outline: 0 none !important;
}

.highlight {
  margin-bottom: 50px;
}
.highlight h2 {
  color: #ffffff;
  font-size: 17px;
  font-family: "Roboto Slab", sans-serif;
  background-color: #B3B3B3;
  padding: 10px;
}
.highlight a {
  color: #000;
  font-size: 14px;
  font-family: "Roboto Slab", sans-serif;
  font-weight: 700;
  margin-top: auto;
}
.highlight div.content {
  color: #343434;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
}

.list .letter .col-md-4 {
  padding-right: 0 !important;
  text-align: right;
}
.list .letter h2 {
  color: #000000 !important;
}
.list .article .col-md-3, .list .news .col-md-3 {
  padding-right: 0 !important;
  text-align: right;
}
.list .article .file.pdf, .list .news .file.pdf {
  font-size: 12px;
}
.list .article .file.pdf img, .list .news .file.pdf img {
  width: 19px;
  height: 19px;
  margin-right: 5px;
}
.list .article img.icon-pdf, .list .news img.icon-pdf {
  width: 19px;
  height: 19px;
}
.list .newspaper_item, .list .newspaper-item {
  height: auto !important;
}
.list .newspaper_item .download .file.pdf, .list .newspaper-item .download .file.pdf {
  font-size: 12px;
}
.list .newspaper_item .download .file.pdf img, .list .newspaper-item .download .file.pdf img {
  width: 19px;
  height: 19px;
  margin-right: 5px;
}

.list-news-internet form {
  height: auto;
}
.list-news-internet .list li {
  height: auto !important;
}
.list-news-internet .list li img {
  margin-top: 0;
}
.list-news-internet .pagination {
  margin-left: 0;
  display: block !important;
}
.list-news-internet .news-internet-tags-box a {
  margin-left: 0;
  margin-bottom: 5px;
}
.list-news-internet span.date {
  margin-left: 0;
}

#content .block-contact .required {
  padding-right: 16px;
}
@media (max-width: 768px) {
  #content .block-contact .required {
    padding-right: 12px;
  }
}
#content .block-contact form.redirectOnChange .styled-select {
  margin-bottom: 1em;
}
#content .leftContent a, #content .rightContent a {
  color: #369d99;
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
}
#content .leftContent a:hover, #content .rightContent a:hover {
  text-decoration: underline;
}
#content .leftContent a:visited, #content .rightContent a:visited {
  color: #244b52;
}
#content div.read-more a {
  color: #369d99;
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
}
#content div.read-more a:hover {
  text-decoration: underline;
}
#content div.read-more a:visited {
  color: #244b52;
}
@media (max-width: 768px) {
  #content .leftContent, #content .rightContent {
    width: 100%;
    float: none;
    margin-left: 0;
  }
}

.job_card .nav-below strong {
  color: #369d99;
  font-weight: bolder;
  font-family: "Open Sans", sans-serif;
}
.job_card .search_back .prev {
  background-position: 0 -36px;
}
.job_card .search_back a.prev, .job_card .search_back a.next {
  color: #369d99;
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
}
.job_card .search_back a.prev:hover, .job_card .search_back a.next:hover {
  text-decoration: underline;
}
.job_card .search_back a.prev:visited, .job_card .search_back a.next:visited {
  color: #244b52;
}
.job_card .search_back strong {
  color: #369d99;
  font-weight: bolder;
  font-family: "Open Sans", sans-serif;
}

.news-internet-back-link .arrow {
  vertical-align: 0;
}

#main #accordion table:not(.maps), #main #accordion tr:not(.maps), #main #accordion td:not(.maps) {
  display: block;
  width: auto !important;
}
#main .filters-block {
  border-radius: 0;
}
#main .filters-block .btn-search {
  background: #369d99;
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
}
@media (max-width: 768px) {
  #main .filters-block .btn-search {
    margin-bottom: 20px;
  }
}
#main .filters-block .btn-cancel {
  display: block;
  background: #B3B3B3;
  color: #ffffff;
  text-decoration: none;
  height: 34px;
  padding: 6px;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
}
#main .filters-block .hasDatepicker {
  position: relative;
  padding-left: 35px;
}
#main .filters-block form.sort {
  width: inherit;
}
#main .filters-block form.sort .rightjnice {
  width: inherit;
}
#main .filters-block form.list-news .row.select-to .col-md-6-to {
  margin-top: -28px;
}
#main .filters-block .pagination {
  width: inherit;
}
#main .filters-block .pagination .pager .current + div, #main .filters-block .pagination .pager .pager-fleche + div {
  padding-top: 3px;
}
#main .filters-block .styled-select {
  width: auto;
}
#main .filters-block .styled-select select {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
  padding-right: 25px;
}
#main .filters-block .ui-datepicker-trigger {
  position: absolute;
  top: 32px;
}
@media (max-width: 768px) {
  #main .filters-block .jNice.filter, #main .filters-block .jNice.sort {
    width: 100% !important;
  }
}
#main .list {
  padding-left: 0;
}
#main .list [class*=col-md-] {
  padding-left: 0;
}
#main .list a {
  color: #369d99;
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
}
#main .list a:hover {
  text-decoration: underline;
}
#main .list a:visited {
  color: #244b52;
}
#main .list h2 {
  color: #ffffff;
  font-size: 15px;
  font-family: "Roboto Slab", sans-serif;
}
#main .list .newspaper_item.first {
  padding-bottom: 60px;
}
#main .list .newspaper-item h2 {
  color: #000000;
  font-size: 15px;
}
#main .list .newspaper-item .date {
  font-size: 12px;
}
#main .list p {
  color: #343434;
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
}
#main .list .col-md-3 img {
  margin-top: 0;
}
#main .list span.category, #main .list span.date, #main .list .news-internet-tags-box {
  font-size: 12px;
}
#main .list-links {
  padding: 0 0 0 15px;
}
#main .list-links .list-links-li-pdf, #main .list-links .list-links-li-to-see {
  min-height: 50px;
}
#main .page-title {
  margin-top: 20px !important;
}
#main .rte {
  color: #343434;
  font-family: "Open Sans", sans-serif;
}
#main .rte a:visited {
  color: #244b52;
}
#main .nav-below a {
  color: #369d99;
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
}
#main .nav-below a:hover {
  text-decoration: underline;
}
#main .nav-below a:visited {
  color: #244b52;
}
#main .map-content #left_col.col-md-4 {
  padding-left: 0;
  padding-right: 0;
}
#main .map-content #left_col.col-md-4 #departments {
  padding: 0;
  width: 100%;
}
@media (max-width: 768px) {
  #main .map-content #left_col, #main .map-content #right_col {
    float: none;
  }
  #main .map-content .map li {
    padding-top: 19px;
  }
  #main .map-content #right_col {
    padding-left: 0;
    padding-right: 0;
  }
}
#main .page_map .style-select-fiches-pro {
  border: 1px solid #B3B3B3;
}

@media (max-width: 992px) {
  .contact_block .map_block a img {
    max-width: 100%;
    height: auto;
  }
}

.generic-sidebar .sidebar-body {
  padding-bottom: 25px;
}
.generic-sidebar .sidebar-body .informations2 p {
  margin: 0;
}
.generic-sidebar .secondary-menu ul {
  padding-left: 20px;
}
.generic-sidebar .secondary-menu li.active a {
  font-weight: 600;
}

.highlight-block {
  border: 3px solid #369d99;
  margin-bottom: 1.5em;
  padding: 10px;
}
.highlight-block h1, .highlight-block h2, .highlight-block h3, .highlight-block h4, .highlight-block h5, .highlight-block h6 {
  font-family: "Roboto Slab", sans-serif;
  color: #369d99;
  margin: 0.5em 0 1.5em 0 !important;
}
.highlight-block p {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
}

.ui-autocomplete {
  border: #369d99;
  background: #369d99;
  border-radius: 0;
}
.ui-autocomplete li.ui-menu-item:hover {
  background: #234b51;
}

.ui-helper-hidden-accessible {
  display: none;
}

.organization {
  min-height: 900px;
}
@media (max-width: 768px) {
  .organization #organization {
    zoom: 0.5;
  }
}

.fiches a {
  color: #369d99;
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
}
.fiches a:hover {
  text-decoration: underline;
}
.fiches a:visited {
  color: #244b52;
}
.fiches .no-result {
  margin-top: 20px;
}

.organization #sidebar, .fiches #sidebar {
  margin: 0;
  width: 100%;
}
.organization #sidebar .secondary-menu li.active a, .fiches #sidebar .secondary-menu li.active a {
  font-weight: 600;
  cursor: pointer;
}

.online_editor a, #organization a {
  color: #369d99;
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
}
.online_editor a:hover, #organization a:hover {
  text-decoration: underline;
}
.online_editor a:visited, #organization a:visited {
  color: #244b52;
}
@media (max-width: 768px) {
  .online_editor img, #organization img {
    width: 100%;
    height: auto;
  }
}

.btn.btn-gray {
  background-color: #adadad;
  color: #ffffff;
  font-weight: bold;
  border-radius: 0;
}
.btn.btn-gray:hover {
  background-color: #adadad;
  background-color: #dedede;
}

.btn.btn-grey {
  background-color: #adadad;
  color: #ffffff;
  font-weight: bold;
  border-radius: 0;
}
.btn.btn-grey:hover {
  background-color: #dedede;
}

#ancre-search .form-group {
  margin-bottom: 10px;
}
#ancre-search .btn.btn-gray {
  color: #000000;
  margin-left: 254px;
}
@media (max-width: 768px) {
  #ancre-search .btn.btn-gray {
    margin-left: 125px;
  }
}
@media (max-width: 768px) {
  #ancre-search label {
    text-align: left !important;
  }
}

.results_list .col-md-3 {
  padding-left: 0;
}
.results_list .col-md-2 {
  padding-right: 0;
}

.search-block-orange a {
  color: #ffffff;
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
}
.search-block-orange a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.search-block-orange a:visited {
  color: #ffffff;
}

.page-search a {
  color: #369d99 !important;
  text-decoration: none !important;
  font-family: "Open Sans", sans-serif !important;
}
.page-search a:hover {
  text-decoration: underline !important;
}
.page-search a:visited {
  color: #244b52 !important;
}
.page-search .accordion-title {
  margin-bottom: 0;
}
.page-search .filter-form, .page-search .filter-results, .page-search .accordion-title {
  border-radius: 0;
}
.page-search .filter-results .styled-select {
  width: auto;
}
@media (max-width: 938px) {
  .page-search .filter-results select {
    width: 105%;
  }
}
.page-search .region-accordion a, .page-search .block-details a {
  color: #369d99;
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
}
.page-search .region-accordion a:hover, .page-search .block-details a:hover {
  text-decoration: underline;
}
.page-search .region-accordion a:visited, .page-search .block-details a:visited {
  color: #244b52;
}

#jurisprudence .simple-search-form {
  background: #339696;
  height: auto;
}
#jurisprudence h3 {
  margin-left: 0;
}
#jurisprudence form .buttons input  {
  font-size: 15px;
}
#jurisprudence form .buttons span a {
  font-size: 12px;
}
#jurisprudence form div input[type=text] {
  width: auto;
  height: auto;
}
@media (max-width: 768px) {
  #jurisprudence fieldset span input[type=text] {
    width: 100%;
  }
  #jurisprudence .third-part .input-code span {
    width: 100%;
  }
  #jurisprudence .third-part .input-code span label, #jurisprudence .third-part .input-code span input {
    width: 100%;
  }
}

.container-youtube, .youtube_player {
  margin: auto;
}

.ui-dialog {
  background: #339696;
  border-radius: 0;
}
.ui-dialog #popup-container .content {
  border-radius: 0;
}
.ui-dialog #popup-container .content .submit-validate {
  bottom: 25px !important;
}
@media (max-width: 768px) {
  .ui-dialog {
    position: fixed !important;
    height: auto !important;
    width: 100% !important;
    top: 0 !important;
    left: 0 !important;
  }
  .ui-dialog #popup-container .content .body {
    width: 100% !important;
    margin: 20px 25px 20px 0 !important;
  }
}

@media (max-width: 768px) {
  .container-contact {
    padding-left: 0;
    padding-right: 0;
  }
  .container-contact h1 {
    padding-left: 25px;
  }

  form.filter {
    width: auto !important;
  }
  form.filter .filter_date {
    width: 100%;
    float: none;
  }

  .newspaper_item.first .img {
    margin-left: 0;
  }

  .news-internet .object-left {
    float: none;
  }
  .news-internet .object-left img {
    width: 100% !important;
    height: auto !important;
  }

  .news-internet-tags-box {
    font-size: 8px;
  }

  .pagination {
    display: block;
    margin: auto 0 !important;
  }

  .questions-content .class-image a img {
    width: auto !important;
    height: auto !important;
  }

  .toggle-block .inner {
    padding-left: 10px;
    padding-right: 5px;
  }
  .toggle-block .inner .picto.picto-person {
    padding-left: 0;
  }
  .toggle-block .inlineBlock, .toggle-block .members {
    width: 100%;
  }

  .container-youtube, .youtube_player {
    max-width: 100%;
    text-align: center;
  }
}
@media (max-width: 992px) {
  h3.election-section-item-title {
    font-size: 18px;
  }

  .election-section-item-content .accordion-map-content {
    zoom: 0.5;
  }
  .election-section-item-content .accordion-map-content .online_editor p, .election-section-item-content .accordion-map-content .online_editor span {
    font-size: 12px;
  }
  .election-section-item-content .accordion-map-content .department span {
    font-size: 8px;
    line-height: 20px;
  }

  .etablissement #slider4, .pharmacien #slider4 {
    margin: 0 !important;
  }

  .filter-form {
    float: none !important;
  }

  .map-content-zoom {
    zoom: 0.7;
  }
  .map-content-zoom .wrapper img.background {
    display: none;
  }
}
@supports (-ms-ime-align: auto) {
  #main .page-title {
    font-weight: 900;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #main .page-title {
    font-weight: 900;
  }
}

/*# sourceMappingURL=generic.css.map */
