/* IMPORT LESS */
html {
  position: relative;
  min-height: 100%;
}
body {
  position: static;
  font-family: Open Sans;
  font-size: 13px;
  margin-bottom: 490px;
}
body .align-left {
  text-align: left;
}
body .align-right {
  text-align: right;
}
body .align-center {
  text-align: center;
}
body .align-justify {
  text-align: justify;
}
body .body-bg {
  overflow: visible;
}
body h1 {
  font-family: Open Sans;
  font-size: 22px;
  color: #222d3f;
}
body .first-headline {
  border-bottom: 2px solid #222d3f;
  padding-bottom: 5px;
}
body h1#pageTitle {
  padding-bottom: 20px;
  border-bottom: 1px solid #bdbdbd;
  margin-top: 0;
  margin-bottom: 20px;
}
body h2 {
  font-family: Open Sans;
  font-size: 20px;
  color: #222d3f;
}
body h3 {
  font-family: Open Sans;
  font-size: 14px;
  color: #222d3f;
}
body h4 {
  font-family: Open Sans;
  font-size: 12px;
  color: #31a4b1;
}
body h5 {
  font-family: Open Sans;
  font-size: 16px;
  color: #31a4b1;
}
body h6 {
  font-family: Open Sans;
  font-size: 14px;
  color: #31a4b1;
}
body a {
  text-decoration: underline;
}
body a:hover {
  text-decoration: none;
}
body .first-headline {
  margin-top: 0;
}
body.home h1 {
  font-family: Open Sans;
  font-size: 14px;
  color: #222d3f;
}
body.home h2 {
  font-family: Open Sans;
  font-size: 12px;
  color: #222d3f;
}
body.home h3 {
  font-family: Open Sans;
  font-size: 16px;
  color: #222d3f;
}
body.home h4 {
  font-family: Open Sans;
  font-size: 14px;
  color: #31a4b1;
}
body .well {
  padding: 25px;
  background-color: #222d3f;
  color: #ffffff;
  border-radius: 16px;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
body .well h1,
body .well h2,
body .well h3,
body .well h4,
body .well h5,
body .well h6 {
  color: #ffffff;
}
body .well a {
  color: #ffffff;
}
body .well a:hover,
body .well a:focus {
  color: #ffffff;
}
body .well form {
  margin: 0;
}
body .row > .well {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: transparent;
  border-radius: 0;
}
body .row > .well > div {
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 25px;
  padding-right: 25px;
  background-color: #222d3f;
  display: block;
  width: 100%;
}
body .row > .well > div:first-child {
  padding-top: 25px;
  border-top-right-radius: 16px;
  border-top-left-radius: 16px;
}
body .row > .well > div:last-child {
  padding-bottom: 25px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}
body blockquote {
  border-left: 5px solid #bdbdbd;
}
body .alert {
  border-radius: 10px;
}
body h3 a {
  text-decoration: none;
}
body h3 a:hover {
  text-decoration: underline;
}
body hr {
  border-color: #bdbdbd;
}
body .btn {
  border-radius: 10px;
}
body .news {
  margin-bottom: 20px;
}
body .text-muted {
  color: #bdbdbd;
  white-space: nowrap;
}
body .mask-cat .label {
  font-size: 12px;
  color: #ffffff;
  background: #222d3f;
  line-height: 18px;
  padding: 0px 8px;
  border-right: none;
  display: inline-block;
  margin-right: 8px;
}
body .video video {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 991px) {
  body {
    margin-bottom: 20px;
  }
}
header.navbar {
  border: none;
}
header.navbar .navbarTop {
  height: 38px;
  text-align: right;
  min-height: 20px;
  margin-bottom: 0px;
  border: none;
  background: #222d3f;
  /* #3443 - ADD topMenuEspacePrive */
}
header.navbar .navbarTop #topMenuEspacePrive,
header.navbar .navbarTop #topMenu {
  margin: 0px;
  display: inline-block;
  float: none;
}
header.navbar .navbarTop #topMenuEspacePrive li,
header.navbar .navbarTop #topMenu li {
  display: inline-block;
}
header.navbar .navbarTop #topMenuEspacePrive li a,
header.navbar .navbarTop #topMenu li a {
  font-size: 12px;
  padding: 0px 8px;
  line-height: 29px;
  color: #ffffff;
  text-decoration: none;
}
header.navbar .navbarTop #topMenuEspacePrive li a:hover,
header.navbar .navbarTop #topMenu li a:hover {
  color: #bdbdbd;
}
header.navbar .navbarTop #topMenuEspacePrive li a {
  color: #222d3f;
  text-decoration: underline;
  display: inline-block;
}
header.navbar .navbarTop #topMenuEspacePrive li:last-child::before {
  content: '|';
  display: inline-block;
  color: #222d3f;
}
header.navbar .navbarTop #topMenuEspacePrive li:first-child::before {
  content: none;
  display: none;
}
header.navbar .navbarTop .languageMenu {
  display: inline-block;
  height: 31px;
  float: none;
}
header.navbar .navbarTop .languageMenu li {
  display: none;
}
header.navbar .navbarTop .languageMenu li.actif {
  display: inline-block;
  float: left;
}
header.navbar .navbarTop .languageMenu li.actif::before {
  content: '|';
  display: inline-block;
  color: #ffffff;
}
header.navbar .navbarTop .languageMenu li.actif + li.actif {
  display: none;
}
header.navbar .navbarTop .languageMenu li a {
  display: inline-block;
  padding: 4px 8px 0 5px;
  color: #ffffff;
  text-decoration: none;
  font-size: 12px;
  line-height: 24px;
}
header.navbar .navbarTop .languageMenu li a:hover {
  color: #bdbdbd;
}
header.navbar .navbarTop #searchBox {
  display: inline-block;
  height: 35px;
  line-height: 33px;
}
header.navbar .navbarTop #searchBox form.navbar-form {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  border: none;
  margin: 0;
}
header.navbar .navbarTop #searchBox form.navbar-form input.form-control {
  color: #bdbdbd;
  border-radius: 8px;
  border-right: none;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
header.navbar .navbarTop #searchBox form.navbar-form span.input-group-addon {
  background: #bdbdbd;
  padding: 0;
  border-radius: 8px;
  border-left: none;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
