@-moz-keyframes arrow {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50px);
  }
}
@-webkit-keyframes arrow {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50px);
  }
}
@-o-keyframes arrow {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50px);
  }
}
@keyframes arrow {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50px);
  }
}
@-moz-keyframes arrow__second {
  0% {
    transform: translateX(50px);
  }
  100% {
    transform: translateX(0);
  }
}
@-webkit-keyframes arrow__second {
  0% {
    transform: translateX(50px);
  }
  100% {
    transform: translateX(0);
  }
}
@-o-keyframes arrow__second {
  0% {
    transform: translateX(50px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes arrow__second {
  0% {
    transform: translateX(50px);
  }
  100% {
    transform: translateX(0);
  }
}
@-moz-keyframes arrow__reverse {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(50px);
  }
}
@-webkit-keyframes arrow__reverse {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(50px);
  }
}
@-o-keyframes arrow__reverse {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(50px);
  }
}
@keyframes arrow__reverse {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(50px);
  }
}
@-moz-keyframes arrow__reverse_second {
  0% {
    transform: translateX(-50px);
  }
  100% {
    transform: translateX(0px);
  }
}
@-webkit-keyframes arrow__reverse_second {
  0% {
    transform: translateX(-50px);
  }
  100% {
    transform: translateX(0px);
  }
}
@-o-keyframes arrow__reverse_second {
  0% {
    transform: translateX(-50px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes arrow__reverse_second {
  0% {
    transform: translateX(-50px);
  }
  100% {
    transform: translateX(0px);
  }
}
@-moz-keyframes arrow__bottom_first {
  0% {
    transform: translate(1px, 0px);
  }
  100% {
    transform: translate(1px, 50px);
  }
}
@-webkit-keyframes arrow__bottom_first {
  0% {
    transform: translate(1px, 0px);
  }
  100% {
    transform: translate(1px, 50px);
  }
}
@-o-keyframes arrow__bottom_first {
  0% {
    transform: translate(1px, 0px);
  }
  100% {
    transform: translate(1px, 50px);
  }
}
@keyframes arrow__bottom_first {
  0% {
    transform: translate(1px, 0px);
  }
  100% {
    transform: translate(1px, 50px);
  }
}
@-moz-keyframes arrow__bottom_second {
  0% {
    transform: translate(1px, -50px);
  }
  100% {
    transform: translate(1px, 0px);
  }
}
@-webkit-keyframes arrow__bottom_second {
  0% {
    transform: translate(1px, -50px);
  }
  100% {
    transform: translate(1px, 0px);
  }
}
@-o-keyframes arrow__bottom_second {
  0% {
    transform: translate(1px, -50px);
  }
  100% {
    transform: translate(1px, 0px);
  }
}
@keyframes arrow__bottom_second {
  0% {
    transform: translate(1px, -50px);
  }
  100% {
    transform: translate(1px, 0px);
  }
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
html,
html a {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}
html {
  font-size: 18px;
  scroll-behavior: smooth;
}
html,
body {
  margin: 0;
  padding: 0;
}
body {
  width: 100vw;
  overflow-x: hidden !important;
  background-color:#ffffff;
}
svg {
  transition: 0.3s all linear;
}
p {
  margin: 0;
}
p:not(:last-child) {
  margin-bottom: 30px;
}
h1 {
  font-size: 2.722222222222222rem;
  line-height: 3.111111111111111rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 1.666666666666667rem;
    line-height: 2.222222222222222rem;
  }
}
h2 {
  font-size: 1.888888888888889rem;
  line-height: 2.333333333333333rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 1.444444444444444rem;
    line-height: 1.888888888888889rem;
  }
}
h3 {
  font-size: 1.222222222222222rem;
  line-height: 1.611111111111111rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 1rem;
    line-height: 1.333333333333333rem;
  }
}
.paragraph p + ul {
  margin-top: -10px;
}
.paragraph ul {
  list-style: none;
  margin-bottom: 20px;
  padding-left: 0;
}
.paragraph ul li {
  position: relative;
  padding-left: 55px;
}
.paragraph ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 27px;
  border-radius: 50%;
  width: 3px;
  height: 3px;
  background-color: currentColor;
}
@media screen and (min-width: 768px) {
  .paragraph ul li:before {
    top: 15px;
  }
}
#app {
  position: relative;
  background-size: 200vw;
  background-repeat: no-repeat;
  background-position: top center;
}
#app.has-bg:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 86vw;
  background-image: linear-gradient(180deg, rgba(255,255,255,0.5) 0%, #fff 100%);
}
#app.has-bg .bkg-grid {
  z-index: 5;
  mix-blend-mode: multiply;
}
#app.has-bg .app__inner {
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  #app {
    background-size: 150vw;
  }
  #app.has-bg:after {
    height: 65vw;
  }
}
@media screen and (min-width: 1024px) {
  #app {
    background-size: 100vw;
  }
  #app.has-bg:after {
    height: 43vw;
  }
}
@media screen and (min-width: 1024px) {
  #app.transitioned-page {
    width: 100vw;
    height: 100vh;
  }
}
.app__inner {
  position: relative;
  z-index: 1;
  overflow-x: hidden;
  background-repeat: no-repeat;
}
.block {
  padding-right: 10px;
  padding-left: 10px;
}
@media screen and (min-width: 768px) {
  .block {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .block {
    padding-right: 0;
    padding-left: 0;
  }
}
.block--left {
  padding-right: 10px;
  padding-left: 0;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .block--left {
    padding-right: 20px;
    padding-left: 0;
  }
}
@media screen and (min-width: 1024px) {
  .block--left {
    padding-right: 0;
    padding-left: 0;
  }
}
.block--right {
  padding-right: 0;
  padding-left: 10px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .block--right {
    padding-right: 0;
    padding-left: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .block--right {
    padding-right: 0;
    padding-left: 0;
  }
}
.hide-small {
  display: none;
}
@media screen and (min-width: 1024px) {
  .hide-small {
    display: inline-block;
  }
}
@media screen and (min-width: 1024px) {
  .hide-medium {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .hide-mobile {
    display: none;
  }
  .menu__search:not(.hide-medium *) {
    display: none !important;
  }
}
.show-medium {
  display: none;
}
@media screen and (min-width: 1024px) {
  .show-medium {
    display: block;
  }
}
.hide-visually {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
.stop-scroll {
  height: 100vh;
  overflow: hidden !important;
  position: fixed;
}
@media screen and (min-width: 1024px) {
  .stop-scroll {
    height: auto;
    position: static;
    overflow: hidden !important;
  }
}
.img-gradient {
  position: relative;
}
.img-gradient:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  mix-blend-mode: screen;
  background-image: linear-gradient(314deg, rgba(235,0,0,0.5), rgba(235,0,0,0));
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .img-gradient:after {
    opacity: 0.25;
  }
}
@supports (-ms-ime-align: auto) {
  .img-gradient:after {
    opacity: 0.25;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
  white-space: nowrap;
}
.no-scroll-y {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.hidden {
  display: none !important;
}
@media screen and (min-width: 1024px) {
  .lists-container .list:first-child {
    padding-right: 40px;
  }
  .lists-container .list:last-child {
    padding: 0 0 0 40px;
  }
}
@media screen and (min-width: 1024px) {
  .template-career .bkg-grid {
    display: none;
  }
}
.millau-category-news {
  margin-bottom: 32px;
}
.page-title {
  overflow: hidden;
  margin: 0;
  padding-bottom: 20px;
  letter-spacing: 0;
  /*font-weight: $font-weight__bold
    font-size: pxToRem(30)*/
  font-family: 'Montserrat', sans-serif;
  /*line-height: 1*/
  color: #fff;
  /*+from('small') {
      font-size: pxToRem(80)
    }*/
}
.page-title--white {
  color: #fff;
}
.page-title--black {
  color: #333745;
}
.title {
  margin: 0;
  text-decoration: none;
  letter-spacing: 0;
  font-weight: 700;
  font-family: 'DM Serif Text', serif;
  line-height: 1em;
  color: #333745;
}
.title--level-2 {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 4.166666666666667rem;
}
@media screen and (min-width: 1280px) {
  .title--level-2 {
    font-size: 5rem;
  }
}
.title--level-3 {
  margin-top: 0;
  margin-bottom: 50px;
  /*font-size: $font-size__title--level-3*/
  font-family: 'Montserrat', sans-serif;
  /*+from('large') {
        font-size: $font-coef * $font-size__title--level-3
      }*/
}
.title--level-4 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.388888888888889rem;
}
@media screen and (min-width: 1280px) {
  .title--level-4 {
    font-size: 1.666666666666667rem;
  }
}
.title--level-4b {
  font-weight: 600;
  font-size: 1.666666666666667rem;
  font-family: 'DM Serif Text', serif;
}
@media screen and (min-width: 1280px) {
  .title--level-4b {
    font-size: 2rem;
  }
}
.title--level-4c {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 2.666666666666667rem;
  font-family: 'Montserrat', sans-serif;
}
@media screen and (min-width: 768px) {
  .title--level-4c {
    font-size: 3.333333333333333rem;
  }
}
@media screen and (min-width: 1024px) {
  .title--level-4c {
    font-size: 2.666666666666667rem;
  }
}
@media screen and (min-width: 1280px) {
  .title--level-4c {
    font-size: 3.333333333333333rem;
  }
}
.title--level-4c--variation {
  font-size: 1.666666666666667rem;
}
.title--nav {
  font-size: 1.666666666666667rem;
}
.title--paragraph {
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.2em;
}
.title--profile {
  font-weight: 700;
  font-size: 2rem;
  font-family: 'DM Serif Text', serif;
}
@media screen and (min-width: 768px) {
  .title--profile {
    font-size: 2.66rem;
  }
}
.title--font-base {
  font-family: 'Montserrat', sans-serif;
}
.title--white {
  color: #fff;
}
.title--gray-light {
  color: #eee;
}
.title--no-margin {
  margin: 0;
}
.title--bold {
  font-weight: 700;
}
.title-content {
  margin: 0 0 30px;
  font-size: 1.666666666666667rem;
  color: #333745;
  line-height: 1.2em;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
}
@media screen and (min-width: 768px) {
  .title-content {
    margin-bottom: 50px;
    font-size: 3.333333333333333rem;
  }
}
.subtitle-content {
  margin: 0 0 20px;
  font-weight: 700;
  font-family: 'DM Serif Text', serif;
  font-size: 1.666666666666667rem;
  color: #333745;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .subtitle-content {
    margin-bottom: 30px;
    font-size: 2rem;
  }
}
.title-footer {
  margin: 0 0 30px;
  max-width: 240px;
  font-weight: 600;
  font-size: 1.111111111111111rem;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.2;
}
.title-footer--variation {
  margin: 0;
  font-weight: 600;
  font-size: 1.111111111111111rem;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.3;
}
.title-footer-follow {
  margin: 0;
  font-weight: 600;
  font-size: 0.833333333333333rem;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.3;
  transition: color 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
.title-footer-follow:hover {
  color: #333745;
}
.pre-title {
  margin-bottom: 30px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-weight: 600;
  font-size: 1rem;
  font-family: 'Montserrat', sans-serif;
  line-height: 1em;
  color: #eb0000;
}
.number {
  margin: 0;
  letter-spacing: 0;
  font-weight: 600;
  font-size: 13.3rem;
  font-family: 'Montserrat', sans-serif;
  line-height: 1em;
  color: #eb0000;
}
@media screen and (min-width: 1024px) {
  .number {
    font-size: 5.33rem;
  }
}
@media screen and (min-width: 1280px) {
  .number {
    font-size: 11.11111111111111rem;
  }
}
.number--small {
  margin-top: 20px;
  font-size: 4.166666666666667rem;
  font-size: 0.722222222222222rem;
  color: #333745;
  background-color: #fff;
  display: table;
  position: relative;
}
@media screen and (min-width: 768px) {
  .number--small {
    font-size: 0.722222222222222rem;
  }
}
@media screen and (min-width: 1024px) {
  .number--small {
    font-size: 4.166666666666667rem;
    font-size: 0.722222222222222rem;
  }
}
@media screen and (min-width: 1280px) {
  .number--small {
    font-size: 5rem;
    font-size: 0.722222222222222rem;
  }
}
.number--narrow {
  margin-top: 20px;
  font-size: 2rem;
  color: #333745;
}
@media screen and (min-width: 768px) {
  .number--narrow {
    font-size: 4rem;
  }
}
.number--medium {
  font-size: 6rem;
  color: #757575;
  opacity: 0.2;
}
@media screen and (min-width: 768px) {
  .number--medium {
    font-size: 8.3rem;
  }
}
@media screen and (min-width: 1024px) {
  .number--medium {
    font-size: 8rem;
  }
}
@media screen and (min-width: 1280px) {
  .number--medium {
    font-size: 11.11111111111111rem;
  }
}
.number--calendar {
  font-size: 6rem;
}
@media screen and (min-width: 1024px) {
  .number--calendar {
    font-size: 5.33rem;
  }
}
@media screen and (min-width: 1280px) {
  .number--calendar {
    font-size: 13.3rem;
  }
}
.catchphrase {
  margin: 0;
  letter-spacing: 0;
  font-weight: 600;
  font-size: 2.66rem;
  font-family: 'Montserrat', sans-serif;
  line-height: 1em;
  color: #333745;
}
@media screen and (min-width: 768px) {
  .catchphrase {
    font-size: 5.32rem;
  }
}
@media screen and (min-width: 1024px) {
  .catchphrase {
    font-size: 5.985rem;
  }
}
.nav-title {
  display: block;
  margin: 0 0 20px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 2.777777777777778rem;
  line-height: 56px;
}
@media screen and (max-width: 1279px) {
  .nav-title {
    font-size: 3rem;
  }
}
.description {
  margin: 0;
  letter-spacing: 0;
  font-weight: 400;
  font-size: 1rem;
  font-family: 'Montserrat', sans-serif;
  color: #595959;
  line-height: 1.444444444444444rem;
}
@media screen and (min-width: 768px) {
  .description {
    font-size: 1.111111111111111rem;
    line-height: 1.666666666666667rem;
  }
}
.description--black {
  color: #333745;
}
.description--red {
  color: #eb0000;
  font-family: 'DM Serif Text', serif;
  flex: 1 1 auto;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 75%;
  flex-preferred-size: 75%;
  max-width: 75%;
  opacity: 1 !important;
}
@media screen and (min-width: 1280px) {
  .description--red {
    line-height: 1.944444444444444rem;
  }
}
.description--nav {
  color: #333745;
  font-family: 'DM Serif Text', serif;
  font-style: italic;
  font-size: 1.055555555555556rem;
  opacity: 1 !important;
}
@media screen and (min-width: 1280px) {
  .description--nav {
    font-size: 1.055555555555556rem;
  }
}
.headline {
  display: block;
  margin-top: 1.333333333333333rem;
  margin-bottom: 2.222222222222222rem;
  font-weight: 700;
  font-size: 0.833333333333333rem;
  line-height: 1.055555555555556rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #eb0000;
}
@media screen and (min-width: 768px) {
  .headline {
    font-size: 0.888888888888889rem;
  }
}
.headline--black {
  letter-spacing: 0;
  font-size: 0.7rem;
  line-height: 1em;
  color: #333745;
}
@media screen and (min-width: 1280px) {
  .headline--black {
    font-size: 0.7rem;
  }
}
.headline--red {
  color: #eb0000;
}
.headline--no-margin {
  margin: 0;
}
.headline--gray {
  font-size: 0.7rem;
  color: #757575;
}
@media screen and (min-width: 1280px) {
  .headline--gray {
    font-size: 0.7rem;
  }
}
.headline--narrow {
  margin-top: 0;
  margin-bottom: 0;
  text-transform: none;
  letter-spacing: 2px;
  color: #aaa;
}
@media screen and (min-width: 1280px) {
  .headline--narrow {
    font-size: 0.833333333333333rem;
  }
}
.headline--very-narrow {
  margin-top: 0;
  margin-bottom: 0;
  text-transform: none;
  letter-spacing: 0;
  color: #aaa;
}
@media screen and (min-width: 1280px) {
  .headline--very-narrow {
    font-size: 0.833333333333333rem;
  }
}
.headline--uppercase {
  text-transform: uppercase;
}
.headline--centered {
  text-align: center;
}
.bkg-text {
  margin: 0;
  letter-spacing: 0;
  font-weight: 700;
  font-size: 9.25925925925926rem;
  font-family: 'Montserrat', sans-serif;
  line-height: 0.9em;
  color: #eee;
}
@media screen and (min-width: 1280px) {
  .bkg-text {
    font-size: 11.11111111111111rem;
  }
}
.bkg-text-link {
  margin: 0;
  text-decoration: none;
  letter-spacing: 0;
  font-weight: 600;
  font-size: 0.833333333333333rem;
  font-family: 'Montserrat', sans-serif;
  line-height: 1em;
  color: #333745;
  transition: color 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.bkg-text-link:hover {
  color: #eb0000;
}
.date {
  margin-bottom: 1.111111111111111rem;
  letter-spacing: 1.5px;
  font-size: 0.777777777777778rem;
  line-height: 1.111111111111111rem;
  color: #000;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}
.date--lighter {
  color: #aaa;
}
@media screen and (min-width: 768px) {
  .date {
    font-size: 0.833333333333333rem;
    line-height: 1.333333333333333rem;
  }
}
.filter-date {
  margin: 0;
  text-decoration: none;
  letter-spacing: 1px;
  font-weight: 400;
  font-size: 0.833333333333333rem;
  font-family: 'Montserrat', sans-serif;
  line-height: 1em;
  color: #aaa;
  transition: color 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.filter-date--active {
  color: #eb0000;
}
@media screen and (min-width: 1024px) {
  .filter-date:hover {
    color: #eb0000;
  }
}
@media screen and (min-width: 1280px) {
  .filter-date {
    font-size: 0.866666666666667rem;
  }
}
.filter-toggle {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 0.722222222222222rem;
  font-family: 'Montserrat', sans-serif;
  line-height: 1em;
  color: #757575;
}
.info1 {
  margin-top: 0;
  margin-bottom: 10px;
  letter-spacing: 0;
  font-size: 0.833333333333333rem;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.666666666666667rem;
  color: #6d6d6d;
  display: block;
  text-align: left;
}
.content-quote .info1 {
  text-align: center;
  font-size: 1rem;
}
.info1--menu {
  font-weight: 300;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
}
.info2 {
  margin: 0;
  letter-spacing: 0.122222222222222rem;
  font-weight: 400;
  font-size: 0.722222222222222rem;
  font-family: 'Montserrat', sans-serif;
  line-height: 1rem;
  color: #757575;
  text-align: center;
}
.legend {
  margin: 0;
  letter-spacing: 0;
  font-weight: 700;
  font-size: 0.722222222222222rem;
  font-family: 'Montserrat', sans-serif;
  line-height: 0.888888888888889rem;
  color: #333745;
}
.legend .legend__job {
  font-weight: 400;
  color: #757575;
}
.legend--article {
  font-weight: 400;
  color: #757575;
  display: inline-block;
  margin-top: 0.5rem;
  letter-spacing: 2.2px;
}
.paragraph {
  letter-spacing: 0;
  font-weight: 500;
  font-size: 0.777777777777778rem;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.333333333333333rem;
  color: #757575;
}
@media screen and (min-width: 768px) {
  .paragraph {
    font-size: 0.833333333333333rem;
  }
}
.paragraph p:not(:last-child) {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .paragraph p:not(:last-child) {
    margin-bottom: 30px;
  }
}
.paragraph--white {
  color: #fff;
}
.paragraph a,
p a {
  text-decoration: none;
  transition: all 400ms ease-in-out;
}
.paragraph a:link,
p a:link,
.paragraph a:visited,
p a:visited {
  color: #757575;
  border-bottom: 1px solid;
  border-color: #757575;
}
.paragraph a:hover,
p a:hover {
  color: #eb0000;
  border-color: #fff;
}
.quote-placeholder {
  margin-top: 0;
  margin-bottom: 170px;
  letter-spacing: 0;
  font-weight: 600;
  font-size: 1.388888888888889rem;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.2em;
  color: #333745;
}
@media screen and (min-width: 768px) {
  .quote-placeholder {
    font-size: 1.666666666666667rem;
  }
}
.quote-placeholder--white {
  color: #fff;
}
.quote {
  position: relative;
  margin: 100px 0 0 0;
  padding-bottom: 50px;
  letter-spacing: initial;
  font-weight: 700;
  font-size: 1.222222222222222rem;
  font-family: 'DM Serif Text', serif;
  line-height: 33px;
  color: #333745;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .quote {
    font-size: 1.666666666666667rem;
  }
}
.quote:before {
  content: "\2018";
  position: absolute;
  top: -42px;
  left: -13vw;
  font-size: 3.333333333333333rem;
  line-height: 108px;
}
@media screen and (min-width: 375px) {
  .quote:before {
    left: 0;
  }
}
@media screen and (min-width: 768px) {
  .quote:before {
    left: -20px;
  }
}
@media screen and (min-width: 1024px) {
  .quote:before {
    top: -43px;
    left: -20px;
    font-size: 5rem;
  }
}
@media screen and (min-width: 1280px) {
  .quote:before {
    left: -20px;
  }
}
@media screen and (min-width: 1600px) {
  .quote:before {
    left: -20px;
  }
}
.quote:after {
  content: "\2019";
  position: absolute;
  bottom: -27px;
  right: -13vw;
  font-size: 3.333333333333333rem;
  line-height: 108px;
  bottom: -20px;
}
@media screen and (min-width: 375px) {
  .quote:after {
    right: 0;
  }
}
@media screen and (min-width: 768px) {
  .quote:after {
    right: -20px;
  }
}
@media screen and (min-width: 1024px) {
  .quote:after {
    right: -20px;
    font-size: 5rem;
  }
}
@media screen and (min-width: 1280px) {
  .quote:after {
    right: -20px;
  }
}
@media screen and (min-width: 1600px) {
  .quote:after {
    right: -20px;
  }
}
.quote strong {
  color: #eb0000;
}
.quote-info {
  font-family: 'Montserrat', sans-serif;
  color: #eb0000;
  font-size: 0.888888888888889rem;
  line-height: 24px;
  text-align: right;
}
.error,
.form-label {
  letter-spacing: 0;
  font-weight: 500;
  font-size: 0.888888888888889rem;
  font-family: 'Montserrat', sans-serif;
  line-height: 1em;
  color: #eb0000;
}
.error--gray,
.form-label--gray {
  color: #757575;
}
.error {
  font-size: 0.888888888888889rem;
}
.btn {
  margin: 0;
  text-decoration: none;
  color: #333745;
}
.btn:focus {
  z-index: 100;
}
.btn__wording {
  letter-spacing: 0;
  font-weight: 600;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
}
@media screen and (min-width: 768px) {
  .btn__wording {
    font-size: 16px;
  }
}
.btn--big .btn__wording {
  margin-top: 50px;
  font-size: 1.111111111111111rem;
  margin-bottom: 80px;
}
.btn--gray {
  color: #aaa;
}
.btn--gray-darker {
  color: #333745;
}
.btn--white {
  color: #fff;
}
.btn--red {
  color: #eb0000;
}
.btn--important {
  color: #eb0000;
}
@media screen and (min-width: 1280px) {
  .btn--important .btn__wording {
    font-size: 1.111111111111111rem;
  }
}
.footer-site {
  display: block;
  margin: 0;
  border-top: 1px solid #eee;
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.7rem;
  font-family: 'Montserrat', sans-serif;
  line-height: 1em;
  color: #aaa;
  transition: color 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
@media screen and (min-width: 768px) {
  .footer-site {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .footer-site {
    border-top: 0;
    padding-right: 0;
    padding-left: 0;
    text-align: center;
  }
}
.footer-site--red {
  color: #eb0000;
}
.footer-site:hover {
  color: #333745;
}
.footer-link {
  display: block;
  font-size: 0.888888888888889rem;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.2;
  transition: color 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
.footer-link:hover {
  color: #333745;
}
.footer-link--bold {
  font-weight: 600;
}
.footer-link--bold:hover {
  color: #aaa;
}
.tg-link {
  display: inline-block;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  font-family: 'Montserrat', sans-serif;
  line-height: 1em;
  color: #333745;
  transition: color 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.tg-link:hover {
  color: #eb0000;
}
.tg-link span {
  display: inline-block;
}
.tg-link--after span:after {
  content: '';
  display: block;
  margin-top: 10px;
  width: calc(100% + 10px);
  height: 2px;
  background: #eb0000;
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transform: scaleX(0);
  transform-origin: left;
  will-change: transform;
}
.tg-link--after:hover span:after {
  transform: scaleX(1);
}
.scroll-tag {
  margin: 0;
  text-decoration: none;
  color: #333745;
}
.scroll-tag__text {
  letter-spacing: 0;
  font-weight: 700;
  font-size: 0.888888888888889rem;
  font-family: 'Montserrat', sans-serif;
  line-height: 1em;
}
.label {
  text-decoration: none;
  letter-spacing: 0;
  font-weight: 600;
  font-size: 0.833333333333333rem;
  font-family: 'Montserrat', sans-serif;
  line-height: 1em;
  color: #333745;
}
.label--bold {
  font-weight: 700;
}
.label--semibold {
  font-weight: 600;
}
.label--gray {
  color: #aaa;
}
.label--white {
  color: #fff;
}
.menu-big-link {
  text-decoration: none;
  letter-spacing: 0;
  font-weight: 600;
  font-size: 2rem;
  font-family: 'Montserrat', sans-serif;
  line-height: 2em;
  color: #eb0000;
}
@media screen and (min-width: 1280px) {
  .menu-big-link {
    font-size: 3.2rem;
  }
}
.menu-item {
  text-decoration: none;
  font-weight: 600;
  font-size: 0.944444444444444rem;
  font-family: 'Montserrat', sans-serif;
  line-height: 1em;
}
@media screen and (min-width: 1024px) {
  .menu-item {
    font-size: 0.833333333333333rem;
  }
}
@media screen and (min-width: 1280px) {
  .menu-item {
    font-size: 0.944444444444444rem;
  }
}
.menu-item--small {
  font-size: 0.833333333333333rem;
}
.input-search {
  text-decoration: none;
  letter-spacing: 0;
  font-weight: 600;
  font-size: 2.66rem;
  font-family: 'Montserrat', sans-serif;
  line-height: 1em;
  color: #fff;
}
@media screen and (min-width: 1280px) {
  .input-search {
    font-size: 7.98rem;
  }
}
.input-search--gray {
  color: #404040;
}
.search-result {
  text-decoration: none;
  letter-spacing: 0;
  font-weight: 600;
  font-size: 1.111111111111111rem;
  font-family: 'Montserrat', sans-serif;
  line-height: 1em;
  color: #757575;
}
.stock__label {
  letter-spacing: 2px;
  font-weight: 600;
  font-size: 0.73rem;
  font-family: 'Montserrat', sans-serif;
}
.stock__value {
  font-weight: 600;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
}
@media screen and (max-width: 767px) {
  .stock__value {
    font-size: 0.777777777777778rem;
  }
}
.stock__date,
.stock__time {
  font-weight: 400;
  font-size: 0.8rem;
  font-family: 'Montserrat', sans-serif;
}
.stock__current-day-label {
  font-weight: 400;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  color: #756A69;
}
@media screen and (max-width: 767px) {
  .stock__current-day-label {
    font-size: 0.777777777777778rem;
  }
}
.stock__history-label {
  font-weight: 600;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  line-height: 1rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .stock__history-label {
    font-size: 0.777777777777778rem;
  }
}
.stock__history-date {
  font-weight: 400;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  color: #756A69;
}
@media screen and (max-width: 767px) {
  .stock__history-date {
    font-size: 0.777777777777778rem;
  }
}
.calendar-number {
  text-align: center;
  text-decoration: none;
  font-weight: 600;
  font-size: 4.166666666666667rem;
  font-family: 'Montserrat', sans-serif;
  color: #333745;
}
@media screen and (min-width: 1024px) {
  .calendar-number {
    font-size: 4rem;
  }
}
p > a {
  border-bottom: 1px solid #333745;
  text-decoration: none;
  color: #333745;
  transition: all 400ms ease-in-out;
}
.millau .infos-details {
  margin-bottom: 40px;
  font-size: 0.888888888888889rem;
  display: flex;
  align-items: center;
}
.millau .infos-details span:first-of-type {
  padding-right: 15px;
}
.millau .infos-details span:nth-child(3) {
  padding-left: 15px;
}
.millau .separator {
  width: 12px;
  height: 1px;
  transform: rotate(90deg);
  background: #000;
}
@media print {
  .menu__entries {
    display: none;
  }
  .page-title {
    color: #fff;
  }
  #app {
    width: 100% !important;
  }
}
.c3 svg {
  font: 10px sans-serif;
  -webkit-tap-highlight-color: transparent;
}
.c3 path,
.c3 line {
  fill: none;
  stroke: #000;
}
.c3 text {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.c3-legend-item-tile,
.c3-xgrid-focus,
.c3-ygrid,
.c3-event-rect,
.c3-bars path {
  shape-rendering: crispEdges;
}
.c3-chart-arc path {
  stroke: #fff;
}
.c3-chart-arc text {
  fill: #fff;
  font-size: 13px;
}
.c3-grid line {
  stroke: #aaa;
}
.c3-grid text {
  fill: #aaa;
}
.c3-xgrid,
.c3-ygrid {
  stroke-dasharray: 3 3;
}
.c3-text.c3-empty {
  fill: #808080;
  font-size: 2em;
}
.c3-line {
  stroke-width: 1px;
}
.c3-circle._expanded_ {
  stroke-width: 1px;
  stroke: #fff;
}
.c3-selected-circle {
  fill: #fff;
  stroke-width: 2px;
}
.c3-bar {
  stroke-width: 0;
}
.c3-bar._expanded_ {
  fill-opacity: 1;
  fill-opacity: 0.75;
}
.c3-target.c3-focused {
  opacity: 1;
}
.c3-target.c3-focused path.c3-line,
.c3-target.c3-focused path.c3-step {
  stroke-width: 2px;
}
.c3-target.c3-defocused {
  opacity: 0.3 !important;
}
.c3-region {
  fill: #4682b4;
  fill-opacity: 0.1;
}
.c3-brush .extent {
  fill-opacity: 0.1;
}
.c3-legend-item {
  font-size: 12px;
}
.c3-legend-item-hidden {
  opacity: 0.15;
}
.c3-legend-background {
  opacity: 0.75;
  fill: #fff;
  stroke: #d3d3d3;
  stroke-width: 1;
}
.c3-title {
  font: 14px sans-serif;
}
.c3-tooltip-container {
  z-index: 10;
}
.c3-tooltip {
  border-collapse: collapse;
  border-spacing: 0;
  background-color: #fff;
  empty-cells: show;
  -webkit-box-shadow: 7px 7px 12px -9px #777;
  -moz-box-shadow: 7px 7px 12px -9px #777;
  box-shadow: 7px 7px 12px -9px #777;
  opacity: 0.9;
}
.c3-tooltip tr {
  border: 1px solid #ccc;
}
.c3-tooltip th {
  background-color: #aaa;
  font-size: 14px;
  padding: 2px 5px;
  text-align: left;
  color: #fff;
}
.c3-tooltip td {
  font-size: 13px;
  padding: 3px 6px;
  background-color: #fff;
  border-left: 1px dotted #999;
}
.c3-tooltip td > span {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 6px;
}
.c3-tooltip td.value {
  text-align: right;
}
.c3-area {
  stroke-width: 0;
  opacity: 0.2;
}
.c3-chart-arcs-title {
  dominant-baseline: middle;
  font-size: 1.3em;
}
.c3-chart-arcs .c3-chart-arcs-background {
  fill: #e0e0e0;
  stroke: none;
}
.c3-chart-arcs .c3-chart-arcs-gauge-unit {
  fill: #000;
  font-size: 16px;
}
.c3-chart-arcs .c3-chart-arcs-gauge-max {
  fill: #777;
}
.c3-chart-arcs .c3-chart-arcs-gauge-min {
  fill: #777;
}
.c3-chart-arc .c3-gauge-value {
  fill: #000;
  /*  font-size: 28px !important;*/
}
.c3-chart-arc.c3-target g path {
  opacity: 1;
}
.c3-chart-arc.c3-target.c3-focused g path {
  opacity: 1;
}
/*
 * OverlayScrollbars
 * https://github.com/KingSora/OverlayScrollbars
 *
 * Version: 1.5.1
 *
 * Copyright KingSora.
 * https://github.com/KingSora
 *
 * Released under the MIT license.
 * Date: 13.07.2018
 */
html.os-html,
html.os-html > .os-host {
  display: block;
  overflow: hidden;
  box-sizing: border-box;
  height: 100% !important;
  width: 100% !important;
  min-width: 100% !important;
  min-height: 100% !important;
  margin: 0 !important;
  position: absolute !important; /* could be position: fixed; but it causes issues on iOS (-webkit-overflow-scrolling: touch) */
}
html.os-html > .os-host > .os-padding {
  position: absolute; /* could be position: fixed; but it causes issues on iOS (-webkit-overflow-scrolling: touch) */
}
body.os-dragging,
body.os-dragging * {
  cursor: default;
}
.os-host,
.os-host-textarea {
  position: relative;
  overflow: visible !important;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}
.os-host-flexbox {
  overflow: hidden !important;
  display: flex;
}
.os-host-flexbox > .os-padding > .os-viewport > .os-content {
  display: flex;
}
#hs-dummy-scrollbar-size {
  position: fixed;
  opacity: 0;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  visibility: hidden;
  overflow: scroll;
  height: 500px;
  width: 500px;
}
#hs-dummy-scrollbar-size,
.os-viewport {
  -ms-overflow-style: scrollbar !important;
}
.os-viewport-native-scrollbars-invisible#hs-dummy-scrollbar-size::-webkit-scrollbar,
.os-viewport-native-scrollbars-invisible.os-viewport::-webkit-scrollbar,
.os-viewport-native-scrollbars-invisible#hs-dummy-scrollbar-size::-webkit-scrollbar-corner,
.os-viewport-native-scrollbars-invisible.os-viewport::-webkit-scrollbar-corner {
  display: none !important;
  width: 0px !important;
  height: 0px !important;
  visibility: hidden !important;
  background: transparent !important;
}
.os-content-glue {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}
.os-padding {
  direction: inherit;
  position: absolute;
  overflow: visible;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 1;
}
.os-host-overflow > .os-padding {
  overflow: hidden;
}
.os-viewport {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}
.os-content-arrange {
  position: absolute;
  z-index: -1;
  min-height: 1px;
  min-width: 1px;
  pointer-events: none;
}
.os-content {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  height: 100%;
  width: 100%;
  visibility: visible;
}
.os-content > .os-textarea {
  direction: inherit !important;
  float: none !important;
  margin: 0 !important;
  max-height: none !important;
  max-width: none !important;
  border: none !important;
  border-radius: 0px !important;
  background: transparent !important;
  outline: 0px none transparent !important;
  overflow: hidden !important;
  resize: none !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  z-index: 1;
  padding: 0px;
}
.os-host-rtl > .os-padding > .os-viewport > .os-content > .os-textarea {
  right: 0 !important;
}
.os-content > .os-textarea-cover {
  z-index: -1;
  pointer-events: none;
}
.os-content > .os-textarea[wrap='off'] {
  white-space: pre !important;
  margin: 0px !important;
}
.os-text-inherit {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-variant: inherit;
  text-transform: inherit;
  text-decoration: inherit;
  text-indent: inherit;
  text-align: inherit;
  text-shadow: inherit;
  text-overflow: inherit;
  letter-spacing: inherit;
  word-spacing: inherit;
  line-height: inherit;
  unicode-bidi: inherit;
  direction: inherit;
  color: inherit;
  cursor: text;
}
.os-resize-observer,
.os-resize-observer-host {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}
.os-resize-observer-host {
  padding: inherit;
  border: inherit;
  border-color: transparent;
  border-style: solid;
  box-sizing: border-box;
}
.os-resize-observer-host:after {
  content: '';
}
.os-resize-observer-host > .os-resize-observer,
.os-resize-observer-host:after {
  height: 200%;
  width: 200%;
  padding: inherit;
  border: inherit;
  margin: 0px;
  display: block;
  box-sizing: content-box;
}
.os-resize-observer.observed,
object.os-resize-observer {
  box-sizing: border-box !important;
}
.os-size-auto-observer {
  box-sizing: inherit !important;
  height: 100%;
  width: inherit;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0;
}
.os-size-auto-observer > .os-resize-observer {
  width: 1000%;
  height: 1000%;
  min-height: 1px;
  min-width: 1px;
}
.os-resize-observer-item {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
  opacity: 0;
  direction: ltr !important;
  -webkit-box-flex: 0 !important;
  -ms-flex: none !important;
  flex: none !important;
}
.os-resize-observer-item-final {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: none !important;
  transition: none !important;
  -webkit-box-flex: 0 !important;
  -ms-flex: none !important;
  flex: none !important;
}
.os-resize-observer {
  -webkit-animation-duration: 0.001s;
  animation-duration: 0.001s;
  -webkit-animation-name: hs-resize-observer-dummy-animation;
  animation-name: hs-resize-observer-dummy-animation;
}
.os-host-transition > .os-scrollbar,
.os-host-transition > .os-scrollbar-corner {
  -webkit-transition: opacity 0.3s, visibility 0.3s, top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
  transition: opacity 0.3s, visibility 0.3s, top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
}
html.os-html > .os-host > .os-scrollbar {
  position: absolute; /* could be position: fixed; but it causes issues on iOS (-webkit-overflow-scrolling: touch) */
  z-index: 999999; /* highest z-index of the page */
}
.os-scrollbar,
.os-scrollbar-corner {
  position: absolute;
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
  z-index: 1;
}
.os-scrollbar-corner {
  bottom: 0;
  right: 0;
}
.os-scrollbar {
  pointer-events: none;
}
.os-scrollbar-track {
  pointer-events: auto;
  position: relative;
  height: 100%;
  width: 100%;
  padding: 0 !important;
  border: none !important;
}
.os-scrollbar-handle {
  pointer-events: auto;
  position: absolute;
  width: 100%;
  height: 100%;
}
.os-scrollbar-handle-off,
.os-scrollbar-track-off {
  pointer-events: none;
}
.os-scrollbar.os-scrollbar-unusable,
.os-scrollbar.os-scrollbar-unusable * {
  pointer-events: none !important;
}
.os-scrollbar.os-scrollbar-unusable .os-scrollbar-handle {
  opacity: 0 !important;
}
.os-scrollbar-horizontal {
  bottom: 0;
  left: 0;
}
.os-scrollbar-vertical {
  top: 0;
  right: 0;
}
.os-host-rtl > .os-scrollbar-horizontal {
  right: 0;
}
.os-host-rtl > .os-scrollbar-vertical {
  right: auto;
  left: 0;
}
.os-host-rtl > .os-scrollbar-corner {
  right: auto;
  left: 0;
}
.os-scrollbar-auto-hidden,
.os-padding + .os-scrollbar-corner,
.os-host-resize-disabled.os-host-scrollbar-horizontal-hidden > .os-scrollbar-corner,
.os-host-scrollbar-horizontal-hidden > .os-scrollbar-horizontal,
.os-host-resize-disabled.os-host-scrollbar-vertical-hidden > .os-scrollbar-corner,
.os-host-scrollbar-vertical-hidden > .os-scrollbar-vertical,
.os-scrollbar-horizontal.os-scrollbar-auto-hidden + .os-scrollbar-vertical + .os-scrollbar-corner,
.os-scrollbar-horizontal + .os-scrollbar-vertical.os-scrollbar-auto-hidden + .os-scrollbar-corner,
.os-scrollbar-horizontal.os-scrollbar-auto-hidden + .os-scrollbar-vertical.os-scrollbar-auto-hidden + .os-scrollbar-corner {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.os-scrollbar-corner-resize-both {
  cursor: nwse-resize;
}
.os-host-rtl > .os-scrollbar-corner-resize-both {
  cursor: nesw-resize;
}
.os-scrollbar-corner-resize-horizontal {
  cursor: ew-resize;
}
.os-scrollbar-corner-resize-vertical {
  cursor: ns-resize;
}
.os-dragging .os-scrollbar-corner.os-scrollbar-corner-resize {
  cursor: default;
}
.os-host-resize-disabled.os-host-scrollbar-horizontal-hidden > .os-scrollbar-vertical {
  top: 0;
  bottom: 0;
}
.os-host-resize-disabled.os-host-scrollbar-vertical-hidden > .os-scrollbar-horizontal,
.os-host-rtl.os-host-resize-disabled.os-host-scrollbar-vertical-hidden > .os-scrollbar-horizontal {
  right: 0;
  left: 0;
}
.os-scrollbar:hover,
.os-scrollbar-corner.os-scrollbar-corner-resize {
  opacity: 1 !important;
  visibility: visible !important;
}
.os-scrollbar-corner.os-scrollbar-corner-resize {
  background-position: 100% 100%;
  pointer-events: auto !important;
}
.os-host-rtl > .os-scrollbar-corner.os-scrollbar-corner-resize {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.os-host-overflow {
  overflow: hidden !important;
}
@-webkit-keyframes hs-resize-observer-dummy-animation {
  from {
    z-index: 0;
  }
  to {
    z-index: -1;
  }
}
.os-theme-none > .os-scrollbar-horizontal,
.os-theme-none > .os-scrollbar-vertical,
.os-theme-none > .os-scrollbar-corner {
  display: none !important;
}
.os-theme-none > .os-scrollbar-corner-resize {
  display: block !important;
  min-width: 10px;
  min-height: 10px;
}
.os-theme-dark > .os-scrollbar-horizontal,
.os-theme-light > .os-scrollbar-horizontal {
  right: 10px;
  height: 10px;
}
.os-theme-dark > .os-scrollbar-vertical,
.os-theme-light > .os-scrollbar-vertical {
  bottom: 10px;
  width: 10px;
}
.os-theme-dark.os-host-rtl > .os-scrollbar-horizontal,
.os-theme-light.os-host-rtl > .os-scrollbar-horizontal {
  left: 10px;
  right: 0;
}
.os-theme-dark > .os-scrollbar-corner,
.os-theme-light > .os-scrollbar-corner {
  height: 10px;
  width: 10px;
}
.os-theme-dark > .os-scrollbar-corner,
.os-theme-light > .os-scrollbar-corner {
  background-color: transparent;
}
.os-theme-dark > .os-scrollbar,
.os-theme-light > .os-scrollbar {
  padding: 2px;
  box-sizing: border-box;
  background: transparent;
}
.os-theme-dark > .os-scrollbar.os-scrollbar-unusable,
.os-theme-light > .os-scrollbar.os-scrollbar-unusable {
  background: transparent;
}
.os-theme-dark > .os-scrollbar > .os-scrollbar-track,
.os-theme-light > .os-scrollbar > .os-scrollbar-track {
  background: transparent;
}
.os-theme-dark > .os-scrollbar-horizontal > .os-scrollbar-track > .os-scrollbar-handle,
.os-theme-light > .os-scrollbar-horizontal > .os-scrollbar-track > .os-scrollbar-handle {
  min-width: 30px;
}
.os-theme-dark > .os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle,
.os-theme-light > .os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle {
  min-height: 30px;
}
.os-theme-dark.os-host-transition > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle,
.os-theme-light.os-host-transition > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle,
.os-theme-light > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle,
.os-theme-dark > .os-scrollbar > .os-scrollbar-track,
.os-theme-light > .os-scrollbar > .os-scrollbar-track {
  border-radius: 10px;
}
.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
  background: rgba(0,0,0,0.4);
}
.os-theme-light > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
  background: rgba(255,255,255,0.4);
}
.os-theme-dark > .os-scrollbar:hover > .os-scrollbar-track > .os-scrollbar-handle {
  background: rgba(0,0,0,0.55);
}
.os-theme-light > .os-scrollbar:hover > .os-scrollbar-track > .os-scrollbar-handle {
  background: rgba(255,255,255,0.55);
}
.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle.active {
  background: rgba(0,0,0,0.7);
}
.os-theme-light > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle.active {
  background: rgba(255,255,255,0.7);
}
.os-theme-dark > .os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-dark > .os-scrollbar-vertical .os-scrollbar-handle:before,
.os-theme-light > .os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-light > .os-scrollbar-vertical .os-scrollbar-handle:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
}
.os-theme-dark.os-host-scrollbar-horizontal-hidden > .os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-dark.os-host-scrollbar-vertical-hidden > .os-scrollbar-vertical .os-scrollbar-handle:before,
.os-theme-light.os-host-scrollbar-horizontal-hidden > .os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-light.os-host-scrollbar-vertical-hidden > .os-scrollbar-vertical .os-scrollbar-handle:before {
  display: none;
}
.os-theme-dark > .os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-light > .os-scrollbar-horizontal .os-scrollbar-handle:before {
  top: -6px;
  bottom: -2px;
}
.os-theme-dark > .os-scrollbar-vertical .os-scrollbar-handle:before,
.os-theme-light > .os-scrollbar-vertical .os-scrollbar-handle:before {
  left: -6px;
  right: -2px;
}
.os-host-rtl.os-theme-dark > .os-scrollbar-vertical .os-scrollbar-handle:before,
.os-host-rtl.os-theme-light > .os-scrollbar-vertical .os-scrollbar-handle:before {
  right: -6px;
  left: -2px;
}
@-moz-keyframes hs-resize-observer-dummy-animation {
  from {
    z-index: 0;
  }
  to {
    z-index: -1;
  }
}
@-webkit-keyframes hs-resize-observer-dummy-animation {
  from {
    z-index: 0;
  }
  to {
    z-index: -1;
  }
}
@-o-keyframes hs-resize-observer-dummy-animation {
  from {
    z-index: 0;
  }
  to {
    z-index: -1;
  }
}
@keyframes hs-resize-observer-dummy-animation {
  from {
    z-index: 0;
  }
  to {
    z-index: -1;
  }
}
@media screen and (min-width: 1024px) {
  .activity .page-intro {
    padding-bottom: 100px;
  }
}
.activity img {
  width: 100%;
}
.activity__section {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .activity__section {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 1024px) {
  .activity__section {
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .activity__inner {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 75%;
    flex-preferred-size: 75%;
    max-width: 75%;
    margin-left: 12.5%;
  }
}
.activity-nav__link {
  position: absolute;
  top: 345px;
  width: 12.5vw;
  text-decoration: none;
  color: #333745;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 0.833333333333333rem;
  line-height: 18px;
  text-align: center;
  transition: 0.3s color linear;
}
.activity-nav__link--prev {
  left: 0;
}
.activity-nav__link--next {
  right: 0;
}
.activity-nav__link path {
  transition: 0.3s fill linear;
}
.activity-nav__link:hover {
  color: #eb0000;
}
.activity-nav__link:hover path {
  fill: #eb0000;
}
.activity-nav__label {
  position: absolute;
  top: 0;
  left: 0;
  padding-bottom: 20px;
  width: 100%;
  transform: translateY(-100%);
}
@media screen and (max-width: 1023px) {
  .activity-nav {
    display: none;
  }
}
.main {
  font-family: 'Montserrat', sans-serif;
}
.main h3 {
  margin-bottom: 16px;
  font-family: 'Montserrat', sans-serif;
  /*font-weight: bold
      font-size: 18px
      line-height: 24px*/
  color: #000;
  /*+from('small') {
        font-size: 22px
        line-height: 29px
      }*/
}
.main p:not(:last-child) {
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .main p:not(:last-child) {
    margin-bottom: 25px;
  }
}
.main img {
  max-width: 100%;
  width: 100%;
}
.main .flex {
  display: flex;
}
@media screen and (max-width: 1023px) {
  .main .headline {
    margin-bottom: 24px;
  }
}
@media print {
  .main .headline {
    margin-bottom: 24px;
  }
}
.main .image-block {
  height: 100%;
  padding-top: 100%;
}
.main .paragraph ul li {
  padding-bottom: 16px;
}
.main .paragraph ul li:before {
  top: 12px;
  left: 0;
  background-color: #eb0000;
}
@media print {
  .main .paragraph ul li:before {
    -webkit-print-color-adjust: exact;
  }
}
.main .paragraph li {
  padding-left: 30px;
}
.main .paragraph ol {
  list-style-type: none;
  margin: 0;
  padding-left: 0;
  counter-reset: counterOl;
}
.main .paragraph ol li {
  position: relative;
}
.main .paragraph ol li:before {
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: counterOl;
  content: counter(counterOl);
  color: #333745;
  font-size: 1.111111111111111rem;
  font-weight: 600;
}
.main .paragraph ul:not(:last-child),
.main .paragraph ol:not(:last-child) {
  margin-bottom: 20px;
}
.main__section {
  padding: 25px 35px;
}
.main__section.only-text .edito-trio__edito-txt {
  flex: 1 1 auto;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 100%;
  flex-preferred-size: 100%;
  max-width: 100%;
  margin-left: 0%;
}
.main__section.only-text .paragraph {
  flex-basis: auto;
}
.main__section.has-bg {
  margin: 25px 0;
  flex: 1 1 auto;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 100%;
  flex-preferred-size: 100%;
  max-width: 100%;
  padding: 80px 35px;
  position: relative;
}
.main__section.has-bg .cta-citation__txt {
  margin-top: 0;
  position: relative;
  z-index: 2;
  flex: 1 1 auto;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 100%;
  flex-preferred-size: 100%;
  max-width: 100%;
  flex-basis: auto;
}
.main__section.has-bg .cta-citation__txt .headline {
  margin-top: 0;
  margin-bottom: 80px;
}
.main__section.has-bg .cta-citation__txt .cta-citation__title {
  margin-bottom: 40px;
  font-family: 'Montserrat', sans-serif;
  /*font-size: pxToRem(30)
            line-height: pxToRem(40)

            +from('medium') {
              font-size: pxToRem(49)
              line-height: pxToRem(56)
            }*/
}
.main__section.has-bg .cta-citation__txt .cta-citation__title,
.main__section.has-bg .cta-citation__txt .paragraph {
  color: #fff;
}
.main__section.has-bg .cta-citation__img-citation {
  display: none;
}
.main__section.has-bg .btn__wording {
  margin-left: 0;
  font-size: 0.777777777777778rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .main__section.has-bg .btn__wording {
    font-size: 16px;
  }
}
.main__section.has-bg.bg--white .cta-citation__title,
.main__section.has-bg.bg--white .paragraph {
  color: #000;
}
@media screen and (min-width: 768px) {
  .main__section.has-bg {
    margin: 40px 0;
  }
}
@media screen and (min-width: 1024px) {
  .main__section.has-bg {
    margin: 40px 0;
    padding: 80px 0;
  }
  .main__section.has-bg .edito-trio__container {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 66.66666666666666%;
    flex-preferred-size: 66.66666666666666%;
    max-width: 66.66666666666666%;
    margin: 0 auto;
  }
  .main__section.has-bg .edito-trio__container .cta-citation__txt .headline {
    margin-bottom: 48px;
  }
  .main__section.has-bg .cta-citation__txt {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 75%;
    flex-preferred-size: 75%;
    max-width: 75%;
  }
  .main__section.has-bg .paragraph {
    max-width: 66.6%;
  }
  .main__section.has-bg .btn__lines {
    display: none;
  }
}
.main__section.has-bg + .footer-block {
  margin-top: -25px;
}
@media screen and (min-width: 768px) {
  .main__section.has-bg + .footer-block {
    margin-top: -40px;
  }
}
@media screen and (min-width: 1024px) {
  .main__section.has-bg + .footer-block {
    margin-top: -65px;
  }
}
.main__section:last-child {
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .main__section {
    padding: 40px 35px;
  }
  .main__section:last-child {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 1024px) {
  .main__section {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 66.66666666666666%;
    flex-preferred-size: 66.66666666666666%;
    max-width: 66.66666666666666%;
    margin: 0 auto;
    padding: 40px 0;
  }
  .main__section:first-child {
    padding-top: 75px;
  }
  .main__section:last-child {
    padding-bottom: 150px;
  }
}
@media print {
  .main__section {
    page-break-inside: avoid;
  }
}
.main__section img {
  max-width: 100%;
}
.main__section-title {
  margin-top: 30px;
  margin-bottom: 24px;
  font-family: 'DM Serif Text', serif;
  /*font-size: pxToRem(26)
      line-height: 34px*/
  color: #000;
  word-break: break-word;
  /*font-weight: $font-weight__regular*/
}
@media screen and (min-width: 1024px) {
  .main__section-title {
    margin-bottom: 40px;
  }
}
.main .btn-bg {
  padding: 11.5px 6.6%;
  background-color: #eb0000;
  transition: 0.4s ease;
  display: inline-flex;
  color: #fff;
  text-decoration: none;
  justify-content: center;
  border: solid 1px #eb0000;
}
.main .btn-bg:hover {
  background-color: #fff;
  color: #000;
  border: solid 1px #000;
}
.transitioned-page .page-title span {
  animation-duration: 0.8s;
  animation-timing-function: cubic-bezier(0.125, 0.75, 0.415, 1);
  display: inline-block;
}
@media print {
  .header-site,
  .gray-menu,
  .intro,
  .bkg-grid,
  .footer,
  .breadcrumb {
    display: none !important;
  }
}
@-moz-keyframes split-text {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes split-text {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@-o-keyframes split-text {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes split-text {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
.contact .main_section-title {
  margin-bottom: 24px;
  font-family: 'DM Serif Text', serif;
}
@media screen and (min-width: 1024px) {
  .contact .main_section-title {
    margin-bottom: 64px;
  }
}
.contact .form-label {
  font-weight: 600;
  color: #111;
  font-size: 0.888888888888889rem;
}
.contact .btn {
  background: transparent;
  border: 0;
  padding: 0;
  text-shadow: none;
}
@media screen and (min-width: 1024px) {
  .contact__inner {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 62.5%;
    flex-preferred-size: 62.5%;
    max-width: 62.5%;
    margin-left: 25%;
  }
}
.contact .form {
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.833333333333333rem;
  line-height: 0.888888888888889rem;
}
@media screen and (max-width: 767px) {
  .contact .form {
    font-size: 0.777777777777778rem;
  }
}
.contact .form .lead-source-hidden {
  display: none;
}
.contact .form__left {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .contact .form__left {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 50%;
    flex-preferred-size: 50%;
    max-width: 50%;
    padding-right: 40px;
  }
}
.contact .form__right {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .contact .form__right {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 50%;
    flex-preferred-size: 50%;
    max-width: 50%;
    padding-left: 40px;
  }
}
.contact .form-files__title {
  font-family: 'Montserrat', sans-serif;
  font-style: normal /*font-weight: bold
        font-size: pxToRem(22)
        line-height: pxToRem(29)*/;
}
.contact .form-files__names-container {
  padding-bottom: 20px;
  padding-left: 0;
}
@media screen and (min-width: 1024px) {
  .contact .form-files__names-container {
    padding-top: 8px;
  }
}
.contact .form-files__names-container .file-loaded-parent {
  list-style-type: none;
  padding-left: 0;
}
.contact .form-files__names-container .file-loaded {
  display: flex;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 5px;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 2.222222222222222rem;
  background: transparent;
  border: none;
  padding-left: 0;
}
.contact .form-files__names-container .delete-file {
  display: flex;
  align-items: center;
  min-width: 24px;
  height: 24px;
  padding: 0px 8px;
  margin-right: 16px;
  color: #111;
  cursor: pointer;
  border-radius: 50%;
  background-color: #f2f5f7;
}
@media screen and (min-width: 1024px) {
  .contact .form-files__names-container .delete-file {
    min-width: auto;
    justify-content: center;
    padding: 0;
    background-color: transparent;
  }
}
.contact .form-files__label {
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.222222222222222rem;
  color: #007dbd;
  cursor: pointer;
  width: 300px;
}

.contact .form-files__label:focus-within {
    border: 2px solid black;
}
.contact .form-files__label:hover span {
  color: #007dbd;
  position: relative;
  z-index: 2;
}
.contact .form-files__label:hover .form-files__circle-grow {
  width: 48px;
  height: 48px;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.contact .form-files__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  margin-right: 16px;
  font-size: 30px;
  color: #fff;
  background-color: #007dbd;
  border-radius: 50%;
  position: relative;
}
.contact .form-files__button span {
  position: relative;
  top: -2px;
}
.contact .form-files__button .form-files__circle-grow {
  width: 0;
  height: 0;
  position: absolute;
  background: #fff;
  border-radius: 50%;
  transition: 0.6s ease;
}
.contact .form-files__inputs-container {
  display: none;
}
.contact .form__condition-label {
  display: flex;
  font-style: normal;
  font-weight: normal;
  font-size: 0.833333333333333rem;
  line-height: 1.333333333333333rem;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .contact .form__condition-label {
    align-items: center;
  }
}
.contact .form__condition-label input {
  margin: 7px 16px 0 0;
  min-width: 15px;
  width: 15px;
  height: 15px;
  -webkit-appearance: none;
  border: 2px solid;
  position: relative;
}
.contact .form__condition-label input:checked::before {
  content: "";
  width: 4px;
  height: 2px;
  display: block;
  position: absolute;
  left: 0;
  top: 55%;
  background-color: #000;
  transform: rotate(45deg);
}
.contact .form__condition-label input:checked::after {
  content: "";
  width: 10px;
  height: 2px;
  display: block;
  position: absolute;
  right: -1px;
  top: 50%;
  background-color: #000;
  transform: rotate(-45deg);
}
@media screen and (min-width: 1024px) {
  .contact .form__condition-label input {
    margin-top: 0;
  }
}
.contact .form__mobile-link {
  font-weight: bold;
  font-size: 0.888888888888889rem;
  line-height: 24px;
  text-decoration: underline;
  color: #000;
}
@media screen and (min-width: 1024px) {
  .contact .form__mobile-link {
    display: none;
  }
}
.contact .form__submit {
  width: 100%;
}
.contact .form__submit .form__submit-button__container {
  display: flex;
  justify-content: flex-start;
}
@media screen and (min-width: 1024px) {
  .contact .form__submit .form__submit-button__container {
    justify-content: flex-end;
  }
}
.contact .form__submit button {
  padding: 10px 30px;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.222222222222222rem;
  color: #fff;
  background-color: #000;
  transition: 0.4s ease;
}
.contact .form__submit button:hover {
  background-color: #eb0000;
  transition: 0.4s ease;
}
.contact .form__wrap {
  width: 100%;
}
.contact .form__row {
  margin-bottom: 30px;
  position: relative;
  background-color: #fff;
}
.contact .form__row.files {
  margin-top: 12px;
  margin-bottom: 48px;
}
@media screen and (min-width: 1024px) {
  .contact .form__row.files {
    margin-top: 30px;
  }
}
.contact .form__row.hidden {
  display: none;
}

@media screen and (min-width: 1024px) {
  .contact .form__row {
    margin-bottom: 20px;
  }
}
.contact .form__errors {
  margin-top: 10px;
}
.contact .form__error {
  display: none;
  opacity: 0;
  margin-bottom: 5px;
}
.contact .form__error.condition {
  position: absolute;
  top: -20px;
}
.contact .form .g-recaptcha {
  margin-bottom: 24px;
}
@media screen and (min-width: 1024px) {
  .contact .form .g-recaptcha {
    margin-bottom: 16px;
  }
}
.contact .form__sent {
  display: none;
  font-weight: 600;
  line-height: 1em;
  opacity: 0;
}
.contact .form__legal {
  font-size: 0.888888888888889rem;
  line-height: 24px;
  color: #757575;
  margin: 0 0 30px;
}
.contact .form__input--radio,
.contact .form__input--checkbox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.contact .form__input--text,
.contact .form__input--textarea,
.contact .form__input--select {
  display: block;
  width: 100%;
  border: 0;
  border-bottom: 2px solid #757575;
  border-right: 2px solid #757575;
  background-color: white;
  color: #111;
  font-size: 0.833333333333333rem;
  line-height: 0.888888888888889rem;
}
@media screen and (max-width: 767px) {
  .contact .form__input--text,
  .contact .form__input--textarea,
  .contact .form__input--select {
    font-size: 0.777777777777778rem;
  }
}
.contact .form__input--text::-webkit-input-placeholder,
.contact .form__input--textarea::-webkit-input-placeholder,
.contact .form__input--select::-webkit-input-placeholder {
  font-weight: 400;
}
.contact .form__input--text:-moz-placeholder,
.contact .form__input--textarea:-moz-placeholder,
.contact .form__input--select:-moz-placeholder {
  font-weight: 400;
}
.contact .form__input--text::-moz-placeholder,
.contact .form__input--textarea::-moz-placeholder,
.contact .form__input--select::-moz-placeholder {
  font-weight: 400;
}
.contact .form__input--text:-ms-input-placeholder,
.contact .form__input--textarea:-ms-input-placeholder,
.contact .form__input--select:-ms-input-placeholder {
  font-weight: 400;
}
.contact .form__input--select {
  -webkit-appearance: none;
  padding-left: 8px;
  padding-top: 10px;
  padding-bottom: 13px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}
.contact .form__input--select::-ms-expand {
  display: none;
}
.contact .form__input--text {
  padding-left: 8px;
  font-weight: 400;
  padding-top: 13px;
  padding-bottom: 10px;
}
.contact .form__input--text::-webkit-input-placeholder {
  color: #111;
}
.contact .form__input--text:-moz-placeholder {
  color: #111;
}
.contact .form__input--text::-moz-placeholder {
  color: #111;
}
.contact .form__input--text:-ms-input-placeholder {
  color: #111;
}
.contact .form__input--textarea {
  font-family: 'Montserrat', sans-serif;
  padding: 15px 0 20px 8px;
  height: 170px;
}
.contact .form__input--textarea::-webkit-input-placeholder {
  color: #111;
  font-weight: 400;
}
.contact .form__input--textarea:-moz-placeholder {
  color: #111;
  font-weight: 400;
}
.contact .form__input--textarea::-moz-placeholder {
  color: #111;
  font-weight: 400;
}
.contact .form__input--textarea:-ms-input-placeholder {
  color: #111;
  font-weight: 400;
}
.contact .radio--fake,
.contact .checkbox--fake {
  position: relative;
  display: inline-block;
  margin: -1px 4px 0 0;
  border: 2px solid #000;
  width: 13px;
  height: 13px;
  vertical-align: middle;
}
.contact .radio--fake span,
.contact .checkbox--fake span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 5px;
  background: #000;
  transform: translate(-50%, -50%) scale(0);
  transform-origin: center;
  transition: transform 0.4s;
}
@media screen and (min-width: 1024px) {
  .contact .radio--fake span,
  .contact .checkbox--fake span {
    width: 6px;
    height: 6px;
  }
}
.contact .radio--fake {
  border-radius: 50%;
}
.contact .radio--fake span {
  border-radius: 50%;
}
.contact .form__input--radio:checked + .form__label .radio--fake span,
.contact .form__input--checkbox:checked + .form__label .checkbox--fake span {
  transform: translate(-50%, -50%) scale(1);
}
.contact .civility__wrapper {
  position: relative;
  display: inline-block;
  margin-right: 75px;
  cursor: pointer;
}
.contact .civility__main-label {
  margin-bottom: 16px;
}
.contact .cs-select {
  position: relative;
  border: 0;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  padding-top: 15px;
  padding-bottom: 20px;
  padding-right: 40px;
  height: 55px;
}
.contact .cs-select:before {
    background: transparent url(../modules/EIFFAGEUXDesignTemplates/css/../images/menu-arrow.svg) top left no-repeat !important;
    content: '';
    position: absolute;
    top: 31%;
    right: 15px;
    width: 11px;
    height: 16px;
    transition: transform .2s;
    transform: rotate(-90deg);
}
.contact .cs-select.open .cs-wrapper .cs-list {
  opacity: 1;
  transform: scaleY(1);
}
.contact .cs-select.open:before {
  transform: rotate(90deg);
}
.contact .cs-select.above .cs-wrapper .cs-list {
  position: absolute;
  bottom: 10px;
  left: 0;
  top: auto;
  transform-origin: left bottom 0;
}
.contact .cs-select .cs-list {
  position: absolute;
  top: 40px;
  right: -2px;
  left: 0;
  z-index: 2;
  border: 2px solid #000;
  border-top: 0;
  padding: 0;
  max-height: 200px;
  background-color: #fff;
  opacity: 0;
  transform-origin: 0 0 0;
  transform: scaleY(0);
  transition: all 0.2s ease-in-out;
  overflow: auto;
}
.contact .cs-select .cs-option {
  float: none;
  display: block;
  margin: 0;
  padding: 10px 20px;
  font-size: 0.833333333333333rem;
  color: #111;
  text-align: left;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.contact .cs-select .cs-option:hover {
  color: #fff;
  background-color: #111;
}
.contact .cs-select .cs-option.disabled {
  display: none;
}
.contact .cs-select .cs-label {
  font-weight: 600;
  color: #111;
}
.contact .grecaptcha-badge {
  visibility: hidden;
}
.contact-infos {
  margin: 60px 0 50px;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.833333333333333rem;
  color: #000;
}
@media screen and (min-width: 768px) {
  .contact-infos {
    margin: 110px 0 100px;
    display: flex;
  }
  .contact-infos__left {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 50%;
    flex-preferred-size: 50%;
    max-width: 50%;
  }
  .contact-infos__right {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 50%;
    flex-preferred-size: 50%;
    max-width: 50%;
    padding-left: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .contact-infos__left {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 40%;
    flex-preferred-size: 40%;
    max-width: 40%;
  }
  .contact-infos__right {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 40%;
    flex-preferred-size: 40%;
    max-width: 40%;
    margin-left: 20%;
    padding-left: 0;
  }
}
@media screen and (max-width: 1023px) {
  .contact-infos__left {
    margin-bottom: 35px;
  }
}
.contact-infos__title {
  margin: 0 0 20px;
  font-size: 1.666666666666667rem;
  font-family: 'DM Serif Text', serif;
  line-height: 1.2;
}
.contact-infos__section:not(:last-child) {
  margin-bottom: 35px;
}
@media screen and (min-width: 768px) {
  .contact-infos__section:not(:last-child) {
    margin-bottom: 50px;
  }
}
.contact-infos__txt {
  margin-bottom: 20px;
}
.contact-infos__info {
  font-size: 0.722222222222222rem;
  color: #111;
  letter-spacing: 1.5px;
}
.contact-infos__info .mail {
  color: #000;
}
.contact-infos__info .mail:before {
  content: "direction.communication";
}
.contact-infos__info .mail:after {
  content: "eiffage.com";
}
.governance__section {
  padding-bottom: 45px;
}
@media screen and (min-width: 768px) {
  .governance__section {
    padding-bottom: 85px;
  }
  .governance__section:first-of-type {
    padding-top: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .governance__section {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 75%;
    flex-preferred-size: 75%;
    max-width: 75%;
    margin-left: 12.5%;
  }
}
.governance__section-title {
  margin: 0 0 30px;
  font-family: 'DM Serif Text', serif;
  font-size: 1.666666666666667rem;
  color: #333745;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .governance__section-title {
    margin-bottom: 45px;
    font-size: 2rem;
  }
}
.governance__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.governance__item {
  flex: 1 1 auto;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 50%;
  flex-preferred-size: 50%;
  max-width: 50%;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .governance__item {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 25%;
    flex-preferred-size: 25%;
    max-width: 25%;
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 1024px) {
  .governance__item {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 16.666666666666664%;
    flex-preferred-size: 16.666666666666664%;
    max-width: 16.666666666666664%;
  }
}
.governance-people img {
  width: 100%;
}
.governance-people__name {
  display: block;
  margin: 20px 0 10px;
  color: #333745;
  font-size: 1.111111111111111rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  line-height: 1.2;
  padding-right: 15px;
}
@media screen and (min-width: 768px) {
  .governance-people__name {
    margin-top: 40px;
  }
}
.governance-people__job {
  color: #757575;
  letter-spacing: 1.5px;
  font-size: 0.722222222222222rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  line-height: 1.25;
  padding-right: 15px;
}
.home {
  overflow: hidden;
  /*.page-title {
      +to('small') {
        font-size: pxToRem(49)
      }
    }*/
}
.home__content {
  padding: 0 10px;
}
@media screen and (min-width: 768px) {
  .home__content {
    padding: 0 20px;
  }
}
@media screen and (min-width: 1024px) {
  .home__content {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 75%;
    flex-preferred-size: 75%;
    max-width: 75%;
    margin: 0 auto;
    padding: 0;
  }
}
.home__activity-block {
  margin-top: 100px;
}
.home .main__section:not(:last-child) {
  padding-bottom: 50px;
}
@media screen and (min-width: 1024px) {
  .home .main__section:not(:last-child) {
    padding-bottom: 150px;
  }
}
.home .link-wrapper {
  margin: 30px 0;
}
.home .join_us .link-wrapper {
  margin-bottom: 0;
}
.home .join_us img {
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .home .join_us {
    margin-bottom: 50px;
  }
}
.home .activity-list {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
  font-size: 0;
  margin-bottom: 100px;
  background-color: #000;
}
@media screen and (min-width: 1024px) {
  .home .activity-list {
    margin-bottom: 150px;
  }
}
.home .activity-list .activity-block {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 50%;
}
.home .activity-list .activity-block::before {
  display: block;
  width: 100%;
  padding-top: 100%;
  content: "";
}
.home .activity-list .activity-block > *:first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  z-index: 1;
}
.home .activity-list .activity-block > *:first-child > img {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .home .activity-list .activity-block {
    width: 25%;
  }
}
.home .activity-list .activity-block a {
  text-decoration: none;
}
.home .activity-list .activity-block a::after {
  content: '';
  position: absolute;
  top: 20%;
  right: 0;
  bottom: 0;
  left: 0;
  height: inherit;
  background: linear-gradient(180deg, rgba(109,111,114,0) 0%, #000 100%);
  z-index: 1;
}
.home .activity-list .activity-block a img {
  width: 100%;
  transition: transform 0.5s linear;
}
.home .activity-list .activity-block a:hover {
  cursor: pointer;
}
.home .activity-list .activity-block a:hover .activity-name {
  color: #eb0000;
  transition: color 200ms linear;
}
.home .activity-list .activity-block a:hover img {
  transform: scale(1.1);
}
.home .activity-list .activity-name {
  font-size: 0.888888888888889rem;
  color: #fff;
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  z-index: 1;
  line-height: 1.2;
  transition: color 200ms linear;
  max-width: 55%;
}
@media screen and (min-width: 768px) {
  .home .activity-list .activity-name {
    font-size: 1rem;
    bottom: 35px;
    left: 35px;
  }
}
@media screen and (min-width: 1024px) {
  .home .activity-list .activity-name {
    font-size: 0.833333333333333rem;
    bottom: 30px;
    left: 30px;
  }
}
@media screen and (min-width: 1280px) {
  .home .activity-list .activity-name {
    font-size: 1.111111111111111rem;
    bottom: 50px;
    left: 50px;
  }
}
.news {
  min-height: 100vh;
  padding-bottom: 60px;
}
@media screen and (min-width: 1024px) {
  .news {
    padding-bottom: 0;
  }
}
.news .page-intro {
  padding-top: 30px;
  padding-bottom: 0px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .news .page-intro {
    margin-bottom: 45px;
    padding-top: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .news .page-intro {
    padding-top: 150px;
  }
}
.news .page-intro__title {
  margin-left: 0;
}
.news .page-title {
  padding-bottom: 0;
  /*font-size: pxToRem(30)
      line-height: 1

      +from('small') {
        font-size: pxToRem(80)
      }*/
}
@media screen and (min-width: 1024px) {
  .news .page-title {
    margin-left: 40%;
  }
}
.news .news-block {
  position: relative;
  display: block;
}
.news .news-block__inner {
  flex: 1 1 auto;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 75%;
  flex-preferred-size: 75%;
  max-width: 75%;
  margin-left: 25%;
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .news .news-block__inner {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 100%;
    flex-preferred-size: 100%;
    max-width: 100%;
    margin-left: 0%;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .news .news-block__inner {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 62.5%;
    flex-preferred-size: 62.5%;
    max-width: 62.5%;
    margin-left: 25%;
  }
}
.news .news-block__inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.news .image-block__image {
  height: auto;
  width: auto;
  min-width: 100%;
  min-height: 100%;
  max-height: 100%;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.news .bkg-text-block {
  margin-top: -20px;
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .news .bkg-text-block {
    margin-top: 100px;
    padding-bottom: 70px;
  }
}
.news .bkg-text-block__bkg {
  font-size: 3.888888888888889rem;
}
@media screen and (min-width: 768px) {
  .news .bkg-text-block__bkg {
    font-size: 8.88888888888889rem;
  }
}
.news .bkg-text-block__inner {
  padding-top: 65px;
}
@media screen and (min-width: 768px) {
  .news .bkg-text-block__inner {
    padding-top: 180px;
  }
}
.news .btn__wording {
  margin-top: 6px;
}
.news .btn__lines {
  margin-bottom: 6px;
}
.news-detail .title--level-2 {
  font-size: 2rem;
  line-height: 46px;
  font-family: 'DM Serif Text', serif;
  color: #333745;
}
.news-detail .share-block .label {
  color: #eb0000;
}
.news-detail .share-block svg path {
  fill: #eb0000;
}
.news-detail__inner {
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
}
.news-detail__content {
  flex: 1 1 auto;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 100%;
  flex-preferred-size: 100%;
  max-width: 100%;
}
@media screen and (min-width: 1024px) {
  .news-detail__content {
    margin-top: 140px;
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 37.5%;
    flex-preferred-size: 37.5%;
    max-width: 37.5%;
  }
}
.news-detail .content__intro {
  margin-bottom: 50px;
}
@media screen and (min-width: 1024px) {
  .news-detail .content__intro {
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    text-align: 'middle';
    margin-bottom: 0;
    height: calc(100vh - 260px);
  }
}
@media screen and (min-width: 1024px) {
  .news-detail .content.no-intro {
    margin-top: 16vh;
  }
}
.news-detail .intro__inner {
  width: 100%;
}
.news-detail .content-block {
  margin-bottom: 50px;
  font-size: 0.833333333333333rem;
  letter-spacing: initial;
}
.news-detail .content-video__title {
  color: #fff;
  font-family: 'DM Serif Text', serif;
  font-size: 1.666666666666667rem;
  line-height: 35px;
  font-weight: bold;
  max-width: 70%;
}
.news-detail .video-frame-wrapper {
  position: relative;
  overflow: hidden;
}
.news-detail .video-frame-wrapper::before {
  display: block;
  width: 100%;
  padding-top: 56.25%;
  content: "";
}
.news-detail .video-frame-wrapper > *:first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  z-index: 1;
}
.news-detail .video-frame-wrapper > *:first-child > img {
  width: 100%;
}
.news-detail .title-paragraph {
  color: #333745;
  font-size: 1.111111111111111rem;
  line-height: 1.2;
  margin-bottom: 20px;
}
.news-detail .content-quote .info2 {
  margin-bottom: 50px;
}
.news-detail .content-paragraph-btn .link-wrapper {
  margin-top: 30px;
}
.news-detail .content-image .image-block {
  margin-bottom: 20px;
}
@media screen and (min-width: 1280px) {
  .news-detail .bkg-text-block {
    padding-top: 0;
  }
}
.news-detail .info1 a {
  color: #333745;
  text-decoration: none;
}
.news-detail .image-block__image {
  height: auto;
}
.liste-complete {
  min-height: 100vh;
}
@media screen and (max-width: 1023px) {
  .liste-complete {
    padding-bottom: 25px;
  }
}
.liste-complete.liste-complete-publication a:hover .liste-complete-item__title {
  color: #eb0000;
  transition: 0.4s ease;
}
.liste-complete.liste-complete-publication .liste-complete-item__text {
  flex: 1 1 auto;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 75%;
  flex-preferred-size: 75%;
  max-width: 75%;
}
.liste-complete__filters {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100vw;
}
@media screen and (min-width: 1024px) {
  .liste-complete__filters {
    width: auto;
    position: relative;
  }
}
.liste-complete__filters-tags {
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  align-items: center;
  text-align: middle;
  flex-wrap: nowrap;
  z-index: 2;
  position: relative;
  width: 100%;
  background: #eee;
}
@media screen and (min-width: 1024px) {
  .liste-complete__filters-tags {
    display: none;
  }
}
.liste-complete__filters-tag {
  flex: 1 1 auto;
  max-width: 100%;
  min-height: 60px;
  height: 100%;
  text-decoration: none;
  vertical-align: middle;
  font-size: 0.583333333333333rem;
  line-height: 17px;
  letter-spacing: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.liste-complete__filters-tag span {
  width: 41%;
}
.liste-complete__filters-tag--active {
  color: #eb0000;
}
.liste-complete__filters-tag + .liste-complete__filters-tag {
  border-left: 1px solid #fff;
}
.liste-complete__filters-tag:hover {
  color: #eb0000;
}
.liste-complete__filters .filter-block {
  z-index: 1;
  bottom: 60px;
}
@media screen and (min-width: 1024px) {
  .liste-complete__filters .filter-block {
    position: relative;
    top: 50px;
    bottom: auto;
    z-index: 10;
  }
}
.liste-complete__filters .filter-block .filter-block__dates {
  transition: transform 0.4s;
}
@media all and (max-width: 456px) {
  .liste-complete__filters .filter-block .filter-block__dates {
    top: 0;
  }
}
.liste-complete__filters .filter-block--open .filter-block__dates {
  transform: translateY(-100%);
}
@media screen and (min-width: 1024px) {
  .liste-complete__filters .filter-block--open .filter-block__dates {
    transform: none;
  }
}
.liste-complete__type-filters {
  position: fixed;
  bottom: 60px;
  left: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
  transform: translateY(100%);
  transition: transform 0.4s;
  will-change: transform;
}
@media all and (max-width: 456px) {
  .liste-complete__type-filters {
    bottom: 72px;
  }
}
.liste-complete__type-filters--open {
  transform: translateY(0);
}
@media screen and (min-width: 1024px) {
  .liste-complete__type-filters {
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    text-align: end;
    width: auto;
    position: relative;
    bottom: auto;
    left: auto;
    margin: 0 12.5% 50px;
    transform: none;
  }
}
.liste-complete__type-filters-item {
  width: 100%;
  position: relative;
  padding: 15px;
  text-align: center;
  border: 1px solid #eee;
  background: #fff;
}
@media screen and (min-width: 1024px) {
  .liste-complete__type-filters-item {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 16.666666666666664%;
    flex-preferred-size: 16.666666666666664%;
    max-width: 16.666666666666664%;
    padding: 0;
    text-align: right;
    border: 0;
    background: none;
  }
}
.liste-complete__type-filters-item--active .liste-complete__type-filters-item-label {
  color: #eb0000;
}
@media screen and (min-width: 1024px) {
  .liste-complete__type-filters-item--active .liste-complete__type-filters-item-label:after {
    transform: scaleX(1);
  }
}
.liste-complete__type-filters-item-label {
  display: inline-block;
  position: relative;
  text-decoration: none;
  transition: color 0.4s;
}
@media screen and (min-width: 1024px) {
  .liste-complete__type-filters-item-label {
    padding-left: 25px;
  }
}
.liste-complete__type-filters-item-label:after {
  content: '';
  width: 10px;
  height: 2px;
  position: absolute;
  top: 0.6rem;
  left: 5px;
  background: #eb0000;
  transform-origin: top right;
  transform: scaleX(0);
  transition: transform 0.4s;
  will-change: transform;
}
.liste-complete-block__no-results {
  display: none;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.833333333333333rem;
  color: #333745;
}
.liste-complete-block__no-results.is-visible {
  display: block;
}
.liste-complete-block__inner {
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.liste-complete-block .filters-tags {
  margin-bottom: 30px;
}
.liste-complete-block li.liste-complete-item:first-child,
.liste-complete-block li.liste-complete-item:second-child {
  padding-top: 5px !important;
}
@media screen and (min-width: 1024px) {
  .liste-complete .bkg-text-block {
    margin: 105px 0 25px;
  }
}
@media screen and (max-width: 767px) {
  .liste-complete .bkg-text-block__inner {
    padding-top: 120px;
  }
}
.liste-complete .bkg-text-block__bkg {
  font-size: 3.333333333333333rem;
}
@media screen and (min-width: 768px) {
  .liste-complete .bkg-text-block__bkg {
    font-size: 6.944444444444445rem;
  }
}
@media screen and (min-width: 1024px) {
  .liste-complete .bkg-text-block__bkg {
    font-size: 8.88888888888889rem;
  }
}
.liste-complete__intro-newsletter-wrap {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .liste-complete__intro-newsletter-wrap {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1024px) {
  .liste-complete__intro-newsletter-wrap {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 62.5%;
    flex-preferred-size: 62.5%;
    max-width: 62.5%;
    margin-left: 25%;
  }
  .liste-complete__intro-newsletter-wrap .btn {
    padding-bottom: 10px;
  }
}
.liste-complete__intro-newsletter {
  font-size: 1.111111111111111rem;
  font-family: 'DM Serif Text', serif;
  font-weight: 700;
  color: #333745;
}
@media screen and (max-width: 767px) {
  .liste-complete__intro-newsletter {
    display: block;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 768px) {
  .liste-complete__intro-newsletter {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 75%;
    flex-preferred-size: 75%;
    max-width: 75%;
    font-size: 1.666666666666667rem;
  }
}
@media screen and (min-width: 1024px) {
  .liste-complete__intro-newsletter {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 80%;
    flex-preferred-size: 80%;
    max-width: 80%;
  }
}
.liste-carrieres {
  flex: 1 1 auto;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 100%;
  flex-preferred-size: 100%;
  max-width: 100%;
}
@media screen and (min-width: 1024px) {
  .liste-carrieres {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
  }
  .liste-carrieres:first-of-type {
    padding-top: 0;
  }
}
@media screen and (max-width: 1023px) {
  .liste-carrieres {
    padding: 0 0 25px;
  }
}
@media screen and (max-width: 767px) {
  .liste-carrieres .mobile-overlay-liste-carrieres {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 301;
    display: none;
  }
}
.liste-carrieres .main__section-title {
  color: #eb0000;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .liste-carrieres .main__section-title {
    margin-top: 0;
  }
}
.liste-carrieres__filters {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100vw;
}
@media screen and (min-width: 1024px) {
  .liste-carrieres__filters {
    width: auto;
    position: relative;
  }
}
.liste-carrieres__filters-tags {
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  align-items: center;
  text-align: middle;
  flex-wrap: nowrap;
  z-index: 2;
  position: relative;
  width: 100%;
  background: #eee;
}
@media screen and (min-width: 1024px) {
  .liste-carrieres__filters-tags {
    display: none;
  }
}
.liste-carrieres__filters-tag {
  flex: 1 1 auto;
  max-width: 100%;
  min-height: 60px;
  height: 100%;
  text-decoration: none;
  vertical-align: middle;
  font-size: 0.583333333333333rem;
  line-height: 17px;
  letter-spacing: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.liste-carrieres__filters-tag span {
  width: 41%;
}
.liste-carrieres__filters-tag--active {
  color: #eb0000;
}
.liste-carrieres__filters-tag + .liste-carrieres__filters-tag {
  border-left: 1px solid #fff;
}
.liste-carrieres__filters-tag:hover {
  color: #eb0000;
}
.liste-carrieres__filters .filter-block {
  z-index: 1;
  bottom: 60px;
}
@media screen and (min-width: 1024px) {
  .liste-carrieres__filters .filter-block {
    position: relative;
    top: 50px;
    bottom: auto;
    z-index: 10;
  }
}
.liste-carrieres__filters .filter-block .filter-block__dates {
  transition: transform 0.4s;
}
@media all and (max-width: 456px) {
  .liste-carrieres__filters .filter-block .filter-block__dates {
    top: 0;
  }
}
.liste-carrieres__filters .filter-block--open .filter-block__dates {
  transform: translateY(-100%);
}
@media screen and (min-width: 1024px) {
  .liste-carrieres__filters .filter-block--open .filter-block__dates {
    transform: none;
  }
}
.liste-carrieres__type-filters {
  position: fixed;
  bottom: 60px;
  left: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
  transform: translateY(100%);
  transition: transform 0.4s;
  will-change: transform;
}
@media all and (max-width: 456px) {
  .liste-carrieres__type-filters {
    bottom: 72px;
  }
}
.liste-carrieres__type-filters--open {
  transform: translateY(0);
}
@media screen and (min-width: 1024px) {
  .liste-carrieres__type-filters {
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    text-align: end;
    width: auto;
    position: relative;
    bottom: auto;
    left: auto;
    margin: 0 12.5% 50px;
    transform: none;
  }
}
.liste-carrieres__type-filters-item {
  width: 100%;
  position: relative;
  padding: 15px;
  text-align: center;
  border: 1px solid #eee;
  background: #fff;
}
@media screen and (min-width: 1024px) {
  .liste-carrieres__type-filters-item {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 16.666666666666664%;
    flex-preferred-size: 16.666666666666664%;
    max-width: 16.666666666666664%;
    padding: 0;
    text-align: right;
    border: 0;
    background: none;
  }
}
.liste-carrieres__type-filters-item--active .liste-complete__type-filters-item-label {
  color: #eb0000;
}
@media screen and (min-width: 1024px) {
  .liste-carrieres__type-filters-item--active .liste-complete__type-filters-item-label:after {
    transform: scaleX(1);
  }
}
.liste-carrieres__type-filters-item-label {
  display: inline-block;
  position: relative;
  text-decoration: none;
  transition: color 0.4s;
}
@media screen and (min-width: 1024px) {
  .liste-carrieres__type-filters-item-label {
    padding-left: 25px;
  }
}
.liste-carrieres__type-filters-item-label:after {
  content: '';
  width: 10px;
  height: 2px;
  position: absolute;
  top: 0.6rem;
  left: 5px;
  background: #eb0000;
  transform-origin: top right;
  transform: scaleX(0);
  transition: transform 0.4s;
  will-change: transform;
}
.liste-carrieres-block__no-results {
  display: none;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.833333333333333rem;
  color: #333745;
}
.liste-carrieres-block__no-results.is-visible {
  display: block;
}
.liste-carrieres-block__inner {
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.liste-carrieres-block .filters-tags {
  margin-bottom: 30px;
}
.liste-carrieres-block li.liste-complete-item:first-child,
.liste-carrieres-block li.liste-complete-item:second-child {
  padding-top: 5px !important;
}
@media screen and (min-width: 1024px) {
  .liste-carrieres .bkg-text-block {
    margin: 105px 0 25px;
  }
}
@media screen and (max-width: 767px) {
  .liste-carrieres .bkg-text-block__inner {
    padding-top: 120px;
  }
}
.liste-carrieres .bkg-text-block__bkg {
  font-size: 3.333333333333333rem;
}
@media screen and (min-width: 768px) {
  .liste-carrieres .bkg-text-block__bkg {
    font-size: 6.944444444444445rem;
  }
}
@media screen and (min-width: 1024px) {
  .liste-carrieres .bkg-text-block__bkg {
    font-size: 8.88888888888889rem;
  }
}
.liste-carrieres__intro-newsletter-wrap {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .liste-carrieres__intro-newsletter-wrap {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1024px) {
  .liste-carrieres__intro-newsletter-wrap {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 62.5%;
    flex-preferred-size: 62.5%;
    max-width: 62.5%;
    margin-left: 25%;
  }
  .liste-carrieres__intro-newsletter-wrap .btn {
    padding-bottom: 10px;
  }
}
.liste-carrieres__intro-newsletter {
  font-size: 1.111111111111111rem;
  font-family: 'DM Serif Text', serif;
  font-weight: 700;
  color: #333745;
}
@media screen and (max-width: 767px) {
  .liste-carrieres__intro-newsletter {
    display: block;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 768px) {
  .liste-carrieres__intro-newsletter {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 75%;
    flex-preferred-size: 75%;
    max-width: 75%;
    font-size: 1.666666666666667rem;
  }
}
@media screen and (min-width: 1024px) {
  .liste-carrieres__intro-newsletter {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 80%;
    flex-preferred-size: 80%;
    max-width: 80%;
  }
}
.liste-carrieres .right-container-results {
  border-left: 1px solid #eee;
}
@media screen and (max-width: 1023px) {
  .liste-carrieres .right-container-results {
    padding: 0 35px;
  }
}
@media screen and (max-width: 767px) {
  .liste-carrieres .right-container-results {
    padding-top: 25px;
  }
}
@media screen and (min-width: 1024px) {
  .liste-carrieres .right-container-results {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 50%;
    flex-preferred-size: 50%;
    max-width: 50%;
  }
}
.liste-carrieres .right-container-results .pagination {
  flex: 1 1 auto;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 100%;
  flex-preferred-size: 100%;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .liste-carrieres .right-container-results .pagination {
    margin-top: 40px;
  }
}
.liste-carrieres .right-container-results .pagination #btn_prev {
  margin-right: 18px;
}
.liste-carrieres .right-container-results .pagination #btn_next {
  margin-left: 18px;
}
.liste-carrieres .right-container-results .pagination button {
  background: transparent;
  border: none;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.liste-carrieres .right-container-results .pagination .page-prev,
.liste-carrieres .right-container-results .pagination .page-next {
  cursor: pointer;
}
.liste-carrieres .right-container-results .pagination .page-prev svg,
.liste-carrieres .right-container-results .pagination .page-next svg {
  width: 11px;
  fill: #000;
}
.liste-carrieres .right-container-results .pagination .page-prev svg path,
.liste-carrieres .right-container-results .pagination .page-next svg path {
  fill-opacity: 1;
}
.liste-carrieres .right-container-results .pagination .page-prev.disabled svg,
.liste-carrieres .right-container-results .pagination .page-next.disabled svg {
  width: 10px;
  fill: #000;
}
.liste-carrieres .right-container-results .pagination .page-prev.disabled svg path,
.liste-carrieres .right-container-results .pagination .page-next.disabled svg path {
  fill-opacity: 0.3;
}
.liste-carrieres .right-container-results .pagination .pagination-list {
  display: flex;
  padding-left: 0;
  list-style-type: none;
  height: 40px;
  align-items: center;
}
.liste-carrieres .right-container-results .pagination .pagination-list li button {
  font-size: 1rem;
  cursor: pointer;
  font-family: 'Montserrat', sans-serif;
  min-width: 40px;
  height: 40px;
}
.liste-carrieres .right-container-results .pagination .pagination-list li button:hover {
  background: #eb0000;
  color: #fff;
}
.liste-carrieres .right-container-results .pagination .pagination-list li span {
  margin: 0 16px;
}
.liste-carrieres .mobile-overlay-liste-carrieres {
  background: #fff;
}
@media screen and (min-width: 1024px) {
  .liste-carrieres .mobile-overlay-liste-carrieres {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 33.33333333333333%;
    flex-preferred-size: 33.33333333333333%;
    max-width: 33.33333333333333%;
    background: #fff;
  }
}
@media screen and (max-width: 1023px) {
  .liste-carrieres .mobile-overlay-liste-carrieres {
    padding: 0 35px;
  }
}
.liste-carrieres .left-container-filters {
  padding-top: 80px;
}
@media screen and (min-width: 1024px) {
  .liste-carrieres .left-container-filters .filter-wrap {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 75%;
    flex-preferred-size: 75%;
    max-width: 75%;
    margin: 0 auto 80px;
  }
}
.liste-carrieres .left-container-filters .title--paragraph {
  margin: 0 auto 32px;
}
.liste-carrieres .left-container-filters .link-wrapper .btn__wording {
  z-index: 0;
}
.liste-carrieres .left-container-filters .popin-mobile-close {
  position: absolute;
  top: 15px;
  right: 25px;
  font-size: 1.388888888888889rem;
  font-weight: 700;
  cursor: pointer;
  display: none;
}
@media screen and (max-width: 767px) {
  .liste-carrieres .left-container-filters .popin-mobile-close {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .liste-carrieres .left-container-filters {
    position: absolute;
    z-index: 500;
    background: #fff;
    top: 97px;
    left: 0;
    bottom: 0;
    padding: 35px;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s ease;
    height: calc(100vh - 97px);
    overflow-y: auto;
  }
}
.liste-carrieres .left-container-filters .link-wrapper.apply-search {
  display: none;
}
.liste-carrieres .left-container-filters .link-wrapper.apply-search.btn-mobile {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .liste-carrieres .left-container-filters .link-wrapper.apply-search.btn-mobile.visible {
    display: block;
  }
}
.liste-carrieres .left-container-filters .link-wrapper.apply-search.btn-mobile .btn-bg {
  background: #000;
  color: #fff;
  padding: 10px 30px;
  border: 1px solid #000;
  transition: 0.4s ease;
  display: inline-block;
  max-width: none;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .liste-carrieres.filter-popin-opened .left-container-filters {
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (max-width: 767px) {
  .liste-carrieres.filter-popin-opened .mobile-overlay-liste-carrieres {
    display: block;
  }
}
.liste-carrieres .btn-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .liste-carrieres .btn-mobile {
    display: block;
    justify-content: center;
    transition: 0.4s ease;
  }
  .liste-carrieres .btn-mobile .btn__wording {
    font-weight: bold;
    font-size: 14px;
  }
  .liste-carrieres .btn-mobile .search-btn-mobile {
    display: flex;
    margin-bottom: 40px;
  }
}
.liste-carrieres.remontee-offre-detail {
  display: block;
}
@media screen and (min-width: 1024px) {
  .liste-carrieres.remontee-offre-detail {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 66.66666666666666%;
    flex-preferred-size: 66.66666666666666%;
    max-width: 66.66666666666666%;
    padding: 40px 0 60px;
  }
}
.liste-carrieres.remontee-offre-detail .mobile-overlay-liste-carrieres,
.liste-carrieres.remontee-offre-detail .pagination,
.liste-carrieres.remontee-offre-detail .compte-offer-num {
  display: none;
}
.liste-carrieres.remontee-offre-detail .right-container-results {
  flex: 1 1 auto;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 100%;
  flex-preferred-size: 100%;
  max-width: 100%;
}
@media screen and (min-width: 1024px) {
  .liste-carrieres.remontee-offre-detail .right-container-results {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 75%;
    flex-preferred-size: 75%;
    max-width: 75%;
  }
}
.liste-carrieres.remontee-offre-detail .link-wrapper {
  margin-top: 20px;
}
.liste-carrieres.remontee-offre-detail .link-wrapper.btn-mobile {
  display: none;
}
.liste-carrieres.remontee-offre-detail .main__section-title {
  color: #000;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .header-site.is-fixed ~ .app__inner .liste-carrieres .left-container-filters {
    top: 58px;
    height: calc(100vh - 58px);
  }
}
.work {
  min-height: 100vh;
  padding-bottom: 60px;
}
@media screen and (min-width: 1024px) {
  .work {
    padding-bottom: 0;
  }
}
.work__body {
  position: relative;
  z-index: 1;
}
.work__inner {
  padding-top: 0;
  flex: 1 1 auto;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 75%;
  flex-preferred-size: 75%;
  max-width: 75%;
  margin-left: 25%;
}
@media screen and (min-width: 768px) {
  .work__inner {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 100%;
    flex-preferred-size: 100%;
    max-width: 100%;
    margin-left: 0%;
  }
}
.work__inner .item__inner .item__text-wrapper {
  margin-bottom: 50px;
}
@media screen and (min-width: 1024px) {
  .work__inner .item__inner .item__text-wrapper {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1280px) {
  .work__inner .item__inner .item__text-wrapper {
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 1600px) {
  .work__inner .item__inner .item__text-wrapper {
    margin-bottom: 50px;
  }
}
.work__inner .item__inner .parallax-data {
  color: #757575;
}
@media screen and (max-width: 767px) {
  .work .item__number.number.number--medium {
    left: -25vw;
  }
}
.work__item-group {
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  z-index: 1;
  position: relative;
}
.work .page-intro {
  padding-top: 30px;
  padding-bottom: 50px;
  margin-bottom: 50px;
  padding-bottom: 0;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .work .page-intro {
    padding-top: 50px;
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 100%;
    flex-preferred-size: 100%;
    max-width: 100%;
    margin-left: 0%;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1024px) {
  .work .page-intro {
    padding-top: 150px;
    margin-bottom: 80px;
  }
}
.work .page-intro__content {
  flex: 1 1 auto;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 75%;
  flex-preferred-size: 75%;
  max-width: 75%;
}
@media screen and (min-width: 768px) {
  .work .page-intro__content {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 100%;
    flex-preferred-size: 100%;
    max-width: 100%;
  }
}
.work .page-intro__title {
  margin-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  .work .page-intro__title {
    margin-bottom: 30px;
    margin-left: 25%;
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 50%;
    flex-preferred-size: 50%;
    max-width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .work .page-intro__container {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 50%;
    flex-preferred-size: 50%;
    max-width: 50%;
    margin-left: 25%;
  }
}
.work .page-intro__inner {
  align-items: flex-start;
}
@media screen and (min-width: 1024px) {
  .work .page-intro__inner .scroll-indicator {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 25%;
    flex-preferred-size: 25%;
    max-width: 25%;
    display: block;
    align-self: flex-end;
  }
}
.work .page-intro-scroll__text {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  color: #595959;
  margin-bottom: 0;
  flex: 1 1 auto;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 100%;
  flex-preferred-size: 100%;
  max-width: 100%;
}
@media screen and (min-width: 1024px) {
  .work .page-intro-scroll__text {
    font-size: 1.111111111111111rem;
    line-height: 1.666666666666667rem;
  }
}
.work .page-intro .mobile-scroll {
  flex: 1 1 auto;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 25%;
  flex-preferred-size: 25%;
  max-width: 25%;
  padding-top: 60px;
}
@media screen and (min-width: 768px) {
  .work .page-intro .mobile-scroll {
    order: 1;
  }
}
.work .page-intro .page-title {
  /*line-height: 1
        font-size: pxToRem(30)*/
  padding-bottom: 0;
  /*+from('small') {
          font-size: pxToRem(80)
        }*/
}
.work .bkg-text-block {
  padding-bottom: 110px;
}
@media screen and (min-width: 768px) {
  .work .bkg-text-block {
    margin-top: 50px;
    padding-bottom: 70px;
  }
}
.work .bkg-text-block__inner {
  padding-top: 85px;
}
@media screen and (min-width: 768px) {
  .work .bkg-text-block__inner {
    padding-top: 190px;
  }
}
@media screen and (min-width: 1280px) {
  .work .bkg-text-block__inner {
    padding-top: 230px;
  }
}
@media screen and (min-width: 768px) {
  .work .bkg-text-block__text {
    top: 47%;
  }
}
@media screen and (min-width: 1280px) {
  .work .bkg-text-block__text {
    top: 39%;
  }
}
@media screen and (min-width: 1024px) {
  .view--mozaic .work__item-group {
    flex-direction: row-reverse;
    justify-content: flex-end;
    text-align: 'end';
    margin-bottom: 100px;
    padding-top: 25vw;
  }
  .view--mozaic .work .work__item:nth-child(1),
  .view--mozaic .work .work__item:nth-child(5) {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 37.5%;
    flex-preferred-size: 37.5%;
    max-width: 37.5%;
    margin-left: 12.5%;
  }
  .view--mozaic .work .work__item:nth-child(2),
  .view--mozaic .work .work__item:nth-child(3),
  .view--mozaic .work .work__item:nth-child(6) {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 25%;
    flex-preferred-size: 25%;
    max-width: 25%;
    margin-left: 12.5%;
  }
  .view--mozaic .work .work__item:nth-child(4) {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 25%;
    flex-preferred-size: 25%;
    max-width: 25%;
    margin-left: 25%;
  }
  .view--mozaic .work .work__item:nth-child(7) {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 25%;
    flex-preferred-size: 25%;
    max-width: 25%;
    margin-left: 50%;
  }
  .view--mozaic .work .work__item:nth-child(8) {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 37.5%;
    flex-preferred-size: 37.5%;
    max-width: 37.5%;
    margin-left: 25%;
  }
  .view--mozaic .work .work__item:nth-child(1) {
    top: -25vw;
    margin-bottom: -25vw;
    padding-bottom: 25vw;
  }
  .view--mozaic .work .work__item:nth-child(3) {
    top: -13vw;
    margin-bottom: -13vw;
    padding-bottom: 20vw;
  }
  .view--mozaic .work .work__item:nth-child(5) {
    padding-bottom: 8vw;
  }
  .view--mozaic .work .work__item:nth-child(6) {
    margin-top: 20vw;
    margin-bottom: -20vw;
  }
  .view--mozaic .work .work__item:nth-child(7) {
    padding-bottom: 8vw;
  }
  .view--mozaic .work .work__item.work__item--last {
    margin: 0 12.5% 0 auto;
  }
}
.view--mozaic .work .btn__wording {
  max-width: 100%;
}
@media screen and (min-width: 1024px) {
  .view--list .work__inner {
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .view--list .work__item-group {
    display: block;
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 62.5%;
    flex-preferred-size: 62.5%;
    max-width: 62.5%;
    margin-left: 25%;
  }
  .view--list .work .paragraph {
    margin: 0;
    line-height: 1.5rem;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) and (max-width: 1200px) {
  .view--list .work .item__text-wrapper .title {
    margin-bottom: 0;
    font-size: 1.1rem !important;
  }
  .view--list .work .paragraph {
    font-size: 0.7rem;
    line-height: 1.2rem;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1280px) and (max-width: 1400px) {
  .view--list .work .item__text-wrapper .title {
    font-size: 1.6rem !important;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1201px) and (max-width: 1550px) {
  .view--list .work .item__text-wrapper .title {
    margin-bottom: 5px;
  }
  .view--list .work .paragraph {
    font-size: 0.75rem;
    line-height: 1.3rem;
  }
}
.work-detail__container {
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 50px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .work-detail__container {
    margin-top: 18.125vw;
  }
}
.work-detail .bkg-text__content .bkg-text--all {
  margin-right: 20px;
}
.work-detail .bkg-text__content .bkg-text__arrow {
  margin-right: 20px;
}
.work-detail .bkg-text__content .bkg-text__arrow:last-child {
  margin-right: 0px;
  margin-left: 20px;
}
.work-detail .bkg-text-link:hover path {
  fill: #eb0000;
}
.work-detail .bkg-text-link.link--previous:hover path.arrow__path--first {
  animation: arrow 1s cubic-bezier(0.19, 1, 0.22, 1) infinite;
}
.work-detail .bkg-text-link.link--previous:hover path.arrow__path--second {
  animation: arrow__second 1s cubic-bezier(0.19, 1, 0.22, 1) infinite;
}
.work-detail .bkg-text-link.link--next:hover path.arrow__path--first {
  animation: arrow__reverse 1s cubic-bezier(0.19, 1, 0.22, 1) infinite;
}
.work-detail .bkg-text-link.link--next:hover path.arrow__path--second {
  animation: arrow__reverse_second 1s cubic-bezier(0.19, 1, 0.22, 1) infinite;
}
.work-detail__container__inner {
  flex: 1 1 auto;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 100%;
  flex-preferred-size: 100%;
  max-width: 100%;
}
@media screen and (min-width: 1024px) {
  .work-detail__container__inner {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 75%;
    flex-preferred-size: 75%;
    max-width: 75%;
    margin-left: 12.5%;
  }
}
.work-detail .module__slider {
  margin-top: 50px;
}
@media screen and (min-width: 1024px) {
  .work-detail .module__slider {
    margin-top: 150px;
  }
}
.work-detail .module__slider .title {
  margin-bottom: 20px;
}
.professions .breadcrumb {
  display: none;
}
@media screen and (min-width: 1024px) {
  .professions .breadcrumb {
    display: block;
  }
}
.professions .img-wrapper__inner {
  width: 100%;
}
.professions .page-intro-scroll {
  padding-top: 30px;
  padding-bottom: 50px;
  margin-bottom: 50px;
  padding-bottom: 0;
  flex-wrap: initial;
  /*.page-title {
        line-height: 40px
        font-size: pxToRem(30)

        +from('small') {
          line-height: 90px
          font-size: pxToRem(90)
        }

        +from('medium') {
          line-height: 110px
          font-size: pxToRem(120)
        }
      }*/
}
@media screen and (min-width: 768px) {
  .professions .page-intro-scroll {
    padding-top: 40px;
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 100%;
    flex-preferred-size: 100%;
    max-width: 100%;
    margin-left: 0%;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1024px) {
  .professions .page-intro-scroll {
    padding-top: 50px;
    margin-bottom: 100px;
  }
}
.professions .page-intro-scroll__content {
  flex: 1 1 auto;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 75%;
  flex-preferred-size: 75%;
  max-width: 75%;
}
@media screen and (min-width: 768px) {
  .professions .page-intro-scroll__content {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 100%;
    flex-preferred-size: 100%;
    max-width: 100%;
  }
}
.professions .page-intro-scroll__title {
  margin-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  .professions .page-intro-scroll__title {
    margin-bottom: 30px;
    margin-left: 25%;
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 50%;
    flex-preferred-size: 50%;
    max-width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .professions .page-intro-scroll__container {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 50%;
    flex-preferred-size: 50%;
    max-width: 50%;
    margin-left: 25%;
  }
}
.professions .page-intro-scroll__inner {
  align-items: flex-start;
}
@media screen and (min-width: 1024px) {
  .professions .page-intro-scroll__inner .scroll-indicator {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 25%;
    flex-preferred-size: 25%;
    max-width: 25%;
    display: block;
    align-self: flex-end;
  }
}
.professions .page-intro-scroll__text {
  font-family: 'DM Serif Text', serif;
  font-size: 1rem;
  color: #eb0000 !important;
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .professions .page-intro-scroll__text {
    font-size: 1.333333333333333rem;
    line-height: 1.944444444444444rem;
  }
}
@media screen and (min-width: 1024px) {
  .professions .page-intro-scroll__text {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 75%;
    flex-preferred-size: 75%;
    max-width: 75%;
  }
}
.professions .page-intro-scroll .mobile-scroll {
  flex: 1 1 auto;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 25%;
  flex-preferred-size: 25%;
  max-width: 25%;
  padding-top: 60px;
}
@media screen and (min-width: 768px) {
  .professions .page-intro-scroll .mobile-scroll {
    order: 1;
  }
}
.professions .link-wrapper {
  margin: 30px 0px;
}
.professions .link-wrapper .btn {
  width: 100%;
}
.professions__inner {
  position: relative;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
}
.professions__item {
  flex: 1 1 auto;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 100%;
  flex-preferred-size: 100%;
  max-width: 100%;
  margin-bottom: 50px;
}
@media screen and (min-width: 1024px) {
  .professions__item {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 62.5%;
    flex-preferred-size: 62.5%;
    max-width: 62.5%;
    margin-bottom: 100px;
  }
}
.professions .item__img-wrapper {
  position: relative;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
}
.professions .item__img {
  position: relative;
  z-index: 2;
}
.professions .item__bkg-text {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 1;
  margin-top: -0.6em;
  color: #333745;
  opacity: 0.1;
}
@media screen and (min-width: 1024px) {
  .professions .item__bkg-text {
    left: 50%;
  }
}
.professions .item__content {
  position: relative;
  z-index: 3;
  flex: 1 1 auto;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 100%;
  flex-preferred-size: 100%;
  max-width: 100%;
}
@media screen and (min-width: 1024px) {
  .professions .item__content {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 60%;
    flex-preferred-size: 60%;
    max-width: 60%;
    margin-left: 20%;
  }
}
.professions .item__catchphrase {
  margin-top: 40px;
  margin-bottom: 25px;
  font-weight: 700;
  font-size: 1.666666666666667rem;
  font-family: 'Montserrat', sans-serif;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .professions .item__catchphrase {
    margin-top: 40px;
    margin-bottom: 50px;
    line-height: 1;
    font-size: 3.333333333333333rem;
  }
}
.professions .item__paragraph {
  line-height: 30px;
  margin-bottom: 50px;
}
.professions .content__text {
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
}
@media screen and (max-width: 1023px) {
  .professions .item__bkg-text {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .professions .professions__item:nth-child(odd) {
    margin-left: 12.5%;
  }
  .professions .professions__item:nth-child(odd) .item__bkg-text {
    right: -40%;
    left: auto;
    text-align: right;
  }
  .professions .professions__item:nth-child(even) {
    margin-left: 25%;
  }
  .professions .professions__item:nth-child(even) .item__bkg-text {
    left: -40%;
  }
}
.establishments__map {
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0;
}
.establishments .map__inner {
  flex: 1 1 auto;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 100%;
  flex-preferred-size: 100%;
  max-width: 100%;
}
@media screen and (min-width: 1024px) {
  .establishments .map__inner {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 100%;
    flex-preferred-size: 100%;
    max-width: 100%;
  }
}
.establishments .map__inner img {
  display: block;
  width: 100%;
  height: auto;
}
.establishments #map__iframe {
  width: 100%;
  height: 900px;
  border: 0;
  background: $color__gray--white;
  border: 1px solid #eee;
}
.sitemap {
  color: transparent;
  font-family: 'Montserrat', sans-serif;
}
.sitemap__content {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1023px) {
  .sitemap__content {
    flex-direction: column;
  }
}
@media screen and (min-width: 1024px) {
  .sitemap .child-page {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 33.33333333333333%;
    flex-preferred-size: 33.33333333333333%;
    max-width: 33.33333333333333%;
    margin-bottom: 24px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 1023px) {
  .sitemap .child-page:first-child span {
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .sitemap__link.block {
    padding-left: 0;
    overflow: hidden;
  }
}
.sitemap a.sitemap__title {
  transition: 0.3s color linear;
}
.sitemap a.sitemap__title:hover {
  color: #eb0000;
}
.sitemap__title {
  display: block;
  color: #000;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 1.222222222222222rem;
  line-height: 1.555555555555556rem;
  margin-bottom: 40px;
}
@media screen and (max-width: 1023px) {
  .sitemap__title {
    padding: 24px 0 0;
  }
}
.sitemap__arrow {
  position: absolute;
  margin-left: 18px;
  bottom: 5px;
}
.sitemap__link-group {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.sitemap__link-group a {
  font-size: 0.833333333333333rem;
  line-height: 1.333333333333333rem;
  font-weight: 500;
  color: #000;
  transition: 0.3s color linear;
  padding-left: 0;
}
.sitemap__link-group a:hover {
  color: #eb0000;
}
.sitemap__link-group .sitemap__link-sub-group {
  list-style-type: none;
  padding-left: 15px;
}
.sitemap__link-group .sitemap__link-sub-group li {
  position: relative;
  padding: 4px 0;
  margin-bottom: 0;
}
.sitemap__link-group .sitemap__link-sub-group li:first-child {
  padding: 8px 0 4px;
}
.sitemap__link-group li {
  line-height: 1.333333333333333rem;
  margin-bottom: 16px;
}
.sitemap__link-title {
  font-weight: 500;
  font-size: 0.888888888888889rem;
  color: #000;
  position: relative;
  cursor: pointer;
  padding-bottom: 0;
}
.sitemap a {
  text-decoration: none;
}
.sitemap__link-sub-group {
  display: none;
}
@media screen and (min-width: 768px) {
  .legals__inner {
    padding-top: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .legals__inner {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 62.5%;
    flex-preferred-size: 62.5%;
    max-width: 62.5%;
    margin-left: 12.5%;
    padding-top: 100px;
  }
}
.legals__section {
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .legals__section {
    padding-bottom: 90px;
  }
}
@media screen and (min-width: 1024px) {
  .offer-detail {
    display: flex;
  }
}
@media screen and (min-width: 1024px) {
  .offer-detail__left-sections-container {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 66.66666666666666%;
    flex-preferred-size: 66.66666666666666%;
    max-width: 66.66666666666666%;
  }
  .offer-detail__left-sections-container .main__section.only-text {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 75%;
    flex-preferred-size: 75%;
    max-width: 75%;
    margin-right: 0;
    padding-right: 17%;
    padding-bottom: 80px;
    padding-top: 0;
  }
  .offer-detail__left-sections-container:first-child {
    padding-top: 50px;
  }
}
.offer-detail__left-sections-container .edito-trio__container .paragraph p:first-of-type {
  margin-top: 0;
}
.offer-detail__left-sections-container .paragraph ul li {
  line-height: 1.333333333333333rem;
  padding-bottom: 0;
}
.offer-detail__left-sections-container .paragraph ul li:before {
  left: 15px;
  border-radius: 0;
  background-color: #757575;
}
@media screen and (min-width: 1024px) {
  .offer-detail__right-sections-container {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 33.33333333333333%;
    flex-preferred-size: 33.33333333333333%;
    max-width: 33.33333333333333%;
  }
}
.offer-detail .headline {
  font-family: 'Montserrat', sans-serif;
  color: #000;
  font-weight: 400;
  margin-bottom: 16px;
}
.offer-detail .main__section-title {
  font-family: 'DM Serif Text', serif;
  /*font-size: pxToRem(34)
      line-height: pxToRem(42)*/
  margin-bottom: 24px;
  /*+to('small') {
        font-size: pxToRem(28)
        line-height: pxToRem(34)
      }*/
}
.offer-detail .social-share {
  display: flex;
  align-items: baseline;
}
.offer-detail .social-share h3 {
  margin-right: 35px;
  /*font-size: pxToRem(18)
        line-height: pxToRem(22)*/
}
@media screen and (max-width: 767px) {
  .offer-detail .social-share .article-header__share li:not(:last-child) {
    margin-right: 28px;
  }
}
.bkg-grid {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.bkg-grid__inner {
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  padding-right: 35px;
  padding-left: 35px;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1024px) {
  .bkg-grid__inner {
    padding-right: 0;
    padding-left: 0;
  }
}
.bkg-grid__stripe {
  flex: 1 1 auto;
  max-width: 100%;
  border-right: 1px solid #eee;
  transform-origin: top;
}
.bkg-grid__stripe:first-child {
  border-left: 1px solid #eee;
}
@media screen and (min-width: 1024px) {
  .bkg-grid__stripe:first-child {
    border-left: none;
  }
}
.intro {
  display: none;
}
@media screen and (min-width: 1024px) {
  .intro {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    overflow: hidden;
    width: 100vw;
    height: 100vh;
  }
  .intro__out {
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    opacity: 0;
  }
  .intro__stripe {
    position: relative;
    overflow: hidden;
    flex: 1 1 auto;
    max-width: 100%;
    transform-origin: center;
  }
  .intro .stripe__inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
  }
  .intro__in {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    background: #fff;
  }
}
.controls {
  padding-right: 25px;
  padding-left: 25px;
}
.controls__inner {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.controls__arrow {
  display: block;
  width: 26.91px;
  height: 14px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 50px;
  padding: 0;
  border: none;
  background: none;
  text-align: left;
  cursor: pointer;
  overflow: hidden;
  transition: opacity 0.4s ease;
}
.controls__arrow:not(.disabled):hover path {
  fill: #eb0000;
}
.controls__arrow--right {
  transform: scaleX(-1);
}
.controls__arrow.disabled {
  display: none;
  cursor: auto;
  pointer-events: none;
}
.activity .controls__arrow {
  margin-bottom: 0;
}
.activity .controls__arrow:first-child {
  margin-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  .controls__arrow:not(.disabled):hover path {
    fill: #eb0000;
  }
  html:not([data-whatinput="touch"]) .controls__arrow:not(.disabled):hover .controls__icons {
    animation: arrow 1s cubic-bezier(0.19, 1, 0.22, 1) infinite;
  }
}
.controls__icons {
  width: 73.82px;
  display: inline-block;
  position: relative;
}
.controls__arrow-icon + .controls__arrow-icon {
  position: absolute;
  top: 0;
  left: 10px;
  transform: translateX(100%);
}
@-moz-keyframes arrow {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@-webkit-keyframes arrow {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@-o-keyframes arrow {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes arrow {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.header-site {
  position: relative;
  z-index: 51;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px solid rgba(0,0,0,0.06);
  padding: 15px 20px;
  background-color: #fff;
}
@media screen and (max-width: 1023px) {
  .header-site {
    height: 58px;
  }
}
.header-site.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
}
@media screen and (max-width: 1023px) {
  .header-site.is-fixed.is-fixed-mobile {
    z-index: 100;
  }
  .header-site.is-fixed.is-fixed-mobile .nav-wrap {
    top: 56px;
  }
}
.header-site button {
  border: 0;
  background: none;
  -webkit-appearance: none;
}
@media screen and (max-width: 1023px) {
  .header-site.is-fixed-mobile {
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 11;
  }
}
@media screen and (max-width: 1023px) {
  .header-site__logo {
    position: relative;
    width: 130px;
  }
}
@media screen and (max-width: 767px) {
  .header-site__logo {
    top: 0;
    width: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .header-site__logo {
    width: 145px;
    height: 73px;
    padding: 15px 0;
  }
}
.header-site__search {
  position: relative;
  top: 1px;
  border: 0;
  padding: 0;
  background-color: transparent;
  cursor: pointer;
}
.header-site__search path {
  transition: 0.3s all linear;
}
.header-site__search:hover path {
  fill: #eb0000;
}
.header-site__contact {
  margin: 0 15px;
  text-decoration: none;
}
.header-site__contact path {
  transition: 0.3s all linear;
}
.header-site__contact:hover path {
  fill: #eb0000;
}
@media screen and (min-width: 1024px) {
  .header-site__contact {
    display: inline-block;
    position: relative;
    top: 3px;
    margin: 0 0 0 25px;
  }
}
.header-site .is-active path {
  fill: #eb0000;
}
@media screen and (min-width: 1024px) {
  .header-site {
    padding: 0 20px;
  }
}
@media screen and (min-width: 1280px) {
  .header-site {
    padding: 0 50px;
  }
}
.header-site .burger {
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.header-site .burger-wrap {
  padding: 0;
  margin-left: 16px;
}
@media screen and (max-width: 1023px) {
  .sup-header ~ .header-site .nav-wrap {
    top: 96px;
  }
}
@media screen and (max-width: 1023px) {
  .sup-header ~ .header-site.is-fixed.is-fixed-mobile .nav-wrap {
    top: 56px;
  }
}
@media screen and (max-width: 1023px) {
  .sup-header ~ .header-site.is-fixed .nav-wrap {
    top: 56px;
  }
}
.nav {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 1024px) {
  .nav {
    display: flex;
    margin-right: 10px;
  }
}
@media screen and (max-width: 1023px) {
  .nav-wrap {
    position: fixed;
    top: 58px;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    overflow: scroll;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s visibility ease-in;
  }
}
@media screen and (min-width: 1024px) {
  .nav-wrap {
    display: flex;
    align-items: flex-start;
    align-self: flex-end;
  }
  .navigation-wrap {
    display: flex;
    align-items: flex-start;
    align-self: flex-end;
  }
}
.nav ul {
  padding: 0;
  list-style-type: none;
}
.nav ul.subnav__nav {
  padding: 0;
  margin:0;
}
.nav button {
  background-color: transparent;
  border: none;
  -webkit-appearance: none;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 0.777777777777778rem;
  line-height: normal;
  transition: 0.3s color linear;
  cursor: pointer;
  color: #000;
}
@media screen and (min-width: 1024px) {
  .nav button:hover {
    color: #eb0000;
  }
  .nav button:focus {
    color: #eb0000;
  }
}
.nav a:not(.btn) {
  color: currentColor;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  transition: 0.3s color linear;
}
@media screen and (max-width: 1023px) {
  .nav a:not(.btn) {
    font-weight: 700;
  }
}
@media screen and (min-width: 1024px) {
  .nav a:not(.btn):hover {
    color: #eb0000;
  }
}
@media screen and (max-width: 1023px) {
  .nav__item {
    display: block;
    padding: 0;
    margin: 0;
  }
  .nav__item:not(:last-child) {
    border-bottom: 1px solid #eee;
  }
}
@media screen and (min-width: 1024px) {
  .nav__item:hover .nav__link:after {
    transform: scaleX(1);
  }
  .nav__link:focus:after {
    transform: scaleX(1);
  }
  .nav__item:hover .nav__subnav {
    opacity: 1;
    visibility: visible;
  }
  /*.nav__link:focus ~ .disktopMenu .nav__subnav {
    opacity: 1;
    visibility: visible;
  }*/
  .nav__link.focused ~ .disktopMenu .nav__subnav {
    opacity: 1;
    visibility: visible;
  }
}
.nav__item > a {
  display: inline-block;
}
.nav__link {
  position: relative;
  padding: 20px 50px 20px 20px;
  font-size: 0.777777777777778rem;
  line-height: normal;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .nav__link {
    padding: 0 15px 30px;
  }
}
@media screen and (max-width: 1023px) {
  .nav__link {
    display: flex;
    width: 100%;
  }
}
.nav__link:after {
  content: '';
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 0px;
  border-bottom: 2px solid #eb0000;
  transform: scaleX(0);
  transition: 0.3s transform ease-in;
  transform-origin: 0% 0%;
}
.nav__link svg {
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -4.5px;
  transform: rotate(-90deg) translateY(-50%);
}
@media screen and (min-width: 1024px) {
  .nav__link svg {
    display: none;
  }
}
.nav__back {
  position: relative;
  display: block;
  width: 100%;
  padding: 20px 20px 20px 40px;
  border-bottom: 1px solid #eee !important;
  text-align: left;
}
.nav__back svg {
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -4.5px;
  transform: rotate(90deg);
}
@media screen and (min-width: 1024px) {
  .nav__back {
    display: none;
  }
}
.subnav {
  display: flex;
  position: absolute;
  left: 0;
  width: 100%;
  background-color: #fff;
}
@media screen and (max-width: 1023px) {
  .subnav {
    display: none;
    top: 0;
    bottom: 0;
    left: 100%;
    z-index: 10;
    min-height: calc(100vh - 88px);
    transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .subnav li a {
    font-size: 0.777777777777778rem;
    line-height: normal;
  }
}
@media screen and (min-width: 1024px) {
  .subnav {
    bottom: 0px;
    padding: 39px 40px 50px 40px;
    border-top: 2px solid rgba(0,0,0,0.06);
    transform: translateY(100%);
    box-shadow: 0 20px 30px 0 rgba(0,0,0,0.15);
    opacity: 0;
    visibility: hidden;
  }
}
@media screen and (min-width: 1024px) {
  .subnav.noVisibleSubChild {
    display: none;
  }
}
.subnav .home-title {
  display: block;
  margin-bottom: 20px;
}
@media screen and (max-width: 1279px) {
  .subnav .home-title {
    font-size: 3rem;
  }
}
.subnav__intro {
  flex: 1 1 auto;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 25%;
  flex-preferred-size: 25%;
  max-width: 25%;
}
.subnav__intro .description {
  color: #eb0000;
  font-size: 0.944444444444444rem;
  line-height: 1.333333333333333rem;
}
@media screen and (min-width: 1024px) {
  .subnav__intro .description {
    font-size: 1.055555555555556rem;
    line-height: 1.444444444444444rem;
    font-weight: 500;
    font-style: italic;
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 70%;
    flex-preferred-size: 70%;
    max-width: 70%;
  }
}
@media screen and (min-width: 1024px) {
  .subnav__intro .nav-title {
    font-size: 3.222222222222222rem;
    line-height: 3.111111111111111rem;
    font-weight: 700;
  }
}
@media screen and (max-width: 1023px) {
  .subnav__intro {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .subnav__nav li:not(:last-child) {
    border-bottom: 1px solid #eee;
  }
}
@media screen and (min-width: 1024px) {
  .subnav__nav {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 222px;
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 50%;
    flex-preferred-size: 50%;
    max-width: 50%;
    margin-top: 70px;
    margin-bottom: 60px;
    margin: 70px 0 60px;
    column-gap: 0;
  }
  .subnav__nav li:not(:last-child) {
    margin-bottom: 16px;
  }
  .subnav__nav li {
    -webkit-column-break-inside: avoid;
    column-break-inside: avoid;
    page-break-inside: avoid;
  }
  .subnav__nav li a {
    font-size: 0.888888888888889rem;
    line-height: 1.055555555555556rem;
  }
  .subnav__nav li.parent-clickable-item {
    display: none;
  }
}
@media screen and (min-width: 1280px) {
  .subnav__nav {
    margin-top: 80px;
  }
}
.subnav__nav-link,
.subnav li a {
  font-size: 0.888888888888889rem;
  line-height: 1.055555555555556rem;
  color: currentColor;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}
@media screen and (max-width: 1023px) {
  .subnav__nav-link,
  .subnav li a {
    display: block;
    padding: 20px;
    font-size: 0.777777777777778rem;
    line-height: normal;
    font-weight: 700;
  }
}
.subnav__subnav {
  color: #aaa;
  font-size: 0.888888888888889rem;
  line-height: 1.333333333333333rem;
}
@media screen and (max-width: 1023px) {
  .subnav__subnav li:first-child {
    margin-top: -15px;
  }
  .subnav__subnav li:not(:last-child) {
    border-bottom: none;
  }
}
@media screen and (min-width: 1024px) {
  .subnav__subnav {
    max-width: 90%;
  }
  .subnav__subnav li:not(:last-child) {
    margin-bottom: 16px;
  }
  .subnav__subnav li:first-child {
    margin-top: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .subnav__subnav-link,
  .subnav .subnav__subnav li a {
    display: block;
    padding: 10px 20px 10px 20px;
  }
}
.subnav__push {
  flex: 1 1 auto;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 25%;
  flex-preferred-size: 25%;
  max-width: 25%;
  margin-top: 80px;
  display: flex;
  flex-direction: column;
}
.subnav__push img {
  width: 100%;
  display: block;
}
.subnav__push .img-menu {
  display: flex;
  justify-content: flex-end;
}
@media screen and (min-width: 1024px) {
  .subnav__push .img-menu {
    max-width: 310px;
  }
}
.subnav__push .title {
  display: block;
  margin: 24px 0 0;
  line-height: 2rem;
  font-size: 1.666666666666667rem;
}
@media screen and (min-width: 1024px) {
  .subnav__push .title {
    max-width: 310px;
  }
}
.subnav__push a {
  margin-top: 24px;
}
.subnav__push a .btn__wording {
  max-width: calc(100% - 80px);
}
@media screen and (min-width: 1024px) {
  .subnav__push a {
    max-width: 310px;
  }
  .subnav__push a .btn__lines {
    top: 12px;
  }
  .subnav__push a .btn__wording {
    font-weight: 700;
    font-size: 0.777777777777778rem;
  }
}
@media screen and (min-width: 1024px) and (min-width: 768px) {
  .subnav__push a .btn__wording {
    font-size: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .subnav__push {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 90%;
    flex-preferred-size: 90%;
    max-width: 90%;
    margin: 48px 40px;
  }
}
.nav .subnav__nav .subnav__subnav-link,
.nav .subnav__subnav li a {
  font-weight: 400;
  color: #878787;
  font-size: 0.888888888888889rem;
  line-height: 1.333333333333333rem;
}
@media screen and (max-width: 1023px) {
  .nav .subnav__nav .subnav__subnav-link,
  .nav .subnav__subnav li a {
    font-size: 0.777777777777778rem;
    line-height: 1.333333333333333rem;
    font-weight: 500;
  }
}
.sup-header {
  position: relative;
  z-index: 50;
  font-weight: 500;
  font-size: 0.666666666666667rem;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  background-color: #232323;
}
@media screen and (min-width: 1024px) {
  .sup-header {
    background-color: #000;
  }
}
.sup-header a {
  text-decoration: none;
  color: currentColor;
  transition: 0.3s color linear;
  padding: 8px 0;
}
.sup-header a:not(.btn):hover {
  color: #eb0000;
}
.sup-header .headline {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.833333333333333rem;
  line-height: 1.055555555555556rem;
  color: #fff;
  text-transform: none;
  letter-spacing: 0;
  margin-bottom: 24px;
}
@media screen and (min-width: 1024px) {
  .sup-header .headline {
    margin-top: 28px;
    font-size: 1.222222222222222rem;
    line-height: 1.055555555555556rem;
  }
}
.sup-header button {
  border: 0;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.666666666666667rem;
  background-color: transparent;
  color: #aaa;
  transition: 0.3s color linear;
  cursor: pointer;
  -webkit-appearance: none;
}
.sup-header button path {
  transition: 0.3s all linear;
}
.sup-header button:hover {
  color: #eb0000;
}
.sup-header button:hover path {
  fill: #eb0000;
}
.sup-header ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.sup-header ul li {
  font-size: 0.833333333333333rem;
  line-height: 1.333333333333333rem;
  font-weight: 500;
}
.sup-header ul li:last-child {
  margin-bottom: 40px;
}
@media screen and (min-width: 1024px) {
  .sup-header ul li {
    font-size: 0.888888888888889rem;
    line-height: 1.333333333333333rem;
  }
}
.sup-header__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 40px;
  padding: 0 8px;
}
.sup-header__content > div:first-child {
  display: flex;
  align-items: center;
}
.sup-header__content > div:nth-child(2) {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .sup-header__content > div:nth-child(2) {
    justify-content: space-between;
  }
}
@media screen and (min-width: 1024px) {
  .sup-header__content {
    height: 45px;
  }
}
@media screen and (min-width: 1280px) {
  .sup-header__content {
    padding: 0 50px;
  }
}
.sup-header__content .sup-header__lang .dropbtn:hover {
  color: #eb0000;
}
@media screen and (max-width: 1023px) {
  .sup-header__col:not(:last-child) {
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 1024px) {
  .sup-header__col {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 50%;
    flex-preferred-size: 50%;
    max-width: 50%;
  }
}
.sup-header__lang {
  background-color: #232323;
  color: #aaa;
  font-size: 0.666666666666667rem;
  line-height: 0.777777777777778rem;
  letter-spacing: none;
  position: relative;
  z-index: 1000;
  width: 60px;
  height: 18px;
  display: flex;
  align-items: center;
}
.sup-header__lang .open {
  opacity: 1;
}
.sup-header__lang .arrows {
  display: flex;
  color: #fff;
  margin-left: 6px;
}
.sup-header__lang .dropdown-content {
  height: 0;
  overflow: hidden;
  align-items: center;
  width: 100%;
  background-color: #232323;
  position: absolute;
  top: 25px;
  left: 15px;
}
@media screen and (min-width: 1024px) {
  .sup-header__lang .dropdown-content {
    background-color: #000;
    left: 30px;
  }
}
.sup-header__lang .col-lang {
  flex-direction: column;
  display: flex;
  width: 70%;
  margin-left: 15px;
  padding-bottom: 5px;
}
@media screen and (min-width: 1024px) {
  .sup-header__lang .col-lang {
    margin-left: 28px;
  }
}
.sup-header__lang .col-lang a:hover {
  color: #eb0000;
  font-weight: 600;
}
.sup-header__lang:hover {
  cursor: pointer;
}
.sup-header__lang .dropbtn {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  justify-content: flex-end;
  font-weight: 600;
  color: #fff;
  width: 100%;
  padding: 0;
}
.sup-header__lang .dropbtn a,
.sup-header__lang .dropbtn span {
  font-size: 0.666666666666667rem;
  line-height: 0.777777777777778rem;
}
.sup-header__lang .dropbtn a:hover,
.sup-header__lang .dropbtn span:hover {
  color: #eb0000;
}
.sup-header__lang .dropbtn a {
  font-weight: 500;
  color: #aaa;
}
.sup-header__lang .dropbtn span.is-active {
  color: #fff;
  font-weight: 600;
}
.sup-header__lang .dropbtn span.is-active:hover {
  color: #eb0000;
}
.sup-header__lang.two-lang .arrows {
  display: none;
}
.sup-header__lang.two-lang .fr-language {
  margin: 0;
}
.sup-header__lang.two-lang .other-language {
  margin-left: 8px;
}
@media screen and (max-width: 767px) {
  .sup-header__lang.two-lang .other-language {
    margin-left: 16px;
  }
}
.sup-header__lang.two-lang a.secnd-lang {
  display: block;
  color: #aaa;
  font-weight: 400;
  padding: 0;
}
.sup-header__lang.two-lang a.secnd-lang:hover {
  color: #eb0000;
  font-weight: 600;
}
@media screen and (min-width: 1024px) {
  .sup-header__lang {
    background-color: #000;
    width: 90px;
  }
}
.sup-header__a {
  margin-right: 20px;
  color: #aaa !important;
  font-weight: 700;
}
.sup-header__btn {
  font-size: 0.666666666666667rem;
  font-weight: 500;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 0;
}
.sup-header__btn span {
  margin-left: 9px;
}
.sup-header__btn:hover span:after {
  border-color: #eb0000 transparent transparent transparent;
}
.sup-header__btn .arrows {
  margin-left: 6px;
}
.sup-header__btn .arrows svg path {
  fill: #aaa;
}
.sup-header__btn:hover .arrows path {
  fill: #eb0000;
}
.sup-header__more {
  position: relative;
  overflow: hidden;
  height: 0;
  font-size: 0.833333333333333rem;
  display: none;
}
.sup-header__more.is-open {
  display: block !important;
}
.sup-header__more li:not(:last-child) {
  margin-bottom: 16px;
}
@media screen and (min-width: 1024px) {
  .sup-header__more li:not(:last-child) {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 1023px) {
  .sup-header__more {
    padding: 0 35px;
  }
}
.sup-header__more-inner {
  position: relative;
  padding: 0;
}
@media screen and (min-width: 1024px) {
  .sup-header__more-inner {
    display: flex;
    padding: 24px 0 48px;
    width: 78%;
    margin: auto;
  }
}
@media screen and (min-width: 1024px) {
  .sup-header__group-sites,
  .sup-header__countries {
    column-count: 2;
  }
  .sup-header__group-sites.single-col,
  .sup-header__countries.single-col {
    column-count: 1;
  }
}
.sup-header .country-site__option {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.666666666666667rem;
  line-height: 0.777777777777778rem;
  height: 18px;
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  .sup-header .country-site__option {
    margin-right: 24px;
  }
}
.sup-header .country-site__option svg {
  margin-right: 7px;
}
@media screen and (max-width: 1023px) {
  .sup-header .country-site__option .title-desk {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .sup-header .country-site__option .title-mob {
    display: none;
  }
}
.sup-header__stock {
  display: flex;
  align-items: center;
  margin-left: -4px;
  font-family: 'Montserrat', sans-serif;
  font-weight: $font-weight__medium;
  font-size: 0.666666666666667rem;
  line-height: 1;
  color: #aaa;
}
.sup-header__stock .stock-header__value {
  font-weight: 600;
  font-size: 0.777777777777778rem;
  color: #fff;
  padding-right: 5px;
}
.sup-header__millau__links {
  margin-left: 9px;
}
.sup-header__millau__links ul {
  display: flex;
  align-items: center;
}
.sup-header__millau__links ul li {
  font-size: 0.666666666666667rem;
}
.sup-header__millau__links ul li:last-child {
  margin-bottom: 0;
}
.sup-header__millau__links a {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .sup-header__millau__links a {
    margin-left: 40px;
  }
}
.sup-header__millau__links a img {
  margin-right: 15px;
  max-width: 22px;
}
.sup-header__millau__links a img path {
  fill: #fff;
}
@media screen and (min-width: 1024px) {
  .sup-header__millau__links a img {
    margin-right: 9px;
  }
}
.sup-header__millau__links a span {
  display: none;
}
@media screen and (min-width: 1024px) {
  .sup-header__millau__links a span {
    display: inline-block;
  }
}
.sup-header__millau__links a:hover svg path {
  fill: #eb0000;
}
.menu__search {
  will-change: transform;
  position: absolute;
  top: 56px;
  left: 0;
  width: 100%;
  z-index: 10;
  overflow: hidden;
  display: none;
  width: 100vw;
  height: 100vh;
  border: 1px solid #dadada;
}
@media screen and (min-width: 1024px) {
  .menu__search {
    top: 78px;
    background: transparent;
  }
}
.menu__search__inner {
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  height: 100%;
}
.menu__search__empty-col {
  display: none;
}
@media screen and (min-width: 1024px) {
  .menu__search__empty-col {
    display: block;
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 25%;
    flex-preferred-size: 25%;
    max-width: 25%;
    padding-top: 100vh;
    width: 100%;
    height: 100%;
  }
}
.menu__search__search {
  position: relative;
  z-index: 0;
  flex: 1 1 auto;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 100%;
  flex-preferred-size: 100%;
  max-width: 100%;
}
@media screen and (min-width: 1024px) {
  .menu__search__search {
    overflow: hidden;
  }
}
.menu__search .search__inner {
  position: relative;
  z-index: 2;
  padding: 0;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  min-height: 70px;
  height: 100%;
}
@media screen and (min-width: 1024px) {
  .menu__search .search__inner {
    align-items: center;
    min-height: 135px;
  }
}
.menu__search .search__background {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #fff;
}
.menu__search .search__container {
  flex: 1 1 auto;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 100%;
  flex-preferred-size: 100%;
  max-width: 100%;
  overflow-y: auto;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.menu__search .search__anim {
  flex: 1 1 auto;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 95%;
  flex-preferred-size: 95%;
  max-width: 95%;
}
@media screen and (min-width: 1024px) {
  .menu__search .search__anim {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 66.66666666666666%;
    flex-preferred-size: 66.66666666666666%;
    max-width: 66.66666666666666%;
  }
}
.menu__search .search__head {
  margin-bottom: 70px;
  padding-top: 80px;
}
@media screen and (min-width: 1024px) {
  .menu__search .search__head {
    margin-bottom: 90px;
    padding-top: 0;
  }
}
.menu__search .search__wrapper {
  position: relative;
  z-index: 1;
  top: 0;
}
.menu__search .search__form {
  position: relative;
  z-index: 4;
  flex: 1 1 auto;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 100%;
  flex-preferred-size: 100%;
  max-width: 100%;
  margin: auto;
}
.menu__search .search__input {
  font-size: 1rem;
  line-height: 1.222222222222222rem;
  padding-left: 6px;
  border: 1px solid #dadada;
  width: 100%;
  height: 38px;
  color: #878787;
  background-color: transparent;
}
@media screen and (min-width: 1024px) {
  .menu__search .search__input {
    height: 64px;
    font-size: 1.333333333333333rem;
    line-height: 1.611111111111111rem;
    padding-left: 16px;
    font-weight: 700;
  }
}
.menu__search .search__input:focus {
  outline: 0;
  caret-color: #eb0000;
}
.menu__search .search__results {
  margin-top: 5px;
  font-size: 0.777777777777778rem;
}
.menu__search .search__input:focus + p:after {
  animation: blink-animation 1s step-start infinite;
}
.menu__search .title--profile {
  font-size: 0.888888888888889rem;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .menu__search .title--profile {
    margin-top: 20px;
  }
}
.menu__search.noBlinker .search__fake-input:after {
  content: none;
}
@-moz-keyframes blink-animation {
  33.3% {
    opacity: 1;
  }
}
@-webkit-keyframes blink-animation {
  33.3% {
    opacity: 1;
  }
}
@-o-keyframes blink-animation {
  33.3% {
    opacity: 1;
  }
}
@keyframes blink-animation {
  33.3% {
    opacity: 1;
  }
}
.basic-menu {
  color: #fff;
  display: flex;
  align-items: center;
  position: fixed;
  z-index: 10;
  width: 100vw;
  padding: 15px 20px;
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  justify-content: space-between;
}
@media screen and (min-width: 1024px) {
  .basic-menu {
    padding: 15px 50px;
    align-items: flex-start;
  }
}
.basic-menu li:nth-child(2) {
  order: 1;
}
@media screen and (min-width: 1024px) {
  .basic-menu .nav__link {
    padding: 10px 15px 10px;
  }
  .basic-menu .nav__link:after {
    bottom: -15px;
  }
}
.basic-menu.menu img {
  width: 140px;
  height: auto;
  filter: brightness(0) invert(1);
}
@media screen and (min-width: 1024px) {
  .basic-menu.menu img {
    width: 150px;
  }
}
.basic-menu__logo {
  width: 140px;
  height: auto;
  padding: 0;
}
.basic-menu__logo path {
  fill: #fff;
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .basic-menu__logo {
    width: 150px;
  }
}
.basic-menu a {
  display: flex;
}
.basic-menu .nav button,
.basic-menu .nav a {
  color: #fff;
}
.basic-menu .nav a:not(.btn):hover {
  color: #fff;
}
.basic-menu .burger-wrap {
  background: transparent;
  border: none;
}
.basic-menu .burger-wrap svg {
  width: 30px;
}
.basic-menu .burger-wrap svg rect {
  fill: #fff;
}
.basic-menu.is-fixed {
  position: fixed;
  top: 0;
  background-color: #fff;
  color: #000;
}
.basic-menu.is-fixed .nav button,
.basic-menu.is-fixed .nav a {
  color: #000;
}
.basic-menu.is-fixed.menu img {
  filter: brightness(1) invert(0);
}
.basic-menu.is-fixed.menu .header-site__logo-upper {
  fill: #eb0000;
}
.basic-menu.is-fixed.menu .header-site__logo-txt {
  fill: #000;
}
.basic-menu.is-fixed .nav a:not(.btn):hover {
  color: #000;
}
.basic-menu.is-fixed .burger-wrap svg rect {
  fill: #000;
}
.basic-menu .logo-on__scroll {
  display: none;
}
.basic-menu ~ .app__inner .main__section.has-bg.home-intro {
  padding: 0 35px;
}
.sup-header.is-open + .basic-menu {
  position: relative;
}
.sup-header.is-open + .basic-menu.is-fixed {
  position: fixed;
}
.sup-header.is-open ~ .basic-menu ~ .app__inner {
  bottom: 80px;
}
.btn {
  display: inline-flex;
  transition: color 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}
.link-wrapper--right .btn {
  justify-content: flex-end;
}
.link-wrapper--center .btn {
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .btn .link-wrapper {
    justify-content: left;
  }
}
.btn:hover {
  cursor: pointer;
}
.btn:hover .btn__wording {
  color: #eb0000;
}
.btn__wording {
  margin-left: 0;
  z-index: 1;
}
.btn__wording + .btn__lines {
  margin-left: 20px;
}
.btn__lines {
  position: relative;
  top: 9px;
  display: inline-block;
  overflow: hidden;
  margin-left: 0;
  width: 50px;
  height: 2px;
  vertical-align: middle;
}
.btn__lines + .btn__wording {
  margin-left: 20px;
}
.btn--big .btn__lines {
  top: 59px;
}
.btn__line {
  will-change: transform;
  display: block;
  width: 50px;
  height: 2px;
  background: #333745;
}
.btn__hidden__line {
  will-change: transform;
  position: absolute;
  top: 0;
  left: -50px;
  width: 50px;
  height: 2px;
  background: #eb0000;
}
.btn__icon {
  margin-right: 10px;
}
.btn--left {
  text-align: left;
}
.btn--large {
  align-items: flex-end;
}
.btn--large .btn__lines {
  top: auto;
}
@media screen and (min-width: 768px) {
  .btn--large .btn__lines {
    width: 100px;
    height: 2px;
  }
}
.btn--large .btn__wording {
  font-size: 0.777777777777778rem;
}
@media screen and (min-width: 768px) {
  .btn--large .btn__wording {
    font-size: 0.888888888888889rem;
  }
}
@media screen and (min-width: 768px) {
  .btn--large .btn__line {
    width: 100px;
    height: 2px;
  }
}
@media screen and (min-width: 768px) {
  .btn--large .btn__hidden__line {
    position: absolute;
    top: 0;
    left: -100px;
    width: 100px;
    height: 2px;
  }
}
.btn--gray .btn__line {
  background: #aaa;
}
.btn--white .btn__line {
  background: #fff;
}
.btn--black {
  color: #333745;
}
.btn--black .btn__line {
  background: #333745;
}
.btn--red .btn__line {
  background: #eb0000;
}
@media screen and (max-width: 1023px) {
  .main__section.millau .link-wrapper {
    display: flex;
  }
}
.main__section.millau .btn-bg {
  background-color: #000;
  padding: 11.5px 1.2em;
  display: inline-flex;
  justify-content: center;
  text-decoration: none;
  align-items: center;
  transition: 0.4s ease;
  border: 1px solid #000;
}
.main__section.millau .btn-bg .btn__wording {
  margin-left: 0;
  color: #fff;
  font-size: 14px;
  text-align: center;
  max-width: none;
}
@media screen and (min-width: 768px) {
  .main__section.millau .btn-bg .btn__wording {
    font-size: 16px;
  }
}
.main__section.millau .btn-bg:hover {
  background-color: #eb0000;
  border: 1px solid #eb0000;
}
.cookie {
  z-index: 30;
  position: fixed;
  bottom: 0;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 25px 40px 25px 0;
  background: #000;
}
.cookie__wrapper {
  width: 80%;
  margin-left: 20px;
  text-align: left;
}
@media screen and (min-width: 1024px) {
  .cookie__wrapper {
    margin: 0 auto;
    text-align: center;
  }
}
.cookie__paragraph {
  color: #fff;
  margin: 0;
}
.cookie__paragraph a {
  color: #fff;
  text-decoration: underline;
}
.cookie__button {
  position: absolute;
  right: 30px;
  cursor: pointer;
  width: 21px;
  height: 21px;
  background: none;
  border: none;
  outline: none;
}
.cookie__button .btn_icn {
  position: absolute;
  left: 0;
  height: 2px;
  display: inline-block;
  width: 21px;
  background: #fff;
  transform: rotate(45deg);
  transition: background-color 0.25s ease;
}
.cookie__button .btn_icn:last-child {
  transform: rotate(-45deg);
}
.cookie__button:hover .btn_icn {
  background: #eb0000;
}
@media screen and (min-width: 1024px) {
  .cookie__button {
    right: 7.5%;
  }
}

figure{
  margin:0;
}

.link-wrapper {
  display: block;
  text-align: left;
}
.image-block {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
}
.image-block__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.image-block__image--content-page {
  top: -50%;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .image-block__image--content-page {
    top: 0;
    height: 100%;
  }
}
.about-block .image-block {
  padding-top: 116.65%;
}
.work-block .image-block {
  padding-top: 100%;
}
.work-block .image-block--content-page {
  padding-top: 50%;
}
@media screen and (min-width: 1024px) {
  .work-block .image-block--content-page {
    padding-top: 100%;
  }
}
.contact .image-block {
  padding-top: 110%;
}
.market-block .image-block,
.persona-block .image-block,
.news-detail .content__intro .image-block,
.work .image-block,
.work-detail .text-img__img .image-block,
.work-detail .work-detail__quote .image-block,
.work-detail .work-detail__module .image-block,
.medias .image-block,
.stock .image-block,
.heritage-slider .image-block {
  padding-top: 100%;
}
.news-detail .content-image .image-block {
  padding-top: 58%;
}
.news-detail .content-image .image-block--full {
  padding-top: 76%;
}
.ambitions .ambition__image .image-block {
  padding-top: 43.8%;
}
.work-detail__content .image-block.content__img-1 {
  padding-top: 56.25%;
}
.publications .image-block,
.professions .image-block {
  padding-top: 56.25%;
}
.simple-slider .image-block {
  padding-top: 68.7%;
}
.quote-block .image-block,
.news-block .image-block {
  padding-top: 106%;
}
.news-block .image-block__image {
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  max-height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.page-intro-text-image__image .image-block {
  padding-top: 133%;
}
.simple-slider {
  position: relative;
  width: calc(100vw - 20px);
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .simple-slider {
    width: calc(100vw - 40px);
  }
}
@media screen and (min-width: 1024px) {
  .simple-slider {
    width: 100vw;
  }
}
.simple-slider__inner {
  overflow: hidden;
  width: 100%;
}
.simple-slider__controls {
  position: absolute;
  left: 0;
  top: calc(50px + 0.5rem);
  z-index: 30;
  padding-top: 68.5%;
  width: 26.4%;
}
@media screen and (min-width: 1024px) {
  .simple-slider__controls {
    margin-left: 50%;
    padding-top: 0;
    top: 0;
    width: 12.5%;
  }
}
.simple-slider .controls__pagination {
  display: none;
}
@media screen and (min-width: 768px) {
  .simple-slider .controls__pagination {
    position: absolute;
    top: -50px;
    left: -60px;
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .simple-slider .controls__pagination {
    position: static;
    padding-top: 160px;
  }
}
@media screen and (min-width: 1280px) {
  .simple-slider .controls__pagination {
    padding-top: 250px;
  }
}
.simple-slider .controls__arrows__inner {
  display: inline-block;
  margin-left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 1024px) {
  .simple-slider .controls__arrows__inner {
    display: block;
    margin-top: 120px;
    margin-left: 0;
    text-align: center;
    transform: none;
  }
}
.simple-slider .controls__arrow {
  display: block;
  margin: 0 auto 50px;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .simple-slider .controls__arrow {
    display: inline-block;
    margin: 0;
  }
}
.simple-slider .controls__arrow .arrow__path--second {
  transform: translateX(50px);
}
.simple-slider .controls__arrow:hover {
  fill: #eb0000;
}
.simple-slider .controls__arrow:hover path.arrow__path--first {
  animation: arrow 1s cubic-bezier(0.19, 1, 0.22, 1) infinite;
}
.simple-slider .controls__arrow:hover path.arrow__path--second {
  animation: arrow__second 1s cubic-bezier(0.19, 1, 0.22, 1) infinite;
}
.simple-slider .controls__arrow--right {
  transform: scaleX(-1);
}
@media screen and (min-width: 768px) {
  .simple-slider .controls__arrow--left {
    margin-right: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .simple-slider .controls__arrow--left {
    margin-right: 30%;
  }
}
.simple-slider .pagination__slider {
  overflow: hidden;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .simple-slider .pagination__slider {
    position: absolute;
    top: 0;
    left: -24px;
    padding-top: 60px;
  }
}
@media screen and (min-width: 1280px) {
  .simple-slider .pagination__slider {
    position: absolute;
    top: 0;
    left: -70px;
    padding-top: 30px;
    width: 140%;
  }
}
.simple-slider .pagination__slider__inner {
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.simple-slider .pagination__separator {
  margin-top: 40px;
  width: 160px;
  height: 2px;
  background: #333745;
}
@media screen and (min-width: 1024px) {
  .simple-slider .pagination__separator {
    margin-top: 0;
    width: 50%;
  }
}
.simple-slider .pagination__total {
  width: 160px;
  text-align: right;
}
@media screen and (min-width: 1024px) {
  .simple-slider .pagination__total {
    width: 50%;
  }
}
.simple-slider__slides {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.simple-slider__slide {
  float: left;
  width: 100%;
}
.simple-slider .slide__image {
  flex: 1 1 auto;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 100%;
  flex-preferred-size: 100%;
  max-width: 100%;
}
.simple-slider .slide__content__inner {
  flex: 1 1 auto;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 75%;
  flex-preferred-size: 75%;
  max-width: 75%;
  margin-left: 25%;
}
@media screen and (min-width: 1024px) {
  .simple-slider .slide__content__inner {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 100%;
    flex-preferred-size: 100%;
    max-width: 100%;
    margin-left: 0%;
  }
}
.simple-slider .slide__content {
  width: 100%;
  position: absolute;
  top: 0;
}
.simple-slider .slide__content .btn {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .simple-slider .slide__content .btn {
    margin-top: 50px;
    margin-bottom: 30px;
  }
}
.simple-slider .slide__content .btn--gray {
  margin-top: 0;
  margin-bottom: 50px;
}
@media screen and (min-width: 1024px) {
  .simple-slider .slide__content .btn--gray {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.footer-block {
  padding: 48px 24px;
  background-color: #333;
  border-top: 1px solid rgba(0,0,0,0.06);
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  position: relative;
  min-height: auto !important;
}
@media screen and (min-width: 768px) {
  .footer-block {
    padding: 55px 0;
    display: flex;
  }
}
.footer-block__col.social .logo {
  width: 140px;
  height: 42px;
}
@media screen and (max-width: 767px) {
  .footer-block__col:not(:last-child) {
    margin-bottom: 40px;
  }
  .footer-block__col.social {
    margin-bottom: 0;
  }
  .footer-block__col.social .logo {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  .footer-block__col {
    padding-right: 0;
  }
  .footer-block__col.useful-links {
    order: 2;
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 14.166666666666666%;
    flex-preferred-size: 14.166666666666666%;
    max-width: 14.166666666666666%;
    margin-left: 16.666666666666664%;
  }
  .footer-block__col.useful-links ~ .useful-links {
    margin-left: 2.5%;
  }
  .footer-block__col.social {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 16.666666666666664%;
    flex-preferred-size: 16.666666666666664%;
    max-width: 16.666666666666664%;
    margin-left: 16.666666666666664%;
    order: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .footer-block__col.social span {
    min-height: 35px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .footer-block__col.useful-links {
    margin-right: 10%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .footer-block__col.social {
    margin-left: 3.333333333333333%;
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 25%;
    flex-preferred-size: 25%;
    max-width: 25%;
  }
}
.footer-block__title {
  display: block;
  margin: 0 0 16px 0;
  font-size: 0.833333333333333rem;
  line-height: 1.055555555555556rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .footer-block__title {
    font-size: 0.888888888888889rem;
    min-height: 55px;
    margin: 0 0 22px 0;
  }
}
.footer-block__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.footer-block__list li:not(:last-child) {
  margin-bottom: 16px;
}
@media screen and (min-width: 1024px) {
  .footer-block__list li:not(:last-child) {
    margin-bottom: 20px;
  }
}
.footer-block__list--social {
  display: flex;
  margin: 0 25px 0 0;
  justify-content: space-between;
}
.footer-block__list--social a {
	width: 40px;
}
.footer-block__list--social li:not(:last-child) {
  margin-bottom: 0;
}

  .footer-block__list--social {
    flex-wrap: wrap;
  }

@media screen and (min-width: 1024px) {
  .footer-block__list--social li:not(:last-child) {
    margin-bottom: 24px;
  }
  .footer-block__list--social li {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 33.33333333333333%;
    flex-preferred-size: 33.33333333333333%;
    max-width: 33.33333333333333%;
  }
  .footer-block__list--social li:nth-child(2),
  .footer-block__list--social li:nth-child(5) {
    text-align: center;
  }
  .footer-block__list--social li:nth-child(3) {
    text-align: right;
  }
}
@media screen and (max-width: 1023px) {
  .footer-block svg {
    width: 35px;
  }
}
.footer-block path {
  transition: 0.3s all linear;
  fill: #fff;
}
.footer-block a,
.footer-block span {
  display: flex;
  color: #ddd;
}
.footer-block span {
  line-height: 1.055555555555556rem;
  font-size: 0.888888888888889rem;
  font-weight: 700;
}
@media screen and (max-width: 1023px) {
  .footer-block span {
    font-size: 0.833333333333333rem;
  }
}
.footer-block a {
  line-height: 1.333333333333333rem;
  font-size: 0.833333333333333rem;
  font-weight: 400;
}
@media screen and (max-width: 1023px) {
  .footer-block a {
    font-size: 0.777777777777778rem;
  }
}
.footer-block aside {
  position: absolute;
  right: 13px;
}
.footer-block aside .white-square {
  width: 26px;
  height: 26px;
  background: #fff;
  margin-bottom: 26px;
}
@media screen and (max-width: 1023px) {
  .footer-block aside {
    display: none;
  }
}
@media print {
  .footer-block {
    display: none;
  }
}
.footer_global {
  display: flex;
  flex-direction: column;
}
.sur-footer {
  padding: 16px 25px;
  background-color: #000;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .sur-footer {
    padding: 0;
  }
}
.sur-footer__list {
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
}
.sur-footer__list li:not(:last-child) {
  margin: 0 0 16px 0;
}
.sur-footer__list span {
    font-weight: bold;
}

@media screen and (min-width: 1024px) {
  .sur-footer__list {
    flex-direction: row;
    display: flex;
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 66.66666666666666%;
    flex-preferred-size: 66.66666666666666%;
    max-width: 66.66666666666666%;
    margin: 0 auto;
    align-items: center;
    height: 40px;
  }
  .sur-footer__list li:not(:last-child) {
    margin: 0 58px 5px 0;
  }
  .sur-footer__list li:last-child {
    margin: 0 0 5px 0;
  }
}
.sur-footer__list span,
.sur-footer__list a {
  font-size: 0.722222222222222rem;
  line-height: 0.888888888888889rem;
  color: #ddd;
}
@media print {
  .footer-block {
    display: none;
  }
}
.page-intro {
  position: relative;
  padding-top: 30px;
  padding-bottom: 50px;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
  text-align: 'bottom';
}
@media screen and (min-width: 768px) {
  .page-intro {
    padding-top: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .page-intro {
    padding-top: 150px;
  }
}
.page-intro .scroll-indicator {
  flex: 1 1 auto;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 25%;
  flex-preferred-size: 25%;
  max-width: 25%;
}
@media screen and (min-width: 1024px) {
  .page-intro .scroll-indicator {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 12.5%;
    flex-preferred-size: 12.5%;
    max-width: 12.5%;
    margin-left: 12.5%;
  }
}
.page-intro .page-title {
  padding-bottom: 5px;
  /*font-size: pxToRem(30)*/
  color: #333745;
  /*line-height: 1*/
}
@media screen and (min-width: 768px) {
  .page-intro .page-title {
    padding-bottom: 10px;
  }
}
.page-intro--publi .page-title {
  padding-bottom: 0;
}
.page-intro__title {
  flex: 1 1 auto;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 75%;
  flex-preferred-size: 75%;
  max-width: 75%;
  margin-bottom: 15px;
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .page-intro__title {
    margin-bottom: 20px;
    margin-left: 0;
  }
}
@media screen and (min-width: 1024px) {
  .page-intro__title {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 62.5%;
    flex-preferred-size: 62.5%;
    max-width: 62.5%;
    margin-left: 25%;
  }
  .page-intro__title--sitemap {
    margin-left: 12.5%;
  }
}
.page-intro .form__newsletter {
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.page-intro .form__newsletter .info1 {
  width: 100%;
  font-family: 'DM Serif Text', serif;
  color: #333745;
  font-size: 0.888888888888889rem;
}
@media screen and (min-width: 1024px) {
  .page-intro .form__newsletter .info1 {
    margin-bottom: 0;
    transform: translateY(2px);
    font-size: 1.111111111111111rem;
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 60%;
    flex-preferred-size: 60%;
    max-width: 60%;
  }
}
.page-intro .form__newsletter .link-wrapper {
  display: block;
  margin-top: 30px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .page-intro .form__newsletter .link-wrapper {
    display: inline-block;
    margin-top: 0;
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 40%;
    flex-preferred-size: 40%;
    max-width: 40%;
  }
}
.page-intro-text {
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
  padding-top: 30px;
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .page-intro-text {
    padding-top: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .page-intro-text {
    padding-top: 150px;
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .page-intro-text__title {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 62.5%;
    flex-preferred-size: 62.5%;
    max-width: 62.5%;
    margin-left: 25%;
  }
}
.page-intro-text .page-title {
  padding-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .transitioned-page .page-intro-scroll .page-intro-scroll__text {
    opacity: 0;
  }
}
.page-intro-scroll {
  position: relative;
  padding-top: 40px;
  padding-bottom: 50px;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
}
@media screen and (min-width: 1024px) {
  .page-intro-scroll {
    padding-top: 50px;
    padding-bottom: 250px;
  }
}
.page-intro-scroll .mobile-scroll {
  flex: 1 1 auto;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 25%;
  flex-preferred-size: 25%;
  max-width: 25%;
  padding-top: 60px;
}
@media screen and (min-width: 1024px) {
  .page-intro-scroll .mobile-scroll {
    display: none;
  }
}
.page-intro-scroll__title {
  flex: 1 1 auto;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 100%;
  flex-preferred-size: 100%;
  max-width: 100%;
}
@media screen and (min-width: 1024px) {
  .page-intro-scroll__title {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 50%;
    flex-preferred-size: 50%;
    max-width: 50%;
    margin-left: 25%;
    margin-bottom: 50px;
  }
}
.page-intro-scroll__container {
  flex: 1 1 auto;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 100%;
  flex-preferred-size: 100%;
  max-width: 100%;
}
@media screen and (min-width: 1024px) {
  .page-intro-scroll__container {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 50%;
    flex-preferred-size: 50%;
    max-width: 50%;
    margin-left: 25%;
  }
}
.page-intro-scroll__inner {
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
  text-align: 'bottom';
}
.page-intro-scroll__inner .scroll-indicator {
  display: none;
}
@media screen and (min-width: 1024px) {
  .page-intro-scroll__inner .scroll-indicator {
    display: block;
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 25%;
    flex-preferred-size: 25%;
    max-width: 25%;
    margin-left: 0%;
  }
}
@media screen and (min-width: 1024px) {
  .page-intro-scroll__text {
    width: 100%;
  }
}
.page-intro-text-image {
  padding-top: 100px;
  padding-bottom: 50px;
}
@media screen and (min-width: 1024px) {
  .page-intro-text-image {
    padding-top: 100px;
    padding-bottom: 150px;
  }
}
.page-intro-text-image__inner {
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
}
.page-intro-text-image__content {
  flex: 1 1 auto;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 100%;
  flex-preferred-size: 100%;
  max-width: 100%;
  margin-bottom: 50px;
}
@media screen and (min-width: 1024px) {
  .page-intro-text-image__content {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 50%;
    flex-preferred-size: 50%;
    max-width: 50%;
    margin-left: 12.5%;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1280px) {
  .page-intro-text-image__content {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 37.5%;
    flex-preferred-size: 37.5%;
    max-width: 37.5%;
  }
}
.page-intro-text-image__image {
  flex: 1 1 auto;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 100%;
  flex-preferred-size: 100%;
  max-width: 100%;
}
@media screen and (min-width: 1024px) {
  .page-intro-text-image__image {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 25%;
    flex-preferred-size: 25%;
    max-width: 25%;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1280px) {
  .page-intro-text-image__image {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 37.5%;
    flex-preferred-size: 37.5%;
    max-width: 37.5%;
  }
}
.page-intro-text-image .content__inner {
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
}
@media screen and (min-width: 1024px) {
  .page-intro-text-image .content__inner {
    padding-top: 16%;
  }
}
.page-intro-text-image .content__title {
  position: relative;
  z-index: 10;
  flex: 1 1 auto;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 100%;
  flex-preferred-size: 100%;
  max-width: 100%;
  margin-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  .page-intro-text-image .content__title {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 66.66666666666666%;
    flex-preferred-size: 66.66666666666666%;
    max-width: 66.66666666666666%;
    margin-left: 33.33%;
    max-width: 150%;
    margin-bottom: 60px;
  }
}
.page-intro-text-image .content__text {
  flex: 1 1 auto;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 100%;
  flex-preferred-size: 100%;
  max-width: 100%;
}
.page-intro-text-image .text__inner {
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
  text-align: 'bottom';
}
.page-intro-text-image .text__scroll {
  display: none;
}
@media screen and (min-width: 1024px) {
  .page-intro-text-image .text__scroll {
    display: block;
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 33.33333333333333%;
    flex-preferred-size: 33.33333333333333%;
    max-width: 33.33333333333333%;
  }
}
.page-intro-text-image .text__text {
  flex: 1 1 auto;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 100%;
  flex-preferred-size: 100%;
  max-width: 100%;
}
@media screen and (min-width: 1024px) {
  .page-intro-text-image .text__text {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 66.66666666666666%;
    flex-preferred-size: 66.66666666666666%;
    max-width: 66.66666666666666%;
    padding-right: 50px;
  }
}
.page-intro-detail {
  position: relative;
  margin-top: 85px;
  margin-bottom: 95px;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
  text-align: 'bottom';
}
@media screen and (min-width: 768px) {
  .page-intro-detail {
    margin-top: 120px;
    margin-bottom: 120px;
  }
}
@media screen and (min-width: 1024px) {
  .page-intro-detail {
    margin-top: 200px;
    margin-bottom: 100px;
  }
}
.page-intro-detail__back {
  display: block;
  flex: 1 1 auto;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 100%;
  flex-preferred-size: 100%;
  max-width: 100%;
  margin-bottom: 50px;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .page-intro-detail__back {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 1024px) {
  .page-intro-detail__back {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 12.5%;
    flex-preferred-size: 12.5%;
    max-width: 12.5%;
    margin-left: 12.5%;
    margin-bottom: 0;
  }
}
.page-intro-detail .back__inner {
  text-decoration: none;
}
@media screen and (min-width: 1024px) {
  .page-intro-detail .back__inner {
    position: absolute;
    top: 0;
    left: 12.5%;
  }
}
.page-intro-detail .back__arrow {
  margin-right: 20px;
  fill: #aaa;
  transform: rotate(90deg);
}
.page-intro-detail .scroll-indicator {
  display: none;
}
@media screen and (min-width: 1024px) {
  .page-intro-detail .scroll-indicator {
    display: block;
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 12.5%;
    flex-preferred-size: 12.5%;
    max-width: 12.5%;
  }
}
.page-intro-detail__text {
  flex: 1 1 auto;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 100%;
  flex-preferred-size: 100%;
  max-width: 100%;
}
@media screen and (min-width: 1024px) {
  .page-intro-detail__text {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 62.5%;
    flex-preferred-size: 62.5%;
    max-width: 62.5%;
  }
}
.page-intro-detail .page-title {
  margin-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  .page-intro-detail .page-title {
    margin-bottom: 40px;
  }
}
.bkg-text-block {
  margin-top: 50px;
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .bkg-text-block {
    margin-top: 150px;
    margin-bottom: 0;
  }
}
.bkg-text-block__inner {
  position: relative;
  padding-top: 170px;
  overflow: hidden;
}
@media screen and (min-width: 1280px) {
  .bkg-text-block__inner {
    padding-top: 215px;
  }
}
.bkg-text-block__bkg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  font-size: 3.888888888888889rem;
}
@media screen and (min-width: 768px) {
  .bkg-text-block__bkg {
    font-size: 8.88888888888889rem;
  }
}
.bkg-text-block__text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  text-align: center;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  font-size: 0.833333333333333rem;
}
.bkg-text-block__text .arrow__path--second {
  transform: translateY(50px);
}
.bkg-text-block__text:hover svg g.arrow__path--first {
  animation: arrow__bottom_first 1s cubic-bezier(0.19, 1, 0.22, 1) infinite;
}
.bkg-text-block__text:hover svg g.arrow__path--second {
  animation: arrow__bottom_second 1s cubic-bezier(0.19, 1, 0.22, 1) infinite;
}
.bkg-text-block__text:hover svg rect {
  fill: #eb0000;
}
.bkg-text-block__text:hover svg path {
  stroke: #eb0000;
}
.bkg-text-block__arrow {
  margin-right: 20px;
  transform: translateY(10px);
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .transitioned-page .scroll-indicator:not(.mobile) {
    opacity: 0;
  }
}
.scroll-indicator {
  text-align: center;
}
.scroll-indicator .scroll-tag__text {
  margin-right: auto;
  margin-left: auto;
  margin-top: 0;
  margin-bottom: 20px;
  display: inline-block;
  transform: rotate(-90deg) translate(20px);
}
.scroll-indicator .scroll-tag__arrow {
  margin-right: auto;
  margin-left: auto;
  display: block;
  overflow: hidden;
}
.action-block {
  margin-bottom: 50px;
}
@media screen and (min-width: 1024px) {
  .action-block {
    margin-bottom: 150px;
  }
}
.action-block__container {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .action-block__container {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 75%;
    flex-preferred-size: 75%;
    max-width: 75%;
    margin-left: 12.5%;
    flex-direction: row;
  }
}
.action-block__container-wrapper {
  margin-bottom: 50px;
}
@media screen and (min-width: 1024px) {
  .action-block__container-wrapper {
    margin-bottom: 0;
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 50%;
    flex-preferred-size: 50%;
    max-width: 50%;
    flex-basis: 50.5%;
  }
}
.action-block .link-wrapper {
  display: flex;
  justify-content: flex-end;
}
.action-block img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .action-block img {
    height: 100%;
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 33.33333333333333%;
    flex-preferred-size: 33.33333333333333%;
    max-width: 33.33333333333333%;
    margin-left: 16.65%;
  }
}
.action-block .btn__wording {
  max-width: 100%;
  margin-bottom: 5px;
}
.action-block .paragraph {
  display: block;
}
.action-block .date {
  font-size: 0.722222222222222rem;
}
.figures-block {
  padding-bottom: 50px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .figures-block {
    padding-bottom: 150px;
  }
}
.figures-block__footer {
  display: flex;
  justify-content: flex-start;
  margin-top: 20px;
}
@media screen and (min-width: 1024px) {
  .figures-block__footer {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 50%;
    flex-preferred-size: 50%;
    max-width: 50%;
    margin-top: 65px;
  }
}
.figures-block__sidebar {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 12.5vw;
  z-index: 10;
  margin-top: 74px;
  background-color: #fff;
  opacity: 0.7;
  display: none;
}
@media screen and (min-width: 1024px) {
  .figures-block__sidebar {
    display: block;
  }
}
.figures-block__sidebar--left {
  left: 0;
}
.figures-block__sidebar--right {
  right: 0;
}
@media screen and (max-width: 1023px) {
  .figures-block__container {
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .figures-block__container {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 87.5%;
    flex-preferred-size: 87.5%;
    max-width: 87.5%;
    margin: 0 12.5%;
  }
}
.figures-block__content {
  position: relative;
  min-height: 115px;
}
.figures-block__inner {
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .figures-block__inner {
    max-width: 100%;
    padding-left: 0;
    overflow: visible;
  }
}
.figures-block__inner .number {
  color: #eb0000;
  margin: -50px 0 0 0;
  padding: 18px 38px;
}
.figures-block__inner .paragraph {
  line-height: 1.944444444444444rem;
  font-size: 1.666666666666667rem;
  font-weight: 700;
  font-family: 'DM Serif Text', serif;
  color: #333745;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 10px !important;
}
@media screen and (min-width: 768px) {
  .figures-block__inner .paragraph {
    margin-bottom: 20px !important;
  }
}
@media screen and (min-width: 1024px) {
  .figures-block__inner .paragraph {
    width: 90%;
    margin-bottom: 20px;
  }
}
.figures-block__slides {
  list-style-type: none;
  position: relative;
  display: flex;
  margin: 0;
  padding: 0;
  transition: transform 0.4s ease;
}
.figures-block__slides img {
  width: 100%;
  height: auto;
}
.figures-block__slide {
  width: calc(100vw - 20px);
}
@media screen and (min-width: 768px) {
  .figures-block__slide {
    width: calc(100vw - 40px);
  }
}
@media screen and (min-width: 1024px) {
  .figures-block__slide {
    width: 25vw;
  }
}
.figures-block .slide__content {
  flex-grow: 1;
}
.figures-block .slide__inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: calc(100vw - 20px);
}
@media screen and (min-width: 768px) {
  .figures-block .slide__inner {
    width: calc(100vw - 40px);
  }
}
.figures-block .slide__inner .btn {
  align-items: flex-end;
}
.figures-block .slide__inner .btn__lines {
  top: auto;
}
@media screen and (min-width: 1024px) {
  .figures-block .slide__inner {
    width: 25vw;
  }
}
.figures-block__info {
  flex: 1 1 auto;
  flex-grow: 1;
  flex-basis: 50%;
  max-width: 100%;
}
.figures-block__info .info1 {
  margin-right: 20px;
}
@media screen and (min-width: 768px) {
  .figures-block__info {
    margin-bottom: 10px;
  }
}
.figures-block .btn__wording {
  max-width: 100%;
}
.figures-slider__controls {
  display: flex;
  justify-content: center;
  position: absolute;
  top: -68px;
  right: 0;
  width: 25vw;
}
@media screen and (min-width: 1024px) {
  .figures-slider__controls {
    width: 12.5vw;
  }
}
.figures-slider__arrow {
  margin: 0;
  cursor: pointer;
}
.figures-slider__arrow--left {
  margin-right: 15px;
}
.figures-slider__arrow--right {
  margin-left: 15px;
}
@media screen and (min-width: 1024px) {
  .missions-block__container {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 75%;
    flex-preferred-size: 75%;
    max-width: 75%;
    margin-left: 12.5%;
  }
}
.missions-block__container .title--paragraph {
  font-size: 1.111111111111111rem;
}
.missions-block__content {
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
}
.missions-block__content-wrapper {
  margin-bottom: 50px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .missions-block__content-wrapper {
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .missions-block__content-wrapper {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 50%;
    flex-preferred-size: 50%;
    max-width: 50%;
  }
}
.missions-block__icon {
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
@media screen and (min-width: 1024px) {
  .missions-block__icon {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 33.33333333333333%;
    flex-preferred-size: 33.33333333333333%;
    max-width: 33.33333333333333%;
  }
}
.missions-block__icon svg {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1024px) {
  .missions-block__icon svg {
    margin-left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 1024px) {
  .missions-block__wrapper {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 66.66666666666666%;
    flex-preferred-size: 66.66666666666666%;
    max-width: 66.66666666666666%;
    margin-bottom: 100px;
  }
}
.missions-block__wrapper .title {
  font-size: 2.222222222222222rem;
}
.missions-block__wrapper--red {
  background-color: #eb0000;
  color: #fff;
  flex: 1 1 auto;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 100%;
  flex-preferred-size: 100%;
  max-width: 100%;
}
@media screen and (min-width: 1024px) {
  .missions-block__wrapper--red {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 66.66666666666666%;
    flex-preferred-size: 66.66666666666666%;
    max-width: 66.66666666666666%;
    margin-left: 33.33%;
  }
  .missions-block__wrapper--red .btn {
    display: flex;
  }
  .missions-block__wrapper--red .btn__lines {
    top: 9px;
  }
}
.missions-block__wrapper--red .title {
  color: #fff;
  font-size: 1.666666666666667rem;
}
.missions-block__wrapper--red .btn {
  color: #fff;
}
.missions-block__wrapper--red .btn__line {
  background: #fff;
}
.missions-block__wrapper--red .btn:hover .btn__wording {
  color: #fff;
}
.missions-block__inner-box {
  padding: 50px;
}
.missions-block__inner-box .title {
  margin-bottom: 50px;
}
.missions-block .btn__wording {
  max-width: 100%;
  margin-bottom: 5px;
}
.missions-block .title--paragraph {
  margin-bottom: 50px;
}
.missions-block .paragraph {
  display: block;
}
.news-block {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .news-block {
    margin-top: 60px;
  }
}
@media screen and (min-width: 1280px) {
  .news-block {
    margin-top: 0;
  }
}
.news-block__container {
  margin-bottom: 50px;
}
@media screen and (min-width: 1024px) {
  .news-block__container {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 75%;
    flex-preferred-size: 75%;
    max-width: 75%;
    margin-left: 12.5%;
    margin-bottom: 100px;
  }
}
.news-block__content {
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  flex-direction: column;
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .news-block__content {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .news-block__content {
    flex-direction: row;
  }
}
.news-block__wrapper {
  margin-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  .news-block__wrapper {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 33.33333333333333%;
    flex-preferred-size: 33.33333333333333%;
    max-width: 33.33333333333333%;
    margin-bottom: 0;
  }
}
.news-block .bkg-text {
  flex: 1 1 auto;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 75%;
  flex-preferred-size: 75%;
  max-width: 75%;
  margin-left: 12.5%;
  font-size: 5.555555555555555rem;
  text-align: right;
  display: none;
  color: #404040;
}
@media screen and (min-width: 1280px) {
  .news-block .bkg-text {
    display: block;
  }
}
.news-block .title,
.news-block .paragraph {
  display: block;
}
@media screen and (min-width: 1024px) {
  .news-block .title,
  .news-block .paragraph {
    max-width: 80%;
  }
}
.news-block .link-wrapper .btn {
  width: 100%;
}
.news-block .link-wrapper .btn strong.btn__wording {
  margin-bottom: 5px;
}
.news-block__link .btn {
  color: #aaa;
}
.news-block__link strong.btn__wording {
  margin-bottom: 5px;
}
.news-block__link span.btn__line {
  background: #aaa;
  margin-bottom: -5px;
}
.main__section.has-bg.home-intro {
  height: 656px;
  margin: 0;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .main__section.has-bg.home-intro {
    height: 555px;
    display: flex;
    padding: 0;
    min-height: 100%;
    min-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .main__section.has-bg.home-intro {
    padding: 50px 35px 80px;
  }
}
.main__section.has-bg.home-intro .article-header__bg {
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .main__section.has-bg.home-intro .article-header__bg {
    background-position: center right 21%;
    background-size: cover;
  }
}
@media screen and (min-width: 1024px) {
  .main__section.has-bg.home-intro .article-header__bg {
    background-position: center center;
    background-size: auto;
  }
}
.main__section.has-bg.home-intro .article-header__bg.with-opacity {
  background-size: cover;
}
.main__section.has-bg.home-intro .article-header__bg.with-opacity:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.55);
  width: 100%;
  height: 100%;
}
.main__section.has-bg.home-intro .edito-trio__container {
  align-items: center;
  padding: 45px 0;
}
@media screen and (min-width: 1024px) {
  .main__section.has-bg.home-intro .edito-trio__container {
    padding: 100px 0;
  }
}
.main__section.has-bg.home-intro .edito-trio__container > div:last-child {
  margin-left: 0;
}
@media screen and (min-width: 1024px) {
  .main__section.has-bg.home-intro .cta-citation__txt .headline {
    margin-bottom: 48px;
  }
}
@media screen and (min-width: 1024px) {
  .main__section.has-bg.home-intro .cta-citation__txt .headline.basic-head {
    margin: 30px 0 20px;
  }
}
@media screen and (max-width: 1023px) {
  .main__section.has-bg.home-intro .cta-citation__txt .headline.basic-head {
    margin: 30px 0 25px;
  }
}
@media screen and (max-width: 767px) {
  .main__section.has-bg.home-intro .cta-citation__txt .headline.with-text {
    margin-bottom: 25px;
  }
}
.main__section.has-bg.home-intro .cta-citation__txt .link-wrapper.with-link .btn__wording {
  background-color: transparent;
  padding: 0;
  width: auto;
  margin-left: 20px;
  display: inline-block;
  color: #eb0000;
  font-size: 0.777777777777778rem;
  word-break: break-all;
}
@media screen and (min-width: 768px) {
  .main__section.has-bg.home-intro .cta-citation__txt .link-wrapper.with-link .btn__wording {
    font-size: 16px;
  }
}
.main__section.has-bg.home-intro .cta-citation__txt .link-wrapper.with-link .btn__lines {
  top: 13px;
  display: inline-block;
}
.main__section.has-bg.home-intro .cta-citation__txt .link-wrapper.with-link .btn__lines .btn__line {
  background-color: #eb0000;
}
.main__section.has-bg.home-intro .cta-citation__txt .link-wrapper.with-link .btn__lines .btn__hidden__line {
  background-color: #eb0000;
}
.main__section.has-bg.home-intro .cta-citation__title {
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .main__section.has-bg.home-intro .btn-bg {
    min-width: 100%;
    justify-content: center;
  }
}
.main__section.has-bg.home-intro .btn__wording {
  text-align: center;
}
.main__section.has-bg.home-intro .js-tg-block-video {
  width: 100%;
  height: 656px;
  object-fit: cover;
}
@media screen and (min-width: 1024px) {
  .main__section.has-bg.home-intro .js-tg-block-video {
    height: auto;
    min-width: 100%;
    min-height: 100%;
  }
}
.main__section.has-bg.home-intro .tg-block__video {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  overflow: hidden;
  width: 100%;
  transform: translate(-50%, -50%);
}
.main__section.has-bg.home-intro .tg-block__video:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20vw;
  background: linear-gradient(rgba(0,29,91,0), #000);
}

.video-controls, .video-controls-intro {
    position: absolute;
    bottom: 70px;
    left: 20px;
    gap: 10px;
    z-index: 10;
    font-weight: 900;
}
@media screen and (max-width: 767px) {
    .video-controls {
        bottom: 120px;
    }
}
@media screen and (max-width: 1099px) {
    .video-controls {
        bottom: -45px;
    }
    .video-control-btn {
        background-color: black;
        color:white;
    }
}
@media screen and (min-width: 1100px) {
    .video-controls {
        bottom: 140px;
    }
}
.video-control-btn, .video-control-btn-intro {
    font-size: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.2s;
}
.video-control-btn:hover {
    transform: scale(1.1);
}

.main__section.has-bg.home-intro .article-header__chapo {
  color: #fff;
}
.main__section.has-bg.text--black .cta-citation__title {
  color: #000;
}
.main__section.has-bg.text--black .btn-bg:hover {
  background-color: #000;
  color: #fff;
}
.main__section.has-bg.text--black .article-header__chapo {
  color: #000;
}
.hp-header {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.hp-header ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.hp-header__slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  float: left;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transform: none !important;
  transition: 0.5s opacity ease-in 0.2s;
}
.hp-header__slide.active {
  opacity: 1;
  transition: 0.5s opacity ease-in;
  z-index: 5;
}
.hp-header__slide span.headline {
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .hp-header__slide span.headline {
    margin-bottom: 32px;
  }
}
.hp-header__item-content {
  padding-top: 70px;
  padding-bottom: 120px;
}
@media screen and (min-width: 768px) {
  .hp-header__item-content {
    min-height: 580px;
    padding-top: 100px;
    padding-bottom: 200px;
  }
}
@media screen and (max-width: 767px) {
  .hp-header__item-content {
    padding-left: 36px;
    padding-right: 36px;
  }
}
@media screen and (min-width: 1024px) {
  .hp-header__item-content {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 66.66666666666666%;
    flex-preferred-size: 66.66666666666666%;
    max-width: 66.66666666666666%;
    margin-left: 16.666666666666664%;
  }
}
@media screen and (min-width: 1280px) {
  .hp-header__item-content {
    padding-bottom: 125px;
  }
}
.hp-header__item-title {
  flex: 1 1 auto;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 83.33333333333334%;
  flex-preferred-size: 83.33333333333334%;
  max-width: 83.33333333333334%;
  margin: 0 0 30px;
  font-family: 'Montserrat', sans-serif;
  /*font-weight: $font-weight__bold
      font-size: pxToRem(32)
      line-height: pxToRem(40)*/
  color: #fff;
  /*+from('medium') {
        font-size: pxToRem(50)
        line-height: pxToRem(56)
      }*/
}
@media screen and (min-width: 768px) {
  .hp-header__item-title {
    margin-bottom: 50px;
  }
}
.hp-header .active .hp-header__controls-inner {
  opacity: 1;
}
.hp-header__controls {
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 100%;
  z-index: 6;
}
@media screen and (min-width: 768px) {
  .hp-header__controls {
    bottom: 70px;
  }
}
@media screen and (min-width: 1280px) {
  .hp-header__controls {
    bottom: 12px;
  }
}
@media screen and (max-width: 767px) {
  .hp-header__controls {
    left: 36px;
  }
}
.hp-header__controls ul {
  display: flex;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .hp-header__controls ul {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 66.66666666666666%;
    flex-preferred-size: 66.66666666666666%;
    max-width: 66.66666666666666%;
  }
}
.hp-header__controls-item {
  flex: 1 1 auto;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 25%;
  flex-preferred-size: 25%;
  max-width: 25%;
  padding-right: 25px;
}
@media screen and (min-width: 1024px) {
  .hp-header__controls-item {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 33.33333333333333%;
    flex-preferred-size: 33.33333333333333%;
    max-width: 33.33333333333333%;
    padding-right: 15px;
  }
}
.hp-header__controls-inner {
  display: flex;
  width: 100%;
  padding: 0;
  color: #fff;
  border: none;
  border-top: 2px solid;
  padding-top: 8px;
  background-color: transparent;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  -webkit-appearance: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s opacity linear;
  font-size: 0.722222222222222rem;
  line-height: 1.2;
  opacity: 0.5;
}
.hp-header__controls-inner:focus {
  outline: none;
}
.hp-header__controls-txt {
  font-size: 0.888888888888889rem;
  line-height: 1.222222222222222rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .hp-header__controls-txt {
    display: none;
  }
}
.hp-header__controls-number {
  position: relative;
  padding-right: 20px;
  font-size: 2.111111111111111rem;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .hp-header__controls-number {
    font-size: 2.111111111111111rem;
  }
}
.hp-header .tg-block {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
  bottom: 0;
  right: 0;
  left: 0;
}
.hp-header .tg-block .tg-block__video {
  width: 100%;
  height: 100%;
}
.hp-header .tg-block video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.container-block {
  position: relative;
  overflow: hidden;
  background: no-repeat #fff;
  background-size: 100% auto;
}
.content-header {
  padding-bottom: 50px;
}
.content-header .bkg-grid__stripe {
  border-right: 1px solid rgba(255,255,255,0.1);
}
.content-header .bkg-grid__stripe:first-child {
  border-left: 1px solid rgba(255,255,255,0.1);
}
@media screen and (min-width: 1024px) {
  .content-header {
    padding-bottom: 150px;
  }
}
.content-header .breadcrumb,
.content-header__content > div {
  position: relative;
  z-index: 1;
}
.content-header__content {
  position: relative;
  overflow: hidden;
  padding-bottom: 110px;
  background-size: cover;
}
.content-header__content:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.content-header__content .page-title {
  padding-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .content-header__content .page-title {
    padding-bottom: 55px;
  }
}
@media screen and (min-width: 768px) {
  .content-header__content {
    padding-bottom: 180px;
  }
}
.content-header__content-wrap {
  padding-top: 30px;
}
@media screen and (min-width: 1024px) {
  .content-header__content-wrap {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 50%;
    flex-preferred-size: 50%;
    max-width: 50%;
    margin-left: 25%;
    padding-top: 50px;
  }
}
@media screen and (min-width: 768px) {
  .content-header__content-wrap {
    padding-top: 40px;
  }
}
.content-header__paragraph {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 0.833333333333333rem;
  color: #fff;
  opacity: 0.6;
  max-width: 100%;
  line-height: 20px;
}
@media screen and (min-width: 768px) {
  .content-header__paragraph {
    font-size: 1.333333333333333rem;
    line-height: 36px;
  }
}
.content-header__video {
  position: relative;
  z-index: 10;
  margin: -100px 0 50px;
}
@media screen and (min-width: 1024px) {
  .content-header__video {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 75%;
    flex-preferred-size: 75%;
    max-width: 75%;
    margin-left: 12.5%;
  }
}
.content-header__video-thumb {
  position: relative;
  font-size: 0px;
}
.content-header__video-thumb:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 87%;
  background: linear-gradient(0, #333745 0, rgba(51,55,69,0) 100%);
  opacity: 0.6;
}
@media screen and (max-width: 1023px) {
  .content-header__video-thumb:after {
    display: none;
  }
}
.content-header__video-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 7px;
  height: 10px;
}
@media screen and (min-width: 1024px) {
  .content-header__video-icon {
    width: 14px;
    height: 20px;
  }
}
.content-header__text {
  margin-top: 10px;
}
@media screen and (min-width: 1024px) {
  .content-header__text {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 50%;
    flex-preferred-size: 50%;
    max-width: 50%;
    margin-left: 25%;
    margin-top: 100px;
  }
}
.content-header__text .title {
  color: #eb0000;
  font-family: 'Montserrat', sans-serif;
}
.content-header__text .title--level-2 {
  font-size: 1.444444444444444rem;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 25px;
}
@media screen and (min-width: 1024px) {
  .content-header__text .title--level-2 {
    font-size: 5rem;
    font-weight: 700;
    line-height: 90px;
    margin-bottom: 50px;
  }
}
.content-header__text .title--paragraph {
  font-size: 1.111111111111111rem;
  font-weight: 700;
  line-height: 24px;
}
@media screen and (min-width: 1024px) {
  .content-header__text .title--paragraph {
    font-size: 1.333333333333333rem;
    line-height: 30px;
  }
}
.content-header__text .paragraph {
  margin-top: 20px;
}
.content-header__title--small {
  font-size: 26px;
}
@media screen and (min-width: 1024px) {
  .content-header__title--small {
    margin-top: 50px;
  }
}
#content-header__video-source {
  position: relative;
  display: none;
  min-width: 100%;
  max-width: 100%;
  height: auto;
}
#content-header__video-poster {
  position: relative;
  min-width: 100%;
  max-width: 100%;
  height: auto;
}
#content-header__video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  transform: translateX(-50%) translateY(-50%);
  background-color: #eb0000;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  #content-header__video-btn {
    display: none;
    width: 100px;
    height: 100px;
  }
}
#content-header__video-text {
  margin-top: 20px;
  cursor: pointer;
}
@media screen and (max-width: 1023px) {
  #content-header__video-text p {
    color: #333745;
  }
}
@media screen and (min-width: 1024px) {
  #content-header__video-text {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 0;
    max-width: calc(1 / 3 * 100%);
    transform: translateY(-50%);
  }
  #content-header__video-text:before {
    content: '';
    position: absolute;
    top: 0;
    left: -50px;
    width: 100px;
    height: 100px;
    background: #eb0000 url("/static/images/containers/content/play.svg") no-repeat center;
    transform: translateX(-100%);
  }
}
#content-header__video-text .title {
  margin-bottom: 20px;
  color: #333745;
}
@media screen and (min-width: 1024px) {
  #content-header__video-text .title {
    color: #fff;
  }
}
#content-header__video-text .title--level-3 {
  /*font-size: pxToRem(36)*/
  color: #eb0000;
}
@media screen and (min-width: 1024px) {
  #content-header__video-text .title--level-3 {
    color: #fff;
  }
}
#content-header__video-text .title--paragraph-2 {
  opacity: 0.6;
  font-size: 0.833333333333333rem;
  line-height: 30px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 1024px) {
  #content-header__video-text .title--paragraph-2 {
    font-size: 1.333333333333333rem;
  }
}
.content-missions-block {
  counter-reset: mission-counter;
}
@media screen and (min-width: 1024px) {
  .content-missions-block {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 75%;
    flex-preferred-size: 75%;
    max-width: 75%;
    margin-left: 12.5%;
  }
}
.content-missions-block:nth-last-child(2) {
  margin-bottom: 50px;
}
@media screen and (min-width: 1024px) {
  .content-missions-block:nth-last-child(2) {
    margin-bottom: 150px;
  }
}
.content-missions-block .headline {
  margin-bottom: 55px;
}
@media screen and (min-width: 1024px) {
  .content-missions-block .headline {
    margin-bottom: 80px;
  }
}
.content-missions-block__container .news-item {
  align-items: center;
  justify-content: center;
}
.content-missions-block__item {
  counter-increment: mission-counter;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
}
.content-missions-block__item:not(:last-child) {
  margin-bottom: 80px;
}
.content-missions-block__item:hover .btn__wording {
  color: #eb0000;
}
@media screen and (min-width: 768px) {
  .content-missions-block__item:not(:last-child) {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .content-missions-block__item {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .content-missions-block__item:not(:last-child) {
    margin-bottom: 90px;
  }
}
.content-missions-block__title {
  position: relative;
  z-index: 1;
  margin-bottom: 55px;
  padding-right: 40px;
  padding-left: 40px;
  text-align: center;
  white-space: nowrap;
  color: #eb0000;
  font-size: 1.444444444444444rem;
  line-height: 30px;
  font-weight: 600;
}
@media screen and (min-width: 1024px) {
  .content-missions-block__title {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 33.33333333333333%;
    flex-preferred-size: 33.33333333333333%;
    max-width: 33.33333333333333%;
    margin-bottom: 0;
    font-size: 2rem;
    line-height: 43px;
  }
}
.content-missions-block__title:before {
  content: counter(mission-counter);
  position: absolute;
  top: -10px;
  left: 50%;
  z-index: -1;
  font-weight: 700;
  font-size: 7.222222222222222rem;
  transform: translateX(-50%);
  opacity: 0.05;
  color: #333745;
}
.content-missions-block__title:before--4 {
  top: 5px;
}
@media screen and (min-width: 768px) {
  .content-missions-block__title:before {
    font-size: 11.11111111111111rem;
  }
  .content-missions-block__title:before--4 {
    top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .content-missions-block__title:before {
    top: -15px;
  }
}
.content-missions-block__paragraph {
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .content-missions-block__paragraph {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 66.66666666666666%;
    flex-preferred-size: 66.66666666666666%;
    max-width: 66.66666666666666%;
  }
}
@media screen and (min-width: 1280px) {
  .content-missions-block__paragraph {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 50%;
    flex-preferred-size: 50%;
    max-width: 50%;
    padding-right: 15px;
  }
}
.content-missions-block__link {
  margin-top: 0;
  width: 100%;
  text-align: right;
}
@media screen and (min-width: 1280px) {
  .content-missions-block__link {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 16.666666666666664%;
    flex-preferred-size: 16.666666666666664%;
    max-width: 16.666666666666664%;
  }
}
.content-missions-block__link .btn__wording {
  max-width: 100%;
}
.content-figures-block {
  padding-bottom: 80px;
}
@media screen and (min-width: 1024px) {
  .content-figures-block {
    padding-bottom: 150px;
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 75%;
    flex-preferred-size: 75%;
    max-width: 75%;
    margin-left: 12.5%;
  }
}
.content-figures-block .headline {
  margin-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  .content-figures-block .headline {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1023px) {
  .content-figures-block__content {
    position: relative;
    min-height: 115px;
  }
}
@media screen and (max-width: 1023px) {
  .content-figures-block__inner {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 75%;
    flex-preferred-size: 75%;
    max-width: 75%;
    overflow: hidden;
  }
}
@media screen and (min-width: 1024px) {
  .content-figures-block__inner {
    width: 100%;
  }
}
.content-figures-block__slides {
  list-style-type: none;
  position: relative;
  display: flex;
  margin: 0;
  padding: 0;
  transition: transform 0.4s ease;
}
@media screen and (min-width: 1024px) {
  .content-figures-block__slides {
    flex-wrap: wrap;
  }
}
.content-figures-block__slide {
  padding-right: 20px;
  width: calc((75vw / 2) - 7px);
}
@media screen and (min-width: 768px) {
  .content-figures-block__slide {
    width: calc((75vw / 2) - 15px);
  }
}
@media screen and (min-width: 1024px) {
  .content-figures-block__slide {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 33.33333333333333%;
    flex-preferred-size: 33.33333333333333%;
    max-width: 33.33333333333333%;
    position: relative;
    top: 0;
    left: 0;
    width: auto;
  }
}
.content-figures-block__number {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 1.851851851851852rem;
  font-family: 'DM Serif Text', serif;
  color: #eb0000;
}
@media screen and (min-width: 1024px) {
  .content-figures-block__number {
    margin-bottom: 0;
    font-size: 4.444444444444445rem;
    line-height: 100px;
  }
}
@media screen and (min-width: 1280px) {
  .content-figures-block__number {
    font-size: 5.555555555555555rem;
    line-height: 121px;
  }
}
.content-figures-block__text {
  line-height: 1.3;
  color: #eb0000;
}
.content-figures-slider__controls {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 25%;
}
@media screen and (min-width: 1024px) {
  .content-figures-slider__controls {
    display: none;
  }
}
.container-block:not(:nth-last-child(2)):not(:nth-last-child(4)) .content-figures-block:last-child {
  padding-bottom: 0;
}
.info-block {
  position: relative;
  overflow: hidden;
  padding-bottom: 50px;
  background-color: #fff;
}
@media screen and (min-width: 1024px) {
  .info-block {
    padding-bottom: 150px;
  }
}
@media screen and (min-width: 768px) {
  .info-block h2 {
    margin-bottom: 50px;
  }
}
.info-block__container {
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.info-block__container .info-block__text:last-child {
  margin-bottom: 50px;
}
.info-block__container:last-child .info-block__img {
  margin-bottom: 0;
}
.info-block__text {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .info-block__text {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 50%;
    flex-preferred-size: 50%;
    max-width: 50%;
    margin-left: 25%;
  }
}
.info-block__text .headline {
  margin-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  .info-block__text .headline {
    margin-bottom: 50px;
  }
}
.info-block__text h2 {
  /*font-size: pxToRem(26)
        line-height: 30px*/
  margin-bottom: 25px;
}
@media screen and (min-width: 1024px) {
  .info-block__text h2 {
    margin-bottom: 30px;
  }
}
.info-block__text .title--paragraph {
  color: #eb0000;
  font-size: 1.111111111111111rem;
  font-weight: 700;
  line-height: 24px;
}
@media screen and (min-width: 1024px) {
  .info-block__text .title--paragraph {
    font-size: 1.333333333333333rem;
    line-height: 30px;
  }
}
.info-block__text .paragraph ul li:before {
  top: 15px;
}
.info-block__img {
  position: relative;
  z-index: 10;
  margin-bottom: 25px;
}
.info-block__img:not(:first-child) {
  margin-top: 30px;
}
@media screen and (min-width: 1024px) {
  .info-block__img {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 75%;
    flex-preferred-size: 75%;
    max-width: 75%;
    margin-left: 12.5%;
    margin-bottom: 95px;
  }
  .info-block__img:not(:first-child) {
    margin-top: 95px;
  }
}
.info-block__img img {
  width: 100%;
}
.mosaic-block {
  padding-bottom: 50px;
}
@media screen and (min-width: 1024px) {
  .mosaic-block {
    padding-bottom: 150px;
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 75%;
    flex-preferred-size: 75%;
    max-width: 75%;
    margin-left: 12.5%;
  }
}
.mosaic-block__container {
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
}
@media screen and (min-width: 1024px) {
  .mosaic-block__container:nth-child(even) .mosaic-block__text {
    order: 1;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) {
  .mosaic-block__container:nth-child(even) .mosaic-block__content {
    padding-right: 0;
    padding-left: 25px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1280px) {
  .mosaic-block__container:nth-child(even) .mosaic-block__content {
    margin-left: 33%;
    padding-left: 0;
  }
}
.mosaic-block__container:not(:last-child) {
  margin-bottom: 45px;
}
@media screen and (min-width: 1024px) {
  .mosaic-block__container:not(:last-child) {
    margin-bottom: 140px;
  }
}
.mosaic-block__text {
  margin-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  .mosaic-block__text {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 50%;
    flex-preferred-size: 50%;
    max-width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .mosaic-block__content {
    padding-right: 25px;
  }
}
@media screen and (min-width: 1280px) {
  .mosaic-block__content {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 66.66666666666666%;
    flex-preferred-size: 66.66666666666666%;
    max-width: 66.66666666666666%;
    padding-right: 0;
  }
}
.mosaic-block__content .headline {
  margin-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  .mosaic-block__content .headline {
    margin-bottom: 50px;
  }
}
.mosaic-block__content h2 {
  /*font-size: pxToRem(26)
        line-height: 30px*/
  margin-bottom: 25px;
}
@media screen and (min-width: 1024px) {
  .mosaic-block__content h2 {
    margin-bottom: 30px;
  }
}
.mosaic-block__img {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .mosaic-block__img {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 50%;
    flex-preferred-size: 50%;
    max-width: 50%;
  }
}
.mosaic-block__img img {
  width: 100%;
  height: auto;
}
.quote-block {
  padding: 0 55px 80px;
}
@media screen and (min-width: 768px) {
  .quote-block {
    padding-right: 65px;
    padding-left: 65px;
  }
}
@media screen and (min-width: 1024px) {
  .quote-block {
    padding: 0 0 150px;
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 50%;
    flex-preferred-size: 50%;
    max-width: 50%;
    margin-left: 25%;
  }
}
.quote-block .quote {
  padding-top: 0;
  padding-bottom: 20px;
}
.container-block:not(:nth-last-child(2)):not(:nth-last-child(4)) .quote-block:last-child {
  padding-bottom: 0;
}
.story-block {
  margin-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  .story-block {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 75%;
    flex-preferred-size: 75%;
    max-width: 75%;
    margin-left: 12.5%;
    margin-bottom: 200px;
  }
}
.story-block__content {
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .story-block__content {
    flex-direction: row;
  }
}
.story-block__block {
  background-color: #dedede;
  margin-bottom: 20px;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .story-block__block {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 33.33333333333333%;
    flex-preferred-size: 33.33333333333333%;
    max-width: 33.33333333333333%;
    margin-bottom: 0;
    flex-direction: row;
  }
  .story-block__block:not(:last-child) {
    border-right: 1px solid #fff;
  }
}
.story-block__img {
  overflow: hidden;
}
.story-block__img img {
  width: 100%;
  height: auto;
}
.story-block__wrapper {
  padding: 8px 10px 20px 10px;
}
@media screen and (min-width: 1024px) {
  .story-block__wrapper {
    padding: 18px 10px 60px 10px;
  }
}
.story-block__wrapper .date {
  color: #757575;
  font-size: 0.833333333333333rem;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 15px;
}
.story-block__wrapper .paragraph {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.444444444444444rem;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 40px;
  margin-top: 20px;
}
@media screen and (min-width: 1024px) {
  .story-block__wrapper .paragraph {
    font-size: 1.666666666666667rem;
    line-height: 36px;
    margin-bottom: 75px;
  }
}
.text-block {
  position: relative;
  margin: 0 10px 50px;
  background-color: rgba(111,111,111,0.08);
}
@media screen and (min-width: 768px) {
  .text-block {
    margin-right: 20px;
    margin-left: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .text-block {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 75%;
    flex-preferred-size: 75%;
    max-width: 75%;
    margin-left: 12.5%;
    margin-bottom: 150px;
  }
}
.text-block__container {
  padding: 30px 0;
}
@media screen and (min-width: 1024px) {
  .text-block__container {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 66.66666666666666%;
    flex-preferred-size: 66.66666666666666%;
    max-width: 66.66666666666666%;
    margin-left: 16.5%;
    padding: 100px 0;
  }
}
@media screen and (min-width: 1280px) {
  .text-block__container .paragraph {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 75%;
    flex-preferred-size: 75%;
    max-width: 75%;
  }
}
.text-block__container .title {
  color: #eb0000;
  font-size: 1.444444444444444rem;
  line-height: 30px;
}
@media screen and (min-width: 1024px) {
  .text-block__container .title {
    font-size: 2.666666666666667rem;
    line-height: 48px;
  }
}
.text-block__wrapper {
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (min-width: 1024px) {
  .text-block__wrapper {
    padding-right: 0;
    padding-left: 0;
  }
}
.text-block .link-wrapper {
  margin-top: 50px;
}
.text-block .btn__wording {
  max-width: 100%;
}
.work-block__slides {
  list-style-type: none;
  margin: 0;
  padding: 0;
  height: auto !important;
}
.work-block {
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
  z-index: 6;
  margin-top: 50px;
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .work-block .link-wrapper--right {
    transform: translateX(33.33%);
  }
}
@media screen and (min-width: 768px) {
  .work-block {
    margin-top: 100px;
    padding-bottom: 140px;
  }
}
@media screen and (min-width: 1024px) {
  .work-block {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 75%;
    flex-preferred-size: 75%;
    max-width: 75%;
    margin-left: 12.5%;
    margin-top: 150px;
  }
}
.co-header + .work-block,
.info-block + .work-block,
.mosaic-block + .work-block,
.page-intro-scroll + .work-block {
  margin-top: 0;
}
.work-block h2.headline {
  display: block;
}
@media screen and (min-width: 1024px) {
  .work-block h2.headline {
    display: none;
  }
}
.work-block__slide {
  float: left;
  width: 100%;
  height: auto !important;
}
.work-block__inner {
  overflow: hidden;
  width: 100%;
  height: auto !important;
}
.work-block__inner h3 {
  display: none;
}
@media screen and (min-width: 1024px) {
  .work-block__inner h3 {
    display: block;
  }
}
.work-block .slide__inner {
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
}
.work-block .slide__content {
  flex: 1 1 auto;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 75%;
  flex-preferred-size: 75%;
  max-width: 75%;
  order: 1;
}
@media screen and (min-width: 1024px) {
  .work-block .slide__content {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 50%;
    flex-preferred-size: 50%;
    max-width: 50%;
    order: 0;
  }
}
@media screen and (min-width: 1280px) {
  .work-block .slide__content {
    padding-top: 2vw;
  }
  .work-block .slide__content--content {
    padding-top: 0;
  }
}
@media screen and (min-width: 1600px) {
  .work-block .slide__content {
    padding-top: 8vw;
  }
  .work-block .slide__content--content {
    padding-top: 0;
  }
}
.work-block .slide__content__inner .title {
  margin-bottom: 20px;
  font-size: 1.444444444444444rem;
  line-height: 30px;
}
@media screen and (min-width: 1024px) {
  .work-block .slide__content__inner .title {
    margin-bottom: 70px;
    font-size: 2.666666666666667rem;
    line-height: 48px;
  }
}
.work-block .slide__image {
  margin-bottom: 15px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .work-block .slide__image {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 33.33333333333333%;
    flex-preferred-size: 33.33333333333333%;
    max-width: 33.33333333333333%;
    margin-left: 16.6%;
    margin-bottom: 0;
  }
}
.work-block .bkg-text {
  display: none;
}
@media screen and (min-width: 1024px) {
  .work-block .bkg-text {
    top: 27vw;
    right: -17%;
    z-index: 2;
    display: block;
  }
}
@media screen and (min-width: 1280px) {
  .work-block .bkg-text {
    top: 30vw;
  }
}
@media screen and (min-width: 1600px) {
  .work-block .bkg-text {
    top: 29vw;
  }
}
.work-block__content {
  width: 100%;
}
.work-block__content .btn {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .work-block__content .btn {
    margin-top: 80px;
  }
}
.work-block__controls {
  position: absolute;
  top: calc(75px + 100vw);
  right: 10px;
  z-index: 10;
  width: calc(25% - 5px);
}
@media screen and (min-width: 768px) {
  .work-block__controls {
    right: 20px;
    width: calc(25% - 10px);
  }
}
@media screen and (min-width: 1024px) {
  .work-block__controls {
    top: 6vw;
    left: 50%;
    width: 16.6%;
  }
}
.work-block__controls--content-page {
  top: calc(75px + 48vw);
}
@media screen and (min-width: 1024px) {
  .work-block__controls--content-page {
    top: calc(75px + 4vw);
  }
}
@media screen and (min-width: 1600px) {
  .work-block__controls--content-page {
    top: calc(75px + 9vw);
  }
}
@media screen and (min-width: 1024px) {
  .work-block__controls .controls__arrow {
    display: inline-block;
  }
}
.work-block__controls .controls__arrow--left {
  margin-right: 50px;
}
.work-block__arrow {
  display: block;
  margin: 0 auto;
  width: 50px;
  height: 50px;
  cursor: pointer;
}
.work-block__arrow circle {
  stroke: #eb0000;
}
.work-block__arrow:first-child {
  margin-bottom: 15px;
}
.work-block__arrow:hover circle {
  fill: #fff;
}
.work-block__arrow:hover path {
  fill: #eb0000;
}
.work-block__arrow:hover .arrow-path--first {
  animation: arrow 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.work-block__arrow:hover .arrow-path--second {
  animation: arrow__second 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.work-block__arrow circle,
.work-block__arrow path {
  transition: 0.3s fill cubic-bezier(0.125, 0.75, 0.415, 1);
  transform: translate(1px, 1px);
}
.work-block__arrow .arrow-path--second {
  transform: translateX(50px);
}
.work-block__arrow--right .arrow-path--second {
  transform: translateX(-50px);
}
.work-block__arrow--right:hover .arrow-path--first {
  animation: arrow__reverse 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.work-block__arrow--right:hover .arrow-path--second {
  animation: arrow__reverse_second 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.news-filters {
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  z-index: 9999;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #eee;
}
@media screen and (min-width: 1024px) {
  .news-filters {
    z-index: 2;
    position: relative;
    bottom: auto;
    left: auto;
    margin-bottom: 20px;
    background: none;
  }
}
.news-filters__inner {
  flex: 1 1 auto;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 100%;
  flex-preferred-size: 100%;
  max-width: 100%;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  min-width: 100%;
}
@media screen and (min-width: 1024px) {
  .news-filters__inner {
    min-width: 25%;
    margin-left: 25%;
    width: 50%;
  }
}
@media screen and (min-width: 1280px) {
  .news-filters__inner {
    width: 25%;
  }
}
.news-filters__list {
  flex: 1 1 auto;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 100%;
  flex-preferred-size: 100%;
  max-width: 100%;
  position: relative;
}
.news-filters__list + .news-filters__list .news-filters__title {
  border-left: 1px solid #fff;
}
@media screen and (min-width: 1024px) {
  .news-filters__list + .news-filters__list .news-filters__title {
    border: none;
  }
}
.news-filters__arrow {
  display: none;
  width: 13px;
  height: 8px;
  position: relative;
  margin-right: 10px;
  margin-left: 10px;
  align-self: center;
  justify-self: flex-end;
}
@media screen and (min-width: 1024px) {
  .news-filters__arrow {
    display: inline-block;
  }
}
.news-filters__arrow::before,
.news-filters__arrow::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciICAgICAgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSIxMyIgaGVpZ2h0PSI4Ij48cGF0aCBkPSJNNi41IDUuMDg2bDUtNUwxMi45MTQgMS41bC01IDVMNi41IDcuOTE0LjA4NiAxLjUgMS41LjA4Nmw1IDV6IiB0cmFuc2Zvcm09InJvdGF0ZSg5MGRlZykiIGZpbGw9IiMwMDAiPjwvcGF0aD48L3N2Zz4=");
}
@supports (-webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%)) or (clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%)) {
  .news-filters__arrow::after {
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciICAgICAgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSIxMyIgaGVpZ2h0PSI4Ij48cGF0aCBkPSJNNi41IDUuMDg2bDUtNUwxMi45MTQgMS41bC01IDVMNi41IDcuOTE0LjA4NiAxLjUgMS41LjA4Nmw1IDV6IiB0cmFuc2Zvcm09InJvdGF0ZSg5MGRlZykiIGZpbGw9IiNGMDAiPjwvcGF0aD48L3N2Zz4=");
    transition: all 0.4s ease;
  }
}
.news-filters__options-wrapper {
  z-index: 9999;
  position: fixed;
  bottom: 60px;
  left: 0;
  width: 100vw;
  display: none;
  opacity: 0;
  transition: 0.4s opacity;
  background: #fff;
}
@media screen and (min-width: 1024px) {
  .news-filters__options-wrapper {
    z-index: 1;
    width: 100%;
    height: auto;
    position: relative;
    bottom: 0;
    left: auto;
    overflow: visible;
    background: none;
  }
}
.news-filters__options-wrapper.active {
  display: block;
  opacity: 1;
}
.news-filters__options {
  width: 100vw;
  text-align: left;
  line-height: 0;
}
@media screen and (min-width: 1024px) {
  .news-filters__options {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: auto;
  }
}
.news-filters__options-inner {
  background: #fff;
}
@media screen and (min-width: 1024px) {
  .news-filters__options-inner {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.news-filters__option {
  width: 100%;
  padding: 15px 15px;
  font-size: 0.722222222222222rem;
  letter-spacing: 0.111111111111111rem;
  color: #aaa;
  text-align: center;
  line-height: 1.6;
  background: none;
  border-bottom: none;
  border-color: #eee;
  border-size: 1px;
  cursor: pointer;
  transition: 0.4s color;
  outline: none;
}
@media screen and (min-width: 1024px) {
  .news-filters__option {
    text-align: left;
    padding: 0 15px;
    border: none;
  }
  .news-filters__option:hover {
    color: #eb0000;
  }
}
.news-filters__option.active {
  color: #eb0000;
}
.news-filters__title {
  display: flex;
  position: relative;
  background: none;
  border: none;
  margin: 0;
  cursor: pointer;
  width: 100%;
  text-align: center;
  outline: none;
  justify-content: center;
  height: 64px;
  padding-left: 0;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .news-filters__title {
    text-align: left;
    justify-content: flex-start;
    width: 100%;
  }
  @supports (-webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%)) or (clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%)) {
    .news-filters__title {
      width: initial;
    }
  }
  .news-filters__title::before {
    content: "";
    display: inline-block;
    width: 50%;
    height: 0.111111111111111rem;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #eb0000;
    transform-origin: center left;
    transform: scaleX(0);
    transition: 0.4s transform;
  }
  @supports (-webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%)) or (clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%)) {
    .news-filters__title::before {
      width: 100%;
    }
  }
}
.news-filters__title .headline {
  width: 56%;
  margin-bottom: 0;
  font-size: 0.583333333333333rem;
  letter-spacing: 0.111111111111111rem;
  color: #757575;
  transition: 0.4s color;
  line-height: 17px;
}
@media screen and (min-width: 768px) {
  .news-filters__title .headline {
    width: 100%;
    line-height: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .news-filters__title .headline {
    width: auto;
    font-size: 0.833333333333333rem;
    letter-spacing: 0;
    text-transform: none;
    color: #333745;
  }
  .news-filters__title .headline::before,
  .news-filters__title .headline::after {
    content: "";
    display: inline-block;
    width: 0.555555555555556rem;
    height: 0.111111111111111rem;
    margin-right: 0.555555555555556rem;
    background-color: #333745;
  }
  .news-filters__title .headline::after {
    z-index: 2;
    position: absolute;
    bottom: 26px;
    left: 0;
    background-color: #eb0000;
    transform-origin: center left;
    transform: scaleX(0);
    transition: 0.4s transform;
  }
}
.news-filters__title.active::before {
  transform: scaleX(1);
}
.news-filters__title.active .headline {
  color: #eb0000;
}
.news-filters__title.active .headline::after {
  transform: scaleX(1);
}
.news-filters__title.active .news-filters__arrow::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciICAgICAgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSIxMyIgaGVpZ2h0PSI4Ij48cGF0aCBkPSJNNi41IDUuMDg2bDUtNUwxMi45MTQgMS41bC01IDVMNi41IDcuOTE0LjA4NiAxLjUgMS41LjA4Nmw1IDV6IiB0cmFuc2Zvcm09InJvdGF0ZSg5MGRlZykiIGZpbGw9IiNGMDAiPjwvcGF0aD48L3N2Zz4=");
}
@supports (-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%)) or (clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%)) {
  .news-filters__title.active .news-filters__arrow::after {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
@media screen and (min-width: 1024px) {
  .news-filters__title:hover::before {
    transform: scaleX(1);
  }
  .news-filters__title:hover .headline {
    color: #eb0000;
  }
  .news-filters__title:hover .headline::after {
    transform: scaleX(1);
  }
  .news-filters__title:hover .news-filters__arrow::after {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciICAgICAgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSIxMyIgaGVpZ2h0PSI4Ij48cGF0aCBkPSJNNi41IDUuMDg2bDUtNUwxMi45MTQgMS41bC01IDVMNi41IDcuOTE0LjA4NiAxLjUgMS41LjA4Nmw1IDV6IiB0cmFuc2Zvcm09InJvdGF0ZSg5MGRlZykiIGZpbGw9IiNGMDAiPjwvcGF0aD48L3N2Zz4=");
  }
  @supports (-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%)) or (clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%)) {
    .news-filters__title:hover .news-filters__arrow::after {
      clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    }
  }
}
.news-item {
  position: relative;
  margin-top: 0;
  margin-bottom: 50px;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  text-decoration: none;
}
.news-item:hover .btn__wording {
  color: #eb0000;
}
.news-item:visited {
  color: #333745;
}
@media screen and (min-width: 768px) {
  .news-item {
    margin-top: 0;
    margin-bottom: 0;
    align-items: center;
    text-align: 'middle';
  }
}
.news-item__image {
  margin-top: 0;
  margin-bottom: 30px;
  flex: 1 1 auto;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 100%;
  flex-preferred-size: 100%;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .news-item__image {
    margin-top: 0;
    margin-bottom: 0;
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 25%;
    flex-preferred-size: 25%;
    max-width: 25%;
  }
}
@media screen and (min-width: 1024px) {
  .news-item__image {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 20%;
    flex-preferred-size: 20%;
    max-width: 20%;
  }
}
.news-item__date {
  margin-top: 0;
  margin-bottom: 10px;
  flex: 1 1 auto;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 100%;
  flex-preferred-size: 100%;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .news-item__date {
    margin-top: 0;
    margin-bottom: 0;
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 25%;
    flex-preferred-size: 25%;
    max-width: 25%;
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  .news-item__date {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 20%;
    flex-preferred-size: 20%;
    max-width: 20%;
  }
}
.news-item__title {
  flex: 1 1 auto;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 100%;
  flex-preferred-size: 100%;
  max-width: 100%;
  font-size: 1.666666666666667rem;
  line-height: 36px;
}
@media screen and (min-width: 768px) {
  .news-item__title {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 50%;
    flex-preferred-size: 50%;
    max-width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .news-item__title {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 40%;
    flex-preferred-size: 40%;
    max-width: 40%;
  }
}
.news-item__btn {
  display: none;
}
@media screen and (min-width: 1024px) {
  .news-item__btn {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 20%;
    flex-preferred-size: 20%;
    max-width: 20%;
    display: block;
    text-align: right;
  }
}
.intro-block {
  flex: 1 1 auto;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 100%;
  flex-preferred-size: 100%;
  max-width: 100%;
  margin-top: 30px;
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .intro-block {
    margin-top: 120px;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .intro-block {
    position: sticky;
    top: 0;
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 37.5%;
    flex-preferred-size: 37.5%;
    max-width: 37.5%;
    margin-left: 12.5%;
    margin-top: 0;
    margin-bottom: 0;
    height: 100vh;
  }
}
.intro-block__inner {
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  text-align: 'middle';
  height: 100%;
}
.intro-block__content {
  flex: 1 1 auto;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 100%;
  flex-preferred-size: 100%;
  max-width: 100%;
}
@media screen and (min-width: 1024px) {
  .intro-block__content {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 66.66666666666666%;
    flex-preferred-size: 66.66666666666666%;
    max-width: 66.66666666666666%;
  }
}
.intro-block .scroll-indicator {
  display: none;
}
@media screen and (min-width: 1024px) {
  .intro-block .scroll-indicator {
    display: block;
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 33.33333333333333%;
    flex-preferred-size: 33.33333333333333%;
    max-width: 33.33333333333333%;
  }
}
.intro-block__back {
  display: block;
  margin-bottom: 50px;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .intro-block__back {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 1024px) {
  .intro-block__back {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1280px) {
  .intro-block__back {
    margin-bottom: 80px;
  }
}
.intro-block__arrow {
  margin-right: 20px;
  fill: #aaa;
  transform: rotate(90deg);
}
.intro-block .date {
  display: block;
  margin-bottom: 20px;
  margin-top: 40px;
}
.intro-block .share-block__icon {
  display: inline-block;
  margin-left: 20px;
}
.content-video {
  position: relative;
}
.content-video__infos {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  overflow: hidden;
  padding: 30px;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .content-video__infos {
    padding: 100px 50px 50px;
  }
}
.content-video__infos .btn__icon {
  vertical-align: middle;
}
.content-video__poster {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: auto;
}
.content-video__title {
  display: block;
  position: relative;
  z-index: 2;
  margin-bottom: 30px;
  font-weight: 600;
}
.content-video__btn {
  position: relative;
  z-index: 2;
}
.content-video__video {
  width: 100%;
}
.content-link-list__wrapper {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.content-link-list__item {
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.content-link-list__item .item__content {
  flex: 1 1 auto;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 100%;
  flex-preferred-size: 100%;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .content-link-list__item .item__content {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 75%;
    flex-preferred-size: 75%;
    max-width: 75%;
  }
}
@media screen and (min-width: 1024px) {
  .content-link-list__item .item__content {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 66.66666666666666%;
    flex-preferred-size: 66.66666666666666%;
    max-width: 66.66666666666666%;
  }
}
@media screen and (min-width: 1280px) {
  .content-link-list__item .item__content {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 66.66666666666666%;
    flex-preferred-size: 66.66666666666666%;
    max-width: 66.66666666666666%;
  }
}
.content-link-list__item .item__cta {
  flex: 1 1 auto;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 100%;
  flex-preferred-size: 100%;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .content-link-list__item .item__cta {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 25%;
    flex-preferred-size: 25%;
    max-width: 25%;
  }
}
@media screen and (min-width: 1024px) {
  .content-link-list__item .item__cta {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 100%;
    flex-preferred-size: 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 1280px) {
  .content-link-list__item .item__cta {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 33.33333333333333%;
    flex-preferred-size: 33.33333333333333%;
    max-width: 33.33333333333333%;
  }
}
.content-key-figures ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.content-key-figures li {
  padding-bottom: 10px;
  border-left: 2px solid #eb0000;
  padding-right: 10px;
}
.content-key-figures__item {
  margin: 30px 0;
}
.content-key-figures__item dl {
  margin: 0;
  padding-left: 30px;
}
.content-key-figures__item dl dt {
  color: #333745;
  font-size: 3em;
  margin-bottom: 4px;
}
.content-key-figures__item dl dd {
  margin: 0;
  line-height: 1.125;
  font-size: 1.666666666666667rem;
  font-family: 'DM Serif Text', serif;
}
@media screen and (min-width: 1024px) {
  .content-key-figures li {
    padding-right: 0;
  }
  .content-key-figures__item dl {
    display: flex;
    align-items: center;
    padding-left: 48px;
  }
  .content-key-figures__item dl dt {
    margin-right: 30px;
    font-size: 3.888888888888889rem;
  }
  .content-key-figures__item dl dd {
    max-width: 250px;
  }
}
.work-filters {
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  z-index: 9999;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #eee;
}
@media screen and (min-width: 1024px) {
  .work-filters {
    z-index: 10;
    position: relative;
    bottom: auto;
    left: auto;
    margin-bottom: 20px;
    background: none;
  }
}
.work-filters__inner {
  flex: 1 1 auto;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 100%;
  flex-preferred-size: 100%;
  max-width: 100%;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  min-width: 100%;
}
@media screen and (min-width: 1024px) {
  .work-filters__inner {
    min-width: 25%;
    margin-left: 25%;
    width: 50%;
  }
}
@media screen and (min-width: 1279px) and (max-width: 1400px) {
  .work-filters__inner {
    min-width: 25% !important;
    margin-left: 25% !important;
    width: 50% !important;
  }
}
@media screen and (min-width: 1280px) {
  .work-filters__inner {
    width: 25%;
  }
}
.work-filters__list {
  flex: 1 1 auto;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 50%;
  flex-preferred-size: 50%;
  max-width: 50%;
  position: relative;
}
.work-filters__list + .work-filters__list .work-filters__title {
  border-left: 1px solid #fff;
}
@media screen and (min-width: 1024px) {
  .work-filters__list + .work-filters__list .work-filters__title {
    border: none;
  }
}
.work-filters__arrow {
  display: none;
  width: 13px;
  height: 8px;
  position: relative;
  margin-right: 10px;
  margin-left: 10px;
  align-self: center;
  justify-self: flex-end;
}
@media screen and (min-width: 1024px) {
  .work-filters__arrow {
    display: inline-block;
  }
}
.work-filters__arrow::before,
.work-filters__arrow::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciICAgICAgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSIxMyIgaGVpZ2h0PSI4Ij48cGF0aCBkPSJNNi41IDUuMDg2bDUtNUwxMi45MTQgMS41bC01IDVMNi41IDcuOTE0LjA4NiAxLjUgMS41LjA4Nmw1IDV6IiB0cmFuc2Zvcm09InJvdGF0ZSg5MGRlZykiIGZpbGw9IiMwMDAiPjwvcGF0aD48L3N2Zz4=");
}
@supports (-webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%)) or (clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%)) {
  .work-filters__arrow::after {
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciICAgICAgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSIxMyIgaGVpZ2h0PSI4Ij48cGF0aCBkPSJNNi41IDUuMDg2bDUtNUwxMi45MTQgMS41bC01IDVMNi41IDcuOTE0LjA4NiAxLjUgMS41LjA4Nmw1IDV6IiB0cmFuc2Zvcm09InJvdGF0ZSg5MGRlZykiIGZpbGw9IiNGMDAiPjwvcGF0aD48L3N2Zz4=");
    transition: all 0.4s ease;
  }
}
.work-filters__options-wrapper {
  z-index: 9999;
  position: fixed;
  bottom: 60px;
  left: 0;
  width: 100vw;
  display: none;
  opacity: 0;
  transition: 0.4s opacity;
  background: #fff;
}
@media screen and (min-width: 1024px) {
  .work-filters__options-wrapper {
    z-index: 1;
    width: 100%;
    height: auto;
    position: relative;
    bottom: 0;
    left: auto;
    overflow: visible;
    background: none;
  }
}
.work-filters__options-wrapper.active {
  display: block;
  opacity: 1;
}
.work-filters__options {
  width: 100vw;
  text-align: left;
  line-height: 0;
}
@media screen and (min-width: 1024px) {
  .work-filters__options {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
  }
}
.work-filters__options-inner {
  background: #fff;
}
@media screen and (min-width: 1024px) {
  .work-filters__options-inner {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.work-filters__option {
  width: 100%;
  padding: 15px 15px;
  font-size: 0.722222222222222rem;
  letter-spacing: 0.111111111111111rem;
  color: #aaa;
  text-align: center;
  line-height: 1.6;
  background: none;
  border-bottom: none;
  border-color: #eee;
  border-size: 1px;
  cursor: pointer;
  transition: 0.4s color;
  outline: none;
}
@media screen and (min-width: 1024px) {
  .work-filters__option {
    text-align: left;
    padding: 0 15px;
    border: none;
  }
  .work-filters__option:hover {
    color: #eb0000;
  }
}
.work-filters__option.active {
  color: #eb0000;
}
.work-filters__title {
  display: flex;
  position: relative;
  background: none;
  border: none;
  margin: 0;
  cursor: pointer;
  width: 100%;
  text-align: center;
  outline: none;
  justify-content: center;
  height: 64px;
  padding-left: 0;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .work-filters__title {
    text-align: left;
    width: initial;
    justify-content: flex-start;
  }
  .work-filters__title::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 0.111111111111111rem;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #eb0000;
    transform-origin: center left;
    transform: scaleX(0);
    transition: 0.4s transform;
  }
}
.work-filters__title .headline {
  width: 56%;
  margin-bottom: 0;
  font-size: 0.583333333333333rem;
  letter-spacing: 0.111111111111111rem;
  color: #757575;
  transition: 0.4s color;
  line-height: 17px;
}
@media screen and (min-width: 768px) {
  .work-filters__title .headline {
    width: 100%;
    line-height: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .work-filters__title .headline {
    width: auto;
    font-size: 0.833333333333333rem;
    letter-spacing: 0;
    text-transform: none;
    color: #333745;
  }
  .work-filters__title .headline::before,
  .work-filters__title .headline::after {
    content: "";
    display: inline-block;
    width: 0.555555555555556rem;
    height: 0.111111111111111rem;
    margin-right: 0.555555555555556rem;
    background-color: #333745;
  }
  .work-filters__title .headline::after {
    z-index: 2;
    position: absolute;
    bottom: 26px;
    left: 0;
    background-color: #eb0000;
    transform-origin: center left;
    transform: scaleX(0);
    transition: 0.4s transform;
  }
}
.work-filters__title.active::before {
  transform: scaleX(1);
}
.work-filters__title.active .headline {
  color: #eb0000;
}
.work-filters__title.active .headline::after {
  transform: scaleX(1);
}
.work-filters__title.active .work-filters__arrow::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciICAgICAgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSIxMyIgaGVpZ2h0PSI4Ij48cGF0aCBkPSJNNi41IDUuMDg2bDUtNUwxMi45MTQgMS41bC01IDVMNi41IDcuOTE0LjA4NiAxLjUgMS41LjA4Nmw1IDV6IiB0cmFuc2Zvcm09InJvdGF0ZSg5MGRlZykiIGZpbGw9IiNGMDAiPjwvcGF0aD48L3N2Zz4=");
}
@supports (-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%)) or (clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%)) {
  .work-filters__title.active .work-filters__arrow::after {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
@media screen and (min-width: 1024px) {
  .work-filters__title:hover::before {
    transform: scaleX(1);
  }
  .work-filters__title:hover .headline {
    color: #eb0000;
  }
  .work-filters__title:hover .headline::after {
    transform: scaleX(1);
  }
  .work-filters__title:hover .work-filters__arrow::after {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciICAgICAgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSIxMyIgaGVpZ2h0PSI4Ij48cGF0aCBkPSJNNi41IDUuMDg2bDUtNUwxMi45MTQgMS41bC01IDVMNi41IDcuOTE0LjA4NiAxLjUgMS41LjA4Nmw1IDV6IiB0cmFuc2Zvcm09InJvdGF0ZSg5MGRlZykiIGZpbGw9IiNGMDAiPjwvcGF0aD48L3N2Zz4=");
  }
  @supports (-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%)) or (clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%)) {
    .work-filters__title:hover .work-filters__arrow::after {
      clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    }
  }
}
.work__item {
  position: relative;
  flex: 1 1 auto;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 100%;
  flex-preferred-size: 100%;
  max-width: 100%;
  margin-bottom: 50px;
  text-decoration: none;
}
.work__item:hover .btn__wording {
  color: #eb0000;
}
.work__item:hover:visited {
  color: #333745;
}
.work__item .item__inner {
  pointer-events: none;
}
.work__item .title {
  font-family: 'DM Serif Text', serif;
  font-size: 1.666666666666667rem;
  line-height: 36px;
}
.work__item .paragraph {
  font-size: 0.833333333333333rem;
  line-height: 30px;
}
.work__item:hover .btn__wording {
  color: #eb0000;
}
@media screen and (min-width: 1024px) {
  .work__item:nth-child(even) .item__number {
    position: absolute;
    bottom: -90px;
    left: -90px;
  }
}
@media screen and (min-width: 1280px) {
  .work__item:nth-child(even) .item__number {
    position: absolute;
    bottom: 130px;
    left: -165px;
  }
}
@media screen and (min-width: 1024px) {
  .work__item:nth-child(odd) .item__number {
    position: absolute;
    bottom: -100px;
    left: -90px;
  }
}
@media screen and (min-width: 1280px) {
  .work__item:nth-child(odd) .item__number {
    position: absolute;
    bottom: 10px;
    left: -165px;
  }
}
.work__item--none {
  font-weight: 600;
  color: #757575;
  display: none;
}
@media screen and (min-width: 1024px) {
  .work__item--none {
    margin-left: 25% !important;
  }
}
.work__item .item__content,
.work__item .item__image {
  position: relative;
  z-index: 5;
}
.work__item .item__image {
  overflow: hidden;
}
.work__item .item__number {
  position: absolute;
  bottom: -60px;
  left: -20px;
  z-index: 4;
}
@media screen and (min-width: 768px) {
  .work__item .item__number {
    position: absolute;
    bottom: -115px;
    left: -20px;
  }
}
.work__item .item__image-wrapper {
  position: relative;
  margin-bottom: 30px;
}
.work__item .item__title {
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .work__item .item__title {
    margin-bottom: 10px;
  }
}
.work__item .item__text,
.work__item .item__link {
  display: none;
}
@media screen and (min-width: 1024px) {
  .work__item .item__text,
  .work__item .item__link {
    display: block;
  }
}
.work__item .item__text {
  color: #757575;
}
.work__item .picture__anim.picture__anim-end.image-block {
  transform: translateX(0px);
  transition: transform 1s cubic-bezier(0.125, 0.75, 0.415, 1);
}
.work__item .picture__anim.image-block {
  transform: translateX(-101%);
}
.work__item .image-block__image {
  top: 50%;
  left: 50%;
  width: auto;
  transform: translate(-50%, -50%) !important;
}
@media screen and (min-width: 1024px) {
  .view--mozaic .work__item__item {
    margin: 0;
  }
}
@media screen and (min-width: 1024px) {
  .view--list .work__item {
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0;
    width: 100%;
  }
  .view--list .work__item .item__inner {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 100%;
    flex-preferred-size: 100%;
    max-width: 100%;
    position: relative;
  }
  .view--list .work__item .item__image-wrapper {
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    text-align: 'middle';
    float: left;
    margin: 0;
    width: 40%;
    height: 100%;
  }
  .view--list .work__item .item__content {
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    text-align: 'middle';
    position: absolute;
    top: 0;
    left: 40%;
    width: 60%;
    height: 100%;
  }
  .view--list .work__item .item__text-wrapper {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 66.66666666666666%;
    flex-preferred-size: 66.66666666666666%;
    max-width: 66.66666666666666%;
  }
  .view--list .work__item .item__link {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 33.33333333333333%;
    flex-preferred-size: 33.33333333333333%;
    max-width: 33.33333333333333%;
  }
  .view--list .work__item .item__image {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 50%;
    flex-preferred-size: 50%;
    max-width: 50%;
    height: auto;
  }
  .view--list .work__item .item__number {
    position: static;
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 50%;
    flex-preferred-size: 50%;
    max-width: 50%;
    text-align: center;
    font-size: 5rem;
  }
  .view--list .work__item .item__number .parallax-data {
    position: static !important;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1280px) {
  .view--list .work__item .item__number {
    font-size: 6.2rem;
  }
}
.work-popin {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  overflow: auto;
  width: 100vw;
  height: 100vh;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-15%);
  transition: 0.5s opacity cubic-bezier(0.125, 0.75, 0.415, 1), 0.5s transform cubic-bezier(0.125, 0.75, 0.415, 1), 0s visibility cubic-bezier(0.125, 0.75, 0.415, 1) 0.5s;
  display: flex;
  align-items: center;
}
.work-popin.is-open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: 0.5s all cubic-bezier(0.125, 0.75, 0.415, 1) 0.2s;
}
.work-popin__close {
  position: absolute;
  top: 30px;
  right: 0;
  width: 12.5vw;
  padding: 0 20px 0 0;
  text-align: right;
  background: none;
  border: none;
  -webkit-appearance: none;
  cursor: pointer;
}
.work-popin__close path {
  transition: 0.3s fill linear;
}
.work-popin__close:hover path {
  fill: #eb0000;
}
@media screen and (min-width: 1024px) {
  .work-popin__close {
    top: 5vw;
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  .work-popin__wrap {
    display: flex;
    align-items: flex-start;
  }
}
.work-popin__inner {
  width: 100%;
  max-height: 100%;
  overflow: auto;
}
.work-popin__content {
  overflow: hidden;
  padding: 50px 0 40px;
}
@media screen and (min-width: 768px) {
  .work-popin__content {
    padding: 70px 0 85px;
  }
}
@media screen and (min-width: 1024px) {
  .work-popin__left {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 37.5%;
    flex-preferred-size: 37.5%;
    max-width: 37.5%;
    margin-left: 12.5%;
  }
}
@media screen and (max-width: 1023px) {
  .work-popin__right {
    padding-top: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .work-popin__right {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 25%;
    flex-preferred-size: 25%;
    max-width: 25%;
    margin-left: 12.5%;
  }
}
.work-popin figure {
  margin: 0;
}
.work-popin figcaption {
  font-size: 0.722222222222222rem;
  font-family: 'Montserrat', sans-serif;
  color: #404040;
  letter-spacing: 2.2px;
  margin-top: 30px;
}
.work-popin .tns-controls:focus {
  outline: none;
}
@media screen and (max-width: 1023px) {
  .work-popin .tns-controls {
    position: static;
    display: flex;
    justify-content: flex-end;
    margin-top: 15px;
    order: 1;
  }
  .work-popin .tns-controls button {
    margin: 0;
  }
  .work-popin .tns-controls button:first-child {
    transform: rotate(-90deg);
    margin-right: 20px;
  }
  .work-popin .tns-controls button:last-child {
    transform: rotate(90deg);
  }
}
@media screen and (min-width: 1024px) {
  .work-popin .tns-controls {
    left: auto;
    right: 0;
    top: 50%;
    width: 12.5vw;
    transform: translate(100%, -50%);
  }
  .work-popin .tns-controls button:first-child {
    margin-bottom: 20px;
  }
}
.work-popin .tns-nav {
  display: none;
}
@media screen and (max-width: 1023px) {
  .work-popin .tns-outer {
    display: flex;
    flex-direction: column;
  }
}
.work-popin .ratio-1-1 {
  position: relative;
  overflow: hidden;
}
.work-popin .ratio-1-1::before {
  display: block;
  width: 100%;
  padding-top: 100%;
  content: "";
}
.work-popin .ratio-1-1 > *:first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  z-index: 1;
}
.work-popin .ratio-1-1 > *:first-child > img {
  width: 100%;
}
.work-popin .ratio-1-1 > *:first-child > img {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  min-height: 100%;
}
.work-popin .work-detail__title {
  font-size: 2.222222222222222rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  margin-bottom: 15px;
  color: #333745;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .work-popin .work-detail__title {
    margin-bottom: 25px;
    font-size: 3.333333333333333rem;
  }
}
.work-popin .work-detail__location {
  font-size: 1.666666666666667rem;
  font-family: 'DM Serif Text', serif;
  font-weight: bold;
  color: #333745;
  margin-bottom: 45px;
}
@media screen and (min-width: 768px) {
  .work-popin .work-detail__location {
    font-size: 2rem;
  }
}
.work-popin .work-detail__chapo {
  font-size: 1rem;
  color: #404040;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.3;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .work-popin .work-detail__chapo {
    font-size: 1.111111111111111rem;
  }
}
.work-popin .work-detail-desc {
  margin-top: 25px;
  margin-bottom: 30px;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.833333333333333rem;
  line-height: 1.2;
  color: #6d6d6d;
}
.work-popin .work-detail-desc p {
  display: flex;
}
.work-popin .work-detail-desc p:not(:last-child) {
  margin-bottom: 15px;
}
.work-popin .work-detail-desc span {
  position: relative;
  flex-shrink: 0;
  max-width: 60%;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 600;
  color: #333745;
}
.work-popin .work-detail-desc span:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 12px;
  border-top: 2px solid;
}
@media screen and (min-width: 1024px) {
  .work-popin .work-detail-desc {
    margin-bottom: 105px;
  }
  .work-popin .work-detail-desc span {
    padding-right: 40px;
  }
}
.work-popin .work-detail__slider--container {
  position: relative;
  display: block;
  width: 100%;
}
.work-detail__content .img-wrapper__inner {
  width: 100%;
}
.work-detail__content .content__img-wrapper {
  position: relative;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
}
.work-detail__content .content__img-1 {
  position: relative;
  z-index: 2;
}
.work-detail__content .content__bkg-text {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 0;
  margin-top: -0.5em;
}
@media screen and (min-width: 1024px) {
  .work-detail__content .content__bkg-text {
    left: 50%;
  }
}
.work-detail__content .content__catchphrase {
  position: relative;
  z-index: 3;
  flex: 1 1 auto;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 75%;
  flex-preferred-size: 75%;
  max-width: 75%;
  margin-left: 25%;
  margin-bottom: 50px;
  transform: translateY(-40px);
}
@media screen and (min-width: 1024px) {
  .work-detail__content .content__catchphrase {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 83.33333333333334%;
    flex-preferred-size: 83.33333333333334%;
    max-width: 83.33333333333334%;
    margin-left: 16.66%;
    margin-bottom: 115px;
    transform: translateY(-60px);
  }
}
.work-detail__content .content__text-img {
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
}
.work-detail__content .content__text-img.text--left {
  flex-direction: row-reverse;
}
.work-detail__content .content__quote {
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
}
.work-detail__content .text-img__img,
.work-detail__content .text-img__text {
  flex: 1 1 auto;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 100%;
  flex-preferred-size: 100%;
  max-width: 100%;
  margin-bottom: 50px;
}
@media screen and (min-width: 1024px) {
  .work-detail__content .text-img__img,
  .work-detail__content .text-img__text {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 33.33333333333333%;
    flex-preferred-size: 33.33333333333333%;
    max-width: 33.33333333333333%;
    margin-left: 16.66%;
    margin-bottom: 0;
  }
}
.work-detail__content .text-img__img strong,
.work-detail__content .text-img__text strong {
  color: #333745;
}
@media screen and (min-width: 1024px) {
  .work-detail__content .text--left .text-img__text {
    margin-left: 0%;
  }
  .work-detail__content .text--left .text-img__text .paragraph:first-child {
    padding-top: 13%;
  }
}
@media screen and (min-width: 1024px) {
  .work-detail__content .text--left .text-img__img {
    margin-right: 16.66%;
  }
}
.work-detail__quote {
  position: relative;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  align-items: center;
  text-align: 'middle';
  margin-top: 50px;
}
@media screen and (min-width: 1024px) {
  .work-detail__quote {
    justify-content: flex-end;
    margin-top: 80px;
    margin-bottom: 40px;
  }
}
.work-detail__quote .quote__bkg-text {
  position: absolute;
  top: -27px;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
}
.work-detail__quote .quote__quote {
  position: relative;
  z-index: 2;
  flex: 1 1 auto;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 100%;
  flex-preferred-size: 100%;
  max-width: 100%;
}
@media screen and (min-width: 1024px) {
  .work-detail__quote .quote__quote {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 50%;
    flex-preferred-size: 50%;
    max-width: 50%;
    margin-left: 16.66%;
  }
}
.work-detail__quote .quote__quote strong {
  color: #eb0000;
}
.work-detail__quote .quote__image {
  position: relative;
  z-index: 2;
  flex: 1 1 auto;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 50%;
  flex-preferred-size: 50%;
  max-width: 50%;
  margin-top: 75px;
  margin-right: 25%;
}
@media screen and (min-width: 1024px) {
  .work-detail__quote .quote__image {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 16.666666666666664%;
    flex-preferred-size: 16.666666666666664%;
    max-width: 16.666666666666664%;
    margin-right: 0;
  }
}
.work-detail__quote .image-block {
  margin-bottom: 30px;
}
.work-detail__module {
  position: relative;
  margin-top: 20px;
}
@media screen and (min-width: 1024px) {
  .work-detail__module {
    margin-top: 100px;
    margin-left: 12.5%;
    max-width: 75%;
  }
}
.work-detail__module .module__inner {
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  text-align: 'top';
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  .work-detail__module .module__inner {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
.work-detail__module .module__image {
  position: relative;
  flex: 1 1 auto;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 100%;
  flex-preferred-size: 100%;
  max-width: 100%;
}
@media screen and (min-width: 1024px) {
  .work-detail__module .module__image {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 33.33333333333333%;
    flex-preferred-size: 33.33333333333333%;
    max-width: 33.33333333333333%;
    margin-left: 50%;
  }
}
.work-detail__module .module__text {
  flex: 1 1 auto;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 100%;
  flex-preferred-size: 100%;
  max-width: 100%;
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .work-detail__module .module__text {
    margin-top: 45px;
  }
}
@media screen and (min-width: 1024px) {
  .work-detail__module .module__text {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 50%;
    flex-preferred-size: 50%;
    max-width: 50%;
    margin-left: 16.666666666666664%;
    margin-bottom: 20px;
  }
}
.work-detail__module .module__catchphrase {
  position: relative;
  z-index: 2;
  margin-right: 0;
  margin-left: auto;
  margin-top: -0.6em;
  width: 80%;
}
@media screen and (min-width: 1024px) {
  .work-detail__module .module__catchphrase {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 50%;
    flex-preferred-size: 50%;
    max-width: 50%;
    margin-left: 16.666666666666664%;
    width: auto;
    margin-top: -2.5em;
  }
}
.work-detail__module .module__link {
  flex: 1 1 auto;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 100%;
  flex-preferred-size: 100%;
  max-width: 100%;
}
@media screen and (min-width: 1024px) {
  .work-detail__module .module__link {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 50%;
    flex-preferred-size: 50%;
    max-width: 50%;
    margin-left: 16.666666666666664%;
  }
}
.work-detail__bkg-text {
  margin-top: 20px;
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .work-detail__bkg-text {
    margin-top: 150px;
    margin-bottom: 0;
  }
}
.work-detail__bkg-text .bkg-text__inner {
  position: relative;
  overflow: hidden;
  padding-top: 390px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .work-detail__bkg-text .bkg-text__inner {
    padding-top: 215px;
  }
}
.work-detail__bkg-text .bkg-text__bkg {
  position: absolute;
  top: 0;
  left: 50%;
  white-space: nowrap;
  transform: translateX(-50%);
}
.work-detail__bkg-text .bkg-text__content {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  text-align: center;
  transform: translate(-50%, -50%);
}
.work-detail__bkg-text .bkg-text__text {
  flex: 1 1 auto;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 100%;
  flex-preferred-size: 100%;
  max-width: 100%;
  margin-bottom: 50px;
}
@media screen and (min-width: 1024px) {
  .work-detail__bkg-text .bkg-text__text {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 12.5%;
    flex-preferred-size: 12.5%;
    max-width: 12.5%;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .work-detail__bkg-text .link--all {
    margin-left: 12.5%;
  }
}
@media screen and (min-width: 1024px) {
  .work-detail__bkg-text .link--previous {
    margin-left: 37.5%;
  }
}
.work-detail__bkg-text .bkg-text__arrow {
  transform: translateY(4px);
}
.work-detail__bkg-text .bkg-text--all {
  transform: translateY(2px);
}
.publications-item {
  width: 100%;
  list-style-type: none;
}
@media screen and (max-width: 767px) {
  .publications-item {
    margin-bottom: 32px;
  }
}
.publications-item__inner {
  width: 100%;
  text-decoration: none;
  color: #333745;
}
@media screen and (min-width: 768px) {
  .publications-item__inner {
    display: flex;
    align-items: center;
    padding: 35px 0;
  }
}
@media screen and (min-width: 1024px) {
  .publications-item__inner {
    padding: 50px 0;
  }
}
.publications-item__inner:hover .publications-item__download {
  color: #eb0000;
  transition: 0.4s ease;
}
.publications-item__inner:hover .publications-item__download path {
  fill: #eb0000;
}
.publications-item__img {
  flex: 1 1 auto;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 50%;
  flex-preferred-size: 50%;
  max-width: 50%;
}
@media screen and (min-width: 768px) {
  .publications-item__img {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 25%;
    flex-preferred-size: 25%;
    max-width: 25%;
  }
}
@media screen and (min-width: 768px) {
  .publications-item__info {
    text-align: center;
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 25%;
    flex-preferred-size: 25%;
    max-width: 25%;
  }
}
@media screen and (min-width: 768px) {
  .publications-item__text {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 50%;
    flex-preferred-size: 50%;
    max-width: 50%;
  }
}
.publications-item__type {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.888888888888889rem;
  line-height: 1.333333333333333rem;
  color: #757575;
}
.publications-item__title {
  width: 100%;
  margin: 16px 0;
  font-size: 1rem;
  line-height: 1.222222222222222rem;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
}
@media screen and (min-width: 768px) {
  .publications-item__title {
    font-size: 1.111111111111111rem;
    line-height: 1.333333333333333rem;
  }
}
.publications-item__download {
  margin-top: 24px;
  font-weight: 700;
  font-size: 0.833333333333333rem;
  line-height: 1.333333333333333rem;
  color: #000;
  transition: 0.4s ease;
}
.publications-item__download .publications-item__download__text {
  margin-left: 14px;
}
@media screen and (min-width: 768px) {
  .publications-item__link {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 25%;
    flex-preferred-size: 25%;
    max-width: 25%;
    display: flex;
    justify-content: flex-end;
  }
}
@media screen and (min-width: 1024px) {
  .publications-item__link {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 20%;
    flex-preferred-size: 20%;
    max-width: 20%;
  }
}
@media screen and (min-width: 1024px) {
  .publications-item .without-pic {
    align-items: start;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) {
  .publications-item .without-pic .publications-item__info {
    margin-top: 16px;
    text-align: start;
  }
}
.publications-filters ::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.publications-filters ::-webkit-scrollbar-thumb {
  background: #aaa;
}
.publications-filters ::-webkit-scrollbar-thumb:hover {
  background: #404040;
}
@media screen and (min-width: 1024px) {
  .publications-filters {
    z-index: 2;
  }
}
.publications-filters__inner {
  flex: 1 1 auto;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 100%;
  flex-preferred-size: 100%;
  max-width: 100%;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 22px;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .publications-filters__inner {
    flex-direction: row;
    min-width: 25%;
    margin-left: 25%;
    width: 50%;
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 1279px) and (max-width: 1420px) {
  .publications-filters__inner {
    min-width: 25% !important;
    margin-left: 25% !important;
    width: 50% !important;
  }
}
.publications-filters__list {
  flex: 1 1 auto;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 100%;
  flex-preferred-size: 100%;
  max-width: 100%;
  background-color: #fff;
  position: relative;
  margin-bottom: 24px;
}
@media screen and (min-width: 1024px) {
  .publications-filters__list {
    margin-bottom: 0;
  }
}
.publications-filters__arrow {
  width: 20px;
  height: 12px;
  position: relative;
  margin: 8px 10px 0;
  align-self: center;
  justify-self: flex-end;
}
.publications-filters__arrow::before,
.publications-filters__arrow::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciICAgICAgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSIxMyIgaGVpZ2h0PSI4Ij48cGF0aCBkPSJNNi41IDUuMDg2bDUtNUwxMi45MTQgMS41bC01IDVMNi41IDcuOTE0LjA4NiAxLjUgMS41LjA4Nmw1IDV6IiB0cmFuc2Zvcm09InJvdGF0ZSg5MGRlZykiIGZpbGw9IiMwMDAiPjwvcGF0aD48L3N2Zz4=");
  background-repeat: no-repeat;
}
.publications-filters__arrow::after {
  transition: all 0.4s ease;
}
.publications-filters__options-wrapper {
  z-index: 9999;
  position: absolute;
  top: 80%;
  left: 0;
  right: 0;
  display: none;
  opacity: 0;
  transition: 0.4s opacity;
  background: #fff;
}
@media screen and (min-width: 1024px) {
  .publications-filters__options-wrapper {
    z-index: 1;
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0;
    left: auto;
    overflow: visible;
    background: none;
  }
  .publications-filters__options-wrapper:hover {
    display: block;
    opacity: 1;
  }
}
.publications-filters__options-wrapper.active {
  display: block;
  opacity: 1;
}
.publications-filters__options {
  line-height: 0;
}
@media screen and (min-width: 1024px) {
  .publications-filters__options {
    position: absolute;
    top: 0;
    left: 0;
    width: 70%;
    height: auto;
  }
}
.publications-filters__options-inner {
  background: #fff;
}
@media screen and (min-width: 1024px) {
  .publications-filters__options-inner {
    padding-top: 10px;
    padding-bottom: 10px;
    overflow-x: scroll;
    overflow-y: scroll;
    height: 100px;
    width: 100%;
    display: block;
  }
}
.publications-filters__option {
  width: 100%;
  padding: 15px 15px;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.722222222222222rem;
  letter-spacing: 0.111111111111111rem;
  color: #aaa;
  text-align: center;
  line-height: 1.6;
  background: none;
  border-bottom: none;
  border-color: #eee;
  cursor: pointer;
  transition: 0.4s color;
  outline: none;
}
@media screen and (min-width: 1024px) {
  .publications-filters__option {
    text-align: left;
    padding: 0 15px;
    border: none;
  }
  .publications-filters__option:hover {
    color: #eb0000;
  }
}
.publications-filters__option.active {
  color: #eb0000;
}
.publications-filters__option:last-child {
  border-bottom: 2px solid #eee;
}
@media screen and (min-width: 1024px) {
  .publications-filters__option:last-child {
    border-style: none;
  }
}
.publications-filters__title {
  background-color: #fff;
  box-shadow: 2px 2px #dedede;
  display: flex;
  position: relative;
  background: none;
  border: none;
  margin: 0 0 12px 0;
  cursor: pointer;
  width: 100%;
  text-align: center;
  outline: none;
  justify-content: center;
  height: 45px;
  padding-left: 10px;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .publications-filters__title {
    width: 70%;
    height: 48px;
  }
}
.publications-filters__title::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 0.111111111111111rem;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #eb0000;
  transform-origin: center left;
  transform: scaleX(0);
  transition: 0.4s transform;
}
.publications-filters__title .headline-filter {
  width: 100%;
  margin-bottom: 0;
  font-size: 0.888888888888889rem;
  color: #000;
  transition: 0.4s color;
  line-height: 1.333333333333333rem;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: normal;
  display: flex;
  align-items: flex-end;
}
.publications-filters__title .headline-filter:hover {
  color: #eb0000;
}
.publications-filters__title.active::before {
  transform: scaleX(1);
}
.publications-filters__title.active .headline-filter {
  color: #eb0000;
}
.publications-filters__title.active .publications-filters__arrow::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciICAgICAgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSIxMyIgaGVpZ2h0PSI4Ij48cGF0aCBkPSJNNi41IDUuMDg2bDUtNUwxMi45MTQgMS41bC01IDVMNi41IDcuOTE0LjA4NiAxLjUgMS41LjA4Nmw1IDV6IiB0cmFuc2Zvcm09InJvdGF0ZSg5MGRlZykiIGZpbGw9IiNGMDAiPjwvcGF0aD48L3N2Zz4=");
}
@supports (-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%)) or (clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%)) {
  .publications-filters__title.active .publications-filters__arrow::after {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
@media screen and (min-width: 1024px) {
  .publications-filters__title:hover::before {
    transform: scaleX(1);
  }
  .publications-filters__title:hover .publications-filters__arrow::after {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciICAgICAgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSIxMyIgaGVpZ2h0PSI4Ij48cGF0aCBkPSJNNi41IDUuMDg2bDUtNUwxMi45MTQgMS41bC01IDVMNi41IDcuOTE0LjA4NiAxLjUgMS41LjA4Nmw1IDV6IiB0cmFuc2Zvcm09InJvdGF0ZSg5MGRlZykiIGZpbGw9IiNGMDAiPjwvcGF0aD48L3N2Zz4=");
  }
  @supports (-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%)) or (clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%)) {
    .publications-filters__title:hover .publications-filters__arrow::after {
      clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    }
  }
}
.activity-keyfigures {
  margin-top: -15px;
  color: #333745;
}
.activity-keyfigures__number {
  display: block;
  margin-bottom: 15px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  font-size: 3.888888888888889rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .activity-keyfigures__number {
    font-size: 5rem;
  }
}
.activity-keyfigures__subtitle {
  padding-bottom: 35px;
  font-family: 'DM Serif Text', serif;
  font-weight: 700;
  font-size: 1.666666666666667rem;
  line-height: 35px;
}
@media screen and (min-width: 768px) {
  .activity-keyfigures__subtitle {
    padding-bottom: 70px;
  }
}
.activity-keyfigures__slider-number {
  width: 33.33%;
  flex-shrink: 0;
  font-size: 2.5rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .activity-keyfigures__slider-number {
    font-size: 3.333333333333333rem;
  }
}
@media screen and (min-width: 1024px) {
  .activity-keyfigures__slider-number {
    width: 50%;
  }
}
.activity-keyfigures__slider-wrap {
  position: relative;
  overflow: hidden;
  width: 75%;
}
@media screen and (min-width: 1024px) {
  .activity-keyfigures__slider-wrap {
    width: 100%;
  }
}
.activity-keyfigures__slider-item {
  display: flex;
  align-items: center;
  width: calc(75vw - 15px);
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .activity-keyfigures__slider-item {
    width: calc(75vw - 30px);
  }
}
@media screen and (min-width: 1024px) {
  .activity-keyfigures__slider-item {
    width: 25vw;
  }
}
.activity-keyfigures__slider {
  position: relative;
}
.activity-keyfigures__slider-controls {
  position: absolute;
  top: 50%;
  right: 0;
  width: 25%;
  transform: translateY(-50%);
}
@media screen and (min-width: 1024px) {
  .activity-keyfigures__slider-controls {
    right: auto;
    left: 100%;
    width: 12.5vw;
  }
}
.activity-keyfigures__slider-inner {
  display: flex;
  transition: 0.5s transform ease-in;
}
.activity-tabs__nav {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 35px;
  padding: 0;
  list-style-type: none;
}
@media screen and (min-width: 768px) {
  .activity-tabs__nav {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .activity-tabs__nav {
    margin-bottom: 100px;
  }
}
.activity-tabs__nav-item {
  flex: 1 1 auto;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 50%;
  flex-preferred-size: 50%;
  max-width: 50%;
}
@media screen and (min-width: 768px) {
  .activity-tabs__nav-item {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 25%;
    flex-preferred-size: 25%;
    max-width: 25%;
  }
}
@media screen and (min-width: 1024px) {
  .activity-tabs__nav-item {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 16.666666666666664%;
    flex-preferred-size: 16.666666666666664%;
    max-width: 16.666666666666664%;
  }
}
.activity-tabs__nav-button {
  position: relative;
  width: 100%;
  padding: 0 0 10px;
  background: none;
  border: none;
  text-align: left;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 0.888888888888889rem;
  color: #333745;
  cursor: pointer;
  transition: 0.3s color linear;
}
@media screen and (max-width: 767px) {
  .activity-tabs__nav-button {
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 768px) {
  .activity-tabs__nav-button {
    padding-bottom: 30px;
    font-size: 1.111111111111111rem;
  }
}
.activity-tabs__nav-button:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom: 2px solid;
  transform-origin: 0 0;
  transform: scaleX(0);
  transition: 0.3s transform ease-in;
}
.activity-tabs__nav-button:hover,
.activity-tabs__nav-button.is-active {
  color: #eb0000;
}
.activity-tabs__nav-button:hover:after,
.activity-tabs__nav-button.is-active:after {
  transform: scaleX(1);
}
.activity-tabs-slider {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.activity-tabs-slider a:not(.btn) {
  text-decoration: none;
  color: #333745;
}
.activity-tabs-slider a:not(.btn):hover {
  color: #eb0000;
}
.activity-tabs-slider .image-block {
  padding-top: 100%;
}
.activity-tabs-slider__slides {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.activity-tabs-slider__slide {
  float: left;
  width: 100%;
}
.activity-tabs-slider__slide .btn {
  margin-top: 25px;
}
@media screen and (min-width: 1024px) {
  .activity-tabs-slider__slide {
    display: flex;
    align-items: flex-start;
  }
}
.activity-tabs-slider__slide-left {
  width: 100%;
  display: block;
}
@media screen and (max-width: 1023px) {
  .activity-tabs-slider__slide-left {
    margin-bottom: 45px;
  }
}
@media screen and (min-width: 1024px) {
  .activity-tabs-slider__slide-left {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 33.33333333333333%;
    flex-preferred-size: 33.33333333333333%;
    max-width: 33.33333333333333%;
  }
}
.activity-tabs-slider__slide-right {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .activity-tabs-slider__slide-right {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 50%;
    flex-preferred-size: 50%;
    max-width: 50%;
    margin-left: 16.666666666666664%;
  }
}
@media screen and (max-width: 767px) {
  .activity-real {
    padding-top: 20px;
  }
}
.activity-real-slider {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.activity-real-slider .image-block {
  padding-bottom: 50%;
}
.activity-real-slider__slide {
  float: left;
  width: 100%;
}
.activity-real-slider__inner {
  overflow: hidden;
  width: 100%;
}
.activity-real-slider__slides {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.activity-real-slider__controls {
  position: absolute;
  top: calc(25px + 50vw);
  right: 0;
  z-index: 5;
  width: 25%;
}
@media screen and (min-width: 768px) {
  .activity-real-slider__controls {
    top: calc(30px + 50vw);
  }
}
@media screen and (min-width: 1024px) {
  .activity-real-slider__controls {
    top: 41vw;
    width: 16.6%;
  }
}
.activity-real-slider__slide-content {
  flex: 1 1 auto;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 75%;
  flex-preferred-size: 75%;
  max-width: 75%;
  padding-top: 25px;
  padding-right: 15px;
}
@media screen and (min-width: 768px) {
  .activity-real-slider__slide-content {
    padding-top: 35px;
  }
}
@media screen and (min-width: 1024px) {
  .activity-real-slider__slide-content {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 66.66666666666666%;
    flex-preferred-size: 66.66666666666666%;
    max-width: 66.66666666666666%;
  }
}
.activity-real-slider__slide-location {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.833333333333333rem;
  font-weight: 600;
  color: $color__gary--darker;
  margin-top: -10px;
  margin-bottom: 10px;
}
.activity-real-slider .date {
  display: block;
  margin-bottom: 30px;
}
.activity-real-slider .controls__arrows__inner {
  display: flex;
  justify-content: center;
}
.activity-real-slider .controls__arrow {
  margin: 0;
}
.activity-real-slider .controls__arrow:first-child {
  margin-right: 15px;
}
@media screen and (min-width: 768px) {
  .activity-real-slider .controls__arrow:first-child {
    margin-right: 30px;
  }
}
.activity-half-content {
  position: relative;
}
@media screen and (max-width: 1023px) {
  .activity-half-content__left {
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 1024px) {
  .activity-half-content {
    display: flex;
    align-items: flex-start;
  }
  .activity-half-content__left {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 33.33333333333333%;
    flex-preferred-size: 33.33333333333333%;
    max-width: 33.33333333333333%;
  }
  .activity-half-content__right {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 50%;
    flex-preferred-size: 50%;
    max-width: 50%;
    margin-left: 16.666666666666664%;
  }
}
@media screen and (min-width: 1024px) {
  .activity-content__inner {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 66.66666666666666%;
    flex-preferred-size: 66.66666666666666%;
    max-width: 66.66666666666666%;
    margin-left: 16.666666666666664%;
  }
}
.activity-content__img {
  margin-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  .activity-content__img {
    margin-bottom: 45px;
  }
}
@media screen and (min-width: 1024px) {
  .picture__anim {
    overflow: hidden;
  }
  .picture__anim.image-block img {
    transform: translateX(-101%);
  }
  .picture__anim.image-block img.middle {
    transform: translateX(-100%) translateY(-50%);
    top: 50%;
  }
  .picture__anim.tg-block__image-wrapper:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    z-index: 20;
    width: 100%;
    height: 100%;
    transform-origin: center right;
    transition: transform 1s cubic-bezier(0.125, 0.75, 0.415, 1);
    background: #fff;
  }
  .picture__anim.picture__anim-end.image-block img {
    transform: translateX(0px);
    transition: transform 1s cubic-bezier(0.125, 0.75, 0.415, 1);
  }
  .picture__anim.picture__anim-end.image-block img.middle {
    transform: translateX(0px) translateY(-50%);
  }
  .picture__anim.picture__anim-end.tg-block__image-wrapper:after {
    transform: scaleX(0);
  }
}
.popin-intro {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 29;
}
.popin-intro__bkg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.4);
  z-index: 1, auto;
  transition: opacity 400ms ease-in-out;
}
.popin-intro__pop {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  z-index: 2;
  transform: translateX(-50%) translateY(-50%);
}
@media screen and (min-width: 1024px) {
  .popin-intro__pop {
    width: calc(100% * 6 / 8);
    max-width: 1200px;
    height: auto;
  }
}
.popin-intro .popin__wrap {
  position: relative;
  background: #fff;
  height: 100%;
  transition: all 400ms ease-in-out;
  overflow: auto;
}
.popin-intro .popin__close {
  position: absolute;
  top: 50px;
  right: 50px;
  width: 25px;
  height: 25px;
  z-index: 10;
  transform: rotate(-45deg);
  cursor: pointer;
}
.popin-intro .popin__close:before,
.popin-intro .popin__close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  background: #000;
  transform: translateY(-50%) translateX(-50%);
}
.popin-intro .popin__close:before {
  height: 2px;
  width: 100%;
}
.popin-intro .popin__close:after {
  height: 100%;
  width: 2px;
}
.popin-intro .popin__close:hover:after,
.popin-intro .popin__close:hover:before {
  background: #eb0000;
}
.popin-intro .popin .alert__block {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
@media screen and (min-width: 1024px) {
  .popin-intro .popin .alert__block {
    flex-direction: row;
  }
}
.popin-intro .popin .alert__image {
  flex: 1 1 auto;
  flex-grow: 1;
  flex-shrink: 1;
  order: 2;
}
.popin-intro .popin .alert__image .image-block {
  height: 100%;
  min-height: 50vh;
}
.popin-intro .popin .alert__image .image-block img {
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
@media screen and (min-width: 1024px) {
  .popin-intro .popin .alert__image {
    flex-basis: 50%;
    flex-preferred-size: 50%;
    max-width: 50%;
    order: 1;
  }
}
.popin-intro .popin .alert__content {
  flex: 1 1 auto;
  flex-grow: 1;
  flex-shrink: 1;
  order: 1;
  min-height: 50vh;
  padding: 100px 50px;
}
@media screen and (min-width: 1024px) {
  .popin-intro .popin .alert__content {
    flex-basis: 50%;
    flex-preferred-size: 50%;
    max-width: 50%;
    order: 2;
    padding: 100px;
  }
}
.popin-intro .popin .alert__content .title strong {
  color: #eb0000;
}
.popin-intro .popin .alert__content .btn__wording {
  max-width: 100%;
}
.popin-intro .popin .alert__content .paragraph strong {
  color: #000;
}
.popin-press {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 101;
  visibility: hidden;
}
.popin-press.is-visible {
  visibility: visible;
}
.popin-press.is-visible .popin-press__background,
.popin-press.is-visible .popin-press__pop {
  opacity: 1;
  visibility: visible;
}
.popin-press.is-visible .popin-press__pop {
  transform: translateY(0);
}
.popin-press__background {
  position: fixed;
  background: rgba(0,0,0,0.5);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s opacity ease-in, 0.3s visibility ease-in;
}
.popin-press__pop {
  position: relative;
  height: auto;
  max-height: 90vh;
  width: calc(100% - 30px);
  transform: translateY(-10%);
  overflow: hidden;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  z-index: 102;
  transition: 0.3s opacity ease-in, 0.3s visibility ease-in, 0.3s transform ease-in;
}
@media screen and (min-width: 768px) {
  .popin-press__pop {
    width: 700px;
  }
}
.popin-press__inner {
  position: relative;
  overflow: auto;
  padding: 50px 30px 25px;
  max-height: 90vh;
}
@media screen and (min-width: 768px) {
  .popin-press__inner {
    padding: 70px 50px 45px;
  }
}
@media screen and (min-width: 1024px) {
  .popin-press__inner {
    padding: 70px 100px 45px;
  }
}
.popin-press__close {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 17px;
  height: 17px;
  z-index: 10;
  background: none;
  border: none;
  padding: 0;
  -webkit-appearance: none;
  cursor: pointer;
}
.popin-press__close path {
  transition: 0.3s stroke linear;
}
.popin-press__close:hover path {
  stroke: #eb0000;
}
@media screen and (min-width: 768px) {
  .popin-press__close {
    top: 50px;
    right: 50px;
  }
}
.popin-press .form--email {
  margin-top: -10px;
}
.popin-press .form__row {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .popin-press .form__row {
    width: 75%;
  }
}
@media screen and (min-width: 1024px) {
  .popin-press .form__row {
    margin-bottom: 20px;
  }
}
.popin-press .form__errors {
  margin-top: 10px;
}
.popin-press .form__error {
  display: none;
  margin-bottom: 5px;
  opacity: 0;
}
.popin-press .form--rgpd {
  font-size: 0.722222222222222rem;
  line-height: 1.5;
  letter-spacing: 1.5px;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  color: #757575;
  padding-top: 25px;
}
.popin-press .form--rgpd a {
  color: #757575;
  border-bottom-color: currentColor;
}
.popin-press .form--rgpd a:hover {
  color: #eb0000;
}
.popin-press .form__input--text {
  display: block;
  border-top: 0;
  border-right: 0;
  border-bottom: 2px solid #dedede;
  border-left: 0;
  padding-top: 13px;
  padding-bottom: 20px;
  width: 100%;
  background: transparent;
  color: #333745;
  font-weight: 400;
  font-size: 0.833333333333333rem;
}
.popin-press .form__input--text:focus {
  outline: 0;
}
.popin-press .form__input--text::-webkit-input-placeholder {
  font-size: 0.833333333333333rem;
  font-weight: 600;
  color: #757575;
  opacity: 1;
}
.popin-press .form__input--text:-moz-placeholder {
  font-size: 0.833333333333333rem;
  font-weight: 600;
  color: #757575;
  opacity: 1;
}
.popin-press .form__input--text::-moz-placeholder {
  font-size: 0.833333333333333rem;
  font-weight: 600;
  color: #757575;
  opacity: 1;
}
.popin-press .form__input--text:-ms-input-placeholder {
  font-size: 0.833333333333333rem;
  font-weight: 600;
  color: #757575;
  opacity: 1;
}
.popin-press .form__input--select {
  visibility: hidden;
}
.popin-press .form .form--submit .form__sent {
  display: none;
  letter-spacing: 0;
  font-weight: 600;
  font-size: 0.833333333333333rem;
  font-family: 'Montserrat', sans-serif;
  line-height: 1em;
  color: #333745;
  opacity: 0;
}
.popin-press .form .form--submit .btn {
  background: transparent;
  border: 0;
  padding: 0;
  text-shadow: none;
}
.popin-press .form .cs-select {
  position: relative;
  border-top: 0;
  border-right: 2px solid #dedede;
  border-bottom: 2px solid #dedede;
  border-left: 0;
  padding-top: 15px;
  padding-bottom: 20px;
  padding-right: 40px;
  height: 55px;
}
.popin-press .form .cs-select:before {
  content: '';
  position: absolute;
  top: 31%;
  right: 15px;
  width: 11px;
  height: 16px;
  background: transparent url("/static/images/menu-arrow.svg") top left no-repeat;
  transition: transform 0.2s;
  transform: rotate(-90deg);
}
.popin-press .form .cs-select.open .cs-wrapper .cs-list {
  opacity: 1;
  transform: scaleY(1);
}
.popin-press .form .cs-select.open:before {
  transform: rotate(90deg);
}
.popin-press .form .cs-select.above .cs-wrapper .cs-list {
  position: absolute;
  bottom: 10px;
  left: 0;
  top: auto;
  transform-origin: left bottom 0;
}
.popin-press .form .cs-select .cs-list {
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 2;
  border: 2px solid #dedede;
  border-top: 0;
  padding: 0;
  max-height: 200px;
  width: 100.1%;
  background-color: #fff;
  opacity: 0;
  transform-origin: 0 0 0;
  transform: scaleY(0);
  transition: all 0.2s ease-in-out;
  overflow: auto;
}
.popin-press .form .cs-select .cs-option {
  float: none;
  display: block;
  margin: 0;
  padding: 10px 20px;
  font-size: 0.833333333333333rem;
  font-family: 'Montserrat', sans-serif;
  color: #757575;
  text-align: left;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.popin-press .form .cs-select .cs-option:hover {
  color: #fff;
  background-color: #757575;
}
.popin-press .form .cs-select .cs-option.disabled {
  display: none;
}
.popin-press .form .cs-select .cs-label {
  font-size: 0.833333333333333rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: #757575;
}
.popin-press .press__form--right {
  margin-top: 30px;
}
.popin-press .grecaptcha-badge {
  position: static !important;
  bottom: 0;
  right: 0;
  margin-bottom: 35px;
}
.popin-press .g-recaptcha {
  position: absolute;
  visibility: hidden;
  top: 0;
  pointer-events: none;
}
.keepeek--container img.content-video__poster {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.keepeek--article {
  height: 400px;
}
@media screen and (min-width: 1024px) {
  .keepeek--article {
    height: 20vw;
  }
}
@media screen and (max-width: 1023px){
  .breadcrumb {
    display: block;
    padding-left: 0;
    margin-top: 12px;
    margin-bottom: 12px;
    font-weight: 600;
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 66.66666666666666%;
    flex-preferred-size: 66.66666666666666%;
    width: 100%;
    z-index: 100;
  }
    .breadcrumb__nav {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    margin: auto;
    font-family: 'acumin-pro', sans-serif;
    list-style-type: none;
  }
  .breadcrumb__link {
    position: relative;
    display: inline-block;
    margin-right: 15px;
    text-decoration: none;
    font-size: inherit;
    color: #333745;
    height: 18px;
  }
  .breadcrumb__link:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid currentColor;
    width: 100%;
    transform: scaleX(0);
    transform-origin: 0 0;
    transition: 0.3s all linear;
  }
  .breadcrumb__link:hover:after {
    transform: scaleX(1);
  }
  .breadcrumb span {
    position: relative;
    display: inline-block;
    margin-right: 15px;
    text-decoration: none;
    font-size: inherit;
    color: #333745;
    height: 18px;
  }
}
@media screen and (min-width: 1024px) {
  .breadcrumb {
    display: block;
    padding-left: 0;
    margin-top: 24px;
    font-weight: 600;
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 66.66666666666666%;
    flex-preferred-size: 66.66666666666666%;
    max-width: 66.66666666666666%;
    margin-left: 16.75%;
    position: absolute;
    z-index: 100;
  }
  .breadcrumb__nav {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    margin: 0;
    padding-left: 0;
    font-family: 'Montserrat', sans-serif;
    list-style-type: none;
  }
  .breadcrumb__link {
    position: relative;
    display: inline-block;
    margin-right: 15px;
    text-decoration: none;
    font-size: inherit;
    color: #333745;
    height: 18px;
  }
  .breadcrumb__link:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid currentColor;
    width: 100%;
    transform: scaleX(0);
    transform-origin: 0 0;
    transition: 0.3s all linear;
  }
  .breadcrumb__link:hover:after {
    transform: scaleX(1);
  }
  .breadcrumb span {
    position: relative;
    display: inline-block;
    margin-right: 15px;
    text-decoration: none;
    font-size: inherit;
    color: #333745;
    height: 18px;
  }
   .breadcrumb--white {
	  color: #fff;
	} 
	.breadcrumb--white .breadcrumb__link:after {
	  border-color: #fff;
	}
	.breadcrumb--white span {
	  color: #fff;
	}
	.breadcrumb--white .breadcrumb__link {
	  color: #fff;
	}
}
.breadcrumb__item svg {
  padding-top: 4px;
}
.breadcrumb__item path {
  fill: #333745;
}
.breadcrumb__item:not(:last-child) {
  margin-right: 15px;
}
.breadcrumb--black {
  color: #333745;
}
.breadcrumb--black .breadcrumb__link {
  color: #333745;
}
.breadcrumb--black .breadcrumb__link:after {
  border-color: #333745;
}
.breadcrumb--black span {
  color: #333745;
}
.breadcrumb--black .breadcrumb__item svg {
  fill: #333745;
}
.breadcrumb--black .breadcrumb__item path {
  fill: #333745;
}
.breadcrumb--white .breadcrumb__item svg {
  fill: #fff;
}
.breadcrumb--white .breadcrumb__item path {
  fill: #fff;
}
@media screen and (min-width: 1024px) and (max-width: 767px) {
  .breadcrumb__link {
    margin-right: 10px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) {
  .breadcrumb__item {
    display: flex;
    align-items: center;
    height: 18px;
    padding-bottom: 0;
    font-size: 0.666666666666667rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 767px) {
  .breadcrumb:not(:last-child) {
    margin-right: 10px;
  }
}
.article-header {
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
}
.article-header .page-title {
  color: #000;
  margin-top: 40px;
  margin-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  .article-header .page-title {
    margin-top: 0;
  }
}
.article-header.text--white .page-title {
  color: #fff;
}
.article-header.text--white .article-header__chapo {
  color: #fff;
}
.article-header.text--white svg path {
  fill: #fff;
}
@media screen and (min-width: 768px) {
  .article-header.text--white {
    color: #333745;
  }
}
@media screen and (max-width: 767px) {
  .article-header.text--white .article-header__wrap-title {
    position: relative;
    overflow: hidden;
    padding: 0 20px 20px;
    margin: 0 -20px;
    color: #333745;
  }
}
.article-header__fake-play {
  opacity: 0;
  visibility: hidden;
}
.article-header__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1023px) {
  .article-header__bg.cta-quote {
    background-size: contain;
    position: static;
    width: 100%;
    aspect-ratio: 2.64;
    margin-top: 20px;
  }
  .article-header__bg.cta-quote +.cta-citation__txt .paragraph,
  .article-header__bg.cta-quote +.cta-citation__txt .cta-citation__title {
    color: #000;
  }
}
@media screen and (max-width: 1023px) {
  .home .article-header__bg {
    background-position: 75% center;
  }
}
@media screen and (min-width: 1024px) {
  .home .article-header__bg {
    background-position: 75% center;
  }
}
.article-header__bg.faded:after {
  background: linear-gradient(180deg, rgba(255,255,255,0.5) 0%, #fff 100%);
}
.article-header__bg--youtube-wrap {
  top: 50%;
  bottom: auto;
  left: 50%;
  height: 0;
  min-width: 100%;
  padding-top: 56.5vw;
  transform: translate(-50%, -50%);
}
.article-header__bg--youtube {
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
}
.article-header__bg--video {
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.article-header__title {
  position: relative;
  z-index: 2;
  margin: 0;
  word-break: break-word;
  /*font-weight: $font-weight__bold
      font-size: pxToRem(30)*/
  font-family: 'Montserrat', sans-serif;
  /*line-height: pxToRem(40)*/
}
@media screen and (min-width: 768px) {
  .article-header__title {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .home .article-header__title {
    padding-right: 90px;
  }
}
.article-header__content {
  padding: 40px 35px 0;
  margin-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .article-header__content {
    padding: 50px 35px 50px;
  }
}
@media screen and (min-width: 1024px) {
  .article-header__content {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 66.66666666666666%;
    flex-preferred-size: 66.66666666666666%;
    max-width: 66.66666666666666%;
    margin: 22px auto 100px;
    padding: 90px 0 0;
  }
}
@media screen and (min-width: 1280px) {
  .article-header__content {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 66.66666666666666%;
    flex-preferred-size: 66.66666666666666%;
    max-width: 66.66666666666666%;
  }
}
.article-header__chapo {
  margin-bottom: 25px;
  padding-bottom: 15px;
  position: relative;
  z-index: 2;
  color: #000;
  font-size: 0.777777777777778rem;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.333333333333333rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .article-header__chapo {
    font-size: 0.888888888888889rem;
  }
}
.article-header__chapo p:not(:last-child) {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .home .article-header__chapo {
    padding-right: 35%;
  }
}
.article-header__share {
  position: relative;
  z-index: 2;
  display: flex;
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-top: 30px;
}
@media screen and (min-width: 1024px) {
  .article-header__share {
    margin-top: 50px;
  }
}
.article-header__share li:not(:last-child) {
  margin-right: 35px;
}
.article-header__share button {
  background: transparent;
  -webkit-appearance: none;
  border: none;
  cursor: pointer;
}
.article-header__share a:hover path {
  fill: #eb0000;
}
.article-header__share li button:hover path {
  fill: #eb0000;
}
.article-header__share a,
.article-header__share button {
  transition: 0.3s opacity linear;
}
@media print {
  .article-header {
    padding: 50px 0;
  }
  .article-header__share {
    display: none;
  }
}
.cta-citation__img-citation {
  margin-top: 24px;
}
.cta-citation__img-container {
  width: 50%;
}
.cta-citation__txt p.headline {
  margin-bottom: 40px;
}
@media screen and (min-width: 1024px) {
  .cta-citation__txt {
    margin-top: 56px;
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 50%;
    flex-preferred-size: 50%;
    max-width: 50%;
  }
}
.cta-citation__txt .link-wrapper {
  margin-top: 40px;
}
.cta-citation__title {
  margin: 0 0 10px;
  padding: 0;
  /*font-size: pxToRem(28)*/
  font-family: 'DM Serif Text', serif;
  color: #000;
  /*line-height: pxToRem(34)
      font-weight $font-weight__semibold*/
}
.style_h2{
	font-size: 24px;
	font-weight: bold;
}
@media screen and (min-width: 1024px) {
  .cta-citation__title {
    margin-bottom: 40px;
    padding: 0;
  }
}
@media screen and (min-width: 1024px) {
  .cta-citation__img-citation {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 25%;
    flex-preferred-size: 25%;
    max-width: 25%;
    margin-left: 25%;
    margin-top: 0;
  }
}
.cta-citation__img-container {
  width: 50%;
  margin-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  .cta-citation__img-container {
    width: 100%;
  }
}
.colonnes-block {
  padding: 25px 35px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .colonnes-block {
    padding: 40px 0 40px;
  }
}
.colonnes-block .headline {
  margin-bottom: 24px;
}
.colonnes-block__title {
  margin-top: 5px;
  margin-bottom: 0;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  word-break: break-word;
  /*font-weight: $font-weight__bold
      font-size: pxToRem(20)
      line-height: pxToRem(24)*/
}
@media screen and (min-width: 1024px) {
  .colonnes-block__title {
    margin-bottom: 24px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 1023px) {
  .colonnes-block__container {
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .colonnes-block__container {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 66.66666666666666%;
    flex-preferred-size: 66.66666666666666%;
    max-width: 66.66666666666666%;
    margin: 0 auto;
  }
}
.colonnes-block__list {
  list-style-type: none;
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  transition: transform 0.4s ease;
}
@media screen and (min-width: 1024px) {
  .colonnes-block__list li {
    overflow: hidden;
    width: 100%;
  }
  .colonnes-block__list li .col-block-image-block {
    overflow: hidden;
    display: flex;
  }
  .colonnes-block__list li .col-block-image-block img {
    width: 100%;
    transition: transform 400ms ease-in-out;
  }
}
.colonnes-block__list li:hover {
  cursor: auto;
}
.colonnes-block__list li:hover .col-block-image-block img {
  transform: scale(1.05);
}
.colonnes-block__list li .colonnes-block__info ul li {
  list-style-type: disc;
  overflow: visible;
}
.colonnes-block__list li a:hover {
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .colonnes-block__list {
    flex-flow: row wrap;
  }
}
.colonnes-block__item {
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (min-width: 1024px) {
  .colonnes-block__item {
    flex: 1;
  }
}
.colonnes-block__link {
  display: block;
  text-decoration: none;
  color: #000;
}
.colonnes-block__item a:focus {
    border: 2px solid black; 
}
.colonnes-block__info {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 0.777777777777778rem;
  line-height: 0.944444444444444rem;
  color: #757575;
}
@media screen and (min-width: 1024px) {
  .colonnes-block__info {
    margin-right: 40px;
  }
}
@media print {
  .colonnes-block__item {
    width: 25%;
  }
  .colonnes-block__list {
    flex-direction: row;
  }
}
.rebond ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.rebond ul li:not(:last-child) {
  margin-bottom: 24px;
}
@media screen and (min-width: 1024px) {
  .rebond ul li:not(:last-child) {
    margin-bottom: 16px;
  }
}
.rebond__item {
  display: flex;
  align-items: flex-start;
  position: relative;
}
@media screen and (max-width: 767px) {
  .rebond__item {
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1024px) {
  .rebond__item {
    align-items: center;
  }
}
@media screen and (max-width: 1023px) {
  .rebond__item {
    display: block;
  }
}
.rebond__item:hover .rebond__title {
  color: #eb0000;
  transition: 0.2s ease;
}
@media screen and (min-width: 1024px) {
  .rebond__item > .rebond__img {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 12.5%;
    flex-preferred-size: 12.5%;
    max-width: 12.5%;
  }
}
.rebond__item > .rebond__img + .rebond__txt-container {
  flex: 1 1 auto;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 100%;
  flex-preferred-size: 100%;
  max-width: 100%;
}
@media screen and (min-width: 1024px) {
  .rebond__item > .rebond__img + .rebond__txt-container {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 62.5%;
    flex-preferred-size: 62.5%;
    max-width: 62.5%;
    margin-left: 12.5%;
  }
}
.rebond__item .rebond-item__info {
  margin-left: 12.5%;
  flex: 1 1 auto;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 25%;
  flex-preferred-size: 25%;
  max-width: 25%;
}
.rebond__item .rebond-item__info time {
  color: #000;
}
@media screen and (max-width: 1023px) {
  .rebond__item .rebond-item__info {
    flex: 1 1 auto;
    max-width: 100%;
    margin-left: 0%;
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 768px) {
  .rebond__item .rebond-item__info + .rebond__txt-container {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 50%;
    flex-preferred-size: 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .rebond__item .rebond-item__info + .rebond__txt-container {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 100%;
    flex-preferred-size: 100%;
    max-width: 100%;
  }
}
.rebond__img {
  flex-shrink: 0;
  flex: 1 1 auto;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 50%;
  flex-preferred-size: 50%;
  max-width: 50%;
}
@media screen and (max-width: 1023px) {
  .rebond__img {
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .rebond__img {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 12.5%;
    flex-preferred-size: 12.5%;
    max-width: 12.5%;
  }
}
.rebond__txt-container a {
  text-decoration: none;
}
.rebond__txt-container a .rebond__title:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .rebond__txt-container {
    margin-bottom: 8px;
  }
}
.rebond__title {
  display: block;
  margin-bottom: 15px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.222222222222222rem;
  color: #000;
  transition: 0.2s ease;
}
@media screen and (max-width: 1023px) {
  .rebond__title {
    font-size: 0.888888888888889rem;
  }
}
@media print {
  .rebond__txt-container,
  .rebond__icon-container {
    display: none;
  }
  .rebond__item {
    display: flex;
  }
  .rebond__img {
    width: 25%;
  }
  .rebond__txt-container {
    width: 75%;
    padding-left: 20px;
  }
}
.edito-trio__container.cta_zoom-container {
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .edito-trio__container.cta_zoom-container {
    align-items: center;
    flex-direction: row;
  }
}
@media screen and (min-width: 1024px) {
  .edito-trio__container.cta_zoom-container.reverse {
    flex-flow: row-reverse;
  }
  .edito-trio__container.cta_zoom-container.reverse .cta-citation__txt {
    margin-left: 0;
    margin-right: 12.5%;
  }
}
.edito-trio__container.cta_zoom-container .cta-citation__img-container {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .edito-trio__container.cta_zoom-container .cta-citation__img-container {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 50%;
    flex-preferred-size: 50%;
    max-width: 50%;
    margin-left: 0;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1023px) {
  .edito-trio__container.cta_zoom-container .cta-citation__title {
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .edito-trio__container.cta_zoom-container .cta-citation__txt {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 37.5%;
    flex-preferred-size: 37.5%;
    max-width: 37.5%;
    margin-left: 12.5%;
    margin-top: 0;
  }
}
.edito-trio__container.cta_zoom-container .edito-trio__edito-legend {
  text-align: left;
}
@media screen and (max-width: 1023px) {
  .edito-trio__container.cta_zoom-container .link-wrapper {
    margin-top: 24px;
  }
}
@media screen and (min-width: 1280px) {
  .millau .edito-trio__container.cta_zoom-container .link-wrapper {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 52.5%;
    flex-preferred-size: 52.5%;
    max-width: 52.5%;
  }
}
@media screen and (min-width: 1024px) {
  .millau .edito-trio__container.cta_zoom-container .edito-trio__edito-legend {
    text-align: right;
  }
}
.millau .edito-trio__container.cta_zoom-container.erreur-block .paragraph {
  color: #000;
}
@media screen and (min-width: 1280px) {
  .millau .edito-trio__container.cta_zoom-container.erreur-block .paragraph {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 90%;
    flex-preferred-size: 90%;
    max-width: 90%;
    margin: 0 auto;
  }
}
.millau .edito-trio__container.cta_zoom-container.erreur-block .cta-citation__txt {
  text-align: center;
}
.millau .edito-trio__container.cta_zoom-container.erreur-block .cta-citation__title {
  /*font-size: pxToRem(120)*/
  font-family: 'Montserrat', sans-serif;
  /*font-weight: $font-weight__normal*/
  /*+to('medium') {
              line-height: 8rem
            }

            +from('large') {
              font-size: pxToRem(180)
              line-height: pxToRem(216)
            }*/
}
.millau .edito-trio__container.cta_zoom-container.erreur-block .link-wrapper {
  margin: 40px auto;
  display: flex;
  justify-content: center;
}
.millau .edito-trio__container.cta_zoom-container.erreur-block .link-wrapper a {
  min-width: 13.333333333333334rem;
}
.edito-download .list {
  padding-left: 0;
}
.edito-download .list .list__item {
  margin-bottom: 1rem;
  list-style-type: none;
}
.edito-download .list .list__item .list__link {
  color: #000;
  font-weight: 700;
  font-size: 0.833333333333333rem;
  line-height: 1.055555555555556rem;
  text-decoration: none;
  position: relative;
}
@media screen and (max-width: 767px) {
  .edito-download .list .list__item .list__link {
    font-size: 0.777777777777778rem;
  }
}
.edito-download .list .list__item .list__link .download-icon {
  margin-right: 13px;
}
.edito-download .list .list__item .list__link .download-icon path {
  fill: #000;
}
@media screen and (min-width: 1024px) {
  .edito-download .list .list__item .list__link .download-icon {
    margin-right: -20px;
    position: absolute;
    top: 5px;
    left: -33px;
  }
}
.edito-download .list .list__item .list__link:link {
  color: #000;
}
.edito-download .list .list__item .list__link:link .download-icon path {
  fill: #000;
}
.edito-download .list .list__item .list__link:visited {
  color: #757575;
}
.edito-download .list .list__item .list__link:visited .download-icon path {
  fill: #757575;
}
.edito-download .list .list__item .list__link:hover {
  color: #eb0000;
}
.edito-download .list .list__item .list__link:hover .download-icon path {
  fill: #eb0000;
}
.edito-download .list .list__item .list__link:active {
  color: #eb0000;
}
.edito-download .list .list__item .list__link:active .download-icon path {
  fill: #eb0000;
}
.edito-download .list .list__item .list__link .list__doc-weight {
  display: block;
  padding-left: 35px;
}
@media screen and (min-width: 1024px) {
  .edito-download .list .list__item .list__link .list__doc-weight {
    display: block;
    padding-left: 0;
  }
}
.edito-trio__content {
  flex-shrink: 0;
}
@media screen and (max-width: 1023px) {
  .edito-trio__content {
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 1024px) {
  .edito-trio__content {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 25%;
    flex-preferred-size: 25%;
    max-width: 25%;
  }
}
.edito-trio__h3 {
  margin-bottom: 16px;
  font-weight: bold;
  font-size: 1.333333333333333rem;
  line-height: 1.611111111111111rem;
  font-family: 'DM Serif Text', serif;
  color: #000;
}
@media screen and (min-width: 1024px) {
  .edito-trio__txt {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 50%;
    flex-preferred-size: 50%;
    max-width: 50%;
  }
}
.edito-trio__container {
  display: flex;
}
@media screen and (max-width: 1023px) {
  .edito-trio__container {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 1024px) {
  .edito-trio__container > div:last-child {
    margin-left: 25%;
  }
}
.edito-trio__container.download .paragraph {
  order: 1;
}
@media screen and (min-width: 1024px) {
  .edito-trio__container.download .paragraph {
    order: inherit;
  }
  .edito-trio__container.download .paragraph h3 + p:first-of-type {
    margin-top: 0;
  }
  .edito-trio__container.download .paragraph p:first-of-type {
    margin-top: 30px;
  }
}
.edito-trio__container .paragraph h3 + p:first-of-type {
  margin-top: 0;
}
.edito-trio__container .paragraph p:first-of-type {
  margin-top: 10px;
}
.edito-trio__container > div.edito-trio__edito-txt {
  flex-shrink: 0;
}
@media screen and (min-width: 1024px) {
  .edito-trio__container > div.edito-trio__edito-txt {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 50%;
    flex-preferred-size: 50%;
    max-width: 50%;
    margin-left: 12.5%;
  }
}
.edito-trio__edito-img {
  margin-top: 15px;
  flex-shrink: 0;
}
@media screen and (min-width: 1024px) {
  .edito-trio__edito-img {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 37.5%;
    flex-preferred-size: 37.5%;
    max-width: 37.5%;
  }
}
.edito-trio__edito-legend {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.722222222222222rem;
  line-height: 0.888888888888889rem;
  text-align: left;
  color: #757575;
}
@media screen and (min-width: 1024px) {
  .edito-trio__edito-legend {
    text-align: right;
  }
}
.edito-trio__container--reverse {
  display: flex;
  flex-direction: column;
}
.edito-trio__container--reverse .edito-trio__content {
  order: 1;
}
.edito-trio__container--reverse > div:first-child {
  order: 2;
}
.edito-trio__container--reverse > div:last-child {
  margin-left: 0;
}
@media screen and (min-width: 1024px) {
  .edito-trio__container--reverse > div:first-child {
    margin-left: 25%;
  }
  .edito-trio__container--reverse div.edito-trio__edito-img {
    margin-left: 12.5%;
  }
  .edito-trio__container--reverse .edito-trio__edito-txt {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 50%;
    flex-preferred-size: 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 1023px) {
  .edito-trio__container--reverse .edito-trio__content {
    margin-top: 25px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .edito-trio__container--reverse {
    flex-direction: row;
  }
}
@media print {
  .edito-trio__container {
    display: block;
  }
  .edito-trio__txt {
    width: 100%;
    margin-left: 0;
  }
  .edito-trio__content {
    width: 50%;
  }
}
.edito-focus {
  padding: 39px 16px 59px;
  background-color: #0079B8;
  color: #333745;
  font-family: 'DM Serif Text', serif;
}
.edito-focus.gray {
  background-color: #6d6f72;
}
.edito-focus.red {
  background-color: #eb0000;
}
.edito-focus.green {
  background-color: #008a09;
}
.edito-focus.yellow {
  background-color: #fed100;
}
.edito-focus.yellow .edito-focus__title,
.edito-focus.yellow .paragraph {
  color: #000;
}
.edito-focus.yellow .edito-focus__title ul li:before,
.edito-focus.yellow .paragraph ul li:before {
  background-color: #000;
}
.edito-focus.yellow .btn {
  color: #000;
}
.edito-focus.yellow .btn .btn__wording {
  color: #000;
}
.edito-focus.yellow .btn .btn__line,
.edito-focus.yellow .btn .btn__hidden__line {
  background-color: #000;
}
.edito-focus.yellow .btn:hover .btn__line,
.edito-focus.yellow .btn:hover .btn__hidden__line {
  background-color: #000;
}
.edito-focus.yellow .btn:hover .btn__wording {
  color: #000;
}
.edito-focus.black {
  background-color: #000;
}
.edito-focus .btn:hover .btn__hidden__line {
  background-color: #fff;
  opacity: 1;
}
.edito-focus .btn:hover .btn__wording {
  color: #fff;
  opacity: 1;
}
@media screen and (min-width: 1024px) {
  .edito-focus {
    padding: 58px 40px 68px;
  }
}
.edito-focus__title {
  margin: 0;
  /*font-size: pxToRem(24)
      font-weight: $font-weight__bold*/
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  /*line-height: pxToRem(29)*/
}
.edito-focus .paragraph {
  padding: 10px 0 0;
  font-size: 0.777777777777778rem;
  color: #fff;
}
.edito-focus .paragraph ul li:before {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .edito-focus .paragraph {
    font-size: 0.888888888888889rem;
  }
}
@media screen and (min-width: 1024px) {
  .edito-focus .paragraph {
    padding: 20px 0 15px;
  }
}
.edito-focus .link-wrapper {
  margin-top: 25px;
  display: flex;
}
@media screen and (min-width: 1024px) {
  .edito-focus .link-wrapper {
    justify-content: flex-end;
  }
}
.edito-focus .btn {
  justify-content: flex-start;
  color: #fff;
}
.edito-focus .btn__line {
  background-color: #fff;
}
@media print {
  .edito-focus {
    -webkit-print-color-adjust: exact;
    page-break-inside: avoid;
  }
}
h2.edito-focus__title,
h3.edito-focus__title {
  color: #fff;
}
@media screen and (min-width: 1024px) {
  h2.edito-focus__title,
  h3.edito-focus__title {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .millau .cta-citation__title {
    display: none;
  }
}
.millau .edito-focus {
  padding: 40px 0;
}
@media screen and (max-width: 1279px) {
  .millau .edito-focus {
    padding: 40px 15px;
  }
}
.millau .edito-focus__inner {
  display: flex;
}
@media screen and (max-width: 1023px) {
  .millau .edito-focus__inner {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .millau .edito-focus__inner {
    align-items: center;
  }
}
@media screen and (min-width: 1280px) {
  .millau .edito-focus__inner h2 {
    padding: 15px 4.6rem 15px 6.5rem;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .millau .edito-focus__inner h2 {
    margin: 0 0 25px;
  }
}
.millau .edito-focus__inner .title-container {
  flex: 1 1 auto;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 80%;
  flex-preferred-size: 80%;
  max-width: 80%;
}
@media screen and (min-width: 1024px) {
  .millau .edito-focus__inner .title-container {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 37.5%;
    flex-preferred-size: 37.5%;
    max-width: 37.5%;
    border-right: 1px solid #757575;
  }
}
@media screen and (min-width: 1024px) {
  .millau .edito-focus .cta-container {
    padding-left: 11%;
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 62.5%;
    flex-preferred-size: 62.5%;
    max-width: 62.5%;
  }
}
@media screen and (max-width: 1023px) {
  .millau .edito-focus .cta-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.millau .edito-focus .cta-container .btn-bg .btn__wording {
  text-align: left;
  font-size: 0.777777777777778rem;
}
@media screen and (min-width: 768px) {
  .millau .edito-focus .cta-container .btn-bg .btn__wording {
    font-size: 16px;
  }
}
.millau .edito-focus .cta-container .btn-bg .btn__wording span {
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .millau .edito-focus .cta-container .btn-bg .btn__wording span {
    flex: 1 1 auto;
    max-width: 100%;
    display: block;
  }
}
.millau .edito-focus .cta-container .link-wrapper {
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .millau .edito-focus .cta-container .link-wrapper {
    width: 100%;
  }
}
.millau .edito-focus .cta-container .link-wrapper svg {
  min-width: 17px;
  margin-right: 14px;
}
.millau .edito-focus .cta-container .link-wrapper svg path {
  fill: #fff;
}
.millau .edito-focus .cta-container .link-wrapper a {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .millau .edito-focus .cta-container .link-wrapper a {
    width: 100%;
  }
}
.millau .edito-focus .cta-container .link-wrapper:nth-of-type(2) {
  margin-top: 15px;
}
@media screen and (min-width: 1280px) {
  .millau .edito-focus .cta-container .link-wrapper {
    margin-top: 0;
  }
}
.edito-quote {
  margin-top: 65px;
  margin-bottom: 65px;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  color: #333745;
}
@media screen and (max-width: 767px) {
  .home .edito-quote {
    padding: 0;
  }
}
.edito-quote .quote-bg--gray {
  background-color: #6d6d6d;
  padding: 60px 50px;
  margin-top: -20px;
  margin-bottom: 50px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .edito-quote .quote-bg--gray {
    padding: 84px 110px;
    margin-top: -100px;
  }
}
.edito-quote .quote-bg--gray .edito-quote__quote {
  position: relative;
  color: #fff;
}
.edito-quote .quote-bg--gray .edito-quote__quote::before,
.edito-quote .quote-bg--gray .edito-quote__quote::after {
  color: #fff;
}
.edito-quote .quote-bg--gray .edito-quote__author,
.edito-quote .quote-bg--gray .legend--article {
  color: #fff;
}
.edito-quote .quote-bg--gray .edito-quote__author {
  margin-top: 40px;
}
.edito-quote--full {
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .edito-quote--full {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 66.66666666666666%;
    flex-preferred-size: 66.66666666666666%;
    max-width: 66.66666666666666%;
    margin: 0 auto;
  }
}
@media print {
  .edito-quote--full {
    margin-top: 50px;
  }
  .edito-quote--full .edito-quote__quote:before {
    left: 0;
  }
  .edito-quote--full .edito-quote__quote:after {
    right: 0;
    bottom: -20px;
  }
}
.edito-quote__quote {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  line-height: 1.333333333333333rem;
  position: relative;
  color: #000;
  padding-left: 3em;
  padding-right:3em;
}
@media screen and (min-width: 768px) {
  .edito-quote__quote {
    font-size: 1.277777777777778rem;
    line-height: 1.666666666666667rem;
  }
}
.edito-quote__quote:before,
.edito-quote__quote:after {
  display: block;
  height: 40px;
  width: 20px;
  font-family: 'DM Serif Text', serif, serif;
  font-size: 5.555555555555555rem;
  position: absolute;
}
.edito-quote__quote:before {
  content: "\2018\2018";
  margin-bottom: 0;
  left: -2px;
  top: -16px;
}
.edito-quote__quote:after {
  content: "\2019\2019";
  height: 0;
  right: 20px;
  bottom: 30px;
}
.edito-quote__quote--small {
  font-size: 1rem;
  line-height: 1.333333333333333rem;
  margin-top: 50px;
}
.edito-quote__quote--small:before,
.edito-quote__quote--small:after {
  font-size: 3.333333333333333rem;
  height: 30px;
}
@media screen and (min-width: 768px) {
  .edito-quote__quote--small {
    font-size: 1.666666666666667rem;
    line-height: 40px;
  }
  .edito-quote__quote--small:before,
  .edito-quote__quote--small:after {
    font-size: 4.444444444444445rem;
    line-height: 1.2;
  }
}
@media screen and (min-width: 1024px) {
  .edito-quote__quote--small {
    margin-top: 20px;
    padding: 20px 0 0 0;
    font-size: 1rem;
    line-height: 1.333333333333333rem;
  }
}
.edito-quote__quote--small:before {
  margin-bottom: 0;
  top: -20px;
  left: 0;
}
@media screen and (min-width: 768px) {
  .edito-quote__quote--small:before {
    top: -40px;
    margin-bottom: 15px;
    margin-left: 0;
  }
}
@media screen and (min-width: 1024px) {
  .edito-quote__quote--small:before {
    top: -25px;
    padding: 0;
  }
}
.edito-quote__quote--small:after {
  margin-top: 0;
  right: 4px;
  height: 0;
  bottom: -15px;
}
@media screen and (min-width: 768px) {
  .edito-quote__quote--small:after {
    height: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .edito-quote__quote--small:after {
    right: 10px;
  }
}
.edito-quote__quote--small + .edito-quote__author {
  text-align: left;
}
@media screen and (min-width: 1024px) {
  .edito-quote__quote--small + .edito-quote__author {
    margin-top: 30px;
    margin-bottom: 0;
    margin-left: 0;
  }
}
.edito-quote__quote--small + .edito-quote__author + .legend {
  text-align: left;
  letter-spacing: 2.2px;
  margin-top: 0.2rem;
}
@media screen and (min-width: 1024px) {
  .edito-quote__quote--small + .edito-quote__author + .legend {
    margin-top: 0;
    margin-left: 0;
  }
}
.edito-quote__author {
  display: block;
  margin: 40px 0 0;
  font-size: 0.944444444444444rem;
  line-height: 1.333333333333333rem;
  text-align: left;
  font-family: 'DM Serif Text', serif;
  color: #000;
}
.edito-quote .legend {
  display: block;
  margin-top: 0;
  text-align: left;
}
.edito-quote__img-container {
  width: 120px;
  height: 120px;
  margin-top: 40px;
  margin-right: 25px;
  float: left;
}
.edito-quote__img-container + .edito-quote__author + .legend {
  margin-bottom: 50px;
}
@media screen and (min-width: 1024px) {
  .edito-quote__img-container + .edito-quote__author + .legend {
    margin-bottom: 8%;
  }
}
@media screen and (min-width: 1024px) {
  .edito-quote__img-container {
    width: 12.5%;
    margin-right: 60px;
  }
}
.edito-trio__content .edito-quote.next-to-text {
  margin-top: 0;
}
.join_us {
  padding-top: 0 !important;
}
@media screen and (max-width: 1023px) {
  .join_us img {
    width: 100vw;
    margin-left: -3%;
    max-width: none;
  }
}
.edito-full-picture {
  position: relative;
}
.edito-full-picture .media {
  position: relative;
  flex: 1 1 auto;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 85%;
  flex-preferred-size: 85%;
  max-width: 85%;
  top: -36px;
  left: 7.5%;
}
@media screen and (min-width: 1024px) {
  .edito-full-picture .media {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 77.875%;
    flex-preferred-size: 77.875%;
    max-width: 77.875%;
    left: 10.8%;
    top: -84px;
  }
}
.edito-full-picture .media.red {
  background: #eb0000;
}
.edito-full-picture .media.blue {
  background: #007dbd;
}
.edito-full-picture .media.green {
  background: #008a09;
}
.edito-full-picture .media.gray {
  background: #757575;
}
.edito-full-picture .media.yellow {
  background: #fed100;
}
.edito-full-picture .media.yellow.media p {
  color: #000;
}
.edito-full-picture .media.yellow.media .edito-quote__quote {
  color: #000;
}
.edito-full-picture .media.yellow.media span {
  color: #000;
}
.edito-full-picture .media.yellow.media .legend ul li {
  color: #000;
}
.edito-full-picture .media.yellow.media .legend ul li:marker {
  background-color: #000;
}
.edito-full-picture .media.black {
  background: #000;
}
.edito-full-picture .media .legend {
  color: #fff;
  padding: 16px;
  font-size: 0.888888888888889rem;
  line-height: 1.333333333333333rem;
}
@media screen and (min-width: 1024px) {
  .edito-full-picture .media .legend {
    padding: 40px;
  }
}
.edito-full-picture.key-figures ul {
  padding: 16px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;
}
@media screen and (min-width: 1024px) {
  .edito-full-picture.key-figures ul {
    padding: 22px 64px 34px;
    justify-content: space-between;
  }
}
.edito-full-picture.key-figures ul li {
  color: #fff;
  margin-bottom: 32px;
}
@media screen and (min-width: 1024px) {
  .edito-full-picture.key-figures ul li {
    margin-bottom: 10px;
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 28.999999999999996%;
    flex-preferred-size: 28.999999999999996%;
    max-width: 28.999999999999996%;
  }
}
.edito-full-picture.key-figures ul li:last-child {
  margin-bottom: 0;
}
.edito-full-picture.key-figures ul li span {
  color: #fff;
  font-size: 1.777777777777778rem;
  line-height: 2.111111111111111rem;
}
.edito-full-picture.key-figures ul li p {
  font-size: 0.888888888888889rem;
  line-height: 1.333333333333333rem;
}
@media screen and (min-width: 1024px) {
  .edito-full-picture.key-figures ul li p {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 75%;
    flex-preferred-size: 75%;
    max-width: 75%;
  }
}
.edito-full-picture.key-figures ul li p:not(:last-child) {
  margin-bottom: 0;
}
.edito-full-picture.full-pic-edito-quote .media {
  padding: 1px 16px 16px;
}
@media screen and (min-width: 1024px) {
  .edito-full-picture.full-pic-edito-quote .media {
    padding: 30px 40px 40px;
  }
}
.edito-full-picture.full-pic-edito-quote .media .edito-quote__quote--small {
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .edito-full-picture.full-pic-edito-quote .media .edito-quote__quote--small {
    font-size: 1.444444444444444rem;
    line-height: 1.722222222222222rem;
  }
}
@media screen and (max-width: 767px) {
  .edito-full-picture.full-pic-edito-quote .media .edito-quote__quote--small {
    margin-top: 44px;
  }
  .edito-full-picture.full-pic-edito-quote .media .edito-quote__quote--small:before {
    top: -10px;
  }
  .edito-full-picture.full-pic-edito-quote .media .edito-quote__quote--small:after {
    bottom: -25px;
  }
}
.edito-full-picture.full-pic-edito-quote .media .legend--article {
  padding: 0;
  font-size: 13px;
  letter-spacing: normal;
}
.edito-full-picture.full-pic-edito-quote .media .edito-quote__author {
  color: #fff;
}
.edito-full-picture.career .main__section-title {
  max-width: 90%;
}
@media screen and (min-width: 1024px) {
  .edito-full-picture.career .main__section-title {
    max-width: 50%;
  }
}
summary{
	margin-bottom: 10px;
}
summary:hover{
	cursor:pointer;
}
.media p:not(:last-child) {
  margin-bottom: 16px;
}
.media__date {
  font-weight: 600;
  font-size: 0.888888888888889rem;
  line-height: 1.333333333333333rem;
  color: #000;
  margin-top: 16px;
}
.media__title {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.222222222222222rem;
  color: #000;
  margin-top: 16px;
}
@media screen and (min-width: 1024px) {
  .media__title {
    margin-top: 20px;
    font-size: 1.333333333333333rem;
    line-height: 1.611111111111111rem;
  }
}
.media .legend {
  font-weight: 400;
  font-size: 0.722222222222222rem;
  line-height: 1.333333333333333rem;
  color: #757575;
}
@media screen and (min-width: 1024px) {
  .media img + .media__date {
    display: none;
  }
}
.media__link {
  text-decoration: none;
}
.media-video {
  position: relative;
}
.media-video.is-playing .media-video__button-container {
  display: none;
}
.media-video.is-playing .media-video__poster,
.media-video.is-playing .media-video__play {
  visibility: hidden;
}
.media-video.is-playing .media-video__media:after {
  visibility: hidden;
}
@media screen and (min-width: 1024px) {
  .media-video.is-playing .media-video__txt {
    visibility: hidden;
  }
}
.media-video__media {
  position: relative;
  overflow: hidden;
  padding-top: 56.2%;
}
@media print {
  .media-video__media {
    margin-top: 20px;
  }
  .media-video__media:after {
    display: none;
  }
}
.media-video__poster {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s all linear;
}
@media screen and (max-width: 1023px) {
  .media-video__button-container {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .media-video__button-container {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    transition: 0.3s all linear;
  }
}
.media-video__title {
  margin: 0 0 15px;
  font-size: 1.444444444444444rem;
  line-height: 33px;
  font-weight: 600;
  font-family: 'DM Serif Text', serif;
}
@media screen and (min-width: 768px) {
  .media-video__title {
    font-size: 1.666666666666667rem;
    line-height: 35px;
  }
}
@media screen and (min-width: 1024px) {
  .media-video__title {
    color: #fff;
  }
}
@media screen and (min-width: 1024px) {
  .media-video__desc {
    color: #fff;
    font-size: 0.833333333333333rem;
    line-height: 30px;
  }
}
.media-video__play {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background-color: transparent;
  transition: 0.3s all linear;
  border-radius: 50%;
  border: 2px solid #cacaca;
  -webkit-appearance: none;
  cursor: pointer;
}
.media-video__play--mobile {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 72px;
  height: 72px;
  transform: translate(-50%, -50%);
  z-index: 5;
}
.media-video__play--mobile svg {
  width: 20px;
}
@media screen and (min-width: 1024px) {
  .media-video__play--mobile {
    display: none;
  }
}
.media-video__play--desktop {
  width: 144px;
  height: 144px;
}
@media screen and (max-width: 1023px) {
  .media-video__play--desktop {
    display: none;
  }
}
.media-video__play--desktop svg {
  height: 82px;
}
.media-video__play:hover {
  opacity: 0.5;
}
.media-video__play:focus {
  outline: none;
}
.media-video__play svg {
  transition: 0.3s fill linear;
  fill: #fff;
}
@media screen and (min-width: 1024px) {
  .media-video__play {
    margin-right: 35px;
  }
}
@media screen and (min-width: 1280px) {
  .media-video__play {
    margin-right: 50px;
    margin-left: 45px;
  }
}
@media print {
  .media-video__play {
    -webkit-print-color-adjust: exact;
  }
  .media-video__play--desktop {
    display: none;
  }
}
.video-js .vjs-big-play-button {
  background-color: #AF0 !important;
  color: #FFFFFF !important;
}

.media-video__video {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
  height: 100%;
}
.carousel {
  padding: 25px 35px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .carousel {
    padding: 40px 0;
  }
}
.carousel__footer {
  display: flex;
  margin-top: 40px;
  padding-right: 3px;
}
@media screen and (min-width: 1024px) {
  .carousel__footer {
    justify-content: flex-end;
  }
  .carousel__footer .btn__lines {
    width: 50px;
    top: -7px;
  }
}
.carousel__sidebar {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 16.76vw;
  z-index: 10;
  background-color: #fff;
  opacity: 0.45;
  display: none;
}
@media screen and (min-width: 1024px) {
  .carousel__sidebar {
    display: block;
  }
}
.carousel__sidebar--left {
  left: 0;
}
@media screen and (min-width: 1024px) {
  .carousel__sidebar--left {
    left: -1px;
  }
}
.carousel__sidebar--right {
  right: 0;
}
@media screen and (min-width: 1024px) {
  .carousel__container {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 83.33333333333334%;
    flex-preferred-size: 83.33333333333334%;
    max-width: 83.33333333333334%;
    margin: 0 16.65%;
  }
}
.carousel__content {
  position: relative;
  min-height: 115px;
}
.carousel__inner {
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .carousel__inner {
    max-width: 100%;
    padding-left: 0;
    overflow: visible;
  }
}
.carousel__inner .number {
  color: #eb0000;
  margin: -50px 0 0 0;
  padding: 18px 38px;
}
.carousel__inner .paragraph {
  margin-top: 20px;
  font-size: 1rem;
  line-height: 1.222222222222222rem;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  color: #000;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .carousel__inner .paragraph {
    width: 90%;
    margin-bottom: 20px;
    font-size: 1.111111111111111rem;
    line-height: 1.333333333333333rem;
  }
}
.carousel__slides {
  list-style-type: none;
  position: relative;
  display: flex;
  margin: 0;
  padding: 0;
  transition: transform 0.4s ease;
}
.carousel__slides img {
  width: 100%;
  height: calc(100vw - 70px);
  object-fit: cover;
}
@media screen and (min-width: 1024px) {
  .carousel__slides img {
    height: 16.65vw;
  }
}
.carousel__slide {
  width: calc(100vw - 70px);
}
@media screen and (min-width: 1024px) {
  .carousel__slide {
    width: 16.65vw;
  }
}
.carousel .slide__content {
  flex-grow: 1;
  text-decoration: none;
}
.carousel .slide__content:focus {
  z-index: 100;
  outline: solid;
}
.carousel .slide__inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: calc(100vw - 70px);
}
.carousel .slide__inner .paragraph {
  padding-left: 5px;
}
.carousel .slide__inner .btn {
  align-items: flex-end;
}
.carousel .slide__inner .btn__lines {
  top: auto;
}
@media screen and (min-width: 1024px) {
  .carousel .slide__inner {
    width: 16.65vw;
  }
}
.carousel__info {
  flex: 1 1 auto;
  flex-grow: 1;
  flex-basis: 50%;
  max-width: 100%;
}
.carousel__info .info1 {
  margin-right: 20px;
}
@media screen and (min-width: 768px) {
  .carousel__info {
    margin-bottom: 10px;
  }
}
.carousel .btn__wording {
  max-width: 100%;
  font-size: 0.777777777777778rem;
  margin-right: 3px;
}
@media screen and (min-width: 768px) {
  .carousel .btn__wording {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .carousel .headline {
    margin-left: 16.76vw;
  }
}
.carousel .controls__arrow {
  display: flex;
  justify-content: space-between;
  position: absolute;
  align-items: center;
  z-index: 11;
  text-align: center;
  width: 45px;
  height: 45px;
}
@media screen and (min-width: 1024px) {
  .carousel .controls__arrow {
    width: 74px;
    height: 74px;
    top: 40%;
  }
}
.carousel .controls__arrow.controls__arrow {
  margin: 0;
  cursor: pointer;
  overflow: visible;
  z-index: 11;
  transform: translateY(-50%);
}
.carousel .controls__arrow.controls__arrow--left {
  position: absolute;
  left: -7px;
  top: 40%;
  right: auto;
}
@media screen and (min-width: 1024px) {
  .carousel .controls__arrow.controls__arrow--left {
    left: 6%;
    right: auto;
  }
}
.carousel .controls__arrow.controls__arrow--right {
  position: absolute;
  right: -7px;
  top: 40%;
  left: auto;
}
@media screen and (min-width: 1024px) {
  .carousel .controls__arrow.controls__arrow--right {
    right: 6%;
    left: auto;
  }
  html:not([data-whatinput="touch"]) .carousel .controls__arrow.controls__arrow--right:not(.disabled):hover .controls__icons {
    animation: inversearrow 1s cubic-bezier(0.19, 1, 0.22, 1) infinite;
  }
}
.carousel .controls__arrow.controls__arrow--right .controls__icons {
  display: flex;
  align-items: center;
  justify-content: center;
}
.carousel .controls__arrow.controls__arrow--right .controls__icons svg {
  transform: rotate(180deg);
}
.carousel .controls__arrow.controls__arrow.disabled {
  display: none;
}
@media print {
&__slide {
  width: 24%;
  max-width: 24%;
}
}
@-moz-keyframes inversearrow {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(50%);
  }
}
@-webkit-keyframes inversearrow {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(50%);
  }
}
@-o-keyframes inversearrow {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(50%);
  }
}
@keyframes inversearrow {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(50%);
  }
}
.carousel-media-background {
  padding: 25px 35px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .carousel-media-background {
    padding: 40px 0;
  }
}
.carousel-media-background .carousel__footer {
  display: flex;
}
@media screen and (max-width: 767px) {
  .carousel-media-background .carousel__footer {
    margin: 20px 0;
  }
}
@media screen and (min-width: 1024px) {
  .carousel-media-background .carousel__footer {
    width: 25%;
    margin: 20px 0 16px 0;
  }
  .carousel-media-background .carousel__footer .btn__lines {
    width: 50px;
    top: -7px;
  }
}
.carousel-media-background .carousel__sidebar {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 16.76vw;
  z-index: 10;
  background-color: #fff;
  opacity: 0.7;
  display: none;
}
@media screen and (min-width: 1024px) {
  .carousel-media-background .carousel__sidebar {
    display: block;
  }
}
.carousel-media-background .carousel__sidebar--left {
  left: 0;
}
@media screen and (min-width: 1024px) {
  .carousel-media-background .carousel__sidebar--left {
    left: -1px;
  }
}
.carousel-media-background .carousel__sidebar--right {
  right: 0;
}
@media screen and (min-width: 1024px) {
  .carousel-media-background .carousel__container {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 83.33333333333334%;
    flex-preferred-size: 83.33333333333334%;
    max-width: 83.33333333333334%;
    margin: 0 16.65%;
  }
}
.carousel-media-background .carousel__content {
  position: relative;
  min-height: 115px;
}
.carousel-media-background .carousel__inner {
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .carousel-media-background .carousel__inner {
    max-width: 100%;
    padding-left: 0;
  }
}
.carousel-media-background .carousel__inner .number {
  color: #eb0000;
  margin: -50px 0 0 0;
  padding: 18px 38px;
}
.carousel-media-background .carousel__inner .paragraph {
  margin-top: 20px;
  font-size: 1rem;
  line-height: 1.222222222222222rem;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  color: #000;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .carousel-media-background .carousel__inner .paragraph {
    width: 90%;
    margin-bottom: 20px;
    font-size: 1.111111111111111rem;
    line-height: 1.333333333333333rem;
  }
}
.carousel-media-background .carousel__slides {
  list-style-type: none;
  position: relative;
  display: flex;
  margin: 0;
  padding: 0;
  transition: transform 0.4s ease;
}
.carousel-media-background .carousel__slides img {
  width: 98%;
  display: block;
  margin: 2px;
  height: auto;
  object-fit: cover;
}
@media screen and (min-width: 1024px) {
  .carousel-media-background .carousel__slides img {
    width: 66vw;
    margin: 2px;
    display: block !important;
  }
}
.carousel-media-background .carousel__slide {
  width: calc(100vw - 70px);
}
.carousel-media-background .carousel__slide[aria-hidden="true"] a {
  display: none;
}
.carousel-media-background .slide__content {
  flex-grow: 1;
  text-decoration: none;
}
@media screen and (min-width: 1024px) {
  .carousel-media-background .slide__content .media .title-and-footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 66.6vw;
  }
}
.carousel-media-background .slide__content .media__title {
  margin-bottom: 16px;
}
@media screen and (min-width: 1024px) {
  .carousel-media-background .slide__content .media .legend {
    width: 66.6vw;
  }
}
.carousel-media-background .slide__inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: calc(100vw - 70px);
}
.carousel-media-background .slide__inner .paragraph {
  padding-left: 5px;
}
.carousel-media-background .slide__inner .btn {
  align-items: flex-end;
}
.carousel-media-background .slide__inner .btn__lines {
  top: auto;
}
@media screen and (min-width: 1280px) {
  .carousel-media-background .slide__inner.news-view img {
    max-height: 520px;
  }
}
.carousel-media-background .slide__inner.news-view .title-and-footer {
  display: flex;
  flex-wrap: wrap;
}
.carousel-media-background .slide__inner.news-view .media__title {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .carousel-media-background .slide__inner.news-view .media__title {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 75%;
    flex-preferred-size: 75%;
    max-width: 75%;
  }
}
@media screen and (max-width: 1023px) {
  .carousel-media-background .slide__inner.news-view .news-date {
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .carousel-media-background .slide__inner.news-view .carousel__footer {
    order: 3;
  }
}
.carousel-media-background .slide__inner.news-view .legend {
  font-size: 0.888888888888889rem;
}
.carousel-media-background .slide__inner.news-view .news-date {
  font-size: 0.888888888888889rem;
  color: #757575;
}
@media screen and (min-width: 1024px) {
  .carousel-media-background .slide__inner {
    width: calc(100vw - 70px);
  }
}
.carousel-media-background .carousel__info {
  flex: 1 1 auto;
  flex-grow: 1;
  flex-basis: 50%;
  max-width: 100%;
}
.carousel-media-background .carousel__info .info1 {
  margin-right: 20px;
}
@media screen and (min-width: 768px) {
  .carousel-media-background .carousel__info {
    margin-bottom: 10px;
  }
}
.carousel-media-background .btn__wording {
  max-width: 100%;
  font-size: 0.777777777777778rem;
}
@media screen and (min-width: 768px) {
  .carousel-media-background .btn__wording {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .carousel-media-background .headline,
  .carousel-media-background .main__section-title {
    margin-left: 16.76vw;
  }
}
.carousel-media-background .controls__arrow {
  display: flex;
  justify-content: space-between;
  position: absolute;
  transform: translateY(-50%);
  right: 0;
  left: 0;
  z-index: 11;
  height: 18px;
}
@media screen and (min-width: 1024px) {
  .carousel-media-background .controls__arrow {
    width: 100%;
    top: 40%;
  }
}
.carousel-media-background .controls__arrow.controls__arrow {
  margin: 0;
  cursor: pointer;
  overflow: visible;
  width: 74px;
  height: 74px;
  align-items: center;
}
.carousel-media-background .controls__arrow.controls__arrow .controls__icons {
  display: flex;
  justify-content: center;
  align-items: center;
}
.carousel-media-background .controls__arrow.controls__arrow--left {
  position: absolute;
  left: -20px;
  right: auto;
}
@media screen and (min-width: 1024px) {
  .carousel-media-background .controls__arrow.controls__arrow--left {
    left: 6%;
    right: auto;
  }
}
.carousel-media-background .controls__arrow.controls__arrow--right {
  position: absolute;
  right: -20px;
  left: auto;
}
.carousel-media-background .controls__arrow.controls__arrow--right .controls__icons svg {
  transform: rotate(180deg);
}
@media screen and (min-width: 1024px) {
  .carousel-media-background .controls__arrow.controls__arrow--right {
    right: 6%;
    left: auto;
  }
  html:not([data-whatinput="touch"]) .carousel-media-background .controls__arrow.controls__arrow--right:not(.disabled):hover .controls__icons {
    animation: inversearrow 1s cubic-bezier(0.19, 1, 0.22, 1) infinite;
  }
}
.carousel-media-background .controls__arrow.controls__arrow.disabled {
  display: none;
}
@media print {
&__slide {
  width: 24%;
  max-width: 24%;
}
}
.grill-mix {
  position: relative;
}
.grill-mix__title {
  flex: 1 1 auto;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 100%;
  flex-preferred-size: 100%;
  max-width: 100%;
}
.grill-mix__row {
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .grill-mix__row.big-two-pictures .grill-mix__head {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .grill-mix__row.big-two-pictures .grill-mix__head:nth-child(even) {
    margin-left: 33.324999999999996%;
  }
}
.grill-mix__head {
  flex: 1 1 auto;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 100%;
  flex-preferred-size: 100%;
  max-width: 100%;
  margin-bottom: 50px;
}
@media screen and (min-width: 1024px) {
  .grill-mix__head {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 33.324999999999996%;
    flex-preferred-size: 33.324999999999996%;
    max-width: 33.324999999999996%;
  }
  .grill-mix__head+ .grill-mix__secondary {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 50%;
    flex-preferred-size: 50%;
    max-width: 50%;
    margin-left: 16.6%;
  }
  .grill-mix__head+ .grill-mix__secondary .secondary__persona-item {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 33.33333333333333%;
    flex-preferred-size: 33.33333333333333%;
    max-width: 33.33333333333333%;
  }
  .grill-mix__head:nth-child(2) + .grill-mix__secondary {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 33.25%;
    flex-preferred-size: 33.25%;
    max-width: 33.25%;
    margin-left: 0%;
  }
  .grill-mix__head:nth-child(2) + .grill-mix__secondary .secondary__persona-item {
    max-width: 50%;
    flex-basis: 50%;
  }
  .grill-mix__head:nth-child(3) + .grill-mix__secondary {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 100%;
    flex-preferred-size: 100%;
    max-width: 100%;
    margin-left: 0%;
  }
  .grill-mix__head:nth-child(3) + .grill-mix__secondary .secondary__persona-item {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 16.650000000000002%;
    flex-preferred-size: 16.650000000000002%;
    max-width: 16.650000000000002%;
  }
}
.grill-mix__head+ .grill-mix__secondary .name {
  /*font-size: 1.1rem*/
  word-break: break-word;
}
.grill-mix .head__container {
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
}
.grill-mix .head__inner {
  flex: 1 1 auto;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 100%;
  flex-preferred-size: 100%;
  max-width: 100%;
}
.grill-mix .head__inner .persona-block .persona-block__text .name {
  /*font-size: 1.1rem*/
  word-break: break-word;
}
@media screen and (min-width: 1024px) {
  .grill-mix .head__inner {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 100%;
    flex-preferred-size: 100%;
    max-width: 100%;
  }
}
.grill-mix__secondary {
  flex: 1 1 auto;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 100%;
  flex-preferred-size: 100%;
  max-width: 100%;
}
@media screen and (min-width: 1024px) {
  .grill-mix__secondary {
    flex: 1 1 auto;
    max-width: 100%;
  }
}
.grill-mix .secondary__container {
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
}
.grill-mix .secondary__inner {
  flex: 1 1 auto;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 100%;
  flex-preferred-size: 100%;
  max-width: 100%;
}
@media screen and (min-width: 1024px) {
  .grill-mix .secondary__inner {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 100%;
    flex-preferred-size: 100%;
    max-width: 100%;
  }
}
.grill-mix .secondary__persona-list {
  display: block;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.grill-mix .secondary__persona-item {
  flex: 1 1 auto;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 50%;
  flex-preferred-size: 50%;
  max-width: 50%;
  margin-bottom: 50px;
}
@media screen and (min-width: 1024px) {
  .grill-mix .secondary__persona-item {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 16.650000000000002%;
    flex-preferred-size: 16.650000000000002%;
    max-width: 16.650000000000002%;
  }
}
.grill-mix button.persona-block,
.grill-mix button.persona-block__isNotClick {
  background: transparent;
  border: none;
  padding: 0;
  width: 100%;
}
@media print {
  .grill-mix__head {
    max-width: 28%;
    width: 28%;
  }
}
.persona-block__text .paragraph {
  margin-bottom: 0;
}
.persona-block__text .bio {
  margin-top: 16px;
  margin-bottom: 40px;
  padding-bottom: 0;
  font-size: 0.833333333333333rem;
  line-height: 1.333333333333333rem;
}
.persona-block__text .name {
  margin-top: 0;
  margin-bottom: 8px;
  /*font-weight: 700*/
  font-family: 'Montserrat', sans-serif;
  /*font-size: pxToRem(18)
      line-height: pxToRem(22)*/
}

.image-block.listCompleteElem {
    display: inherit;
}
    h3.name a {
    color: #000;
    font-family: 'Montserrat', sans-serif;
    word-break: break-word;
    min-height: 87px;
    text-decoration: none;
}
@media screen and (min-width: 1024px) {
  .persona-block__text .name {
    margin-bottom: 16px;
  }
}
.persona-block__text .job {
  margin: 0;
  font-weight: 400;
  font-size: 0.722222222222222rem;
  font-family: 'Montserrat', sans-serif;
  line-height: 0.944444444444444rem;
  color: #757575;
}
.persona-block .image-block {
  margin-bottom: 16px;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .persona-block .image-block {
    margin-bottom: 8px;
  }
}
.persona-block__isNotClick:hover {
  cursor: default;
}
.persona-block .image-block {
  overflow: hidden;
}
.persona-block .image-block img {
  transition: transform 400ms ease-in-out;
}
.persona-block:hover {
  cursor: pointer;
}
.persona-block.modal_button:hover {
  cursor: default;
}
.persona-block:hover .image-block img {
  transform: scale(1.05);
}
.head-popin,
.head-popin-secondary {
  display: none;
  padding: 0 35px;
  position: fixed;
  top: 17px;
  left: 16.6%;
  z-index: 20000;
  width: 66.7%;
  background: #fff;
}
.head-popin .persona-block,
.head-popin-secondary .persona-block {
  padding-top: 63px;
}
.head-popin .persona-block .name,
.head-popin-secondary .persona-block .name {
  margin-top: 0;
  margin-bottom: 8px;
  /*font-weight: 700*/
  font-family: 'DM Serif Text', serif;
  /*font-size: pxToRem(28)
        line-height: pxToRem(34)*/
}
@media screen and (min-width: 1024px) {
  .head-popin .persona-block .name,
  .head-popin-secondary .persona-block .name {
    margin-top: 12px;
    margin-bottom: 24px;
    font-family: 'DM Serif Text', serif;
  }
}
.head-popin .persona-block:hover,
.head-popin-secondary .persona-block:hover {
  cursor: auto;
}
.head-popin .persona-block:hover .image-block img,
.head-popin-secondary .persona-block:hover .image-block img {
  transform: scale(1);
}
@media screen and (min-width: 1024px) {
  .head-popin,
  .head-popin-secondary {
    padding-top: 94px;
    padding-bottom: 94px;
    padding-left: 100px;
    padding-right: 100px;
    top: calc(50% + 39px);
    transform: translateY(-50%);
    max-height: calc(100% - 100px);
  }
  .head-popin .persona-block,
  .head-popin-secondary .persona-block {
    display: flex;
    padding-top: 0;
  }
  .head-popin .persona-block__text,
  .head-popin-secondary .persona-block__text {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 55.75%;
    flex-preferred-size: 55.75%;
    max-width: 55.75%;
    flex-basis: auto;
    padding-left: 5%;
    padding-right: 0;
  }
  .head-popin .image-block,
  .head-popin-secondary .image-block {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 44.25%;
    flex-preferred-size: 44.25%;
    max-width: 44.25%;
    height: 100%;
  }
  .head-popin .image-block img,
  .head-popin-secondary .image-block img {
    height: auto;
  }
}
@media screen and (max-width: 1023px) {
  .head-popin,
  .head-popin-secondary {
    left: 0;
    top: 17px;
    width: 100%;
  }
}
.head-popin__close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 3;
}
.head-popin__close button {
  background: transparent;
  border: none;
}
.head-popin__close .close__icon {
  stroke: #000;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .head-popin__close {
    top: 16px;
    right: 16px;
  }
}
.head-popin__inner {
  flex: 1 1 auto;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 100%;
  flex-preferred-size: 100%;
  max-width: 100%;
  height: calc(100vh - 50px);
  padding-bottom: 25px;
  position: relative;
  z-index: 1;
  overflow-y: scroll;
}
@media screen and (min-width: 1024px) {
  .head-popin__inner {
    overflow-y: auto;
    height: auto;
    padding-bottom: 0;
  }
  .head-popin__inner .image-block {
    padding-top: inherit;
  }
}
.head-overlay.active {
  background: rgba(119,119,119,0.5);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .head-overlay.active {
    position: fixed;
  }
}
.head-overlay .bkg-grid {
  display: none;
}
.popinDisaScroll {
  position: absolute;
  height: 100%;
  overflow: hidden;
}
.safety__container .last-updat p {
  display: inline-block;
  color: #6d6f72;
}
.safety__container .last-updat p.font {
  margin: 0px;
  font-family: "Avenir-Black", Arial;
  display: inline-block;
  font-size: 18px;
}
.safety__container .last-updat p.date-last-upd {
  font-size: 18px;
}
.safety__container #doughnutChart {
  margin: 0 auto;
}
.safety__container .test {
  display: inline-block;
  width: 1px;
  height: 100px;
}
.safety__content {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .safety__content {
    flex-direction: row;
  }
}
.safety__content .left-column {
  display: block;
  width: 100%;
  padding-bottom: 15px;
  position: relative;
  vertical-align: top;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
}
@media screen and (min-width: 1024px) {
  .safety__content .left-column {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 33.332499999999996%;
    flex-preferred-size: 33.332499999999996%;
    max-width: 33.332499999999996%;
  }
}
.safety__content .people {
  display: block;
  width: auto;
  margin: 30px auto 10px;
}
.safety__content .number {
  margin-bottom: 0 !important;
  font-size: 76px;
  font-family: "Avenir-Black", Arial;
  margin: 0 auto;
  color: #222;
  line-height: 100px;
}
.safety__content .number-description {
  margin: auto;
  position: relative;
  padding-bottom: 30px;
  font-size: 16px;
}
.safety__content .number-description:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 2px;
  margin-left: -20px;
  left: 50%;
  bottom: 7px;
  background-color: #d0d0d0;
}
.safety__content .evaluations .number-description {
  width: 47%;
  padding: 0;
}
.safety__content .evaluations .number-description:after {
  display: none;
}
.safety__content .right-column {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 29px;
  padding-bottom: 15px;
  position: relative;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
}
@media screen and (min-width: 1024px) {
  .safety__content .right-column {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 66.66499999999999%;
    flex-preferred-size: 66.66499999999999%;
    max-width: 66.66499999999999%;
    margin-top: 0;
    margin-left: 29px;
  }
}
.safety__content .right-column-title {
  position: relative;
  text-align: center;
}
.safety__content .right-column-title div.title {
  margin: 30px auto 30px;
  width: 90%;
  padding-bottom: 20px;
  position: relative;
  font-size: 30px;
  font-family: "Avenir-Black", Arial;
}
.safety__content .right-column-title div.title:after {
  position: absolute;
  content: "";
  width: 40px;
  height: 2px;
  background: #d0d0d0;
  bottom: 0;
  left: 50%;
  margin-left: -20px;
}
.safety__content .stars {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  width: 100%;
  margin: 0 auto 30px;
}
@media screen and (min-width: 1024px) {
  .safety__content .stars {
    flex-wrap: nowrap;
    justify-content: space-around;
  }
}
.safety__content .stars .safety-Top,
.safety__content .stars .safety-Elite {
  width: 200px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .safety__content .stars .safety-Top,
  .safety__content .stars .safety-Elite {
    width: 180px;
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  .safety__content .stars .safety-Top,
  .safety__content .stars .safety-Elite {
    width: auto;
    margin-right: 10px;
    text-align: left;
  }
}
.safety__content .stars p {
  margin: 0;
}
.safety__content .stars .star-empty,
.safety__content .stars .star-full {
  display: inline-block;
  width: auto;
  vertical-align: text-bottom;
  margin-right: 15px;
}
.safety__content .stars .safety-Top p,
.safety__content .stars .safety-Elite p {
  margin: 0;
  font-size: 18px;
}
.safety__content .stars .safety-Top p.nb-safety,
.safety__content .stars .safety-Elite p.nb-safety {
  font-size: 40px;
  display: inline-block;
  color: #222;
  font-family: "Avenir-Black", Arial;
}
.safety__content .percentage {
  vertical-align: top;
  top: 0.5em;
  color: #6d6f72;
}
.safety__content .last-safety-perf {
  display: block;
  max-width: 350px;
  width: 100%;
  margin: 30px auto 0;
}
@media screen and (min-width: 1024px) {
  .safety__content .last-safety-perf {
    margin-left: 10px;
  }
}
.safety__content .last-safety-perf p {
  margin: 0;
  color: #6d6f72;
  font-size: 18px;
  display: inline-block;
}
.safety__content .last-safety-perf p.date-safety-elite {
  color: #1c87c9;
  display: inline-block;
}
.safety__content .last-safety-perf p.elite-name {
  font-size: 20px;
  color: #222;
  margin: 0;
  display: block;
}
.safety__chart {
  display: flex;
  flex-flow: row wrap;
}
@media screen and (min-width: 1024px) {
  .safety__chart {
    flex-wrap: nowrap;
  }
}
.safety__chart .chart-perf {
  flex: 1 1 auto;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 100%;
  flex-preferred-size: 100%;
  max-width: 100%;
  text-align: center;
  position: relative;
}
.safety__chart .chart-perf::after {
  content: "";
  position: absolute;
  right: 0;
  top: 30px;
  width: 2px;
  height: 132px;
  background: #d0d0d0;
}
.safety__chart .chart-perf p {
  width: 65%;
  margin: 10px auto 0;
  font-size: 16px;
}
.safety__chart .perf {
  flex: 1 1 auto;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 100%;
  flex-preferred-size: 100%;
  max-width: 100%;
  vertical-align: middle;
  position: relative;
}
@media screen and (min-width: 768px) {
  .safety__chart .perf .stats-perf {
    width: 400px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin: 0 auto;
  }
  .safety__chart .perf .stats-perf .stars {
    justify-content: space-around;
  }
}
@media screen and (min-width: 1024px) {
  .safety__chart .perf .stats-perf {
    width: auto;
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .safety__chart .perf .stats-perf {
    padding-left: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .article-txt-full__content {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 83.33333333333334%;
    flex-preferred-size: 83.33333333333334%;
    max-width: 83.33333333333334%;
  }
}
@media screen and (max-width: 1023px) {
  .article-key-figures {
    display: flex;
  }
}
.article-key-figures__slides {
  display: flex;
  margin: 0;
  padding: 0;
  list-style-type: none;
  transition: transform 0.4s ease;
}
@media screen and (min-width: 1024px) {
  .article-key-figures__slides {
    flex-wrap: wrap;
  }
}
@media print {
  .article-key-figures__slides {
    flex-wrap: wrap;
  }
}
.article-key-figures__slides-wrap {
  margin-top: -20px;
}
@media screen and (max-width: 1023px) {
  .article-key-figures__slides-wrap {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 75%;
    flex-preferred-size: 75%;
    max-width: 75%;
    position: relative;
    overflow: hidden;
  }
}
.article-key-figures__slide {
  width: calc((75vw / 2) - 7px);
  padding-right: 20px;
}
@media screen and (min-width: 768px) {
  .article-key-figures__slide {
    width: calc((75vw / 2) - 15px);
  }
}
@media screen and (min-width: 1024px) {
  .article-key-figures__slide {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 33.33333333333333%;
    flex-preferred-size: 33.33333333333333%;
    max-width: 33.33333333333333%;
    margin-bottom: 20px;
  }
  .article-key-figures__slide p {
    max-width: 75%;
  }
}
@media print {
  .article-key-figures__slide {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 33.33333333333333%;
    flex-preferred-size: 33.33333333333333%;
    max-width: 33.33333333333333%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .article-key-figures__controls {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 25%;
    flex-preferred-size: 25%;
    max-width: 25%;
  }
}
@media screen and (min-width: 1024px) {
  .article-key-figures__controls {
    display: none;
  }
}
@media print {
  .article-key-figures__controls {
    display: none;
  }
}
.article-key-figures__number {
  display: block;
  padding-bottom: 5px;
  font-weight: 700;
  font-size: 1.666666666666667rem;
  font-family: 'Montserrat', sans-serif;
  color: #333745;
}
@media screen and (min-width: 768px) {
  .article-key-figures__number {
    font-size: 2.666666666666667rem;
  }
}
.key-fig-half {
  flex: 1 1 auto;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 50%;
  flex-preferred-size: 50%;
  max-width: 50%;
}
.key-fig-half .headline {
  text-align: center;
}
.key-fig-half .article-key-figures .article-key-figures__slide {
  flex: 1 1 auto;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 100%;
  flex-preferred-size: 100%;
  max-width: 100%;
  display: flex;
  margin-bottom: 25px;
}
.key-fig-half .article-key-figures .article-key-figures__slide .article-key-figures__number {
  display: inline-block;
  min-width: 40px;
}
.key-fig-half .article-key-figures .article-key-figures__slide > div {
  flex: 1 1 auto;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 100%;
  flex-preferred-size: 100%;
  max-width: 100%;
  margin-left: 20px;
}
.key-fig-half .article-key-figures .article-key-figures__slide > div h3 {
  margin-top: 0;
}
.key-fig-half .article-key-figures__slides-wrap {
  margin-top: 0;
}
@media screen and (max-width: 1023px) {
  .key-fig-half {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 100%;
    flex-preferred-size: 100%;
    max-width: 100%;
  }
  .key-fig-half .article-key-figures .article-key-figures__slides {
    flex-wrap: wrap;
  }
  .key-fig-half .article-key-figures .article-key-figures__slides-wrap {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 100%;
    flex-preferred-size: 100%;
    max-width: 100%;
  }
  .key-fig-half .article-key-figures .article-key-figures__slide {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .key-fig-half {
    border-right: 1px solid #eee;
    padding-right: 10px;
  }
}
.article-featured {
  position: relative;
}
.article-featured ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media screen and (max-width: 767px) {
  .article-featured ul li:not(:last-child) {
    margin-bottom: 50px;
  }
}
.article-featured__txt {
  position: absolute;
  top: 0;
  transform: translateY(-60%);
  display: block;
  width: 100%;
  font-size: 8.333333333333334rem;
  text-align: center;
  color: #757575;
  opacity: 0.08;
  font-weight: 700;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .article-featured__txt {
    display: none;
  }
}
@media screen and (min-width: 1280px) {
  .article-featured__txt {
    font-size: 11.11111111111111rem;
  }
}
.article-featured__item {
  align-items: center;
  text-decoration: none;
}
.article-featured__item:hover .btn__wording {
  color: #eb0000;
}
@media screen and (min-width: 768px) {
  .article-featured__item {
    display: flex;
  }
}
.article-featured__item .btn {
  justify-content: flex-end;
}
.article-featured__item-link,
.article-featured__item-img {
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .article-featured__item-link,
  .article-featured__item-img {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 25%;
    flex-preferred-size: 25%;
    max-width: 25%;
  }
}
@media screen and (min-width: 1024px) {
  .article-featured__item-link,
  .article-featured__item-img {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 16.666666666666664%;
    flex-preferred-size: 16.666666666666664%;
    max-width: 16.666666666666664%;
  }
}
.article-featured__item-img {
  width: 100%;
  align-self: stretch;
}
.article-featured__item-txt {
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .article-featured__item-txt {
    margin: 15px 0;
  }
}
@media screen and (min-width: 768px) {
  .article-featured__item-txt {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 50%;
    flex-preferred-size: 50%;
    max-width: 50%;
    padding: 10px 10px 10px 15px;
  }
}
@media screen and (min-width: 1024px) {
  .article-featured__item-txt {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 50%;
    flex-preferred-size: 50%;
    max-width: 50%;
    margin-left: 16.666666666666664%;
    padding-left: 0;
  }
}
.article-featured__item-title {
  display: block;
  margin-bottom: 15px;
  font-size: 1.666666666666667rem;
  font-family: 'DM Serif Text', serif;
  font-weight: 700;
  color: #333745;
}
@media print {
  .article-featured__txt,
  .article-featured__item-link {
    display: none;
  }
  .article-featured__item {
    display: flex;
  }
  .article-featured__item-img {
    width: 25%;
  }
  .article-featured__item-txt {
    width: 75%;
    padding-left: 20px;
  }
}
.article-video {
  position: relative;
}
.article-video.is-playing .article-video__poster,
.article-video.is-playing .article-video__play {
  opacity: 0;
  visibility: hidden;
}
.article-video.is-playing .article-video__media:after {
  opacity: 0;
  visibility: hidden;
}
@media screen and (min-width: 1024px) {
  .article-video.is-playing .article-video__txt {
    opacity: 0;
    visibility: hidden;
  }
}
.article-video__media {
  position: relative;
  overflow: hidden;
  padding-top: 56.2%;
}
.article-video__media:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, #000 0%, rgba(0,0,0,0) 100%);
  opacity: 0.6;
  transition: 0.3s all linear;
}
@media print {
  .article-video__media {
    margin-top: 20px;
  }
  .article-video__media:after {
    display: none;
  }
}
.article-video__poster {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s all linear;
}
@media screen and (max-width: 1023px) {
  .article-video__txt {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .article-video__txt {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 66.66666666666666%;
    flex-preferred-size: 66.66666666666666%;
    max-width: 66.66666666666666%;
    margin-left: 16.666666666666664%;
    position: absolute;
    display: flex;
    align-items: flex-start;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 2;
    transition: 0.3s all linear;
  }
}
@media screen and (min-width: 1280px) {
  .article-video__txt {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 50%;
    flex-preferred-size: 50%;
    max-width: 50%;
    margin-left: 33.33333333333333%;
  }
}
.article-video__title {
  margin: 0 0 15px;
  font-size: 1.444444444444444rem;
  line-height: 33px;
  font-weight: 600;
  font-family: 'DM Serif Text', serif;
}
@media screen and (min-width: 768px) {
  .article-video__title {
    font-size: 1.666666666666667rem;
    line-height: 35px;
  }
}
@media screen and (min-width: 1024px) {
  .article-video__title {
    color: #fff;
  }
}
@media screen and (min-width: 1024px) {
  .article-video__desc {
    color: #fff;
    font-size: 0.833333333333333rem;
    line-height: 30px;
  }
}
.article-video__play {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background-color: #eb0000;
  transition: 0.3s all linear;
  border: none;
  -webkit-appearance: none;
  cursor: pointer;
}
.article-video__play--mobile {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 65px;
  height: 65px;
  transform: translate(-50%, -50%);
  z-index: 5;
}
.article-video__play--mobile svg {
  width: 10px;
}
@media screen and (min-width: 1024px) {
  .article-video__play--mobile {
    display: none;
  }
}
.article-video__play--desktop {
  width: 100px;
  height: 100px;
}
@media screen and (max-width: 1023px) {
  .article-video__play--desktop {
    display: none;
  }
}
.article-video__play:hover {
  background-color: #fff;
}
.article-video__play:hover svg {
  fill: #eb0000;
}
.article-video__play:focus {
  outline: none;
}
.article-video__play svg {
  transition: 0.3s fill linear;
  fill: #fff;
}
@media screen and (min-width: 1024px) {
  .article-video__play {
    margin-right: 35px;
  }
}
@media screen and (min-width: 1280px) {
  .article-video__play {
    margin-right: 50px;
    margin-left: 45px;
  }
}
@media print {
  .article-video__play {
    -webkit-print-color-adjust: exact;
  }
  .article-video__play--desktop {
    display: none;
  }
}
.article-video__video {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.anchor-list {
  display: flex;
  flex-direction: row;
}
.anchor-list__inner {
  flex: 1 1 auto;
  flex-grow: 1;
  flex-shrink: 1;
  margin: 0 auto;
  margin-bottom: 50px;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .anchor-list__inner {
    flex-basis: 75%;
    flex-preferred-size: 75%;
    max-width: 75%;
  }
}
.anchor-list__inner ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
}
@media screen and (min-width: 1024px) {
  .anchor-list__inner ul {
    display: flex;
    flex-wrap: wrap;
  }
}
.anchor-list__inner ul li {
  display: block;
  width: 100%;
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .anchor-list__inner ul li {
    width: 16.6px;
    width: calc(100% / 6);
    margin-top: 50px;
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .anchor-list__inner ul li:first-child a {
    padding-top: 0;
  }
}
.anchor-list__inner ul li a {
  display: block;
  position: relative;
  font-size: 1.111111111111111rem;
  line-height: 1.2;
  color: #333745;
  padding: 1.1rem 2rem 1.1rem 0.5rem;
}
@media screen and (min-width: 1024px) {
  .anchor-list__inner ul li a {
    font-size: 0.833333333333333rem;
  }
}
@media screen and (min-width: 1280px) {
  .anchor-list__inner ul li a {
    font-size: 1.111111111111111rem;
  }
}
.anchor-list__inner ul li a::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  border-bottom: 2px solid #eb0000;
  transition: transform 0.5s cubic-bezier(0.125, 0.75, 0.415, 1);
  transform-origin: 0 0;
  transform: scaleX(0);
}
.anchor-list__inner ul li a:hover {
  color: #eb0000;
}
.anchor-list__inner ul li a:hover::after {
  transform: scaleX(1);
}
@media screen and (min-width: 1024px) {
  .anchor-list__inner ul li a:hover::after {
    transform: scaleX(0.9);
  }
}
.wrapper-search-lang {
  position: relative;
  display: block;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .wrapper-search-lang {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .wrapper-search-lang {
    display: flex;
  }
}
@media screen and (min-width: 1024px) {
  .lang-wrapper {
    display: flex;
  }
}
.lang {
  text-align: center;
  display: block;
  font-size: 0.611111111111111rem;
  font-family: 'Montserrat', sans-serif;
  margin-top: 30px;
}
@media screen and (min-width: 1024px) {
  .lang {
    margin-top: 0;
    text-align: left;
    margin-left: 30px;
  }
}
.lang__switch {
  display: inline-flex;
}
.lang__list:not(:last-child) {
  margin-right: 20px;
}
.lang__link {
  color: #aaa;
  text-decoration: none;
}
.lang__link-active {
  color: #757575;
}
.tns-outer {
  padding: 0 !important;
}
.tns-outer [hidden] {
  display: none !important;
}
.tns-outer [aria-controls],
.tns-outer [data-action] {
  cursor: pointer;
}
.tns-slider {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s;
}
.tns-slider>.tns-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}
.tns-horizontal.tns-subpixel>.tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}
.tns-horizontal.tns-no-subpixel:after {
  content: '';
  display: table;
  clear: both;
}
.tns-horizontal.tns-no-subpixel>.tns-item {
  float: left;
}
.tns-horizontal.tns-carousel.tns-no-subpixel>.tns-item {
  margin-right: -100%;
}
.tns-no-calc {
  position: relative;
  left: 0;
}
.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}
.tns-gallery>.tns-item {
  position: absolute;
  left: -100%;
  -webkit-transition: transform 0s, opacity 0s;
  -moz-transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s;
}
.tns-gallery>.tns-slide-active {
  position: relative;
  left: auto !important;
}
.tns-gallery>.tns-moving {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.tns-autowidth {
  display: inline-block;
}
.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6;
}
.tns-lazy-img.tns-complete {
  opacity: 1;
}
.tns-ah {
  -webkit-transition: height 0s;
  -moz-transition: height 0s;
  transition: height 0s;
}
.tns-ovh {
  position: relative;
  overflow: hidden;
}
.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}
.tns-transparent {
  opacity: 0;
  visibility: hidden;
}
.tns-fadeIn {
  opacity: 1;
  z-index: 0;
}
.tns-normal,
.tns-fadeOut {
  opacity: 0;
  z-index: -1;
}
.tns-vpfix {
  white-space: nowrap;
}
.tns-vpfix>div,
.tns-vpfix>li {
  display: inline-block;
}
.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}
.slider-slide {
  position: relative;
  overflow: hidden;
}
.slider-slide img {
  width: 100%;
}
.slider-container {
  margin-top: 40px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .slider-container {
    margin-top: 50px;
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 1023px) {
  .slider-container {
    padding-top: 50px;
  }
}
.tns-controls {
  position: absolute;
}
.tns-controls button {
  display: block;
  border: none;
  background: none;
}
.tns-controls button path {
  transition: 0.3s all linear;
}
.tns-controls button:hover path {
  fill: #f00;
}
@media screen and (max-width: 1023px) {
  .tns-controls {
    display: flex;
    top: 0;
    left: 0;
  }
  .tns-controls button[data-controls="next"] {
    transform: rotate(90deg);
  }
  .tns-controls button[data-controls="prev"] {
    margin-right: 20px;
    transform: rotate(-90deg);
  }
}
@media screen and (min-width: 1024px) {
  .tns-controls {
    left: 0;
    top: 18.75vw;
    width: 12.5vw;
    transform: translate(-100%, -50%);
  }
  .tns-controls button {
    margin: auto;
  }
  .tns-controls button:not(:last-child) {
    margin-bottom: 25px;
  }
  .tns-controls button[data-controls="next"] {
    transform: rotate(180deg);
  }
}
.tns-nav {
  position: absolute;
}
.tns-nav button {
  display: block;
  padding: 0;
  border-radius: 0;
  border: 1px solid #333745;
  border-image: none;
  text-shadow: none;
  height: 10px;
  width: 10px;
  background-color: #333745;
}
.tns-nav .tns-nav-active {
  background-color: #fff;
}
@media screen and (max-width: 1023px) {
  .tns-nav {
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    height: 30px;
  }
  .tns-nav button {
    margin: 0 7px;
  }
  .tns-nav button:first-child {
    margin-left: 0;
  }
  .tns-nav button:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .tns-nav {
    right: 0;
    top: 18.75vw;
    width: 12.5vw;
    transform: translate(100%, -50%);
  }
  .tns-nav button {
    margin: 12px auto;
  }
}
.vertical_slider-wrap {
  margin-bottom: 105px;
}
@media screen and (max-width: 1023px) {
  .vertical_slider-wrap .headline {
    margin-bottom: 40px;
  }
}
.vertical_slider .tns-outer {
  margin: 0 -10px;
}
@media screen and (min-width: 768px) {
  .vertical_slider .tns-outer {
    margin: 0 -20px;
  }
}
@media screen and (min-width: 1024px) {
  .vertical_slider .tns-outer {
    margin: 0;
  }
}
@media screen and (max-width: 1023px) {
  .slide__left {
    margin-bottom: 45px;
  }
}
@media screen and (min-width: 1024px) {
  .slide__left {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 66.66666666666666%;
    flex-preferred-size: 66.66666666666666%;
    max-width: 66.66666666666666%;
    padding-right: 15px;
  }
}
.slide__txt {
  display: block;
  text-decoration: none;
  padding: 30px 10px 0;
}
@media screen and (max-width: 1023px) {
  .slide__txt {
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 768px) {
  .slide__txt {
    padding: 30px 20px 0;
  }
}
@media screen and (min-width: 1024px) {
  .slide__txt {
    display: flex;
    align-items: flex-start;
    padding: 35px 0 0;
  }
}
.slide__btn {
  display: flex;
  align-items: flex-end;
}
.slide__btn .btn__lines {
  top: 0;
}
@media screen and (min-width: 1024px) {
  .slide__btn {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 33.33333333333333%;
    flex-preferred-size: 33.33333333333333%;
    max-width: 33.33333333333333%;
    margin-top: 45px;
  }
}
.slide__title {
  margin-bottom: 15px;
  font-family: 'Montserrat', sans-serif;
  font-size: 2.222222222222222rem;
  font-weight: 700;
  line-height: 40px;
  display: block;
  color: #333745;
}
@media screen and (min-width: 768px) {
  .slide__title {
    font-size: 3.333333333333333rem;
    line-height: 70px;
  }
}
@media screen and (min-width: 1024px) {
  .slide__title {
    margin-bottom: 35px;
  }
}
.slide__desc {
  display: block;
  color: #333745;
  font-family: 'DM Serif Text', serif;
  font-weight: 700;
  font-size: 1.666666666666667rem;
  line-height: 35px;
}
@media screen and (min-width: 768px) {
  .slide__desc {
    font-size: 2rem;
  }
}
.list-links__content svg {
  position: absolute;
}
.list-links__content .list .doc .list__link-text {
  display: block;
  padding-left: 34px;
}
@media screen and (min-width: 1024px) {
  .list-links__content .list .doc .list__link-text {
    display: inline-block;
    padding-left: 0;
  }
}
@media screen and (min-width: 1024px) {
  .list-links__content {
    margin-left: 0;
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 100%;
    flex-preferred-size: 100%;
    max-width: 100%;
  }
  .list-links__content .lists-container {
    display: flex;
  }
  .list-links__content .list {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 50%;
    flex-preferred-size: 50%;
    max-width: 50%;
    margin-top: 0;
  }
  .list-links__content .list__item {
    min-height: 50px;
  }
  .list-links__content .list__item.doc {
    margin-left: 35px;
  }
  .list-links__content .edito-download .list .list__item .list__link .list__doc-weight {
    display: inline-block;
  }
}
@media screen and (min-width: 1024px) {
  .list-links__content {
    margin-left: 0;
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 100%;
    flex-preferred-size: 100%;
    max-width: 100%;
  }
  .list-links__content .lists-container {
    display: flex;
  }
  .list-links__content .list {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 50%;
    flex-preferred-size: 50%;
    max-width: 50%;
    margin-top: 0;
  }
}
.accordion__container {
  padding-left: 0;
  margin: 0 auto;
}

.accordion__container .accordion__title.accordion__opened,
.accordion__container .accordion__title.accordion__opened button {
  font-weight: bold;
}
.accordion__container .accordion__title.accordion__opened::after,
.accordion__container .accordion__title.accordion__opened button::after {
  transform: rotate(0deg);
  transition: 0.4s ease;
}

.accordion__container h3 button {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.888888888888889rem;
  font-weight: normal;
  line-height: 1.222222222222222rem;
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .accordion__container li {
    padding-left: 20px;
    margin-bottom: auto;
  }
  .accordion__container h3:hover .accordion__title,
  .accordion__container h3:hover button {
    color: #eb0000;
  }
  .accordion__container h3:hover .accordion__title::before,
  .accordion__container h3:hover button::before {
    background-color: #eb0000;
  }
  .accordion__container h3:hover .accordion__title::after,
  .accordion__container h3:hover button::after {
    background-color: #eb0000;
  }
}
.accordion__content {
  padding-left: 6px;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.777777777777778rem;
  line-height: 1.333333333333333rem;
  color: #757575;
}
.accordion__content p {
  margin-bottom: 29px;
}
@media screen and (min-width: 1024px) {
  .accordion__content p {
    margin-bottom: 17px;
  }
}

.accordion__full-container  .accordion__container  .accordion__content p a {
    word-break: break-word;
}

@media screen and (min-width: 1024px) {
  .accordion__content {
    font-size: 0.833333333333333rem;
    padding: 0;
  }
}
.accordion__container .accordion__title {
  margin-left: 21px;
  /*font-size: pxToRem(18)
      font-weight: normal
      line-height: pxToRem(22)*/
  margin-bottom: 16px;
  color: #000;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .accordion__container .accordion__title {
    padding-left: 20px;
  }
}
.accordion__container .accordion__title::before {
  content: "";
  width: 15px;
  height: 1.5px;
  background-color: #000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -20px;
  transition: 0.4s ease;
}
@media screen and (min-width: 768px) {
  .accordion__container .accordion__title::before {
    right: 32px;
  }
}
.accordion__container .accordion__title::after {
  content: "";
  width: 15px;
  height: 1.5px;
  background-color: #000;
  position: absolute;
  top: 50%;
  transform: rotate(90deg) translate(0, -50%);
  left: -20px;
  transition: 0.4s ease;
}
@media screen and (min-width: 768px) {
  .accordion__container .accordion__title::after {
    right: 32px;
  }
}
.liste-complete-item {
  width: 100%;
  list-style-type: none;
  position: relative;
}
@media screen and (max-width: 767px) {
  .liste-complete-item {
    margin-bottom: 32px;
  }
}
.liste-complete-item a {
  text-decoration: none;
  color: inherit;
  border-bottom: none;
}
.liste-complete-item a .liste-complete-item__title::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.liste-complete-item .paragraph a:visited {
  color: #757575;
}
.liste-complete-item__inner {
  width: 100%;
  text-decoration: none;
  color: #333745;
}
@media screen and (min-width: 768px) {
  .liste-complete-item__inner {
    display: flex;
    align-items: center;
    padding-bottom: 32px;
  }
}
.liste-complete-item__img {
  flex: 1 1 auto;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 50%;
  flex-preferred-size: 50%;
  max-width: 50%;
  aspect-ratio: 1;
}
@media screen and (min-width: 768px) {
  .liste-complete-item__img {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 25%;
    flex-preferred-size: 25%;
    max-width: 25%;
  }
}
.liste-complete-item__img img {
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .liste-complete-item__info {
    text-align: center;
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 25%;
    flex-preferred-size: 25%;
    max-width: 25%;
  }
}
@media screen and (min-width: 768px) {
  .liste-complete-item__text {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 50%;
    flex-preferred-size: 50%;
    max-width: 50%;
  }
}
.liste-complete-item__type {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.888888888888889rem;
  line-height: 1.333333333333333rem;
  color: #757575;
}
.liste-complete-item__title {
  width: 100%;
  margin: 16px 0;
  /*font-size: pxToRem(18)
          line-height: pxToRem(22)
          font-weight: $font-weight__bold*/
  font-family: 'Montserrat', sans-serif;
  color: #000;
  transition: 0.4s ease;
  word-break: break-word;
  /*+from('small') {
              font-size: pxToRem(20)
              line-height: pxToRem(24)
          }*/
}
.liste-complete-item__download {
  margin-top: 24px;
  font-weight: 700;
  font-size: 0.833333333333333rem;
  line-height: 1.333333333333333rem;
}
@media screen and (max-width: 767px) {
  .liste-complete-item__download {
    font-size: 0.777777777777778rem;
  }
}
.liste-complete-item__download svg {
  position: absolute;
}
.liste-complete-item__download path {
  transition: 0.4s ease;
}
.liste-complete-item__download__text {
  display: block;
  margin-left: 17px;
  padding-left: 14px;
  color: #000;
}
.liste-complete-item__download:hover {
  color: #eb0000;
}
.liste-complete-item__download:hover path {
  fill: #eb0000;
  transition: 0.4s ease;
}
.liste-complete-item__download:hover span {
  color: #eb0000;
  transition: 0.4s ease;
}
.liste-complete-item__event {
  display: none;
}
@media screen and (min-width: 768px) {
  .liste-complete-item__link {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 25%;
    flex-preferred-size: 25%;
    max-width: 25%;
    display: flex;
    justify-content: flex-end;
  }
}
@media screen and (min-width: 1024px) {
  .liste-complete-item__link {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 20%;
    flex-preferred-size: 20%;
    max-width: 20%;
  }
}
@media screen and (min-width: 1024px) {
  .liste-complete-item .without-pic {
    align-items: start;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) {
  .liste-complete-item .without-pic .liste-complete-item__info {
    margin-top: 16px;
  }
}
.events .liste-complete-item {
  margin-bottom: 50px;
}
.events .liste-complete-item p a:link,
.events .liste-complete-item p a:visited {
  border: none;
}
.events .liste-complete-item__img {
  display: none;
}
.events .liste-complete-item__type {
  display: none;
}
.events .liste-complete-item__download {
  display: none;
}
.events .liste-complete-item__text {
  display: block;
  width: 100%;
  max-width: 100%;
}
.events .liste-complete-item__event {
  display: block;
  margin-top: 24px;
  font-weight: 700;
  font-size: 0.833333333333333rem;
  line-height: 1.333333333333333rem;
  color: #000;
}
@media screen and (max-width: 767px) {
  .events .liste-complete-item__event {
    margin-top: 20px;
  }
}
.events .liste-complete-item__event svg {
  position: absolute;
}
.events .liste-complete-item__event path {
  transition: 0.4s ease;
}
.events .liste-complete-item__event:hover {
  color: #eb0000;
}
.events .liste-complete-item__event:hover path {
  fill: #eb0000;
  transition: 0.4s ease;
}
.events .liste-complete-item__event:hover span {
  color: #eb0000;
  transition: 0.4s ease;
}
.events .liste-complete-item__event a {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .liste-complete-filters {
    z-index: 2;
  }
}
.liste-complete-filters__inner {
  flex: 1 1 auto;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 100%;
  flex-preferred-size: 100%;
  max-width: 100%;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 22px;
  flex-direction: column;
}

@media screen and (min-width: 1024px) {
  .liste-complete-filters__inner {
    flex-direction: row;
    min-width: 25%;
    width: 100%;
    flex-wrap: wrap;
    gap: 30px 320px;
  }
  #filter-by-date,
  #filter-by-metier,
  #filter-by-type,
  #filter-by-type2,
  #filter-by-type3{
    width:500px;
  }
}
.liste-complete-filters__list {
  flex: 1 1 auto;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 100%;
  flex-preferred-size: 100%;
  max-width: 100%;
  flex-basis: auto;
  background-color: #fff;
  position: relative;
  margin-bottom: 24px;
}
@media screen and (min-width: 1024px) {
  .liste-complete-filters__list {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 25%;
    flex-preferred-size: 25%;
    max-width: 25%;
    margin-bottom: 0;
    background-color: transparent;
  }
}
.liste-complete-filters__arrow {
  width: 20px;
  height: 12px;
  position: relative;
  margin-top: 8px;
  margin-right: 8px;
  align-self: center;
  justify-self: flex-end;
}
.liste-complete-filters__arrow::before,
.liste-complete-filters__arrow::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciICAgICAgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSIxMyIgaGVpZ2h0PSI4Ij48cGF0aCBkPSJNNi41IDUuMDg2bDUtNUwxMi45MTQgMS41bC01IDVMNi41IDcuOTE0LjA4NiAxLjUgMS41LjA4Nmw1IDV6IiB0cmFuc2Zvcm09InJvdGF0ZSg5MGRlZykiIGZpbGw9IiMwMDAiPjwvcGF0aD48L3N2Zz4=");
  background-repeat: no-repeat;
}
.liste-complete-filters__arrow::after {
  transition: all 0.4s ease;
}
.liste-complete-filters__options-wrapper {
  z-index: 9999;
  position: absolute;
  top: 80%;
  left: 0;
  right: 0;
  display: none;
  opacity: 0;
  transition: 0.4s opacity;
  background: #fff;
}
@media screen and (min-width: 1024px) {
  .liste-complete-filters__options-wrapper {
    z-index: 1;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: visible;
    background: none;
    width: 72%;
  }
  .liste-complete-filters__options-wrapper:hover {
    display: block;
    opacity: 1;
  }
  .liste-complete-filters__options-wrapper.active {
    width: 503px;
  }
}
.liste-complete-filters__options-wrapper.active {
  display: block;
  opacity: 1;
}
.liste-complete-filters__options {
  line-height: 0;
}
@media screen and (min-width: 1024px) {
  .liste-complete-filters__options {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    min-width: calc(100% - 3px);
    width: 500px;
  }
}
.liste-complete-filters__options-inner {
  background: #fff;
  border: none;
  width: 100%;
  overflow-y: auto;
}
@media screen and (min-width: 1024px) {
  .liste-complete-filters__options-inner {
    padding-top: 10px;
    padding-bottom: 10px;
    max-height: 200px;
    display: block;
    width: auto;
    min-width: 100%;
    overflow-y: auto;
    width:500px;
  }
}
.liste-complete-filters__option {
  width: 100%;
  padding: 15px 15px;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.777777777777778rem;
  color: #757575;
  text-align: center;
  line-height: 24px;
  background: none;
  border: 1px solid;
  border-color: #eee;
  cursor: pointer;
  white-space: normal;
  transition: 0.4s color;
}
@media screen and (min-width: 1024px) {
  .liste-complete-filters__option {
    font-size: 0.833333333333333rem;
    text-align: left;
    padding: 5px 15px;
    border: none;
    white-space: nowrap;
  }
  .liste-complete-filters__option:hover {
    color: #eb0000;
  }
}
.liste-complete-filters__option.active {
  color: #eb0000;
}
.liste-complete-filters__option:last-child {
  border-bottom: 2px solid #eee;
}
@media screen and (min-width: 1024px) {
  .liste-complete-filters__option:last-child {
    border-style: none;
  }
}
.liste-complete-filters__title {
  background-color: #fff;
  box-shadow: 2px 2px #757575;
  display: flex;
  position: relative;
  background: none;
  border: none;
  margin: 0 0 12px 0;
  cursor: pointer;
  width: 100%;
  text-align: center;
  justify-content: center;
  height: 45px;
  padding-left: 10px;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .liste-complete-filters__title {
    width: 70%;
    height: 48px;
  }
}
.liste-complete-filters__title::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 0.111111111111111rem;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #eb0000;
  transform-origin: center left;
  transform: scaleX(0);
  transition: 0.4s transform;
}
.liste-complete-filters__title .headline-filter {
  width: 100%;
  margin-bottom: 0;
  font-size: 0.833333333333333rem;
  color: #000;
  transition: 0.4s color;
  line-height: 1.333333333333333rem;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: normal;
  display: flex;
  align-items: flex-end;
}
.liste-complete-filters__title .headline-filter:hover {
  color: #eb0000;
}
.liste-complete-filters__title.active::before {
  transform: scaleX(1);
}
.liste-complete-filters__title.active .headline-filter {
  color: #eb0000;
}
.liste-complete-filters__title.active .publications-filters__arrow::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciICAgICAgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSIxMyIgaGVpZ2h0PSI4Ij48cGF0aCBkPSJNNi41IDUuMDg2bDUtNUwxMi45MTQgMS41bC01IDVMNi41IDcuOTE0LjA4NiAxLjUgMS41LjA4Nmw1IDV6IiB0cmFuc2Zvcm09InJvdGF0ZSg5MGRlZykiIGZpbGw9IiNGMDAiPjwvcGF0aD48L3N2Zz4=");
}
@supports (-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%)) or (clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%)) {
  .liste-complete-filters__title.active .publications-filters__arrow::after {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
@media screen and (min-width: 1024px) {
  .liste-complete-filters__title:hover::before {
    transform: scaleX(1);
  }
  .liste-complete-filters__title:hover .publications-filters__arrow::after {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciICAgICAgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSIxMyIgaGVpZ2h0PSI4Ij48cGF0aCBkPSJNNi41IDUuMDg2bDUtNUwxMi45MTQgMS41bC01IDVMNi41IDcuOTE0LjA4NiAxLjUgMS41LjA4Nmw1IDV6IiB0cmFuc2Zvcm09InJvdGF0ZSg5MGRlZykiIGZpbGw9IiNGMDAiPjwvcGF0aD48L3N2Zz4=");
  }
  @supports (-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%)) or (clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%)) {
    .liste-complete-filters__title:hover .publications-filters__arrow::after {
      clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    }
  }
}
.filters-tags {
  margin-bottom: 50px;
  display: block;
  padding-left: 0;
}
@media screen and (min-width: 1024px) {
  .filters-tags {
    display: block;
  }
}
.filters-tags__item {
  display: inline-block;
  margin-right: 20px;
  line-height: 18px;
  color: #eb0000;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.833333333333333rem;
  font-weight: 600;
}
.filters-tags__item--remove {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.833333333333333rem;
  margin-left: 5px;
  font-weight: 700;
  cursor: pointer;
  background: transparent;
  border: none;
  padding: 0;
  font-weight: 600;
  color: #eb0000;
}
@media print {
  .liste-complete-filters {
    display: none;
  }
}
/* width */
::-webkit-scrollbar {
  width: 6px;
}
/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.liste-complete-filters__options-inner .mCSB_container {
  overflow: auto;
}
.liste-complete-filters__options-inner .mCustomScrollBox {
  overflow-y: hidden;
}
.results-page__title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 2.777777777777778rem;
  line-height: 3.111111111111111rem;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .results-page__title {
    font-size: 32px;
    line-height: 40px;
  }
}
.results-page__input {
  width: 100%;
  background-color: #fff;
  height: 64px;
  border: 1px solid rgba(0,0,0,0.07);
  font-family: 'Montserrat', sans-serif;
  color: #000;
  font-weight: 700;
  font-size: 1.222222222222222rem;
  line-height: 1.611111111111111rem;
  margin-top: 24px;
  padding-left: 24px;
}
@media screen and (max-width: 399px) {
  .results-page__input {
	padding-left: 16px;
  }
  .results-page__input::placeholder {
        font-size: 6vw; 
    }
}
.results-page__input::-ms-clear {
  display: none;
  height: 0;
  width: 0;
}
.results-page__form {
  position: relative;
}
.results-page__loup {
  display: none;
  position: absolute;
  top: 50%;
  right: 21px;
}
@media screen and (max-width: 767px) {
  .results-page__loup {
    right: 7px;
  }
}
.results-page .search__results_wrap {
  margin-top: 24px;
}
.results-page .search__results_title {
  font-size: 1.333333333333333rem;
  line-height: 1.611111111111111rem;
  font-weight: 700;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .results-page .search__results_title {
    font-size: 1rem;
    line-height: 1.222222222222222rem;
    margin-bottom: 32px;
  }
}
.results-page .results-page-block__inner {
  padding-left: 0;
}
.results-page .cross {
  width: 18px;
  height: 21px;
  position: absolute;
  right: 10px;
  top: 50%;
  display: block;
}
.results-page .cross:hover {
  cursor: pointer;
}
.results-page .results-page-item {
  width: 100%;
  list-style-type: none;
}
@media screen and (max-width: 767px) {
  .results-page .results-page-item {
    margin-bottom: 32px;
  }
  .results-page .results-page-item:last-child {
    margin-bottom: 12px;
  }
}
.results-page .results-page-item a {
  text-decoration: none;
  color: inherit;
  border-bottom: none;
}
.results-page .results-page-item__inner {
  width: ;
  text-decoration: none;
  color: #333745;
}
@media screen and (min-width: 768px) {
  .results-page .results-page-item__inner {
    display: flex;
    align-items: center;
    padding-bottom: 24px;
  }
}
@media screen and (min-width: 768px) {
  .results-page .results-page-item__text {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 100%;
    flex-preferred-size: 100%;
    max-width: 100%;
  }
}
.results-page .results-page-item__title {
  width: 100%;
  margin: 16px 0 8px;
  font-size: 1rem;
  line-height: 1.222222222222222rem;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  color: #000;
  transition: 0.4s ease;
}
@media screen and (min-width: 768px) {
  .results-page .results-page-item__title {
    margin: 0 0 8px;
    font-size: 1.111111111111111rem;
    line-height: 1.333333333333333rem;
  }
}
.results-page .results-page-item__download {
  margin-top: 24px;
  font-weight: 700;
  font-size: 0.833333333333333rem;
  line-height: 1.333333333333333rem;
  color: #000;
}
.results-page .results-page-item__download:hover {
  color: #eb0000;
}
.results-page .results-page-item__download:hover path {
  fill: #eb0000;
  transition: 0.4s ease;
}
.results-page .results-page-item__download__text {
  word-wrap: break-word;
  display: block;
  font-weight: 500;
  font-size: 0.888888888888889rem;
  line-height: 1.333333333333333rem;
  margin-bottom: 8px;
}
.strategy {
  margin: 50px auto;
}
.strategy .strategy_gallery {
  display: flex;
  margin: 0;
  padding: 0;
  align-items: stretch;
  list-style-type: none;
}
.strategy .strategy_gallery .strategy_gallery_item {
  flex: 1 1 auto;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 25%;
  flex-preferred-size: 25%;
  max-width: 25%;
}
.strategy .strategy_gallery .strategy_gallery_item .strategy_gallery_link {
  display: flex;
  flex-direction: column;
  width: 100%;
  text-decoration: none;
  height: 100%;
}
.strategy .strategy_gallery .strategy_gallery_item .strategy_gallery_link .square-img {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 100%;
  margin-bottom: 25px;
}
.strategy .strategy_gallery .strategy_gallery_item .strategy_gallery_link .square-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  width: auto;
  transform: translate(-50%, -50%);
}
.strategy .strategy_gallery .strategy_gallery_item .strategy_gallery_link .strategy_gallery_info {
  padding-right: 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.strategy .strategy_gallery .strategy_gallery_item .strategy_gallery_link .strategy_gallery_info .title {
  margin: 0;
  font-family: 'DM Serif Text', serif, serif;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1em;
  text-decoration: none;
  color: #000;
}
.strategy .strategy_gallery .strategy_gallery_item .strategy_gallery_link .strategy_gallery_info .title--level-3 {
  margin-top: 0;
  margin-bottom: 50px;
  /*font-size: 24px;*/
  font-family: 'Montserrat', sans-serif, sans-serif;
}
.strategy .pillar_container {
  display: flex;
}
.strategy .pillar_container .demiBox {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.strategy .pillar_container .demiBox .imgcontainer {
  width: 10%;
  text-align: center;
  margin-bottom: 80px;
}
.strategy .pillar_container .demiBox p {
  width: 81%;
  position: relative;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 80px;
}
.strategy .pillar_container .demiBox p a {
  text-decoration: none;
  color: #000;
  border-bottom: none;
}
.strategy .pillar_container .demiBox p a:hover {
  color: #eb0000;
}
.strategy .pillar_container .demiBox p a::after {
  content: ">";
  position: absolute;
  right: 20px;
}
.strategy .square_container {
  display: flex;
}
.strategy .square_container .square {
  width: 50%;
  position: relative;
  background-color: #34b233;
  overflow: hidden;
  color: #fff;
  align-self: flex-start;
}
.strategy .square_container .square:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.strategy .square_container .square:last-of-type {
  margin-top: 100px;
}
.strategy .square_container .square .squareInnerContent,
.strategy .square_container .square img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.strategy .square_container .square .squareInnerContent {
  width: 70%;
  height: 75%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.strategy .square_container .square .squareInnerContent h3 {
  /*font-size:36px;*/
  font-family: 'DM Serif Text', serif, serif;
  color: #fff;
  /*line-height:43px;*/
}
.strategy .square_container .square .squareInnerContent p {
  font-size: 16px;
  font-family: 'Montserrat', sans-serif, sans-serif;
  line-height: 24px;
  color: #fff;
}
.strategy .square_container .square .squareInnerContent .btn__wording {
  color: #fff;
}
.strategy .square_container .square .squareInnerContent .btn__line {
  background: #fff;
}
.strategy .square_container .square .squareInnerContent a {
  color: #fff;
  text-decoration: none;
  border-bottom: none;
}
.strategy .square_container .square img {
  width: 100%;
  height: 100%;
}
.stock {
  position: relative;
}
@media screen and (max-width: 1023px) {
  .stock .block {
    padding: 40px 35px;
  }
}
@media screen and (max-width: 767px) {
  .stock .block {
    padding: 25px 35px;
  }
}
.stock__content {
  flex: 1 1 auto;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 100%;
  flex-preferred-size: 100%;
  max-width: 100%;
}
@media screen and (min-width: 1024px) {
  .stock__content {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 66.66666666666666%;
    flex-preferred-size: 66.66666666666666%;
    max-width: 66.66666666666666%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .stock__content .title--paragraph {
    font-size: 0.888888888888889rem;
  }
}
.stock .content__intro {
  margin-bottom: 50px;
}
@media screen and (min-width: 1024px) {
  .stock .content__intro {
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    text-align: 'middle';
    margin-bottom: 0;
    height: 100vh;
  }
}
@media screen and (min-width: 1024px) {
  .stock .content.no-intro {
    margin: 40px 0px;
  }
}
.stock .intro__inner {
  width: 100%;
}
.stock .content-block {
  margin-bottom: 50px;
}
.stock .content-title {
  text-transform: uppercase;
}
.stock .paragraph strong {
  color: #000;
}
.stock .content-quote .info2 {
  margin-bottom: 50px;
}
.stock .content-image .image-block {
  margin-bottom: 20px;
}
.stock .table {
  outline: 1px solid #dedede;
}
.stock .table--current-day__row {
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  background-color: #fff;
  border-bottom: 1px solid #dedede;
}
.stock .table--current-day__row:nth-of-type(even) {
  background-color: #eee;
}
.stock .table--current-day__row:last-child {
  border-bottom: none;
}
.stock .table--current-day__row__label {
  flex: 1 1 auto;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 66.66666666666666%;
  flex-preferred-size: 66.66666666666666%;
  max-width: 66.66666666666666%;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-right: 1px solid #dedede;
}
@media screen and (min-width: 768px) {
  .stock .table--current-day__row__label {
    padding-right: 30px;
    padding-left: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.stock .table--current-day__row__value {
  flex: 1 1 auto;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 33.33333333333333%;
  flex-preferred-size: 33.33333333333333%;
  max-width: 33.33333333333333%;
  display: flex;
  align-self: stretch;
  align-items: center;
  justify-content: flex-end;
  padding: 10px 15px;
  text-align: right;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .stock .table--current-day__row__value {
    padding: 20px;
  }
}
.stock .table--history__row {
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  background-color: #fff;
  border-bottom: 1px solid #dedede;
}
.stock .table--history__row:nth-of-type(odd) {
  background-color: #eee;
}
.stock .table--history__row:last-child {
  border-bottom: none;
}
.stock .table--history__row__label {
  flex: 1 1 auto;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 25%;
  flex-preferred-size: 25%;
  max-width: 25%;
  flex-direction: column;
  display: flex;
  align-self: stretch;
  align-items: center;
  justify-content: center;
  padding-right: 5px;
  padding-left: 5px;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  background-color: #757575;
  border-right: 1px solid #dedede;
  font-size: 11.5px;
  overflow: visible;
  white-space: normal;
  word-break: break-word;
}
@media screen and (min-width: 768px) {
  .stock .table--history__row__label {
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.stock .table--history__row__value {
  flex: 1 1 auto;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 25%;
  flex-preferred-size: 25%;
  max-width: 25%;
  display: flex;
  flex-direction: column;
  align-self: stretch;
  align-items: center;
  justify-content: center;
  padding-right: 5px;
  padding-left: 5px;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: right;
  border-right: 1px solid #dedede;
  word-break: break-all;
}
@media screen and (min-width: 768px) {
  .stock .table--history__row__value {
    flex-direction: row;
    justify-content: flex-end;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .stock .table--history__row__value {
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media screen and (min-width: 1280px) {
  .stock .table--history__row__value {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.stock .table--history__row__value--date {
  justify-content: center;
}
.stock .table--history__row__value img {
  margin-top: 5px;
  height: 15px;
  width: 15px;
}
@media screen and (min-width: 768px) {
  .stock .table--history__row__value img {
    margin-left: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .stock .table--history__row__value img {
    margin-left: 10px;
  }
}
@media screen and (min-width: 1280px) {
  .stock .table--history__row__value img {
    margin-left: 20px;
  }
}
.stock .graph-wrapper {
  background-color: #fff;
  outline: 1px solid #dedede;
}
.stock .graph-wrapper .graph-filters {
  padding: 30px;
}
@media screen and (min-width: 768px) {
  .stock .graph-wrapper .graph-filters {
    padding: 50px;
  }
}
.stock .graph-wrapper .graph-filters__row {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .stock .graph-wrapper .graph-filters__row {
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
}
.stock .graph-wrapper .graph-filters__row:last-child {
  margin-bottom: 0;
}
.stock .graph-wrapper .graph-filters__row .graph-filter {
  flex-grow: 1;
  flex-basis: 0;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .stock .graph-wrapper .graph-filters__row .graph-filter {
    margin-bottom: 0;
  }
}
.stock .graph-wrapper .graph-filters__row .graph-filter:last-child {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .stock .graph-wrapper .graph-filters__row .graph-filter:last-child {
    margin-left: 10px;
  }
}
.stock .graph-wrapper .graph-filters__row .graph-filter__input--select {
  visibility: hidden;
  display: none;
}
.stock .graph-wrapper .graph-container {
  position: relative;
}
.stock .graph-wrapper .graph {
  width: 100%;
  border-top: 1px solid #dedede;
}
.stock .graph-wrapper .graph__tooltip {
  padding: 10px;
  background-color: #fff;
  border: 2px solid #dedede;
}
.stock .graph-wrapper .graph__tooltip__label {
  font-size: 0.9rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #757575;
}
.stock .graph-wrapper .graph__tooltip__value {
  font-size: 0.9rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #000;
}
@media screen and (max-width: 1023px) {
  .stock .graph-wrapper .graph svg {
    max-width: 100%;
  }
}
.stock .graph-wrapper .graph .c3-line {
  stroke-width: 2px;
}
.stock .graph-wrapper .graph .c3-circle {
  stroke-width: 2px;
  stroke: #eb0000 !important;
  fill: #fff !important;
}
.stock .graph-wrapper .graph .c3-axis-x .tick text {
  text-anchor: start !important;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  transform: translate(10px, -25px);
}
.stock .graph-wrapper .graph .c3-axis-x .tick text tspan {
  display: none;
}
.stock .graph-wrapper .graph .c3-axis-x .tick text tspan:first-child {
  display: inline;
}
.stock .graph-wrapper .graph .c3-axis-x line {
  opacity: 0;
}
.stock .graph-wrapper .graph .c3-axis-x .domain {
  stroke: #dedede;
}
.stock .graph-wrapper .graph .c3-xgrid-line line {
  stroke: #eee;
}
.stock .graph-wrapper .graph_comparison {
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
}
.stock .graph-wrapper .graph_comparison.is-visible {
  display: block;
}
.stock .graph-wrapper .highcharts-tooltip {
  padding: 10px;
  background-color: #fff;
  border: 2px solid #dedede;
}
.stock .graph-wrapper .highcharts-tooltip > span {
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  font-size: 0.9rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #000;
}
.stock .graph-wrapper .highcharts-tooltip__label {
  font-size: 0.9rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #757575;
}
.stock .graph-wrapper .highcharts-label-box {
  display: none;
}
.stock .graph-wrapper .press__wrapper {
  position: relative;
  display: inline-block;
  margin: 0 30px 30px 30px;
  cursor: pointer;
}
.stock .graph-wrapper .press__wrapper .checkbox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  appearance: none;
}
.stock .graph-wrapper .press__main-label {
  margin-bottom: 20px;
}
.stock .graph-wrapper .checkbox--fake {
  position: relative;
  display: inline-block;
  margin: -1px 4px 0 0;
  border: 2px solid #757575;
  width: 20px;
  height: 20px;
  vertical-align: middle;
}
.stock .graph-wrapper .checkbox--fake span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  background: #000;
  transform: translate(-50%, -50%) scale(0);
  transform-origin: center;
  transition: transform 0.4s;
}
.stock .graph-wrapper .checkbox:checked + .form__label .checkbox--fake span {
  transform: translate(-50%, -50%) scale(1);
}
.stock .cs-select {
  position: relative;
  border-top: 0;
  border-right: 2px solid #dedede;
  border-bottom: 2px solid #dedede;
  border-left: 0;
  padding-top: 15px;
  padding-bottom: 20px;
  padding-right: 40px;
  height: 55px;
  cursor: pointer;
  border-color: #757575;
}
.stock .cs-select:before {
  content: '';
  position: absolute;
  top: 31%;
  right: 15px;
  width: 11px;
  height: 16px;
  background: transparent url("/static/images/menu-arrow.svg") top left no-repeat;
  transition: transform 0.2s;
  transform: rotate(-90deg);
}
.stock .cs-select.open .cs-wrapper .cs-list {
  opacity: 1;
  transform: scaleY(1);
  display: block;
}
.stock .cs-select.open:before {
  transform: rotate(90deg);
}
.stock .cs-select.above .cs-wrapper .cs-list {
  position: absolute;
  bottom: 10px;
  left: 0;
  top: auto;
  transform-origin: left bottom 0;
}
.stock .cs-select .cs-list {
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 2;
  border: 2px solid #757575;
  border-top: 0;
  padding: 0;
  max-height: 200px;
  width: 100.1%;
  background-color: #fff;
  opacity: 0;
  transform-origin: 0 0 0;
  transform: scaleY(0);
  transition: all 0.2s ease-in-out;
  overflow: auto;
  display: none;
}
.stock .cs-select .cs-option {
  float: none;
  display: block;
  margin: 0;
  padding: 5px 20px 5px 15px;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  color: #757575;
  text-align: left;
  transition: all 0.2s ease-in-out;
}
.stock .cs-select .cs-option:hover {
  color: #fff;
  background-color: #757575;
}
@media screen and (max-width: 767px) {
  .stock .cs-select .cs-option {
    font-size: 0.777777777777778rem;
  }
}
.stock .cs-select .cs-label {
  font-size: 0.888888888888889rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #000;
}
@media screen and (max-width: 767px) {
  .stock .cs-select .cs-label {
    font-size: 0.777777777777778rem;
  }
}
.stock .graph-filter {
  position: relative;
}
.stock .graph-filter--label {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  z-index: 0;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif, sans-serif;
  font-weight: 700;
  color: #000;
}
@media screen and (max-width: 767px) {
  .stock .graph-filter--label {
    font-size: 0.777777777777778rem;
  }
}
.stock .graph-filter li.cs-option.selected {
  font-weight: 700;
  color: #000;
}
@media screen and (min-width: 1280px) {
  .stock .bkg-text-block {
    padding-top: 0;
  }
}
.stock .info1 a {
  color: #000;
  text-decoration: none;
}
.career-header.article-header-career-hp {
  flex: 1 1 auto;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 100%;
  flex-preferred-size: 100%;
  max-width: 100%;
  position: relative;
  overflow: hidden;
}
.career-header.article-header-career-hp .page-title {
  /*line-height: pxToRem(40)
      font-size: pxToRem(30)*/
  max-width: 90%;
}
@media screen and (min-width: 1024px) {
  .career-header.article-header-career-hp .page-title {
    max-width: 75%;
  }
}
.career-header.article-header-career-hp.text--white .link-wrapper {
  margin: 0;
  padding: 0;
}
.career-header.article-header-career-hp.text--white .link-wrapper .btn {
  color: #fff;
  display: inline-flex;
}
.career-header.article-header-career-hp.text--white .link-wrapper .btn .btn__lines {
  top: 10px;
}
.career-header.article-header-career-hp.text--white .link-wrapper .btn .btn__lines .btn__line {
  background: #fff;
}
.career-header.article-header-career-hp.text--white .link-wrapper .btn .btn__wording {
  font-size: 0.777777777777778rem;
  max-width: none;
}
@media screen and (min-width: 768px) {
  .career-header.article-header-career-hp.text--white .link-wrapper .btn .btn__wording {
    font-size: 16px;
  }
}
.career-header.article-header-career-hp.text--white .link-wrapper.link {
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  .career-header.article-header-career-hp.text--white .link-wrapper.main__section.has-bg {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 28.333333333333332%;
    flex-preferred-size: 28.333333333333332%;
    max-width: 28.333333333333332%;
  }
}
@media screen and (min-width: 1024px) {
  .career-header.article-header-career-hp.text--white .link-wrapper.main__section.has-bg {
    margin-left: 10px;
  }
}
.career-header.article-header-career-hp.text--white .link-wrapper.main__section.has-bg .btn-bg {
  border: none;
  cursor: pointer;
}
@media screen and (max-width: 1023px) {
  .career-header.article-header-career-hp.text--white .link-wrapper.main__section.has-bg .btn-bg {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .career-header.article-header-career-hp.text--white .link-wrapper.main__section.has-bg .btn-bg {
    min-width: 277px;
    font-size: 16px;
    line-height: auto;
    font-weight: 700;
  }
}
@media screen and (min-width: 1280px) {
  .career-header.article-header-career-hp.text--white .link-wrapper.main__section.has-bg .btn-bg {
    padding: 22px 35px;
  }
}
.career-header.article-header-career-hp.text--white .link-wrapper.main__section.has-bg .btn__wording {
  max-width: none;
}
@media screen and (min-width: 768px) {
  .career-header.article-header-career-hp .article-header__content {
    width: 100%;
  }
}
.career-header.article-header-career-hp .search-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.career-header.article-header-career-hp .article-header__bg {
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .career-header.article-header-career-hp .article-header__bg {
    background-position: center right 33%;
  }
}
.career-header.article-header-career-hp .search__form {
  margin-bottom: 7px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .career-header.article-header-career-hp .search__form {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 66.66666666666666%;
    flex-preferred-size: 66.66666666666666%;
    max-width: 66.66666666666666%;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1023px) {
  .career-header.article-header-career-hp .search__form {
    width: 100%;
  }
}
.career-header.article-header-career-hp .search__form svg {
  position: absolute;
  left: 31px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .career-header.article-header-career-hp .search__form svg {
    left: 19px;
  }
}
.career-header.article-header-career-hp .search__form .visualy-hidden {
  position: absolute;
  left: -9999px;
}
.career-header.article-header-career-hp .search__form input {
  padding: 24px 57px;
  width: 100%;
  font-size: 0.833333333333333rem;
  line-height: 0.888888888888889rem;
  border: none;
  color: #000;
}
@media screen and (max-width: 1023px) {
  .career-header.article-header-career-hp .search__form input {
    font-size: 0.777777777777778rem;
    width: 100%;
  }
}
.career-header.article-header-career-hp .search__form input::placeholder {
  color: #959595;
  font-weight: 500;
}
.career-header.article-header-career-hp .search__form input:-ms-input-placeholder {
  color: #959595;
  font-weight: 500;
}
.career-header.article-header-career-hp .search__form input::-ms-input-placeholder {
  color: #959595;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .career-header.article-header-career-hp .search__form input {
    padding: 19px 25px 19px 49px;
  }
}
@media screen and (max-width: 767px) {
  .career-header.article-header-career-hp .search__form [placeholder] {
    text-overflow: ellipsis;
  }
}
.liste-carrieres-item {
  width: 100%;
  list-style-type: none;
  margin-bottom: 20px;
  border: 1px solid rgba(0,0,0,0);
}
@media screen and (max-width: 767px) {
  .liste-carrieres-item {
    margin-bottom: 32px;
  }
}
.liste-carrieres-item a {
  text-decoration: none;
  color: inherit;
  border-bottom: none;
}
.liste-carrieres-item .paragraph a:visited {
  color: #757575;
}
.liste-carrieres-item:hover {
  position: relative;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.1);
  border-left: 1px solid #eee;
}
.liste-carrieres-item:hover:before {
  position: absolute;
  content: '';
  left: -2px;
  width: 2.5px;
  height: 100%;
  background: #eb0000;
  transition: 0.4s ease;
}
.liste-carrieres-item:hover:after {
  position: absolute;
  content: '';
  height: 20px;
  background: linear-gradient(to bottom, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
  left: -2px;
  right: 0;
  bottom: -20px;
  transition: 0.4s ease;
}
.liste-carrieres-item:hover .liste-complete-item__text .link-wrapper .btn-bg {
  color: #fff;
  background-color: #eb0000;
  border-color: #eb0000;
}
.liste-carrieres-item .liste-complete-item__inner {
  flex-direction: column;
  padding: 10px 32px 32px;
  display: block;
}
@media screen and (min-width: 1024px) {
  .liste-carrieres-item .liste-complete-item__inner {
    padding: 22px 0 40px;
  }
}
.liste-carrieres-item .liste-complete-item__inner .liste-complete-item__container-offer {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.liste-carrieres-item .liste-complete-item__info {
  text-align: left;
  flex: 1 1 auto;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 100%;
  flex-preferred-size: 100%;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .liste-carrieres-item .liste-complete-item__info {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 66.66666666666666%;
    flex-preferred-size: 66.66666666666666%;
    max-width: 66.66666666666666%;
    padding: 0 40px;
  }
}
.liste-carrieres-item .liste-complete-item__text {
  flex: 1 1 auto;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 100%;
  flex-preferred-size: 100%;
  max-width: 100%;
  display: flex;
  margin-top: 32px;
  justify-content: flex-start;
}
@media screen and (min-width: 768px) {
  .liste-carrieres-item .liste-complete-item__text {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 33.33333333333333%;
    flex-preferred-size: 33.33333333333333%;
    max-width: 33.33333333333333%;
    align-items: flex-end;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .liste-carrieres-item .liste-complete-item__text .link-wrapper {
    width: 100%;
  }
}
.liste-carrieres-item .liste-complete-item__text .link-wrapper .btn-bg {
  background-color: #fff;
  border: 1px solid #000;
  padding: 10px 42px;
  cursor: pointer;
  transition: 0.4s ease;
  display: inline-block;
  max-width: none;
  color: #000;
}
@media screen and (max-width: 767px) {
  .liste-carrieres-item .liste-complete-item__text .link-wrapper .btn-bg {
    width: 100%;
  }
}
.liste-carrieres-item .liste-complete-item__text .link-wrapper .btn-bg .btn__wording {
  font-weight: bold;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .liste-carrieres-item .liste-complete-item__text .link-wrapper .btn-bg .btn__wording {
    font-size: 16px;
  }
}
.liste-carrieres-item .liste-complete-item__type {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.777777777777778rem;
  line-height: 1.333333333333333rem;
  color: #757575;
  list-style-type: none;
  padding-left: 0;
}
@media screen and (min-width: 1024px) {
  .liste-carrieres-item .liste-complete-item__type {
    font-size: 0.833333333333333rem;
  }
}
.liste-carrieres-item .liste-complete-item__type__cat {
  display: flex;
  align-items: center;
}
.liste-carrieres-item .liste-complete-item__type__cat svg {
  margin-right: 8px;
  width: 18px;
}
.liste-carrieres-item .liste-complete-item__title {
  width: 100%;
  margin: 16px 0;
  /*font-size: pxToRem(20)
              line-height: pxToRem(24)
              font-weight: $font-weight__bold*/
  font-family: 'Montserrat', sans-serif;
  color: #000;
  transition: 0.4s ease;
}
@media screen and (min-width: 768px) {
  .liste-carrieres-item .liste-complete-item__title {
    padding: 0 40px;
  }
}
@media screen and (min-width: 1024px) {
  .liste-carrieres-filters {
    z-index: 2;
  }
}
.liste-carrieres-filters__inner {
  flex: 1 1 auto;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 100%;
  flex-preferred-size: 100%;
  max-width: 100%;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 22px;
  flex-wrap: wrap;
}
@media screen and (min-width: 1024px) {
  .liste-carrieres-filters__inner {
    min-width: 25%;
  }
}
.liste-carrieres-filters__list {
  background: #fff;
  flex: 1 1 auto;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 100%;
  flex-preferred-size: 100%;
  max-width: 100%;
  background-color: #fff;
  position: relative;
  margin-bottom: 24px;
}
@media screen and (min-width: 1024px) {
  .liste-carrieres-filters__list {
    background-color: transparent;
    margin: 0 0 26px;
  }
}
.liste-carrieres-filters__arrow {
  width: 17px;
  height: 10px;
  position: relative;
  margin-top: 4px;
  margin-right: 8px;
  align-self: center;
  justify-self: flex-end;
}
.liste-carrieres-filters__arrow::before,
.liste-carrieres-filters__arrow::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciICAgICAgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSIxMyIgaGVpZ2h0PSI4Ij48cGF0aCBkPSJNNi41IDUuMDg2bDUtNUwxMi45MTQgMS41bC01IDVMNi41IDcuOTE0LjA4NiAxLjUgMS41LjA4Nmw1IDV6IiB0cmFuc2Zvcm09InJvdGF0ZSg5MGRlZykiIGZpbGw9IiMwMDAiPjwvcGF0aD48L3N2Zz4=");
  background-repeat: no-repeat;
  transition: all 0.4s ease;
}
.liste-carrieres-filters__options-wrapper {
  z-index: 9999;
  position: static;
  left: 0;
  right: 0;
  display: none;
  opacity: 0;
  transition: 0.4s opacity;
  background: #fff;
}
@media screen and (min-width: 1024px) {
  .liste-carrieres-filters__options-wrapper {
    z-index: 1;
    height: auto;
    top: auto;
    left: 0;
    overflow: visible;
    background: none;
    width: 100%;
  }
  .liste-carrieres-filters__options-wrapper:hover {
    display: block;
    opacity: 1;
  }
  .liste-carrieres-filters__options-wrapper.active {
    width:500px;
  }
}
.liste-carrieres-filters__options-wrapper.active {
  display: block;
  opacity: 1;
}
.liste-carrieres-filters__options {
  line-height: 0;
}
@media screen and (min-width: 1024px) {
  .liste-carrieres-filters__options {
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    width: 100%;
  }
}
.liste-carrieres-filters__options-inner {
  background: #fff;
  box-shadow: 2px 2px #dedede;
  max-height: 200px;
  overflow-y: scroll;
}
@media screen and (min-width: 1024px) {
  .liste-carrieres-filters__options-inner {
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .liste-carrieres-filters__options-inner .mCS-dark.mCSB_scrollTools .mCSB_draggerRail,
  .liste-carrieres-filters__options-inner .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px;
    border-radius: 0;
  }
}
@media screen and (min-width: 1024px) {
  .liste-carrieres-filters__options-inner .mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #e8e8e8;
  }
}
@media screen and (min-width: 1024px) {
  .liste-carrieres-filters__options-inner .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #6d6f72;
  }
}
@media screen and (max-width: 1023px) {
  .liste-carrieres-filters__options-inner .mCSB_scrollTools {
    width: 0;
  }
}
@media screen and (max-width: 1023px) {
  .liste-carrieres-filters__options-inner .mCSB_inside > .mCSB_container {
    margin-right: 0;
  }
}
.liste-carrieres-filters__option {
  width: 100%;
  padding: 15px 15px;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.777777777777778rem;
  color: #757575;
  text-align: center;
  line-height: 0.888888888888889rem;
  background: none;
  border-bottom: none;
  border-color: #eee;
  cursor: pointer;
  transition: 0.4s color;
  outline: none;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .liste-carrieres-filters__option {
    font-size: 0.833333333333333rem;
    text-align: left;
    padding: 5px 15px;
    border: none;
    word-break: break-word;
  }
  .liste-carrieres-filters__option:hover {
    color: #eb0000;
  }
}
.liste-carrieres-filters__option.active {
  color: #eb0000;
}
.liste-carrieres-filters__option.active .check::after {
  position: absolute;
  content: '';
  width: 7px;
  height: 7px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #000;
}
.liste-carrieres-filters__option .check {
  width: 15px;
  height: 15px;
  border: 1px solid #000;
  margin-right: 8px;
  position: relative;
}
.liste-carrieres-filters__option:last-child {
  border-bottom: 2px solid #eee;
}
@media screen and (min-width: 1024px) {
  .liste-carrieres-filters__option:last-child {
    border-style: none;
  }
}
.liste-carrieres-filters__title {
  box-shadow: 2px 2px #dedede;
  display: flex;
  position: relative;
  background: none;
  border: none;
  margin: 0 auto;
  cursor: pointer;
  width: 100%;
  text-align: center;
  outline: none;
  justify-content: center;
  height: 45px;
  padding-left: 10px;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .liste-carrieres-filters__title {
    height: 48px;
  }
}
.liste-carrieres-filters__title .counter-bubble {
  width: 23px;
  height: 20px;
  background: #eb0000;
  border-radius: 100%;
  color: #fff;
  margin-right: 16px;
  display: none;
}
.liste-carrieres-filters__title .counter-bubble span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.liste-carrieres-filters__title .counter-bubble.visible {
  display: block;
}
.liste-carrieres-filters__title::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 0.111111111111111rem;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #eb0000;
  transform-origin: center left;
  transform: scaleX(0);
  transition: 0.4s transform;
}
.liste-carrieres-filters__title .headline-filter {
  width: 100%;
  margin-bottom: 0;
  font-size: 0.833333333333333rem;
  color: #000;
  transition: 0.4s color;
  line-height: 0.888888888888889rem;
  font-family: 'Montserrat', sans-serif;
  font-style: italic;
  font-weight: normal;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 1023px) {
  .liste-carrieres-filters__title .headline-filter {
    font-size: 0.777777777777778rem;
  }
}
.liste-carrieres-filters__title.active::before {
  transform: scaleX(1);
}
.liste-carrieres-filters__title.active .headline-filter {
  color: #eb0000;
  font-style: normal;
}
.liste-carrieres-filters__title.active .liste-carrieres-filters__arrow::after {
  transform: rotate(180deg);
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciICAgICAgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSIxMyIgaGVpZ2h0PSI4Ij48cGF0aCBkPSJNNi41IDUuMDg2bDUtNUwxMi45MTQgMS41bC01IDVMNi41IDcuOTE0LjA4NiAxLjUgMS41LjA4Nmw1IDV6IiB0cmFuc2Zvcm09InJvdGF0ZSg5MGRlZykiIGZpbGw9IiNGMDAiPjwvcGF0aD48L3N2Zz4=");
}
@supports (-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%)) or (clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%)) {
  .liste-carrieres-filters__title.active .liste-carrieres-filters__arrow::after {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
.liste-carrieres-filters__title.active .liste-carrieres-filters__arrow::before {
  transform: rotate(180deg);
}
.liste-carrieres .filters-tags {
  margin-bottom: 50px;
  display: block;
}
@media screen and (min-width: 1024px) {
  .liste-carrieres .filters-tags {
    display: block;
  }
}
.liste-carrieres .filters-tags__item {
  display: inline-block;
  margin-right: 20px;
  line-height: 18px;
  color: #757575;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  margin: 7px 7px 7px 0;
}
.liste-carrieres .filters-tags__item__wrap {
  border: 1px solid #c4c4c4;
  padding: 8px;
  border-radius: 4px;
  font-size: 0.777777777777778rem;
  line-height: 0.944444444444444rem;
}
.liste-carrieres .filters-tags__item--remove {
  color: #000;
  margin-left: 5px;
  font-weight: 700;
  cursor: pointer;
  line-height: 0.944444444444444rem;
  font-size: 1rem;
}
@media print {
  .liste-carrieres-filters {
    display: none;
  }
}
.mCustomScrollbar {
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom /* direct pointer events to js */;
}
.mCustomScrollbar.mCS_no_scrollbar,
.mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
  touch-action: auto;
}
.mCustomScrollBox {
  /* contains plugin's markup */
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: none;
  direction: ltr;
}
.mCSB_container {
  /* contains the original content */
  overflow: hidden;
  width: auto;
  height: auto;
}
/*
------------------------------------------------------------------------------------------------------------------------
2. VERTICAL SCROLLBAR
y-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_inside > .mCSB_container {
  margin-right: 30px;
}
.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
}
/* non-visible scrollbar */
.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0;
}
/* RTL direction/left-side scrollbar */
.mCSB_scrollTools {
  /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
}
.mCSB_outside + .mCSB_scrollTools {
  right: -26px;
}
/* scrollbar position: outside */
.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  /* RTL direction/left-side scrollbar */
  right: auto;
  left: 0;
}
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px;
}
/* RTL direction/left-side scrollbar (scrollbar position: outside) */
.mCSB_scrollTools .mCSB_draggerContainer {
  /* contains the draggable element and dragger rail markup */
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
}
.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0;
}
.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
.mCSB_scrollTools .mCSB_dragger {
  /* the draggable element */
  cursor: pointer;
  width: 100%;
  height: 30px /* minimum dragger height */;
  z-index: 1;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  /* the dragger element */
  position: relative;
  width: 4px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  text-align: center;
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px /* auto-expanded scrollbar */;
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px /* auto-expanded scrollbar */;
}
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}
.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0;
}
/*
------------------------------------------------------------------------------------------------------------------------
5. TRANSITIONS
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  -webkit-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
  -webkit-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -moz-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -o-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
/* theme: "dark" */
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0,0,0,0.15);
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0,0,0,0.75);
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(0,0,0,0.85);
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: rgba(0,0,0,0.9);
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0,0,0,0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0,0,0,0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0,0,0,0.85);
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0,0,0,0.9);
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px 0;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -20px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -40px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -56px;
}
.liste-carrieres-filters__options-inner .mCSB_container {
  overflow: auto;
}
.liste-carrieres-filters__options-inner .mCustomScrollBox {
  overflow-y: hidden;
}
.offre-detail-header.article-header-career {
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
}
.offre-detail-header.article-header-career.text--white svg path {
  fill: #fff;
}
.offre-detail-header.article-header-career:after {
  content: ' ';
  background: linear-gradient(0deg, rgba(0,0,0,0.6), rgba(0,0,0,0.6));
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.offre-detail-header.article-header-career .article-header__content .headline {
  color: #fff;
  z-index: 2;
  position: relative;
  font-weight: 400;
}
.offre-detail-header.article-header-career .article-header__content .link-wrapper {
  cursor: pointer;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1023px) {
  .offre-detail-header.article-header-career .article-header__content .link-wrapper {
    margin-top: 56px;
  }
}
.offre-detail-header.article-header-career .article-header__content .link-wrapper .btn-bg {
  background: #fed100;
  color: #000;
  padding: 11.5px 42px;
  transition: none;
  border: 1px solid #fed100;
}
@media screen and (max-width: 767px) {
  .offre-detail-header.article-header-career .article-header__content .link-wrapper .btn-bg {
    padding: 11.5px 15px;
  }
}
@media screen and (min-width: 1024px) {
  .offre-detail-header.article-header-career .article-header__content .link-wrapper {
    left: 75%;
    top: -50%;
  }
}
.offre-detail-header.article-header-career .article-header__content .page-title {
  margin-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  .offre-detail-header.article-header-career .article-header__content .article-header__wrap-title {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 75%;
    flex-preferred-size: 75%;
    max-width: 75%;
  }
}
.offre-detail-header.article-header-career .article-header__list {
  position: relative;
  z-index: 2;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.offre-detail-header.article-header-career .article-header__list li {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.offre-detail-header.article-header-career .article-header__list li span {
  color: #fff;
  font-size: 0.833333333333333rem;
}
@media screen and (max-width: 1023px) {
  .offre-detail-header.article-header-career .article-header__list li span {
    font-size: 0.777777777777778rem;
  }
}
.offre-detail-header.article-header-career .article-header__list li .header-icone {
  width: 18px;
  display: flex;
  justify-content: center;
  margin-right: 8px;
}
.offre-detail-header.article-header-career .article-header__bg {
  background-position: center right 40%;
}
.offre-detail-header.article-header-career .btn__wording {
  margin-left: 0;
  font-size: 0.777777777777778rem;
  max-width: none;
}
@media screen and (min-width: 768px) {
  .offre-detail-header.article-header-career .btn__wording {
    font-size: 16px;
  }
}
.offre-detail-header.article-header-career.is-sticky {
  background: #fed100;
  z-index: 101;
  position: fixed;
  opacity: 1;
  top: 0;
  margin-top: 58px;
  height: auto;
  width: 100%;
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
@media screen and (min-width: 1024px) {
  .offre-detail-header.article-header-career.is-sticky {
    margin-top: 78px;
  }
}
@media screen and (max-width: 767px) {
  .offre-detail-header.article-header-career.is-sticky {
    min-height: 80px;
  }
}
.offre-detail-header.article-header-career.is-sticky:after {
  content: none;
}
.offre-detail-header.article-header-career.is-sticky .article-header__bg {
  display: none;
}
.offre-detail-header.article-header-career.is-sticky .article-header__content {
  flex: 1 1 auto;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 100%;
  flex-preferred-size: 100%;
  max-width: 100%;
  padding: 32px 60px;
  margin: 0;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .offre-detail-header.article-header-career.is-sticky .article-header__content .article-header__wrap-title {
    max-width: 62%;
  }
}
.offre-detail-header.article-header-career.is-sticky .article-header__content .article-header__title {
  color: #000;
  /*font-size: pxToRem(24)
              line-height: pxToRem(29)*/
  padding-bottom: 0;
  margin-bottom: 16px;
  /*+to('small') {
                font-size: pxToRem(20)
                line-height: pxToRem(24)
              }*/
}
@media screen and (max-width: 1023px) {
  .offre-detail-header.article-header-career.is-sticky .article-header__content .article-header__title {
    margin-bottom: 0;
  }
}
.offre-detail-header.article-header-career.is-sticky .article-header__content .btn-bg {
  background-color: #000;
  color: #fff;
  border: 1px solid #000;
}
.offre-detail-header.article-header-career.is-sticky .article-header__content .link-wrapper {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 60px;
  left: auto;
}
@media screen and (max-width: 1023px) {
  .offre-detail-header.article-header-career.is-sticky .article-header__content .link-wrapper {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .offre-detail-header.article-header-career.is-sticky .article-header__content .link-wrapper {
    right: 16px;
  }
}
@media screen and (max-width: 767px) {
  .offre-detail-header.article-header-career.is-sticky .article-header__content {
    padding: 16px;
    display: flex;
    align-items: center;
  }
}
.offre-detail-header.article-header-career.is-sticky .article-header__list {
  position: static;
  display: flex;
  flex-wrap: wrap;
  column-gap: 30px;
}
@media screen and (min-width: 1024px) {
  .offre-detail-header.article-header-career.is-sticky .article-header__list {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 75%;
    flex-preferred-size: 75%;
    max-width: 75%;
  }
}
.offre-detail-header.article-header-career.is-sticky .article-header__list li {
  padding-bottom: 0;
  margin-bottom: 0;
}
.offre-detail-header.article-header-career.is-sticky .article-header__list li:first-child {
  padding-left: 0;
}
.offre-detail-header.article-header-career.is-sticky .article-header__list li span {
  color: #000;
}
.offre-detail-header.article-header-career.is-sticky .article-header__list svg path {
  fill: #000;
}
@media screen and (max-width: 1023px) {
  .offre-detail-header.article-header-career.is-sticky .article-header__list {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .offre-detail-header.millau.is-sticky .article-header__content .article-header__wrap-title {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 40%;
    flex-preferred-size: 40%;
    padding: 0 10px 0 0;
  }
}
@media screen and (max-width: 1023px) {
  .offre-detail-header.millau.is-sticky .article-header__content .link-wrapper {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 50%;
    flex-preferred-size: 50%;
    max-width: 50%;
  }
}
.offre-detail-header.millau.is-sticky .article-header__list li {
  margin-bottom: 10px;
}
.offre-detail-header.millau.is-sticky .article-header__list li img {
  filter: invert(100%);
}
.offre-detail-liste-liens {
  flex: 1 1 auto;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 100%;
  flex-preferred-size: 100%;
  max-width: 100%;
  padding: 36px;
  background: #fff;
  border: 1px solid rgba(170,170,170,0.2);
}
@media screen and (min-width: 1024px) {
  .offre-detail-liste-liens {
    padding: 60px 85px 60px 60px;
    border-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .offre-detail-liste-liens .list-links__content .list {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 100%;
    flex-preferred-size: 100%;
    max-width: 100%;
    padding-left: 0;
  }
}
.offre-detail-liste-liens .list-links__content .list__item {
  min-height: 0;
  margin-bottom: 0;
}
.offre-detail-liste-liens .list-links__content .list__item a {
  transition: all 400ms ease-in-out;
}
.offre-detail-liste-liens .list-links__content .list__item a:hover span {
  color: #eb0000;
}
.offre-detail-liste-liens .list-links__content .list__item a:visited {
  span: #757575;
}
.offre-detail-liste-liens .list-links__content .list__item a span {
  color: #000;
  padding-left: 0;
  display: inline;
}
.offre-detail-liste-liens .list-links__content .list__item a span:before {
  content: none;
}
.offre-detail-liste-liens .list-links__content .list__item span {
  position: relative;
  padding-left: 30px;
  color: #757575;
  font-size: 0.833333333333333rem;
  line-height: 1.333333333333333rem;
  display: block;
}
.offre-detail-liste-liens .list-links__content .list__item span:before {
  content: ' ';
  position: absolute;
  width: 3px;
  height: 3px;
  left: 15px;
  border-radius: 0;
  background-color: #757575;
  top: 12px;
}
@media screen and (max-width: 1023px) {
  .offre-detail-liste-liens .list-links__content .list__item span {
    font-size: 0.777777777777778rem;
  }
}
.offre-detail-liste-liens .headline {
  margin-bottom: 40px;
  margin-top: 0;
  color: #eb0000;
  font-weight: 600;
}
.offre-detail-liste-liens.main__section:last-child {
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .offre-detail-liste-liens.main__section:last-child {
    padding-bottom: 36px;
  }
}
.offre-detail-img-text-link {
  background: #000;
  margin-top: 92px;
}
@media screen and (min-width: 1024px) {
  .offre-detail-img-text-link {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 100%;
    flex-preferred-size: 100%;
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 120px;
    padding: 0;
  }
}
.offre-detail-img-text-link .main__section-title {
  font-family: 'Montserrat', sans-serif;
  /*font-size: pxToRem(50)
      line-height: pxToRem(56)
      font-weight: $font-weight__bold*/
  margin-top: 0;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .offre-detail-img-text-link .main__section-title {
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .offre-detail-img-text-link .edito-trio__container.cta_zoom-container {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 66.66666666666666%;
    flex-preferred-size: 66.66666666666666%;
    max-width: 66.66666666666666%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1023px) {
  .offre-detail-img-text-link .edito-trio__container.cta_zoom-container .cta-citation__img-container img {
    margin-top: -61px;
  }
}
@media screen and (min-width: 1024px) {
  .offre-detail-img-text-link .edito-trio__container.cta_zoom-container .cta-citation__img-container {
    transform: translateY(80px);
  }
}
.offre-detail-img-text-link .edito-trio__container.cta_zoom-container .cta-citation__title {
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .offre-detail-img-text-link .edito-trio__container.cta_zoom-container .cta-citation__title {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 60%;
    flex-preferred-size: 60%;
    max-width: 60%;
  }
}
@media screen and (min-width: 1024px) {
  .offre-detail-img-text-link .edito-trio__container.cta_zoom-container .cta-citation__txt {
    margin: 0 auto;
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 66.66666666666666%;
    flex-preferred-size: 66.66666666666666%;
    max-width: 66.66666666666666%;
  }
}
@media screen and (max-width: 767px) {
  .offre-detail-img-text-link .edito-trio__container.cta_zoom-container .link-wrapper {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 50%;
    flex-preferred-size: 50%;
    max-width: 50%;
  }
}
.offre-detail-img-text-link .edito-trio__container.cta_zoom-container .link-wrapper .btn {
  color: #fff;
}
.offre-detail-img-text-link .edito-trio__container.cta_zoom-container .link-wrapper .btn .btn__line {
  background: #fff;
}
.offre-detail-img-text-link.big-image {
  background: #fff;
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .offre-detail-img-text-link.big-image {
    margin-top: 60px;
  }
}
@media screen and (max-width: 1023px) {
  .offre-detail-img-text-link.big-image {
    margin-top: 0;
  }
}
.offre-detail-img-text-link.big-image .edito-trio__container.cta_zoom-container {
  flex: 1 1 auto;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 100%;
  flex-preferred-size: 100%;
  max-width: 100%;
}
@media screen and (max-width: 1023px) {
  .offre-detail-img-text-link.big-image .edito-trio__container.cta_zoom-container {
    flex-direction: column-reverse;
  }
}
.offre-detail-img-text-link.big-image .edito-trio__container.cta_zoom-container .cta-citation__img-container {
  transform: translateY(0);
}
.offre-detail-img-text-link.big-image .edito-trio__container.cta_zoom-container .cta-citation__img-container img {
  display: block;
}
@media screen and (max-width: 1023px) {
  .offre-detail-img-text-link.big-image .edito-trio__container.cta_zoom-container .cta-citation__img-container img {
    margin-top: 0;
  }
}
@media screen and (max-width: 1023px) {
  .offre-detail-img-text-link.big-image .edito-trio__container.cta_zoom-container .cta-citation__img-container {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1023px) {
  .offre-detail-img-text-link.big-image .edito-trio__container.cta_zoom-container .cta-citation__txt {
    padding: 25px 35px;
  }
}
@media screen and (min-width: 1024px) {
  .offre-detail-img-text-link.big-image .edito-trio__container.cta_zoom-container .cta-citation__txt {
    margin: 0 auto;
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 50%;
    flex-preferred-size: 50%;
    max-width: 50%;
  }
}
.offre-detail-img-text-link.big-image .edito-trio__container.cta_zoom-container .link-wrapper {
  text-align: left;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .offre-detail-img-text-link.big-image .edito-trio__container.cta_zoom-container .link-wrapper {
    margin-top: 32px;
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 100%;
    flex-preferred-size: 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .offre-detail-img-text-link.big-image .edito-trio__container.cta_zoom-container .link-wrapper {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 60%;
    flex-preferred-size: 60%;
    max-width: 60%;
    margin: 40px auto 0;
  }
}
.offre-detail-img-text-link.big-image .edito-trio__container.cta_zoom-container .btn-bg {
  background-color: #000;
  color: #fff;
  border: 1px solid #000;
}
.offre-detail-img-text-link.big-image .edito-trio__container.cta_zoom-container .btn__wording {
  margin-left: 0;
  font-size: 14px;
  transition: 0.4s ease;
  max-width: none;
  width: auto;
}
@media screen and (min-width: 768px) {
  .offre-detail-img-text-link.big-image .edito-trio__container.cta_zoom-container .btn__wording {
    font-size: 16px;
    text-align: center;
  }
}
.offre-detail-img-text-link.big-image .edito-trio__container.cta_zoom-container .btn-bg:hover {
  background-color: #eb0000;
  border: 1px solid #eb0000;
}
.offre-detail-img-text-link.big-image .edito-trio__container .cta-citation__title {
  color: #000;
  font-family: 'Montserrat', sans-serif;
  /*font-size: pxToRem(30)
          line-height: pxToRem(40)*/
}
@media screen and (min-width: 1024px) {
  .offre-detail-img-text-link.big-image .edito-trio__container .cta-citation__title {
    margin: 0 auto;
  }
}
.offre-detail-img-text-link.big-image.main__section {
  padding: 0;
}
@media screen and (min-width: 1024px) {
  .offer-detail-focus-main {
    padding: 60px 0;
  }
}
.offer-detail-focus-main .headline {
  font-family: 'Montserrat', sans-serif;
  color: #000;
  margin-top: 0;
}
.offer-detail-focus-main .link-wrapper {
  text-align: right;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .offer-detail-focus-main .link-wrapper {
    margin-top: 32px;
  }
}
.offer-detail-focus-main .btn__wording {
  margin-left: 0;
  font-size: 0.888888888888889rem;
  max-width: none;
}
@media screen and (max-width: 767px) {
  .offer-detail-focus-main .btn__wording {
    text-align: center;
    font-size: 14px;
  }
}
.offer-detail-focus-main .btn-bg {
  background-color: #000;
  color: #fff;
  transition: 0.4s ease;
  border: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .offer-detail-focus-main .btn-bg {
    width: 100%;
  }
}
.offer-detail-focus-main .btn-bg:hover {
  background-color: #eb0000;
  color: #fff;
  border: 1px solid #eb0000;
}
.offer-detail-focus-main .paragraph {
  font-weight: 500;
  font-size: 0.888888888888889rem;
  line-height: 1.333333333333333rem;
}
@media screen and (max-width: 1023px) {
  .offer-detail-focus-main .paragraph {
    font-size: 0.777777777777778rem;
  }
}
.offer-detail-focus-main .paragraph ul li {
  padding-left: 0;
  padding-bottom: 10px;
  font-weight: 500;
}
.offer-detail-focus-main .edito-focus {
  padding: 50px;
}
.offer-detail-focus-main .edito-focus__title {
  /*font-size: pxToRem(36)
       line-height: pxToRem(43)
       font-weight: $font-weight__bold*/
  font-family: 'DM Serif Text', serif;
  /*font-size: pxToRem(28)
       line-height: pxToRem(34)*/
}
@media screen and (min-width: 1024px) {
  .offer-detail-focus-main .edito-focus__title {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 50%;
    flex-preferred-size: 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .offer-detail-focus-main .edito-focus {
    padding: 32px 32px 66px;
  }
}
.apply-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.4);
  z-index: 200;
  overflow: auto;
  display: none;
}
.apply-modal .modal-content {
  background: #fff;
  margin: auto;
  position: absolute;
  padding: 40px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .apply-modal .modal-content {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .apply-modal .modal-content {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 33.33333333333333%;
    flex-preferred-size: 33.33333333333333%;
    max-width: 33.33333333333333%;
  }
}
.apply-modal .modal-content .modal-text-content h3 {
  font-family: 'Montserrat', sans-serif;
  margin-top: 0;
  /*+from('medium') {
            font-size: pxToRem(24)
            line-height: pxToRem(29)
          }*/
}
.apply-modal .modal-content .modal-text-content p {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.888888888888889rem;
  line-height: 1.611111111111111rem;
  color: #757575;
}
.apply-modal .modal-content .modal-text-content hr {
  margin: 15px 0;
}
.apply-modal .modal-content .close {
  position: absolute;
  top: 0px;
  right: 10px;
  font-size: 1.777777777777778rem;
  font-weight: 700;
  cursor: pointer;
}
.apply-modal .link-wrapper {
  text-align: center;
  margin-top: 10px;
}
.apply-modal .link-wrapper:hover .btn-bg {
  background-color: #eb0000;
  color: #fff;
  border-color: #eb0000;
}
.apply-modal .btn__wording {
  line-height: auto;
}
.apply-modal .btn-bg {
  margin-left: 0;
  padding: 11.5px 42px;
  background-color: #fff;
  color: #000;
  transition: 0.4s ease;
  max-width: none;
  width: 100%;
  text-decoration: none;
  display: inline-flex;
  justify-content: center;
  border: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .apply-modal .btn-bg {
    width: 100%;
    text-align: center;
    padding: 11.5px;
  }
}
.apply-modal.apply-popin-opened {
  display: block;
}
.carousel-media-background-career.video-quote-career {
  padding: 25px 35px;
  position: relative;
}
.carousel-media-background-career.video-quote-career .edito-wrap {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 1024px) {
  .carousel-media-background-career.video-quote-career .edito-wrap {
    width: 100%;
  }
}
.carousel-media-background-career.video-quote-career .edito-wrap .carousel-video-img {
  position: relative;
  padding-top: 25%;
  height: 0;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .carousel-media-background-career.video-quote-career .edito-wrap .carousel-video-img {
    padding-top: 100%;
    width: 100%;
  }
}
.carousel-media-background-career.video-quote-career .edito-wrap .carousel-video-img img {
  width: 100%;
  min-width: 240px;
  height: 100%;
  position: absolute;
  top: 0;
}
.carousel-media-background-career.video-quote-career .edito-wrap .carousel-video-img svg {
  cursor: pointer;
  border-radius: 50%;
}
.carousel-media-background-career.video-quote-career .edito-wrap .carousel-video-img svg path {
  fill: #000;
}
@media screen and (max-width: 767px) {
  .carousel-media-background-career.video-quote-career .edito-wrap .carousel-video-img svg {
    width: 70px;
    height: 70px;
  }
}
.carousel-media-background-career.video-quote-career .edito-wrap .carousel-video-img .btn-play-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: none;
  background: transparent;
}
@media screen and (min-width: 1024px) {
  .carousel-media-background-career.video-quote-career .edito-wrap .carousel-video-img {
    margin-right: 11.5%;
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 25%;
    flex-preferred-size: 25%;
    max-width: 25%;
  }
}
.carousel-media-background-career.video-quote-career .edito-wrap .edito-quote {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .carousel-media-background-career.video-quote-career .edito-wrap .edito-quote {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 63.16666666666667%;
    flex-preferred-size: 63.16666666666667%;
    max-width: 63.16666666666667%;
  }
}
.carousel-media-background-career.video-quote-career .edito-wrap .edito-quote__quote {
  font-size: 1rem;
  line-height: 1.333333333333333rem;
}
@media screen and (min-width: 1024px) {
  .carousel-media-background-career.video-quote-career {
    padding: 40px 0;
  }
}
.carousel-media-background-career.video-quote-career .carousel__footer {
  display: flex;
}
@media screen and (max-width: 767px) {
  .carousel-media-background-career.video-quote-career .carousel__footer {
    margin: 20px 0;
  }
}
@media screen and (min-width: 1024px) {
  .carousel-media-background-career.video-quote-career .carousel__footer {
    width: 25%;
    margin: 20px 0 16px 0;
  }
  .carousel-media-background-career.video-quote-career .carousel__footer .btn__lines {
    width: 50px;
    top: -7px;
  }
}
.carousel-media-background-career.video-quote-career .carousel__sidebar {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 16.76vw;
  z-index: 10;
  background-color: #fff;
  opacity: 0.7;
  display: none;
}
@media screen and (min-width: 1024px) {
  .carousel-media-background-career.video-quote-career .carousel__sidebar {
    display: block;
  }
}
.carousel-media-background-career.video-quote-career .carousel__sidebar--left {
  left: 0;
}
@media screen and (min-width: 1024px) {
  .carousel-media-background-career.video-quote-career .carousel__sidebar--left {
    left: -1px;
  }
}
.carousel-media-background-career.video-quote-career .carousel__sidebar--right {
  right: 0;
}
@media screen and (min-width: 1024px) {
  .carousel-media-background-career.video-quote-career .carousel__container {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 83.33333333333334%;
    flex-preferred-size: 83.33333333333334%;
    max-width: 83.33333333333334%;
    margin: 0 16.65%;
  }
}
.carousel-media-background-career.video-quote-career .carousel__content {
  position: relative;
  min-height: 115px;
}
.carousel-media-background-career.video-quote-career .carousel__inner {
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .carousel-media-background-career.video-quote-career .carousel__inner {
    max-width: 100%;
    padding-left: 0;
  }
}
.carousel-media-background-career.video-quote-career .carousel__inner .number {
  color: #eb0000;
  margin: -50px 0 0 0;
  padding: 18px 38px;
}
.carousel-media-background-career.video-quote-career .carousel__inner .paragraph {
  margin-top: 20px;
  font-size: 1rem;
  line-height: 1.222222222222222rem;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  color: #000;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .carousel-media-background-career.video-quote-career .carousel__inner .paragraph {
    width: 90%;
    margin-bottom: 20px;
    font-size: 1.111111111111111rem;
    line-height: 1.333333333333333rem;
  }
}
.carousel-media-background-career.video-quote-career .carousel__slides {
  list-style-type: none;
  position: relative;
  display: flex;
  margin: 0;
  padding: 0;
  transition: transform 0.4s ease;
}
.carousel-media-background-career.video-quote-career .carousel__slides img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media screen and (min-width: 1024px) {
  .carousel-media-background-career.video-quote-career .carousel__slides img {
    width: 66.6vw;
  }
}
.carousel-media-background-career.video-quote-career .carousel__slide {
  width: 100%;
  position: absolute;
  top: -999px;
  opacity: 0;
}
.carousel-media-background-career.video-quote-career .carousel__slide.active {
  position: static;
  opacity: 1;
  transition: 0.6s;
}
.carousel-media-background-career.video-quote-career [aria-hidden="true"].carousel__slide .btn-play-video {
  display: none;
}
.carousel-media-background-career.video-quote-career .slide__content {
  flex-grow: 1;
  text-decoration: none;
}
@media screen and (min-width: 1024px) {
  .carousel-media-background-career.video-quote-career .slide__content .media .title-and-footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 66.6vw;
  }
}
.carousel-media-background-career.video-quote-career .slide__content .media__title {
  margin-bottom: 16px;
}
@media screen and (min-width: 1024px) {
  .carousel-media-background-career.video-quote-career .slide__content .media .legend {
    width: 66.6vw;
  }
}
.carousel-media-background-career.video-quote-career .slide__inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
.carousel-media-background-career.video-quote-career .slide__inner .paragraph {
  padding-left: 5px;
}
.carousel-media-background-career.video-quote-career .slide__inner .btn {
  align-items: flex-end;
}
.carousel-media-background-career.video-quote-career .slide__inner .btn__lines {
  top: auto;
}
@media screen and (min-width: 1024px) {
  .carousel-media-background-career.video-quote-career .slide__inner {
    width: 100%;
  }
}
.carousel-media-background-career.video-quote-career .carousel__info {
  flex: 1 1 auto;
  flex-grow: 1;
  flex-basis: 50%;
  max-width: 100%;
}
.carousel-media-background-career.video-quote-career .carousel__info .info1 {
  margin-right: 20px;
}
@media screen and (min-width: 768px) {
  .carousel-media-background-career.video-quote-career .carousel__info {
    margin-bottom: 10px;
  }
}
.carousel-media-background-career.video-quote-career .btn__wording {
  max-width: 100%;
  font-size: 0.777777777777778rem;
}
@media screen and (min-width: 768px) {
  .carousel-media-background-career.video-quote-career .btn__wording {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .carousel-media-background-career.video-quote-career .headline,
  .carousel-media-background-career.video-quote-career .main__section-title {
    margin-left: 16.76vw;
  }
}
.carousel-media-background-career.video-quote-career .controls__arrow {
  display: flex;
  justify-content: space-between;
  position: absolute;
  transform: translateY(-50%);
  right: 0;
  left: 0;
  z-index: 11;
  height: 18px;
}
@media screen and (min-width: 1024px) {
  .carousel-media-background-career.video-quote-career .controls__arrow {
    width: 100%;
    top: 40%;
  }
}
.carousel-media-background-career.video-quote-career .controls__arrow.controls__arrow {
  margin: 0;
  cursor: pointer;
  overflow: visible;
  width: 74px;
  height: 74px;
  align-items: center;
}
.carousel-media-background-career.video-quote-career .controls__arrow.controls__arrow.disabled {
  display: none;
}
.carousel-media-background-career.video-quote-career .controls__arrow.controls__arrow .controls__icons {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .carousel-media-background-career.video-quote-career .controls__arrow.controls__arrow .controls__icons svg {
    width: 25px;
    height: 40px;
  }
}
.carousel-media-background-career.video-quote-career .controls__arrow.controls__arrow--left {
  position: absolute;
  left: -20px;
  right: auto;
}
@media screen and (min-width: 1024px) {
  .carousel-media-background-career.video-quote-career .controls__arrow.controls__arrow--left {
    left: 6%;
    right: auto;
  }
}
.carousel-media-background-career.video-quote-career .controls__arrow.controls__arrow--right {
  position: absolute;
  right: -20px;
  left: auto;
}
.carousel-media-background-career.video-quote-career .controls__arrow.controls__arrow--right .controls__icons svg {
  transform: rotate(180deg);
}
@media screen and (min-width: 1024px) {
  .carousel-media-background-career.video-quote-career .controls__arrow.controls__arrow--right {
    right: 6%;
    left: auto;
  }
  html:not([data-whatinput="touch"]) .carousel-media-background-career.video-quote-career .controls__arrow.controls__arrow--right:not(.disabled):hover .controls__icons {
    animation: inversearrow 1s cubic-bezier(0.19, 1, 0.22, 1) infinite;
  }
}
.carousel-media-background-career.video-quote-career .carousel-lightbox {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 301;
  display: none;
  background-color: rgba(0,0,0,0.55);
}
.carousel-media-background-career.video-quote-career .carousel-lightbox .carousel-career-iframe {
  max-width: 90%;
  position: fixed;
  left: 50%;
  top: calc(50% + 39px);
  transform: translate(-50%, -50%);
  border: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .carousel-media-background-career.video-quote-career .carousel-lightbox .carousel-career-iframe {
    top: calc(50% + 29px);
    height: 200px;
  }
}
@media screen and (min-width: 768px) {
  .carousel-media-background-career.video-quote-career .carousel-lightbox .carousel-career-iframe {
    width: 640px;
    height: 390px;
  }
}
.carousel-media-background-career.video-quote-career .carousel-lightbox__iframe {
  position: relative;
}
.carousel-media-background-career.video-quote-career .carousel-lightbox__close {
  position: fixed;
  top: 13%;
  right: 25px;
  font-size: 1.666666666666667rem;
  font-weight: 500;
  cursor: pointer;
  z-index: 3000;
  color: #fff;
  background: transparent;
  border: none;
}
@media screen and (max-width: 767px) {
  .carousel-media-background-career.video-quote-career .carousel-lightbox__close {
    top: 15%;
  }
}
.carousel-media-background-career.video-quote-career .carousel-lightbox.displayed {
  display: block;
}
.carousel-media-background-career.video-quote-career .carousel-lightbox.displayed__close {
  display: block;
}
.carousel-media-background-career.video-quote-career .carousel-lightbox .video-transcript {
  position: fixed;
  left: 50%;
  bottom: 5vh;
  transform: translate(-50%, -50%);
  color: #000;
  background: #fff;
  padding: 6px 8px;
  text-decoration: none;
}
@media print {
&__slide {
  width: 24%;
  max-width: 24%;
}
}
.colonnes-block-career {
  padding: 25px 35px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .colonnes-block-career {
    padding: 40px 0 40px;
  }
}
.colonnes-block-career .headline {
  margin-bottom: 24px;
}
@media screen and (max-width: 1023px) {
  .colonnes-block-career__container {
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .colonnes-block-career__container {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 66.66666666666666%;
    flex-preferred-size: 66.66666666666666%;
    max-width: 66.66666666666666%;
    margin: 0 auto;
  }
}
.colonnes-block-career__list {
  list-style-type: none;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  transition: transform 0.4s ease;
}
.colonnes-block-career__list li {
  align-items: center;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  .colonnes-block-career__list li {
    overflow: hidden;
    width: 100%;
  }
  .colonnes-block-career__list li .col-block-image-block {
    display: flex;
  }
  .colonnes-block-career__list li .col-block-image-block img {
    width: auto;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .colonnes-block-career__list li img {
    max-height: 48px;
    min-height: 32px;
  }
}
@media screen and (min-width: 768px) {
  .colonnes-block-career__list li img {
    max-height: 66px;
    min-height: 48px;
  }
}
.colonnes-block-career__list li:hover {
  cursor: auto;
  background: #eb0000;
}
.colonnes-block-career__list li:hover .col-block-image-block img {
  transform: none;
  filter: brightness(0) invert(1);
}
.colonnes-block-career__list li:hover .colonnes-block-career__title {
  color: #fff;
}
.colonnes-block-career__list li .colonnes-block__info ul li {
  list-style-type: disc;
  overflow: visible;
}
.colonnes-block-career__list li a:hover {
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .colonnes-block-career__list {
    flex-flow: row wrap;
  }
}
.colonnes-block-career__item {
  width: 50%;
  border: 1px solid #f5f5f5;
  background: #fff;
  text-align: center;
  position: relative;
  height: 0;
  padding-top: 50%;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .colonnes-block-career__item {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 25%;
    flex-preferred-size: 25%;
    max-width: 25%;
    padding-top: 25%;
    border-left: none;
    border-right: none;
  }
}
.colonnes-block-career__link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #000;
  padding: 20px;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.colonnes-block-career__link .colonnes-block-career__title {
  margin-top: 5px;
  margin-bottom: 0;
  font-family: 'Montserrat', sans-serif;
  /*font-weight: $font-weight__bold*/
}
@media screen and (min-width: 1024px) {
  .colonnes-block-career__link .colonnes-block-career__title {
    max-width: 78%;
  }
}
@media screen and (min-width: 768px) {
  .colonnes-block-career__link .colonnes-block-career__title {
    margin-top: 29px;
  }
}
@media screen and (max-width: 767px) {
  .colonnes-block-career__link .colonnes-block-career__title {
    font-size: 0.888888888888889rem;
    line-height: 1.333333333333333rem;
  }
}
.colonnes-block-career__info {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 0.777777777777778rem;
  line-height: 0.944444444444444rem;
  color: #757575;
}
@media screen and (min-width: 1024px) {
  .colonnes-block-career__info {
    margin-right: 40px;
  }
}
@media print {
  .colonnes-block-career__item {
    width: 25%;
  }
  .colonnes-block-career__list {
    flex-direction: row;
  }
}
.colonnes-block-career.half {
  padding: 0;
}
.colonnes-block-career.half .headline {
  text-align: center;
  margin-bottom: 2.222222222222222rem;
}
.colonnes-block-career.half .colonnes-block-career__list li img {
  height: 45px;
  max-height: auto;
  min-height: auto;
  object-fit: contain;
}
.colonnes-block-career.half .colonnes-block-career__link .colonnes-block-career__title {
  /*font-size: pxToRem(14)*/
  font-family: 'Montserrat', sans-serif;
  /*line-height: normal*/
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  .colonnes-block-career.half {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 100%;
    flex-preferred-size: 100%;
    max-width: 100%;
  }
  .colonnes-block-career.half .colonnes-block-career__item {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 33.33333333333333%;
    flex-preferred-size: 33.33333333333333%;
    max-width: 33.33333333333333%;
    padding-top: 33%;
  }
}
@media screen and (min-width: 1024px) {
  .colonnes-block-career.half {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 50%;
    flex-preferred-size: 50%;
    max-width: 50%;
    padding-left: 1.1rem;
  }
  .colonnes-block-career.half .colonnes-block-career__container {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 100%;
    flex-preferred-size: 100%;
    max-width: 100%;
  }
  .colonnes-block-career.half .colonnes-block-career__list {
    justify-content: center;
  }
  .colonnes-block-career.half .colonnes-block-career__item {
    border: 0px;
  }
}
.internal-nav__nav {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  margin: 0;
  padding-left: 0;
  font-family: 'Montserrat', sans-serif;
  list-style-type: none;
}
.internal-nav__link {
  display: inline-block;
  text-decoration: none;
  font-size: inherit;
  color: #000;
  width: 100%;
  padding: 1em 0;
  text-align: center;
}
.internal-nav span {
  background: #eb0000;
  color: #fff;
}
.internal-nav__item {
  font-size: 0.777777777777778rem;
  line-height: 0.944444444444444rem;
  font-weight: 700;
  justify-content: center;
  border: 1px solid #eee;
  background: #fff;
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 33.33333333333333%;
  flex-preferred-size: 33.33333333333333%;
  max-width: 33.33333333333333%;
}
@media screen and (max-width: 767px) {
  .internal-nav__item {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 100%;
    flex-preferred-size: 100%;
    max-width: 100%;
  }
}
.sticky-nav {
  display: flex;
  position: fixed;
  top: 332px;
  right: 0;
  z-index: 50;
}
.sticky-nav ul {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
  padding: 5px 10px;
  background: #000;
  flex: 1 1 auto;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 100%;
  flex-preferred-size: 100%;
  max-width: 100%;
}
@media screen and (min-width: 1024px) {
  .sticky-nav ul li {
    padding-bottom: 15px;
    padding-top: 15px;
  }
  .sticky-nav ul li:not(:last-child) {
    border-bottom: 1px solid #aaa;
  }
}
.sticky-nav ul a {
  display: flex;
  flex-direction: column;
  color: #fff;
  text-decoration: none;
  align-items: center;
  font-size: 0.5rem;
  flex: 1 1 auto;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 83.33333333333334%;
  flex-preferred-size: 83.33333333333334%;
  max-width: 83.33333333333334%;
  margin: 0 auto;
}
.sticky-nav ul a span {
  padding-top: 5px;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
}
@media screen and (max-width: 1023px) {
  .sticky-nav {
    display: flex;
    position: fixed;
    z-index: 10;
    bottom: 0;
    top: auto;
    justify-content: flex-start;
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 100%;
    flex-preferred-size: 100%;
    max-width: 100%;
    left: 0;
    right: 0;
  }
  .sticky-nav ul {
    display: flex;
    padding: 14px 0;
  }
  .sticky-nav ul li {
    display: flex;
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 33.33333333333333%;
    flex-preferred-size: 33.33333333333333%;
    max-width: 33.33333333333333%;
    justify-content: center;
    padding: 0px 30px;
    position: relative;
  }
  .sticky-nav ul li:not(:last-child):after {
    content: '';
    width: 1px;
    background: #aaa;
    height: 22px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .sticky-nav ul a {
    font-size: 0.666666666666667rem;
  }
}
.tabs {
  display: flex;
  flex-wrap: wrap;
}
.tabs label {
  order: 1;
  display: flex;
  padding: 0.8em 0.5em;
  cursor: pointer;
  font-weight: bold;
  transition: background ease 0.3s;
  flex: 1 1 auto;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 16.666666666666664%;
  flex-preferred-size: 16.666666666666664%;
  max-width: 16.666666666666664%;
  font-size: 0.888888888888889rem;
  background: #fff;
  align-items: center;
  justify-content: center;
  border: 1px solid #eee;
  border-bottom: 0;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .tabs label {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 100%;
    flex-preferred-size: 100%;
    max-width: 100%;
  }
}
.tabs .tab {
  order: 99;
  flex-grow: 1;
  width: 100%;
  display: none;
  padding: 1.1rem 1.1rem 3rem 1.1rem;
  border: 1px solid #eee;
  background: #fff;
}
.tabs .tab h2 {
  text-align: center;
  /*font-size: 2rem*/
  margin-top: 0;
  font-family: 'DM Serif Text', serif;
}
.tabs input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.tabs input[type="radio"]:checked + label {
  background: #eb0000;
  color: #fff;
}
.tabs input[type="radio"]:checked + label + .tab {
  display: block;
}
.tabs .tab-content {
  display: flex;
  flex-wrap: wrap;
}
.searchHighlightedText {
    background: #ECECEC none repeat scroll 0 0 !important;
    color: black !important;
}

div#accept-recommended-container .ot-sdk-column {
    width: auto;
    margin-right: 20px;
}

.home-intro .with-opacity.tg-block:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.55);
    width: 100%;
    height: 100%;
}

.carousel-media-background .slide__inner .btn__lines {
    top: -7px;
}

.stock .cs-select:before {
    background: transparent url(../modules/EIFFAGEUXDesignTemplates/css/../images/menu-arrow.svg) top left no-repeat !important;
    content: '';
    position: absolute;
    top: 31%;
    right: 15px;
    width: 11px;
    height: 16px;
    transition: transform .2s;
    transform: rotate(-90deg);
}

.events .liste-complete-block__container {
    padding-top: 50px;
}

.contact .form--press {
    margin-top: 60px;
}

.has-bg-video.has-bg.home-intro {
    display: unset;
}

.has-bg-video.has-bg.home-intro .js-tg-block-video {
    height: 100% !important;
}

.has-bg-video.has-bg.home-intro {
    height: 100% !important;
}

.has-bg-video.has-bg.home-intro .edito-trio__container {
    display: none !important;
}

.has-bg-video.has-bg.home-intro .tg-block__video {
    position: relative !important;
    top: unset !important;
    left: unset !important;
    display: unset !important;
    overflow: unset !important;
    width: unset !important;
    transform: unset !important;
}

.has-bg-video.has-bg {
    padding: 0px !important;
}

.no-results {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.833333333333333rem;
    color: #333745;
}

.edito-focus .paragraph a {
    color: inherit !important;
    text-decoration: none !important;
    border-bottom: 0 !important;
}

.offer-detail-focus-main .headline {
    color: white !important;
}

.offer-detail-focus-main .yellow .headline {
    color: #000 !important;
}

/*millau guidap*/
div#guidap-popups {
    position: fixed;
    z-index: 999999;
}

.offer-detail-focus-main .paragraph ul li {
    padding-left: 30px !important;
}

.right-container-results div.main__section-title {
    font-weight: bold;
}

.alert-content-text a {
    font-weight: 500 !important;
    color: white !important;
    border-color: white !important;
    transition: none !important;
}

.alert-content-text a:hover {
    font-weight: bolder !important;
    transition: none !important;
}

.alert-content-text p:not(:last-child) {
    margin-bottom: 0px !important;
}

.intoPage.article-header .link-wrapper a {
    display: flex;
    text-decoration: none;
}

.intoPage.article-header .btn__wording {
    margin-left: 0;
    padding: 11.5px 6.6%;
    line-height: 22px;
    background-color: #EB0000;
    color: #fff;
    font-size: 16px;
    transition: 0.4s ease;
}

.intoPage.article-header .btn__wording:hover {
    background-color: #000;
    color: #fff;
    transition: 0.4s ease;
}

.intoPage.article-header.text--white .btn__wording:hover {
    background-color: #fff;
    color: #000;
    transition: 0.4s ease;
}

.intoPage.article-header .btn__wording {
    text-align: center;
}

.accordion__container h3 button {
    text-align: left !important;
}

.accordion__container .accordion__title::after, .accordion__container .accordion__title::before {
    top: 13px !important;
}

.liste-complete-filters__title,
.liste-complete-filters__options {
    border: 2px solid #000;
    box-shadow: none;
}


.liste-complete-filters__title.active .liste-complete-filters__arrow {
    transform: rotate(180deg);
    margin-top: 0;
}

.liste-complete-filters__options option {
    text-wrap: wrap;
}


.liste-complete-filters__options {
    width: 100%;
}

.intoPage .article-header__wrap-title > span {
    position: relative;
    z-index: 2;
    font-weight: 700;
    font-size: .888888888888889rem;
    line-height: 1.055555555555556rem;
    letter-spacing: .3em;
    text-transform: uppercase;
    color: #EB0000;
    display: block;
    margin-bottom: 48px;
}

.home-intro-video-text h1 {
    margin-top: 0px;
    margin-bottom: 0px;
}

.home-intro-video-text .article-header__chapo {
    margin-bottom: 0;
    padding-bottom: 0;
}

@media screen and (max-width: 767px) {
    .intoPage.article-header .btn__wording {
        width: 100%;
        max-width: 100%;
    }
}

.intoPage.article-header.text--black .btn__wording:hover {
    background-color: #000;
    color: #fff;
}

.accordion__container li button {
    display: contents;
}

div.colonnes-block-career__container li.colonnes-block-career__item:not(:has(a)):hover {
    background-color: unset !important;
}

div.colonnes-block-career__container li.colonnes-block-career__item:not(:has(a)):hover h2 {
    color: #000 !important;
}

.main__section.has-bg.home-intro .btn__wording, .main__section.has-bg.home-intro .btn__wording:hover {
    background-color: unset !important;
}

div.colonnes-block-career__container li.colonnes-block-career__item:not(:has(a)):hover .colonnes-block__info {
    color: #777 !important;
}

div.colonnes-block-career__container li.colonnes-block-career__item:not(:has(a)):hover img {
    transform: scale(1.1);
}

div.colonnes-block-career__container li.colonnes-block-career__item:not(:has(a)) img {
    filter: unset !important;
    transition: transform 400ms ease-in-out;
}

.btn-play-video svg {
    background: #ffffff47;
    border: 1px solid #00000087;
    border-radius: 50%;
}

.carousel .controls__icons svg {
    filter: drop-shadow(-1px 0px 0px #fff) drop-shadow(1px 0px 0px #fff) drop-shadow(0px -1px 0px #fff) drop-shadow(0px 1px 0px #fff)
}


.grill-mix__head + .grill-mix__secondary .secondary__persona-item, .grill-mix__head + .grill-mix__secondary .secondary__persona-item, .grill-mix .secondary__persona-item {
    height: fit-content !important;
}

.persona-block .image-block img, .main__section .secondary__persona-item img {
    height: auto;
}

.head-popin, .head-popin-secondary {
    transform: unset !important;
    top: 94px;
}

a.persona-block {
    text-decoration: auto !important;
}

.displayNone.head-overlay.active, .displayNone.head-popin-secondary.popin-called, .displayNone.head-popin.popin-called {
    display: none !important;
}

a.removeImgHover:hover .image-block img {
    transform: scale(1) !important;
}

.grill-mix__head + .grill-mix__secondary .secondary__persona-item, .grill-mix__head + .grill-mix__secondary .secondary__persona-item, .grill-mix .secondary__persona-item {
    height: fit-content !important;
}

.main__section .secondary__persona-item img {
    height: auto;
}

.persona-block .image-block img {
    height: 100%;
}

.head-popin, .head-popin-secondary {
    transform: unset !important;
    top: 94px;
}

.grill-mix__row a.persona-block {
    text-decoration: auto !important;
    display: block;
}

.persona-block__isNotClick .image-block {
    height: auto !important;
}

.displayNone.head-overlay.active, .displayNone.head-popin-secondary.popin-called, .displayNone.head-popin.popin-called {
    display: none !important;
}

a.removeImgHover:hover .image-block img {
    transform: scale(1) !important;
}

.colonnes-block-career__list li:hover:not(:has(a)) .colonnes-block-career__title {
    color: inherit;
}

@media screen and (min-width: 768px) {
    .carousel-media-background-career.video-quote-career .carousel-lightbox .carousel-career-iframe {
        width: 60% !important;
        height: calc(60vw * 0.56) !important;
    }
}

.contact .form__submit button.frc-button {
    padding: 2px 6px;
    font-weight: 600;
    font-size: unset;
    line-height: unset;
    color: unset;
    background-color: #f1f1f1;
    transition: unset;
}

.contact .form__submit button.frc-button:hover {
    background-color: #f1f1f1;
}

ul.liste-complete-filters__options-inner {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.liste-complete-filters__options-inner li {
    font-size: 15px;
}

@media screen and (min-width: 1024px) {
    button .persona-block__text .name {
        text-align: left;
    }

    .carousel-media-background-career.video-quote-career .main__section-title {
        margin-left: 0 !important;
    }

    .grill-mix .head__container {
        height: 100% !important;
    }

    .sur-footer__list {
        overflow: hidden;
        justify-content: space-between;
    }

    .sur-footer__list li:not(:last-child) {
        margin: 0 5px 5px 0 !important;
    }

    .offer-detail-focus-main .edito-focus__title {
        max-width: 100% !important;
    }

    .main__section.offre-detail-img-text-link.big-image .edito-trio__container.cta_zoom-container .cta-citation__txt .paragraph {
        padding: 0 20px 0 50px !important;
    }

    .main__section.offre-detail-img-text-link.big-image .edito-trio__container.cta_zoom-container .cta-citation__txt .headline {
        max-width: 60% !important;
        margin: 1.333333333333333rem auto 2.222222222222222rem !important;
    }

    .liste-complete-filters__options-wrapper {
        width: 70%;
    }

    .liste-complete-filters__options-inner {
        width: 100%;
        width: 500px;
    }

    .footer-block__list--social li:nth-child(6) {
        text-align: right;
    }

    h2.cta-citation__title {
        font-family: 'DM Serif Text', serif !important;
    }

    .main__section.home-intro-video-text {
        margin-bottom: 0px;
        padding-top: 120px;
        padding-bottom: 60px;
    }

    .main__section.home-intro-video-text:has(.article-header__chapo) h1 {
        margin-bottom: 52px;
    }
    .main__section.has-bg.home-intro .article-header__bg {
        background-size: cover !important;
    }
}

@media screen and (max-width: 1024px) {
    .all-social-elements .footer-block__list--social {
        display: grid !important;
        grid-template-columns: repeat(3, 1fr);
        justify-content: space-between;
        width: 154px;
    }

    .all-social-elements .footer-block__list--social li:nth-child(2) a,
    .all-social-elements .footer-block__list--social li:nth-child(5) a {
        justify-content: center;
    }

    .all-social-elements .footer-block__list--social li:nth-child(3) a,
    .all-social-elements .footer-block__list--social li:nth-child(6) a {
        justify-content: end;
    }

    .all-social-elements .footer-block__list--social li:not(:last-child) {
        margin-bottom: 24px;
    }

    .footer-block__social-container span.footer-block__title {
        margin: 0 0 24px 0;
    }

    .all-social-elements .footer-block__list--social li:nth-child(3) .cls-1,
    .all-social-elements .footer-block__list--social li:nth-child(6) .cls-1 {
        transform: translateX(50px);
    }

    .footer-block svg {
        width: unset !important;
    }

    .all-social-elements .footer-block__list--social li a {
        display: flex;
        align-items: flex-end;
    }

    h2.cta-citation__title {
        font-family: 'DM Serif Text', serif !important;
    }

    .intoPage .article-header__wrap-title > span {
        font-size: 15px;
    }

    .main__section.home-intro-video-text:has(.article-header__chapo) h1 {
        margin-bottom: 30px;
    }

    .main__section.home-intro-video-text {
        margin-bottom: 0px;
        padding-top: 60px;
        padding-bottom: 35px;
    }

    .main__section.home-intro-video-text:has(.article-header__chapo) {
        padding-bottom: 25px;
    }

}

/*fonts customs*/
h2.headline {
    font-size: 1.888888888888889rem;
    line-height: 2.333333333333333rem;
    font-weight: 400;
}

h2.otnotice-section-header {
    font-size: 1.888888888888889rem !important;
    line-height: 2.333333333333333rem !important;
    font-weight: 400 !important;
    font-family: 'DM Serif Text', serif !important;
}

h3.paragraph, h3.title--level-3 {
    font-size: 1.222222222222222rem;
    line-height: 1.611111111111111rem;
    font-weight: 700;
}

.secondary__persona-list .persona-block__text h3.name,
.slide__inner h3.paragraph,
h3.liste-complete-item__title:not(.liste-carrieres-item h3.liste-complete-item__title) {
    font-size: 18px;
    line-height: 24px;
}

.secondary__persona-list .persona-block__text h3.name,
.slide__inner h3.paragraph {
    font-weight: 600;
}

h3.liste-complete-item__title {
    font-weight: 700;
}

.liste-complete-item__text div.paragraph *,
.cta-citation__txt div.paragraph *,
.otnotice-content .otnotice-sections .otnotice-section-content p {
    font-size: 15px !important;
    line-height: 24px !important;
}

.media p.media__title {
    font-size: 22px;
    line-height: 28px;
}

.colonnes-block h3, .colonnes-block-career h3, .colonnes-block p.colonnes-block__title {
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
}

.colonnes-block .small-card h3, .colonnes-block .small-card p.colonnes-block__title, .colonnes-block-career .small-card h3 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
}

.colonnes-block h3, .colonnes-block-career h3, .colonnes-block p.colonnes-block__title {
    font-weight: 600;
}

@media screen and (max-width: 767px) {
    h2.headline {
        font-size: 1.444444444444444rem;
        line-height: 1.888888888888889rem;
    }

    h2.otnotice-section-header {
        font-size: 1.444444444444444rem !important;
        line-height: 1.888888888888889rem !important;
    }

    h3.paragraph, h3.title--level-3 {
        font-size: 1rem;
        line-height: 1.333333333333333rem;
    }

    .secondary__persona-list .persona-block__text h3.name,
    .slide__inner h3.paragraph,
    h3.liste-complete-item__title:not(.liste-carrieres-item h3.liste-complete-item__title) {
        font-size: 16px;
        line-height: 22px;
    }

    .liste-complete-item__text div.paragraph *,
    .cta-citation__txt div.paragraph * {
        font-weight: 500 !important;
        font-size: 15px !important;
        line-height: 24px !important;
    }

    .colonnes-block h3, .colonnes-block-career h3, .colonnes-block p.colonnes-block__title {
        font-size: 18px;
        line-height: 24px;
    }

    .colonnes-block .small-card h3, .colonnes-block-career .small-card h3 {
        font-size: 16px;
        line-height: 22px;
    }

    .media p.media__title {
        font-size: 18px;
    }

    .liste-complete-item__text div.paragraph *,
    .cta-citation__txt div.paragraph *,
    .otnotice-content .otnotice-sections .otnotice-section-content p {
        font-size: 14px !important;
    }
}
@media screen and (min-width: 1024px) {
	.nav__item {
    	font-size: 1em;
    	margin-block-start: auto;
    	margin-block-end: auto;
    	display: list-item;
    	line-height: 1em;
    }
    
    .nav__subnav-items {
        display: flex;
        width: 100% !important;
    }

    .nav__subnav-item, .subnav__intro {
        width: 33.33% !important;
        max-width: 33.33% !important;
    }

    .subnav {
        display: block;
    }

    .subnav__nav > li {
        width: 100% !important;
    }

    .nav ul.subnav__nav, .subnav__push {
        display: block !important;
        margin-top:0;
        padding: 0;
        margin-top: 0px !important;
        margin-bottom: 15px !important;
        height: auto;
    }

    .subnav__nav {
        display: unset !important;
        flex-direction: unset !important;
        flex-wrap: unset !important;
        flex: unset !important;
        flex-grow: unset !important;
        flex-shrink: unset !important;
        flex-basis: unset !important;
        flex-preferred-size: unset !important;
        max-width: unset !important;
        column-gap: unset !important;
    }

    .nav-title {
        font-family: 'Montserrat', sans-serif;
        font-style: normal;
        font-weight: 700 !important;
        font-size: 58px !important;
        line-height: 56px !important;
        color: #000000 !important;
        margin: 0 0 24px !important;
        padding: 0 8.33%;
    }

    .description--nav {
        font-family: 'DM Serif Text', serif;
        font-weight: 400 !important;
        font-size: 19px !important;
        line-height: 26px !important;
        color: #FF0000 !important;
        max-width: 100% !important;
    }

    .nav > .nav__item .subnav__nav > li {
        max-width: 100% !important;
    }

    a.subnav__nav-link {
        cursor: pointer;
        display: flex !important;
    }

    .subnav__nav-link span {
        font-family: 'Montserrat', sans-serif !important;
        font-style: normal;
        font-weight: 700 !important;
        font-size: 14px !important;
        line-height: normal !important;
        padding-right: 28px;
        color: #000000;
    }

    .subnav__nav-link svg path {
        fill: #000000;
    }

    .subnav_hovered span {
        color: #757575 !important;
    }

    .subnav_hovered path {
        fill: #757575 !important;
    }

    .nav .subnav__subnav li a {
        font-family: 'Montserrat', sans-serif !important;
        font-style: normal !important;
        font-weight: 500 !important;
        font-size: 14px !important;
        line-height: 24px !important;
        color: #000000;
    }

    .dropdown-link a {
        font-family: 'Montserrat', sans-serif !important;
        font-style: normal !important;
        font-weight: 400 !important;
        color: #878787 !important;
        font-size: 0.888888888888889rem !important;
        line-height: 1.333333333333333rem !important;
    }

    .dropdown-link a:hover {
        color:  #EB0000 !important;
        transition: 0.3s color linear;
    }

    .dropdown-link {
        margin-bottom: 16px;
    }

    ul li.dropdown-link:first-child {
        margin-top: 16px;
    }

    .subnav__nav li:not(:last-child), .nav > .nav__item .subnav__nav li:not(:last-child), .nav > .nav__item .subnav__subnav li:not(:last-child) {
        margin-bottom: 20px !important;
    }

    .subnav__nav-link svg {
        margin-left: auto;
    }

    .subnav__nav, .subnav__push {
        padding-right: 8.33% !important;
    }

    .subnav__intro {
        padding-left: 8.33% !important;
        padding-right: 8.33% !important;
    }

    .third-elements-detail {
        padding-left: 33.33% !important;
    }

    .hover-items li:first-child {
        margin-top: 0px !important;
    }

    .subnav {
        padding: 53px 0 !important;
    }

    .nav > .nav__item:nth-child(3) ul.subnav__nav {
        margin: 0px !important;
    }

    .nav > .nav__item:nth-child(3) .subnav__subnav {
        max-width: 100% !important;
    }

    .subnav__push .img-menu {
        max-width: 100%;
    }

    .nav > .nav__item:nth-child(3) .subnav {
        height: unset !important;
    }

    .subnav__nav li:hover span {
        color: #FF0000 !important;
        transition: 0.3s color linear;
    }

    .subnav__nav li:hover path {
        fill: #FF0000 !important;
        transition: 0.3s color linear;
    }
	.hover-items.focused {
		display: block !important;
	}

	.subnav_nav_desktop {
		height: 100% !important;
		padding-top: 20px !important;
	}
}

@media screen and (max-width: 1024px) {
    .disktopMenu {
        display: none !important;
    }

    .mobileMenu {
        display: block !important;
    }
}

@media screen and (min-width: 1024px) {
    .disktopMenu {
        display: block !important;
    }

    .mobileMenu {
        display: none !important;
    }
}

@media screen and (min-width: 1601px) {
    .nav > .nav__item:nth-child(3) .subnav__nav {
        padding-left: 0 !important;
    }
}
.list-figures-keys {
    display: flex;
    width: 100%;
    padding: 0;
    margin: 0;
}

.block-figure-key {
    margin: 24px 0;
    list-style-type: none;
}

.block-figure-key:not(:last-child) {
    padding-right: 120px;
}

.block-figure-key {
    width: 31.25%;
}

.block-figure-key:first-child {
    width: 37.5%;
}

.bg-space .block-figure-key {
    width: 31.25%;
}

.bg-space .block-figure-key:first-child {
    width: calc(37.5% - 48px);
}

.bg-space .block-figure-key:last-child {
    width: calc(31.25% - 24px);
}

.bg-space .block-figure-key {
    margin: 56px 0 48px 0;
    padding-right: 56px;
}

.figures-bg-blue .figures-bg {
    background: #0079B8;
}

.figures-bg-white .figures-bg {
    background: unset;
}

.figures-bg-red .figures-bg {
    background: #EB0000;
}

.figures-bg-green .figures-bg {
    background: #008A09;
}

.figures-bg-gray .figures-bg {
    background: #6d6f72;
}

.figures-bg-yellow .figures-bg {
    background: #fed100;
}

.figures-bg-black .figures-bg {
    background: #000;
}

.figure-key-title {
    margin: 16px 0;
}

.figure-key-title span {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #EB0000;
}

.figure-key-title span, .figure-key-focusTitre h3 {
    margin: 0 !important;
}

.figure-key-focusTitre {
    padding-top: 32px;
}

.block-figure {
    font-family: 'DM Serif Text' !important;
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 8px;
}

.block-legend {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.block-figure, .block-legend, .figure-key-focusTitre h3 {
    color: white !important;
}

.figures-bg-white .block-figure, .figures-bg-yellow .block-figure {
    color: #000000 !important;
}

.figures-bg-white .block-legend, .figures-bg-yellow .block-legend {
    color: #757575 !important;
}

.figures-bg-yellow .block-legend {
    color: #000000 !important;
}

.figures-bg-white .figure-key-focusTitre h3, .figures-bg-yellow .figure-key-focusTitre h3 {
    color: #000000 !important;
}

.bg-space .figure-key-focusTitre {
    padding-top: 49.82px;
    padding-left: 72px;
    padding-right: 72px;
    margin-top: 0px;
}

.bg-space .list-figures-keys {
    padding: 0 0 0 72px;
}

.has-focus-title .block-figure-key {
    margin: 49.25px 0 56px 0;
}

@media screen and (max-width: 1024px) {
    .list-figures-keys {
        display: block;
        padding: 0px 0px 32px 0 !important;
    }

    .block-figure-key, .block-figure-key:first-child {
        width: 100% !important;
        padding: 32px 0px 0px 0px !important;
        margin: 0px !important;
    }

    .bg-space .block-figure-key {
        padding: 32px 16px 0px 16px !important;
    }

    .bg-space .figure-key-focusTitre {
        padding: 32px 16px 0px 16px !important;
    }

    .block-figure-key {
        padding-right: 0px;
    }

    .block-figure {
        font-size: 26px;
        line-height: 34px;
    }

    .figure-key-title {
        margin: 16px 0 0 0;
    }

    .bg-space .figure-key-title, .has-focus-title .figure-key-title {
        margin: 16px 0;
    }
    .figure-key-title span {
        font-size: 15px;
    }
    .block-legend {
        font-size: 14px;
    }
}
