@import url("https://fonts.googleapis.com/css?family=Bitter:400,400i,700");
@import url("https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i");
#HomePage h2 {
  font-family: 'Bitter', serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.25;
  color: #1d1d1b;
  margin-bottom: 25px; }

html {
  overflow-x: hidden; }

body {
  font-family: 'Lato', sans-serif;
  color: #1d1d1b;
  font-size: 18px;
  line-height: 1.56;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
  padding-right: 0 !important; }
  body ::selection {
    background: #004373;
    color: #fff; }
  body ::-moz-selection {
    background: #004373;
    color: #fff; }
  @media (max-width : 576px) {
  body {
    font-size: 14px;
    line-height: 1.36; } }

h1 {
  font-family: 'Bitter', serif;
  font-size: 50px;
  font-weight: bold;
  line-height: 1.15;
  color: #004373;
  margin-bottom: 50px; }
  @media (max-width : 576px) {
  h1 {
    font-size: 41px;
    line-height: 1.15; } }

h2 {
  font-family: 'Bitter', serif;
  font-size: 44px;
  font-weight: bold;
  line-height: 1.22;
  color: #273142;
  margin-bottom: 40px; }
  @media (max-width : 576px) {
  h2 {
    font-size: 35px;
    line-height: 1.14;
    margin-bottom: 55px; } }

h3 {
  font-family: 'Lato', sans-serif;
  font-size: 39px;
  font-weight: 500;
  line-height: 1.21;
  letter-spacing: 0.2px;
  margin-bottom: 30px;
  color: #273142; }
  @media (max-width : 576px) {
  h3 {
    font-size: 29px;
    line-height: 1.17;
    margin-bottom: 45px; } }

h4 {
  font-family: 'Bitter', serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.25;
  color: #1d1d1b;
  margin-bottom: 20px; }
  @media (max-width : 576px) {
  h4 {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 40px; } }

.choosendate h4 {
  color: #fff;
  margin-bottom: 0;
  font-family: 'Lato', sans-serif; }

h5 {
  font-family: 'Lato', sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.36;
  color: #273142;
  margin-bottom: 20px; }
  @media (max-width : 576px) {
  h5 {
    font-size: 18px;
    line-height: 1.22;
    margin-bottom: 30px; } }

*:not(.heading-p) + h1, *:not(.heading-p) + h2, *:not(.heading-p):not(.news-latest-category) + h3, *:not(.heading-p):not(br):not(.paging-news .category) + h4, *:not(.heading-p) + h5:not(.result-title) {
  margin-top: 40px; }

.heading-p {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  color: #1d1d1b;
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 40px; }
  .heading-p:after {
    content: "";
    opacity: 0.15;
    width: 50px;
    height: 4px;
    background: #123e68;
    position: absolute;
    bottom: 0;
    left: 0; }
  @media (max-width : 576px) {
  .heading-p {
    font-size: 16px; } }

.blue-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 66, 114, 0.8);
  left: 0;
  top: 0;
  display: none;
  z-index: 98;
  cursor: url("../../../../fileadmin/templates/cvci.ch/scss/../images/close.svg"), auto; }

.blue-overlay2 {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 66, 114, 0.8);
  left: 0;
  top: 0;
  display: none;
  z-index: 9999;
  cursor: url("../../../../fileadmin/templates/cvci.ch/scss/../images/close.svg"), auto; }

.modal {
  z-index: 999999; }

.modal-backdrop {
  background: rgba(0, 66, 114, 0.8); }
  .modal-backdrop.show {
    opacity: 1; }

.modal-header {
  position: relative; }
  .modal-header button.close {
    position: absolute;
    right: 20px;
    top: 15px;
    outline: none; }
  .modal-header h4.modal-title {
    font-family: 'Lato', sans-serif; }

iframe {
  width: 100%;
  border: none;
  margin-bottom: 30px; }

hr {
  border-top: solid 1px #bfd0dc;
  margin: 40px 0; }

.mt-45 {
  margin-top: 45px !important; }

.pl-42 {
  padding-left: 42px !important; }
  @media (max-width : 1199px) {
  .pl-42 {
    padding-left: 17px !important; } }

.pl-20 {
  padding-left: 20px; }

.pt-20 {
  padding-top: 20px; }

.pb-20 {
  padding-bottom: 20px; }

.pr-20 {
  padding-right: 20px; }

.pr-35 {
  padding-right: 35px !important; }

.mb-70 {
  margin-bottom: 70px; }

.mb-30 {
  margin-bottom: 30px; }

.mt-160 {
  margin-top: 160px; }

.mr-10 {
  margin-right: 10px; }

.mt-60 {
  margin-top: 60px; }

.mt-50 {
  margin-top: 50px; }

.mr-0 {
  margin-right: 0 !important; }

.ml-0 {
  margin-left: 0 !important; }

.width-100 {
  width: 100%; }

img {
  max-width: 100%;
  height: auto; }

@media (max-width : 576px) {
    .col-reverse {
      flex-direction: column-reverse; } }

.d-flex-center {
  display: flex;
  align-items: center;
  justify-content: center; }

.justify-space-bet {
  justify-content: space-between; }

.sep-filter {
  width: 1px;
  height: 60px;
  margin-top: -6px;
  margin-bottom: -6px;
  background: #bfd0dc; }
  @media (max-width: 1000px) {
  .sep-filter {
    display: none; } }

.nolabel label.powermail_label {
  display: none; }

.tx-powermail h3 {
  display: none; }

.btn, a.btn:not([href]):not([tabindex]) {
  border: solid 2px #004373;
  color: #004373;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.3px;
  text-align: center;
  padding: 11px 20px;
  border-radius: 0;
  line-height: normal; }
  .btn:hover, a.btn:not([href]):not([tabindex]):hover {
    color: #fff;
    background: #004373; }
  .btn:focus, a.btn:not([href]):not([tabindex]):focus {
    box-shadow: none; }

.btn-red {
  border: solid 2px #b00;
  color: #b00; }
  .btn-red:hover {
    color: #fff;
    background: #b00; }

.avs-btn .btn, #loginAccess .btn, .member-btn .btn {
  white-space: nowrap; }

a, .head-line #rootline span.menuOn {
  color: #004373;
  transition: 0.3s; }
  a:hover {
    color: #b00; }

.form-control:not(.dropdown):focus {
  box-shadow: none; }

.main-content {
  padding: 80px 0 0 0; }

.display-table {
  display: table; }

.display-table-cell {
  display: table-cell;
  vertical-align: top; }

.d-inblock {
  display: inline-block; }

.relative {
  position: relative; }

.csc-textpic-text ul, .csc-textmedia ul, .csc-textmedia-text ul, ul.ce-bullets, .event-content ul, .news-single-content ul, .type-text ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 30px; }
  .csc-textpic-text ul li, .csc-textmedia ul li, .csc-textmedia-text ul li, ul.ce-bullets li, .event-content ul li, .news-single-content ul li, .type-text ul li {
    padding-left: 25px;
    position: relative;
    line-height: 28px; }
    .csc-textpic-text ul li:before, .csc-textmedia ul li:before, .csc-textmedia-text ul li:before, ul.ce-bullets li:before, .event-content ul li:before, .news-single-content ul li:before, .type-text ul li:before {
      content: "\f111";
      font-size: 6px;
      font-family: 'Font Awesome 5 Pro';
      position: absolute;
      font-weight: 600;
      left: 1px;
      top: 0px;
      color: #1d1d1b;
      transform: scale(0.8); }
    .csc-textpic-text ul li ul, .csc-textmedia ul li ul, .csc-textmedia-text ul li ul, ul.ce-bullets li ul, .event-content ul li ul, .news-single-content ul li ul, .type-text ul li ul {
      margin-bottom: 0; }
      .csc-textpic-text ul li ul li:before, .csc-textmedia ul li ul li:before, .csc-textmedia-text ul li ul li:before, ul.ce-bullets li ul li:before, .event-content ul li ul li:before, .news-single-content ul li ul li:before, .type-text ul li ul li:before {
        content: "\f111";
        font-size: 8px;
        font-weight: 500;
        transform: scale(1); }

#accessKeys a, #accessKeys .head-line #rootline span.menuOn, .head-line #rootline #accessKeys span.menuOn {
  color: #f0f;
  cursor: default;
  position: absolute;
  top: -9999px; }

.row {
  margin-right: -17px;
  margin-left: -17px; }
  @media (max-width : 576px) {
  .row {
    margin-right: -15px;
    margin-left: -15px; } }

.container {
  padding-left: 17px;
  padding-right: 17px; }
  @media (max-width : 576px) {
  .container {
    padding-right: 15px;
    padding-left: 15px; } }

.container-fluid {
  padding-left: 17px;
  padding-right: 17px; }
  @media (max-width : 576px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px; } }

.no-scroll {
  width: 100%;
  height: 100%;
  position: fixed;
  overflow-y: hidden; }

.noscroll {
  overflow-y: hidden; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
  padding-right: 17px;
  padding-left: 17px; }
  @media (max-width : 576px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    padding-right: 15px;
    padding-left: 15px; } }

@media (min-width: 576px) {
    .container {
      max-width: 95%; } }
  @media (min-width: 768px) {
  .container {
    max-width: 95%; } }
  @media (min-width: 1405px) {
  .container {
    max-width: 100%; } }
  @media screen and (min-width: 1405px) {
  .container {
    max-width: 1405px; } }

#content .homeslider {
  width: 100%;
  border-bottom: 10px solid #b00;
  height: 800px;
  overflow: hidden;
  background-image: url("../../../../fileadmin/templates/cvci.ch/scss/../images/cubes_pattern_white.png");
  background-repeat: repeat;
  background-position: left top; }
  #content .homeslider .homeslider-slide {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 800px;
    position: relative;
    opacity: 0;
    /* img {
     max-width: 100%;
     width:100%;
     height: auto;
     } */ }
    #content .homeslider .homeslider-slide:after {
      content: "";
      background-image: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9) 75%, #000);
      position: absolute;
      width: 75%;
      height: 100%;
      top: 0;
      left: 0; }
    #content .homeslider .homeslider-slide .carousel-caption {
      left: 6%;
      right: inherit;
      bottom: inherit;
      top: 50%;
      transform: translateY(-50%);
      text-align: left;
      z-index: 1; }
      @media (max-width : 1199px) {
    #content .homeslider .homeslider-slide .carousel-caption {
      left: 0; } }
      #content .homeslider .homeslider-slide .carousel-caption h3 {
        font-family: 'Bitter', serif;
        font-size: 49px;
        font-weight: bold;
        font-style: normal;
        line-height: 1.22;
        color: #fff;
        margin-bottom: 40px; }
      #content .homeslider .homeslider-slide .carousel-caption a, #content .homeslider .homeslider-slide .carousel-caption .head-line #rootline span.menuOn, .head-line #rootline #content .homeslider .homeslider-slide .carousel-caption span.menuOn {
        background: rgba(187, 0, 0, 0.8);
        border-radius: 4px;
        text-transform: uppercase;
        color: #fff;
        text-decoration: none;
        font-size: 17px;
        font-weight: bold;
        line-height: normal;
        letter-spacing: 1px;
        text-align: center;
        padding: 20px 40px;
        display: inline-block; }
        #content .homeslider .homeslider-slide .carousel-caption a:hover {
          background: rgba(187, 0, 0, 1); }
      #content .homeslider .homeslider-slide .carousel-caption .bg-caption {
        position: absolute;
        left: 46%;
        top: 45%;
        transform: translateY(-50%) translateX(-50%);
        z-index: -1; }
        @media (max-width : 576px) {
    #content .homeslider .homeslider-slide .carousel-caption .bg-caption {
      left: 37%;
      top: 50%;
      width: 60%; } }
  @media (max-width : 576px) {
    #content .homeslider {
      height: 562px; }
      #content .homeslider .homeslider-slide {
        height: 562px; }
        #content .homeslider .homeslider-slide .carousel-caption {
          left: 3%;
          width: 94%; }
          #content .homeslider .homeslider-slide .carousel-caption h3 {
            font-size: 28px;
            line-height: 1.21; }
          #content .homeslider .homeslider-slide .carousel-caption a, #content .homeslider .homeslider-slide .carousel-caption .head-line #rootline span.menuOn, .head-line #rootline #content .homeslider .homeslider-slide .carousel-caption span.menuOn {
            font-size: 15px;
            padding: 15px 25px; } }
  @media (max-width : 400px) {
    #content .homeslider {
      height: 400px; }
      #content .homeslider .homeslider-slide {
        height: 400px; }
        #content .homeslider .homeslider-slide .carousel-caption {
          left: 3%;
          width: 94%; }
          #content .homeslider .homeslider-slide .carousel-caption h3 {
            font-size: 24px;
            line-height: normal; }
          #content .homeslider .homeslider-slide .carousel-caption a, #content .homeslider .homeslider-slide .carousel-caption .head-line #rootline span.menuOn, .head-line #rootline #content .homeslider .homeslider-slide .carousel-caption span.menuOn {
            font-size: 12px; } }

header {
  position: relative;
  z-index: 100;
  background: #fff; }
  header .navbar-brand {
    padding-top: 20px;
    padding-bottom: 20px; }
  header .navbar-brand img {
    width: 170px;
    height: auto; }
  @media (max-width : 991px) {
    header .navbar-brand img {
      width: 120px; } }
  @media (max-width : 576px) {
    header .navbar-brand {
      padding-top: 10px;
      padding-bottom: 10px; }
      header .navbar-brand img {
        width: 88px; } }
  header .d-flex-r-c {
    display: flex;
    justify-content: flex-end;
    align-items: center; }
  @media (max-width : 991px) {
      header .d-flex-r-c.top-link-container {
        display: none; } }
  header .d-flex-r-c .top-link {
    display: flex;
    align-items: center;
    font-size: 16px; }
    header .d-flex-r-c .top-link ul {
      list-style: none;
      margin-bottom: 0;
      padding: 0; }
    header .d-flex-r-c .top-link .socialLinks {
      float: left;
      margin-right: 35px; }
      header .d-flex-r-c .top-link .socialLinks li {
        padding: 0 9px;
        display: inline-block; }
        header .d-flex-r-c .top-link .socialLinks li:first-child {
          padding-left: 0; }
        header .d-flex-r-c .top-link .socialLinks li:last-child {
          padding-right: 0; }
        header .d-flex-r-c .top-link .socialLinks li a, header .d-flex-r-c .top-link .socialLinks li .head-line #rootline span.menuOn, .head-line #rootline header .d-flex-r-c .top-link .socialLinks li span.menuOn {
          transition: 0.3s; }
          header .d-flex-r-c .top-link .socialLinks li a.facebook:hover {
            color: #1877f2; }
          header .d-flex-r-c .top-link .socialLinks li a.twitter:hover {
            color: #45c0ec; }
          header .d-flex-r-c .top-link .socialLinks li a.youtube:hover {
            color: #b00; }
          header .d-flex-r-c .top-link .socialLinks li a.linkedin:hover {
            color: #007bb6; }
    header .d-flex-r-c .top-link .blog-link {
      margin-right: 35px;
      display: inline-block;
      float: left; }
      header .d-flex-r-c .top-link .blog-link a, header .d-flex-r-c .top-link .blog-link .head-line #rootline span.menuOn, .head-line #rootline header .d-flex-r-c .top-link .blog-link span.menuOn {
        text-transform: uppercase;
        text-decoration: none; }
    header .d-flex-r-c .top-link .contact-link {
      display: inline-block;
      float: left;
      margin-right: 25px;
      white-space: nowrap; }
      header .d-flex-r-c .top-link .contact-link li {
        display: inline-block;
        padding-right: 20px; }
        header .d-flex-r-c .top-link .contact-link li:last-child {
          padding-right: 0; }
        header .d-flex-r-c .top-link .contact-link li a, header .d-flex-r-c .top-link .contact-link li .head-line #rootline span.menuOn, .head-line #rootline header .d-flex-r-c .top-link .contact-link li span.menuOn {
          text-decoration: none; }
          header .d-flex-r-c .top-link .contact-link li a i, header .d-flex-r-c .top-link .contact-link li .head-line #rootline span.menuOn i, .head-line #rootline header .d-flex-r-c .top-link .contact-link li span.menuOn i {
            margin-right: 7px;
            font-size: 18px;
            position: relative;
            top: 2px; }
  header nav {
    background: rgba(0, 67, 115, .9);
    width: 100%;
    position: absolute;
    transition-duration: 0.3s;
    z-index: 2;
    left: 0; }
  header nav .logo-sticky {
    width: 70px;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #fff;
    transform: translateX(-100%);
    transition-duration: 0.3s;
    justify-content: center;
    align-items: center;
    display: flex; }
    header nav .logo-sticky a, header nav .logo-sticky .head-line #rootline span.menuOn, .head-line #rootline header nav .logo-sticky span.menuOn {
      text-align: center; }
      header nav .logo-sticky a img, header nav .logo-sticky .head-line #rootline span.menuOn img, .head-line #rootline header nav .logo-sticky span.menuOn img {
        margin-top: 3px; }
    @media (max-width: 1290px) {
    header nav .logo-sticky {
      width: 60px; }
      header nav .logo-sticky a img, header nav .logo-sticky .head-line #rootline span.menuOn img, .head-line #rootline header nav .logo-sticky span.menuOn img {
        width: 80%; } }
  header nav.sticky {
    position: fixed;
    top: 0;
    padding-left: 70px;
    transition-duration: 0.3s;
    transition-delay: 0.5s;
    background: rgba(0, 66, 114, 1);
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1); }
    header nav.sticky .logo-sticky {
      transform: translateX(0%);
      transition-duration: 0.3s;
      transition-delay: 0.5s; }
    @media (max-width: 1290px) {
    header nav.sticky {
      padding-left: 60px; } }
  header nav .menu {
    padding: 0;
    margin: 0;
    list-style: none;
    float: left; }
    header nav .menu .level1 {
      display: inline-block;
      transition: 0.3s; }
      header nav .menu .level1:first-child > a, header nav .menu .head-line #rootline .level1:first-child > span.menuOn, .head-line #rootline header nav .menu .level1:first-child > span.menuOn {
        padding: 19px 32px 17px 32px;
        font-size: 18px; }
        header nav .menu .level1:first-child > a:after {
          display: none; }
        @media (max-width: 1715px) {
      header nav .menu .level1:first-child > a, header nav .menu .head-line #rootline .level1:first-child > span.menuOn, .head-line #rootline header nav .menu .level1:first-child > span.menuOn {
        padding: 19px 24px 17px 24px; } }
        @media (max-width: 1610px) {
      header nav .menu .level1:first-child > a, header nav .menu .head-line #rootline .level1:first-child > span.menuOn, .head-line #rootline header nav .menu .level1:first-child > span.menuOn {
        padding: 19px 25px 17px 25px; } }
        @media (max-width: 1290px) {
      header nav .menu .level1:first-child > a, header nav .menu .head-line #rootline .level1:first-child > span.menuOn, .head-line #rootline header nav .menu .level1:first-child > span.menuOn {
        padding: 22px 20px 19px 20px;
        font-size: 15px; } }
        @media (max-width: 1120px) {
      header nav .menu .level1:first-child > a, header nav .menu .head-line #rootline .level1:first-child > span.menuOn, .head-line #rootline header nav .menu .level1:first-child > span.menuOn {
        padding: 23px 15px 19px 15px; } }
      header nav .menu .level1 > a, header nav .menu .head-line #rootline .level1 > span.menuOn, .head-line #rootline header nav .menu .level1 > span.menuOn {
        color: #fff;
        display: block;
        padding: 15px 25px 15px 25px;
        text-decoration: none;
        position: relative;
        font-size: 22px;
        font-weight: 500; }
        @media (max-width: 1715px) {
    header nav .menu .level1 > a, header nav .menu .head-line #rootline .level1 > span.menuOn, .head-line #rootline header nav .menu .level1 > span.menuOn {
      padding: 18px 17px 17px 17px; } }
        @media (max-width: 1610px) {
    header nav .menu .level1 > a, header nav .menu .head-line #rootline .level1 > span.menuOn, .head-line #rootline header nav .menu .level1 > span.menuOn {
      padding: 18px 15px 17px 15px;
      font-size: 19px; } }
        @media (max-width: 1290px) {
    header nav .menu .level1 > a, header nav .menu .head-line #rootline .level1 > span.menuOn, .head-line #rootline header nav .menu .level1 > span.menuOn {
      padding: 20px 20px 18px 20px;
      font-size: 17px; } }
        @media (max-width: 1120px) {
    header nav .menu .level1 > a, header nav .menu .head-line #rootline .level1 > span.menuOn, .head-line #rootline header nav .menu .level1 > span.menuOn {
      padding: 22px 8px 19px 8px;
      font-size: 16px; } }
      header nav .menu .level1.active {
        background: #b00; }
        header nav .menu .level1.active:hover {
          background: #b00; }
      header nav .menu .level1:hover {
        background: rgba(255, 255, 255, 0.2); }
      header nav .menu .level1.has-sub > a:after {
        border-style: solid;
        border-width: 2px 2px 0 0;
        border-color: #fff;
        content: '';
        display: inline-block;
        height: 8px;
        transform: rotate(135deg);
        width: 8px;
        position: relative;
        top: -5px;
        left: 11px;
        transition: 0.3s;
        transform-origin: center center;
        margin-right: 15px; }
        @media (max-width: 1610px) {
        header nav .menu .level1.has-sub > a:after {
          margin-right: 10px; } }
        @media (max-width: 1290px) {
        header nav .menu .level1.has-sub > a:after {
          margin-right: 0px; } }
        @media (max-width: 1120px) {
        header nav .menu .level1.has-sub > a:after {
          margin-right: 15px; } }
        @media (max-width : 991px) {
        header nav .menu .level1.has-sub > a:after {
          margin-right: 0px; } }
        header nav .menu .level1.has-sub > a.submenu-open:after {
          transform: rotate(-45deg); }
      header nav .menu .level1.sub-open {
        background: #fff;
        -webkit-box-shadow: inset 0 -4px 6px rgba(0, 0, 0, 0.08);
        -moz-box-shadow: inset 0 -4px 6px rgba(0, 0, 0, 0.08);
        box-shadow: inset 0 -4px 6px rgba(0, 0, 0, 0.08); }
        header nav .menu .level1.sub-open a, header nav .menu .level1.sub-open .head-line #rootline span.menuOn, .head-line #rootline header nav .menu .level1.sub-open span.menuOn {
          color: #004373; }
        header nav .menu .level1.sub-open a:after {
          border-color: #004373; }
        header nav .menu .level1.sub-open.active {
          background: #fff;
          -webkit-box-shadow: inset 0 -4px 6px rgba(0, 0, 0, 0.08);
          -moz-box-shadow: inset 0 -4px 6px rgba(0, 0, 0, 0.08);
          box-shadow: inset 0 -4px 6px rgba(0, 0, 0, 0.08); }
        header nav .menu .level1.sub-open.active a, header nav .menu .level1.sub-open.active .head-line #rootline span.menuOn, .head-line #rootline header nav .menu .level1.sub-open.active span.menuOn {
          color: #004373; }
        header nav .menu .level1.sub-open.active a:after {
          border-color: #004373; }
      header nav .menu .level1 .submenu-box {
        position: absolute;
        width: 100%;
        top: 100%;
        left: 0;
        background: #fff;
        padding: 50px 0 0 0;
        display: none;
        list-style: none;
        margin-bottom: 0; }
        header nav .menu .level1 .submenu-box.active {
          background: #b00; }
        header nav .menu .level1 .submenu-box .level2 > a, header nav .menu .level1 .submenu-box .head-line #rootline .level2 > span.menuOn, .head-line #rootline header nav .menu .level1 .submenu-box .level2 > span.menuOn {
          padding: 25px 50px 15px 5px;
          display: block;
          border-bottom: 1px solid #bfd0dc;
          text-decoration: none;
          position: relative;
          font-size: 22px;
          line-height: normal;
          font-weight: 500;
          color: #004373;
          transition: 0.3s; }
        header nav .menu .level1 .submenu-box .level2 > a.inactive {
          color: rgba(0, 67, 115, 0.33); }
          header nav .menu .level1 .submenu-box .level2 > a.inactive:after {
            opacity: 0.33; }
        header nav .menu .level1 .submenu-box .level2 > a:hover {
          color: #b00; }
        header nav .menu .level1 .submenu-box .level2.active > a, header nav .menu .level1 .submenu-box .head-line #rootline .level2.active > span.menuOn, .head-line #rootline header nav .menu .level1 .submenu-box .level2.active > span.menuOn {
          color: #b00; }
        header nav .menu .level1 .submenu-box .level2.has-sub > a:after {
          content: "";
          position: absolute;
          right: 15px;
          top: 50%;
          transition: 0.3s;
          border-style: solid;
          border-width: 3px 3px 0 0;
          border-color: #004373;
          display: inline-block;
          height: 11px;
          transform: rotate(45deg) translateY(-50%);
          width: 11px;
          opacity: 0.75; }
        header nav .menu .level1 .submenu-box .level2.has-sub.subsubmenu-open > a, header nav .menu .level1 .submenu-box .head-line #rootline .level2.has-sub.subsubmenu-open > span.menuOn, .head-line #rootline header nav .menu .level1 .submenu-box .level2.has-sub.subsubmenu-open > span.menuOn {
          color: #b00; }
          header nav .menu .level1 .submenu-box .level2.has-sub.subsubmenu-open > a:after {
            opacity: 1; }
        header nav .menu .level1 .submenu-box .level2 .subsubmenu-box {
          position: absolute;
          width: 100%;
          top: 0;
          left: 100%;
          display: none;
          padding-left: 15px;
          list-style: none;
          margin-bottom: 0;
          padding-bottom: 70px; }
        header nav .menu .level1 .submenu-box .level2 .subsubmenu-box .level3 > a, header nav .menu .level1 .submenu-box .level2 .subsubmenu-box .head-line #rootline .level3 > span.menuOn, .head-line #rootline header nav .menu .level1 .submenu-box .level2 .subsubmenu-box .level3 > span.menuOn {
          padding: 25px 50px 15px 5px;
          display: block;
          border-bottom: 1px solid #bfd0dc;
          text-decoration: none;
          position: relative;
          font-size: 22px;
          line-height: normal;
          font-weight: 500;
          color: #004373; }
          header nav .menu .level1 .submenu-box .level2 .subsubmenu-box .level3 > a:hover {
            color: #b00; }
          header nav .menu .level1 .submenu-box .level2 .subsubmenu-box .level3.active a, header nav .menu .level1 .submenu-box .level2 .subsubmenu-box .level3.active .head-line #rootline span.menuOn, .head-line #rootline header nav .menu .level1 .submenu-box .level2 .subsubmenu-box .level3.active span.menuOn {
            color: #b00; }
  header nav #menuLang {
    display: inline-block;
    text-transform: uppercase;
    float: left;
    line-height: 63px; }
    header nav #menuLang ul {
      list-style: none;
      position: relative;
      margin: 0;
      padding: 0;
      margin-right: 25px; }
      header nav #menuLang ul li {
        display: inline-block;
        text-align: center; }
        header nav #menuLang ul li a, header nav #menuLang ul li .head-line #rootline span.menuOn, .head-line #rootline header nav #menuLang ul li span.menuOn {
          display: inline-block;
          text-decoration: none;
          color: #fff;
          opacity: 0.5;
          font-size: 14px;
          font-weight: 500;
          padding: 0 5px; }
        header nav #menuLang ul li a:hover {
          opacity: 1; }
        header nav #menuLang ul li:last-child a, header nav #menuLang ul li:last-child .head-line #rootline span.menuOn, .head-line #rootline header nav #menuLang ul li:last-child span.menuOn {
          padding-right: 0; }
        header nav #menuLang ul li.menuOn a, header nav #menuLang ul li.menuOn .head-line #rootline span.menuOn, .head-line #rootline header nav #menuLang ul li.menuOn span.menuOn {
          opacity: 1; }
  @media (max-width : 991px) {
    header nav {
      height: 0;
      width: 100vw;
      transition: 0.3s;
      padding-bottom: 0 !important;
      transition-delay: 0s !important;
      position: fixed;
      left: 0;
      background: #fff !important;
      padding-left: 0 !important;
      overflow-x: hidden;
      overflow-y: auto;
      box-shadow: none; }
      header nav .col-sub {
        padding-left: 0px !important;
        padding-right: 0px !important; }
      header nav .menu {
        position: relative; }
      header nav.menu-mobile-open {
        height: calc(100vh - 80px); }
      header nav .submenu-box {
        display: block !important;
        position: absolute !important;
        width: 100vw !important;
        height: 100% !important;
        transform: translateY(0) translateX(-100%);
        left: 0 !important;
        top: 0 !important;
        background: #fff;
        transition: transform 0.3s !important;
        z-index: 9;
        overflow-x: hidden !important;
        box-sizing: content-box;
        padding-top: 0 !important;
        max-height: inherit !important; }
      header nav .subsubmenu-box {
        display: block !important;
        position: absolute !important;
        width: 100vw !important;
        height: 100% !important;
        transform: translateY(0) translateX(-100%);
        left: 0 !important;
        transition: transform 0.3s !important;
        top: 0 !important;
        background: #fff;
        z-index: 10;
        box-sizing: content-box;
        padding-left: 0 !important;
        padding-top: 0 !important;
        max-height: inherit !important; }
      header nav .logo-sticky {
        display: none; }
      header nav .menu {
        float: left;
        width: 100%; }
        header nav .menu .level1 {
          display: block; }
          header nav .menu .level1 > a, header nav .menu .head-line #rootline .level1 > span.menuOn, .head-line #rootline header nav .menu .level1 > span.menuOn {
            color: #004373;
            border-bottom: solid 1px #bfd0dc;
            padding: 15px;
            font-size: 18px;
            line-height: normal !important; }
            header nav .menu .level1 > a:hover {
              color: #b00; }
          header nav .menu .level1.active {
            background: transparent; }
            header nav .menu .level1.active > a, header nav .menu .head-line #rootline .level1.active > span.menuOn, .head-line #rootline header nav .menu .level1.active > span.menuOn {
              color: #b00; }
            header nav .menu .level1.active:hover {
              background: transparent; }
              header nav .menu .level1.active:hover > a, header nav .menu .head-line #rootline .level1.active:hover > span.menuOn, .head-line #rootline header nav .menu .level1.active:hover > span.menuOn {
                color: #b00; }
          header nav .menu .level1:first-child > a, header nav .menu .head-line #rootline .level1:first-child > span.menuOn, .head-line #rootline header nav .menu .level1:first-child > span.menuOn {
            font-size: 18px;
            padding: 15px; }
            header nav .menu .level1:first-child > a i, header nav .menu .head-line #rootline .level1:first-child > span.menuOn i, .head-line #rootline header nav .menu .level1:first-child > span.menuOn i {
              display: none; }
            header nav .menu .level1:first-child > a span, header nav .menu .head-line #rootline .level1:first-child > span.menuOn span, .head-line #rootline header nav .menu .level1:first-child > span.menuOn span {
              display: block !important; }
          header nav .menu .level1.has-sub > a:after {
            border-width: 2px 2px 0 0;
            border-color: #004373;
            display: inline-block;
            height: 10px;
            width: 10px;
            position: absolute;
            top: 50%;
            transform: translateY(-50%) rotate(45deg);
            right: 15px;
            left: inherit;
            transition: 0.3s;
            transform-origin: center center; }
            header nav .menu .level1.has-sub.sub-open {
              box-shadow: none; }
            header nav .menu .level1.has-sub.sub-open .submenu-open:after {
              transform: rotate(-135deg); }
            header nav .menu .level1.has-sub.sub-open .submenu-box {
              transform: translateX(0); }
            header nav .menu .level1.has-sub .level2 {
              display: block; }
            header nav .menu .level1.has-sub .level2 > a, header nav .menu .level1.has-sub .head-line #rootline .level2 > span.menuOn, .head-line #rootline header nav .menu .level1.has-sub .level2 > span.menuOn {
              line-height: normal !important;
              color: #004373;
              border-bottom: solid 1px #bfd0dc;
              padding: 15px;
              font-size: 18px; }
              header nav .menu .level1.has-sub .level2 > a:hover {
                color: #b00; }
            header nav .menu .level1.has-sub .level2.active {
              background: transparent; }
              header nav .menu .level1.has-sub .level2.active > a, header nav .menu .level1.has-sub .head-line #rootline .level2.active > span.menuOn, .head-line #rootline header nav .menu .level1.has-sub .level2.active > span.menuOn {
                color: #b00; }
              header nav .menu .level1.has-sub .level2.active:hover {
                background: transparent; }
                header nav .menu .level1.has-sub .level2.active:hover > a, header nav .menu .level1.has-sub .head-line #rootline .level2.active:hover > span.menuOn, .head-line #rootline header nav .menu .level1.has-sub .level2.active:hover > span.menuOn {
                  color: #b00; }
            header nav .menu .level1.has-sub .level2.has-sub > a:after {
              border-width: 2px 2px 0 0;
              border-color: #004373;
              display: inline-block;
              height: 10px;
              width: 10px;
              position: absolute;
              top: 50%;
              transform: translateY(-50%) rotate(45deg);
              right: 15px;
              left: inherit;
              transition: 0.3s;
              transform-origin: center center; }
              header nav .menu .level1.has-sub .level2.has-sub.subsub-open {
                box-shadow: none; }
                header nav .menu .level1.has-sub .level2.has-sub.subsub-open .subsubmenu-open:after {
                  transform: rotate(-135deg); }
                header nav .menu .level1.has-sub .level2.has-sub.subsub-open .subsubmenu-box {
                  transform: translateX(0); }
              header nav .menu .level1.has-sub .level2.has-sub .level3 {
                display: block; }
                header nav .menu .level1.has-sub .level2.has-sub .level3 > a, header nav .menu .level1.has-sub .level2.has-sub .head-line #rootline .level3 > span.menuOn, .head-line #rootline header nav .menu .level1.has-sub .level2.has-sub .level3 > span.menuOn {
                  line-height: normal !important;
                  color: #004373;
                  border-bottom: solid 1px #bfd0dc;
                  padding: 15px;
                  font-size: 18px; }
                  header nav .menu .level1.has-sub .level2.has-sub .level3 > a:hover {
                    color: #b00; }
                header nav .menu .level1.has-sub .level2.has-sub .level3.active {
                  background: transparent; }
                  header nav .menu .level1.has-sub .level2.has-sub .level3.active > a, header nav .menu .level1.has-sub .level2.has-sub .head-line #rootline .level3.active > span.menuOn, .head-line #rootline header nav .menu .level1.has-sub .level2.has-sub .level3.active > span.menuOn {
                    color: #b00; }
                  header nav .menu .level1.has-sub .level2.has-sub .level3.active:hover {
                    background: transparent; }
                    header nav .menu .level1.has-sub .level2.has-sub .level3.active:hover > a, header nav .menu .level1.has-sub .level2.has-sub .head-line #rootline .level3.active:hover > span.menuOn, .head-line #rootline header nav .menu .level1.has-sub .level2.has-sub .level3.active:hover > span.menuOn {
                      color: #b00; } }
  @media (max-width : 576px) {
    header nav.menu-mobile-open {
      height: calc(100vh - 50px); }

    header nav .submenu-box {
      height: 100% !important;
      max-height: inherit !important; }

    header nav .subsubmenu-box {
      height: 100% !important;
      max-height: inherit !important; } }
  @media (max-width : 991px) {
  header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.09); } }