header.navbar .navbarTop #searchBox form.navbar-form span.input-group-addon button {
  display: block;
  height: 26px;
  color: #222d3f;
  background: #bdbdbd;
  border: none;
  border-radius: 8px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  padding: 1px 10px;
}
header.navbar .navbarTop .espacePriveMenu {
  display: inline-block;
  background-color: #ffffff;
  height: 29px;
  vertical-align: top;
  margin-top: 5px;
  border-radius: 8px;
}
header.navbar .navbarTop .espacePriveMenu span {
  float: left;
  line-height: 29px;
  font-size: 12px;
  color: #222d3f;
  padding-left: 5px;
}
header.navbar .navbar-header-main {
  float: none;
  margin-top: 30px;
}
header.navbar .navbar-header-main .col-sm-2 {
  padding: 0;
}
header.navbar .navbar-header-main .col-sm-2 .navbar-brand {
  width: 100%;
  height: 160px;
  line-height: 160px;
  margin: 0;
  padding: 0;
}
header.navbar .navbar-header-main .col-sm-2 .navbar-brand img {
  max-width: 100%;
  height: auto;
  max-height: 100%;
  padding: 5px;
}
header.navbar .navbar-header-main #partnerBrand .col-sm-3 {
  padding: 0px;
  text-align: center;
  line-height: 75px;
}
header.navbar .navbar-header-main #partnerBrand .col-sm-3 a.navbar-brand-image img {
  max-width: 100%;
  max-height: 74px;
  padding: 5px;
}
header.navbar .navbar-header-main .navbar-toggle {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 22px;
  height: 14px;
  border: 1px solid #bdbdbd;
  border-radius: 10px;
  padding: 9px 10px;
  margin-top: 0;
  margin-bottom: 8px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
header.navbar .navbar-header-main .navbar-toggle .icon-bar {
  left: 10px;
}
header.navbar .navbar-header-main .navbar-toggle:hover {
  background: #bdbdbd;
}
header.navbar .navbar-header-main .navbar-toggle:hover .icon-bar:nth-child(3) {
  margin-left: 0;
}
header.navbar .navbar-collapse ul.navbar-main {
  margin-top: 0px;
}
header.navbar .navbar-collapse ul.navbar-main li {
  border-bottom: 2px solid transparent;
  margin-left: 1px;
}
header.navbar .navbar-collapse ul.navbar-main li a {
  font-family: Open Sans;
  font-size: 13px;
  font-weight: bolder;
  line-height: 20px;
  color: #222d3f;
  text-decoration: none;
  padding: 15px;
}
header.navbar .navbar-collapse ul.navbar-main li a .caret {
  display: inline-block;
  position: initial;
  width: 0;
  height: 0;
  margin-left: 5px;
  vertical-align: middle;
  -webkit-transition: -webkit-transform 250ms ease-out 0s;
  -moz-transition: -moz-transform 250ms ease-out 0s;
  -o-transition: -o-transform 250ms ease-out 0s;
  transition: transform 250ms ease-out 0s;
}
header.navbar .navbar-collapse ul.navbar-main li a:hover {
  color: #31a4b1;
}
header.navbar .navbar-collapse ul.navbar-main li:hover {
  border-bottom: 2px solid #222d3f;
}
header.navbar .navbar-collapse ul.navbar-main li.topLinks,
header.navbar .navbar-collapse ul.navbar-main li.lang {
  display: none;
}
header.navbar .navbar-collapse ul.navbar-main li.active:hover {
  border-bottom: 2px solid #222d3f;
}
header.navbar .navbar-collapse ul.navbar-main li.open {
  border-bottom: 2px solid #222d3f;
}
header.navbar .navbar-collapse ul.navbar-main li ul.dropdown-menu {
  top: 51px;
  padding: 5px 0;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-bottom: solid #222d3f 2px;
  border-radius: 10px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
header.navbar .navbar-collapse ul.navbar-main li ul.dropdown-menu li {
  border-bottom: none;
  margin-left: 0;
}
header.navbar .navbar-collapse ul.navbar-main li ul.dropdown-menu li a {
  font-weight: normal;
  text-transform: uppercase;
  line-height: 26px;
  color: #222d3f;
  padding: 0 20px;
}
header.navbar .navbar-collapse ul.navbar-main li ul.dropdown-menu li a:hover,
header.navbar .navbar-collapse ul.navbar-main li ul.dropdown-menu li a:focus {
  background: transparent;
}
header.navbar .navbar-collapse ul.navbar-main li ul.dropdown-menu li.active {
  border-bottom: none;
}
header.navbar .navbar-collapse ul.navbar-main li ul.dropdown-menu li.active a {
  background: transparent;
}
header.navbar .navbar-collapse ul.navbar-main li ul.dropdown-menu li.dropdown-submenu {
  position: relative;
}
header.navbar .navbar-collapse ul.navbar-main li ul.dropdown-menu li.dropdown-submenu a {
  position: relative;
}
header.navbar .navbar-collapse ul.navbar-main li ul.dropdown-menu li.dropdown-submenu a .caret {
  position: absolute;
  right: 5px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  border-left: 4px dashed;
  border-left: 4px solid \9;
  border-bottom: 4px solid transparent;
  border-top: 4px solid transparent;
}
header.navbar .navbar-collapse ul.navbar-main li ul.dropdown-menu li.dropdown-submenu ul.dropdown-menu {
  border-radius: 10px;
  left: 100%;
  top: -8px;
}
header.navbar .navbar-collapse ul.navbar-main li.restricted > a::before {
  content: "\e033";
  font-family: 'Glyphicons Halflings';
  display: inline-block;
  padding-right: 10px;
}
header.navbar .navbar-collapse ul.navbar-main li.restricted .restricted a::before {
  content: none !important;
}
@media screen and (min-width: 992px) {
  ul.navbar-main.hideMore992 {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  header.navbar > .container {
    margin-bottom: 30px;
  }
  header.navbar .navbar-header-main .col-sm-2 .navbar-brand {
    height: auto;
    line-height: inherit;
  }
  header.navbar .navbar-header-main .col-sm-2 .navbar-brand img {
    max-height: inherit;
  }
  header.navbar .navbar-collapse ul.navbar-main {
    border-bottom: 1px solid #bdbdbd;
    margin-bottom: 0px;
  }
  header.navbar .navbar-collapse ul.navbar-main li {
    border-bottom: none;
    margin-left: 0;
  }
  header.navbar .navbar-collapse ul.navbar-main li a {
    padding: 10px 15px;
    color: #222d3f;
  }
  header.navbar .navbar-collapse ul.navbar-main li.topLinks,
  header.navbar .navbar-collapse ul.navbar-main li.lang.actif {
    display: block;
  }
  header.navbar .navbar-collapse ul.navbar-main li:hover {
    border-bottom: none;
  }
  header.navbar .navbar-collapse ul.navbar-main li.active:hover {
    border-bottom: none;
  }
  header.navbar .navbar-collapse ul.navbar-main li.open {
    border-bottom: none;
  }
  header.navbar .navbar-collapse ul.navbar-main li ul.dropdown-menu {
    border: none;
    box-shadow: none;
    background-clip: initial;
  }
  header.navbar .navbar-collapse ul.navbar-main li ul.dropdown-menu li a {
    padding-left: 25px;
  }
  header.navbar .navbar-collapse ul.navbar-main li ul.dropdown-menu li.dropdown-submenu a .caret {
    position: relative;
    right: inherit;
    margin-left: 5px;
    margin-top: -3px;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-bottom: none;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
  }
  header.navbar .navbar-collapse ul.navbar-main li ul.dropdown-menu li.open a .caret {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  header.navbar .navbar-collapse ul.navbar-main li ul.dropdown-menu li ul.dropdown-menu {
    margin-top: 0;
  }
  header.navbar .navbar-collapse ul.navbar-main li ul.dropdown-menu li ul.dropdown-menu a {
    padding-left: 35px;
  }
}
@media screen and (max-width: 991px) {
  header.navbar .navbar-header-main .col-sm-2 .navbar-brand img {
    max-height: 100%;
  }
}
@media screen and (max-width: 991px) {
  header.navbar .navbarTop #searchBox,
  header.navbar .navbarTop .languageMenu,
  header.navbar .navbarTop #topMenu {
    display: none;
  }
  header.navbar .navbarTop .espacePriveMenu {
    background-color: transparent;
  }
  header.navbar .navbarTop .espacePriveMenu #topMenuEspacePrive li a {
    color: #ffffff;
  }
  header.navbar .navbarTop .espacePriveMenu #topMenuEspacePrive li:last-child::before {
    content: '|';
    display: inline-block;
    color: #ffffff;
  }
  header.navbar .navbarTop .espacePriveMenu span {
    display: none;
  }
  header.navbar .navbar-header-main #partnerBrand {
    position: relative;
    top: -30px;
  }
  header.navbar .navbar-header-main #partnerBrand .col-sm-3 {
    padding: 0px;
    text-align: center;
    line-height: 0;
    float: right;
  }
  header.navbar .navbar-header-main #partnerBrand .col-sm-3 a.navbar-brand-image {
    display: block;
  }
  header.navbar .navbar-header-main #partnerBrand .col-sm-3 a.navbar-brand-image img {
    max-width: 100%;
    max-height: 50px;
    padding: 5px;
  }
}
.carousel {
  margin-bottom: 20px;
}
.carousel .item {
  height: 350px;
}
.carousel .item .valign {
  position: relative;
  line-height: 350px;
}
.carousel .item .valign .carousel-text {
  max-width: 500px;
  font-size: 13px;
  text-shadow: none;
  background: #222d3f;
  border-radius: 16px;
  padding: 24px 30px;
  display: inline-block;
  margin: 0px;
}
.carousel .item .valign .carousel-text h1,
.carousel .item .valign .carousel-text h2,
.carousel .item .valign .carousel-text h3,
.carousel .item .valign .carousel-text h4,
.carousel .item .valign .carousel-text h5,
.carousel .item .valign .carousel-text h6 {
  color: #ffffff;
}
.carousel .carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel .carousel-control.right {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel .carousel-control:hover.left:hover,
.carousel .carousel-control:hover.right:hover,
.carousel .carousel-control:hover.left:focus,
.carousel .carousel-control:hover.right:focus {
  opacity: 0.9;
}
@media screen and (max-width: 992px) {
  .carousel .item {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .carousel {
    display: none;
  }
}
.breadcrumb-section {
  background: transparent;
  border: none;
}
.breadcrumb-section .breadcrumb {
  background: transparent;
}
.breadcrumb-section .breadcrumb li {
  font-size: 12px;
  color: #31a4b1;
}
.breadcrumb-section .breadcrumb li a {
  font-size: 12px;
  color: #222d3f;
  text-decoration: none;
}
.breadcrumb-section .breadcrumb li a:hover,
.breadcrumb-section .breadcrumb li a:focus {
  color: #31a4b1;
  text-decoration: underline;
}
@media screen and (max-width: 991px) {
  body .breadcrumb-section {
    display: block !important;
    margin-bottom: 20px;
  }
  body .breadcrumb-section .breadcrumb {
    padding: 0px;
  }
}
.leftMenu {
  background: #bdbdbd;
  border-radius: 10px;
  overflow: hidden;
}
.leftMenu > .firstLevel > li.active {
  display: block;
}
.leftMenu > .firstLevel > li.active > a {
  color: #ffffff;
}
.leftMenu > .firstLevel > li.active > a:hover {
  color: #bdbdbd;
}
.leftMenu > .firstLevel > li.active > a span {
  background: #222d3f;
  border: none;
}
.leftMenu .firstLevel {
  padding: 0px;
  margin: 0px;
}
.leftMenu .firstLevel ul {
  padding: 0px;
  margin: 0px;
}
.leftMenu .firstLevel li {
  list-style: none;
  text-transform: uppercase;
}
.leftMenu .firstLevel li span.firstLevelItem {
  font-family: Open Sans;
  font-size: 13px;
  color: #ffffff;
  display: block;
  background: #31a4b1;
  padding: 15px 20px;
}
.leftMenu .firstLevel li a {
  font-family: Open Sans;
  font-size: 13px;
  color: #31a4b1;
  text-decoration: none;
  display: block;
}
.leftMenu .firstLevel li a:hover,
.leftMenu .firstLevel li a:focus {
  color: #222d3f;
  text-decoration: none;
}
.leftMenu .firstLevel li a:hover span.firstLevelItem,
.leftMenu .firstLevel li a:focus span.firstLevelItem {
  color: #bdbdbd;
}
.leftMenu .firstLevel li a .caret {
  margin-bottom: 4px;
}
.leftMenu .firstLevel .secondLevel .list-group-item {
  border: none;
  border-bottom: 1px solid #ffffff;
  background-color: transparent;
}
.leftMenu .firstLevel .secondLevel .list-group-item a {
  padding: 5px;
}
.leftMenu .firstLevel .secondLevel .list-group-item.active {
  background: #222d3f;
  border: none;
}
.leftMenu .firstLevel .secondLevel .list-group-item.active a {
  color: #ffffff;
}
.leftMenu .firstLevel .secondLevel .list-group-item.active a:hover {
  color: #bdbdbd;
}
.leftMenu .firstLevel .secondLevel .list-group-item:first-child {
  border-radius: 0;
}
.leftMenu .firstLevel .secondLevel .list-group-item:last-child {
  border-radius: 0;
}
.leftMenu .firstLevel .secondLevel .list-group {
  margin-bottom: 0;
}
.leftMenu .firstLevel .secondLevel .list-group ul .leftMenuActive a,
.leftMenu .firstLevel .secondLevel .list-group ul .leftMenuOpen a {
  margin-left: 0;
}
.leftMenu .firstLevel .secondLevel .list-group ul a {
  margin-left: 20px;
}
.leftMenu .firstLevel .secondLevel .list-group ul ul .leftMenuActive a,
.leftMenu .firstLevel .secondLevel .list-group ul ul .leftMenuOpen a {
  margin-left: 20px;
}
.leftMenu .firstLevel .secondLevel .list-group ul ul a {
  margin-left: 40px;
}
.leftMenu .firstLevel .secondLevel > li:last-child {
  border: none;
}
@media screen and (max-width: 991px) {
  .leftMenu {
    display: none;
  }
}
.toolbar {
  position: fixed;
  z-index: 1000;
  margin-left: 1155px;
}
.toolbar a {
  display: block;
  width: 32px;
  height: 32px;
  background-color: #222d3f;
  text-indent: -999em;
  overflow: hidden;
  border: 1px solid #222d3f;
  margin-bottom: 5px;
}
.toolbar a:hover {
  background-color: #31a4b1;
}
.toolbar a.print {
  background-image: url('../../typo3conf/ext/wseils/Resources/Public/Images/toolbar-print.png');
  background-repeat: no-repeat;
}
.toolbar a.rss {
  background-image: url('../../typo3conf/ext/wseils/Resources/Public/Images/toolbar-rss.png');
  background-repeat: no-repeat;
}
.toolbar a.share {
  background-image: url('../../typo3conf/ext/wseils/Resources/Public/Images/toolbar-share.png');
  background-repeat: no-repeat;
}
.toolbar a.facebook {
  background-image: url('../../typo3conf/ext/wseils/Resources/Public/Images/toolbar-facebook.png');
  background-repeat: no-repeat;
}
.toolbar a.twitter {
  background-image: url('../../typo3conf/ext/wseils/Resources/Public/Images/toolbar-twitter.png');
  background-repeat: no-repeat;
}
.toolbar a.linkedin {
  background-image: url('../../typo3conf/ext/wseils/Resources/Public/Images/toolbar-linkedin.png');
  background-repeat: no-repeat;
}
.toolbar a.addthis {
  background-image: url('../../typo3conf/ext/wseils/Resources/Public/Images/toolbar-all.png');
  background-repeat: no-repeat;
}
@media screen and (max-width: 1299px) {
  .toolbar {
    right: 5px;
    margin-left: 0;
  }
}
@media screen and (max-width: 1199px) {
  .toolbar {
    right: inherit;
    margin-left: 955px;
  }
}
@media screen and (max-width: 1099px) {
  .toolbar {
    right: 5px;
    margin-left: 0;
  }
}
@media screen and (max-width: 991px) {
  .toolbar {
    display: none;
  }
}
.tx-indexedsearch .tx-indexedsearch-whatis {
  display: none;
}
.tx-indexedsearch .results-entry {
  display: table;
}
.tx-indexedsearch .results-entry p {
  font-family: Arial;
}
.tx-indexedsearch form#tx_indexedsearch {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  border: none;
  margin: 0 0 20px 0;
}
.tx-indexedsearch form#tx_indexedsearch input.form-control {
  color: #bdbdbd;
  border-radius: 8px;
  border-right: none;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.tx-indexedsearch form#tx_indexedsearch span.input-group-addon {
  background: #bdbdbd;
  padding: 0;
  border-radius: 8px;
  border-left: none;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.tx-indexedsearch form#tx_indexedsearch span.input-group-addon button {
  display: block;
  height: 26px;
  color: #222d3f;
  background: #bdbdbd;
  border: none;
  border-radius: 8px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  padding: 1px 10px;
}
.tx-indexedsearch small.text-muted {
  color: #bdbdbd;
}
.tx-indexedsearch .tx-indexedsearch-browsebox {
  text-align: center;
}
.tx-indexedsearch .tx-indexedsearch-browsebox ul.browsebox {
  display: inline-block;
  padding-left: 0;
  margin: 21px 0;
  border-radius: 0px;
}
.tx-indexedsearch .tx-indexedsearch-browsebox ul.browsebox li strong {
  font-weight: normal;
}
.tx-indexedsearch .tx-indexedsearch-browsebox ul.browsebox li a {
  color: #222d3f;
  position: relative;
  float: left;
  padding: 6px 12px;
  text-decoration: none;
  border: 1px solid #bdbdbd;
}
.tx-indexedsearch .tx-indexedsearch-browsebox ul.browsebox li a:hover {
  color: #aecd60;
  background: #bdbdbd;
}
.tx-indexedsearch .tx-indexedsearch-browsebox ul.browsebox li.tx-indexedsearch-browselist-currentPage a {
  color: #ffffff;
  background: #222d3f;
  border-color: #222d3f;
}
.tx-indexedsearch .tx-indexedsearch-browsebox ul.browsebox li.tx-indexedsearch-browselist-currentPage a:hover {
  background: #222d3f;
}
.tx-indexedsearch .tx-indexedsearch-browsebox ul.browsebox li:first-child a,
.tx-indexedsearch .tx-indexedsearch-browsebox ul.browsebox li:first-child span {
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
.tx-indexedsearch .tx-indexedsearch-browsebox ul.browsebox li:last-child a,
.tx-indexedsearch .tx-indexedsearch-browsebox ul.browsebox li:last-child span {
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
}
.tx-powermail {
  /* #3445 */
}
.tx-powermail .powermail_form {
  /* #3445 */
  /* #3445 */
}
.tx-powermail .powermail_form legend {
  border-bottom: none;
}
.tx-powermail .powermail_form ul.powermail_message_error {
  list-style: none;
  padding: 0;
}
.tx-powermail .powermail_form ul.powermail_message_error li.alert {
  border-radius: 10px;
}
.tx-powermail .powermail_form .form-group input.form-control {
  border-radius: 10px;
}
.tx-powermail .powermail_form .form-group textarea.form-control {
  border-radius: 10px;
}
.tx-powermail .powermail_form .form-group legend {
  font-size: 13px;
  font-weight: bold;
  border-bottom: none;
  margin-bottom: 5px;
}
.tx-powermail .powermail_form .form-group .powermail_captcha_outer img {
  margin-top: 15px;
}
.tx-powermail .powermail_form input.btn {
  border-radius: 10px;
}
.tx-powermail .powermail_form .powermail_tab_navigation a.btn-warning,
.tx-powermail .powermail_form .powermail_tab_navigation a.btn-primary,
.tx-powermail .powermail_form button.btn-primary {
  background: #222d3f;
  border-color: #31a4b1;
}
.tx-powermail .powermail_form .btn-group {
  margin-bottom: 24px;
}
.tx-powermail .powermail_confirmation .powermail_form {
  display: inline-block;
}
.tx-powermail .powermail_confirmation .powermail_form.back {
  margin-right: 20px;
}
.tx-powermail .powermail_tab_navigation a {
  text-decoration: none;
}
/* #3445 */
.powermail_submit {
  display: inline;
  float: right;
}
div#loader {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  text-align: center;
  padding-top: 100px;
  background-color: #fff;
  z-index: 9999;
}
div#loader #loaderImg {
  width: 125px;
}
.xdsoft_datetimepicker {
  box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.506);
  background: white;
  border-bottom: 1px solid #bbb;
  border-left: 1px solid #bbb;
  border-right: 1px solid #bbb;
  border-top: 1px solid #bbb;
  color: #333333;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  padding: 8px;
  padding-left: 0px;
  padding-top: 2px;
  position: absolute;
  z-index: 9999;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}
