:root {
  --font-open-sans: 'Open Sans', sans-serif;
  --font-helvetica: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --font-size-base: 13px;
  --font-weight-normal: normal;

  --color-navbar-main: #f0f0f0;
  --color-border: #e1e1e1;
  --color-text-light: #808080;
  --color-menu-bg: #7c7cae;
  --color-menu-text: #ffffff;
  --color-menu-border: #5a5a8c;

  --padding-main: 50px;
  --height-navbar: 60px;
  --padding-menu-item: 9px;
  --border-radius-menu-item: 3px;
  --transition-duration: 0.4s;
}

@font-face {
  font-family: 'Oxygen';
  src: url('../../fonts/Oxygen/Oxygen-Bold.eot');
  src: url('../../fonts/Oxygen/Oxygen-Bold.eot?#iefix') format('embedded-opentype'),
  url('../../fonts/Oxygen/Oxygen-Bold.woff2') format('woff2'),
  url('../../fonts/Oxygen/Oxygen-Bold.woff') format('woff'),
  url('../../fonts/Oxygen/Oxygen-Bold.ttf') format('truetype'),
  url('../../fonts/Oxygen/Oxygen-Bold.svg#Oxygen-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Oxygen';
  src: url('../../fonts/Oxygen/Oxygen-Regular.eot');
  src: url('../../fonts/Oxygen/Oxygen-Regular.eot?#iefix') format('embedded-opentype'),
  url('../../fonts/Oxygen/Oxygen-Regular.woff2') format('woff2'),
  url('../../fonts/Oxygen/Oxygen-Regular.woff') format('woff'),
  url('../../fonts/Oxygen/Oxygen-Regular.ttf') format('truetype'),
  url('../../fonts/Oxygen/Oxygen-Regular.svg#Oxygen-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Oxygen';
  src: url('../../fonts/Oxygen/Oxygen-Light.eot');
  src: url('../../fonts/Oxygen/Oxygen-Light.eot?#iefix') format('embedded-opentype'),
  url('../../fonts/Oxygen/Oxygen-Light.woff2') format('woff2'),
  url('../../fonts/Oxygen/Oxygen-Light.woff') format('woff'),
  url('../../fonts/Oxygen/Oxygen-Light.ttf') format('truetype'),
  url('../../fonts/Oxygen/Oxygen-Light.svg#Oxygen-Light') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Verdana';
  src: url('../../fonts/Verdana/Verdana.eot');
  src: url('../../fonts/Verdana/Verdana.eot?#iefix') format('embedded-opentype'),
  url('../../fonts/Verdana/Verdana.woff2') format('woff2'),
  url('../../fonts/Verdana/Verdana.woff') format('woff'),
  url('../../fonts/Verdana/Verdana.ttf') format('truetype'),
  url('../../fonts/Verdana/Verdana.svg#Verdana') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

#block-cem-titredepage {
  display: block !important;
}
#block-cem-titredepage h2 {
  display: none ;
}

body .headline {
  background-color: transparent
}

.headline_outer {
  border-bottom: 1px solid #ebebeb
}

.headline_outer .headline_color {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0
}

.headline_outer .headline_inner {
  padding: 12px 20px;
  position: relative;
  z-index: 1
}

.headline_outer .headline_inner .headline_aligner {
  display: inline-block;
  vertical-align: middle
}

.headline_outer .headline_inner .headline_text {
  display: inline-block;
  vertical-align: middle;
  position: relative
}

.headline_outer .headline_inner .headline_text:before {
  width: 1em;
  height: 1em;
  margin: auto !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0
}

.headline_text h1 {
  font-family: 'Oxygen', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
  font-size: 32px;
  line-height: 40px;
  font-weight: 300;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
}

.headline_text h1 .subtitle{
  font-size: 15px;
  line-height: 24px;
}

.headline_outer .headline_inner .headline_text h5 {
  margin: -5px 0 0
}

.headline_outer .headline_inner.align_left {
  text-align: left
}

.headline_outer .headline_inner.align_left .headline_text {
  text-align: left
}

.headline_outer .headline_inner.align_left .headline_text:before {
  right: auto
}

.headline_outer .headline_inner.align_right {
  text-align: right
}

.headline_outer .headline_inner.align_right .headline_text {
  text-align: right
}

.headline_outer .headline_inner.align_right .headline_text:before {
  left: auto
}

.headline_outer .headline_inner.align_center {
  text-align: center
}

.headline_outer .headline_inner.align_center .headline_text {
  text-align: center
}

.headline_outer .headline_inner.align_center .headline_text:before {
  bottom: auto;
}
ul#block-cem-headercledeschamps {
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.hidden {
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
}

.visible {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.search_bar_wrap {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.search_bar_wrap.show {
  opacity: 1;
}