.mobile-info {
  padding: 30px 15px 50px 15px;
  display: none; }
  .mobile-info .lang-menu-mobile {
    width: 100%;
    display: block; }
  .mobile-info .lang-menu-mobile .menuLang {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 15px; }
    .mobile-info .lang-menu-mobile .menuLang li {
      display: inline-block;
      margin: 0 10px 0 0; }
      .mobile-info .lang-menu-mobile .menuLang li:last-child {
        margin-right: 0; }
      .mobile-info .lang-menu-mobile .menuLang li a, .mobile-info .lang-menu-mobile .menuLang li .head-line #rootline span.menuOn, .head-line #rootline .mobile-info .lang-menu-mobile .menuLang li span.menuOn {
        font-size: 16px;
        font-weight: 500;
        text-transform: uppercase;
        color: #004373;
        transition: 0.3s; }
        .mobile-info .lang-menu-mobile .menuLang li a:hover {
          opacity: 1;
          text-decoration: none; }
      .mobile-info .lang-menu-mobile .menuLang li.menuOn a, .mobile-info .lang-menu-mobile .menuLang li.menuOn .head-line #rootline span.menuOn, .head-line #rootline .mobile-info .lang-menu-mobile .menuLang li.menuOn span.menuOn {
        opacity: 1; }
      .mobile-info .lang-menu-mobile .menuLang li.menuOff a, .mobile-info .lang-menu-mobile .menuLang li.menuOff .head-line #rootline span.menuOn, .head-line #rootline .mobile-info .lang-menu-mobile .menuLang li.menuOff span.menuOn {
        opacity: 0.4; }
  .mobile-info .contact-menu-mobile {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
    width: 100%; }
  .mobile-info .contact-menu-mobile li {
    display: inline-block;
    margin-right: 22px; }
    .mobile-info .contact-menu-mobile li:last-child {
      margin-right: 0; }
    .mobile-info .contact-menu-mobile li a, .mobile-info .contact-menu-mobile li .head-line #rootline span.menuOn, .head-line #rootline .mobile-info .contact-menu-mobile li span.menuOn {
      font-size: 16px;
      font-weight: 500; }
      .mobile-info .contact-menu-mobile li a i, .mobile-info .contact-menu-mobile li .head-line #rootline span.menuOn i, .head-line #rootline .mobile-info .contact-menu-mobile li span.menuOn i {
        font-size: 18px;
        margin-right: 8px; }
      .mobile-info .contact-menu-mobile li a:hover {
        text-decoration: none; }
  .mobile-info .blog-menu-mobile {
    float: left;
    margin-right: 40px; }
  .mobile-info .blog-menu-mobile a, .mobile-info .blog-menu-mobile .head-line #rootline span.menuOn, .head-line #rootline .mobile-info .blog-menu-mobile span.menuOn {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase; }
    .mobile-info .blog-menu-mobile a:hover {
      text-decoration: none; }
  .mobile-info .social-menu-mobile {
    float: left;
    padding: 0;
    margin: 0;
    list-style: none; }
  .mobile-info .social-menu-mobile li {
    display: inline-block;
    margin-right: 15px; }
    .mobile-info .social-menu-mobile li:last-child {
      margin-right: 0; }
    .mobile-info .social-menu-mobile li a:hover {
      text-decoration: none; }
  @media (max-width : 991px) {
  .mobile-info {
    display: block; } }

.btn-mobile-head {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  visibility: hidden;
  opacity: 0;
  align-items: center;
  padding-left: 15px;
  padding-right: 58px;
  height: 100%;
  width: 100%;
  background: #fff;
  transition: 0.1s; }
  .btn-mobile-head.visible-btn {
    opacity: 0;
    visibility: hidden; }
  @media (max-width : 991px) {
  .btn-mobile-head.visible-btn {
    opacity: 1;
    visibility: visible; } }
  @media (max-width : 576px) {
  .btn-mobile-head .btn, .btn-mobile-head a.btn:not([href]):not([tabindex]) {
    font-size: 10px;
    padding: 8px 6px;
    white-space: nowrap; }
    .btn-mobile-head .btn.mr-10, .btn-mobile-head a.btn:not([href]):not([tabindex]).mr-10 {
      margin-right: 5px; } }
  @media (max-width: 400px) {
  .btn-mobile-head .btn, .btn-mobile-head a.btn:not([href]):not([tabindex]) {
    font-size: 8px;
    padding: 6px 4px;
    white-space: nowrap; }
    .btn-mobile-head .btn.mr-10, .btn-mobile-head a.btn:not([href]):not([tabindex]).mr-10 {
      margin-right: 4px; } }

@media (max-width : 576px) {
    #content {
      margin-top: 50px; } }

.page header nav, .page-adhesion header nav {
  background: rgba(0, 67, 115, 1);
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1); }
  .page header nav.open, .page-adhesion header nav.open, .page header nav.menu-mobile-open, .page-adhesion header nav.menu-mobile-open {
    box-shadow: none; }
  .page #content, .page-adhesion #content {
    margin-top: calc(63px + 40px);
    padding-bottom: 180px; }
  @media (max-width : 991px) {
    .page #content, .page-adhesion #content {
      margin-top: calc(80px + 40px);
      padding-bottom: 100px; } }
  @media (max-width : 576px) {
    .page #content, .page-adhesion #content {
      margin-top: calc(50px + 30px);
      padding-bottom: 100px; } }

.mt-50-percent {
  transform: translateY(-50%);
  margin-top: -5px;
  position: relative;
  margin-bottom: 43px;
  z-index: 1; }
  @media (max-width : 576px) {
  .mt-50-percent {
    transform: translateY(-33%);
    margin-bottom: 23px; } }
  @media (max-width : 400px) {
  .mt-50-percent {
    transform: translateY(-20%);
    margin-bottom: 0px; } }

select {
  display: none !important; }