.xdsoft_datetimepicker iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 75px;
  height: 210px;
  background: transparent;
  border: none;
}
.xdsoft_datetimepicker button {
  border: none !important;
}
.xdsoft_noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.xdsoft_noselect::selection {
  background: transparent;
}
.xdsoft_noselect::-moz-selection {
  background: transparent;
}
.xdsoft_datetimepicker.xdsoft_inline {
  display: inline-block;
  position: static;
  box-shadow: none;
}
.xdsoft_datetimepicker * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px;
  margin: 0px;
}
.xdsoft_datetimepicker .xdsoft_datepicker,
.xdsoft_datetimepicker .xdsoft_timepicker {
  display: none;
}
.xdsoft_datetimepicker .xdsoft_datepicker.active,
.xdsoft_datetimepicker .xdsoft_timepicker.active {
  display: block;
}
.xdsoft_datetimepicker .xdsoft_datepicker {
  width: 224px;
  float: left;
  margin-left: 8px;
}
.xdsoft_datetimepicker .xdsoft_timepicker {
  width: 58px;
  float: left;
  text-align: center;
  margin-left: 8px;
  margin-top: 0px;
}
.xdsoft_datetimepicker .xdsoft_datepicker.active + .xdsoft_timepicker {
  margin-top: 8px;
  margin-bottom: 3px;
}
.xdsoft_datetimepicker .xdsoft_mounthpicker {
  position: relative;
  text-align: center;
}
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_today_button {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFoAAAAeCAYAAACsYQl4AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDozQjRCQjRGREU4MkNFMzExQjRDQkIyRDJDOTdBRUI1MCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpCQjg0OUYyNTZDODAxMUUzQjMwM0IwMERBNUU0ODQ5NSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpCQjg0OUYyNDZDODAxMUUzQjMwM0IwMERBNUU0ODQ5NSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkI5NzE3MjFBN0E2Q0UzMTFBQjJEQjgzMDk5RTNBNTdBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjNCNEJCNEZERTgyQ0UzMTFCNENCQjJEMkM5N0FFQjUwIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+aQvATgAAAfVJREFUeNrsmr1OwzAQxzGtkPjYEAuvVGAvfQIGRKADE49gdLwDDwBiZ2RhQUKwICQkWLsgFiRQuIBTucFJ/XFp4+hO+quqnZ4uvzj2nV2RpukCW/22yAgYNINmc7du7DcghCjrkqgOKjF1znpt6rZ0AGWQj7TvCU8d9UM+QAGDrhdyc2Bnc1WVVPBev9V8lBnY+rDwncWZThG4xk4lmxtJy2AHgoY/FySgbSBPwPZ8mEXbQx3aDERb0EbYAYFC7pcAtAvkMWwC0D3NX58S9D/YnoGC7nPWr3Dg9JTbtuHhDShBT8D2CBSK/iIEvVXxpuxSgh7DdgwUTL4iA92zmJb6lKB/YTsECmV+IgK947AGDIqgQ/LojsO135Hn51l2cWlov0JdGNrPUceueXRwilSVgkUyom9Rd6gbLfYTDeO+1v6orn0InTogYDGUkYLO3/wc9BdqqTCKP1Tfi+oTIaCBIL2TES+GTyruT9S61p6BHam+99DFEAgLFklYsIBHwSI9QY80H5ta+1rB/6ovaKihBJeEJbgLbBlQgl+j3lDPqA2tfQV1j3pVn8s+oKHGTSVJ+FqDLeR5bCqJ2E/BCycsoLZETXaKGs7rhKVt+9HZScrZNMi88V8P7LlDbvOZYaJVpMMmBCT4n0o8dTBoNgbdWPsRYACs3r7XyNfbnAAAAABJRU5ErkJggg==");
}
.xdsoft_datetimepicker .xdsoft_prev {
  float: left;
  background-position: -20px 0px;
}
.xdsoft_datetimepicker .xdsoft_today_button {
  float: left;
  background-position: -70px 0px;
  margin-left: 5px;
}
.xdsoft_datetimepicker .xdsoft_next {
  float: right;
  background-position: 0px 0px;
}
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_today_button {
  background-color: transparent;
  background-repeat: no-repeat;
  border: 0px none currentColor;
  cursor: pointer;
  display: block;
  height: 30px;
  opacity: 0.5;
  outline: medium none currentColor;
  overflow: hidden;
  padding: 0px;
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  width: 20px;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
  float: none;
  background-position: -40px -15px;
  height: 15px;
  width: 30px;
  display: block;
  margin-left: 14px;
  margin-top: 7px;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
  background-position: -40px 0px;
  margin-bottom: 7px;
  margin-top: 0px;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
  height: 151px;
  overflow: hidden;
  border-bottom: 1px solid #eeeeee;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div {
  background: white;
  border-top: 1px solid #eee;
  color: #444;
  font-size: 12px;
  text-align: center;
  border-collapse: collapse;
  cursor: pointer;
  border-bottom-width: 0px;
  height: 25px;
  line-height: 25px;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:first-child {
  border-top-width: 0px;
}
.xdsoft_datetimepicker .xdsoft_today_button:hover,
.xdsoft_datetimepicker .xdsoft_next:hover,
.xdsoft_datetimepicker .xdsoft_prev:hover {
  opacity: 1;
}
.xdsoft_datetimepicker .xdsoft_label {
  display: inline;
  position: relative;
  z-index: 9999;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff;
  float: left;
  width: 182px;
  text-align: center;
  cursor: pointer;
}
.xdsoft_datetimepicker .xdsoft_label:hover {
  text-decoration: underline;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select {
  border: 1px solid #ccc;
  position: absolute;
  right: 0px;
  top: 30px;
  z-index: 101;
  display: none;
  background: #fff;
  max-height: 160px;
  overflow-y: hidden;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_monthselect {
  right: -7px;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_yearselect {
  right: 2px;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  color: #fff;
  background: #A94442;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
  padding: 2px 10px 2px 5px;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background: #1E5799;
  box-shadow: #1E5799 0px 1px 3px 0px inset;
  color: #fff;
  font-weight: 700;
}
.xdsoft_datetimepicker .xdsoft_month {
  width: 90px;
  text-align: right;
}
.xdsoft_datetimepicker .xdsoft_calendar {
  clear: both;
}
.xdsoft_datetimepicker .xdsoft_year {
  width: 56px;
}
.xdsoft_datetimepicker .xdsoft_calendar table {
  border-collapse: collapse;
  width: 100%;
}
.xdsoft_datetimepicker .xdsoft_calendar td > div {
  padding-right: 5px;
}
.xdsoft_datetimepicker .xdsoft_calendar th {
  height: 25px;
}
.xdsoft_datetimepicker .xdsoft_calendar td,
.xdsoft_datetimepicker .xdsoft_calendar th {
  width: 14.2857142%;
  background: #F5F5F5;
  border: 1px solid #DDDDDD;
  color: #666666;
  font-size: 12px;
  text-align: right;
  padding: 0px;
  border-collapse: collapse;
  cursor: pointer;
  height: 25px;
}
.xdsoft_datetimepicker .xdsoft_calendar th {
  background: #F1F1F1;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
  color: #1E5799;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #1E5799;
  box-shadow: #1E5799 0px 1px 3px 0px inset;
  color: #fff;
  font-weight: 700;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,
.xdsoft_datetimepicker .xdsoft_time_box > div > div.xdsoft_disabled {
  opacity: 0.5;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
  opacity: 0.2;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #fff !important;
  background: #A94442 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_disabled:hover {
  color: inherit	!important;
  background: inherit !important;
  box-shadow: inherit !important;
}
.xdsoft_datetimepicker .xdsoft_calendar th {
  font-weight: 700;
  text-align: center;
  color: #999;
  cursor: default;
}
.xdsoft_datetimepicker .xdsoft_copyright {
  color: #ccc !important;
  font-size: 10px;
  clear: both;
  float: none;
  margin-left: 8px;
}
.xdsoft_datetimepicker .xdsoft_copyright a {
  color: #eee !important;
}
.xdsoft_datetimepicker .xdsoft_copyright a:hover {
  color: #aaa !important;
}
.xdsoft_time_box {
  position: relative;
  border: 1px solid #cccccc;
}
.xdsoft_scrollbar > .xdsoft_scroller {
  background: #ccc !important;
  height: 20px;
  border-radius: 3px;
}
.xdsoft_scrollbar {
  position: absolute;
  width: 7px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  cursor: pointer;
}
.xdsoft_scroller_box {
  position: relative;
}
.news .news-list-view .header h2 {
  font-size: 14px;
}
.news .article {
  padding-bottom: 20px;
  border-bottom: 1px solid #bdbdbd;
  margin-bottom: 20px;
}
.news .article:last-child {
  border-bottom: none;
}
.news .article .header h2 {
  margin-top: 0;
}
.news .article .header h2 a {
  color: #222d3f;
  text-decoration: none;
}
.news .article .header h2 a:hover,
.news .article .header h2 a:focus {
  color: #31a4b1;
  text-decoration: none;
}
.news .article .footer {
  padding: 0;
  border: none;
  clear: none;
}
.news .article .footer p {
  font-size: 12px;
  color: #bdbdbd;
  margin-bottom: 10px;
}
.news .article .footer p .label {
  font-size: 12px;
  color: #ffffff;
  background: #222d3f;
  line-height: 18px;
  padding: 0px 8px;
  border-right: none;
}
.news .article .col-md-4 {
  padding-left: 0;
}
.news .article .col-md-4 img {
  max-width: 100%;
  height: auto;
  border-radius: 16px;
}
.news .article .teaser-text {
  margin-bottom: 0;
}
.news ul.pagination li a {
  color: #222d3f;
  position: relative;
  float: left;
  padding: 6px 12px;
  text-decoration: none;
  border: 1px solid #bdbdbd;
}
.news ul.pagination li a:hover {
  color: #aecd60;
  background: #bdbdbd;
}
.news ul.pagination li .default-cursor {
  cursor: default;
}
.news ul.pagination li.current span {
  color: #ffffff;
  background: #222d3f;
  border-color: #222d3f;
}
.news ul.pagination li.current span:hover {
  background: #222d3f;
}
.news ul.pagination li:first-child a,
.news ul.pagination li:first-child span {
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
.news ul.pagination li:last-child a,
.news ul.pagination li:last-child span {
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
}
.news .breve .header h2 {
  font-size: 12px;
  margin-top: 20px;
}
.news .breve .article:first-child .header h2 {
  margin-top: 0px;
}
.news .breve .footer p {
  margin-bottom: 10px;
  /* #5109 - BEGIN */
  /* #5109 - END */
}
.news .breve .footer p.event-info {
  color: #31a4b1;
  font-size: 13px;
}
.news .breve .news-img-wrap {
  margin: 0 0 10px 0;
  float: none;
  width: auto;
  background: transparent;
}
.news .breve .news-img-wrap img {
  max-width: 100%;
  float: none;
  border-radius: 16px;
}
.news .breve .teaser-text a.more {
  font-size: 12px;
  line-height: 1.5;
  text-decoration: none;
  color: #ffffff;
  background-color: #222d3f;
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #aecd60;
  border-radius: 8px;
}
.news .breve .teaser-text a.more:hover,
.news .breve .teaser-text a.more:focus {
  background-color: #aecd60;
  text-decoration: none;
}
.news.news-single .article {
  border-bottom: none;
}
.news.news-single .article .header h1 {
  padding-bottom: 20px;
  border-bottom: 1px solid #bdbdbd;
  margin-top: 0;
  margin-bottom: 20px;
}
.news.news-single .article .footer {
  margin-top: 0;
}
.news.news-single .article .teaser-text {
  color: #31a4b1;
  line-height: 1.4;
  margin-bottom: 20px;
}
.news.news-single .article .teaser-text.lead {
  font-size: 21px;
}
.news.news-single .article .news-img-wrap {
  margin: 0 0 15px 0;
  float: none;
  width: auto;
  background: transparent;
}
.news.news-single .article .news-img-wrap img {
  max-width: 100%;
  float: none;
  border-radius: 16px;
}
.news .form-control {
  border-radius: 10px;
}
.news select.form-control {
  width: 89%;
}
.news button.form-control {
  width: 9%;
}
.news .navbar-form {
  padding-left: 0;
}
.news .form-check-inline > .checkbox-inline {
  padding: 0;
}
.news .form-check-inline > span {
  display: block;
  margin-top: 10px;
}
.news .form-check-inline > label > div {
  display: inline-block;
  vertical-align: top;
}
.news .form-check-inline > label > div > label {
  display: block;
}
.news .form-check-inline > label > div > label > .checkboxCat {
  position: relative;
  margin: 4px 4px 0 0;
}
@media screen and (max-width: 767px) {
  .news.news-single .article .teaser-text.lead {
    font-size: 16px;
  }
  .news .form-control {
    display: inline-block;
  }
  .news select.form-control {
    width: 80%;
  }
  .news button.form-control {
    width: 18%;
  }
}
/* COMMENT BLOCK */
.comment-header img,
.recommandation img {
  width: 20px;
  display: inline;
  margin-top: -5px;
}
.comment-block,
.comment-block * {
  font-family: 'Work Sans', sans-serif !important;
}
.comment-item {
  padding-bottom: 25px;
}
.comment-item span {
  font-size: 18px;
  font-weight: 500;
}
.comment-item h3 {
  display: inline-block;
  font-size: 18px;
  margin: 0;
  margin-right: 25px;
}
.comment-item span.date {
  display: inline-block;
  font-size: 18px;
  color: #354753;
}
.subcomment .name {
  margin: 0;
  display: inline-block;
  font-size: 18px;
  color: #354753;
  font-weight: 500;
}
.comment-header {
  margin-bottom: 25px;
  border-bottom: 2px #c4cdd3 solid;
  padding: 0 0 5PX 25px;
  color: #222d3f;
}
.comment-header a {
  display: inline-block;
}
.comment-header span {
  font-weight: bold;
}
.comment-header-pink {
  border-bottom: 2px #222d3f solid;
}
.comment-form {
  margin: 0;
}
.commentLike {
  width: 16px;
  heihgt: auto;
  background-color: #222d3f;
  vertical-align: top;
  margin-left: 3px;
}
.commentCount {
  width: 16px;
  heihgt: auto;
  background-color: #222d3f;
  vertical-align: top;
  margin-left: 3px;
}
.collapse .comment-form input[type="submit"],
.collapsing .comment-form input[type="submit"],
.in .comment-form input[type="submit"],
#writeComment input.button {
  color: #333333;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}
.collapse .comment-form input[type="submit"]:hover,
.collapsing .comment-form input[type="submit"]:hover,
.in .comment-form input[type="submit"]:hover,
#writeComment input.button:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
#writeComment textarea,
#writeComment input[type=text],
.comment-form input[type=text] {
  border: 1px solid #cccccc;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
#writeComment textarea:focus,
#writeComment input[type=text]:focus,
.comment-form input[type=text]:focus,
.comment-form textarea:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
#writeComment textarea,
.comment-form textarea {
  width: 100%;
  height: 124px;
  line-height: 25px;
  font-size: 13px;
  background-color: white;
  color: #354753;
  resize: none;
  margin: 0;
  padding: 6px 12px;
  border: 1px solid #cccccc;
}
.comment-form textarea:focus {
  outline: 0;
}
.comment-form input[type='submit'] {
  background-color: #222d3f;
  color: white;
  border: 1px #222d3f solid;
  font-size: 15px;
  padding: 3px 15px;
  line-height: 22px;
  margin-top: 10px !important;
}
.comment-form legend,
.comment-form h2 {
  display: none;
}
.comment-form .powermail_fieldwrap {
  text-align: right;
}
.comment-form fieldset,
.comment-form form {
  padding: 0;
  margin: 0;
  border: 0;
}
/*
.collapse .comment-form input[type="submit"], .collapsing .comment-form input[type="submit"], .in .comment-form input[type="submit"] {
	margin-right: 170px !important;
	color: #333333;
	background-color: #ffffff;
	border-color: #cccccc;
}
*/
#writeComment input[type="submit"] {
  font-size: 15px;
  padding: 3px 15px;
  margin-top: 12px;
}
#writeComment .hide_initally {
  display: none;
}
.comment-block > div > .comment-form input[type="submit"] {
  margin: 0 100px 0 0;
  padding-top: 5px;
}
.comment-form {
  margin-bottom: 0 !important;
}
.comment-block .recommandation,
.subcomment .recommandation {
  display: inline-block;
}
.comment-block,
.subcomment {
  margin-top: 35px;
  margin-bottom: 25px;
  position: relative;
  clear: both;
}
.comment-block .answer-comment a {
  position: absolute;
  bottom: -25px;
  right: 15px;
  padding: 3px 15px;
  font-size: 15px;
  z-index: 999;
  color: #333333;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}
.comment-block .answer-comment a:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.comment-block .answer-comment a:after {
  content: "Répondre" !important;
}
.comment-block .answer-comment a[aria-expanded="true"] {
  bottom: 1px;
}
.comment-block .answer-comment a[aria-expanded="true"]:after {
  content: "Annuler" !important;
}
.answer-comment a:focus {
  border: 1px transparent solid !important;
  text-decoration: none !important;
}
.answer-comment a:hover {
  text-decoration: none !important;
}
.comment-block .comment-form {
  margin-bottom: 25px;
}
.comment img {
  max-width: 100%;
  height: auto;
}
#writeComment {
  max-width: 100%;
  margin: 0;
}
#iLikeIt img {
  background-color: #222d3f;
}
.upvote img {
  background-color: #222d3f;
}
.answer-comment a {
  background-color: #222d3f;
  text-decoration: none;
}
.comment-block div:first-child img {
  background-color: #222d3f;
}
.answerComment label,
#writeComment label {
  display: block;
}
.answerComment label span,
#writeComment label span {
  font-size: 10px;
  color: #777;
}
.answerComment label span a,
#writeComment label span a {
  text-decoration: none;
  color: #777;
}
.answerComment input[type=text],
#writeComment input[type=text] {
  font-family: Verdana,Tahoma,Arial,sans-serif;
  font-size: 13px;
  width: 100%;
  padding: 6px 12px;
  margin-bottom: 14px;
}
.col-md-3 .news .form-check-inline > label > div {
  display: inline;
}
.col-md-3 .news button.form-control {
  width: auto;
}
/* ############# */
.nuageDeTagsWrapper {
  margin: 20px 0;
}
.nuageDeTagsWrapper span {
  line-height: 30px;
}
.nuageDeTagsWrapper span.smallText {
  font-size: 16px;
}
.nuageDeTagsWrapper span.mediumText {
  font-size: 14px;
}
.nuageDeTagsWrapper span.largeText {
  font-size: 22px;
}
.nuageDeTagsWrapper span a {
  text-decoration: none;
}
.nuageDeTagsWrapper span a:hover {
  text-decoration: underline;
}
.contactWrapper .contactContent p {
  margin: 0;
}
.contactWrapper .contactContent a {
  text-decoration: none;
}
.contactWrapper .contactContent a:hover {
  text-decoration: underline;
}
.contactWrapper .contactContent span {
  margin-right: 5px;
}
.contactWrapper .contactContent .contactTitle {
  font-weight: bold;
}
.contactWrapper .contactContent .contactMail {
  color: #222d3f;
}
.frame.well .contactWrapper h3 {
  margin-bottom: 10px;
}
.frame.well .contactWrapper .contactMail {
  color: #ffffff;
}
.frame.well .contactWrapper a {
  text-decoration: underline;
}
.frame.well .contactWrapper a:hover {
  text-decoration: none;
}
.equipeExterneWrapper {
  padding-left: 0;
  margin-top: 5px;
  margin-bottom: 5px;
}
.equipeExterneWrapper img {
  border-radius: 10px;
  margin-right: 10px;
}
.equipeExterneWrapper address {
  display: block;
  float: left;
  min-height: 120px;
  margin-bottom: 10px;
}
.equipeExterneWrapper address .equipeExterneNomPrenom {
  font-weight: bold;
}
.equipeExterneWrapper address .equipeExterneNomPrenom a {
  text-decoration: none;
}
.equipeExterneWrapper address .equipeExterneNomPrenom a:hover,
.equipeExterneWrapper address .equipeExterneNomPrenom a:focus {
  text-decoration: underline;
  color: #aecd60;
}
.equipeExterneWrapper address .equipeExterneNomPrenom .equipeExterneNom {
  text-transform: uppercase;
}
.equipeExterneWrapper address .equipeExterneMail a {
  color: #222d3f;
}
.equipeExterneWrapper address .equipeExterneMail a:hover,
.equipeExterneWrapper address .equipeExterneMail a:focus {
  color: #aecd60;
}
.equipeExterneWrapper address .equipeExterneInfos {
  color: #bdbdbd;
}
.equipeExterneWrapper .thumbContainer {
  height: 127px;
  width: 127px;
  border-radius: 10px;
  border: 1px solid #dddddd;
  float: left;
  margin-right: 10px;
}
.equipeExterneWrapper .thumbContainer .img-thumbnail {
  height: 117px;
  width: 117px;
  border-radius: 10px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  margin-top: 4px;
  margin-left: 4px;
  border: none;
  float: left;
}
@media screen and (max-width: 991px) {
  .equipeExterneWrapper {
    display: inline-block;
    width: 100%;
    float: none;
  }
}
.newsletterWrapper {
  margin: 20px 0;
}
.newsletterWrapper form label {
  font-size: 21px;
  margin-top: 0;
  margin-bottom: 10px;
  color: #222d3f;
  font-family: Open Sans;
  font-weight: normal;
  display: block;
  line-height: 0;
}
.newsletterWrapper form input.form-control {
  color: #bdbdbd;
  border-radius: 8px;
  margin-bottom: 5px;
}
.newsletterWrapper form span.input-group-addon {
  background: #bdbdbd;
  padding: 0;
  border-radius: 8px;
  border-left: none;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.newsletterWrapper form span.input-group-addon button {
  display: block;
  height: 32px;
  color: #222d3f;
  background: #bdbdbd;
  border: none;
  border-radius: 8px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  padding: 1px 10px;
}
.newsletterWrapper .glyphicon-envelope {
  margin-right: 5px;
}
.well .newsletterWrapper label {
  color: #ffffff;
}
.document .fileImage {
  width: 115px;
  height: 115px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: left top;
  background-color: #222d3f;
  vertical-align: top;
  margin-right: 5px;
  background-image: url(../../typo3conf/ext/wseils/Resources/Public/Images/ged-autre2.png);
  float: left;
}
.document .pdf {
  background-image: url(../../typo3conf/ext/wseils/Resources/Public/Images/ged-pdf2.png);
}
.document .xlsx,
.document .xls {
  background-image: url(../../typo3conf/ext/wseils/Resources/Public/Images/ged-excel2.png);
}
.document .pptx,
.document .ppt {
  background-image: url(../../typo3conf/ext/wseils/Resources/Public/Images/ged-ppt2.png);
}
.document .docx,
.document .doc {
  background-image: url(../../typo3conf/ext/wseils/Resources/Public/Images/ged-word2.png);
}
.document li.media:hover .fileImage {
  background-color: #aecd60;
}
.document a {
  color: #222d3f;
  margin-right: 5px;
  text-decoration: none;
}
.document a:hover {
  text-decoration: underline;
}
.document .media > img {
  float: left;
}
.document .media > .fileDownload {
  float: left;
}
footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 450px;
  color: #ffffff;
  background: #222d3f;
}
footer .footer-section {
  background: inherit;
  border: none;
  margin-top: 0px;
}
footer .footer-section .col-sm-12 .row > div {
  padding: 25px;
}
footer .footer-section .col-sm-12 h1,
footer .footer-section .col-sm-12 h2,
footer .footer-section .col-sm-12 h3,
footer .footer-section .col-sm-12 h4,
footer .footer-section .col-sm-12 h5,
footer .footer-section .col-sm-12 h6 {
  color: #ffffff;
  margin-top: 0px;
}
footer .footer-section .col-sm-12 a {
  color: inherit;
}
footer .footer-section .col-sm-12 a:hover,
footer .footer-section .col-sm-12 a:focus {
  color: inherit;
}
footer .footer-section .col-sm-12 .news .article .header h2 a {
  color: #ffffff;
}
footer .footer-section .col-sm-12 .news .article .header h2 a:hover,
footer .footer-section .col-sm-12 .news .article .header h2 a:focus {
  color: #31a4b1;
  text-decoration: none;
}
footer #partnerBrandFooter {
  display: none;
  text-align: center;
  background: #ffffff;
  border-top: solid 1px #222d3f;
}
footer #partnerBrandFooter .col-partner {
  padding: 5px;
}
footer #partnerBrandFooter .col-partner img {
  width: 100%;
}
.news .calendar th,
.news .calendar td {
  text-align: center;
  padding: 4px 2px;
  width: 14%;
}
.news .calendar td.othermonth div {
  display: none;
}
.news .calendar tr.title th:first-child {
  border-top-left-radius: 10px;
}
.news .calendar tr.title th:last-child {
  border-top-right-radius: 10px;
}
.news .calendar tr.days th {
  background-color: #aecd60;
  border-top: none;
  color: #ffffff;
  padding: 4px 2px;
  text-transform: capitalize;
}
.news .calendar tr.title th {
  background-color: #222d3f;
  border-top: none;
  padding-top: 12px;
  padding-bottom: 4px;
}
.news .calendar ul {
  margin: 0;
}
.news .calendar li {
  color: #ffffff;
  text-transform: capitalize;
}
.news .calendar ul.pager li {
  background-color: #222d3f;
}
.news .calendar ul.pager li a {
  color: inherit;
  border: none;
  background: none;
}
.news .calendar .badge-today {
  background-color: #222d3f;
  color: #ffffff;
  text-shadow: none;
}
.news .calendar .badge {
  background-color: #222d3f;
  border-radius: 10px;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  min-width: 10px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}
.news .calendar .today .day {
  padding-top: 9px;
}
.news .calendar .day {
  padding: 4px 0;
}
.news .calendar .hasevents.selectedDay .day a {
  color: #222d3f;
}
.news .calendar .hasevents .day {
  background-color: #bdbdbd;
  position: relative;
  padding: 0;
}
.news .calendar .hasevents .day a {
  color: #ffffff;
  text-decoration: none;
  display: block;
  padding: 4px 0;
  padding-top: 5px;
}
.news .calendar .hasevents .eventNewsWrapper {
  display: none;
  background-color: #000000;
  border-radius: 10px;
  min-width: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.news .calendar .hasevents .eventNewsWrapper.visible {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.news .calendar .hasevents .eventNewsWrapper .eventNews .dayAct {
  color: #FFFFFF;
  left: 0;
  padding: 5px 8px 5px 8px;
  line-height: 1em;
  display: block;
  top: -57px;
}
.news .calendar .hasevents .arrow {
  position: absolute;
  display: none;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 7.5px 0px 7.5px;
  border-color: #000000 transparent transparent transparent;
  top: -11px;
  left: 44.5px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.news .calendar .hasevents .arrow.visible {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.news .calendar .hasevents .eventNewsWrapper.hover {
  display: block;
}
.news .calendar .hasevents.today .day {
  padding-bottom: 6px;
  padding-top: 3px;
}
.news .calendar .hasevents.today .day a {
  display: inline;
}
@media screen and (max-width: 767px) {
  .news .calendar .hasevents .eventNewsWrapper {
    min-width: inherit;
    width: 100px;
  }
}
.tx-felogin-pi1 h3 {
  display: none;
}
.tx-felogin-pi1 .forgotLink {
  float: right;
}
.tx-felogin-pi1 .forgotLink a {
  color: #222d3f;
}
body #cookie-banner {
  font-size: 14px;
  line-height: normal;
  text-align: center;
  background: #ffffff;
  padding: 8px 160px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
body #cookie-banner div {
  position: relative;
}
body #cookie-banner div a#cookiesClose {
  width: 18px;
  height: 18px;
  background: url(../../typo3conf/ext/wseils/Resources/Public/Images/cookie-close.svg) no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  display: inline-block;
  position: absolute;
  top: 2px;
  right: -30px;
}
body #cookie-banner.cookiesNone {
  display: none;
}
body #inform-and-ask {
  width: 100% !important;
  height: 100% !important;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: 8888;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
body #inform-and-ask #inform-and-consent {
  font-size: 13px;
  line-height: normal;
  position: fixed;
  top: 10%;
  left: 0;
  right: 0;
  z-index: 9999;
  background-color: #FFFFFF;
  padding: 0;
  max-height: 80%;
  width: 50%;
  margin: auto;
  overflow-y: auto;
  padding: 24px;
  border-radius: 10px;
  box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
}
body #inform-and-ask #inform-and-consent #lightboxTitle {
  font-family: Open Sans;
  font-size: 22px;
  color: #222d3f;
  display: block;
  margin-bottom: 20px;
}
body #inform-and-ask #inform-and-consent #cookieFooter {
  text-align: right;
  margin-top: 20px;
}
body #inform-and-ask #inform-and-consent #cookieFooter a {
  font-size: 13px;
  line-height: 1.5;
  text-decoration: none;
  color: #ffffff;
  background-color: #222d3f;
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #aecd60;
  border-radius: 8px;
}
body #inform-and-ask #inform-and-consent #cookieFooter a#optout-button {
  margin-right: 10px;
}
body #inform-and-ask #inform-and-consent #cookieFooter a:hover,
body #inform-and-ask #inform-and-consent #cookieFooter a:focus {
  background-color: #aecd60;
  text-decoration: none;
}
.tac_activate .tarteaucitronAllow {
  background: #bdbdbd;
  border-radius: 2px;
  color: #fff;
}
@media screen and (max-width: 1450px) {
  body #cookie-banner {
    padding: 8px 100px;
  }
}
@media screen and (max-width: 1200px) {
  body #cookie-banner {
    font-size: 12px;
    padding: 8px 50px;
  }
  body #inform-and-ask #inform-and-consent {
    width: 70%;
  }
}
@media screen and (max-width: 650px) {
  body #cookie-banner {
    font-size: 11px;
    padding: 8px 15px;
  }
  body #cookie-banner div {
    padding-right: 24px;
  }
  body #cookie-banner div a#cookiesClose {
    right: 0;
  }
  body #inform-and-ask #inform-and-consent {
    width: 80%;
  }
}
body #category .category-container,
body #main_category .category-container {
  margin-bottom: 20px;
}
body #category .category-container .category-children-container,
body #main_category .category-container .category-children-container {
  padding-left: 10px;
}
body #category .category-container .category-children-container .category-children-item,
body #main_category .category-container .category-children-container .category-children-item {
  position: relative;
}
body #category .category-container .category-children-container .category-children-item .map-icon,
body #main_category .category-container .category-children-container .category-children-item .map-icon {
  margin: 0;
  position: absolute;
  top: 4px;
  left: 0;
}
body #category .category-container .category-children-container .category-children-item .map-filter,
body #main_category .category-container .category-children-container .category-children-item .map-filter {
  margin-left: 27px;
}
body #category .map-icon,
body #main_category .map-icon {
  width: auto;
  height: 20px;
  max-width: 20px;
  margin-right: 5px;
}
body #category .map-filter,
body #main_category .map-filter {
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  color: #ffffff;
  background: #222d3f;
  padding: 2px 8px;
  border-radius: .25em;
  cursor: pointer;
  display: inline-block;
  margin: 2px;
}
body #map {
  height: 400px;
  margin-bottom: 20px;
}
body #results .result-item {
  padding-bottom: 20px;
  border-bottom: 1px solid #bdbdbd;
  margin-bottom: 20px;
}
body #results .result-item .link-container {
  position: relative;
}
body #results .result-item .link-container a {
  font-size: 12px;
  text-decoration: none;
  display: inline-block;
  padding-right: 40px;
}
body #results .result-item .link-container a:hover,
body #results .result-item .link-container a:focus {
  color: #31a4b1;
  text-decoration: none;
}
body #results .result-item .link-container .pan-to-marker {
  width: 24px;
  height: 24px;
  display: inline-block;
  background: url('../../typo3conf/ext/wseils/Resources/Public/Images/place.svg') no-repeat;
  background-position: center center;
  background-size: 24px 24px;
  cursor: pointer;
  position: absolute;
  top: 2px;
  right: 0;
  z-index: 10;
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table,
.table-bordered,
.table-condensed,
.table-hover,
.table-striped {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table-bordered > thead > tr > th,
.table-condensed > thead > tr > th,
.table-hover > thead > tr > th,
.table-striped > thead > tr > th,
.table > tbody > tr > th,
.table-bordered > tbody > tr > th,
.table-condensed > tbody > tr > th,
.table-hover > tbody > tr > th,
.table-striped > tbody > tr > th,
.table > tfoot > tr > th,
.table-bordered > tfoot > tr > th,
.table-condensed > tfoot > tr > th,
.table-hover > tfoot > tr > th,
.table-striped > tfoot > tr > th,
.table > thead > tr > td,
.table-bordered > thead > tr > td,
.table-condensed > thead > tr > td,
.table-hover > thead > tr > td,
.table-striped > thead > tr > td,
.table > tbody > tr > td,
.table-bordered > tbody > tr > td,
.table-condensed > tbody > tr > td,
.table-hover > tbody > tr > td,
.table-striped > tbody > tr > td,
.table > tfoot > tr > td,
.table-bordered > tfoot > tr > td,
.table-condensed > tfoot > tr > td,
.table-hover > tfoot > tr > td,
.table-striped > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th,
.table-bordered > thead > tr > th,
.table-condensed > thead > tr > th,
.table-hover > thead > tr > th,
.table-striped > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table-bordered > caption + thead > tr:first-child > th,
.table-condensed > caption + thead > tr:first-child > th,
.table-hover > caption + thead > tr:first-child > th,
.table-striped > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table-bordered > colgroup + thead > tr:first-child > th,
.table-condensed > colgroup + thead > tr:first-child > th,
.table-hover > colgroup + thead > tr:first-child > th,
.table-striped > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table-bordered > thead:first-child > tr:first-child > th,
.table-condensed > thead:first-child > tr:first-child > th,
.table-hover > thead:first-child > tr:first-child > th,
.table-striped > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table-bordered > caption + thead > tr:first-child > td,
.table-condensed > caption + thead > tr:first-child > td,
.table-hover > caption + thead > tr:first-child > td,
.table-striped > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table-bordered > colgroup + thead > tr:first-child > td,
.table-condensed > colgroup + thead > tr:first-child > td,
.table-hover > colgroup + thead > tr:first-child > td,
.table-striped > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td,
.table-bordered > thead:first-child > tr:first-child > td,
.table-condensed > thead:first-child > tr:first-child > td,
.table-hover > thead:first-child > tr:first-child > td,
.table-striped > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody,
.table-bordered > tbody + tbody,
.table-condensed > tbody + tbody,
.table-hover > tbody + tbody,
.table-striped > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table,
.table-bordered .table,
.table-condensed .table,
.table-hover .table,
.table-striped .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}