.dropdown, .dropdown.form-control {
  border: none;
  background: #fff;
  color: #004373;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  font-size: 24px;
  font-weight: 500;
  outline: none;
  line-height: 24px;
  padding: 35px 80px 35px 35px;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  user-select: none;
  width: 100%;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 25px 0 rgba(29, 29, 27, 0.2);
  -moz-box-shadow: 0 2px 25px 0 rgba(29, 29, 27, 0.2);
  box-shadow: 0 2px 25px 0 rgba(29, 29, 27, 0.2);
  z-index: 5;
  height: inherit; }
  .dropdown:before, .dropdown.form-control:before {
    height: 60%;
    width: 1px;
    background: #bfd0dc;
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 80px; }
  .dropdown:after, .dropdown.form-control:after {
    transform-origin: 50% 20%;
    transition: all 0.125s ease-in-out;
    content: '';
    opacity: 0.75;
    display: block;
    pointer-events: none;
    position: absolute;
    right: 35px;
    top: 50%;
    border-style: solid;
    border-width: 3px 3px 0 0;
    border-color: #004373;
    height: 10px;
    transform: rotate(135deg);
    width: 10px; }
  .dropdown.open:after, .dropdown.form-control.open:after {
    transform: rotate(-45deg); }
  .dropdown.open .list, .dropdown.form-control.open .list {
    transform: scale(1);
    opacity: 1;
    pointer-events: auto; }
  .dropdown.open .option, .dropdown.form-control.open .option {
    cursor: pointer; }
  .dropdown.wide, .dropdown.form-control.wide {
    width: 100%; }
  .dropdown.wide .list, .dropdown.form-control.wide .list {
    left: 0 !important;
    right: 0 !important; }
  .dropdown .list, .dropdown.form-control .list {
    box-sizing: border-box;
    transition: all 0.15s cubic-bezier(0.25, 0, 0.25, 1.75), opacity 0.1s linear;
    transform: scale(0.75);
    transform-origin: 50% 0;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .09);
    background-color: #fff;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    min-width: calc(100% + 2px);
    top: calc(100% + 7px);
    left: 0px;
    z-index: 999;
    box-shadow: 0 2px 25px 0 rgba(0, 0, 0, 0.2); }
  .dropdown .list:hover .option:not(:hover), .dropdown.form-control .list:hover .option:not(:hover) {
    background-color: transparent !important; }
  .dropdown .list ul, .dropdown.form-control .list ul {
    height: auto;
    max-height: 400px;
    overflow: auto;
    padding: 0;
    margin: 0;
    position: relative; }
  .dropdown .list .option, .dropdown.form-control .list .option {
    cursor: pointer;
    font-size: 20px;
    font-weight: 500;
    color: #1d1d1b;
    outline: none;
    display: block;
    text-transform: none;
    padding: 25px 60px 25px 35px;
    border-bottom: solid 1px #bfd0dc;
    text-align: left;
    transition: all 0.2s;
    position: relative; }
  .dropdown .list .option:after, .dropdown.form-control .list .option:after {
    content: "";
    position: absolute;
    right: 35px;
    top: 50%;
    transition: 0.3s;
    border-style: solid;
    border-width: 3px 3px 0 0;
    border-color: #004373;
    display: inline-block;
    height: 11px;
    transform: rotate(45deg) translateY(-50%);
    width: 11px;
    opacity: 0.75; }
  .dropdown .list .option:before, .dropdown.form-control .list .option:before {
    content: "";
    position: absolute;
    left: -20px;
    top: 50%;
    transition: 0.3s;
    border-style: solid;
    border-width: 3px 3px 0 0;
    border-color: #004373;
    display: inline-block;
    height: 11px;
    transform: rotate(45deg) translateY(-50%);
    width: 11px;
    opacity: 0.75; }
  .dropdown .list .option:hover, .dropdown.form-control .list .option:hover, .dropdown .list .option:focus, .dropdown.form-control .list .option:focus {
    background-color: #f2f6f8 !important;
    color: #004373;
    padding-left: 60px; }
    .dropdown .list .option:hover:after, .dropdown.form-control .list .option:hover:after, .dropdown .list .option:focus:after, .dropdown.form-control .list .option:focus:after {
      right: -50px; }
    .dropdown .list .option:hover:before, .dropdown.form-control .list .option:hover:before, .dropdown .list .option:focus:before, .dropdown.form-control .list .option:focus:before {
      left: 30px; }
  .dropdown .list .option.selected, .dropdown.form-control .list .option.selected {
    background: #f2f6f8;
    color: #004373; }
    .dropdown .list .option.selected:focus, .dropdown.form-control .list .option.selected:focus {
      background: #f2f6f8; }
  .dropdown .list .option:last-of-type, .dropdown.form-control .list .option:last-of-type {
    border-bottom: 0; }
  .dropdown:hover, .dropdown.form-control:hover {
    color: #004373;
    -webkit-box-shadow: 0 2px 50px 0 rgba(0, 67, 115, 0.35);
    -moz-box-shadow: 0 2px 50px 0 rgba(0, 67, 115, 0.35);
    box-shadow: 0 2px 50px 0 rgba(0, 67, 115, 0.35); }
  .dropdown:hover:after, .dropdown.form-control:hover:after {
    opacity: 1; }
  .dropdown.find-choice ul li:first-child, .dropdown.form-control.find-choice ul li:first-child {
    display: none; }
  .dropdown.find-choice.first, .dropdown.form-control.find-choice.first {
    z-index: 6; }
  @media (max-width : 576px) {
    .dropdown.find-choice, .dropdown.form-control.find-choice {
      margin-bottom: 10px;
      font-size: 18px;
      line-height: 18px;
      padding: 25px 75px 25px 20px; }
      .dropdown.find-choice:after, .dropdown.form-control.find-choice:after {
        border-width: 2px 2px 0 0;
        height: 8px;
        width: 8px;
        right: 25px; }
      .dropdown.find-choice:before, .dropdown.form-control.find-choice:before {
        right: 60px; } }
  @media (max-width : 767px) {
  .dropdown .list .option, .dropdown.form-control .list .option {
    font-size: 16px;
    padding: 15px 40px 15px 15px; }
    .dropdown .list .option:before, .dropdown.form-control .list .option:before {
      border-width: 2px 2px 0 0;
      height: 8px;
      width: 8px; }

    .dropdown .list .option:after, .dropdown.form-control .list .option:after {
      right: 25px;
      border-style: solid;
      border-width: 2px 2px 0 0;
      height: 8px;
      width: 8px; }

    .dropdown .list .option:hover, .dropdown.form-control .list .option:hover, .dropdown .list .option:focus, .dropdown.form-control .list .option:focus {
      padding-left: 40px; }
      .dropdown .list .option:hover:after, .dropdown.form-control .list .option:hover:after, .dropdown .list .option:focus:after, .dropdown.form-control .list .option:focus:after {
        right: -30px; }
      .dropdown .list .option:hover:before, .dropdown.form-control .list .option:hover:before, .dropdown .list .option:focus:before, .dropdown.form-control .list .option:focus:before {
        left: 10px; } }
  @media (max-width : 400px) {
  .dropdown .list .option, .dropdown.form-control .list .option {
    font-size: 14px;
    padding: 15px 40px 15px 15px; } }

.dropdown.powermail_select {
  background: none;
  font-size: 18px;
  font-weight: 500;
  padding: 12px 0;
  border-radius: 0px;
  box-shadow: none; }
  .dropdown.powermail_select:before {
    content: none; }
  .dropdown.powermail_select:after {
    opacity: 1;
    right: 10px;
    border-width: 2px 2px 0 0;
    height: 8px;
    width: 8px; }
  .dropdown.powermail_select .list {
    min-width: 100%; }
  .dropdown.powermail_select .list ul {
    height: auto;
    max-height: 400px;
    overflow: auto;
    padding: 0;
    margin: 0; }
  .dropdown.powermail_select .list .option {
    font-size: 18px;
    font-weight: 500;
    color: #1d1d1b;
    padding: 15px 40px 15px 25px; }
  .dropdown.powermail_select .list .option:after {
    right: 15px;
    border-width: 2px 2px 0 0;
    height: 8px;
    width: 8px; }
  .dropdown.powermail_select .list .option:before {
    left: -20px;
    border-width: 2px 2px 0 0;
    height: 8px;
    width: 8px; }
  .dropdown.powermail_select .list .option:hover, .dropdown.powermail_select .list .option:focus {
    background-color: #f2f6f8 !important;
    color: #004373;
    padding-left: 40px; }
    .dropdown.powermail_select .list .option:hover:after, .dropdown.powermail_select .list .option:focus:after {
      right: -50px; }
    .dropdown.powermail_select .list .option:hover:before, .dropdown.powermail_select .list .option:focus:before {
      left: 15px; }

.news-link {
  display: block; }
  .news-link:hover {
    text-decoration: none !important;
    color: inherit; }

.news-list-view .page-navigation {
  display: none; }
  .news-list-view .load-more {
    text-align: center; }
  .news-list-view .load-more a, .news-list-view .load-more .head-line #rootline span.menuOn, .head-line #rootline .news-list-view .load-more span.menuOn {
    font-size: 17px;
    font-weight: bold;
    color: #b00;
    border: solid #b00 2px;
    text-transform: uppercase;
    padding: 17px 35px;
    line-height: normal;
    text-align: center;
    display: inline-block;
    margin-top: 15px;
    cursor: pointer;
    transition: 0.3s;
    border-radius: 4px;
    letter-spacing: 1px; }
  .news-list-view .load-more a:hover {
    background: #b00;
    color: #fff; }
  @media (max-width : 576px) {
    .news-list-view .load-more a, .news-list-view .load-more .head-line #rootline span.menuOn, .head-line #rootline .news-list-view .load-more span.menuOn {
      font-size: 15px;
      padding: 14px 35px;
      letter-spacing: 0.9px; } }

.news-latest-item, .news-list-item {
  border: 1px solid #e0e8ee;
  background: #f2f6f8;
  padding: 35px;
  position: relative;
  overflow: auto;
  margin-bottom: 30px;
  transition: 0.3s; }
  .news-latest-item .news-latest-category, .news-list-item .news-latest-category {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    opacity: 0.75;
    letter-spacing: 1.2px;
    color: #004373;
    margin-bottom: 20px; }
  .news-latest-item h3, .news-list-item h3 {
    font-family: 'Bitter', serif;
    color: #004373;
    font-size: 40px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: normal;
    margin-bottom: 18px; }
  .news-latest-item .news-latest-date, .news-list-item .news-latest-date {
    position: absolute;
    left: 35px;
    bottom: 35px;
    color: #1d1d1b;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5; }
  .news-latest-item .news-latest-date:after, .news-list-item .news-latest-date:after {
    content: "";
    position: absolute;
    top: -15px;
    left: 0;
    width: 40px;
    height: 4px;
    background: #004373;
    opacity: 0.15;
    transition: 0.3s; }
  .news-latest-item .news-img-wrap img, .news-list-item .news-img-wrap img {
    width: 100%;
    height: auto; }
  .news-latest-item .description, .news-list-item .description {
    margin-bottom: 95px;
    color: #1d1d1b; }
  .news-latest-item:hover, .news-list-item:hover {
    box-shadow: 0 4px 12px 0 rgba(191, 208, 220, 0.6); }
  .news-latest-item:hover .news-latest-date:after, .news-list-item:hover .news-latest-date:after {
    opacity: 1; }
  @media (max-width : 576px) {
  .news-latest-item, .news-list-item {
    padding: 0; }
    .news-latest-item .news-content-zone, .news-list-item .news-content-zone {
      padding: 27px 25px 27px 25px !important; }

    .news-latest-item .news-latest-date, .news-list-item .news-latest-date {
      left: 25px;
      bottom: 27px;
      font-size: 12px; }

    .news-latest-item .description, .news-list-item .description {
      margin-bottom: 65px; }

    .news-latest-item .news-latest-category, .news-list-item .news-latest-category {
      font-size: 12px;
      line-height: 1.42;
      letter-spacing: 1px; }

    .news-latest-item h3, .news-list-item h3 {
      font-size: 24px;
      line-height: 1.25; } }

.news-item-right-col {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #bfd0dc;
  text-decoration: none !important;
  width: 100%; }
  .news-item-right-col:last-child {
    margin-bottom: 80px; }
  .news-item-right-col .img-zone {
    width: 112px;
    padding-right: 12px; }
  .news-item-right-col .img-zone img {
    width: 100%;
    height: auto; }
  .news-item-right-col .content h5 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.25;
    color: #004373;
    margin-bottom: 15px; }
  .news-item-right-col .content .date {
    font-size: 12px;
    letter-spacing: 0.3px;
    color: #1d1d1b; }
  .news-item-right-col:hover .content h5 {
    color: #b00; }
  @media (max-width : 991px) {
  .news-item-right-col {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px; }
    .news-item-right-col .img-zone {
      padding-right: 0;
      display: inline-block;
      text-align: center;
      margin-bottom: 20px; }

    .news-item-right-col .content {
      display: block; } }

.news-single-related {
  margin-top: 60px;
  margin-bottom: 60px; }
  .news-single-related ul {
    list-style: none;
    padding: 0; }
  .news-single-related ul li a, .news-single-related ul li .head-line #rootline span.menuOn, .head-line #rootline .news-single-related ul li span.menuOn {
    text-decoration: none;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
    display: block; }
    .news-single-related ul li a:before {
      content: "";
      width: 100%;
      height: 1px;
      background: #bfd0dc;
      position: absolute;
      bottom: 0;
      left: 0;
      transition: 0.3s; }
    .news-single-related ul li a:after {
      content: "\f061";
      font-family: 'Font Awesome 5 Pro';
      position: absolute;
      top: 0;
      right: 0;
      transition: 0.3s;
      color: #bfd0dc; }
    .news-single-related ul li a:hover {
      color: #004373; }
      .news-single-related ul li a:hover:before {
        background-color: #004373; }
      .news-single-related ul li a:hover:after {
        color: #004373; }

@media (max-width : 991px) {
    .home-right-col {
      padding-left: 15px !important;
      margin-top: 120px; } }

.home-link {
  font-weight: 600;
  color: #b00;
  text-transform: uppercase;
  font-size: 20px;
  position: relative;
  display: inline-block;
  margin-top: 15px; }
  .home-link:hover {
    text-decoration: none;
    color: #b00; }
  .home-link:hover:before {
    left: calc(100% + 36px);
    opacity: 1;
    transform: rotate(-45deg) scale(1); }
  .home-link:hover:after {
    margin-left: 25px; }
  .home-link:before {
    content: "";
    display: inline-block;
    border-right: 2px solid #b00;
    border-bottom: 2px solid #b00;
    width: 10px;
    height: 10px;
    transform: rotate(-45deg) scale(0);
    position: absolute;
    top: 10px;
    left: calc(100% + 26px);
    transition: 0.4s cubic-bezier(0.77, 0, 0.175, 1); }
  .home-link:after {
    content: "";
    position: absolute;
    left: 100%;
    margin-left: 15px;
    width: 20px;
    height: 2px;
    background: #b00;
    top: 14px;
    transition: 0.4s cubic-bezier(0.77, 0, 0.175, 1); }

.home-event:first-child .event-box {
  border-top: solid 1px #e0e8ee; }
  .home-event .event-box {
    border: solid 1px #e0e8ee;
    border-top: none;
    background-color: #f2f6f8;
    padding: 20px;
    display: table;
    transition: 0.3s;
    width: 100%; }
  .home-event .event-box:hover {
    box-shadow: 0 2px 4px 0 rgba(191, 208, 220, 0.3);
    border-color: transparent;
    background-color: #004373; }
  .home-event .event-box:hover .event-box-content .category {
    color: #fff; }
    .home-event .event-box:hover .event-box-content h3 {
      color: #fff; }
  .home-event .event-box .date-col {
    display: table-cell;
    vertical-align: top;
    width: calc(68px + 17px); }
  .home-event .event-box .date-col .date {
    width: 68px;
    height: 68px;
    background: #fff;
    margin-right: 17px;
    text-align: center;
    line-height: 22px;
    padding-top: 15px;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    text-align: center;
    color: #004373;
    text-transform: uppercase; }
    .home-event .event-box .date-col .date .big-letter {
      font-size: 28px;
      font-weight: bold;
      font-style: normal;
      font-stretch: normal;
      letter-spacing: normal;
      text-align: center;
      color: #004373; }
  .home-event .event-box .event-box-content {
    display: table-cell; }
  .home-event .event-box .event-box-content .category {
    opacity: 0.75;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.36;
    letter-spacing: 1.2px;
    color: #004373;
    text-transform: uppercase;
    margin-bottom: 10px; }
    @media (max-width : 576px) {
      .home-event .event-box .event-box-content .category {
        font-size: 12px;
        line-height: 1.42;
        letter-spacing: 1px; } }
  .home-event .event-box .event-box-content h3 {
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.17;
    letter-spacing: normal;
    color: #004373;
    margin-bottom: 0; }
    @media (max-width : 576px) {
      .home-event .event-box .event-box-content h3 {
        font-size: 20px;
        line-height: 1.2; } }

.url:hover {
  text-decoration: none; }

#bannerTTContent {
  margin-bottom: 80px; }
  #bannerTTContent img {
    width: 100%;
    height: auto; }
  @media (max-width : 991px) {
  #bannerTTContent {
    display: none; } }

footer {
  background-image: linear-gradient(to bottom, #004373, #1d1d1b);
  padding: 100px 0 0 0;
  color: #fff; }
  footer h3 {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1.2px;
    color: rgba(255, 255, 255, 0.65);
    text-transform: uppercase;
    margin-bottom: 35px; }
  footer a, footer .head-line #rootline span.menuOn, .head-line #rootline footer span.menuOn {
    color: #fff;
    text-decoration: none; }
  footer a:hover {
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none; }
  footer .footerMenu {
    padding: 0; }
  footer .footerMenu ul {
    padding: 0;
    margin: 0;
    list-style: none; }
  footer .footerMenu ul li {
    margin-bottom: 30px; }
    footer .footerMenu ul li:last-child {
      margin-bottom: 0; }
    footer .footerMenu ul li a, footer .footerMenu ul li .head-line #rootline span.menuOn, .head-line #rootline footer .footerMenu ul li span.menuOn {
      font-size: 18px;
      font-weight: 500; }
  @media (max-width : 576px) {
        footer .footerMenu ul.last {
          margin-top: 30px; } }
  @media (max-width : 991px) {
    footer .footerMenu {
      margin-bottom: 80px; } }
  @media (max-width : 576px) {
    footer .footerMenu {
      margin-bottom: 60px; } }
  footer .other-site a, footer .other-site .head-line #rootline span.menuOn, .head-line #rootline footer .other-site span.menuOn {
    margin-bottom: 30px;
    display: inline-block;
    font-size: 18px; }
  footer .other-site a img, footer .other-site .head-line #rootline span.menuOn img, .head-line #rootline footer .other-site span.menuOn img {
    margin-top: 19px;
    transition: 0.3s; }
  footer .other-site a:hover img {
    opacity: 0.5; }
  @media (max-width : 576px) {
    footer .other-site {
      margin-bottom: 30px; } }
  footer .contactInfo {
    font-size: 18px;
    line-height: 1.44; }
  footer .contactInfo ul {
    padding: 0;
    margin: 0;
    list-style: none; }
  footer .contactInfo ul li {
    margin-bottom: 15px; }
    footer .contactInfo ul li a i, footer .contactInfo ul li .head-line #rootline span.menuOn i, .head-line #rootline footer .contactInfo ul li span.menuOn i {
      width: 30px; }
  footer .contactInfo .cell {
    margin-bottom: 50px; }
  footer .socialLinks {
    margin-top: 45px;
    padding: 0;
    list-style: none;
    margin-bottom: 0; }
  footer .socialLinks li {
    display: inline-block;
    margin-right: 30px; }
  footer .socialLinks li:last-child {
    margin-right: 0; }
  footer .socialLinks li a, footer .socialLinks li .head-line #rootline span.menuOn, .head-line #rootline footer .socialLinks li span.menuOn {
    color: rgba(255, 255, 255, 0.8);
    font-size: 26px; }
    footer .socialLinks li a:hover {
      color: rgba(255, 255, 255, 0.5); }
  footer #subfooter {
    border-top: solid 1px rgba(255, 255, 255, 0.2);
    padding: 40px 0;
    font-size: 16px;
    color: #fff;
    margin-top: 55px; }
  footer #subfooter p {
    margin-bottom: 0; }
  @media (max-width : 991px) {
        footer #subfooter p.credit {
          text-align: left !important;
          margin-top: 40px; } }
    @media (max-width : 576px) {
      footer #subfooter p.credit {
        text-align: left !important;
        margin-top: 35px; } }
  footer #subfooter .subFooterMenu {
    padding: 0;
    margin: 0;
    list-style: none; }
  footer #subfooter .subFooterMenu li {
    display: inline-block;
    margin-right: 35px; }
    footer #subfooter .subFooterMenu li:last-child {
      margin-right: 0; }
    footer #subfooter .subFooterMenu li a, footer #subfooter .subFooterMenu li .head-line #rootline span.menuOn, .head-line #rootline footer #subfooter .subFooterMenu li span.menuOn {
      font-size: 16px; }
  @media (max-width : 576px) {
    footer #subfooter {
      margin-top: 40px; } }
  footer .prefooter {
    padding-bottom: 55px;
    position: relative; }
  footer .prefooter h3 {
    font-size: 28px;
    font-weight: 500;
    color: #fff;
    text-transform: none;
    margin-bottom: 0; }
  @media (max-width : 991px) {
      footer .prefooter h3 {
        margin-bottom: 35px; } }
  @media (max-width : 576px) {
      footer .prefooter h3 {
        font-size: 24px;
        line-height: 1.29;
        margin-bottom: 30px; } }
  footer .prefooter img {
    position: absolute;
    left: 2.7%;
    top: -20px; }
  @media (max-width: 1800px) {
      footer .prefooter img {
        opacity: 0.1;
        top: -33px; } }
  @media (max-width : 991px) {
      footer .prefooter img {
        position: relative;
        left: inherit;
        top: inherit;
        display: block;
        margin: 0 0 35px 0;
        opacity: 1; } }
  @media (max-width : 576px) {
      footer .prefooter img {
        position: relative;
        left: inherit;
        top: inherit;
        display: block;
        margin: 0 auto 45px auto; } }
  footer .prefooter .btn-newsletter {
    width: 100%;
    border: solid 1px rgba(255, 255, 255, 0.55) !important;
    background: rgba(255, 255, 255, 0) !important;
    font-size: 18px;
    font-weight: 600;
    color: #fff !important;
    text-align: center;
    padding: 19px !important;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 5px;
    line-height: normal;
    transition: 0.3s;
    margin-top: -15px; }
  footer .prefooter .btn-newsletter:hover {
    background-color: rgba(255, 255, 255, 0.2) !important; }
  @media (max-width: 1410px) {
      footer .prefooter .btn-newsletter {
        font-size: 14px;
        padding: 22px 10px !important; } }
  @media (max-width : 991px) {
      footer .prefooter .btn-newsletter {
        padding: 19px 0 19px 0 !important; } }
  @media (max-width : 767px) {
      footer .prefooter .btn-newsletter {
        padding: 20px 0 21px 0 !important;
        font-size: 16px; } }
  @media (max-width : 991px) {
      footer .prefooter .btn-newsletter {
        font-size: 16px;
        padding: 20px 30px !important;
        margin-top: 0; } }
  footer .prefooter form {
    width: 100%; }
  footer .prefooter form .powermail_field:after, footer .prefooter form .powermail_field:before, footer .prefooter form .powermail_fieldwrap:not(.powermail_fieldwrap_type_check):not(.powermail_fieldwrap_type_text):not(.powermail_fieldwrap_type_submit):not(.powermail_fieldwrap_type_radio):not(.powermail_fieldwrap_type_date) .powermail_field:after, .powermail_fieldwrap:not(.powermail_fieldwrap_type_check):not(.powermail_fieldwrap_type_text):not(.powermail_fieldwrap_type_submit):not(.powermail_fieldwrap_type_radio):not(.powermail_fieldwrap_type_date) footer .prefooter form .powermail_field:after {
    display: none !important; }
  footer .prefooter form .powermail_fieldwrap.powermail_fieldwrap_type_input {
    width: 73% !important;
    margin-right: 3%;
    float: left; }
    footer .prefooter form .powermail_fieldwrap.powermail_fieldwrap_type_input input {
      width: 100% !important;
      box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
      background-color: #fff !important;
      border-radius: 5px;
      font-size: 18px;
      padding: 17px 25px !important;
      color: #004373 !important;
      border: none !important;
      float: left; }
      footer .prefooter form .powermail_fieldwrap.powermail_fieldwrap_type_input input::-webkit-input-placeholder {
        color: rgba(0, 67, 115, 0.55); }
      footer .prefooter form .powermail_fieldwrap.powermail_fieldwrap_type_input input:-moz-placeholder {
        color: rgba(0, 67, 115, 0.55); }
      footer .prefooter form .powermail_fieldwrap.powermail_fieldwrap_type_input input::-moz-placeholder {
        color: rgba(0, 67, 115, 0.55); }
      footer .prefooter form .powermail_fieldwrap.powermail_fieldwrap_type_input input:-ms-input-placeholder {
        color: rgba(0, 67, 115, 0.55); }
      @media (max-width : 991px) {
      footer .prefooter form .powermail_fieldwrap.powermail_fieldwrap_type_input input {
        padding: 17px 25px; } }
      @media (max-width : 991px) {
      footer .prefooter form .powermail_fieldwrap.powermail_fieldwrap_type_input input {
        margin-right: 0; } }
    @media (max-width : 991px) {
      footer .prefooter form .powermail_fieldwrap.powermail_fieldwrap_type_input {
        width: 100% !important; } }
  footer .prefooter form .powermail_fieldwrap.powermail_fieldwrap_type_submit {
    width: 24% !important;
    float: left; }
    footer .prefooter form .powermail_fieldwrap.powermail_fieldwrap_type_submit button, footer .prefooter form .powermail_fieldwrap.powermail_fieldwrap_type_submit .powermail_submit, footer .prefooter form .powermail_fieldwrap.powermail_fieldwrap_type_submit .btn-form, footer .prefooter form .powermail_fieldwrap.powermail_fieldwrap_type_submit .btn-reset {
      width: 100%;
      border: solid 1px rgba(255, 255, 255, 0.55) !important;
      background: rgba(255, 255, 255, 0) !important;
      font-size: 18px;
      font-weight: 600;
      color: #fff !important;
      text-align: center;
      padding: 19px !important;
      letter-spacing: 1px;
      text-transform: uppercase;
      border-radius: 5px;
      line-height: normal;
      transition: 0.3s;
      margin-top: 0; }
      footer .prefooter form .powermail_fieldwrap.powermail_fieldwrap_type_submit button:hover, footer .prefooter form .powermail_fieldwrap.powermail_fieldwrap_type_submit .powermail_submit:hover, footer .prefooter form .powermail_fieldwrap.powermail_fieldwrap_type_submit .btn-form:hover, footer .prefooter form .powermail_fieldwrap.powermail_fieldwrap_type_submit .btn-reset:hover {
        background-color: rgba(255, 255, 255, 0.2) !important; }
      @media (max-width: 1410px) {
      footer .prefooter form .powermail_fieldwrap.powermail_fieldwrap_type_submit button, footer .prefooter form .powermail_fieldwrap.powermail_fieldwrap_type_submit .powermail_submit, footer .prefooter form .powermail_fieldwrap.powermail_fieldwrap_type_submit .btn-form, footer .prefooter form .powermail_fieldwrap.powermail_fieldwrap_type_submit .btn-reset {
        font-size: 14px;
        padding: 22px 10px !important; } }
      @media (max-width : 991px) {
      footer .prefooter form .powermail_fieldwrap.powermail_fieldwrap_type_submit button, footer .prefooter form .powermail_fieldwrap.powermail_fieldwrap_type_submit .powermail_submit, footer .prefooter form .powermail_fieldwrap.powermail_fieldwrap_type_submit .btn-form, footer .prefooter form .powermail_fieldwrap.powermail_fieldwrap_type_submit .btn-reset {
        padding: 19px 0 19px 0 !important; } }
      @media (max-width : 767px) {
      footer .prefooter form .powermail_fieldwrap.powermail_fieldwrap_type_submit button, footer .prefooter form .powermail_fieldwrap.powermail_fieldwrap_type_submit .powermail_submit, footer .prefooter form .powermail_fieldwrap.powermail_fieldwrap_type_submit .btn-form, footer .prefooter form .powermail_fieldwrap.powermail_fieldwrap_type_submit .btn-reset {
        padding: 20px 0 21px 0 !important;
        font-size: 16px; } }
      @media (max-width : 991px) {
      footer .prefooter form .powermail_fieldwrap.powermail_fieldwrap_type_submit button, footer .prefooter form .powermail_fieldwrap.powermail_fieldwrap_type_submit .powermail_submit, footer .prefooter form .powermail_fieldwrap.powermail_fieldwrap_type_submit .btn-form, footer .prefooter form .powermail_fieldwrap.powermail_fieldwrap_type_submit .btn-reset {
        font-size: 16px;
        padding: 20px 30px !important;
        margin-top: 15px; } }
    @media (max-width : 991px) {
      footer .prefooter form .powermail_fieldwrap.powermail_fieldwrap_type_submit {
        width: auto !important; } }
  @media (max-width : 576px) {
    footer .prefooter {
      padding-bottom: 40px; } }
  footer .sep hr {
    border-top: solid 1px rgba(255, 255, 255, 0.2);
    margin-bottom: 35px;
    margin-top: 0; }

.newsletter-popup.modal h4 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1.5px;
  color: #004373;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: solid 4px #dbe1e8;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif; }
  .newsletter-popup.modal .powermail_field:before, .newsletter-popup.modal .powermail_fieldwrap:not(.powermail_fieldwrap_type_check):not(.powermail_fieldwrap_type_text):not(.powermail_fieldwrap_type_submit):not(.powermail_fieldwrap_type_radio):not(.powermail_fieldwrap_type_date) .powermail_field:after, .powermail_fieldwrap:not(.powermail_fieldwrap_type_check):not(.powermail_fieldwrap_type_text):not(.powermail_fieldwrap_type_submit):not(.powermail_fieldwrap_type_radio):not(.powermail_fieldwrap_type_date) .newsletter-popup.modal .powermail_field:after, .newsletter-popup.modal .powermail_field:after {
    display: none !important; }
  .newsletter-popup.modal .powermail_field input.powermail_input, .newsletter-popup.modal .powermail_field .powermail_fieldwrap:not(.powermail_fieldwrap_type_check):not(.powermail_fieldwrap_type_text):not(.powermail_fieldwrap_type_submit):not(.powermail_fieldwrap_type_radio):not(.powermail_fieldwrap_type_date) .powermail_field input.powermail_textarea, .powermail_fieldwrap:not(.powermail_fieldwrap_type_check):not(.powermail_fieldwrap_type_text):not(.powermail_fieldwrap_type_submit):not(.powermail_fieldwrap_type_radio):not(.powermail_fieldwrap_type_date) .powermail_field .newsletter-popup.modal .powermail_field input.powermail_textarea {
    border: solid 1px #ccc !important;
    padding: 15px 20px !important;
    width: 100%;
    margin-bottom: 18px;
    color: #1d1d1b; }
  .newsletter-popup.modal .powermail_field input.powermail_input::-webkit-input-placeholder, .newsletter-popup.modal .powermail_field .powermail_fieldwrap:not(.powermail_fieldwrap_type_check):not(.powermail_fieldwrap_type_text):not(.powermail_fieldwrap_type_submit):not(.powermail_fieldwrap_type_radio):not(.powermail_fieldwrap_type_date) .powermail_field input.powermail_textarea::-webkit-input-placeholder, .powermail_fieldwrap:not(.powermail_fieldwrap_type_check):not(.powermail_fieldwrap_type_text):not(.powermail_fieldwrap_type_submit):not(.powermail_fieldwrap_type_radio):not(.powermail_fieldwrap_type_date) .powermail_field .newsletter-popup.modal .powermail_field input.powermail_textarea::-webkit-input-placeholder {
    color: rgba(29, 29, 27, 0.35); }
  .newsletter-popup.modal .powermail_field input.powermail_input:-moz-placeholder, .newsletter-popup.modal .powermail_field .powermail_fieldwrap:not(.powermail_fieldwrap_type_check):not(.powermail_fieldwrap_type_text):not(.powermail_fieldwrap_type_submit):not(.powermail_fieldwrap_type_radio):not(.powermail_fieldwrap_type_date) .powermail_field input.powermail_textarea:-moz-placeholder, .powermail_fieldwrap:not(.powermail_fieldwrap_type_check):not(.powermail_fieldwrap_type_text):not(.powermail_fieldwrap_type_submit):not(.powermail_fieldwrap_type_radio):not(.powermail_fieldwrap_type_date) .powermail_field .newsletter-popup.modal .powermail_field input.powermail_textarea:-moz-placeholder {
    color: rgba(29, 29, 27, 0.35); }
  .newsletter-popup.modal .powermail_field input.powermail_input::-moz-placeholder, .newsletter-popup.modal .powermail_field .powermail_fieldwrap:not(.powermail_fieldwrap_type_check):not(.powermail_fieldwrap_type_text):not(.powermail_fieldwrap_type_submit):not(.powermail_fieldwrap_type_radio):not(.powermail_fieldwrap_type_date) .powermail_field input.powermail_textarea::-moz-placeholder, .powermail_fieldwrap:not(.powermail_fieldwrap_type_check):not(.powermail_fieldwrap_type_text):not(.powermail_fieldwrap_type_submit):not(.powermail_fieldwrap_type_radio):not(.powermail_fieldwrap_type_date) .powermail_field .newsletter-popup.modal .powermail_field input.powermail_textarea::-moz-placeholder {
    color: rgba(29, 29, 27, 0.35); }
  .newsletter-popup.modal .powermail_field input.powermail_input:-ms-input-placeholder, .newsletter-popup.modal .powermail_field .powermail_fieldwrap:not(.powermail_fieldwrap_type_check):not(.powermail_fieldwrap_type_text):not(.powermail_fieldwrap_type_submit):not(.powermail_fieldwrap_type_radio):not(.powermail_fieldwrap_type_date) .powermail_field input.powermail_textarea:-ms-input-placeholder, .powermail_fieldwrap:not(.powermail_fieldwrap_type_check):not(.powermail_fieldwrap_type_text):not(.powermail_fieldwrap_type_submit):not(.powermail_fieldwrap_type_radio):not(.powermail_fieldwrap_type_date) .powermail_field .newsletter-popup.modal .powermail_field input.powermail_textarea:-ms-input-placeholder {
    color: rgba(29, 29, 27, 0.35); }
  .newsletter-popup.modal .powermail_submit, .newsletter-popup.modal .btn-form, .newsletter-popup.modal .btn-reset {
    margin-top: 0; }
  .newsletter-popup.modal .modal-body {
    padding: 30px 30px 40px 30px; }
  .newsletter-popup.modal .powermail_fieldset {
    margin-bottom: 0px; }
  .newsletter-popup.modal .close {
    position: absolute;
    right: 15px;
    top: 10px;
    z-index: 2; }

.news_item.grid-item .news-img-wrap {
  margin-bottom: 0px !important; }

button:focus {
  outline: none !important; }

#intllink-footer {
  background: #fdfdfd url("../../../../fileadmin/templates/cvci.ch/scss/../images/ombre_portee_cvci.png") no-repeat scroll center top;
  padding: 40px 0 35px; }
  #intllink-footer h3 {
    margin-bottom: 30px;
    padding-bottom: 30px;
    text-transform: uppercase;
    color: darkgoldenrod;
    font-size: 20px;
    letter-spacing: 4.2px;
    font-weight: 600;
    position: relative; }
  #intllink-footer h3:after {
    content: "";
    width: 50px;
    height: 2px;
    background: darkgoldenrod;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0; }
  #intllink-footer ul {
    list-style: outside none none;
    margin: 0;
    padding: 0; }
  #intllink-footer ul li {
    display: inline-block;
    margin: 0 20px 10px 0;
    vertical-align: middle; }
  #intllink-footer ul li a, #intllink-footer ul li .head-line #rootline span.menuOn, .head-line #rootline #intllink-footer ul li span.menuOn {
    display: block;
    height: 75px;
    line-height: 75px; }
    #intllink-footer ul li a img, #intllink-footer ul li .head-line #rootline span.menuOn img, .head-line #rootline #intllink-footer ul li span.menuOn img {
      display: inline;
      vertical-align: bottom; }
  #intllink-footer ul li:last-child {
    margin-right: 0; }
  #intllink-footer #logo-creditsuisse {
    position: relative;
    top: -13px; }
  #intllink-footer #logo-eycom {
    position: relative;
    top: -11px; }
  #intllink-footer #logo-lenewsch {
    position: relative;
    top: -10px; }
  #intllink-footer #cnnmoney-switzerland {
    width: 180px;
    height: auto; }

.cta-bloc {
  padding: 145px 8% 115px 8%;
  position: relative;
  overflow: hidden; }
  .cta-bloc .cta-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: 1s; }
  .cta-bloc .cta-contenu {
    text-align: center;
    position: relative;
    z-index: 2; }
  .cta-bloc .cta-contenu .cta-image img {
    width: 295px;
    height: auto;
    margin-bottom: 40px; }
    @media (max-width : 400px) {
      .cta-bloc .cta-contenu .cta-image img {
        width: 90%; } }
  .cta-bloc .cta-contenu .cta-text p {
    color: #fff;
    margin-bottom: 35px;
    font-size: 22px;
    font-weight: 500; }
    @media (max-width : 576px) {
      .cta-bloc .cta-contenu .cta-text p {
        font-size: 18px;
        line-height: 1.33; } }
  .cta-bloc .cta-contenu .cta-link {
    color: #fff;
    text-decoration: none;
    border: solid 2px rgba(255, 255, 255, 0.55);
    background-color: rgba(255, 255, 255, 0.08);
    font-size: 20px;
    line-height: normal;
    letter-spacing: 1.2px;
    text-align: center;
    border-radius: 4px;
    text-transform: uppercase;
    padding: 20px 25px;
    display: inline-block;
    transition: 0.3s; }
  .cta-bloc .cta-contenu .cta-link:hover {
    background-color: rgba(255, 255, 255, 0.2); }
  @media (max-width : 576px) {
      .cta-bloc .cta-contenu .cta-link {
        font-size: 16px;
        border-width: 1px;
        letter-spacing: 0.9px; } }
  .cta-bloc:before {
    content: "";
    background: #004373;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.8;
    z-index: 1;
    mix-blend-mode: multiply; }
  .cta-bloc:nth-child(even):before {
    background: #b00; }
  .cta-bloc:hover .cta-bg {
    transform: scale(1.1); }

.contentSocial {
  background: url("../../../../fileadmin/templates/cvci.ch/scss/../images/cubes_pattern_blue.png");
  background-repeat: repeat;
  padding: 58px 0;
  background-attachment: fixed; }
  .contentSocial h2 {
    font-family: 'Lato', sans-serif !important;
    font-size: 28px !important;
    font-weight: 500 !important;
    color: #004373 !important;
    margin-bottom: 35px !important; }
  .contentSocial .social-feed-item {
    box-shadow: 0 2px 11px 0 rgba(0, 0, 0, 0.22);
    border-radius: 5px;
    overflow: hidden;
    transition: 0.3s;
    background: #fff; }
  .contentSocial .social-feed-item.feed-content-open {
    box-shadow: 0 2px 11px 0 rgba(0, 0, 0, 0.25);
    border: solid 1px #b8bbc6 !important; }
  .contentSocial .social-feed-item.feed-content-open .social-feed-content {
    height: 450px; }
  .contentSocial .social-feed-item .social-btn {
    padding: 20px 15px 20px 20px;
    position: relative;
    cursor: pointer;
    transition: 0.3s; }
  .contentSocial .social-feed-item .social-btn h3 {
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 10px;
    transition: 0.3s; }
  .contentSocial .social-feed-item .social-btn span {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    transition: 0.3s; }
  .contentSocial .social-feed-item .social-btn i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 37px;
    opacity: 0.35;
    right: 45px;
    color: #fff;
    transition: 0.3s; }
  .contentSocial .social-feed-item .social-btn:before {
    position: absolute;
    right: 15px;
    height: 2px;
    width: 14px;
    background: #fff;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s; }
  .contentSocial .social-feed-item .social-btn:after {
    position: absolute;
    right: 21px;
    width: 2px;
    height: 14px;
    background: #fff;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s; }
  .contentSocial .social-feed-item .social-btn.active {
    background: #fff !important; }
    .contentSocial .social-feed-item .social-btn.active span {
      color: #1d1d1b; }
    .contentSocial .social-feed-item .social-btn.active:after {
      height: 0; }
  .contentSocial .social-feed-item .social-feed-content {
    height: 0;
    overflow: hidden;
    transition: 0.3s; }
  .contentSocial .social-feed-item.tw {
    border: 1px solid #45c0ec; }
  .contentSocial .social-feed-item.tw .social-btn {
    background: #45c0ec; }
    .contentSocial .social-feed-item.tw .social-btn.active h3 {
      color: #45c0ec; }
      .contentSocial .social-feed-item.tw .social-btn.active i {
        color: #45c0ec;
        opacity: 1; }
      .contentSocial .social-feed-item.tw .social-btn.active:before {
        background-color: #45c0ec; }
  .contentSocial .social-feed-item.tw:hover .social-btn {
    background: #fff !important; }
    .contentSocial .social-feed-item.tw:hover .social-btn h3 {
      color: #45c0ec; }
    .contentSocial .social-feed-item.tw:hover .social-btn i {
      color: #45c0ec;
      opacity: 1; }
    .contentSocial .social-feed-item.tw:hover .social-btn span {
      color: #1d1d1b; }
    .contentSocial .social-feed-item.tw:hover .social-btn:before {
      background-color: #45c0ec; }
    .contentSocial .social-feed-item.tw:hover .social-btn:after {
      background-color: #45c0ec; }
  .contentSocial .social-feed-item.yt {
    border: 1px solid #b00; }
  .contentSocial .social-feed-item.yt .social-btn {
    background: #b00; }
    .contentSocial .social-feed-item.yt .social-btn.active h3 {
      color: #b00; }
    .contentSocial .social-feed-item.yt .social-btn.active i {
      color: #b00;
      opacity: 1; }
    .contentSocial .social-feed-item.yt .social-btn.active:before {
      background-color: #b00; }
  .contentSocial .social-feed-item.yt:hover .social-btn {
    background: #fff !important; }
    .contentSocial .social-feed-item.yt:hover .social-btn h3 {
      color: #b00; }
    .contentSocial .social-feed-item.yt:hover .social-btn i {
      color: #b00;
      opacity: 1; }
    .contentSocial .social-feed-item.yt:hover .social-btn span {
      color: #1d1d1b; }
    .contentSocial .social-feed-item.yt:hover .social-btn:before {
      background-color: #b00; }
    .contentSocial .social-feed-item.yt:hover .social-btn:after {
      background-color: #b00; }
  .contentSocial .social-feed-item.fb {
    border: 1px solid #1877f2; }
  .contentSocial .social-feed-item.fb .social-btn {
    background: #1877f2; }
    .contentSocial .social-feed-item.fb .social-btn.active h3 {
      color: #1877f2; }
    .contentSocial .social-feed-item.fb .social-btn.active i {
      color: #1877f2;
      opacity: 1; }
    .contentSocial .social-feed-item.fb .social-btn.active:before {
      background-color: #1877f2; }
  .contentSocial .social-feed-item.fb:hover .social-btn {
    background: #fff !important; }
    .contentSocial .social-feed-item.fb:hover .social-btn h3 {
      color: #1877f2; }
    .contentSocial .social-feed-item.fb:hover .social-btn i {
      color: #1877f2;
      opacity: 1; }
    .contentSocial .social-feed-item.fb:hover .social-btn span {
      color: #1d1d1b; }
    .contentSocial .social-feed-item.fb:hover .social-btn:before {
      background-color: #1877f2; }
    .contentSocial .social-feed-item.fb:hover .social-btn:after {
      background-color: #1877f2; }
  @media (max-width : 991px) {
    .contentSocial .social-feed-item {
      margin-bottom: 25px; } }
  @media (max-width : 576px) {
    .contentSocial .social-feed-item {
      margin-bottom: 17px; } }
  @media (max-width : 767px) {
  .contentSocial {
    background-size: 80px; } }

.back-to-top {
  cursor: pointer;
  position: fixed;
  width: 87px;
  height: 87px;
  box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.3);
  background-color: #fff;
  opacity: 0.5;
  right: 40px;
  bottom: 128px;
  border-radius: 100%;
  transition: 0.3s;
  z-index: 4;
  opacity: 0;
  visibility: hidden;
  transition: 1s; }
  .back-to-top.show {
    opacity: 0.5;
    visibility: visible; }
  .back-to-top:after {
    content: "\f106";
    font-weight: 300;
    font-family: 'Font Awesome 5 Pro';
    font-size: 50px;
    color: #004373;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%); }
  .back-to-top:hover {
    opacity: 1; }
  @media (max-width : 991px) {
  .back-to-top {
    right: 20px; } }
  @media (max-width : 576px) {
  .back-to-top {
    width: 50px;
    height: 50px;
    right: 20px;
    bottom: 20px; }
    .back-to-top:after {
      font-size: 30px; } }

.powermail_fieldwrap:not(.powermail_fieldwrap_type_check):not(.powermail_fieldwrap_type_text):not(.powermail_fieldwrap_type_submit):not(.powermail_fieldwrap_type_radio):not(.powermail_fieldwrap_type_date).layout1 {
  width: 50%;
  padding-right: 17px;
  float: left; }
  @media (max-width : 576px) {
    .powermail_fieldwrap:not(.powermail_fieldwrap_type_check):not(.powermail_fieldwrap_type_text):not(.powermail_fieldwrap_type_submit):not(.powermail_fieldwrap_type_radio):not(.powermail_fieldwrap_type_date).layout1 {
      width: 100%;
      float: none;
      padding-left: 0px;
      padding-right: 0px; } }
  .powermail_fieldwrap:not(.powermail_fieldwrap_type_check):not(.powermail_fieldwrap_type_text):not(.powermail_fieldwrap_type_submit):not(.powermail_fieldwrap_type_radio):not(.powermail_fieldwrap_type_date).layout2 {
    width: 50%;
    padding-left: 17px;
    float: right; }
  @media (max-width : 576px) {
    .powermail_fieldwrap:not(.powermail_fieldwrap_type_check):not(.powermail_fieldwrap_type_text):not(.powermail_fieldwrap_type_submit):not(.powermail_fieldwrap_type_radio):not(.powermail_fieldwrap_type_date).layout2 {
      width: 100%;
      float: none;
      padding-left: 0px;
      padding-right: 0px; } }
  .powermail_fieldwrap:not(.powermail_fieldwrap_type_check):not(.powermail_fieldwrap_type_text):not(.powermail_fieldwrap_type_submit):not(.powermail_fieldwrap_type_radio):not(.powermail_fieldwrap_type_date) .powermail_label {
    transform: scale(1) translateY(40px);
    transition: all 0.5s;
    transform-origin: bottom left;
    font-size: 18px;
    color: #1d1d1b;
    margin-bottom: 0; }
  .powermail_fieldwrap:not(.powermail_fieldwrap_type_check):not(.powermail_fieldwrap_type_text):not(.powermail_fieldwrap_type_submit):not(.powermail_fieldwrap_type_radio):not(.powermail_fieldwrap_type_date) .powermail_field {
    position: relative; }
  .powermail_fieldwrap:not(.powermail_fieldwrap_type_check):not(.powermail_fieldwrap_type_text):not(.powermail_fieldwrap_type_submit):not(.powermail_fieldwrap_type_radio):not(.powermail_fieldwrap_type_date) .powermail_field .powermail_input, .powermail_fieldwrap:not(.powermail_fieldwrap_type_check):not(.powermail_fieldwrap_type_text):not(.powermail_fieldwrap_type_submit):not(.powermail_fieldwrap_type_radio):not(.powermail_fieldwrap_type_date) .powermail_field .powermail_textarea {
    width: 100%;
    color: #004373;
    border: none;
    outline: none;
    position: relative;
    background: transparent;
    padding: 12px 0; }
  .powermail_fieldwrap:not(.powermail_fieldwrap_type_check):not(.powermail_fieldwrap_type_text):not(.powermail_fieldwrap_type_submit):not(.powermail_fieldwrap_type_radio):not(.powermail_fieldwrap_type_date) .powermail_field:before, .powermail_fieldwrap:not(.powermail_fieldwrap_type_check):not(.powermail_fieldwrap_type_text):not(.powermail_fieldwrap_type_submit):not(.powermail_fieldwrap_type_radio):not(.powermail_fieldwrap_type_date) .powermail_field:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #1d1d1b;
    bottom: 0;
    left: 0;
    transition: all 0.5s;
    transform-origin: left center; }
  .powermail_fieldwrap:not(.powermail_fieldwrap_type_check):not(.powermail_fieldwrap_type_text):not(.powermail_fieldwrap_type_submit):not(.powermail_fieldwrap_type_radio):not(.powermail_fieldwrap_type_date) .powermail_field:after {
    background: #004373;
    height: 1px;
    transform: scaleX(0); }
  .powermail_fieldwrap:not(.powermail_fieldwrap_type_check):not(.powermail_fieldwrap_type_text):not(.powermail_fieldwrap_type_submit):not(.powermail_fieldwrap_type_radio):not(.powermail_fieldwrap_type_date).is-active .powermail_field:after {
    height: 1px;
    transform: scaleX(1); }
  .powermail_fieldwrap:not(.powermail_fieldwrap_type_check):not(.powermail_fieldwrap_type_text):not(.powermail_fieldwrap_type_submit):not(.powermail_fieldwrap_type_radio):not(.powermail_fieldwrap_type_date).is-active .powermail_label {
    color: #004373; }
  .powermail_fieldwrap:not(.powermail_fieldwrap_type_check):not(.powermail_fieldwrap_type_text):not(.powermail_fieldwrap_type_submit):not(.powermail_fieldwrap_type_radio):not(.powermail_fieldwrap_type_date).is-completed .powermail_field:after {
    height: 1px;
    transform: scaleX(1); }
  .powermail_fieldwrap:not(.powermail_fieldwrap_type_check):not(.powermail_fieldwrap_type_text):not(.powermail_fieldwrap_type_submit):not(.powermail_fieldwrap_type_radio):not(.powermail_fieldwrap_type_date).is-completed .powermail_label {
    transform: scale(0.8) translateY(10px);
    color: #004373;
    opacity: 0.65; }
  .powermail_fieldwrap:not(.powermail_fieldwrap_type_check):not(.powermail_fieldwrap_type_text):not(.powermail_fieldwrap_type_submit):not(.powermail_fieldwrap_type_radio):not(.powermail_fieldwrap_type_date).powermail_fieldwrap_type_textarea {
    clear: left; }

.powermail_fieldwrap_type_date input {
  width: 100%;
  background: none !important;
  border: none !important;
  border-bottom: 1px solid #004373 !important; }

.powermail_fieldset {
  margin-bottom: 40px; }
  .powermail_fieldset .powermail_legend {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1.2px;
    color: #004373;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: 0; }

.powermail_submit, .btn-form, .btn-reset, #tx-wng-events-calendar input[type=submit] {
  background: #b00;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  border-radius: 5px;
  padding: 18px 40px;
  line-height: normal;
  border: none;
  margin-top: 27px;
  display: inline-block;
  width: auto !important;
  transition: 0.3s; }
  .powermail_submit:hover, .btn-form:hover, .btn-reset:hover, #tx-wng-events-calendar input[type=submit]:hover {
    color: #fff;
    text-decoration: none;
    background: #004373; }
  @media (max-width : 576px) {
  .powermail_submit, .btn-form, .btn-reset, #tx-wng-events-calendar input[type=submit] {
    font-size: 15px;
    padding: 16px 40px; } }

.btn-form {
  padding: 11px 25px;
  font-size: 15px;
  letter-spacing: 0.9px; }
  @media (max-width : 576px) {
  .btn-form {
    font-size: 13px;
    padding: 11px 20px; } }

.btn-reset {
  background: #004373;
  margin-right: 20px; }
  .btn-reset:hover {
    background: #b00; }

.powermail_fieldwrap_type_select .powermail_label {
  transform: scale(0.8) translateY(10px) !important;
  transform-origin: bottom left; }

.powermail_fieldwrap_type_radio .powermail_label, .powermail_fieldwrap_type_check .powermail_label {
  transform: scale(0.8) translateY(0px) !important;
  transform-origin: bottom left; }

.powermail_fieldwrap_type_check, .powermail_fieldwrap_type_radio {
  margin-top: 35px; }

.g-recaptcha {
  margin-top: 30px; }

input[type="checkbox"] {
  vertical-align: top;
  border: 1px solid #1d1d1b;
  background: #fff;
  border-radius: 3px;
  clear: none;
  cursor: pointer;
  display: inline-block;
  line-height: 0;
  height: 20px;
  margin: -4px 4px 0 0;
  outline: 0;
  padding: 0 !important;
  text-align: center;
  vertical-align: middle;
  width: 20px;
  min-width: 20px;
  -webkit-appearance: none;
  transition: 0.3s; }
  input[type="checkbox"]:hover {
    border: 1px solid #004373; }
  input[type="checkbox"]:checked {
    background: #004373;
    border: 1px solid #004373; }
  input[type="checkbox"]:checked:before {
    content: "\f00c";
    margin: 10px 1px;
    color: #fff;
    float: left;
    display: inline-block;
    vertical-align: middle;
    font-family: 'Font Awesome 5 Pro';
    font-size: 15px; }

input[type="radio"]:checked, input[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px; }

input[type="radio"]:checked + span, input[type="radio"]:not(:checked) + span {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px; }

input[type="radio"]:checked + span:before, input[type="radio"]:not(:checked) + span:before {
  content: '';
  position: absolute;
  left: 0;
  top: 1px;
  width: 20px;
  height: 20px;
  border: 1px solid #1d1d1b;
  border-radius: 100%;
  background: #fff;
  transition: 0.3s; }

input[type="radio"]:not(:checked):hover + span:before {
  border: 1px solid #004373; }

input[type="radio"]:checked + span:before {
  border: 1px solid #004373; }

input[type="radio"]:checked + span:after, input[type="radio"]:not(:checked) + span:after {
  content: '';
  width: 10px;
  height: 10px;
  background: #004373;
  position: absolute;
  top: 6px;
  left: 5px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }

input[type="radio"]:not(:checked) + span:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0); }

input[type="radio"]:checked + span:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1); }
/*BOX (Liens)*/
.icon-box {
  box-shadow: 0 2px 4px 0 rgba(191, 208, 220, 0.3);
  border: solid 1px #e0e8ee;
  background-color: #f2f6f8;
  text-align: center;
  padding: 75px 25px;
  color: #004373;
  display: block;
  text-decoration: none !important;
  transition: 0.3s;
  height: 100%; }
  .icon-box i {
    font-size: 80px;
    color: #004373;
    margin-bottom: 50px; }
  .icon-box h4 {
    font-size: 22px;
    font-weight: 500;
    text-decoration: none;
    font-family: 'Lato', sans-serif;
    margin-bottom: 0; }
  .icon-box:hover {
    background: #004373;
    transition: 0.3s;
    color: #fff; }
  .icon-box:hover i {
    color: #fff; }
  .icon-box:hover h4 {
    color: #fff; }

.linkbox {
  box-shadow: 0 2px 4px 0 rgba(191, 208, 220, 0.3);
  border: solid 1px #e0e8ee;
  background-color: #f2f6f8;
  border-radius: 4px;
  display: block;
  text-decoration: none !important;
  position: relative;
  padding: 40px 60px 40px 25px;
  margin-bottom: 30px; }
  .linkbox h4 {
    color: #1d1d1b;
    font-family: 'Lato', sans-serif;
    margin-bottom: 0;
    line-height: normal;
    font-size: 22px;
    font-weight: 500; }
  .linkbox i {
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    color: #004373;
    font-size: 20px; }
  .linkbox:hover {
    background: #004373;
    transition: 0.3s;
    color: #fff; }
  .linkbox:hover i {
    color: #fff; }
  .linkbox:hover h4 {
    color: #fff; }
  @media (max-width : 576px) {
  .linkbox {
    padding: 30px 60px 30px 20px; }
    .linkbox h4 {
      font-size: 18px; } }

.image-box {
  text-decoration: none !important; }
  .image-box img {
    width: 100%; }
  .image-box h4 {
    font-size: 22px;
    font-weight: 500;
    color: #004373;
    font-family: 'Lato', sans-serif;
    margin-top: 20px;
    margin-bottom: 0; }

.panel-group .panel {
  box-shadow: 0 2px 4px 0 rgba(191, 208, 220, 0.3);
  border: solid 1px #e0e8ee;
  background-color: #f2f6f8;
  margin-bottom: 20px; }
  .panel-group .panel h4 {
    margin-bottom: 0; }
  .panel-group .panel .panel-heading a, .panel-group .panel .panel-heading .head-line #rootline span.menuOn, .head-line #rootline .panel-group .panel .panel-heading span.menuOn {
    font-family: 'Lato', sans-serif;
    color: #004373;
    text-decoration: none;
    font-size: 25px;
    font-weight: 500;
    display: block;
    padding: 38px;
    position: relative; }
    .panel-group .panel .panel-heading a p, .panel-group .panel .panel-heading .head-line #rootline span.menuOn p, .head-line #rootline .panel-group .panel .panel-heading span.menuOn p, .panel-group .panel .panel-heading a h1, .panel-group .panel .panel-heading .head-line #rootline span.menuOn h1, .head-line #rootline .panel-group .panel .panel-heading span.menuOn h1, .panel-group .panel .panel-heading a h2, .panel-group .panel .panel-heading .head-line #rootline span.menuOn h2, .head-line #rootline .panel-group .panel .panel-heading span.menuOn h2, .panel-group .panel .panel-heading a h3, .panel-group .panel .panel-heading .head-line #rootline span.menuOn h3, .head-line #rootline .panel-group .panel .panel-heading span.menuOn h3, .panel-group .panel .panel-heading a h4, .panel-group .panel .panel-heading .head-line #rootline span.menuOn h4, .head-line #rootline .panel-group .panel .panel-heading span.menuOn h4, .panel-group .panel .panel-heading a h5, .panel-group .panel .panel-heading .head-line #rootline span.menuOn h5, .head-line #rootline .panel-group .panel .panel-heading span.menuOn h5 {
      margin-bottom: 0;
      font-family: 'Lato', sans-serif;
      font-weight: 500;
      color: #004373; }
    .panel-group .panel .panel-heading a:before {
      content: "";
      position: absolute;
      width: 2px;
      height: 15px;
      right: 44px;
      top: 50%;
      transform: translateY(-50%);
      background: #004373;
      transition: 0.3s; }
    .panel-group .panel .panel-heading a:after {
      content: "";
      position: absolute;
      width: 15px;
      height: 2px;
      right: 38px;
      top: 50%;
      transform: translateY(-50%);
      background: #004373; }
    .panel-group .panel .panel-heading a:not(.collapsed):before {
      height: 0px; }
  @media (max-width : 576px) {
      .panel-group .panel .panel-heading a, .panel-group .panel .panel-heading .head-line #rootline span.menuOn, .head-line #rootline .panel-group .panel .panel-heading span.menuOn {
        padding: 30px 30px 30px 20px;
        font-size: 18px; }
        .panel-group .panel .panel-heading a:before {
          height: 12px;
          right: 22px; }
        .panel-group .panel .panel-heading a:after {
          width: 12px;
          right: 17px; }
        .panel-group .panel .panel-heading a p, .panel-group .panel .panel-heading .head-line #rootline span.menuOn p, .head-line #rootline .panel-group .panel .panel-heading span.menuOn p, .panel-group .panel .panel-heading a h1, .panel-group .panel .panel-heading .head-line #rootline span.menuOn h1, .head-line #rootline .panel-group .panel .panel-heading span.menuOn h1, .panel-group .panel .panel-heading a h2, .panel-group .panel .panel-heading .head-line #rootline span.menuOn h2, .head-line #rootline .panel-group .panel .panel-heading span.menuOn h2, .panel-group .panel .panel-heading a h3, .panel-group .panel .panel-heading .head-line #rootline span.menuOn h3, .head-line #rootline .panel-group .panel .panel-heading span.menuOn h3, .panel-group .panel .panel-heading a h4, .panel-group .panel .panel-heading .head-line #rootline span.menuOn h4, .head-line #rootline .panel-group .panel .panel-heading span.menuOn h4, .panel-group .panel .panel-heading a h5, .panel-group .panel .panel-heading .head-line #rootline span.menuOn h5, .head-line #rootline .panel-group .panel .panel-heading span.menuOn h5 {
          font-size: 18px; } }
  .panel-group .panel .panel-collapse {
    padding: 0 38px 38px 38px; }
  .panel-group .panel .panel-collapse .panel-group {
    margin-top: 30px; }
    .panel-group .panel .panel-collapse .panel-group .panel {
      box-shadow: 0 2px 4px 0 rgba(191, 208, 220, 0.3);
      border: solid 1px #e0e8ee;
      background-color: #fff; }
  @media (max-width : 576px) {
      .panel-group .panel .panel-collapse {
        padding: 0 20px 30px 20px; } }

.ce-table, table:not(.calendar):not(.datepicker-table) {
  font-size: 18px;
  width: 100%;
  font-weight: normal;
  line-height: normal;
  padding-bottom: 20px;
  overflow-x: auto;
  margin-bottom: 40px; }
  .ce-table thead, table:not(.calendar):not(.datepicker-table) thead {
    border: 0;
    border-bottom: 3px solid #004373; }
  .ce-table thead th, table:not(.calendar):not(.datepicker-table) thead th {
    border: 0;
    background: transparent;
    border: none;
    color: #1d1d1b;
    padding: 25px 13px 25px 13px;
    border-bottom: none;
    font-size: 18px;
    font-weight: 600; }
  .ce-table tbody tr, table:not(.calendar):not(.datepicker-table) tbody tr {
    border-bottom: 1px solid #bfd0dc; }
  .ce-table tbody tr:nth-child(odd), table:not(.calendar):not(.datepicker-table) tbody tr:nth-child(odd) {
    background: #f2f6f8; }
  .ce-table tbody tr td, table:not(.calendar):not(.datepicker-table) tbody tr td {
    border: 0;
    padding: 25px 13px 25px 13px; }
    .ce-table tbody tr td *:last-child, table:not(.calendar):not(.datepicker-table) tbody tr td *:last-child {
      margin-bottom: 0; }
  .ce-table .ps__rail-x:hover > .ps__thumb-x, table:not(.calendar):not(.datepicker-table) .ps__rail-x:hover > .ps__thumb-x, .ce-table .ps__rail-x:focus > .ps__thumb-x, table:not(.calendar):not(.datepicker-table) .ps__rail-x:focus > .ps__thumb-x, .ce-table .ps__rail-x.ps--clicking .ps__thumb-x, table:not(.calendar):not(.datepicker-table) .ps__rail-x.ps--clicking .ps__thumb-x {
    background-color: #999;
    height: 6px; }
  .ce-table.ps .ps__rail-x:hover, table:not(.calendar):not(.datepicker-table).ps .ps__rail-x:hover, .ce-table .ps .ps__rail-y:hover, table:not(.calendar):not(.datepicker-table) .ps .ps__rail-y:hover, .ce-table .ps .ps__rail-x:focus, table:not(.calendar):not(.datepicker-table) .ps .ps__rail-x:focus, .ce-table .ps .ps__rail-y:focus, table:not(.calendar):not(.datepicker-table) .ps .ps__rail-y:focus, .ce-table .ps .ps__rail-x.ps--clicking, table:not(.calendar):not(.datepicker-table) .ps .ps__rail-x.ps--clicking, .ce-table .ps .ps__rail-y.ps--clicking, table:not(.calendar):not(.datepicker-table) .ps .ps__rail-y.ps--clicking {
    background-color: transparent;
    opacity: 0.9; }

.head-line {
  border-bottom: 1px solid #bfd0dc;
  padding-bottom: 25px;
  margin-bottom: 50px;
  overflow: visible;
  display: inline-block;
  width: 100%;
  position: relative; }
  .head-line #rootline {
    float: left;
    padding-right: 160px; }
  .head-line #rootline a, .head-line #rootline span.menuOn {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.63;
    color: #b00;
    transition: 0.3s;
    position: relative;
    margin: 0 15px 0 0; }
  @media (max-width : 576px) {
      .head-line #rootline a, .head-line #rootline span.menuOn {
        font-size: 12px;
        line-height: 26px; } }
  .head-line #rootline a:first-child {
    margin-left: 0; }
  .head-line #rootline a:last-child {
    margin-right: 0; }
  .head-line #rootline a.menuOn {
    color: #004373;
    margin-right: 0; }
  .head-line #rootline a:before {
    content: "";
    left: 0;
    bottom: -3px;
    height: 1px;
    width: 0;
    background: #b00;
    position: absolute;
    transition: 0.3s; }
  .head-line #rootline a:hover {
    text-decoration: none; }
    .head-line #rootline a:hover:before {
      width: 100%; }
  .head-line #rootline i {
    font-size: 16px;
    color: #004373;
    position: relative;
    top: 1px;
    margin: 0 15px 0 0; }
  @media (max-width : 576px) {
      .head-line #rootline i {
        font-size: 12px;
        line-height: 26px; } }
  .head-line #rootline span.menuOn {
    color: #004373; }
  @media (max-width : 576px) {
    .head-line #rootline {
      padding-right: 80px; } }
  .head-line .social-share {
    position: absolute;
    right: 0;
    top: 2px; }
  .head-line .social-tools {
    float: right; }
  .head-line .social-tools a, .head-line .social-tools #rootline span.menuOn, .head-line #rootline .social-tools span.menuOn {
    padding-left: 14px;
    font-size: 18px;
    color: #004373; }
  @media (max-width : 576px) {
      .head-line .social-tools a, .head-line .social-tools #rootline span.menuOn, .head-line #rootline .social-tools span.menuOn {
        font-size: 14px; } }
  .head-line .social-tools a:first-child {
    padding-left: 0; }
  .head-line .social-tools a:last-child {
    padding-right: 0; }
  .head-line .social-tools a.facebook:hover {
    color: #1877f2; }
  .head-line .social-tools a.twitter:hover {
    color: #45c0ec; }
  .head-line .social-tools a.linkedin:hover {
    color: #007bb6; }
  .head-line .social-tools a.print:hover {
    color: #b00; }
    @media (max-width : 576px) {
      .head-line .social-tools a.print {
        display: none; } }
  .head-line .social-tools .sharings-right, .head-line .social-tools .sharings-left {
    float: left; }
  @media (max-width : 576px) {
  .head-line {
    padding-bottom: 17px;
    margin-bottom: 30px; } }

.intern-link, .excel-link, .word-link, .extern-link, .pdf-link, .image-link {
  font-size: 18px;
  font-weight: 500;
  color: #b00; }
  .intern-link:hover, .excel-link:hover, .word-link:hover, .extern-link:hover, .pdf-link:hover, .image-link:hover {
    color: #004373;
    text-decoration: none; }

.excel-link:before {
  content: "\f1c3";
  font-family: 'Font Awesome 5 Pro';
  width: 25px;
  display: inline-block; }

.word-link:before {
  content: "\f1c2";
  font-family: 'Font Awesome 5 Pro';
  width: 25px;
  display: inline-block; }

.extern-link:before {
  content: "\f360";
  font-family: 'Font Awesome 5 Pro';
  width: 25px;
  display: inline-block; }

.pdf-link:before {
  content: "\f1c1";
  font-family: 'Font Awesome 5 Pro';
  width: 25px;
  display: inline-block; }

.image-link:before {
  content: "\f1c5";
  font-family: 'Font Awesome 5 Pro';
  width: 25px;
  display: inline-block; }

.grid-item-content {
  display: block;
  background: #fafafa;
  margin-bottom: 30px;
  box-shadow: 0 2px 4px 0 rgba(191, 208, 220, 0.3);
  background-color: #f2f6f8; }
  .grid-item-content .img-zone img {
    width: 100%;
    height: auto; }
  .grid-item-content .content-zone {
    border: solid 1px #e0e8ee;
    padding: 30px 25px 30px 25px; }
  .grid-item-content .category {
    opacity: 0.75;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.36;
    letter-spacing: 1.2px;
    color: #004373;
    text-transform: uppercase;
    margin-bottom: 20px; }
  @media (max-width : 576px) {
    .grid-item-content .category {
      font-size: 12px;
      letter-spacing: 1px; } }
  .grid-item-content h3 {
    font-size: 32px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: #004373;
    font-family: 'Bitter', serif;
    margin-top: 0;
    margin-bottom: 20px; }
  @media (max-width : 576px) {
    .grid-item-content h3 {
      font-size: 24px;
      line-height: 1.25; } }
  .grid-item-content .date {
    font-size: 25px;
    font-weight: bold;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #b00;
    margin-bottom: 20px; }
  @media (max-width : 576px) {
    .grid-item-content .date {
      font-size: 18px; } }
  .grid-item-content .list-event {
    list-style: none;
    padding: 0;
    margin: 0; }
  .grid-item-content .list-event li {
    border-bottom: solid 1px #bfd0dc;
    padding: 10px 0;
    font-size: 16px;
    color: #1d1d1b; }
  .grid-item-content .list-event li:last-child {
    margin-bottom: 20px; }
  .grid-item-content .list-event li i {
    font-size: 22px;
    font-weight: 300;
    width: 34px;
    position: relative;
    top: 2px;
    color: #004373; }
  .grid-item-content .list-event li.price {
    display: table;
    width: 100%; }
    .grid-item-content .list-event li.price .price-title {
      display: table-cell;
      width: 50px; }
    .grid-item-content .list-event li.price .price-content {
      display: table-cell; }
  .grid-item-content .list-event li.address {
    display: table;
    width: 100%; }
    .grid-item-content .list-event li.address .address-title {
      display: table-cell;
      width: 34px; }
    .grid-item-content .list-event li.address .address-title i {
      left: 3px; }
    .grid-item-content .list-event li.address .address-content {
      display: table-cell; }
  @media (max-width : 576px) {
      .grid-item-content .list-event li {
        font-size: 13px;
        line-height: 1.31; } }
  .grid-item-content .resume {
    color: #1d1d1b; }
  .grid-item-content:hover {
    background: #004373; }
  .grid-item-content:hover .content-zone {
    border-color: #004373; }
  .grid-item-content:hover * {
    color: #fff;
    transition: 0.3s; }
  .grid-item-content:hover li {
    border-bottom: solid 1px rgba(255, 255, 255, 0.3); }
  .grid-item-content:hover li.hour {
    color: #fff; }
  .grid-item-content:hover li i {
    color: #fff; }

.news-header {
  padding: 75px 30px 100px 30px;
  margin-top: -40px;
  background-image: url("../../../../fileadmin/templates/cvci.ch/scss/../images/cubes_pattern_white.png");
  background-repeat: repeat;
  background-position: left top;
  background-attachment: fixed; }
  .news-header .category {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1.5px;
    color: #004373;
    margin-bottom: 25px;
    text-transform: uppercase; }
  @media (max-width : 576px) {
    .news-header .category {
      font-size: 14px;
      line-height: 1.36;
      letter-spacing: 1.2px; } }
  .news-header h1 {
    margin-bottom: 0;
    text-transform: none; }
  @media (max-width : 767px) {
  .news-header {
    background-size: 80px; } }

.linebreak {
  display: none; }

.tx-cal-controller .top-info-bar {
  width: 100%;
  background: #fff;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.09);
  margin-top: -30px;
  padding: 25px 170px 25px 30px;
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 70px; }
  .tx-cal-controller .top-info-bar .date {
    font-size: 27px;
    font-weight: bold;
    color: #b00;
    float: left;
    margin-right: 50px; }
  .tx-cal-controller .top-info-bar .date .time {
    white-space: nowrap; }
  .tx-cal-controller .top-info-bar .btn-price {
    background: #004373;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 4px;
    padding: 10px 20px;
    display: inline-block;
    float: left;
    transition: 0.3s;
    white-space: nowrap; }
  .tx-cal-controller .top-info-bar .btn-price i {
    font-size: 13px;
    font-weight: normal;
    margin-left: 30px; }
  .tx-cal-controller .top-info-bar .btn-price:hover {
    background: #b00;
    text-decoration: none; }
  .tx-cal-controller .top-info-bar .add-to-calendar {
    font-size: 16px;
    font-weight: 500;
    color: #004373;
    float: left;
    padding: 0 35px;
    margin: 0 35px;
    position: relative; }
  .tx-cal-controller .top-info-bar .add-to-calendar:before {
    content: "";
    width: 1px;
    height: 45px;
    background: #bfd0dc;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%); }
  .tx-cal-controller .top-info-bar .add-to-calendar:after {
    content: "";
    width: 1px;
    height: 45px;
    background: #bfd0dc;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%); }
  .tx-cal-controller .top-info-bar .add-to-calendar i {
    margin-right: 5px; }
  .tx-cal-controller .top-info-bar .add-to-calendar .atc-main-btn {
    white-space: nowrap; }
    .tx-cal-controller .top-info-bar .add-to-calendar .atc-main-btn:hover {
      text-decoration: none; }
  .tx-cal-controller .top-info-bar .add-to-calendar .box-atc-link {
    position: absolute;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%) scale(0.75);
    background: #b00;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    transition: all 0.15s cubic-bezier(0.25, 0, 0.25, 1.75), opacity 0.1s linear;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .09);
    transform-origin: 50% 0; }
    .tx-cal-controller .top-info-bar .add-to-calendar .box-atc-link a, .tx-cal-controller .top-info-bar .add-to-calendar .box-atc-link .head-line #rootline span.menuOn, .head-line #rootline .tx-cal-controller .top-info-bar .add-to-calendar .box-atc-link span.menuOn {
      color: #fff;
      padding: 15px 20px;
      white-space: nowrap;
      display: block; }
    .tx-cal-controller .top-info-bar .add-to-calendar .box-atc-link a i, .tx-cal-controller .top-info-bar .add-to-calendar .box-atc-link .head-line #rootline span.menuOn i, .head-line #rootline .tx-cal-controller .top-info-bar .add-to-calendar .box-atc-link span.menuOn i {
      font-size: 16px;
      width: 20px; }
    .tx-cal-controller .top-info-bar .add-to-calendar .box-atc-link a:hover {
      background: rgba(255, 255, 255, 0.2);
      text-decoration: none; }
    .tx-cal-controller .top-info-bar .add-to-calendar .box-atc-link.open {
      transform: translateY(-50%) translateX(-50%) scale(1);
      opacity: 1;
      pointer-events: auto;
      visibility: visible; }
  .tx-cal-controller .top-info-bar .social-tools {
    white-space: nowrap;
    font-size: 16px;
    float: left; }
  .tx-cal-controller .top-info-bar .social-tools a, .tx-cal-controller .top-info-bar .social-tools .head-line #rootline span.menuOn, .head-line #rootline .tx-cal-controller .top-info-bar .social-tools span.menuOn {
    padding: 7px; }
    .tx-cal-controller .top-info-bar .social-tools a:first-child {
      padding-left: 0; }
    .tx-cal-controller .top-info-bar .social-tools a:last-child {
      padding-right: 0; }
  .tx-cal-controller .top-info-bar .back-btn {
    font-size: 16px;
    font-weight: bold;
    color: #004373;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    letter-spacing: 1.6px;
    text-transform: uppercase;
    margin-bottom: 0px; }
  .tx-cal-controller .top-info-bar .back-btn:hover {
    text-decoration: none;
    color: #004373; }
    .tx-cal-controller .top-info-bar .back-btn:hover:before {
      right: calc(100% + 36px);
      opacity: 1;
      transform: rotate(140deg) scale(1); }
    .tx-cal-controller .top-info-bar .back-btn:hover:after {
      margin-right: 25px; }
  .tx-cal-controller .top-info-bar .back-btn:before {
    content: "";
    display: inline-block;
    border-right: 2px solid #004373;
    border-bottom: 2px solid #004373;
    width: 10px;
    height: 10px;
    transform: rotate(140deg) scale(0);
    position: absolute;
    top: 7px;
    right: calc(100% + 24px);
    transition: 0.4s cubic-bezier(0.77, 0, 0.175, 1); }
  .tx-cal-controller .top-info-bar .back-btn:after {
    content: "";
    position: absolute;
    right: 100%;
    margin-right: 15px;
    width: 20px;
    height: 2px;
    background: #004373;
    top: 11px;
    transition: 0.4s cubic-bezier(0.77, 0, 0.175, 1); }
  .tx-cal-controller .top-info-bar .top-bar-btn {
    display: flex;
    align-items: center; }
  .tx-cal-controller .top-info-bar .sep {
    display: none;
    width: 1px;
    height: 46px;
    background: #bfd0dc; }
  @media (max-width : 1199px) {
    .tx-cal-controller .top-info-bar {
      display: inline-block;
      padding: 25px 25px 25px 30px; }
      .tx-cal-controller .top-info-bar .date {
        float: inherit;
        display: block;
        margin-right: 0px;
        margin-bottom: 35px;
        padding-right: 145px; }
      .tx-cal-controller .top-info-bar .back-btn {
        top: 35px;
        transform: translateY(0); }
      .tx-cal-controller .top-info-bar .top-bar-btn {
        display: flex;
        justify-content: space-between;
        align-items: center; }
      .tx-cal-controller .top-info-bar .sep {
        display: block; }
      .tx-cal-controller .top-info-bar .add-to-calendar {
        margin: 0;
        padding: 0; }
        .tx-cal-controller .top-info-bar .add-to-calendar:after, .tx-cal-controller .top-info-bar .add-to-calendar:before {
          display: none; } }
  @media (max-width : 767px) {
    .tx-cal-controller .top-info-bar {
      display: inline-block;
      padding: 30px;
      text-align: center; }
      .tx-cal-controller .top-info-bar .back-btn {
        display: none; }
      .tx-cal-controller .top-info-bar .top-bar-btn {
        display: inline-block; }
      .tx-cal-controller .top-info-bar .sep {
        display: none; }
      .tx-cal-controller .top-info-bar .btn-price {
        float: inherit; }
      .tx-cal-controller .top-info-bar .date {
        float: inherit;
        margin-right: 0px;
        margin-bottom: 25px;
        padding-right: 0; }
        .tx-cal-controller .top-info-bar .date .linebreak {
          display: initial; }
      .tx-cal-controller .top-info-bar .social-tools {
        float: inherit; }
      .tx-cal-controller .top-info-bar .add-to-calendar {
        float: inherit;
        margin: 25px 0 15px 0;
        padding: 21px 0; }
        .tx-cal-controller .top-info-bar .add-to-calendar:before {
          display: block;
          width: 45px;
          height: 1px;
          top: 0;
          left: 50%;
          transform: translateX(-50%); }
        .tx-cal-controller .top-info-bar .add-to-calendar:after {
          width: 45px;
          height: 1px;
          bottom: 0;
          top: inherit;
          left: 50%;
          transform: translateX(-50%);
          display: block; } }
  .tx-cal-controller .teaser {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 50px; }
  @media (max-width : 576px) {
    .tx-cal-controller .teaser {
      font-size: 16px;
      line-height: 1.5; } }
  .tx-cal-controller .event-image-wrap {
    width: 100%;
    margin-bottom: 55px; }
  .tx-cal-controller .event-image-wrap img {
    width: 100%;
    height: auto; }
  .tx-cal-controller .info-box {
    margin-top: 40px;
    padding: 40px 0;
    border-top: solid 1px #bfd0dc; }
  .tx-cal-controller .info-box .alert {
    margin-bottom: 0; }
  .tx-cal-controller .info-box .map-box .address {
    background-color: #f2f6f8;
    padding: 35px; }
    .tx-cal-controller .info-box .map-box .address a, .tx-cal-controller .info-box .map-box .address .head-line #rootline span.menuOn, .head-line #rootline .tx-cal-controller .info-box .map-box .address span.menuOn {
      margin-top: 30px;
      color: #b00;
      display: inline-block; }
    .tx-cal-controller .info-box .map-box .address a i, .tx-cal-controller .info-box .map-box .address .head-line #rootline span.menuOn i, .head-line #rootline .tx-cal-controller .info-box .map-box .address span.menuOn i {
      font-size: 16px; }
  .tx-cal-controller .info-box .map-box .map-iframe {
    margin-bottom: 0; }
  @media (max-width : 576px) {
      .tx-cal-controller .info-box .map-box .pr-0 {
        padding-right: 15px !important; }
      .tx-cal-controller .info-box .map-box .pl-0 {
        padding-left: 15px !important; }
      .tx-cal-controller .info-box .map-box iframe {
        margin-bottom: 0;
        display: inherit;
        height: 215px; } }
  .tx-cal-controller .price-table {
    border: solid 1px #bfd0dc; }
  .tx-cal-controller .price-table tbody tr {
    background: transparent; }

.event-image-wrap {
  margin-bottom: 55px; }

.right-col .related-news-box .related-files {
  margin-bottom: 70px; }
  .right-col .related-responsable {
    margin-bottom: 70px; }
  .right-col .related-responsable .title {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1.5px;
    color: #004373;
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: solid 4px #dbe1e8;
    text-transform: uppercase; }
  .right-col .related-responsable .responsable-box .name {
    font-size: 24px;
    font-weight: bold;
    color: #1d1d1b;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 20px;
    display: inline-block; }
    .right-col .related-responsable .responsable-box .name:after {
      content: "";
      background: #bfd0dc;
      width: 30px;
      height: 1px;
      left: 0;
      bottom: 0;
      position: absolute; }
  .right-col .related-responsable .responsable-box .mail, .right-col .related-responsable .responsable-box .phone {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.56;
    text-decoration: none; }
    .right-col .related-responsable .responsable-box .mail i, .right-col .related-responsable .responsable-box .phone i {
      margin-right: 10px; }
  @media (max-width : 991px) {
    .right-col .related-responsable {
      margin-bottom: 0; } }
  .right-col .related-news-list .news_item {
    flex: 0 0 100%;
    max-width: 100%; }
  @media (max-width : 991px) {
      .right-col .related-news-list .news_item {
        flex: 0 0 50%;
        max-width: 50%; } }
  @media (max-width : 576px) {
      .right-col .related-news-list .news_item {
        flex: 0 0 100%;
        max-width: 100%; } }
  .right-col .related-files img {
    width: 100%;
    height: auto; }
  .right-col.actu-col h4 {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1.5px;
    color: #004373;
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: solid 4px #dbe1e8;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif; }
  @media (max-width : 991px) {
    .right-col.actu-col {
      margin-top: 90px;
      -webkit-box-shadow: 0px 10px 14px -11px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0px 10px 14px -11px rgba(0, 0, 0, 0.2);
      box-shadow: 0px 10px 14px -11px rgba(0, 0, 0, 0.2);
      background-color: #fff;
      position: relative;
      padding: 0; }
      .right-col.actu-col h4 {
        font-size: 18px;
        color: #004373;
        text-transform: uppercase;
        text-align: center;
        font-family: 'Lato', sans-serif;
        padding: 25px;
        cursor: pointer;
        position: relative;
        margin-bottom: 0 !important;
        width: 100%;
        letter-spacing: 1.5px;
        border-top: 1px solid #bfd0dc;
        border-bottom: none; }
        .right-col.actu-col h4:after {
          border-style: solid;
          border-width: 3px 3px 0 0;
          border-color: #004373;
          content: '';
          display: inline-block;
          height: 10px;
          transform: translateY(-50%) rotate(135deg);
          width: 10px;
          position: absolute;
          top: 50%;
          right: 20px;
          transition: 0.3s;
          transform-origin: center center;
          opacity: 0.75; }
        .right-col.actu-col h4.open:after {
          transform: translateY(-50%) rotate(-45deg);
          opacity: 1; }
      .right-col.actu-col .year-num-list {
        display: none;
        position: relative;
        width: 100%;
        margin-top: 0;
        margin-bottom: 0; }
        .right-col.actu-col .year-num-list ul li:not(.parent) {
          padding: 15px 25px 15px 25px;
          border: none;
          border-top: solid 1px #bfd0dc;
          /*a span.postnum{
           top:-8px;
           }*/ }
      .right-col.actu-col .newsletter-box {
        display: none;
        text-align: center;
        padding: 0 25px 45px 25px; }
        .right-col.actu-col .newsletter-box input {
          text-align: center; }
      .right-col.actu-col .news-list-view {
        display: none; } }
  @media (max-width : 576px) {
    .right-col.actu-col {
      margin-top: 110px; } }
  @media (max-width : 991px) {
    .right-col.event-col {
      margin-top: 150px; } }
  @media (max-width : 576px) {
    .right-col.event-col {
      margin-top: 100px; } }

.mobile-right-element {
  margin-bottom: 70px;
  display: none; }
  @media (max-width : 991px) {
  .mobile-right-element {
    display: flex; } }
  @media (max-width : 576px) {
  .mobile-right-element .element-1 {
    margin-bottom: 60px; } }

.alert {
  font-style: normal; }
  .alert i {
    margin-right: 10px; }
  .alert.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    margin-top: 30px; }
  .alert.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    margin-top: 30px; }

.page .page-header, .page-adhesion .page-header {
  padding: 40px 0 45px 0;
  margin-top: -40px;
  background-image: url("../../../../fileadmin/templates/cvci.ch/scss/../images/cubes_pattern_white.png");
  background-repeat: repeat;
  background-position: left top;
  position: relative;
  z-index: 2;
  background-attachment: fixed; }
  .page .page-header .head-line, .page-adhesion .page-header .head-line {
    border: none;
    padding-bottom: 0; }
  .page .page-header .submenu-visible, .page-adhesion .page-header .submenu-visible {
    list-style: none;
    padding: 0;
    margin: 30px 0 -20px 0; }
  .page .page-header .submenu-visible li, .page-adhesion .page-header .submenu-visible li {
    display: inline-block;
    margin-bottom: 20px; }
    .page .page-header .submenu-visible li a, .page .page-header .submenu-visible li .head-line #rootline span.menuOn, .head-line #rootline .page .page-header .submenu-visible li span.menuOn, .page-adhesion .page-header .submenu-visible li a, .page-adhesion .page-header .submenu-visible li .head-line #rootline span.menuOn, .head-line #rootline .page-adhesion .page-header .submenu-visible li span.menuOn {
      font-size: 18px;
      font-weight: 500;
      color: #004373;
      position: relative;
      padding-bottom: 5px;
      margin-right: 50px; }
    .page .page-header .submenu-visible li a:after, .page-adhesion .page-header .submenu-visible li a:after {
      content: "";
      width: 100%;
      height: 1px;
      background: #004373;
      bottom: 0;
      left: 0;
      position: absolute;
      transition: 0.3s; }
    .page .page-header .submenu-visible li a:hover, .page-adhesion .page-header .submenu-visible li a:hover {
      color: #b00;
      text-decoration: none; }
    .page .page-header .submenu-visible li a:hover:after, .page-adhesion .page-header .submenu-visible li a:hover:after {
      background: #b00; }
    .page .page-header .submenu-visible li.active a, .page .page-header .submenu-visible li.active .head-line #rootline span.menuOn, .head-line #rootline .page .page-header .submenu-visible li.active span.menuOn, .page-adhesion .page-header .submenu-visible li.active a, .page-adhesion .page-header .submenu-visible li.active .head-line #rootline span.menuOn, .head-line #rootline .page-adhesion .page-header .submenu-visible li.active span.menuOn {
      color: #b00; }
    .page .page-header .submenu-visible li.active a:after, .page-adhesion .page-header .submenu-visible li.active a:after {
      background: #b00; }
  .page .page-header h1, .page-adhesion .page-header h1 {
    margin-bottom: 0; }
  .page .page-header h1 + p, .page-adhesion .page-header h1 + p {
    margin-top: 30px; }
  @media (max-width : 767px) {
    .page .page-header, .page-adhesion .page-header {
      background-size: 80px; } }

.tx-cal-controller .news-counter {
  margin-bottom: 20px; }
  @media (max-width : 576px) {
    .tx-cal-controller .news-counter {
      text-align: center; } }
  .tx-cal-controller .page-navigation {
    display: none; }
  .tx-cal-controller .list-view.mb-200 {
    margin-bottom: 0px; }
  .tx-cal-controller .list-view .white-fade-overlay {
    position: absolute;
    width: 100%;
    height: 800px;
    background-image: linear-gradient(1deg, #fff 0%, rgba(255, 255, 255, 0));
    bottom: 0;
    z-index: 0;
    display: none;
    justify-content: center;
    align-items: flex-end; }

@keyframes lds-roller {
        0% {
          transform: rotate(0deg); }
        100% {
          transform: rotate(360deg); } }

.lds-roller {
  position: relative;
  display: inline-block;
  height: 64px;
  width: 64px; }
  .lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 32px 32px; }
  .lds-roller div:after {
    position: absolute;
    display: block;
    background: #004373;
    border-radius: 50%;
    content: " ";
    margin: -3px 0 0 -3px;
    height: 6px;
    width: 6px; }
  .lds-roller div:nth-child(1) {
    animation-delay: -0.036s; }
  .lds-roller div:nth-child(1):after {
    top: 50px;
    left: 50px; }
  .lds-roller div:nth-child(2) {
    animation-delay: -0.072s; }
  .lds-roller div:nth-child(2):after {
    top: 54px;
    left: 45px; }
  .lds-roller div:nth-child(3) {
    animation-delay: -0.108s; }
  .lds-roller div:nth-child(3):after {
    top: 57px;
    left: 39px; }
  .lds-roller div:nth-child(4) {
    animation-delay: -0.144s; }
  .lds-roller div:nth-child(4):after {
    top: 58px;
    left: 32px; }
  .lds-roller div:nth-child(5) {
    animation-delay: -0.18s; }
  .lds-roller div:nth-child(5):after {
    top: 57px;
    left: 25px; }
  .lds-roller div:nth-child(6) {
    animation-delay: -0.216s; }
  .lds-roller div:nth-child(6):after {
    top: 54px;
    left: 19px; }
  .lds-roller div:nth-child(7) {
    animation-delay: -0.252s; }
  .lds-roller div:nth-child(7):after {
    top: 50px;
    left: 14px; }
  .lds-roller div:nth-child(8) {
    animation-delay: -0.288s; }
  .lds-roller div:nth-child(8):after {
    top: 45px;
    left: 10px; }

.landing-page-content .page-header .landing-page-head {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative; }
  .landing-page-content .page-header .landing-page-head:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.3;
    background-color: #1d1d1b;
    z-index: 1; }
  .landing-page-content .page-header .landing-page-head:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url("../../../../fileadmin/templates/cvci.ch/scss/../images/cubes_pattern_white_transparent.png");
    background-repeat: repeat;
    z-index: 1;
    opacity: 0.75; }
  .landing-page-content .page-header .landing-page-head h1 {
    color: #fff;
    padding: 120px 30px 150px 30px;
    position: relative;
    z-index: 2; }
    @media (max-width : 767px) {
      .landing-page-content .page-header .landing-page-head h1 {
        display: none; } }
  @media (max-width : 767px) {
      .landing-page-content .page-header .landing-page-head {
        height: 270px; }
        .landing-page-content .page-header .landing-page-head:before {
          background-size: 80px; } }
  @media (max-width : 576px) {
      .landing-page-content .page-header .landing-page-head {
        height: 150px; } }
  .landing-page-content .page-header .csc-frame h1 {
    padding: 120px 30px 150px 30px;
    text-align: center;
    margin-bottom: 0; }
  @media (max-width : 767px) {
      .landing-page-content .page-header h1 {
        display: none; } }
  .landing-page-content .text-intro {
    text-align: center;
    margin-top: -80px;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.5;
    padding: 50px 35px 35px 35px;
    position: relative;
    z-index: 3;
    margin-bottom: 60px; }
  .landing-page-content .text-intro .bg-shadow-white {
    background: #fff;
    position: absolute;
    z-index: -1;
    width: calc(100% + 68px);
    height: 100%;
    left: -34px;
    top: 0; }
  .landing-page-content .text-intro .bg-shadow-white:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0.15;
    background: #004373;
    width: 50px;
    height: 4px;
    opacity: 0.15; }
  .landing-page-content .text-intro:before {
    content: "";
    position: absolute;
    z-index: -2;
    height: 80%;
    max-height: 184px;
    width: 40px;
    left: -30px;
    top: 13px;
    box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.12);
    transform: rotate(-2deg); }
  .landing-page-content .text-intro:after {
    content: "";
    position: absolute;
    z-index: -2;
    height: 80%;
    max-height: 184px;
    width: 40px;
    right: -30px;
    top: 13px;
    box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.12);
    transform: rotate(2deg); }
  .landing-page-content .text-intro .info-box {
    margin-top: 45px;
    font-size: 18px; }
  .landing-page-content .text-intro .info-box a, .landing-page-content .text-intro .info-box .head-line #rootline span.menuOn, .head-line #rootline .landing-page-content .text-intro .info-box span.menuOn {
    color: #004373;
    text-decoration: none; }
    .landing-page-content .text-intro .info-box a.phone {
      margin-right: 45px; }
    .landing-page-content .text-intro .info-box a.phone i {
      margin-right: 7px; }
    .landing-page-content .text-intro .info-box a.phone:hover {
      color: #b00; }
    .landing-page-content .text-intro .info-box a.mail, .landing-page-content .text-intro .info-box .right-col .related-responsable .responsable-box a.phone, .right-col .related-responsable .responsable-box .landing-page-content .text-intro .info-box a.phone {
      margin-right: 45px; }
    .landing-page-content .text-intro .info-box a.mail i, .landing-page-content .text-intro .info-box .right-col .related-responsable .responsable-box a.phone i, .right-col .related-responsable .responsable-box .landing-page-content .text-intro .info-box a.phone i {
      margin-right: 7px; }
    .landing-page-content .text-intro .info-box a.mail:hover, .landing-page-content .text-intro .info-box .right-col .related-responsable .responsable-box a.phone:hover, .right-col .related-responsable .responsable-box .landing-page-content .text-intro .info-box a.phone:hover {
      color: #b00; }
    .landing-page-content .text-intro .info-box a:hover {
      color: #b00; }
  @media (max-width : 576px) {
      .landing-page-content .text-intro .info-box {
        font-size: 14px;
        width: 100%;
        margin-top: 25px; }
        .landing-page-content .text-intro .info-box a.phone {
          margin-right: 0; }
          .landing-page-content .text-intro .info-box a.mail, .landing-page-content .text-intro .info-box .right-col .related-responsable .responsable-box a.phone, .right-col .related-responsable .responsable-box .landing-page-content .text-intro .info-box a.phone {
            margin-right: 20px; } }
  .landing-page-content .text-intro .csc-frame:last-child {
    display: inline-block; }
    @media (max-width : 576px) {
      .landing-page-content .text-intro .csc-frame:last-child {
        display: block;
        margin-top: 20px; } }
    .landing-page-content .text-intro .csc-frame:last-child .social-tools a, .landing-page-content .text-intro .csc-frame:last-child .social-tools .head-line #rootline span.menuOn, .head-line #rootline .landing-page-content .text-intro .csc-frame:last-child .social-tools span.menuOn {
      font-size: 18px;
      margin-right: 15px; }
    .landing-page-content .text-intro .csc-frame:last-child .social-tools a:last-child {
      margin: 0; }
    .landing-page-content .text-intro .csc-frame:last-child .social-tools a.facebook:hover {
      color: #1877f2; }
    .landing-page-content .text-intro .csc-frame:last-child .social-tools a.linkedin:hover {
      color: #007bb6; }
    .landing-page-content .text-intro .csc-frame:last-child .social-tools a.twitter:hover {
      color: #45c0ec; }
  .landing-page-content .text-intro .csc-frame:nth-last-child(2) {
    display: inline-block; }
  .landing-page-content .text-intro .landing-page-title-mobile {
    display: none;
    margin-bottom: 50px;
    color: #004373; }
  @media (max-width : 767px) {
      .landing-page-content .text-intro .landing-page-title-mobile {
        display: block; } }
  @media (max-width : 767px) {
    .landing-page-content .text-intro {
      margin-top: 0; } }
  @media (max-width : 576px) {
    .landing-page-content .text-intro {
      padding: 50px 0 30px 0;
      margin-bottom: 40px;
      font-size: 16px;
      line-height: 1.5; } }

.contactCards {
  border: solid 1px #e0e8ee;
  background-color: #fff;
  padding: 25px;
  margin: 20px 0; }
  .contactCards .contactContainer {
    display: table; }
  .contactCards .contactContainer .img-zone {
    display: table-cell;
    vertical-align: top; }
  .contactCards .contactContainer .img-zone img {
    width: 200px;
    height: auto;
    border: solid 1px #bfd0dc; }
  .contactCards .contactContainer .info-contact {
    display: table-cell;
    vertical-align: top;
    padding-left: 30px; }
  .contactCards .contactContainer .info-contact .contact-title {
    opacity: 0.75;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1.2px;
    color: #004373;
    text-transform: uppercase;
    margin-bottom: 12px;
    display: block; }
  .contactCards .contactContainer .info-contact h4 {
    font-family: 'Lato', sans-serif;
    margin-bottom: 8px; }
  .contactCards .contactContainer .info-contact p {
    margin-bottom: 15px; }
  .contactCards .contactContainer .info-contact .contact {
    position: relative;
    line-height: 30px;
    font-size: 16px;
    padding-top: 15px;
    color: #004373; }
    .contactCards .contactContainer .info-contact .contact i {
      margin-right: 10px;
      width: 20px; }
    .contactCards .contactContainer .info-contact .contact:before {
      content: "";
      position: absolute;
      width: 30px;
      height: 1px;
      top: 0;
      left: 0;
      background: #bfd0dc; }
    .contactCards .contactContainer .info-contact .contact a, .contactCards .contactContainer .info-contact .contact .head-line #rootline span.menuOn, .head-line #rootline .contactCards .contactContainer .info-contact .contact span.menuOn {
      text-decoration: none; }
  @media (max-width : 576px) {
    .contactCards .contactContainer {
      display: block; }
      .contactCards .contactContainer .img-zone {
        display: block; }
      .contactCards .contactContainer .info-contact {
        display: block;
        padding: 0;
        margin-top: 25px; }
        .contactCards .contactContainer .info-contact .contact-title {
          font-size: 12px;
          letter-spacing: 1px; } }

.member-item {
  border: 1px solid #bfd0dc;
  position: relative;
  height: 445px;
  overflow: hidden;
  transition: 0.3s;
  margin-bottom: 30px; }
  .member-item .img-zone {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
  .member-item .img-zone img {
    height: 100%;
    width: auto;
    max-width: inherit;
    transform: translateX(-50%);
    margin-left: 50%; }
  .member-item .overlay-info {
    position: absolute;
    left: -1px;
    top: -1px;
    width: calc(100% + 1px);
    height: calc(100% + 1px);
    background: rgba(0, 67, 115, 0.9);
    color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s; }
  .member-item .overlay-info .contact {
    position: absolute;
    width: 100%;
    height: auto;
    bottom: 0;
    left: 0;
    padding: 25px; }
  .member-item .overlay-info .contact h4 {
    font-family: 'Lato', sans-serif;
    color: #fff;
    margin-bottom: 10px; }
  .member-item .overlay-info .contact p {
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 15px; }
    .member-item .overlay-info .contact p:after {
      content: "";
      width: 30px;
      height: 1px;
      background: #fff;
      position: absolute;
      bottom: 0;
      left: 0;
      opacity: 0.35; }
  .member-item .overlay-info .contact .link {
    font-size: 16px;
    margin-bottom: 5px; }
    .member-item .overlay-info .contact .link a, .member-item .overlay-info .contact .link .head-line #rootline span.menuOn, .head-line #rootline .member-item .overlay-info .contact .link span.menuOn {
      color: #fff;
      text-decoration: none;
      transition: 0.3s; }
    .member-item .overlay-info .contact .link a:hover {
      opacity: 0.5; }
    .member-item .overlay-info .contact .link i {
      width: 30px; }
  .member-item:hover {
    border: solid 1px rgba(0, 67, 115, 0.9); }
  .member-item:hover .overlay-info {
    opacity: 1;
    visibility: visible; }
  @media (max-width : 767px) {
  .member-item {
    border: none;
    position: relative;
    height: auto;
    transition: 0.3s;
    display: table;
    background: #004373;
    padding: 17px;
    width: 100%;
    margin-bottom: 15px; }
    .member-item .img-zone {
      position: inherit;
      display: table-cell;
      vertical-align: top;
      width: 200px;
      height: inherit; }
      .member-item .img-zone img {
        height: auto;
        width: 100%;
        max-width: inherit;
        transform: translateX(0);
        margin-left: 0; }

    .member-item .overlay-info {
      position: inherit;
      vertical-align: top;
      display: table-cell;
      opacity: 1;
      visibility: visible; }
      .member-item .overlay-info .contact {
        position: inherit;
        padding: 13px 25px 13px; }
        .member-item .overlay-info .contact h4 {
          font-family: 'Lato', sans-serif;
          color: #fff;
          margin-bottom: 15px; }
        .member-item .overlay-info .contact p {
          position: relative;
          margin-bottom: 15px;
          padding-bottom: 15px; }
        .member-item .overlay-info .contact .link {
          font-size: 16px; }
          .member-item .overlay-info .contact .link a, .member-item .overlay-info .contact .link .head-line #rootline span.menuOn, .head-line #rootline .member-item .overlay-info .contact .link span.menuOn {
            color: #fff;
            text-decoration: none;
            transition: 0.3s; }
            .member-item .overlay-info .contact .link a:hover {
              opacity: 0.5; }
          .member-item .overlay-info .contact .link i {
            width: 30px; }

    .member-item:hover {
      border: none; } }
  @media (max-width : 576px) {
  .member-item {
    margin-bottom: 10px; }
    .member-item .img-zone {
      width: 30%; }

    .member-item .overlay-info .contact {
      padding: 0 15px; }
      .member-item .overlay-info .contact h4 {
        font-size: 20px;
        margin-bottom: 5px; }
      .member-item .overlay-info .contact p {
        font-size: 14px; }
      .member-item .overlay-info .contact .link {
        float: left;
        font-size: 14px; }
        .member-item .overlay-info .contact .link a, .member-item .overlay-info .contact .link .head-line #rootline span.menuOn, .head-line #rootline .member-item .overlay-info .contact .link span.menuOn {
          font-size: 14px; }
        .member-item .overlay-info .contact .link .text {
          display: none; } }

.bg-gray {
  background: #f2f6f8; }
  .bg-gray.contact-section {
    padding: 100px 0;
    margin-bottom: -181px;
    margin-top: 100px; }
  .bg-gray.contact-section h2 {
    text-align: center;
    margin-bottom: 60px; }
  @media (max-width : 576px) {
      .bg-gray.contact-section h2 {
        font-size: 32px;
        margin-bottom: 40px; } }
  .bg-gray.contact-section .contactCards {
    flex: 0 0 50%;
    max-width: 50%;
    margin: 20px auto; }
  @media (max-width : 991px) {
      .bg-gray.contact-section .contactCards {
        flex: 0 0 80%;
        max-width: 80%; } }
  @media (max-width : 767px) {
      .bg-gray.contact-section .contactCards {
        flex: 0 0 90%;
        max-width: 90%; } }
  @media (max-width : 767px) {
    .bg-gray.contact-section {
      margin-top: 80px; } }
  @media (max-width : 991px) {
    .bg-gray.contact-section {
      margin-bottom: -100px; } }

.category-list {
  margin-top: -30px;
  margin-bottom: 80px; }
  .category-list ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .category-list ul li {
    border-bottom: solid 1px #bfd0dc;
    padding: 20px 0 10px 0;
    display: block;
    position: relative; }
  .category-list ul li a, .category-list ul li .head-line #rootline span.menuOn, .head-line #rootline .category-list ul li span.menuOn {
    padding-right: 50px;
    color: #1d1d1b;
    text-decoration: none;
    display: block; }
    .category-list ul li a span.postnum, .category-list ul li .head-line #rootline span.menuOn span.postnum, .head-line #rootline .category-list ul li span.menuOn span.postnum {
      background: #f2f6f8;
      border-radius: 100%;
      width: 35px;
      height: 35px;
      display: flex;
      align-items: center;
      justify-content: center;
      position: absolute;
      right: 0;
      transform: translateY(-50%);
      top: 50%;
      transition: 0.3s; }
    @media (max-width : 991px) {
        .category-list ul li a span.postnum, .category-list ul li .head-line #rootline span.menuOn span.postnum, .head-line #rootline .category-list ul li span.menuOn span.postnum {
          right: 25px; } }
    @media (max-width : 576px) {
        .category-list ul li a span.postnum, .category-list ul li .head-line #rootline span.menuOn span.postnum, .head-line #rootline .category-list ul li span.menuOn span.postnum {
          right: 25px; } }
    .category-list ul li a:hover {
      color: #b00; }
    .category-list ul li a:hover span.postnum {
      background: #b00;
      color: #fff; }
    .category-list ul li a.active {
      color: #b00; }
    .category-list ul li a.active span.postnum {
      background: #b00;
      color: #fff; }
  .category-list ul li.itemactive a, .category-list ul li.itemactive .head-line #rootline span.menuOn, .head-line #rootline .category-list ul li.itemactive span.menuOn {
    color: #b00; }
    .category-list ul li.itemactive a span.postnum, .category-list ul li.itemactive .head-line #rootline span.menuOn span.postnum, .head-line #rootline .category-list ul li.itemactive span.menuOn span.postnum {
      background: #b00;
      color: #fff; }
  .category-list ul li.parent {
    padding: 0;
    margin: 0;
    border: none; }
    .category-list ul li.parent > a, .category-list ul .head-line #rootline li.parent > span.menuOn, .head-line #rootline .category-list ul li.parent > span.menuOn {
      display: none; }

.newsletter-col h4 {
  margin-bottom: 15px !important; }
  .newsletter-col p {
    margin-bottom: 35px; }

.actu-col .powermail_field:before, .actu-col .powermail_fieldwrap:not(.powermail_fieldwrap_type_check):not(.powermail_fieldwrap_type_text):not(.powermail_fieldwrap_type_submit):not(.powermail_fieldwrap_type_radio):not(.powermail_fieldwrap_type_date) .powermail_field:after, .powermail_fieldwrap:not(.powermail_fieldwrap_type_check):not(.powermail_fieldwrap_type_text):not(.powermail_fieldwrap_type_submit):not(.powermail_fieldwrap_type_radio):not(.powermail_fieldwrap_type_date) .actu-col .powermail_field:after, .actu-col .powermail_field:after {
  display: none !important; }
  .actu-col .powermail_field input.powermail_input, .actu-col .powermail_field .powermail_fieldwrap:not(.powermail_fieldwrap_type_check):not(.powermail_fieldwrap_type_text):not(.powermail_fieldwrap_type_submit):not(.powermail_fieldwrap_type_radio):not(.powermail_fieldwrap_type_date) .powermail_field input.powermail_textarea, .powermail_fieldwrap:not(.powermail_fieldwrap_type_check):not(.powermail_fieldwrap_type_text):not(.powermail_fieldwrap_type_submit):not(.powermail_fieldwrap_type_radio):not(.powermail_fieldwrap_type_date) .powermail_field .actu-col .powermail_field input.powermail_textarea {
    border: solid 1px #ccc !important;
    padding: 15px 20px !important;
    width: 100%;
    margin-bottom: 18px;
    color: #1d1d1b; }
  .actu-col .powermail_field input.powermail_input::-webkit-input-placeholder, .actu-col .powermail_field .powermail_fieldwrap:not(.powermail_fieldwrap_type_check):not(.powermail_fieldwrap_type_text):not(.powermail_fieldwrap_type_submit):not(.powermail_fieldwrap_type_radio):not(.powermail_fieldwrap_type_date) .powermail_field input.powermail_textarea::-webkit-input-placeholder, .powermail_fieldwrap:not(.powermail_fieldwrap_type_check):not(.powermail_fieldwrap_type_text):not(.powermail_fieldwrap_type_submit):not(.powermail_fieldwrap_type_radio):not(.powermail_fieldwrap_type_date) .powermail_field .actu-col .powermail_field input.powermail_textarea::-webkit-input-placeholder {
    color: rgba(29, 29, 27, 0.35); }
  .actu-col .powermail_field input.powermail_input:-moz-placeholder, .actu-col .powermail_field .powermail_fieldwrap:not(.powermail_fieldwrap_type_check):not(.powermail_fieldwrap_type_text):not(.powermail_fieldwrap_type_submit):not(.powermail_fieldwrap_type_radio):not(.powermail_fieldwrap_type_date) .powermail_field input.powermail_textarea:-moz-placeholder, .powermail_fieldwrap:not(.powermail_fieldwrap_type_check):not(.powermail_fieldwrap_type_text):not(.powermail_fieldwrap_type_submit):not(.powermail_fieldwrap_type_radio):not(.powermail_fieldwrap_type_date) .powermail_field .actu-col .powermail_field input.powermail_textarea:-moz-placeholder {
    color: rgba(29, 29, 27, 0.35); }
  .actu-col .powermail_field input.powermail_input::-moz-placeholder, .actu-col .powermail_field .powermail_fieldwrap:not(.powermail_fieldwrap_type_check):not(.powermail_fieldwrap_type_text):not(.powermail_fieldwrap_type_submit):not(.powermail_fieldwrap_type_radio):not(.powermail_fieldwrap_type_date) .powermail_field input.powermail_textarea::-moz-placeholder, .powermail_fieldwrap:not(.powermail_fieldwrap_type_check):not(.powermail_fieldwrap_type_text):not(.powermail_fieldwrap_type_submit):not(.powermail_fieldwrap_type_radio):not(.powermail_fieldwrap_type_date) .powermail_field .actu-col .powermail_field input.powermail_textarea::-moz-placeholder {
    color: rgba(29, 29, 27, 0.35); }
  .actu-col .powermail_field input.powermail_input:-ms-input-placeholder, .actu-col .powermail_field .powermail_fieldwrap:not(.powermail_fieldwrap_type_check):not(.powermail_fieldwrap_type_text):not(.powermail_fieldwrap_type_submit):not(.powermail_fieldwrap_type_radio):not(.powermail_fieldwrap_type_date) .powermail_field input.powermail_textarea:-ms-input-placeholder, .powermail_fieldwrap:not(.powermail_fieldwrap_type_check):not(.powermail_fieldwrap_type_text):not(.powermail_fieldwrap_type_submit):not(.powermail_fieldwrap_type_radio):not(.powermail_fieldwrap_type_date) .powermail_field .actu-col .powermail_field input.powermail_textarea:-ms-input-placeholder {
    color: rgba(29, 29, 27, 0.35); }
  .actu-col .powermail_submit, .actu-col .btn-form, .actu-col .btn-reset {
    margin-top: 0; }

.news-subtitle {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1.5px;
  color: #004373;
  display: inline-block;
  margin-bottom: 20px;
  text-transform: uppercase; }

.author-card {
  display: table;
  margin-bottom: 80px; }
  .author-card .author-image {
    display: table-cell; }
  .author-card .author-image .img-author-inner {
    position: relative;
    display: inline-block; }
  .author-card .author-image .img-author-inner:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 28, 47, 0.04);
    left: 0;
    top: 0; }
  .author-card .author-image .img-author-inner img {
    width: 120px;
    max-width: 120px !important;
    height: auto; }
  .author-card .author-info {
    display: table-cell;
    padding-left: 30px;
    vertical-align: top; }
  .author-card .author-info h4 {
    margin-bottom: 12px; }
  .author-card .author-info p:last-of-type {
    margin-bottom: 35px; }
  .author-card .author-info .author-social {
    position: relative;
    padding-top: 12px; }
  .author-card .author-info .author-social a i, .author-card .author-info .author-social .head-line #rootline span.menuOn i, .head-line #rootline .author-card .author-info .author-social span.menuOn i {
    margin: 7px;
    font-size: 14px; }
    .author-card .author-info .author-social a:first-child i {
      margin-left: 0; }
    .author-card .author-info .author-social a:last-child i {
      margin-right: 0; }
    .author-card .author-info .author-social a:hover {
      text-decoration: none; }
  .author-card .author-info .author-social:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: #bfd0dc;
    width: 30px;
    height: 1px; }
  @media (max-width : 576px) {
  .author-card {
    display: block;
    margin-bottom: 60px; }
    .author-card .author-image {
      display: block; }
      .author-card .author-image img {
        width: 120px;
        max-width: 120px !important;
        height: auto; }

    .author-card .author-info {
      display: block;
      padding-left: 0px; }
      .author-card .author-info h4 {
        font-size: 24px;
        margin-top: 25px; }
      .author-card .author-info p {
        line-height: 1.64; }
        .author-card .author-info p:last-of-type {
          margin-bottom: 25px; } }

@media (max-width : 576px) {
        .news-single .news-single-header h1 {
          margin-bottom: 35px; } }
  .news-single .news-list-category {
    opacity: 0.75;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1.5px;
    color: #004373;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 20px;
    padding-right: 135px; }
  @media (max-width : 576px) {
    .news-single .news-list-category {
      font-size: 14px; } }
  .news-single .teaser-text {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.5;
    color: #1d1d1b;
    position: relative;
    padding-bottom: 35px;
    margin-bottom: 40px !important; }
  .news-single .teaser-text:after {
    content: "";
    position: absolute;
    opacity: 0.15;
    width: 50px;
    height: 4px;
    background: #004373;
    bottom: 0;
    left: 0; }
  @media (max-width : 576px) {
    .news-single .teaser-text {
      padding-bottom: 30px;
      font-size: 16px;
      margin-bottom: 30px !important; } }
  .news-single .news-single-content {
    margin-bottom: 110px; }
  @media (max-width : 576px) {
    .news-single .news-single-content {
      margin-bottom: 80px; } }
  .news-single .paging-news {
    border: solid 1px #e0e8ee;
    background-color: #f2f6f8;
    display: block;
    padding: 22px 21px 35px 21px;
    height: calc(100% - 41px); }
  .news-single .paging-news h4 {
    margin-bottom: 0; }
  .news-single .paging-news .category {
    opacity: 0.75;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    margin-bottom: 15px;
    line-height: normal;
    color: #004373; }
  .news-single .paging-news:hover {
    text-decoration: none;
    background: #004373;
    border: solid 1px #004373; }
  .news-single .paging-news:hover h4, .news-single .paging-news:hover .category {
    color: #fff; }
  @media (max-width : 576px) {
    .news-single .paging-news {
      height: auto;
      margin-bottom: 35px; }
      .news-single .paging-news h4 {
        font-size: 24px;
        line-height: 1.25; }
      .news-single .paging-news .category {
        font-size: 12px;
        line-height: 1.42; } }
  .news-single .news-single-info-line {
    margin-bottom: 35px; }
  .news-single .news-single-info-line .news-single-date {
    font-size: 16px; }
  .news-single .news-single-info-line .comment-info {
    margin-left: 55px;
    margin-right: 55px;
    font-size: 16px;
    font-weight: 500;
    color: #004373; }
  .news-single .news-single-info-line .comment-info:hover {
    color: #b00;
    text-decoration: none; }
  @media (max-width : 576px) {
      .news-single .news-single-info-line .comment-info {
        margin-right: 0px;
        margin-left: 30px; } }
  .news-single .news-single-info-line .news-single-sharings {
    white-space: nowrap; }
  .news-single .news-single-info-line .news-single-sharings a, .news-single .news-single-info-line .news-single-sharings .head-line #rootline span.menuOn, .head-line #rootline .news-single .news-single-info-line .news-single-sharings span.menuOn {
    padding-left: 14px;
    font-size: 18px;
    color: #004373; }
    .news-single .news-single-info-line .news-single-sharings a:first-child {
      padding-left: 0; }
    .news-single .news-single-info-line .news-single-sharings a:last-child {
      padding-right: 0; }
    .news-single .news-single-info-line .news-single-sharings a.facebook:hover {
      color: #1877f2; }
    .news-single .news-single-info-line .news-single-sharings a.twitter:hover {
      color: #45c0ec; }
    .news-single .news-single-info-line .news-single-sharings a.linkedin:hover {
      color: #007bb6; }
    .news-single .news-single-info-line .news-single-sharings a.print:hover {
      color: #b00; }
  .news-single .news-single-info-line .news-single-sharings .sharings-right, .news-single .news-single-info-line .news-single-sharings .sharings-left {
    float: left; }
  @media (max-width : 576px) {
      .news-single .news-single-info-line .news-single-sharings {
        display: block;
        margin-top: 25px; } }
  .news-single .article .news-img-wrap {
    float: none;
    margin: 0;
    width: 100%;
    margin-bottom: 60px;
    background: none; }
  @media (max-width : 576px) {
      .news-single .article .news-img-wrap {
        margin-bottom: 30px; } }
  .news-single .article h3 {
    margin-bottom: 18px; }
  .news-single .article .news-related-wrap {
    margin: 0; }

.news-single-related-list {
  border-top: solid 1px #bfd0dc;
  margin-top: 115px;
  padding-top: 40px; }

.tx_nsnewscomments {
  border-top: solid 1px #bfd0dc;
  margin-top: 70px;
  padding-top: 40px; }
  .tx_nsnewscomments .ns-news-comment-wrapper .ns-headline {
    margin-bottom: 55px; }
  .tx_nsnewscomments .ns-news-comment-wrapper .comment-main-level {
    padding-left: 0px; }
  .tx_nsnewscomments .ns-news-comment-wrapper .comment-form-close-btn {
    display: none; }
  .tx_nsnewscomments .ns-news-comment-wrapper .comments-list {
    padding-left: 0;
    list-style: none; }
  .tx_nsnewscomments .ns-news-comment-wrapper .comments-list.reply-list {
    padding-left: 80px; }
    @media (max-width : 576px) {
      .tx_nsnewscomments .ns-news-comment-wrapper .comments-list.reply-list {
        padding-left: 70px; } }
    .tx_nsnewscomments .ns-news-comment-wrapper .comments-list.reply-list .comment-box {
      margin-top: 45px; }
  .tx_nsnewscomments .ns-news-comment-wrapper .comments-list:not(.reply-list) li {
    margin-bottom: 90px; }
    @media (max-width : 576px) {
        .tx_nsnewscomments .ns-news-comment-wrapper .comments-list:not(.reply-list) li {
          margin-bottom: 70px; } }
  .tx_nsnewscomments .ns-news-comment-wrapper .comments-list .comment-box .comment-name {
    font-weight: bold;
    margin-bottom: 13px; }
    .tx_nsnewscomments .ns-news-comment-wrapper .comments-list .comment-box .datetime-comment {
      font-size: 16px;
      color: #1d1d1b;
      margin-bottom: 20px; }
  .tx_nsnewscomments .ns-news-comment-wrapper .comments-list .comment-content p:last-child {
    margin-bottom: 0; }
  .tx_nsnewscomments .ns-news-comment-wrapper .powermail_fieldwrap {
    position: relative; }
  .tx_nsnewscomments .ns-news-comment-wrapper .powermail_fieldwrap .error-msg {
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
    font-size: 16px;
    color: #b00; }
    .tx_nsnewscomments .ns-news-comment-wrapper .powermail_fieldwrap .error-msg p {
      margin-bottom: 0; }
  .tx_nsnewscomments .ns-news-comment-wrapper .comment-form {
    border: solid 1px #e0e8ee;
    background-color: #f2f6f8;
    padding: 45px 40px;
    position: relative; }
  @media (max-width : 576px) {
      .tx_nsnewscomments .ns-news-comment-wrapper .comment-form {
        padding: 45px 25px; } }
  .tx_nsnewscomments .ns-news-comment-wrapper .comment-form textarea {
    height: 170px; }
  .tx_nsnewscomments .ns-news-comment-wrapper .comment-form-close-btn {
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 30px; }
  .tx_nsnewscomments .ns-news-comment-wrapper .reply-form {
    margin-top: 50px; }

.back-btn {
  font-size: 16px;
  font-weight: bold;
  color: #004373;
  text-align: right;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  margin-bottom: 110px;
  display: inline-block;
  position: relative; }
  .back-btn:hover {
    text-decoration: none;
    color: #004373; }
  .back-btn:hover:before {
    right: calc(100% + 36px);
    opacity: 1;
    transform: rotate(140deg) scale(1); }
  .back-btn:hover:after {
    margin-right: 25px; }
  .back-btn:before {
    content: "";
    display: inline-block;
    border-right: 2px solid #004373;
    border-bottom: 2px solid #004373;
    width: 10px;
    height: 10px;
    transform: rotate(140deg) scale(0);
    position: absolute;
    top: 7px;
    right: calc(100% + 24px);
    transition: 0.4s cubic-bezier(0.77, 0, 0.175, 1); }
  .back-btn:after {
    content: "";
    position: absolute;
    right: 100%;
    margin-right: 15px;
    width: 20px;
    height: 2px;
    background: #004373;
    top: 11px;
    transition: 0.4s cubic-bezier(0.77, 0, 0.175, 1); }
  .back-btn.mob {
    margin-bottom: 0;
    float: right;
    display: none; }
  @media (max-width : 991px) {
    .back-btn.mob {
      display: block; } }
  @media (max-width : 991px) {
  .back-btn {
    position: absolute;
    right: 15px;
    top: 0; } }
  @media (max-width : 576px) {
  .back-btn {
    font-size: 13px; }
    .back-btn:before {
      width: 11px;
      height: 11px;
      top: 3px;
      right: calc(100% + 24px); }

    .back-btn:after {
      top: 7px; }

    .back-btn:hover:before {
      right: calc(100% + 33px); } }

@media (max-width : 991px) {
      .back-btn-container .back-btn {
        display: none; } }

.search-page-zone .search-form {
  box-shadow: 0 3px 14px 0 rgba(0, 0, 0, 0.2);
  background-color: #fff;
  padding: 35px 0; }
  .search-page-zone .search-form form#form_kesearch_pi1 {
    margin-bottom: 0; }
  .search-page-zone .search-form form#form_kesearch_pi1 .kesearch_searchbox .kesearchbox {
    width: 90%;
    float: left;
    height: auto;
    border-radius: 0;
    margin-bottom: 0; }
    .search-page-zone .search-form form#form_kesearch_pi1 .kesearch_searchbox .kesearchbox #ke_search_sword {
      -webkit-appearance: none;
      width: 100%;
      border: solid 1px rgba(0, 67, 115, 0.55);
      border-radius: 0;
      border-top-left-radius: 4px;
      border-bottom-left-radius: 4px;
      position: relative;
      padding: 20px;
      color: #004373; }
    @media (max-width : 576px) {
      .search-page-zone .search-form form#form_kesearch_pi1 .kesearch_searchbox .kesearchbox {
        width: 85%; } }
  .search-page-zone .search-form form#form_kesearch_pi1 .search-btn {
    width: calc(10% + 1px);
    background: #004373;
    color: #fff;
    border: solid 1px #004373;
    border-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    font-size: 22px;
    text-align: center;
    height: 70px;
    position: relative;
    margin-left: -1px;
    outline: none;
    transition: 0.3s;
    padding: 0; }
    .search-page-zone .search-form form#form_kesearch_pi1 .search-btn:hover {
      background: #b00;
      border: solid 1px #b00; }
    @media (max-width : 576px) {
      .search-page-zone .search-form form#form_kesearch_pi1 .search-btn {
        width: calc(15% + 1px);
        font-size: 20px;
        height: 61px; } }
  .search-page-zone .search-form form#form_kesearch_pi1 .filtre-list {
    display: none; }
  @media (max-width : 576px) {
    .search-page-zone .search-form {
      padding: 20px 0; } }
  .search-page-zone .filtre-list .resetButton {
    text-decoration: underline !important; }
  .search-page-zone .filtre-search-cat {
    padding: 0;
    list-style: none; }
  .search-page-zone .search-results #kesearch_num_results {
    margin-bottom: 25px;
    margin-top: 40px; }
  @media (max-width : 991px) {
      .search-page-zone .search-results #kesearch_num_results {
        text-align: center; } }
  .search-page-zone .search-results .result-list-item {
    background: #f2f6f8;
    border: solid 1px #e0e8ee;
    display: block;
    padding: 35px 35px 40px 35px;
    margin-bottom: 30px;
    position: relative;
    transition: 0.3s; }
  .search-page-zone .search-results .result-list-item .tag {
    position: absolute;
    right: 22px;
    top: 25px;
    color: #004373;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    font-size: 14px;
    font-weight: 500; }
  .search-page-zone .search-results .result-list-item .result-title {
    color: #273142;
    font-weight: bold;
    line-height: 1.36;
    font-size: 25px;
    margin-bottom: 20px;
    padding-right: 120px; }
    .search-page-zone .search-results .result-list-item .result-title .hit {
      color: #273142;
      font-weight: 900; }
    .search-page-zone .search-results .result-list-item .result-title a, .search-page-zone .search-results .result-list-item .result-title .head-line #rootline span.menuOn, .head-line #rootline .search-page-zone .search-results .result-list-item .result-title span.menuOn {
      color: #273142; }
  .search-page-zone .search-results .result-list-item .hit {
    font-weight: bold; }
  .search-page-zone .search-results .result-list-item .result-teaser {
    color: #1d1d1b; }
    .search-page-zone .search-results .result-list-item .result-teaser .hit {
      color: #1d1d1b; }
  .search-page-zone .search-results .result-list-item .url {
    color: #004373;
    font-weight: bold;
    margin-bottom: 10px;
    display: inline-block;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto; }
  .search-page-zone .search-results .result-list-item:hover {
    background: #004373;
    border-color: #004373; }
    .search-page-zone .search-results .result-list-item:hover * {
      color: #fff; }
    .search-page-zone .search-results .result-list-item:hover .result-title {
      color: #fff; }
    .search-page-zone .search-results .result-list-item:hover .result-title .hit {
      color: #fff; }
    .search-page-zone .search-results .result-list-item:hover .result-teaser .hit {
      color: #fff; }
  @media (max-width : 576px) {
      .search-page-zone .search-results .result-list-item {
        padding: 25px 20px; }
        .search-page-zone .search-results .result-list-item .result-title {
          font-size: 18px;
          font-weight: 500;
          line-height: 1.22;
          padding-right: 0px; }
        .search-page-zone .search-results .result-list-item .tag {
          position: inherit;
          right: inherit;
          top: inherit;
          font-size: 12px;
          margin-bottom: 15px;
          display: inline-block; } }
  .search-page-zone .search-results a, .search-page-zone .search-results .head-line #rootline span.menuOn, .head-line #rootline .search-page-zone .search-results span.menuOn {
    text-decoration: none; }
  .search-page-zone .search-word {
    color: #1d1d1b;
    font-size: 34px;
    margin-bottom: 0px; }
  @media (max-width : 991px) {
    .search-page-zone .search-word {
      text-align: center; } }
  @media (max-width : 576px) {
    .search-page-zone .search-word {
      font-size: 28px; } }
  .search-page-zone .search-category-mobile {
    position: relative;
    margin-bottom: -35px;
    margin-top: 35px;
    border-top: solid 1px #bfd0dc;
    display: none; }
  @media (max-width : 576px) {
    .search-page-zone .search-category-mobile {
      margin-bottom: -20px;
      margin-top: 20px; } }
  .search-page-zone .search-category-mobile h4 {
    font-size: 16px;
    color: #004373;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Lato', sans-serif;
    padding: 25px;
    cursor: pointer;
    position: relative;
    margin-bottom: 0;
    width: 100%;
    letter-spacing: 1.3px; }
  .search-page-zone .search-category-mobile h4:after {
    border-style: solid;
    border-width: 3px 3px 0 0;
    border-color: #004373;
    content: '';
    display: inline-block;
    height: 10px;
    transform: translateY(-50%) rotate(135deg);
    width: 10px;
    position: absolute;
    top: 50%;
    right: 20px;
    transition: 0.3s;
    transform-origin: center center;
    opacity: 0.75; }
  .search-page-zone .search-category-mobile h4.open:after {
    transform: translateY(-50%) rotate(-45deg);
    opacity: 1; }
  .search-page-zone .search-category-mobile .search-cat {
    padding: 20px;
    display: none; }
  @media (max-width : 991px) {
    .search-page-zone .search-category-mobile {
      display: block; } }
  .search-page-zone .loader4 {
    width: 25px;
    height: 25px;
    display: inline-block;
    padding: 0px;
    margin-top: 20px;
    border-radius: 100%;
    border: 3px solid;
    border-top-color: #b00;
    border-bottom-color: rgba(0, 0, 0, 0.1);
    border-left-color: #b00;
    border-right-color: rgba(0, 0, 0, 0.1);
    -webkit-animation: loader4 1s ease-in-out infinite;
    animation: loader4 1s ease-in-out infinite;
    display: none; }

@keyframes loader4 {
    from {
      transform: rotate(0deg); }
    to {
      transform: rotate(360deg); } }

@-webkit-keyframes loader4 {
    from {
      -webkit-transform: rotate(0deg); }
    to {
      -webkit-transform: rotate(360deg); } }

input[type="checkbox"]:disabled {
  cursor: not-allowed; }

.pagination ul {
  list-style: none;
  padding: 0;
  margin: 30px auto; }
  .pagination ul li {
    display: inline-block; }
  .pagination ul li:first-child a, .pagination ul li:first-child .head-line #rootline span.menuOn, .head-line #rootline .pagination ul li:first-child span.menuOn {
    border: 1px solid #e0e8ee; }
    .pagination ul li:first-child a.prev, .pagination ul li:first-child a.next {
      top: -3px;
      position: relative; }
  .pagination ul li:last-child a, .pagination ul li:last-child .head-line #rootline span.menuOn, .head-line #rootline .pagination ul li:last-child span.menuOn {
    border: 1px solid #e0e8ee;
    border-left: none;
    top: -3px;
    position: relative; }
  .pagination ul li + li a, .pagination ul li + li .head-line #rootline span.menuOn, .head-line #rootline .pagination ul li + li span.menuOn {
    border: 1px solid #e0e8ee;
    border-left: none; }
  .pagination ul li a, .pagination ul li .head-line #rootline span.menuOn, .head-line #rootline .pagination ul li span.menuOn {
    width: 45px;
    height: 45px;
    color: #004373;
    display: inline-block;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s; }
    .pagination ul li a i, .pagination ul li .head-line #rootline span.menuOn i, .head-line #rootline .pagination ul li span.menuOn i {
      font-size: 12px; }
    .pagination ul li a.current {
      background: #004373;
      color: #fff;
      border: 1px solid #004373; }
    .pagination ul li a.current:hover {
      background: #004373;
      color: #fff; }
    .pagination ul li a:hover {
      background: #f2f6f8; }

.search-xs-form {
  float: right;
  position: relative;
  margin-right: 18px;
  line-height: 61px; }
  .search-xs-form form {
    position: relative;
    right: 0;
    z-index: 2; }
  @media (max-width : 1400px) {
    .search-xs-form form {
      display: none;
      position: absolute;
      right: 0px;
      top: 1px; } }
  @media (max-width : 991px) {
    .search-xs-form form {
      display: block !important;
      position: relative;
      right: inherit; } }
  .search-xs-form form #ke_search_sword {
    border-radius: 50px;
    width: 245px;
    border: none;
    font-size: 14px;
    color: #004373;
    padding: 10px 38px 10px 18px;
    line-height: normal;
    outline: none; }
  @media (max-width: 1610px) {
      .search-xs-form form #ke_search_sword {
        width: 200px; } }
  .search-xs-form form #ke_search_sword::-webkit-input-placeholder {
    color: rgba(0, 67, 115, 0.55); }
  .search-xs-form form #ke_search_sword:-moz-placeholder {
    color: rgba(0, 67, 115, 0.55); }
  .search-xs-form form #ke_search_sword::-moz-placeholder {
    color: rgba(0, 67, 115, 0.55); }
  .search-xs-form form #ke_search_sword:-ms-input-placeholder {
    color: rgba(0, 67, 115, 0.55); }
  .search-xs-form form .search-btn {
    outline: none;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    color: #004373;
    border: none;
    font-size: 18px;
    transition: 0.3s; }
  .search-xs-form form .search-btn:hover {
    color: #b00; }
  .search-xs-form .responsive-search {
    position: relative;
    right: 11px;
    top: 1px;
    color: #fff;
    cursor: pointer;
    z-index: 1;
    display: none; }
  @media (max-width : 1400px) {
    .search-xs-form .responsive-search {
      display: block; } }
  @media (max-width : 991px) {
    .search-xs-form .responsive-search {
      display: none; } }
  @media (max-width: 1120px) {
  .search-xs-form {
    margin-right: 0; } }

.news-search-form {
  margin-top: -80px; }
  .news-search-form .form-group {
    margin-bottom: 0; }
  .news-search-form .form-group.news-search-input {
    padding: 5px 0 35px 0;
    position: relative;
    z-index: 2; }
  .news-search-form .form-group.news-search-input #news-subject {
    width: 90%;
    float: left;
    border: solid 1px rgba(0, 67, 115, 0.55);
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    position: relative;
    padding: 20px;
    color: #004373;
    -webkit-appearance: none;
    outline: none; }
    .news-search-form .form-group.news-search-input #news-subject::-webkit-input-placeholder {
      color: rgba(0, 67, 115, 0.55); }
    .news-search-form .form-group.news-search-input #news-subject:-moz-placeholder {
      color: rgba(0, 67, 115, 0.55); }
    .news-search-form .form-group.news-search-input #news-subject::-moz-placeholder {
      color: rgba(0, 67, 115, 0.55); }
    .news-search-form .form-group.news-search-input #news-subject:-ms-input-placeholder {
      color: rgba(0, 67, 115, 0.55); }
    @media (max-width : 576px) {
      .news-search-form .form-group.news-search-input #news-subject {
        width: 85%; } }
  .news-search-form .form-group.news-search-input:after {
    transition: all 0.3s ease;
    background: #fff;
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0px;
    width: 100vw;
    height: 100%;
    border-bottom: solid 1px #bfd0dc;
    z-index: -1; }
  .news-search-form .form-group.news-search-input .search-btn {
    width: calc(10% + 1px);
    background: #004373;
    color: #fff;
    border: solid 1px #004373;
    border-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    font-size: 22px;
    text-align: center;
    height: 70px;
    position: relative;
    margin-left: -1px;
    outline: none;
    transition: 0.3s;
    padding: 0; }
    .news-search-form .form-group.news-search-input .search-btn:hover {
      background: #b00;
      border: solid 1px #b00; }
    @media (max-width : 576px) {
      .news-search-form .form-group.news-search-input .search-btn {
        width: calc(15% + 1px);
        font-size: 20px;
        height: 61px; } }
  .news-search-form .form-group.filter-list-event {
    position: relative;
    z-index: 1;
    padding: 30px 0; }
  .news-search-form .form-group.filter-list-event:after {
    transition: all 0.3s ease;
    background: #fff;
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0px;
    width: 100vw;
    height: 100%;
    box-shadow: 0 3px 14px 0 rgba(0, 0, 0, 0.2);
    border-bottom: none;
    z-index: -1; }
  .news-search-form .form-group.filter-list-event.sticky-filter {
    position: fixed;
    width: 100%;
    left: 0;
    top: 64px; }
    @media (max-width : 991px) {
      .news-search-form .form-group.filter-list-event.sticky-filter {
        top: 80px; } }
    @media (max-width : 576px) {
      .news-search-form .form-group.filter-list-event.sticky-filter {
        top: 50px; } }
  .news-search-form .form-group.filter-list-event .select-filter-event {
    display: inline-block;
    position: relative;
    float: left;
    width: 18%;
    /*&:before{
     content:"";
     left:0;
     position:absolute;
     top: 50%;
     transform:translateY(-50%);
     width:1px;
     height:60px;
     background:$light_gray;
     }
     &:after{
     content:"";
     right:0;
     position:absolute;
     top: 50%;
     transform:translateY(-50%);
     width:1px;
     height:60px;
     background:$light_gray;
     }*/ }
    .news-search-form .form-group.filter-list-event .select-filter-event .dropdown.form-control {
      border: solid 1px #bfd0dc;
      background: transparent;
      background-image: linear-gradient(182deg, #fff, rgba(0, 67, 115, 0.04));
      color: #004373;
      font-size: 16px;
      font-weight: 500;
      line-height: normal;
      padding: 12px 40px 12px 15px;
      box-shadow: none;
      white-space: nowrap; }
    .news-search-form .form-group.filter-list-event .select-filter-event .dropdown.form-control:before {
      content: none; }
    .news-search-form .form-group.filter-list-event .select-filter-event .dropdown.form-control:after {
      transform-origin: 50% 20%;
      transition: all 0.125s ease-in-out;
      content: '';
      opacity: 1;
      right: 15px;
      border-width: 2px 2px 0 0;
      height: 7px;
      width: 7px; }
    .news-search-form .form-group.filter-list-event .select-filter-event .dropdown.form-control .list {
      min-width: calc(100% + 2px);
      top: calc(100% + 2px); }
    .news-search-form .form-group.filter-list-event .select-filter-event .dropdown.form-control .list ul {
      max-height: 400px; }
    .news-search-form .form-group.filter-list-event .select-filter-event .dropdown.form-control .list .option {
      cursor: default;
      font-size: 16px;
      font-weight: 500;
      padding: 15px;
      border: none; }
    .news-search-form .form-group.filter-list-event .select-filter-event .dropdown.form-control .list .option:after {
      content: none; }
    .news-search-form .form-group.filter-list-event .select-filter-event .dropdown.form-control .list .option:before {
      content: none; }
    .news-search-form .form-group.filter-list-event .select-filter-event .dropdown.form-control .list .option:hover, .news-search-form .form-group.filter-list-event .select-filter-event .dropdown.form-control .list .option:focus {
      background-color: #f2f6f8 !important;
      color: #004373; }
    .news-search-form .form-group.filter-list-event .select-filter-event .dropdown.form-control .list .option.selected {
      background: #f2f6f8;
      color: #004373; }
      .news-search-form .form-group.filter-list-event .select-filter-event .dropdown.form-control .list .option.selected:focus {
        background: #f2f6f8; }
    .news-search-form .form-group.filter-list-event .select-filter-event .dropdown.form-control .list .option:last-child {
      border-bottom: 0; }
    @media (min-width: 992px) and (max-width: 1350px) {
        .news-search-form .form-group.filter-list-event .select-filter-event .dropdown.form-control {
          font-size: 12px; }
          .news-search-form .form-group.filter-list-event .select-filter-event .dropdown.form-control .list .option {
            font-size: 12px; } }
    @media (max-width : 1400px) {
      .news-search-form .form-group.filter-list-event .select-filter-event {
        width: 18%; } }
    @media (min-width: 992px) and (max-width: 1350px) {
      .news-search-form .form-group.filter-list-event .select-filter-event {
        width: 16%; } }
    @media (max-width : 991px) {
      .news-search-form .form-group.filter-list-event .select-filter-event {
        width: 50%;
        float: none;
        margin-bottom: 20px;
        white-space: normal; } }
    @media (max-width : 767px) {
      .news-search-form .form-group.filter-list-event .select-filter-event {
        width: 100%; } }
  .news-search-form .form-group .search-btn.filter-btn {
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    border: none;
    color: #fff;
    padding: 0;
    background: transparent;
    padding: 15px 0;
    transition: 0.3s;
    z-index: -1; }
  .news-search-form .form-group .search-btn.filter-btn:after {
    transition: all 0.3s ease;
    background: #004373;
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0px;
    width: 100vw;
    height: 100%;
    border-bottom: none;
    z-index: -1;
    transition: 0.3s; }
  .news-search-form .form-group .search-btn.filter-btn i {
    margin-right: 10px; }
  .news-search-form .form-group .search-btn.filter-btn:hover:after {
    background: #b00; }
  .news-search-form .form-group .search-btn.filter-btn.open {
    transform: translateY(100%); }
  @media (max-width : 991px) {
    .news-search-form .form-group {
      display: block !important; } }
  .news-search-form .filter-event-mobile {
    display: none; }
  .news-search-form .filter-event-mobile h4 {
    font-size: 16px;
    color: #004373;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Lato', sans-serif;
    padding: 25px;
    cursor: pointer;
    position: relative;
    margin-bottom: 0;
    width: 100%;
    letter-spacing: 1.3px; }
  .news-search-form .filter-event-mobile h4:after {
    border-style: solid;
    border-width: 3px 3px 0 0;
    border-color: #004373;
    content: '';
    display: inline-block;
    height: 10px;
    transform: translateY(-50%) rotate(135deg);
    width: 10px;
    position: absolute;
    top: 50%;
    right: 20px;
    transition: 0.3s;
    transform-origin: center center;
    opacity: 0.75; }
  .news-search-form .filter-event-mobile h4:before {
    background: #fff;
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0px;
    width: 100vw;
    height: 100%;
    box-shadow: 0 3px 14px 0 rgba(0, 0, 0, 0.2);
    border-bottom: none;
    z-index: -1;
    transition-delay: 0.3s; }
  .news-search-form .filter-event-mobile h4.open:before {
    box-shadow: none;
    transition-delay: 0s; }
    .news-search-form .filter-event-mobile h4.open:after {
      transform: translateY(-50%) rotate(-45deg);
      opacity: 1; }
  @media (max-width : 991px) {
    .news-search-form .filter-event-mobile {
      display: block; } }

@media (max-width : 991px) {
    .filter-forms {
      display: none; } }

.filter-list-event .check-filter-event {
  float: left; }
  .filter-list-event .check-filter-event input[type="checkbox"] {
    display: none; }
  .filter-list-event .check-filter-event input[type="checkbox"] + label {
    border: 1px solid #004373;
    border-radius: 4px;
    padding: 12px 20px;
    line-height: normal;
    color: #004373;
    margin-right: 10px;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
    cursor: pointer;
    transition: 0.3s; }
  .filter-list-event .check-filter-event input[type="checkbox"]:last-of-type + label {
    margin-right: 0; }
  .filter-list-event .check-filter-event input[type="checkbox"]:checked + label {
    background: #004373 !important;
    color: #fff !important;
    border: 1px solid #004373 !important; }
  .filter-list-event .check-filter-event input[type="checkbox"]:hover + label {
    background: #33698f;
    border: 1px solid #33698f;
    color: #fff; }
  @media (max-width: 1404px) {
    .filter-list-event .check-filter-event input[type="checkbox"] + label {
      padding: 12px 12px;
      margin-right: 5px; } }
  @media (min-width: 992px) and (max-width: 1350px) {
    .filter-list-event .check-filter-event input[type="checkbox"] + label {
      padding: 12px 5px;
      margin-right: 3px;
      font-size: 12px; } }
  @media (max-width : 991px) {
    .filter-list-event .check-filter-event {
      float: none; }
      .filter-list-event .check-filter-event input[type="checkbox"] + label {
        margin-bottom: 25px; } }
  @media (max-width : 991px) {
  .filter-list-event {
    position: relative !important;
    top: 0 !important; }
    .filter-list-event .container {
      padding-left: 0;
      padding-right: 0; } }

.img-crpm {
  width: 75px;
  height: auto;
  margin-top: -10px; }

.select-filter-event .dropdown .list ul li.option {
  padding: 0 !important; }
  .select-filter-event .dropdown .list ul li.option label {
    padding: 15px;
    margin-bottom: 0;
    display: block; }
  .select-filter-event .dropdown .list ul li.option input[type="checkbox"] {
    display: none; }
/*
 * Container style
 */
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto; }
/*
 * Scrollbar rail styles
 */
.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  height: 15px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  /* please don't change 'position' */
  position: absolute; }

.ps__rail-y {
  display: none;
  opacity: 1;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  width: 5px;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute; }

.ps--active-x > .ps__rail-x, .ps--active-y > .ps__rail-y {
  display: block;
  background-color: #bfd0dc; }

.ps:hover > .ps__rail-x, .ps:hover > .ps__rail-y, .ps--focus > .ps__rail-x, .ps--focus > .ps__rail-y, .ps--scrolling-x > .ps__rail-x, .ps--scrolling-y > .ps__rail-y {
  opacity: 1; }

.ps .ps__rail-x:hover, .ps .ps__rail-y:hover, .ps .ps__rail-x:focus, .ps .ps__rail-y:focus, .ps .ps__rail-x.ps--clicking, .ps .ps__rail-y.ps--clicking {
  background-color: #bfd0dc;
  opacity: 1; }
/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color 0.2s linear, height 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, height 0.2s ease-in-out;
  height: 6px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
  /* please don't change 'position' */
  position: absolute; }

.ps__thumb-y {
  background-color: #004373;
  transition: background-color 0.2s linear, width 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, width 0.2s ease-in-out;
  width: 5px;
  /* there must be 'right' for ps__thumb-y */
  right: 0px;
  /* please don't change 'position' */
  position: absolute; }

.ps__rail-x:hover > .ps__thumb-x, .ps__rail-x:focus > .ps__thumb-x, .ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #004373;
  height: 5px; }

.ps__rail-y:hover > .ps__thumb-y, .ps__rail-y:focus > .ps__thumb-y, .ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #004373;
  width: 5px; }
/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important; } }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important; } }

.menu-mobile-open .ps__thumb-y, .menu-mobile-open .ps__rail-x, .menu-mobile-open .ps__rail-y, .menu-mobile-open .ps__thumb-x {
  display: none; }

.mobile-btn.d-flex-r-c {
  display: none; }
  .mobile-btn.d-flex-r-c .btn-search {
    margin-right: 20px;
    cursor: pointer; }
  .mobile-btn.d-flex-r-c .btn-search i {
    color: #004373;
    font-size: 20px; }
  .mobile-btn.d-flex-r-c .btn-search:hover {
    color: #b00; }
  @media (max-width : 991px) {
  .mobile-btn.d-flex-r-c {
    display: flex; } }

.icon-menu {
  position: relative;
  z-index: 9999;
  width: 25px;
  height: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out 0.4s; }
  .active .icon-menu {
    transform: rotate(360deg); }

.bar {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #004373;
  display: block; }
  .bar:nth-child(1) {
    top: 0; }
  .bar:nth-child(4) {
    top: 18px; }
  .bar:nth-child(1), .bar:nth-child(4) {
    transition: top 0.15s linear, opacity 0.1s linear 0.15s, transform 0.1s linear 0.15s; }
  .bar:nth-child(2), .bar:nth-child(3) {
    top: 9px;
    transition: all 0.15s linear; }
  .active .bar:nth-child(1), .active .bar:nth-child(4) {
    top: 16px;
    opacity: 0;
    transform: translate(-100%); }
  .active .bar:nth-child(4) {
    transform: translate(100%); }
  .active .bar:nth-child(2) {
    transform: rotate(135deg); }
  .active .bar:nth-child(3) {
    transform: rotate(-135deg); }

.head-btn-mobile {
  display: none;
  position: relative;
  z-index: 15;
  padding: 8px 15px;
  background: #fff; }
  @media (max-width : 991px) {
  .head-btn-mobile {
    display: block; } }

.mob-head-title, .mob-head-title2 {
  display: none;
  background: #004373;
  padding: 15px 115px 15px 15px;
  color: #fff;
  position: relative; }
  .mob-head-title .menu-back-btn-1, .mob-head-title2 .menu-back-btn-1, .mob-head-title .menu-back-btn-2, .mob-head-title2 .menu-back-btn-2 {
    font-size: 14px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%); }
  .mob-head-title .menu-back-btn-1 i, .mob-head-title2 .menu-back-btn-1 i, .mob-head-title .menu-back-btn-2 i, .mob-head-title2 .menu-back-btn-2 i {
    font-size: 18px;
    position: relative;
    top: 2px;
    margin-right: 10px;
    transition: 0.3s; }
  .mob-head-title .menu-back-btn-1:hover i, .mob-head-title2 .menu-back-btn-1:hover i, .mob-head-title .menu-back-btn-2:hover i, .mob-head-title2 .menu-back-btn-2:hover i {
    margin-right: 15px; }
  .mob-head-title .sub-title, .mob-head-title2 .sub-title {
    font-size: 18px; }
  @media (max-width : 991px) {
  .mob-head-title, .mob-head-title2 {
    display: block; } }

.search-mobile-content {
  display: none;
  text-align: center; }
  .search-mobile-content .tx-kesearch-pi1 {
    background: #f2f6f8; }
  .search-mobile-content .tx-kesearch-pi1 .search-xs-form {
    line-height: normal;
    float: initial;
    margin-right: 0;
    display: inline-block;
    width: 100%; }
  .search-mobile-content .tx-kesearch-pi1 .search-xs-form #ke_search_sword {
    width: 100%;
    background: transparent;
    padding: 25px 38px 25px 18px; }

@media (max-width : 991px) {
    .cat-counter {
      display: none;
      position: relative;
      background-color: #fff; }
      .cat-counter h4 {
        font-size: 16px;
        color: #004373;
        text-transform: uppercase;
        text-align: center;
        font-family: 'Lato', sans-serif;
        padding: 25px;
        cursor: pointer;
        position: relative;
        margin-bottom: 0;
        width: 100%;
        letter-spacing: 1.3px; }
        .cat-counter h4:after {
          border-style: solid;
          border-width: 3px 3px 0 0;
          border-color: #004373;
          content: '';
          display: inline-block;
          height: 10px;
          transform: translateY(-50%) rotate(135deg);
          width: 10px;
          position: absolute;
          top: 50%;
          right: 20px;
          transition: 0.3s;
          transform-origin: center center;
          opacity: 0.75; }
        .cat-counter h4.open:after {
          transform: translateY(-50%) rotate(-45deg);
          opacity: 1; }
      .cat-counter > .category-list {
        display: none;
        position: relative;
        width: 100%;
        margin-top: 0; }
        .cat-counter > .category-list ul li:not(.parent) {
          padding: 15px 25px 15px 25px;
          border: none;
          border-top: solid 1px #bfd0dc; } }

.theme-actu-mobile .cat-counter {
  box-shadow: 0 3px 14px 0 rgba(0, 0, 0, 0.2);
  display: block; }
/* Modal */
.datepicker-modal {
  max-width: 325px;
  min-width: 300px;
  max-height: none;
  position: absolute;
  top: 100% !important;
  margin-top: 10px;
  overflow: inherit; }

.datepicker-container.modal-content {
  display: flex;
  flex-direction: column;
  padding: 0;
  -webkit-box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24);
  box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24);
  border: none;
  border-radius: 0; }

.datepicker-controls {
  display: flex;
  justify-content: space-between;
  width: 280px;
  margin: 0 auto; }
  .datepicker-controls .selects-container {
    display: flex; }
  .datepicker-controls .select-wrapper input {
    border-bottom: none;
    text-align: center;
    margin: 0; }
  .datepicker-controls .select-wrapper input:focus {
    border-bottom: none; }
  .datepicker-controls .select-wrapper .caret {
    display: none; }
  .datepicker-controls .select-year input {
    width: 50px;
    margin-top: 5px;
    border: 0;
    cursor: default; }
  .datepicker-controls .select-year input:focus {
    outline: none; }
  .datepicker-controls .select-month input {
    width: 92px;
    margin-top: 5px;
    border: 0;
    cursor: default; }
  .datepicker-controls .select-month input:focus {
    outline: none; }

.month-prev, .month-next {
  margin-top: 4px;
  cursor: pointer;
  background-color: transparent;
  border: none; }
/* Date Display */
.datepicker-date-display {
  flex: 1 auto;
  background-color: #b00;
  color: #fff;
  padding: 20px 22px;
  font-weight: 500; }
  .datepicker-date-display .year-text {
    display: block;
    font-size: 1.5rem;
    line-height: 25px;
    color: #fff; }
  .datepicker-date-display .date-text {
    display: block;
    font-size: 30px;
    line-height: normal;
    font-weight: 500; }
/* Calendar */
.datepicker-calendar-container {
  flex: 2.5 auto; }

.datepicker-table {
  width: 280px;
  font-size: 1rem;
  margin: 0 auto; }
  .datepicker-table thead {
    border-bottom: none; }
  .datepicker-table th {
    padding: 10px 5px;
    text-align: center; }
  .datepicker-table tr {
    border: none; }
  .datepicker-table abbr {
    text-decoration: none;
    color: #004373; }
  .datepicker-table td {
    border-radius: 50%;
    padding: 0; }
  .datepicker-table td.is-today {
    color: #b00; }
  .datepicker-table td.is-selected {
    background-color: #004373;
    color: #fff; }
  .datepicker-table td.is-outside-current-month, .datepicker-table td.is-disabled {
    color: #bfd0dc;
    pointer-events: none; }

.datepicker-day-button {
  background-color: transparent;
  border: none;
  line-height: 38px;
  display: block;
  width: 100%;
  border-radius: 50%;
  padding: 0 5px;
  cursor: pointer;
  color: inherit; }
  .datepicker-day-button:focus {
    background-color: #004373;
    outline: none; }
/* Footer */
.datepicker-footer {
  width: 280px;
  margin: 0 auto;
  padding-bottom: 15px;
  display: flex;
  justify-content: space-between; }

.datepicker-cancel, .datepicker-clear, .datepicker-today, .datepicker-done {
  color: #004373;
  padding: 0 1rem;
  background: none;
  border: none; }

.datepicker-clear {
  color: #b00; }
/* Media Queries 
 @media #{$medium-and-up} {
 .datepicker-modal {
 max-width: 625px;
 }
 .datepicker-container.modal-content {
 flex-direction: row;
 }
 .datepicker-date-display {
 flex: 0 1 270px;
 }
 .datepicker-controls,
 .datepicker-table,
 .datepicker-footer {
 width: 320px;
 }
 .datepicker-day-button {
 line-height: 44px;
 }
 }*/
.date-filtre-form-group.last-input .datepicker-modal {
  right: 0 !important;
  left: inherit !important; }

.dropdown-content.select-dropdown {
  display: none !important; }

#tarteaucitronRoot #tarteaucitronAlertBig {
  padding: 15px !important;
  width: 100% !important;
  box-sizing: border-box !important; }

#tarteaucitronAlertBig #tarteaucitronPersonalize {
  background: #004373 !important;
  color: #fff !important;
  display: inline-block !important;
  font-size: 14px !important;
  padding: 7px 10px !important;
  font-weight: bold !important;
  border-radius: 2px !important; }

#tarteaucitronBack {
  background: #004373 !important; }

#tarteaucitronAlertBig #tarteaucitronCloseAlert {
  font-size: 14px !important;
  margin-bottom: 0px !important;
  padding: 9px 10px 8px 10px !important;
  font-weight: 600;
  border-radius: 2px !important; }

#tarteaucitronRoot #tarteaucitronAlertBig {
  background: #171d28 !important; }

#tarteaucitronRoot #tarteaucitronPercentage {
  background: #004373 !important;
  box-shadow: none !important;
  height: 3px !important; }

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine {
  background: #273142 !important; }

#tarteaucitron #tarteaucitronClosePanel {
  background: #273142 !important;
  outline: none !important; }

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine {
  border: none !important; }

div#tarteaucitronServices {
  box-shadow: none !important; }

#tarteaucitronRoot button#tarteaucitronBack {
  background: #004373 !important; }

.tarteaucitronSelfLink {
  display: none !important; }

#tarteaucitron .tarteaucitronBorder {
  background: #fff !important;
  border: none !important; }

#tarteaucitron #tarteaucitronServices .tarteaucitronTitle button {
  color: #273142 !important; }

#tarteaucitron #tarteaucitronServices .tarteaucitronHidden {
  background: #fff !important; }

.ui-autocomplete {
  z-index: 100 !important;
  border-radius: 0;
  border: 0;
  top: calc(100% + 3px);
  background: none;
  box-shadow: 0 2px 50px 0 rgba(0, 67, 115, 0.35); }
  .ui-autocomplete .ui-menu-item {
    padding: 0;
    list-style: none; }
  .ui-autocomplete .ui-menu-item .ui-corner-all {
    font-size: 16px;
    padding: 10px;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #f2f6f8;
    background: #fff; }
  .ui-autocomplete .ui-menu-item .ui-corner-all.ui-state-focus {
    border: 0;
    background: #f2f6f8;
    color: #004373;
    border-bottom: 1px solid #f2f6f8;
    margin: 0; }
  .ui-autocomplete .ui-menu-item:last-child .ui-corner-all {
    border: none !important; }
  @media (max-width : 991px) {
  .ui-autocomplete {
    top: calc(100% - 1px); } }

.date-filtre-form-group {
  position: relative;
  float: left;
  margin-right: 23px;
  margin-top: -28px;
  width: 125px; }
  .date-filtre-form-group:last-child {
    margin-right: 0; }
  .date-filtre-form-group label {
    font-size: 13px;
    font-weight: bold;
    color: #1d1d1b;
    margin-bottom: 0; }
  .date-filtre-form-group input.datepicker {
    position: relative;
    border: solid 1px rgba(0, 67, 115, 0.5);
    border-radius: 0;
    font-size: 14px;
    font-weight: 500;
    color: #004373;
    padding: 13px 11px;
    line-height: normal;
    height: auto; }
  .date-filtre-form-group input.datepicker::-webkit-inner-spin-button {
    display: none; }
  .date-filtre-form-group input.datepicker::-webkit-clear-button {
    display: none; }
  .date-filtre-form-group input.datepicker::-webkit-calendar-picker-indicator {
    width: 100%;
    height: 100%;
    top: -1;
    left: 0;
    opacity: 0;
    position: absolute; }
  .date-filtre-form-group input.datepicker::-webkit-calendar-picker-indicator:hover {
    background: transparent;
    cursor: pointer; }
  .date-filtre-form-group .form-control-clear {
    z-index: 4;
    pointer-events: auto;
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    border-radius: 100%;
    border: solid 1px #e0e8ee;
    background-color: #f2f6f8;
    color: #004373;
    font-size: 9px;
    transition: 0.3s; }
  .date-filtre-form-group .form-control-clear:hover {
    border-color: #004373;
    background-color: #004373;
    color: #fff; }
  .date-filtre-form-group .form-control-clear.hidden {
    visibility: hidden; }
  .date-filtre-form-group ::-ms-clear {
    display: none; }
  @media (max-width: 1404px) {
  .date-filtre-form-group {
    margin-right: 10px; } }
  @media (min-width: 992px) and (max-width: 1350px) {
  .date-filtre-form-group {
    margin-right: 5px;
    width: 100px; }
    .date-filtre-form-group input.datepicker {
      font-size: 12px;
      padding: 13px 8px; } }
  @media (max-width : 991px) {
  .date-filtre-form-group {
    margin-top: 0; } }
  @media (max-width : 767px) {
  .date-filtre-form-group {
    margin-right: 4%;
    width: 48%; } }

.quick-links-box {
  width: 100%;
  padding: 60px 0;
  background: #f2f6f8;
  display: none; }
  .quick-links-box .quick-link {
    font-size: 18px;
    font-weight: 500;
    border: #004373 1px solid;
    padding: 18px 18px;
    display: block;
    color: #004373;
    transition: 0.3s;
    line-height: normal;
    position: relative;
    text-decoration: none;
    border-radius: 2px; }
  .quick-links-box .quick-link:after {
    border-style: solid;
    border-width: 3px 3px 0 0;
    border-color: #004373;
    content: '';
    display: inline-block;
    height: 10px;
    transform: rotate(45deg) translateY(-50%);
    width: 10px;
    position: absolute;
    top: 50%;
    right: 18px;
    transition: 0.3s;
    transform-origin: center center; }
  .quick-links-box .quick-link:hover {
    background: #004373;
    color: #fff !important; }
  .quick-links-box .quick-link:hover:after {
    border-color: #fff !important; }

.submenu-box .quick-links-box {
  display: block; }
  @media (max-width : 991px) {
    .submenu-box .quick-links-box {
      display: none; } }

@supports (overflow:-webkit-marquee) and (justify-content:inherit) {
  .d-flex-safari {
    display: flex; }

  .height-safari-100 {
    display: flex;
    height: auto;
    width: 100%; } }
/* Safari 6.1-7.0 */
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-color-index: 0) {
  .d-flex-safari {
    display: flex; }

  .height-safari-100 {
    display: flex;
    height: auto;
    width: 100%; } }

#login {
  position: fixed;
  z-index: 999999;
  height: 100vh;
  width: 20vw;
  right: 0;
  top: 0;
  transform: translateX(100%);
  transition: 0.3s; }
  #login .csc-default {
    background: #fff;
    width: 100%;
    height: 100%;
    padding: 30px; }
  #login .csc-default .close-login-box {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 30px;
    color: #004373; }
  #login .csc-default h4 {
    margin-top: 40px;
    font-family: 'Lato', sans-serif; }
  #login .csc-default h5 {
    margin-bottom: 10px;
    margin-top: 20px; }
  #login .csc-default .close-login-box {
    cursor: pointer; }
  #login .csc-default .btn {
    margin-top: 30px; }
  #login .csc-default ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  #login.open {
    transform: translateX(0); }
  @media (max-width : 1405px) {
  #login {
    width: 30vw; } }
  @media (max-width : 991px) {
  #login {
    width: 50vw; } }
  @media (max-width : 767px) {
  #login {
    width: 100vw; } }

.user-myconsultations-search input[type="text"] {
  -webkit-appearance: none;
  width: 85%;
  border: solid 1px rgba(0, 67, 115, 0.55);
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  position: relative;
  padding: 20px;
  color: #004373;
  float: left; }

.user-myconsultations-search button {
  width: calc(15% + 1px);
  background: #004373;
  color: #fff;
  border: solid 1px #004373;
  border-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  font-size: 22px;
  text-align: center;
  height: 70px;
  position: relative;
  margin-left: -1px;
  outline: none;
  transition: 0.3s;
  padding: 0; }
  .user-myconsultations-search button:hover {
    background: #b00;
    border: solid 1px #b00; }
  @media (max-width : 576px) {
  .user-myconsultations-search button {
    height: 61px; } }

.user-myconsultations-pi1 table {
  padding-bottom: 0 !important; }

.user-myconsultations-pi1 table tr:last-child {
  border-bottom: none !important; }

@media print {
  /*@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) 
   { @media {
   }}
   @media not all and (min-resolution:.001dpcm)
   { @supports (-webkit-appearance:none) and (stroke-color:transparent) {
   }}
   @media not all and (min-resolution:.001dpcm)
   { @supports (-webkit-appearance:none) and (not (stroke-color:transparent)) {
   }}*/
    * {
      -webkit-print-color-adjust: exact;
      printer-colors: exact;
      color-adjust: exact; }
    body {
      -webkit-print-color-adjust: exact; }
    @page {
      margin: 0mm 5mm 0mm 5mm; }
    a, .head-line #rootline span.menuOn {
      text-decoration: none !important; }
    a[href]:after {
      content: none !important; }
    img[src]:after {
      content: none !important; }
    .navbar-toggler, .footer-nav, .navbar-collapse, .navbar-nav {
      display: none !important; }
    header {
      display: block !important;
      width: 100%;
      position: inherit; }
    p, table, img, footer, .card, .ce-gallery, .contact-section {
      display: block !important;
      page-break-inside: avoid !important; }
    .news-latest-item {
      page-break-inside: avoid !important; }
    .content-top {
      padding-top: 0px; }
    .content-img {
      display: block; }
    .slick-slide {
      display: none !important; }
      .slick-slide.slick-active {
        display: block !important; }
      .slick-slide.slick-cloned {
        display: none !important; }
    .slick-list {
      height: auto !important; }
    .slick-track {
      width: auto !important;
      height: auto !important;
      transform: none !important; }
      .slick-track .slick-slide {
        width: auto !important; }
    .page #content, .page-adhesion #content {
      margin-top: 40px !important; }
    .collapse:not(.show) {
      display: block !important; }
    .list-view {
      height: auto !important; }
    .grid-sizer {
      display: none !important; }
    .back-to-top {
      display: none !important; }
    .prefooter .csc-frame, .footerMenu, .subFooterMenu, .head-line, .actu-col, .news-comment-form, .btn-price, .add-to-calendar, .social-tools, .back-btn, .mt-50-percent, #tarteaucitronRoot, nav, .homeslider, #bannerTTContent, .mobile-btn, .panel-group .panel .panel-heading a:before, .panel-group .panel .panel-heading a:after, .find-choice, .contentSocial, .cta-link, .cta-bloc, .top-link, .footer-menu-container {
      display: none !important; }
    .logo-footer {
      position: relative !important;
      left: inherit !important;
      top: inherit !important; }
    .carousel-caption {
      width: 100%;
      max-width: 100%; }
    .top-info-bar {
      text-align: center;
      padding: 25px 30px 25px 30px; }
      .top-info-bar .date {
        width: 100%; }
    .grid-item {
      position: inherit !important;
      left: inherit !important;
      top: inherit !important;
      right: inherit !important;
      bottom: inherit !important;
      float: left !important;
      display: block !important; }
    .grid {
      height: auto !important;
      display: block !important; }
    .white-fade-overlay {
      display: none !important; }
    .news-list-view, .list-view {
      height: auto !important;
      display: block !important; }
    @-moz-document url-prefix() {
      /*
       .col{
       max-width:100% !important;
       width:100% !important;
       }
       */
      /*[class^="offset-"], [class*=" offset-"], .offset{
       margin:0 !important;
       }*/
    footer *, .btn, .powermail_submit, .btn-form, .btn-reset, .tx-felogin-pi1 input[type="submit"], .cta-bloc .cta-contenu .cta-text p {
      color: rgba(0, 0, 0, 0) !important;
      text-shadow: 0 0 0 #fff !important; }
    .row, .contact-section {
      display: block !important;
      width: 100% !important;
      clear: left !important; }
    footer {
      clear: left !important; }
    [class^="col-"], [class*=" col-"], .col {
      float: left; }
    .offset-md-1.col-md-3 {
      margin-left: 0 !important;
      flex: 0 0 33.33333% !important;
      max-width: 33.33333% !important;
      float: none !important;
      clear: left !important; }
    .col-lg-8.offset-lg-2, .col-md-8.offset-md-2 {
      margin-left: 0 !important;
      flex: 0 0 100% !important;
      max-width: 100% !important;
      float: none !important;
      clear: left !important; }
    .ce-gallery {
      height: auto; }
    .news-list-view {
      overflow: auto;
      height: auto;
      width: 100%;
      float: none;
      display: block; } }
    @supports (-ms-ime-align: auto) {
    @page {
      size: A4; }
    footer [class^="col-"], footer [class*=" col-"], footer .col {
      flex: 0 0 100% !important;
      max-width: 100% !important; }
    .news-list-view {
      height: auto;
      display: block; } } }

.menuLang li:first-of-type:last-of-type {
  display: none !important; }
